@charset "utf-8";
/* CSS Document */
html{scroll-padding-top: 74px;}
main{background-color:#FFFDE4;}

/* 共通 */
.br800, .br605, .br450, .br400 {display: none;}
.content {max-width: 1130px;}
h1{background: #E6E1D8;}
h2{text-align: center; margin-bottom:4.167%;}
h2 img {width:100%;max-width:clamp(120px, 17vw, 180px);margin: 0 auto;display: inline-block;vertical-align: super;}

.h2_gaiyo,.h2_food-tokuten,
.h2_schedule,.h2_item-tokuten,.h2_item,
.h2_notes{
  position: relative;
  max-width: 543px;        /* 親幅に合わせて可変 */
  aspect-ratio: 543 / 143;        /* 画像の縦横比を固定 */
  background: 
    image-set(
      url("../img/purple_ribbon.png") 1x
    )
    center / contain no-repeat;
  margin:0 auto 2em;
}

.h2_gaiyo span,.h2_food-tokuten span,
.h2_schedule span,.h2_item-tokuten span,
.h2_item span,.h2_notes span{
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;   /* ← 中央ではなく上寄せ */
  padding-top: 5%;          /* ← 高さに応じて調整 */
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: .08em;
  font-size: clamp(16px, 3.2vw, 34px);
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
  line-height:1.2em;
}

h3{
  position: relative;
  max-width: 401px;        /* 親幅に合わせて可変 */
  aspect-ratio: 401 / 69;        /* 画像の縦横比を固定 */
  background: 
    image-set(
      url("../img/blue_ribbon.png") 1x
    )
    center / contain no-repeat;
  margin:4em auto 2em;
}

h3 span{
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;   /* ← 中央ではなく上寄せ */
  padding-top: 5%;          /* ← 高さに応じて調整 */
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: .08em;
  font-size: clamp(14px, 3.2vw, 34px);
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
  line-height:1.2em;
}

h3.shop span,h3.x-heading{
  color: #8A3E78;
}


h3 img {max-width: 18.2rem;margin: 0 auto;}
.x-heading img {max-width: 27px;width:100%;margin: 0 auto;}
h3.schedule__online-heading{
  background-image: url("../img/shop_frame.png");
  background-repeat: no-repeat;
  max-width:519px;
  width: 100%;
}
.schedule__online-heading img {max-width:360px; width:100%; margin: 0 auto;}

p, dl, dt, dd  {
	font-size: clamp(14px,2vw,23px);
	letter-spacing: 0.21px;
	line-height: clamp(1.75rem,2vw,3rem);
	font-weight: 600;
}


.note__list {
	padding-top: 1.5rem;
	font-size: clamp(12px,2vw,18px);
	letter-spacing: 0.14px;
	line-height: 1.5rem;
	text-indent: -1em;
    padding-left: 1em;
	width:90%;
	margin:0 auto;
}
.note__list-item:not(:last-child) {margin-bottom: 0.5rem;}
.heading {padding-top: 5rem;}
/*.img_border {border: 1px solid #707070;}*/

/* 背景 */
.m-bottom{
  margin-bottom:10em;
}

.bg-area1{
	position: relative;
	background: url("../img/purple_check_bg.png") repeat-y;
	background-size: 100%;
  padding: 5.8334% 0;
}
.bg-area2{
	position: relative;
	background: url("../img/green_diamond_bg.png") repeat-y;
	background-size: 100%;
  padding: 5.8334% 0;
}

.bg-area1.td::before{
  content:'';
  background: url("../img/purple_lace.png") no-repeat;
  display: block;
  width:100%;
  height:3.375em;
  position: absolute;
  top:-3.3rem;
}

.bg-area1.fd::after{
  content:'';
  background: url("../img/purple_lace.png") no-repeat;
  transform: scale(1,-1);
  display: block;
  width:100%;
  height:3.375em;
  position: absolute;
  bottom:-3.3rem;
}

.bg-area2.td::before{
  content:'';
  background: url("../img/green_lace.png") no-repeat;
  display: block;
  width:100%;
  height:3.375em;
  position: absolute;
  top:-3.3rem;
}

.bg-area2.fd::after{
  content:'';
  background: url("../img/green_lace.png") no-repeat;
  transform: scale(1,-1);
  display: block;
  width:100%;
  height:3.375em;
  position: absolute;
  bottom:-3.3rem;
}


/* 枠 */

.content{
  /* レイアウト */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  border-image-source: url("../img/yellow_frame.png");
  border-image-slice:190 fill;
  border-image-width:180px;
  border-image-outset:0;
  border-image-repeat:stretch stretch;  
  padding: 130px;
}
.bottom{
	margin:0 auto 4.223% !important;
}

.content.shop{
  padding:130px 110px;
}


/* gaiyo */
/*.gaiyo__content-wrapper{
	margin: 0 2rem 0 auto;
}*/
/*.gaiyo__content-details{
	max-width: 920px;
	margin: 0 auto;
}*/
.gaiyo__heading_menu {
	padding-bottom: 3.6rem;
}
.gaiyo__text, .gaiyo__benefits-text{
	text-align: center;
	margin: 0 auto;
}
/*.gaiyo__text {
	padding-top: 4.5rem;
	padding-bottom: 5.7rem;
	max-width: 820px;
}*/


.gaiyo__highlight {
	padding: 0 1.5rem 0 0.5rem;
	background: #DA292A;
	color:#FFF;
}
.gaiyo__menu-image {padding-bottom: 2rem;}
.allergy-list {padding-bottom: 4rem; text-align: center;}
.allergy-list-highlight{
	font-weight: 600;
	color: #DA292A;
}

p.bar{margin:5.334% auto;}

/* schedule */
.schedule__content-wrapper{
	margin: 0 2rem 0 auto;
}
.schedule__content-details{
	margin: 0 auto;
}
/*.schedule__details {
	padding-top: 3.5rem;
	padding-bottom: 5rem;
}*/
.schedule__online-details {
	/*padding-top: 3.6rem;
	padding-bottom: 3.5rem;*/
	padding:3.112% 0;
}
.schedule__item, .schedule__online-item {
	display: flex;
	align-items: center;
  margin-bottom:1.25em;
}
.schedule__item-title,.schedule__online-item-title {
  background-image: url("../img/blue_ribbon_2.png");
  background-repeat: no-repeat;
  text-align: center;
  align-content: center;
  padding: 1rem 0;
	white-space: nowrap;
  position: relative;
  max-width: 236px;  /* 親幅に合わせて可変 */
  width:100%;
  aspect-ratio: 236 / 60;        /* 画像の縦横比を固定 */
}

.schedule__item-title span,.schedule__online-item-title span{
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;   /* ← 中央ではなく上寄せ */
  padding-top: 6%;          /* ← 高さに応じて調整 */
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: .08em;
  font-size: clamp(14px, 3.2vw, 30px);
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}


/*.schedule__online-item-title {
    width: 27%;
    text-align: center;
    align-content: center;
	padding: 0.1rem 0;
	white-space: nowrap;
}*/
 
/*.schedule__online-item:not(:last-child) {margin-bottom: 1.5rem;}*/
.schedule__item-text, .schedule__online-item-text{
	padding-left: 2.5rem;
	text-align: left;
}
.schedule__item-text a,
.schedule__online-item-text a,
.schedule__online-details a{
  color: #090403;
}
.common__promo{
	text-align: center;
	margin: 0 auto;
}
.common__promo-highlight {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(248, 141, 189, 0.5); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.schedule__bold {font-weight: 600;}
.schedule__large {
	font-size: clamp(14px,2.2vw,29px);
	letter-spacing: 0.25px;
	line-height:clamp(1.5rem,2.2vw,3.5rem);
}
.schedule__online-banner{
	width:90%;
	margin:0 auto;
}

/* X */
#X {
	position: relative;
	background: #FFF;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: 0.19px;
	line-height: 3.5rem;
}
h3.x-heading{
  background-image: none;
  margin:0 auto 1em;
  padding:0;
  text-align: center;
  width:100%;
  aspect-ratio:0;
  font-size: clamp(18px, 3.2vw, 34px);
}
.x__content-wrapper{
  /* レイアウト */
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
  border-image-source: url("../img/X_frame.png");
  border-image-slice:50 fill;
  border-image-width:45px;
  border-image-outset:0;
  border-image-repeat:stretch stretch;
  
  padding: 10%;
}

.x-text {
	padding: 0 0 1em;
}
.x__content-wrapper a,
.attention__list-item a{
  color:#090403;
}

/* tokuten */
.tokuten__content-wrapper{
	margin: 0 2rem 0 auto;
}
.tokuten__content-details{
	max-width: 920px;
	margin: 0 auto;
}
/*.tokuten__details {padding-top: 3.5rem;}*/

/* item */
.item__content-wrapper{
	margin: 0 2rem 0 auto;
}

#item ul {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
	margin: 0 auto;
	/*gap: 1rem;*/
}
#item li {
	width: calc(25% - 1rem);
    margin-bottom: 0;
}
/*#item li:last-child {
    margin-right: 51%;
}*/

