@charset "utf-8";
/* CSS Document */
/*2025 created by NANACO JAPAN CREATIVE OFFICE*/
html{scroll-padding-top: 74px;}
main{
  background-image: url("../img/dots_bg.png");
  padding:8.334% 0;
}

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


.h2_gaiyo span,.h2_online 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{
  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: #2A9F89;
}


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,24px);
	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;
	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:4em;
}


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


/* 枠 */

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

.contentB{
  /* レイアウト */
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
  border-image-source: url("../img/yellow_frame2.png");
  border-image-slice:190 fill;
  border-image-width:180px;
  border-image-outset:0;
  border-image-repeat:stretch stretch;  
  padding: 180px;
}

.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 {
	/*background-image: url("../img/ribbon_frame.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;*/
  border-image: url("../img/ribbon_frame.png") 100 fill / 80px / 0px;
  /*border-radius: 45px;*/
  padding:2em;
  position: relative;
  margin-bottom: 3em;
}



.schedule__details h3.store-name{
  background-image:url("../img/ribbon_title.png");
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 3.2vw, 1.75rem);
  margin:0 auto;
  color: #A82A8B;
  width:100%;
  max-width: 328px;
  aspect-ratio: 328 / 76;
}
.schedule__item{
  display: flex;
  align-items: center;
  margin:1.25em auto;
  justify-content: center;
}
.schedule__item-title::after{
  content: "";
  background-image: url("../img/rose.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 2.375rem;
  height: 1em;
  margin-left: 5px;
}
.schedule__item-text{
  width:70%;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 4%;
  padding: 2rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 0;
  background: #fff;
  box-shadow: 3px 3px 0px #6A6A6A29;
  /*font-size: 1rem;*/	
  font-weight: bold;
  text-decoration: none;
  background-color:#E393A8; 
  color: #fff;
  border-radius: 30px;
}
.btn, .btn a {
  font-size: clamp(16px, 1.3vw, 24px);
}

.btn-wrap .btn{
	max-width:230px;
	width:100%;
	font-size: 1.125rem;
}
.btn i {
  /*margin-right: 0.5rem;*/
  font-size:0.75rem;
}

.btn:hover {
  opacity: 0.8;
}

.btn.brown {
	background-color: #5C1A0E;
	color: #fff;
	max-width:650px;
	border-radius: 75px;
	width:100%;
	font-size: 2.1875rem;
	padding:2%;
}



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

.schedule__online-item-title span{
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;   /* ← 中央ではなく上寄せ */
  padding-top: 0;          /* ← 高さに応じて調整 */
  text-align: center;
  color: #2F2F2F;
  font-weight: 400;
  letter-spacing: .08em;
  font-size: clamp(14px, 3.2vw, 24px);
  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: 4.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 span{
  background-color:#E393A8;
  color:#fff;
}

.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:85.106%;
	margin:4em auto;
}

/* X */
#X {
	position: relative;
	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: 1000px;
	margin: 0 auto;
}
/*.tokuten__details {padding-top: 3.5rem;}*/

/*item一覧*/
.animateme{
  position: relative;
  width:100%;
}
.animateme p.flag{
  position: absolute;
  top:0;
  right:-15%;
  z-index:1;
}
.animateme p.flag img{
  width:80%;
}

/* 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(20% - 1rem);
    margin-bottom: 0;
}
/*#item li:last-child {
    margin-right: 51%;
}*/

.item__text{
  color:#090403;
	width:100%;
	min-height:10.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:#E393A8;
  border-radius: 16px;
  color:#fff;
}
.itemname_box{
	margin: 0.75rem auto;
	font-size: 1rem;
  display: block;
  white-space: nowrap;
  transform-origin: center center;
}
.itemname_box span{
  display: block;
  background-color: #F2B8B9;
  color:#2f2f2f;
  margin-top:2%;
  padding:1%;
}
.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;
  text-align: center;
}

