@charset "utf-8";
/* CSS Document */
html{scroll-padding-top: 100px;}
main{padding:7.1875rem 0 0.5rem;}
main{
  background: linear-gradient(180deg, #A3DAE8 0%, #FEE7B6 30%, #FDE1A6 45%, #FEE7B6 60%, #A3DAE8 100%),url("../img/bg1.png"),url("../img/bg1-2.png"),url("../img/bg2.png");
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: top,top,center,bottom;
  background-size:cover,contain,contain,contain;
  background-blend-mode: multiply;
  position: relative;
}

.snow_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 92%; /* スクロールに合わせて少し長め */
  background-image: url("../img/snow-left.webp");
  background-repeat: repeat-y; /* 縦方向にループ */
  background-position: left top;
  background-size: contain;
}
.snow_right{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 92%; /* スクロールに合わせて少し長め */
  background-image: url("../img/snow-right.webp");
  background-repeat: repeat-y; /* 縦方向にループ */
  background-position: right top;
  background-size: contain;
}


section{margin-bottom:7.1875rem;position: relative;background-image: url("../img/frame.png");margin:5rem auto;max-width:1200px;width: 100%;padding:5rem;}
/* 共通 */
.br800, .br605, .br450, .br400 {display: none;}
.content {max-width: 1130px;}
b{font-weight: 600;}
h1 {padding-top: 82.375px;}
h2{text-align: center; margin-bottom:3.3rem;}
h2 img {width:100%;max-width:clamp(125px, 17vw, 180px);margin: 0 auto;display: inline-block;vertical-align: top;}


h3 img {max-width: 18.2rem;margin: 0 auto;}
.x-heading img {max-width: 27px;width:100%;margin: 0 auto;}
.schedule__online-heading img {max-width:360px; width:100%; margin: 0 auto;}

p, dl, dt, dd  {
	font-size: clamp(14px,2vw,20px);
	letter-spacing: 0.21px;
	line-height: clamp(1.5rem,2vw,2rem);
	font-weight: 400;
	font-family:"Rounded Mplus 1c",sans-serif;
}

.object .rightup{
	max-width: 319px;
	position: absolute;
	transform: rotate(0deg);
}

.object .rightup.a{top:0;right:5em;}
.object .rightup.b{top:40%;left:5em;}

.object .leftup{
	max-width: 319px;
	position: absolute;
	transform: rotate(315deg);
	transform: scale(-1, 1);
}
.object .leftup.a{top:0;left:5em;}
.object .leftup.b{top:40%;right:5em;}


.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:100%;
	margin:0 auto;
}
.note__list-item:not(:last-child) {margin-bottom: 0.5rem;}
.heading {padding-top: 5rem;}
/*.img_border {border: 1px solid #707070;}*/


/* 枠 */

.content{
	width:100%;
	max-width:1200px;
	height:auto;
	/*padding:2.834% 8.0556%;*/
	margin:0 auto;
	position: relative;
}


.bottom{
	margin:0 auto 7.223% !important;
}


/* 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;
}
.h2_gaiyo img,
.h2_schedule img{
	max-width:450px;
}

.h2_item-tokuten img{
	max-width:450px;
}
.h2_item img{
	max-width:450px;
}
.h2_notes img{
	max-width:450px;
}
.plan-heading img{
	max-width:80px;
}

.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__benefits-text {
	/*padding-top: 3.6rem;*/
	padding-bottom: 3.5rem;
	font-size:clamp(14px,2vw,22px);
}
.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: #fff;
    border-bottom: 1px solid #fff;
}

p.bar{margin:5.334% auto;}

/* Event Section */
.event {
  max-width:900px;
  heihgt:auto;
  margin:0 auto 40px;
  overflow: hidden;
  border-radius: 45px;
  background: #D4EFF3;
  box-sizing: border-box;
  position: relative;
}

.outset{
  position:relative;
}

/* 装飾画像 共通スタイル */
.corner {
  position: absolute;
  width:7.196%;
  z-index: 2;
  pointer-events: none;
}

/* 左上 */
.outset .top-left {
  top: 17px;
  left: 17px;
}

/* 右上 */
.outset .top-right {
  top: 17px;
  right: 17px;
}

/* 左下 */
.outset .bottom-left {
  bottom: 17px;
  left: 17px;
}