.item__text{
  color:#090403;
	width:100%;
	min-height:12.0625rem;
	margin-top:0.625rem;
	padding:0;
	position: relative;
}
.item__text p{
	font-weight: 400;
	font-style: normal;
	text-align: center;
	font-size: clamp(12px,2vw,16px);
	letter-spacing: 0;
	line-height: 1.375rem;
}
.condition {
	border-bottom:2px solid #fff;
	padding:2% 0;
	margin:0 auto;
  background-color:#5184AA;
  border-radius: 16px;
  color:#fff;
}
.itemname_box{
	margin: 0.75rem auto;
	font-size: 1rem;
}
.itemname {
	margin-bottom: 1rem;
	height: 8.1rem;
}
.item__text .price-right {
	text-align: right;
	margin: 0 auto;
	max-width: 161px;
}
.price-tax {
	padding-right: 0.5rem;
}

dl.price-box{
	font-weight: 600;
	font-style: normal;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom:8%;
	left:0;
	right:0;
	margin:auto;
	padding:0;
}
.price-box dt{
	width:42%;
	text-align: right;
	line-height: 1.6875rem;
}
.price-box dd{
	width:58%;
	text-align: right;
	line-height: 1.6875rem;
}
.item__text .rprice{
	/*font-size: 1rem;*/
  font-size:clamp(0.75rem, 2vw, 1rem);
}
.item__text .ryomoku,.item__text .rprice span,.item__text .price span{
	font-size:clamp(0.45rem, 2vw, 0.7rem);
	/*padding-left:2%;*/
}
.item__text .price{
	width:100%;
	font-size:1rem;
	position: absolute;
	bottom: 2.75em;
    left: 50%;
    transform: translate(-50%, 0);
}

