/*root関数-------------------------------------*/
:root {
	/* root関数：color */
	--color-main1: #FFC168;
	--color-main2: #FEE058;
	--color-main3: #005CA9;
	--color-main4: #E40A0D;
	--color-main5: #B5EDFE;
	--color-main6: #7C5D3A;
	--color-room1: #4E985D;
	--color-room2: #3975A6;
	--color-member: #87499A;
	--color-ippan: #1E949D;
	--color-dark: #292929;
	--color-light: #fff;
	--color-link: #005CA9;
	--color-ssp: #847F4F;


	/* root関数：gradident */
	--grad-sky: linear-gradient(0deg, #8ADCFE, #D2F2FF 20%, #B9EAFF 50%, #8ADCFE 80%, #A1E3FF 100%);
	--grad-paper: linear-gradient(90deg, #F2D8A5, #F4EACE 60%, #E9C792 100%);

	/* root関数：fonts */
	--font-main: "LINE Seed JP", sans-serif;
	--font-notes: "LINE Seed JP", sans-serif;
	--font-gothic: "LINE Seed JP", sans-serif;
	--font-en: "Saira Condensed", sans-serif;

}


/*共通要素*/
body {
	font-family: var(--font-main);
	font-weight: 400;
	font-style: normal;
	line-height: inherit;
	color: var(--color-dark);
	font-size: clamp(1.6rem, 1.530rem + 0.3vw, 1.8rem);
	background: var(--color-light);
}

/*Loading ここから*/
/* Loading Block */
#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: var(--color-dark);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: grid;
	place-content: center;
	place-items: center;
}

/* Hide Loading Block  */
.loaded {
	opacity: 0;
	visibility: hidden;
}

/* loading anime  クラスはloaderで*/
.loader {
	width: 40px;
	aspect-ratio: 1;
	border-radius: 50%;
	background:
		radial-gradient(farthest-side, #005CA9 94%, #0000),
		radial-gradient(farthest-side, #B5EDFE 94%, #0000),
		#B5EDFE;
	background-position: center;
	background-repeat: no-repeat;
	animation: l4 1.5s infinite;
}

@keyframes l4 {
	0% {
		background-size: 0 0, 0 0
	}

	30%,
	50% {
		background-size: 0 0, 120% 120%
	}

	80%,
	100% {
		background-size: 120% 120%, 120% 120%
	}
}

/*Loading ここまで*/


#container {
	margin-inline: auto;
}

.fc-key1 {
	color: var(--color-main1);
}

.fc-key2 {
	color: var(--color-main2);
}

.fc-key3 {
	color: var(--color-main3);
}

.fc-key4 {
	color: var(--color-main4);
}

.fc-key5 {
	color: var(--color-main5);
}

.fc-key6 {
	color: var(--color-main6);
}

.fc-member {
	color: var(--color-member);
}

.fc-ippan {
	color: var(--color-ippan);
}

.fc-room1 {
	color: var(--color-room1);
}

.fc-room2 {
	color: var(--color-room2);
}

.fc-hanten {
	color: var(--color-light);
}

.fc-hanten2 {
	color: var(--color-dark);
}


.ff-en {
	font-family: var(--font-en);
}

a {
	color: var(--color-link);
	text-decoration: underline;
	transition: .5s;
}

a:hover {
	color: var(--color-link);
	text-decoration: none;
	/* opacity: .7; */
}

a:hover img {
	box-shadow: none;
	filter: none;

}

.notes {
	text-align: justify;
	font-family: var(--font-notes);
	width: fit-content;
	padding: 0 15px;
	margin: clamp(20px, 12.958px + 1.878vw, 40px) auto 0;
	max-width: 780px;

}


ul.notes li {
	font-size: clamp(1.2rem, 1.130rem + 0.3vw, 1.4rem);
	font-weight: normal;
	margin: 0.5em auto 0 auto;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
	text-align: justify;
}


#page-top img {
	position: fixed;
	width: 45px;
	bottom: 20px;
	right: 10px;
	z-index: 99999;
	transition: .3s;
	/* filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2)); */
}

@media (min-width:768px) {
	#page-top img {
		width: 55px;
		bottom: 40px;
		right: 20px;
	}
}

#page-top a img:hover {
	transform: scale(1.1);
}

.img-box-shadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	margin-bottom: 8px;
}

.img-filter-shadow {
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}


.txt-shadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	;
}

.img-radius {
	border-radius: clamp(12px, 7.775px + 1.127vw, 24px);
}

.wide-fit {
	width: fit-content;
}

.wide-max250,
.wide-max300,
.wide-max400,
.wide-max500,
.wide-max600,
.wide-max700,
.wide-max800,
.wide-max900,
.wide-max1000 {
	margin-inline: auto;
}

