@charset "UTF-8";
html{font-size:62.5%;}
* {margin: 0;padding: 0;box-sizing: border-box;}
img {border: none;vertical-align: bottom;line-height: 0;}
main{display: block;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;}
h1,h1 a {font-size:26px;font-size:2.6rem;}
h2,h2 a {font-size:22px;font-size:2.2rem;}
h3 {font-size:20px;font-size:2.0rem;}
h4,h5 {font-size:18px;font-size:1.8rem;}
p,dl,a,ul,li,table,dt,dt a,figcaption {font-size:15px;font-size:1.5rem;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;}
a {text-decoration: none;color: inherit;line-height:inherit;font-size:inherit;cursor: pointer;transition-duration: 0.4s;}
a:hover{color:rgba(150,150,150,1);text-decoration: none;}
ul,p,tr,td,table{margin:0;padding:0;color: #333;}
p{line-height: 1.8;color: #333;text-align: justify;text-justify: inter-ideograph;-moz-font-feature-settings: "palt";-webkit-font-feature-settings: "palt";font-feature-settings: "palt";}
li,dd{list-style:none;margin: 0;padding: 0;color: #333;}
.cf:after{content: "";clear: both;display: block;}
.no-border{border: 0px!important;}
span.ib{display: inline-block;}
.attention{margin-left: 1em!important;text-indent: -1em;}
.attention:before{content: "※";}
.upper-1200,.upper-1024,.upper-767{display: block;}
.under-1200,.under-1024,.under-767{display: none;}
.fbox{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: space-between;justify-content:space-between;}
.fbox-column{-webkit-flex-direction: column;flex-direction:column;}
.fbox-start{-webkit-justify-content: flex-start;justify-content:flex-start;}
.fbox-end{-webkit-justify-content: flex-end;justify-content:flex-end;}
.fbox-center{-webkit-justify-content: center;justify-content:center;}
.fali-center{-webkit-align-items: center;align-items:center;}
.fali-end{-webkit-align-items: flex-end;align-items:flex-end;}
.fali-start{-webkit-align-items: flex-start;align-items:flex-start;}
.fali-base{-webkit-align-items: baseline;align-items:baseline;}
:root {
	--main-color: rgba(14,171,140,1);
	--sub-color: rgba(255,228,0,1);
	--orange-color: rgba(221, 92, 62, 1);
	--ssrf-font: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif,serif;
}
.red{color: red;}
.green{color:var(--main-color);}
.yellow{color:var(--sub-color);}
.mi{width: 100%;height: auto;}
.st{font-size:75%;}
.rw4{font-family: 'Raleway', sans-serif;font-weight: 400;letter-spacing: .05em;}.rw7{font-family: 'Raleway', sans-serif;font-weight: 700;letter-spacing: .05em;}
.js4{font-family: 'Josefin Slab', serif;font-weight: 400;}.js7{font-family: 'Josefin Slab', serif;font-weight: 700;}
.po3{font-family: 'Poppins', sans-serif;font-weight: 300;}.po4{font-family: 'Poppins', sans-serif;font-weight: 400;}.po5{font-family: 'Poppins', sans-serif;font-weight: 500;}
.sticky{position: sticky;top: 0;z-index: 50;}
.multi-column-box{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;-moz-column-gap: 50px;-webkit-column-gap: 50px;column-gap: 50px;}
.srf{font-family:var(--srf-font)}
.pt0{padding-top: 0!important;}
.mt0{margin-top: 0!important;}
.mt15{margin-top: 15px!important;}
body{font-size:10px;font-size:1.0rem;width:100%;line-height:1.8;font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;background-color: #fff;}
/*---------------------------------------------------------common-----------------------------------------------*/
section.common-section{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 40px 20px;
}
section.first-section{
	padding-top: 260px;
}
div.wide-section-inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 40px 20px;
}
ul.dot-list{
	padding-left: 1em;
	margin-bottom: 20px;
}
ul.dot-list li{
	list-style-position: outside;
	list-style-type: disc;
}
/*---------------------------------------------------------child-common-----------------------------------------*/
div.child-common-title figure{
	width: 220px;
	margin: 0 auto;
}
div.child-common-title h2{
	text-align: center;
	font-size: 45px;
	font-size: 4.5rem;
}
div.child-bread{
	gap: 28px;
	margin-top: 15px;
}
div.child-bread a{
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: underline;
	position: relative;
}
div.child-bread a:not(:last-child):after{
	content: "／";
	position: absolute;
	right: -24px;
	top: 0px;
}
article.list-wrapper{
	margin-top: 50px;
}
article.list-wrapper h3{
	line-height: 1.0;
	font-size: 28px;
	font-size: 2.8rem;
	color: #fff;
	text-align: center;
	background-color: var(--main-color);
	padding: 25px;
}
article.orange-article h3{
	background-color: var(--orange-color);
}
ul.contents-list{
	margin-top: 40px;
	gap: 80px;
}
ul.contents-list li{
	width: calc((100% - 160px) / 3);
	position: relative;
}
ul.contents-list li figure{
	width: 100%;
	overflow: hidden;
}
ul.contents-list li figure img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
ul.contents-list li.take-out:before{
	position: absolute;
	left: -40px;
	top: -40px;
	width: 110px;
	height: 135px;
	background: url(images/icon-takeout.png) no-repeat center center / cover;
	z-index: 5;
	content: "";
}
ul.contents-list li h4{
	text-align: center;
	margin: 10px 5px;
	padding: 10px 0;
	border-top: 3px solid var(--main-color);
	border-bottom: 3px solid var(--main-color);
}
div.shop-explain{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid var(--main-color);
}
div.shop-explain a{
	color: var(--main-color);
	text-decoration: underline;
}
div.child-common-lead{
	margin-bottom: 40px;
}
div.child-common-lead h2{
	text-align: center;
}
div.child-common-lead p{
	text-align: center;
}
ul.video-list{
	gap: 40px;
}
ul.video-list li{
	width: calc((100% - 40px) / 2 );
}
div.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
}
div.youtube iframe{
	width: 100%;
	height: 100%;
}
div.see-lead{
	margin-top: 20px;
}
div.see-lead h4{
	text-align: center;
}
div.see-lead p{
	text-align: center;
}
div.see-lead p span.white-text{
	display: inline-block;
	line-height: 1.0;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 20px;
	padding: 10px 30px;
	margin-top: 10px;
}
article.orange-article div.see-lead p span.white-text{
	background-color: var(--orange-color);
}
ul.see-list{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 30px;
}
ul.see-list li{
	overflow: hidden;
	border-radius: 20px;
	border: 2px solid var(--main-color);
}
article.orange-article ul.see-list li{
	border: 2px solid var(--orange-color);
}
ul.see-list li:not(:last-child){
	margin-bottom: 20px;
}
ul.see-list li h4{
	padding: 10px 15px;
	background-color: var(--main-color);
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}
article.orange-article ul.see-list li h4{
	background-color: var(--orange-color);
}
div.see-list-inner{
	padding: 15px;
}
div.see-list-texts{
	margin: 15px 0;
}
ul li.arrow-box{
	border: none!important;
	text-align: center;
}
.arrow {
	display: inline-block;
	width: 73.5px;
	height: 70px;
	background: var(--main-color);
	clip-path: polygon(0 47.5%, 30.3% 47.5%, 30.3% 0, 69.7% 0, 69.7% 47.5%, 100% 47.5%, 50% 100%);
}
article.orange-article .arrow{
	background-color: var(--orange-color);
}
div.see-photo-list{
	gap: 30px;
}
div.see-photo-list figure{
	width: calc((100% - 30px) / 2);

}
div.see-photo-list figure img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3
}
div.banner-area{
	width: 400px;
	max-width: 90%;
	margin: 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--main-color);
}
div.banner-area2{
	width: 200px;
	max-width: 90%;
	margin: 20px auto;
}
/*---------------------------------------------------------header-----------------------------------------------*/
header{
	position: fixed;
	width: 100%;
	z-index: 15;
	background-color: rgba(255, 255, 255, .9);
}
header h1{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 245px;
}
header nav.header-nav{
	width: calc(100% - 260px);
	margin-left: 260px;
	padding: 20px;
}
header nav.header-nav ul{
	gap: 35px;
}
header nav.header-nav ul li{
	position: relative;
}
header nav.header-nav ul li:after{
	transition-duration: .4s;
	content: "";
	width: 1px;
	height: 1px;
	position: absolute;
	bottom: -4px;
	left: 0;
	background-color: #fff;
}
header nav.header-nav ul li:hover:after{
	background-color: var(--main-color);
	width: 100%;
}
header nav.header-nav ul li figure{
	width: 40px;
	margin-right: 10px;
}
header div.humberger-menu{
	width: 64px;
	height: 74px;
	cursor: pointer;
	position: absolute;
	transition-duration: .4s;
	display: none;
	z-index: 50;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, .9);
}
header div.humberger-menu:before{
	content: "";
	width: 70%;
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	transition-duration: .4s;
	margin: 0 auto;
}
header div.humberger-menu:after{
	content: "";
	width: 70%;
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	transition-duration: .4s;
	margin: 0 auto;
}
header div.humberger-menu-child:before{
	background-color: #333;
}
header div.humberger-menu-child:after{
	background-color: #333;
}
header div.humberger-menu.slide-humberger:before{
	content: "";
	width: 50%;
	left: 0;
	right: 0;
	top: 36.5px;
	transform: rotate(45deg);
	background-color: var(--main-color);
}
header div.humberger-menu.slide-humberger::after{
	content: "";
	width: 50%;
	left: 0;
	right: 0;
	bottom: 36.5px;
	transform: rotate(-45deg);
	background-color: var(--main-color);
}
.noscroll{
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow: hidden;
	height: 100vh;
}
.noscroll::-webkit-scrollbar{
	display: none;
}
/*---------------------------------------------------------footer-----------------------------------------------*/
footer{
	margin-top: 60px;
}
section.to-the-top{
	position: fixed;
	z-index: 10;
	right: 15px;
	bottom: 15px;
	background-color: var(--main-color);
	opacity: 0;
	transition-duration: .4s;
	padding: 0 15px;
}
section.to-the-top p a{
	color: #fff;
}
div.footer-nav ul{
	gap: 20px;
	margin-top: 25px;
}
div.footer-nav ul li{
	border-radius: 15px;
	border: 2px solid var(--main-color);
	overflow: hidden;
}
div.footer-nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 10px 45px;;
}
div.footer-nav ul li a:hover{
	background-color: var(--main-color);
}
div.footer-nav ul li p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 auto;
	width:24px;
	line-height: 1.0;
	transition-duration: .4s;
}
div.footer-nav ul li a:hover p{
	color: #fff;
}
div.footer-nav-title{
	margin-bottom: 45px;
}
div.footer-nav-title figure{
	width: 40px;
}
div.footer-nav-title h3{
	font-weight: bold;
	margin-left: 10px;
	font-size: 26px;
	font-size: 2.6rem;
}
div.footer-bottom{
	margin-top: 60px;
	padding: 40px 20px;
	background-color: var(--main-color);
}
div.footer-bottom p{
	color: #fff;
	text-align: center;
	margin-top: 40px;
}
div.footer-bottom p a{
	text-decoration: underline;
}
div.footer-bottom p a:hover{
	color: #fff;
}
section.slide-nav{
	width: 100%;
	backdrop-filter:blur(10px);
	position: fixed;
	inset: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 14;
	background-color: rgba(255, 255, 255, .75);
	left: 110vw;
	opacity: 0;
	transition-duration: .4s;
}
section.slide-nav nav{
	width: 50%;
	background-color: rgba(255, 255, 255, 1.0);
	position: absolute;
	right: -40vw;
	top: 0;
	bottom: 0;
	min-height: 100%;
	padding: 140px 80px 40px;
	overflow-y: scroll;
	transition-duration: .6s;
}
section.slide-nav nav ul li{
	color: #000;
	text-align: right;
	line-height: 2.0;
}
section.slide-nav nav ul li a{

}
ul.slide-primary-list > li{
	margin-bottom: 15px;
	font-size: 22px;
	font-size: 2.2rem;
}
ul.slide-primary-list > li ul li{
	line-height: 1.8;
}
ul.slide-primary-list > li ul li a{
	position: relative;
	display: inline-block;
	padding-right: 35px;
}
ul.slide-primary-list > li ul li a:after{

}
ul.slide-primary-list > li figure{
	width: 34px;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 5px;
	padding-bottom: 10px;
}
ul.slide-primary-list > li p{
	line-height: 1.0;
	font-size: 18px;
	font-size: 1.8rem;
}
section.nav-toggle-open{
	left: 0;
	opacity: 1.0;
}
section.slide-nav nav.slide-nav-open{
	right: 0;
}
/*---------------------------------------------------------top--------------------------------------------------*/
section.index-top-section{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	max-width: 100%;
}
div.temp-top{
	padding-top: 80px;
}
div.index-lead{
	width: 100%;
	padding: 20px;
	background-color: var(--main-color);
}
div.index-lead h1{
	text-align: center;
	font-size: 40px;
	font-size: 4.0rem;
	color: #fff;
}
div.index-lead h2{
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	color: #fff;
}
div.index-lead-paragraphs{
	margin-top: 25px;
}
div.index-lead-paragraphs p{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
figure.chika-photo{
	margin: 40px auto;
	max-width: 980px;
	width: 100%;
}
article.chika-article:not(:last-child){
	margin-bottom: 40px;
}
article.chika-article div.chika-article-title h2{
	font-size: 30px;
	font-size: 3.0rem;
	position: relative;
	margin-left: 8px;
}
div.chika-article-title{
	margin-bottom: 25px;
}
div.chika-contents-paragprahs{
	margin-bottom: 20px;
}
div.chika-contents-paragprahs h4{
	margin-bottom: 8px;
}
ul.chika-history-list{
	margin-bottom: 20px;
}
ul.chika-history-list > li:not(:last-child){
	margin-bottom: 10px;
}
ul.chika-history-list li h3{
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 10px;
}
div.left-padding{
	padding-left: 2em;
}
/*---------------------------------------------------------shop-common------------------------------------------*/

/*---------------------------------------------------------table------------------------------------------------*/
table{

	margin:20px auto 2px;
	width: 100%;
	border-spacing: 8px;
}
td,th{
	padding: 15px 25px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
}
th{
	background-color: rgba(172,50,50,1);
	color: #fff;
	width: 25%;
	vertical-align: top;
}
td{
	background-color: #f6f6f6;
	width: 75%;
}
table tr:nth-child(even) td{
	background-color: #fbfbfb;
}
/*---------------------------------------------------------slides-----------------------------------------------*/
section.swiper-container-main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
section.swiper-container-main .swiper-pagination-bullet{
	background-color: #c1c1c1;
	opacity: 1;
	width: 10px;
	height: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 10px 0;
}
.swiper-button-next,.swiper-button-prev {
	top: 50%;
	width: 15px;
	height: 27px;
	margin-top: -13.5px;
}
.swiper-button-prev {
	background: url(images/fig-slide-arrow-left.png) no-repeat center center / contain;
}
.swiper-button-next {
	background: url(images/fig-slide-arrow-right.png) no-repeat center center / contain;
}
section.swiper-container .swiper-pagination-bullet-active{
	background-color: rgba(168,0,0,1);
}
section.swiper-container > .swiper-pagination-bullets{
	width: 18px;
	left: 45px;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: center;justify-content:center;-webkit-flex-direction: column;flex-direction:column;
	height: 100vh;
}
section.swiper-container li.slide1{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide1.jpg') no-repeat center center / cover;
}
/*---------------------------------------------------------1370px以下--------------------------------------------*/
@media screen and (max-width: 1370px) {

}
/*---------------------------------------------------------1320px以下--------------------------------------------*/
@media screen and (max-width: 1320px) {
	header h1{
		width: 180px;
	}
	header nav.header-nav{
		width: calc(100% - 200px);
		margin-left: 200px;
	}
	header nav.header-nav ul{
		gap: 30px;
	}
}
/*---------------------------------------------------------1225px以下--------------------------------------------*/
@media screen and (max-width: 1225px) {

}
/*---------------------------------------------------------1100px以下--------------------------------------------*/
@media screen and (max-width: 1100px) {

}
/*---------------------------------------------------------1024px以下--------------------------------------------*/
@media screen and (max-width: 1024px) {

}
/*---------------------------------------------------------920px以下--------------------------------------------*/
@media screen and (max-width: 920px) {

}
/*---------------------------------------------------------880px以下---------------------------------------------*/
@media screen and (max-width: 880px) {

}
/*---------------------------------------------------------767px以下---------------------------------------------*/
@media screen and (max-width: 767px) {
	.upper-767{
		display: none;
	}
	ul.contents-list{
		gap: 40px;
	}
	ul.contents-list li{
		width: calc((100% - 40px) / 2 );
	}
	header nav.header-nav ul{
		display: none;
	}
	div.child-common-title h2{
		font-size: 40px;
		font-size: 4.0rem;
	}
	article.list-wrapper h3{
		font-size: 24px;
		font-size: 2.4rem;
	}
	header h1{
		left: 5px;
		top: 5px;
		width: 160px;
	}
	section.first-section{
		padding-top: 200px;
	}
	header div.humberger-menu{
		display: block;
	}
	header{
		background-color: transparent;
	}
	section.slide-nav nav{
		width: 100%;
		padding-top: 100px;
		padding-left: 40px;
		padding-right: 40px;
	}
	div.temp-top{
		padding-top: 0;
	}
	ul.contents-list li.take-out:before{
		position: absolute;
		left: -20px;
		top: -20px;
		width: 110px;
		height: 135px;
		background: url(images/icon-takeout.png) no-repeat center center / cover;
		z-index: 5;
		content: "";
	}
}
/*---------------------------------------------------------650px以下---------------------------------------------*/
@media screen and (max-width: 650px) {

}
/*---------------------------------------------------------550px以下---------------------------------------------*/
@media screen and (max-width: 550px) {
	ul.contents-list li{
		width: 100%;
	}
	div.child-common-title figure{
		width: 120px;
	}
	section.first-section{
		padding-top: 180px;
	}
	div.child-bread a{
		font-size: 16px;
		font-size: 1.6rem;
	}
	div.child-bread{
		row-gap: 16px;
	}
	ul.video-list li{
		width: 100%;
	}
	div.see-photo-list{
		gap: 15px;
	}
	div.see-photo-list figure{
		width: 100%;
	}
}
/*---------------------------------------------------------480px以下---------------------------------------------*/
@media screen and (max-width: 480px) {

}