.flag1{
	background-color: #ff0000;
	color:#fff;
	text-align: center;
	font-size:clamp(0.65rem, 2vw, 0.875rem);
}


/* notes */
.notes__content-wrapper{
	margin: 0 2rem 0 auto;
}
.notes__content-details{
	max-width: 920px;
	margin: 0 auto;
}
.notes-horizon{
	position: absolute;
	max-width: 231px;
	top: 8%;
	right: 2%;
}
.notes-nessie{
	position: absolute;
	max-width: 211px;
	bottom: 0%;
	right: 8%;
}
#notes li {
	text-indent: -1em;
    padding-left: 1em;
}
.attention__list {
	font-size: clamp(12px,2vw,18px);
	font-weight: 600;
	letter-spacing: 0.14px;
	line-height: 1.5rem;
}
.attention__list-item:not(:last-child) {margin-bottom: 1rem;}

/* footer */
footer {background: #090403;}
.copyright {
	color: #FFF;
	letter-spacing: 1.2px;
	line-height: 2rem;
	text-align: center;
	padding: 2rem 0;
  font-size: clamp(10px, 2vw, 16px);
}

/* TOPへ戻る */
.top1 {
	text-align: center;
}
#top img {
	max-width: 130px;
	width: 100%;
	filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 1));
}
#top {
	position: fixed;
	bottom: 7%;
	z-index: 3;
	right: calc(50.5% - 800px);
	font-size: 1.8rem;
	font-weight: 600;
	text-shadow:
		  1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF, /* 右下方向に影 */
		  -1.5px 1.5px 0 #FFF,  1.5px -1.5px 0 #FFF, /* 左下方向に影 */
		  1.5px 0 0 #FFF, -1.5px  0 0 #FFF, /* 左上方向に影 */
		  0 1.5px 0 #FFF,  0 -1.5px 0 #FFF; /* 右上方向に影 */
}
#top a {
	display: inline-flex;
	flex-direction: column;
  	align-items: center;
	font-size:0.875rem;
}

