@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@300;500&display=swap');

body{
	padding: 0;
	margin: 0 0 106px;
	font-family: "Noto Sans JP","Roboto", sans-serif;
	color: #524e40;
	font-size: 16px;
	font-weight: 400;
}
html{
	min-width: 100%;
	min-height: 100%;
}
body *{
	box-sizing:border-box;
}
h1,h2,h3,h4,h5,p{
	margin: 0px;
	padding: 0px;
	font-size: inherit;
}
h1,h2,h3,h4,h5{
	font-weight: 700;
}
@media (max-width: 767px){
	.spsm{
		font-size: 0.8em
	}
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0 0 0 20px;
}
li{
	margin-bottom: 10px;
}
p{
	line-height: 1.8;
}
@media(min-width:501px){
	.sp{
		display: none;
	}
}
@media(max-width:500px){
	.pc{
		display: none;
	}
}
table{
	border-collapse: collapse;
	width: 100%;
	background-color: #FFF;
}
td,th{
	padding: 8px;
	border:1px solid #817f7f;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
}
th{
	white-space: nowrap;
	background-color: #EEE
}
@media (max-width:700px){
	th{
		white-space: normal;
	}
}
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.mt60{
	margin-top: 60px;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb60{
	margin-bottom: 40px !important;
}
.my10{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.my20{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.my40{
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.mxauto{
	margin-left: auto;
	margin-right: auto;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.red{
	color: #FF3566;
}
.f-small{
	font-size: 12px;
}
.f-smaller{
	font-size: 0.8em;
}
.f-eng{
	font-family: "Roboto", sans-serif;
}
.f-larger{
	font-size: 1.5em;
}
@media (min-width: 901px){
	.flex{
		display: flex;
		gap:20px;
	}
	a,button,.hikari h2.color{
		transition:transform 0.5s ease;
	}
	a:hover,button:hover{
		transform:scale(1.1);
	}
	.hikari h2.color:hover{
		transform:scale(1.02);
	}
}
@media (max-width: 900px){
	.f-larger{
		font-size: 1.25em;
	}
}

.flex-none{
	flex:0 0 auto;
}
.justify-between{
	justify-content:space-between;
}
.justify-evenly{
	justify-content:space-evenly;
}
.justify-center{
	justify-content:center;
}
.justify-start{
	justify-content:flex-start;
}
.justify-end{
	justify-content:flex-end;
}
.items-center{
	align-items:center;
}
.items-start{
	align-items:flex-start;
}
.items-end{
	align-items:flex-end;
}
.hidden{
	display: none;
}
.button{
	background-color: #EE86A5;
	color: #FFF;
	text-decoration: none;
    padding: 20px 40px;
    margin: auto;
    display: inline-block;
    border-radius: 50px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    min-width: 200px;
}
@media (max-width: 600px){
	.button{
	    font-size: 18px;
	    padding: 10px 20px;
	}
}
section{
	padding: 100px 40px;
}
section .inner{
	max-width: 1000px;
	margin:auto;
}
section h1{
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}
section h2{
	font-size: 21px;
	margin-bottom: 30px;
}
section ul.note li{
	list-style-type: none;
	position: relative;
	font-size: 11px;
	margin-bottom: 5px;
}
section ul.note.count li{
	padding-left: 5px;
}
section ul.note li:before{
	position: absolute;
	content: "※";
	left: -20px;
	top: 0px;
}
section ul.note.count li:nth-child(1):before{
	content: "※1";
}
section ul.note.count li:nth-child(2):before{
	content: "※2";
}
section ul.note.count li:nth-child(3):before{
	content: "※3";
}
section ul.note.count li:nth-child(4):before{
	content: "※4";
}
section ul.note.count li:nth-child(5):before{
	content: "※5";
}
@media(max-width: 600px){
	section{
		padding: 50px 20px;
	}
	section h1{
		font-size: 21px;
	}
	section h2{
		font-size: 18px;
	}
}
.mv{
	padding: 3% 0 0 0;
	background-color: #e6cc3f;
	position: relative;
	overflow: hidden;
}
@media(min-width: 1400px){
	.mv:before{
		content: "";
		background-color: rgba(255,255,255,0.85);
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		transform: translateY(369px);
	    height: 64px;
	    width: 50%;
	}
}
.mv h1{
	width: 100%;
	max-width: 1500px;
	margin: auto;
	position: absolute;
	top: 2%;
	left: 50%;
	transform:translateX(-50%);
}
.mv .text{
	position: relative;
	width: 100%;
	padding-right: 31%;
	padding-left: 6%;
	padding-top: 33.5%;
	padding-bottom: 3.5%;
	text-align: center;
}
.mv .sp{
	display: none;
}
@media (min-width: 1501px){
	.mv .text{
		padding-top: 500px;
		padding-bottom: 65px;
	}
}
@media (max-width: 650px){
	.mv h1{
		position: static;
		transform:translateX(0);
	}
	.mv .text{
		padding: 20px;
	}
	.mv .sp{
		display: block;
	}
	.mv .pc{
		display: none;
	}
}
.rounded{
	padding: 20px;
	border-radius: 20px;
	position: relative;
	text-align: center;
	max-width: 682px;
	margin: 50px auto 0;
}
.rounded:before{
	content: "";
	border-radius: 20px;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.btns{
	display: flex;
	justify-content:center;
}
.btns button{
	flex:0 1 calc(100% / 3 - 20px);
	display: block;
	border-radius: 30px;
	background-color: #CCC;
	margin: 0 10px;
	padding: 8px 10px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	border:none;
	font-family: "Noto Sans JP", sans-serif;
}

.btns button.selected{
	background-color: #F6A5A5;
}
.price h2.color{
	text-align: center;
	padding: 8px;
	background-color: #FCDBDB;
	margin-top: 60px;
}
.price table{
	margin-top: 70px;
}
.price table td{
	text-align: center;
}
.price table thead td span{
	font-size: 11px;
	display: block;
}

@media(min-width: 800px){
	.price table tbody td{
		font-size: 1.2em;
	}
}
@media(max-width: 400px){
	.price table td{
		font-size: 14px;
	}
}
.price table tbody td span{
	font-size: 0.5em;
}
.price thead td{
	background-color: #CCC;
}
.price thead td.pink{
	background-color: #F4B2C6;
	position: relative;
}

.price thead td.yellow{
	background-color: #ebd045;
	position: relative;
}
.price thead td.head:before{
	background-color: #F4B2C6;
	position: absolute;
	content: "従来メニュー";
	display: block;
	width: 150px;
	height: 50px;
	left: 50%;
	top: -60px;
	transform:translateX(-50%);
	border-radius: 50px;
	display: flex;
	align-items:center;
	justify-content:center;
}
.price thead td.head:after{
	background-color: #F4B2C6;
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    left: 50%;
    top: -12px;
    transform: rotate(45deg) translateX(-50%);
}
.price thead td.yellow.head:before{
	background-color: #ebd045;
	content: "新メニュー";
}
.price thead td.yellow.head:after{
	background-color: #ebd045;
}
@media(max-width: 600px){
	.price thead td.head:before{
		width: 100px;
	}
}


@media(max-width: 700px){
	.price td{
		padding: 5px 1px;
	}
	.price .area_data > div {
		padding: 20px 0;
	}
	.btns{
		display: block;
	}
	.btns button{
		display: inline-block;
		font-size: 15px;
		padding: 10px 5px;
		margin: 0 5px;
	}
}

.faq .q,
.faq .a{
	padding-left: 40px;
	position: relative;
}
.faq .q:before,.faq .a:before{
	content: "Q.";
	font-family: Roboto, sans-serif;
	color: #ED5D88;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top:-10px;
}
.faq .a:before{
	content: "A.";
	color: #D6BA2A;
}
.faq .qa{
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCC;
}
@media (min-width:800px){
	.graph{
		padding-left: 90px
	}	
}

.closing{
	text-align: center;
}
.closing .rounded{
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #524e40;
	max-width: 1000px;
	padding: 40px 20px;
}
.closing .rounded:before{
	display: none;
}
.closing .button{
	background-color: #BF98A3;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	display: block;
	max-width: 400px;
	padding: 20px;
	margin: 20px auto 0;
	border-radius: 50px;
	text-decoration: none;
	flex: 1 1 auto;
}

.floatwrap{
	width: 100%;
	height: auto;
	padding: 25px 20px;
	background-color: #e6c738;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

.float{
	background-color: #EE86A5;
	border:4px solid #FFF;
	padding: 10px 20px 10px 50px;
	margin: auto;
	max-width: 600px;
	border-radius: 50px;
	display: flex;
	justify-content:flex-end;
	align-items:center;
	z-index: 999;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
	transition:padding ease 0.5s;
	position: relative;
}
.float:before{
	position: absolute;
	left: 20px;
	top: 50%;
	width: 15px;
	height: 15px;
	display: block;
	content: "";
	border-top:4px solid #FFF;
	border-right:4px solid #FFF;
	transform:translateY(-50%) rotate(45deg) ;
}
.float a{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	flex:1 1 auto;
}
.float svg{
	display: block;
    position: absolute;
    left: 8px;
    top: calc(50% - 13px);
    border: 2px solid #FFF;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    padding: 3px;
}
@media(max-width: 500px){
	.floatwrap{
		padding: 12px;
	}
	.float{
		width: 100%;
	}
	body{
		margin-bottom: 68px;
	}
	.float a{
		font-size: 16px;
	}
}
@media (min-width:901px){
	.floatwrap{
		opacity: 0;
	}
	.floatwrap.scroll{
		animation:0.8s ease 0s 1 forwards slidein;
	}
	.float:hover:before{
		animation:0.2s ease 0s 50 alternate slide;
	}
	@keyframes slide{
		0%{
			left: 20px;
		}
		100%{
			left: 30px;
		}
	}
	@keyframes slidein{
		0%{
			opacity: 0;
			transform:translateY(200%);
		}
		100%{
			opacity: 1;
			transform:translateY(0%);
		}
	}


}




/**/