.event h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  /*background-color: #F19323;*/
  color: #0D2A48;
  padding: 1rem;
  font-size: 2.1875rem;
  position: relative;
  /*background-image: url("../img/title_bg_ribbon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;*/
  text-align: center;
}
.event h3::before{
 content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 33px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.event h3::before{
  background-image: url("../img/nikukyu.png");
  left: calc(50% - 4em);
}

.event dl {
  max-width:855px;
  margin:0 auto;
  display: grid;
  grid-template-columns: 181px 1fr;
  align-items: baseline; /* 上下中央揃え */
  gap: 1rem;
  padding: 0;
}

.event dt {
  text-align: center;
  padding: 0.5rem;
  font-weight: bold;
  font-size: clamp(16px, 1.3vw, 24px); /* こちらも可変対応 */
  width:200px;
}

.event dd {
  font-size: clamp(16px, 1.3vw, 24px); /* dd自体も可変フォントサイズ */
  display: flex;
  align-items: baseline; /* 下揃えにする */
  flex-wrap: wrap;
  padding:0 0 0 0;
  gap: 0.2em;
}

.event dd .schedule__large {
  font-size: clamp(18px, 1.6vw, 32px); /* 大きい日付用 */
  letter-spacing: 0.25px;
  font-weight: bold;
}

.event dt{position:relative;}
/*.event dt.icon-flower::before{
  content:"";
  background-image:url("../img/flower.png");
  width:1em;
  height:1em;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left:0;
  top:30%;
}*/

.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 4%;
  padding: 2rem 5rem;
}
.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;
  color: #1F446A;
}
.btn, .btn a {
  font-size: clamp(16px, 1.3vw, 24px);
}

.btn-wrap .btn{
	max-width:230px;
	width:100%;
	font-size: 1.125rem;
  border-radius: 50px;
  background: #5CB7E0;
}
.btn i {
  /*margin-right: 0.5rem;*/
  font-size:0.75rem;
}
.btn.map {
  color: #fff;
}
.btn.shop {
  color: #fff;
}
.btn.sns {
  color: #fff;
}
.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 */
.schedule__content-wrapper{
	margin: 0 2rem 0 auto;
}
.schedule__content-details{
	margin: 0 auto;
	max-width:900px
}

.schedule__content-details .text{
	text-align: center;
	padding:3em 0;
}
.plan__content-wrapper .text p.orange{
	color:#E86962;
	font-size:clamp(16px,2vw,22px);
	font-weight: 600;
}

.schedule__details {
	width:90%;
  margin:0 auto 2rem;
}
.schedule__online-heading{
	margin-bottom:3rem;
}

.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:1rem;
}
.schedule__item-title {
	background-color:#95BED0;
	border-radius:0.9375rem;
	width:10rem;
    text-align: center;
    align-content: center;
	padding: 1rem 0;
	white-space: nowrap;
	color:#fff;
}
.schedule__online-item-title {
	background-color:#95BED0;
	border-radius:0.9375rem;
	width:10rem;
    /*width: 27%;*/
    text-align: center;
    align-content: center;
	padding: 0.1rem 0;
	white-space: nowrap;
}
.schedule__item:not(:last-child), 
/*.schedule__online-item:not(:last-child) {margin-bottom: 1.5rem;}*/
.schedule__item-text, .schedule__online-item-text{
	/*padding-left: 2.5rem;
    width: 80%;*/
	text-align: left;
}
.schedule__item-text{
	margin-left:1em;
	border-bottom: 5px dotted #95BED0; /* ボーダーを表示するために必要 */
	width:660px;
	padding:1% 0;
}

.common__promo {
	padding: 0 0 3.5rem;
	text-align: center;
	margin: 0 auto;
}
.schedule__content-details .common__promo{
	padding:3.5rem 0;
}

.common__promo-highlight {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 1.25em; /* 線の太さ */
  text-decoration-color: rgba(240, 164, 40, 0.7); /* 線の色 */
  text-underline-offset: -1em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.schedule__bold {font-weight: 600;}
.schedule__large {
	font-size: clamp(16px,1.6vw,29px);
	letter-spacing: 0.25px;
	line-height:clamp(1.5rem,1.6vw,3.5rem);
}
.schedule__online-banner{
	width:100%;
  max-width: 702px;
	margin:0 auto;
}

/* X */
#X {
	position: relative;
  box-sizing: border-box;
	padding: 1.3rem;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: 0.19px;
	line-height: 3.5rem;
}

.x__content-wrapper{
  border-radius: 45px;
  background: #F0A428;
  padding:1em;
  position: relative;
}
.x__content-wrapper::before{
  position: absolute;
  content:"";
  background-image: url("../img/ashiato.png");
  aspect-ratio: 224px / 267px; /* 縦横比を固定 */
  width:33%;
  height:100%;
  top:-4%;
  left:0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.x__content-wrapper::after{
  position: absolute;
  content:"";
  background-image: url("../img/yukidaruma.png");
  width:124px;
  height:192px;
  bottom:-5%;
  right:-5%;
  background-size: cover;
  background-repeat: no-repeat;
}

.x__content-wrapper a{
  color:#fff;
}

.x-text {
	padding: 2.5rem 0;
  color:#fff;
}

/* 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: 4%;
}
#item li:last-child {
    margin-right: 51%;
}

.animateme{
  position: relative;
}

.animateme img {border: 1px solid #707070;}

.item__text{
	background-color: #4C7FBE;
	width:100%;
	min-height:12.0625rem;
	margin-top:0.625rem;
	padding:5%;
	position: relative;
}
.item__text p{
	/*font-family: "ROBOTO", serif;
	font-weight: 600;*/
	font-style: normal;
	text-align: center;
	font-size: clamp(12px,2vw,14px);
	letter-spacing: 0;
	line-height: 1.375rem;
	color: #FFFFFF;
}
.condition {
	border-bottom:2px solid #FFFFFF;
	padding-bottom:2%;
	margin:0 auto;
}
.itemname_box{
	margin: 0.75rem auto;
	font-size: 1rem;
	font-weight: 600;
}
.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 2%;
	color:#FFFFFF;
}
.price-box dt{
	width:40%;
	text-align: right;
	line-height: 1.6875rem;
}
.price-box dd{
	width:60%;
	text-align: right;
	line-height: 1.6875rem;
}
.item__text .rprice{
	font-size: 1rem;
}
.item__text .ryomoku,.item__text .rprice span,.item__text .price span{
	font-size:clamp(0.65rem, 2vw, 0.875rem);
	padding-left:2%;
}
.item__text .price{
	width:100%;
	font-size:1rem;
	position: absolute;
	bottom: 8%;
    left: 50%;
    transform: translate(-50%, 0);
}