#top a i{
  font-size: 4em;
  font-weight: bold;
  color:#ccc;
}

.copyright{
	width:100%;
	max-width:33.611%;
	margin:0 auto;
}

/* 	responsive */

@media screen and (max-width:1799px) {
	#top {
	position: fixed;
	bottom: 7%;
	z-index: 3;
	right: 3%;
	}
}
@media screen and (max-width:1200px) {
	#top img {
		max-width: 70px;
	}
	#top{
		font-size: 1.6rem;
	}
}
@media screen and (max-width:1100px) {
	/*p, dl, dt, dd  {
	font-size: 1.8rem;
	letter-spacing: 0.15px;
	line-height: 3rem;
	}*/
	/*.schedule__large {font-size: 2.2rem;}*/
	
	h3 img {max-width: 14rem;}
	/*.schedule__online-heading img {max-width: 38.3rem;}*/
	/*.note__list {
    padding-top: 1rem;
    line-height: 1.8rem;
	}*/
	.gaiyo__content, .item__content{
	border-image: url("../img/frame-grey.png") 100 fill / 80px / 0px round;
	}
	.schedule__content{
	border-image: url("../img/frame-black.png") 100 fill / 80px / 0px round;
	}
	.tokuten__content, .notes__content{
	border-image: url("../img/frame-red.png") 100 fill / 80px / 0px round;
	}
	.gaiyo__content-wrapper, .schedule__content-wrapper, .tokuten__content-wrapper, .item__content-wrapper, .notes__content-wrapper {
    margin: 0 1.8rem 0 auto;
	}
	.notes-horizon{
		max-width: 185px;
	}
	.notes-nessie{
		max-width: 169px;
		right: 2%;
	}
}
@media screen and (max-width:1000px) {
	html{scroll-padding-top: 0;}
	h1 {padding-top: 0;}
	#item li {
        width: calc(33.33% - 1rem);
    }
	.notes-horizon{
		max-width: 161px;
		top: 0;
		right: 7%;
	}
	.notes-nessie{
		max-width: 148px;
		left: 7%;
		top: 0;
	}
  .schedule__item, .schedule__online-item{
    flex-direction: column;
  }
  .schedule__item-text, .schedule__online-item-text{
    padding:1em;
  }
  
	#item li:last-child {
    margin-right: 34%;
	}
	.copyright{max-width:80%;}
}