.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: 1000px;
	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,24px);
	font-weight: 600;
	letter-spacing: 0.14px;
	line-height: 1.85rem;
}
.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-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;}
  .btn-wrap{
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1rem;
    align-items: center;
  }
	#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;
    text-align: center;
  }
  
	#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){
  
  .schedule__details::before,.schedule__details::after{
    background-size:35%;
    top:-2%;
  }
  
  .btn-wrap{
    padding:0 0 2rem 0;
  }
  
  .animateme p.flag{
    right:-20%;
    width: 35%;
  }
	#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%;
  }
  
	.br450 {display: block;}
	/*.gaiyo__content-details, .schedule__content-details
	{width: 95%;}*/
	.schedule__item-text, .schedule__online-item-text {
		width: 100%;
		text-align: center;
    padding:0 1rem;
	}
	.schedule__item-title, .schedule__online-item-title {
		padding: 0 1rem;
    background-size: 60%;
    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: 100%;
		padding-left: 0.8rem;
	}
	.schedule__item-title, .schedule__online-item-title {
		padding: 0 0.5rem;
	}

}

/* ==========================================================
   Responsive frame fix for border-image sections
   created by NANACO JAPAN CREATIVE OFFICE
   ========================================================== */

.contentA,
.contentB,
.x__content-wrapper {
  box-sizing: border-box;
  border-image-outset: 0;
  border-image-repeat: stretch;
  width: 100%;
  margin: 0 auto;
}

/* ---- PC標準（1380px基準） ---- */
.contentA {
  border-image-source: url("../img/yellow_frame1.png");
  border-image-slice: 190 fill;
  border-image-width: clamp(60px, 10vw, 180px);
  padding: clamp(40px, 8vw, 130px);
}

.contentB {
  border-image-source: url("../img/yellow_frame2.png");
  border-image-slice: 190 fill;
  border-image-width: clamp(60px, 10vw, 180px);
  padding: clamp(50px, 10vw, 180px);
}

.x__content-wrapper {
  border-image-source: url("../img/X_frame.png");
  border-image-slice: 50 fill;
  border-image-width: clamp(20px, 5vw, 45px);
  padding: clamp(24px, 8vw, 100px);
}

/* ---- 600px以下（SP最適化） ---- */
@media (max-width: 600px) {
  .contentA,
  .contentB {
    border-image-width: 50px;
    padding: 8%;
  }
  .x__content-wrapper {
    border-image-width: 25px;
    padding: 10%;
  }
}

/* ==========================================================
   Responsive adjustment for h2 images
   ========================================================== */

h2 img {
  display: inline-block;
  width: auto;
  max-width: clamp(220px, 30vw, 560px); /* 横幅の可変範囲 */
  max-height: clamp(32px, 6vw, 80px);   /* 高さも可変 */
  height: auto;
  margin: 1em auto 1.5em;
  object-fit: contain;
}

/* 小画面時に余白を少し詰める */
@media screen and (max-width: 600px) {
  h2 img {
    max-width: 80%;
    margin-bottom: 1em;
  }
}

/* ==========================================================
   Responsive adjustment for .schedule__details h3.store-name
   ========================================================== */

.schedule__details h3.store-name {
  background-image: url("../img/ribbon_title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A82A8B;
  font-weight: 600;
  width: 100%;
  max-width: clamp(220px, 35vw, 328px); /* 幅を画面幅に応じて調整 */
  aspect-ratio: 328 / 76;               /* リボン画像の縦横比を維持 */
  font-size: clamp(14px, 3.2vw, 1.75rem); /* 文字サイズも自動調整 */
  margin: 0 auto 1.5em;
  text-align: center;
  line-height: 1.3em;
}

/* スマホ時：詰まりすぎないよう余白を確保 */
@media screen and (max-width: 600px) {
  .schedule__details h3.store-name {
    max-width: 80%;
    font-size: clamp(13px, 4vw, 18px);
    margin-bottom: 1em;
  }
}