.flag1{
  position: absolute;
  top:0;
  left:0;
	width:fit-content;
	text-align: center;
	background-color:#ff0000;
	color:#fff !important;
	font-size:clamp(0.65rem, 2vw, 0.875rem);
  line-height: 1.5em;
	padding:0 2%;
}


/* 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: #FFF;}
.copyright {
	color: #000;
	letter-spacing: 1.2px;
	line-height: 2rem;
	text-align: center;
	padding: 2rem 0;
}

/* 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;
}

.copyright{
	width:100%;
	max-width:33.611%;
	margin:0 auto;
  font-family: "Roboto", sans-serif; 
}

/* 	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;
	}
	#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;
	}
  section{
    margin:2rem auto;
  }
	.content{
		width:98%;
	}
  .event dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btn-wrap{
    flex-flow: column;
    align-items: center;
    gap:10px;
  }
  .copyright{
    padding:0;
  }
}
@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){
	main{
		padding:3rem 0;
	}
	section{
		margin-bottom:3rem;
    padding:1%;
	}
	h2{
		margin-bottom:1.5rem;
	}
	
	h2 img,.h2_menu img,.h2_food-tokuten img, .h2_item-tokuten img{
		/*max-width:125px;*/
		width:80%;
	}
	.h2_gaiyo::before,.h2_item::before,
	.h2_gaiyo::after,.h2_item::after{
		content:none;
	}
	.h2_menu{
		transform: translateX(0);
	}
	.h2_menu::before,
	.h2_menu::after{
		background-position: center;
	}
	.allergy-list{
		padding-bottom: 0;
	}
	
	.content.gaiyo,.content.food,.content.schedule,.content.tokuten,.content.item{
		border-width: 1em;
		border-image-width:20px;
		padding:1rem 0;
	}
	.content.notes{
		border-width: 1em;
		border-image-width:20px;
		border-image-slice: 80 fill;
		padding:3%;
	}
	
	.schedule__online-heading{
		width: 60%;
      margin: 0 auto 1.5rem;
	}
	
	.schedule__content-details{
		margin-bottom:2.5rem;
	}
	
	#item li {
        width: calc(50% - 0.25rem);
    }
	#item li:last-child {
        margin-right: 0;
    }
	#item li {
    margin-bottom: 2rem;
	}
	.note__list{
		line-height: 1.25rem;
	}
	.note__list-item:not(:last-child){
		margin-bottom:0;
	}
	.object .leftup,.object .rightup{
		display: none;
	}
}

@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: 4.834% 4.0556%;}
	.br450 {display: block;}
	/*.gaiyo__content-details, .schedule__content-details
	{width: 95%;}*/
	.schedule__item-text, .schedule__online-item-text {
		width: 70%;
		padding-left: 1rem;
	}
	.schedule__item-title, .schedule__online-item-title {
    	width: 30%;
		padding: 1rem;
	}
	.note__list{
		line-height: 1.25rem;
	}
	
	/*.item__text p {
		font-size: 1.4rem;
		line-height: 2.3rem;
	}*/
	.item__text p small {
		font-size: 1.3rem!important;
	}
	/*.itemname_box {
		height: 5.8rem;
	}*/
	.schedule__online-heading img {
        max-width: 29.3rem;
    }

}
@media screen and (max-width:400px){
	.br400 {display: block;}
	/*p, dl, dt, dd  {
	font-size: 1.55rem;
	letter-spacing: 0.12px;
	line-height: 2.3rem;
	}*/
	/*.schedule__large {
    font-size: 1.7rem;
    }
	.gaiyo__highlight {
    padding: 0 1rem 0 0.1rem;
	}
	.common__promo-highlight {
	padding: 0;
	}
	.highlight_400 {padding: 0 1rem;}*/
}

@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 {
		width: 28%;
		padding: 1rem 0.5rem;
	}

}