@charset "UTF-8";
/* CSS Document */

*{
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.6em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}
body{
	height:100%;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}
html{
	height:100%;
	overflow-y:scroll;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	max-width: 100%;
	height: auto;
}
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix{
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix{
	zoom: 1;
} /* IE7 */
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー */
header{
	background: #f6f3ee;
	padding: 20px 0;
	position: relative;
}
header ul.logo{
	text-align: center;
}
header ul.logo li{
	display: inline-block;
	margin: 0 20px;
}
header ul.logo li:nth-child(1){
	width: 130px;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
header ul.logo li:nth-child(2){
	width: 115px;
}
header ul.logo li:nth-child(3){
	width: 115px;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
header .btn a{
    width: 300px;
	display: block;
	letter-spacing: 1px;
	text-align: center;
	border: solid 1px #320021;
	border-bottom: solid 5px #320021;
	text-decoration: none;
	margin: 30px auto 0;
	background: #762440;
	padding: 10px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	right: 30px;
	top: 0;
}
header .btn a span{
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	position: relative;
	padding-left: 15px;
}
header .btn a span:before{
	content: "";
	background: url(../img/ic_arrow01.png) no-repeat left top;
	background-size: 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -10px;
	top: -1px;
}

/* 導入 */
section.intro .start{
	padding: 50px 15px 70px;
	background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #f6f3ee 100%);
    background: linear-gradient(top, #fff 0%, #f6f3ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f6f3ee',GradientType=1 );
}
section.intro .bg{
	padding: 40px 15px 30px;
	background: url(../img/bg_kigen.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
section.intro .bg dl dt{
	margin-bottom: 25px;
}
section.intro .link{
	padding: 70px 15px;
}
section.intro .link p{
	font-size: 23px;
	color: #717071;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-align: center;
}
section.intro .link ul{
	max-width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}
section.intro .link ul li a{
	display: block;
	float: left;
	width: 23%;
	font-size: 16px;
	color: #fff;
	margin-right: 2.666666%;
	text-align: center;
	text-decoration: none;
	padding: 10px 0 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
section.intro .link ul li a:after{
	content: "";
	background: url(../img/ic_arrow02.png) no-repeat left top;
	background-size: 15px;
	width: 15px;
	height: 8px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
	margin: auto;
}
section.intro .link ul li:last-child a{
	margin-right: 0;
}
section.intro .link ul a.link01{
	background: #6d5498;
	border: solid 1px #45247b;
	border-bottom: solid 5px #45247b;
}
section.intro .link ul a.link02{
	background: #849f66;
	border: solid 1px #678841;
	border-bottom: solid 5px #678841;
}
section.intro .link ul a.link03{
	background: #f2abb0;
	border: solid 1px #eb7791;
	border-bottom: solid 5px #eb7791;
}
section.intro .link ul a.link04{
	background: #8ec5b6;
	border: solid 1px #61ae99;
	border-bottom: solid 5px #61ae99;
}

/* メニュー */
section.menu{
	padding: 100px 15px;
}
section.menu.menu01{
	background: rgba(233,222,164,0.3);
}
section.menu.menu03{
	background: rgba(242,200,200,0.3);
}
section.menu.menu04{
	background: #e9f5f2;
}
section.menu h3{
	margin-bottom: 20px;
}
section.menu .cap{
	font-size: 18px;
	color: #525252;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
section.menu .menuBase{
	max-width: 1000px;
	margin: 0 auto;
}
section.menu .image{
	position: relative;
	margin-bottom: 80px;
}
section.menu.menu01 .image:after{
	content: "";
	border: 30px solid transparent;
	border-top: 30px solid #2c0f4e;
	position: absolute;
	left: -webkit-calc(50% - 30px);
	left: calc(50% - 30px);
	bottom: -60px;
}
section.menu.menu02 .image:after{
	content: "";
	background: url(../img/ic_arrowOrganicColor.png) no-repeat left top;
	background-size: 45px;
	width: 45px;
	height: 31px;
	position: absolute;
	left: -webkit-calc(50% - 30px);
	left: calc(50% - 30px);
	bottom: -31px;
}
section.menu.menu03 .image:after{
	content: "";
	border: 30px solid transparent;
	border-top: 30px solid #eb7791;
	position: absolute;
	left: -webkit-calc(50% - 30px);
	left: calc(50% - 30px);
	bottom: -60px;
}
section.menu.menu04 .image:after{
	content: "";
	border: 30px solid transparent;
	border-top: 30px solid #32a587;
	position: absolute;
	left: -webkit-calc(50% - 30px);
	left: calc(50% - 30px);
	bottom: -60px;
}
section.menu .kochira{
	font-size: 20px;
	color: #525252;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 15px;
}
section.menu .shopBox{
	width: 100%;
	overflow: hidden;
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
}
section.menu.menu02 .shopBox{
	background: rgba(255,251,208,0.35);
}
section.menu .shopBox .text{
	float: left;
	width: 71%;
}
section.menu .shopBox .text .info{
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
section.menu .shopBox .text .info .logo{
	float: left;
	width: 33%;
	margin-top: 20px;
}
section.menu .shopBox.sacu .text .info .logo{
	margin-top: 40px;
}
section.menu .shopBox .text .info .name{
	float: right;
	width: 61%;
}
section.menu .shopBox .text .info .name dl{
	margin-bottom: 5px;
}
section.menu .shopBox .text .info .name dl dt{
	font-size: 26px;
	color: #525252;
	border-bottom: 1px solid #525252;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
section.menu .shopBox .text .info .name dl dt span{
	font-size: 16px;
	color: #525252;
}
section.menu .shopBox.sacu .text .info .name dl dt span{
	display: block;
}
section.menu .shopBox .text .info .name dl dd{
	font-size: 16px;
	color: #525252;
}
section.menu .shopBox .text .info .name table th{
	font-size: 14px;
	color: #525252;
	vertical-align: top;
}
section.menu .shopBox .text .info .name table td{
	font-size: 14px;
	color: #525252;
	vertical-align: top;
}
section.menu .shopBox .text .btnArea{
	width: 100%;
}
section.menu .shopBox .text .btnArea a{
	float: left;
	display: block;
	width: 31%;
	margin-right: 3.5%;
	text-align: center;
	padding: 7px 0;
	text-decoration: none;
}
section.menu .shopBox .text .btnArea a:last-child{
	margin-right: 0;
}
section.menu .shopBox .text .btnArea a.tel{
	background: #525252;
	border: 1px solid #525252;
}
section.menu .shopBox .text .btnArea a.tel span{
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-left: 10px;
}
section.menu .shopBox .text .btnArea a.tel span:before{
	content: "";
	background: url(../img/ic_tel.png) no-repeat left top;
	background-size: 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -15px;
	top: -2px;
}
section.menu.menu02 .shopBox .text .btnArea a.web{
	background: #849f66;
	border: 1px solid #849f66;
}
section.menu.menu03 .shopBox .text .btnArea a.web{
	background: #f2abb0;
	border: 1px solid #f2abb0;
}
section.menu.menu04 .shopBox .text .btnArea a.web{
	background: #8ec5b6;
	border: 1px solid #8ec5b6;
}
section.menu .shopBox .text .btnArea a.web span{
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-left: 10px;
}
section.menu .shopBox .text .btnArea a.web span:before{
	content: "";
	background: url(../img/ic_pc.png) no-repeat left top;
	background-size: 17px;
	width: 17px;
	height: 16px;
	position: absolute;
	left: -15px;
	top: -2px;
}
section.menu .shopBox .text .btnArea a.shop{
	background: #fff;
	border: 1px solid #525252;
}
section.menu .shopBox .text .btnArea a.shop span{
	font-size: 14px;
	color: #525252;
	position: relative;
	padding-left: 10px;
}
section.menu .shopBox .text .btnArea a.shop span:before{
	content: "";
	background: url(../img/ic_arrow03.png) no-repeat left top;
	background-size: 19px;
	width: 19px;
	height: 19px;
	position: absolute;
	left: -15px;
	top: -2px;
}
section.menu .shopBox .map{
	float: right;
	width: 26%;
}

/* ショップインフォ */
section.shopInfo{
	padding: 100px 15px 20px;
}
section.shopInfo h3{
	margin-bottom: 60px;
}
section.shopInfo .base{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
section.shopInfo .base .box{
	float: left;
	width: 23%;
	margin: 0 2.666666% 80px 0;
}
section.shopInfo .base .box:nth-child(4n){
	margin-right: 0;
}
section.shopInfo .base .box .thumb{
	margin-bottom: 15px;
}
section.shopInfo .base .box dl{
	margin-bottom: 15px;
}
section.shopInfo .base .box dl dt{
	font-size: 23px;
	color: #525252;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
section.shopInfo .base .box dl dd{
	font-size: 17px;
	color: #525252;
}
section.shopInfo .base .box .tel a{
	display: block;
	text-align: center;
	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	background: #525252;
}
section.shopInfo .base .box .tel a span{
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-left: 10px;
}
section.shopInfo .base .box .tel a span:before{
	content: "";
	background: url(../img/ic_tel.png) no-repeat left top;
	background-size: 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -15px;
	top: -2px;
}
section.shopInfo .base .box .web a{
	display: block;
	text-align: center;
	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
}
section.shopInfo .base .box.box01 .web a{
	background: #849f66;
}
section.shopInfo .base .box.box02 .web a{
	background: #f2abb0;
}
section.shopInfo .base .box .web a span{
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-left: 10px;
}
section.shopInfo .base .box .web a span:before{
	content: "";
	background: url(../img/ic_pc.png) no-repeat left top;
	background-size: 17px;
	width: 17px;
	height: 16px;
	position: absolute;
	left: -15px;
	top: -2px;
}
section.shopInfo .base .box .more a{
	display: block;
	text-align: center;
	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	border: 1px solid #525252;
}
section.shopInfo .base .box .more a span{
	font-size: 14px;
	color: #525252;
	position: relative;
	padding-left: 10px;
}
section.shopInfo .base .box .more a span:before{
	content: "";
	background: url(../img/ic_arrow03.png) no-repeat left top;
	background-size: 19px;
	width: 19px;
	height: 19px;
	position: absolute;
	left: -15px;
	top: -2px;
}

.goTop{
	cursor: pointer;
	position: fixed;
	right: 0;
	bottom: 0;
}

/* フッター */
footer .back{
	padding: 60px 15px 80px;
	background: #f6f3ee;
}
footer .back p a{
    max-width: 380px;
	display: block;
	font-size: 20px;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
	border: solid 1px #320021;
	border-bottom: solid 5px #c9c9c9;
	margin: 0 auto;
	padding: 55px 0 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
footer .back p a:hover{
	text-decoration: none;
}
footer .back p a:before{
	content: "";
	background: url(../img/ic_home.png) no-repeat left top;
	background-size: 36px;
	width: 36px;
	height: 27px;
	position: absolute;
	left: -webkit-calc(50% - 18px);
	left: calc(50% - 18px);
	top: 18px;
}
footer .copy{
	background: #9e9e9f;
	padding: 5px 0;
	font-size: 10px;
	color: #fff;
	text-align: center;
}


@media only screen and (min-width: 768px) {
	/* PC、スマホ切り替え */
	.pc_display{
		display:block !important;
	}
	.sp_display{
		display:none !important;
	}
}

@media only screen and (max-width: 767px) {
	/* PC、スマホ切り替え */
	.pc_display{
		display:none !important;
	}
	.sp_display{
		display:block !important;
	}
	
	/* ヘッダー */
header{
	padding: 10px 0 0;
}
	header ul.logo{
		margin-bottom: 10px;
	}
header ul.logo li{
	margin: 0 10px;
}
header ul.logo li:nth-child(1){
	width: 72px;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
header ul.logo li:nth-child(2){
	width: 65px;
}
header ul.logo li:nth-child(3){
	width: 60px;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
header .btn a{
    width: 100%;
	margin: 0 auto;
	border-radius: 0;
	position: static;
}

/* 導入 */
section.intro .start{
	padding: 30px 5px;
}
section.intro .bg{
	padding: 30px 15px 20px;
}
section.intro .bg dl dt{
	margin-bottom: 15px;
}
section.intro .link{
	padding: 30px 15px;
}
section.intro .link p{
	font-size: 15px;
}
section.intro .link ul li a{
	float: none;
	width: 100%;
	font-size: 14px;
	margin: 0 0 15px;
}

/* メニュー */
section.menu{
	padding: 50px 15px 20px;
}
section.menu .cap{
	font-size: 16px;
	margin-bottom: 30px;
}
section.menu .image{
	margin-bottom: 80px;
}
section.menu .kochira{
	font-size: 15px;
}
section.menu .shopBox{
	padding: 40px 15px 30px;
}
section.menu .shopBox .text{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
section.menu .shopBox .text .info{
	margin-bottom: 20px;
}
section.menu .shopBox .text .info .logo{
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
	section.menu .shopBox .text .info .logo img{
		max-width: 75%;
	}
section.menu .shopBox.sacu .text .info .logo{
	margin-top: 0;
}
section.menu .shopBox .text .info .name{
	float: none;
	width: 100%;
}
section.menu .shopBox .text .info .name dl dt{
	font-size: 18px;
}
section.menu .shopBox .text .info .name dl dt span{
	font-size: 14px;
}
section.menu .shopBox .text .info .name dl dd{
	font-size: 14px;
}
	section.menu .shopBox .text .info .name table,
	section.menu .shopBox .text .info .name table tbody,
	section.menu .shopBox .text .info .name table tr,
	section.menu .shopBox .text .info .name table th,
	section.menu .shopBox .text .info .name table td{
	display: block;
		width: 100%;
}
	section.menu .shopBox .text .info .name table th{
		font-weight: bold;
	}
	section.menu .shopBox .text .info .name table td{
		padding-bottom: 10px;
	}
section.menu .shopBox .text .btnArea a{
	float: none;
	width: 80%;
	margin: 0 auto 15px !important;
}
section.menu .shopBox .map{
	float: none;
	width: 100%;
}

/* ショップインフォ */
section.shopInfo{
	padding: 50px 15px 20px;
}
section.shopInfo h3{
	margin-bottom: 30px;
}
section.shopInfo .base .box{
	width: 49%;
	margin: 0 2% 40px 0;
}
section.shopInfo .base .box:nth-child(4n){
	margin-right: 2%;
}
	section.shopInfo .base .box:nth-child(2n){
	margin-right: 0;
}
section.shopInfo .base .box dl dt{
	font-size: 15px;
}
section.shopInfo .base .box dl dd{
	font-size: 12px;
}
section.shopInfo .base .box .tel a span{
	font-size: 12px;
}
section.shopInfo .base .box .web a span{
	font-size: 12px;
}
section.shopInfo .base .box .more a span{
	font-size: 12px;
}
	section.shopInfo .base .box .tel a span:before{
	background: url(../img/ic_tel.png) no-repeat left top;
	background-size: 14px;
	width: 14px;
	height: 14px;
}
section.shopInfo .base .box .web a span:before{
	content: "";
	background: url(../img/ic_pc.png) no-repeat left top;
	background-size: 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -10px;
	top: 0;
}
section.shopInfo .base .box .more a span:before{
	content: "";
	background: url(../img/ic_arrow03.png) no-repeat left top;
	background-size: 13px;
	width: 13px;
	height: 13px;
	position: absolute;
	left: -10px;
	top: 0;
}

.goTop img{
	width: 60px;
}

/* フッター */
footer .back{
	padding: 40px 15px 50px;
}
footer .back p a{
	font-size: 15px;
}
	
}