.wide-max250 {
	max-width: 250px;
}

.wide-max300 {
	max-width: 300px;
}

.wide-max400 {
	max-width: 400px;
}

.wide-max500 {
	max-width: 500px;
}

.wide-max600 {
	max-width: 600px;
}

.wide-max700 {
	max-width: 700px;
}

.wide-max800 {
	max-width: 800px;
}

.wide-max900 {
	max-width: 900px;
}

.wide-max1000 {
	max-width: 1000px;
}


/*入会関連-------------------------------------*/
.nyukai {
	/* background: var(--color-light); */
	/* border: 2px solid var(--color-ssp); */
	/* padding: 1.5em; */
	font-family: var(--font-main);
	margin: 1em auto 0;
	color: var(--color-dark);
}

@media (min-width:768px) {
	.nyukai {
		max-width: 800px;
		padding: 2em;
	}
}

.btn-nyukai a {
	display: block;
	font-family: var(--font-main);
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	width: 60vw;
	max-width: 280px;
	margin: 0 auto;
	padding: 1em 0;
	background: var(--color-ssp);
	color: var(--color-light);
	border-radius: 100vmax;
	transition: 0.5s;
}


.btn-nyukai a:hover {
	outline-offset: 0px;
	transform: scale(1.1);
}


/* 共通アイテム紹介-------------------------------------*/
.img-border1 {
	border-top: 1px solid var(--color-main6);
	display: block;
	margin: 1em 0 2em;
}

.item-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	justify-content: center;
	margin: 1em auto 2em;
	padding: 2em 15px;
}

@media (min-width:768px) {
	.item-wrapper {
		max-width: 800px;
		justify-content: space-between;
	}
}

.item-inner img {
	margin: 0 0 0;
	max-width: 600px;
}


.item-name {
	font-size: clamp(1.8rem, 1.730rem + 0.3vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	margin: .5em;
}

.item-price {
	font-size: clamp(1.6rem, 1.459rem + 0.601vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
}

.item-size,
.item-material,
.item-notes {
	font-family: var(--font-gothic);
	font-size: clamp(1.2rem, 1.130rem + 0.3vw, 1.4rem);
	font-weight: 400;
	line-height: 1.2;
	margin-top: .5em;
}

.item-size::before {
	content: "［サイズ］";
	margin-right: .5em;
}

.item-material:before {
	content: "［素材］";
	margin-right: .5em;
}


.item-ingredients {
	font-family: var(--font-gothic);
	font-size: clamp(1.2rem, 1.130rem + 0.3vw, 1.4rem);
	font-weight: 400;
	line-height: 1.2;
	word-break: normal;
	overflow-wrap: normal;
}

.item-ingredients span {
	white-space: nowrap;
}

.item-ingredients::before {
	content: "〈使用材料〉";
	display: block;
	margin: 1em 0 .5em;
}

.bg-paper {
	background: url(../img/bg_oldpaper.webp);
}

.txt-container {
	width: fit-content;
	padding: 0 15px;
	margin: 0 auto;
}


/* KV-------------------------------------*/
.img-kv {
	margin: 0 auto;
	width: 100vw;
}

.img-kv img {
	object-fit: contain;
}


/*sec共通-------------------------------------*/
.sec-container {
	margin: 0 auto;
	max-width: 1000px;
	padding: clamp(40px, 5.7vw, 100px) clamp(20px, 4.5vw, 80px);
	text-align: center;
}

/*sec-kv------------------------------------*/



/*sec-intro------------------------------------*/
#sec-intro {
	background: url(../img/bg_stripe.webp);
	background-repeat: repeat;
	background-position: center center;
}

@media (min-width:768px) {
	#sec-intro {}
}

#sec-intro .sec-container {
	padding: clamp(50px, 4.7vw, 100px) clamp(20px, 4.5vw, 80px);
}


.bg-paper {
	background-image:
		url("../img/bg_oldpaper.webp"),
		var(--grad-paper);
	background-repeat:
		repeat,
		repeat-y;
}


.intro-container {
	position: relative;
	padding: clamp(40px, 4.7vw, 90px) clamp(15px, 4.1vw, 60px) clamp(50px, 4.7vw, 100px);
}