@media screen and (max-width:900px) {
	.attention__list-item:not(:last-child) {
    	margin-bottom: 0.8rem;
	}
	.content{
    border-image-width:120px;
    padding:10%;
	}
  .content.shop{
    padding:10%;
  }
}
@media screen and (max-width:800px){
	.br800 {display: block;}
	.schedule__online-item-title {
		padding: 1.5rem 0;
	}
	/*.schedule__item-text, .schedule__online-item-text {
    padding-left: 1.5rem;
	}*/
	/*.schedule__details, .schedule__online-details {
    	max-width: 511px;
		width: 100%;
		margin: 0 auto;
	}*/
}
@media screen and (max-width:750px){
	#item li {
        width: calc(50% - 0.5rem);
    }
	#item li:last-child {
        margin-right: 0;
    }
	#item li {
    margin-bottom: 0.5rem;
	}
  .x__content-wrapper{
    border-image-width: 25px;
  }
}

@media screen and (max-width:700px){
	/*.x-text {
		font-size: 1.6rem;
		letter-spacing: 0.12px;
		line-height: 2.8rem;
	}*/
	
}
@media screen and (max-width:605px){
	.br605 {display: block;}
	/*.schedule__item:nth-of-type(1) dt, .schedule__online-item:nth-of-type(1) dt{
		padding: 1.7rem 1.2rem;
	}*/
	/*.schedule__item:nth-of-type(2) dt{
		padding: 3rem 1.2rem;
	}
	.schedule__item-text, .schedule__online-item-text {
		width: 74%;
	}
	.schedule__item-title, .schedule__online-item-title {
    	width: 26%;
		padding: 1.2rem;
	}*/
	
}
@media screen and (max-width:600px){
	/*.note__list {
	font-size: 1.2rem;
    padding-top: 1rem;
    line-height: 1.8rem;
	}
	.note__list-item:not(:last-child) {
    margin-bottom: 0.2rem;
	}*/
}

@media screen and (max-width:530px){

}
@media screen and (max-width:500px){
	
	/*p, dl, dt, dd  {
	font-size: 1.6rem;
	letter-spacing: 0.12px;
	line-height: 2.8rem;
	}*/
	/*.schedule__large {
    font-size: 1.7rem;
	line-height: 2.5rem;
    }*/
	
	h3 img {max-width: 11rem;}
	.schedule__online-heading img {
        max-width: 32.3rem;
    }
	.heading {padding-top: 4rem;}
	/*.gaiyo__text {
    padding-top: 3.5rem;
    padding-bottom: 4.7rem;
	width: 93%;
	}*/
	/*.gaiyo__benefits-text {
    padding-bottom: 2.5rem;
	}*/
	/*.gaiyo__content-details, .schedule__content-details 
	{width: 93%;}*/
	
	/*.attention__list {
    font-size: 1.35rem;
    letter-spacing: 0.14px;
    line-height: 2rem;
	}*/
	#top{
		font-size: 1.4rem;
	}
	
}
@media screen and (max-width:450px){
	.content{
    padding:16% 12%;
    border-image-width: 80px;
  }
  .content.shop{
    padding:16% 10%;
  }
  .h2_gaiyo, .h2_food-tokuten, .h2_schedule, .h2_item-tokuten, .h2_item, .h2_notes{
    margin:0 auto 1em;
  }
	.br450 {display: block;}
	/*.gaiyo__content-details, .schedule__content-details
	{width: 95%;}*/
	.schedule__item-text, .schedule__online-item-text {
		width: 100%;
		text-align: center;
	}
	.schedule__item-title, .schedule__online-item-title {
		padding: 1rem;
    background-size: 75%;
    background-position: center;
	}
	.note__list{
		line-height: 1.25rem;
	}
	
	.item__text p small {
		font-size: 1.3rem!important;
	}
	.schedule__online-heading img {
        max-width: 29.3rem;
    }
  dl.price-box{
    bottom:1em;
  }
  #top a i{
    font-size: 2em;
    font-weight: bold;
    color:#ccc;
  }
}
@media screen and (max-width:400px){
	.br400 {display: block;}
}

@media screen and (max-width:380px){
	.schedule__item-text, .schedule__online-item-text {
		width: 72%;
		padding-left: 0.8rem;
	}
	.schedule__item-title, .schedule__online-item-title {
		padding: 1rem 0.5rem;
	}

}