img.deco-stamp {
	position: absolute;
	top: clamp(20px, 5vw, 80px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: clamp(180px, 24vw, 380px);
}

@media (min-width:640px) {
	img.deco-stamp {
		left: 10%;
	}
}

.txt_binsen {
	background-image: linear-gradient(180deg, var(--color-main6) 1px, transparent 1px);
	background-size: 100% 2.5em;
	line-height: 2.5em;
	padding-bottom: 1px;
}

.main-copy {
	font-weight: 700;
	font-size: clamp(2.4rem, 1.766rem + 2.704vw, 4.2rem);
	line-height: 1.6;
	color: var(--color-main4);
	text-align: left;
	width: fit-content;
	margin: 40px auto;
}


.txt_period {
	font-size: clamp(1.7rem, 1.101rem + 2.554vw, 3.4rem);
	font-weight: 700;
	line-height: 1.4;
	margin: 1.5em auto;
	color: var(--color-main6);
}

/* sec-sky */
#sec-sky {
	background-image:
		url("../img/bg_cloud.webp"),
		var(--grad-sky);
	background-repeat:
		repeat,
		repeat;
	background-size:
		contain, contain;
	background-position: top, top;
	border-top: 8px solid var(--color-main3);
	padding: clamp(30px, 6.6vw, 100px) clamp(15px, -0.845px + 4.225vw, 60px);
}


/*sec-room-------------------------------------*/
.detail-wrapper {
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	max-width: 1000px;
	margin: clamp(30px, 19.437px + 2.817vw, 60px) auto;
	padding: 0 0 clamp(40px, 25.915px + 3.756vw, 80px);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	text-align: center;
}


.ttl-airmail {
	position: relative;
	padding: clamp(3rem, 2.296rem + 3.005vw, 5rem) 15px;
	text-align: center;
}

.ttl-airmail::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: url(../img/line_airmail.svg) repeat-x left top;
	background-size: auto 100%;
}

.ttl-airmail h3 {
	margin: 0;
	font-family: var(--font-en);
	font-size: clamp(4rem, 3.014rem + 4.207vw, 6.8rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-main3);
	text-transform: uppercase;
}

.ttl-airmail h2 {
	margin: 0;
	font-size: clamp(1.8rem, 1.377rem + 1.803vw, 3rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-main3);
	letter-spacing: .1em;
}

.ttl-airmail h2::before {
	content: "";
	display: block;
	width: clamp(36px, 1.4vw, 50px);
	height: clamp(36px, 1.4vw, 50px);
	margin: 1rem auto;
	background: url(../img/deco_star_yl.svg) no-repeat center;
	background-size: contain;
}


.detail-container {
	position: relative;
	padding: clamp(30px, 12.394px + 4.695vw, 80px) clamp(15px, -0.845px + 4.225vw, 60px);
}

.name-plan {
	background: #666;
	color: var(--color-light);
	font-weight: 700;
	border-radius: 100vw;
	padding: .25em 1em;
	display: inline-block;
	line-height: 1;
}

.txt_price {
	font-family: var(--font-en);
	font-size: clamp(3.6rem, 3.177rem + 1.803vw, 4.8rem);
	font-weight: 700;
}

img.room_number {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	height: 110px;
}

@media (min-width:768px) {
	img.room_number {
		top: 40px;
		left: 20%;
		width: 150px;
		height: 150px;
	}
}

.name-room {
	font-family: var(--font-en);
	font-size: clamp(4.2rem, 3.566rem + 2.704vw, 6rem);
	font-weight: 700;
	/* display: block; */
	line-height: 1;
	text-transform: uppercase;
	width: fit-content;
	margin: 60px auto 0;
}

@media (min-width:768px) {
	.name-room {
		margin: 0 auto 0;
	}
}

#room1 .name-room {
	border-top: 1px solid var(--color-room1);
	border-bottom: 1px solid var(--color-room1);
	color: var(--color-room1);
}

#room2 .name-room {
	border-top: 1px solid var(--color-room2);
	border-bottom: 1px solid var(--color-room2);
	color: var(--color-room2);
}

.name-country-room {
	color: var(--color-light);
	font-size: clamp(1.2rem, 0.989rem + 0.901vw, 1.8rem);
	font-weight: 700;
	border-radius: 100vw;
	padding: .1em .7em;
	margin: .75em 0;
	display: inline-block;
}

#room1 .name-country-room {
	background: var(--color-room1);
}

#room2 .name-country-room {
	background: var(--color-room2);
}


.pic-room {
	border: 8px solid var(--color-light);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	max-width: 700px;
}

.ttl-sub-en {
	margin: 2em auto 0;
	font-family: var(--font-en);
	font-size: clamp(3rem, 2.296rem + 3.005vw, 5rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-main6);
	text-transform: uppercase;
}

.ttl-sub-ja {
	margin: 0 auto 1em;
	font-size: clamp(1.8rem, 1.448rem + 1.502vw, 2.8rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-main6);
}


#room1 .ttl-sub-ja::before {
	content: "";
	display: block;
	width: clamp(30px, 23.662px + 1.69vw, 48px);
	height: clamp(30px, 23.662px + 1.69vw, 48px);
	margin: 1rem auto;
	background-size: contain;
	background: url(../img/deco_star_room1.svg) no-repeat center;
}

#room2 .ttl-sub-ja::before {
	content: "";
	display: block;
	width: clamp(30px, 23.662px + 1.69vw, 48px);
	height: clamp(30px, 23.662px + 1.69vw, 48px);
	margin: 1rem auto;
	background-size: contain;
	background: url(../img/deco_star_room2.svg) no-repeat center;
}

.amenity-wrapper {
	display: grid;
	gap: clamp(40px, 25.915px + 3.756vw, 80px);
	grid-template-columns: repeat(1, 1fr);
	justify-content: center;
	color: var(--color-dark);
}

@media (min-width:768px) {
	.amenity-wrapper {
		grid-template-columns: repeat(2, 1fr);
		justify-content: space-between;

	}
}

.txt-reserve {
	display: flex;
	align-items: center;
	width: 100%;
	gap: .5em;
	color: var(--color-main6);
	padding: 2em 0 1em;
	font-weight: 700;
}

.txt-reserve::before,
.txt-reserve::after {
	content: "";
	flex: 1 1 auto;
	min-width: 1em;
	border-top: 1px solid var(--color-main6);
}

.btn-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 1em auto;
}

@media (min-width:640px) {
	.btn-wrapper {
		gap: 40px;
		grid-template-columns: repeat(2, 1fr);
		margin: 1em auto;
		width: fit-content;
	}
}

.btn-wrapper a img {
	max-width: 70vw;
}

@media (min-width:768px) {
	.btn-wrapper a img {
		max-width: 320px;
	}
}

.restaurant-info {
	display: inline-block;
	color: var(--color-light);
	background: var(--color-main3);
	border-radius: 100vw;
	padding: .5em 1em;
	line-height: 1;
	margin-bottom: .5em;
	min-width: 10em;
}




/*版権表記-------------------------------------*/
#publisher {
	color: var(--color-dark);
	padding: 0 0 0;
}

#publisher .sec-container {
	padding: 0;
}

#publisher img {
	width: 70vw;
	max-width: 500px;
}

.publisher-site {
	margin: 2em 0;
}

.publisher-site a {
	color: var(--color-dark);
	font-size: clamp(1.4rem, 1.259rem + 0.601vw, 1.8rem);
	text-decoration: underline;
}

.publisher-site a:hover {
	color: var(--color-main4);
}

.publisher-name {
	font-family: var(--font-gothic);
	font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
}

/*footer-------------------------------------*/
footer {
	font-family: var(--font-main);
	color: var(--color-dark);
	padding: 2.5em 1em;
	margin: 0 auto;
	text-align: center;
	background: url(../img/bg_foot.webp);
	background-repeat: repeat;
	/* border-top: 1px solid var(--color-light); */
}

.hotel-name {
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
}

@media (min-width:768px) {
	.hotel-name {
		font-size: 2.2rem;
	}
}

.sns-nameE {
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4;
}

@media (min-width:768px) {
	.sns-nameE {
		font-size: 3rem;
	}
}

.sns-nameJ {
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
}

@media (min-width:768px) {
	.sns-nameJ {
		font-size: 2.2rem;
	}
}

.sns-ico-set {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin: 20px auto 30px auto;
}


.sns-ico-set>li>span {
	color: var(--color-dark);
	display: block;
	font-family: var(--font-gothic);
	line-height: 1.2;
	/* font-weight: 400; */
	font-size: clamp(1.1rem, 1.065rem + 0.15vw, 1.2rem);
	margin-top: .5em;
}

@media (min-width:768px) {
	.sns-ico-set {
		gap: 30px;
	}
}

.sns-ico-set img {
	width: calc(100vw / 10);
	max-width: 40px;
	height: auto;
}

@media (min-width:768px) {
	.sns-ico-set img {
		width: 50px;
	}
}

.notes-foot {
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0 auto;
	width: fit-content;
}

@media (min-width:768px) {
	.notes-foot {
		font-size: 1.4rem;
		max-width: 800px;
		text-align: center;
	}
}

.hotel-links {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 20px 0 20px 0;
}

@media (min-width:768px) {
	.hotel-links {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

.hotel-links a {
	display: inline-block;
	padding: 0 1em;
	color: var(--color-dark);
	text-decoration: none;
	transition: .3s ease-in-out;
	margin: 5px 0;
}

@media (min-width:768px) {
	.hotel-links a:first-of-type {
		margin: 0;
		border-left: 1px solid var(--color-dark);
		border-right: 1px solid var(--color-dark);
	}
}

.hotel-links a:hover {
	color: var(--color-main4);
}

.copyright {
	text-align: center;
	font-size: 1.2rem;
}

@media (min-width:768px) {
	.copyright {
		font-size: 1.4rem;
	}
}