@charset "UTF-8";

/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header .header__official {
	background: #fff;
	padding: 0 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header figcaption {
	padding: 1em;
	font-size: 14px;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.header figcaption {
		font-size: 1.33333vw;
		text-align: center;
	}
}



/*新規*/
.top_lead{
	margin: 0 auto;
	text-align: center;
	background-color: #fff9f5;
	padding-top: 60px;
	padding-bottom: 40px;
}
.date{
	text-align: center;
	font-size: 39px;
	letter-spacing: -0.03em;
	/* margin-top: 80px; */
	margin-bottom: 30px;
}
.big{
	font-size: 1.3em;
}

.lead{
	text-align: center;
	font-size: 22px;
	line-height: 2.5;
	margin-bottom: 30px;
}

.Start_accepting{
	display: inline;
	font-size: 28px;
	font-weight: 600;
	line-height: 2em;
	padding: 5px;
	background: linear-gradient(transparent 0%, #61b7d9 0%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #fff;
}


.charge{
	margin: 20px auto;
	font-size: 18px;
	margin-bottom: 30px;
}
.charge caption {
	caption-side: top; 
	text-align: center;
	margin-bottom: 10px;
}

.charge th{
	font-size: 18px;
	width: 45%;
}

.charge td{
	font-size: 34px;
}

.top_lead .note{
	text-align: left;
	margin-bottom: 60px;
}

.link_ttl{
	margin-bottom: 30px;
	font-size: 26px;
}

.link_ttl.blue{
	color: #61b7d9;
}

.link_ttl.orange{
	color: #f9a17f;
}


.btn_list{
	display: flex;
	justify-content: space-evenly;
	column-gap: 50px;
	padding-bottom: 60px;
}

.info {
	margin-bottom: 5em;
	padding: 60px 0 50px;
	text-align: center;
	border: solid 1px #333;
}

.info .info__title {
	margin-bottom: 1.1rem;
	font-size: 22px;
}

.info .info__text,
.info .list {
	margin-bottom: 1rem;
	color: #3E3A39;
	font-size: 16px;
}


/* ボタンの基本スタイル */
.info .btn a {
	position: relative;
	display: block;
	/* width: 280px; */
	width: 350px;
	padding: 12px 0;
	background-color: #fff;
	font-size: 20px;
	/* font-weight: 700; */
	color: #333;
	line-height: 1.6;
	text-decoration: none;
	text-align: center;
	transition: .2s;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 50px;
}
/* .info .btn a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 11px;
	height: 11px;
	margin: auto;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	transition: .2s;
	box-sizing: border-box;
} */

.info .btn a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 5px;
	right: 30px;
	width: 35px;
	height: 13px;
	margin: auto;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(45deg);
	box-sizing: border-box;
}




/* ホバー時のスタイル */
.info .btn-color-change a {
	background-color: #fff;
	border: 1px solid #333;
}
.info .btn-color-change a:hover {
	background-color: #333;
	color: #fff;
}
.info .btn-color-change a:hover::after {
	border-color: #fff;
}



@media (max-width: 768px) {
	.top_lead{
		padding-top: 20px;
	}
	.date{
		font-size: 20px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.lead{
		text-align: left;
		font-size: 16px;
		line-height: 1.5;
	}
	.Start_accepting{
		/* font-size: 20px; */
		font-size: 5vw;
	}
	.charge{
		margin-bottom: 20px;
	}
	.charge caption {
		font-size: 14px;
	}
	.charge th,
	.charge td{
		display: block;
	}
	.charge th{
		text-align: center;
	}
	.charge td{
		font-size: 28px;
	}
	.charge th{
		width: 100%;
	}
	.link_ttl{
		margin-bottom: 20px;
		font-size: 24px;
	}
	.btn_list{
		flex-direction: column;
		row-gap: 20px;
		padding-bottom: 30px;
	}
	.info {
		padding: 30px 0 40px;
		margin-bottom: 1em;
	}
	.info .btn a {
		font-size: 15px;
		/* width: 245px; */
		width: 280px;
	}
	.info .btn a::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 3px;
		right: 30px;
		width: 25px;
		height: 10px;
	}
	.info .info__title {
		font-size: 18px;
	}
	.info .info__text,
	.info .list {
		font-size: 13px;
		padding: 0 10px;
	}

}


/* STAY */
.stay{
	background-image: url(../img/bg_stay.png);
	padding: 50px 0;

}

.title{
	padding-top: 100px;
	margin-bottom: 20px;
}

	
.stay_item li:first-child{
	margin-bottom: 30px;
}

.stay .note{
	margin-top: 30px;
	padding-bottom: 50px;
}

@media (max-width: 768px) {
	.title{
		padding-top: 5px;
	}
	.stay .note{
		padding-bottom: 10px;
	}
}


/* DRINK */
.drink{
	background-color: #fff9f5;
	padding: 50px 0 0;
}

.photo{
	margin: 0 auto 50px;
	width: 70%;
}

.drink_order{
	text-align: center;
	margin-bottom: 40px;
}

.drink_order p{
	display: inline;
	font-size: 22px;
	font-weight: 600;
	line-height: 2em;
	padding: 5px;
	background: linear-gradient(transparent 0%, #61b7d9 0%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #fff;
}

.offer{
	text-align: center;
}

.offer dt{
	font-size: 24px;
	margin-bottom: 10px;
}

.offer dd{
	font-size: 18px;
	margin-bottom: 30px;
}

.price{
	text-align: center;
	font-size: 24px;
	margin-bottom: 50px;
}

.drink_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 35px;
}

.list_item{
	width: 48%;
}

@media (max-width: 768px) {
	.drink_order{
		margin-bottom: 20px;
	}
	.drink_order p{
		font-size: 16px;;
	}
	.photo{
		margin: 0 auto 30px;
		width: 100%;
	}
	.offer dd{
		margin-bottom: 15px;
	}
	 .price {
		padding: 1.3vw 0 2.26667vw;
	}
	.list_item{
		width: 100%;
	}
}

/* NOVELTY */
.novelty{
	background-color: #fff9f5;
	padding: 10px 0;
}

.novelty .title{
	margin: 0 auto 30px;
	width: 240px;
}

.novelty_item{
	margin-bottom: 50px;
}

.novelty_item li:first-child{
	margin-bottom: 30px;
}

.novelty .note{
	padding-top: 40px;
	border-top: 1px solid #333;
}

@media (max-width: 768px) {
	.novelty{
		padding: 10px 0 30px;
	}
}




/*
	official
------------------------------ */
.official {
	/* padding-bottom: 50px;
	border-bottom: solid 1px #000; */
	background-color: #61b7d9;
	padding: 80px 0 10px;
}

.official .official__title {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.official .official__title img {
	max-width: 270px;
	margin-bottom: 50px;
}

.official .official__title figcaption {
	font-size: 14px;
}

.official .official__link {
	margin-bottom: 0;
	font-size: 18px;
	text-align: center;
}

.official .official__link a {
	color: #fff;
}

.official .official__link a::after {
	content: ">";
}

@media screen and (max-width: 768px) {
	.official {
		padding: 5.4vw 0;
	}

	.official .official__title {
		margin-bottom: 5.33333vw;
	}

	.official .official__title figcaption {
		font-size: 3.2vw;
	}

	.official .official__link {
		font-size: 4.26667vw;
	}

	.official .official__title img {
		max-width: 200px;
		margin-bottom: 10px;
		padding: 30px 0 20px;
	}
}




/*
	sns
------------------------------ */
.sns {
	background: #61b7d9;
	padding: 60px 0;
}

.sns .sns__title {
	margin: 0 auto 40px;
	max-width: 430px;
}

.sns .sns__nav {
	margin: 0 auto;
	max-width: 360px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sns .sns__nav li {
	max-width: 64px;
	/* width: auto;
	height: 64px; */
}

.sns .sns__nav li.twitter img {
	width: auto;
	height: 60px;
}

@media screen and (max-width: 768px) {
	.sns {
		/* background: #f2f2f2; */
		padding: 10.66667vw 5.33333vw;
	}

	.sns .sns__title {
		margin: 0 auto 8vw;
	}

	.sns .sns__nav {
		justify-content: center;
	}

	.sns .sns__nav li {
		margin: 0 1em;
	}
}

/*
	message
------------------------------ */
.message {
	background-color: #61b7d9;
	color: #fff;
	/* padding: 50px 0; */
	text-align: center;
}

.message dt {
	font-size: 20px;
}

.message dt::before {
	content: "〈";
}

.message dt::after {
	content: "〉";
}

.message dt span {
	padding: 0 0.1em;
}

@media screen and (max-width: 768px) {
	.message {
		padding: 4.66667vw 0 2.66667vw ;
		text-align: center;
	}

	.message dt {
		font-size: 4.26667vw;
	}

	.message dd {
		font-size: 3.73333vw;
	}
}

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
	background-color: #61b7d9;
	padding: 55px 0;
	line-height: 1;
	color: #fff;
	display: flex;
	justify-content: center;
}

.footer__hotelNav::before {
	content: "｜";
}

.footer__hotelNav li {
	margin: 0;
	margin: 0;
	text-indent: 0;
}

.footer__hotelNav li::before {
	content: "";
}

.footer__hotelNav li::after {
	content: "｜";
}

.footer__hotelNav li a {
	padding: 0 1em;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.footer .copyright{
	background-color: #fff;
	padding: 30px 0;
	text-align: center;
	color: #888;
	font-size: 0.75rem;
	letter-spacing: 0;
}

@media screen and (max-width: 768px) {
	.footer__hotelNav {
		padding: 7.46667vw 0 5.8vw;
		line-height: 3;
		font-size: 4.26667vw;
		text-align: center;
		display: block;
	}

	.footer__hotelNav::before {
		content: "";
	}

	.footer__hotelNav li::before {
		content: "｜";
	}

	.footer__hotelNav li a {
		padding: 0 0.5em;
	}
}

/*
	copy
------------------------------ */
.copy {
	padding: 25px 0 100px;
	text-align: center;
}

.copy img {
	width: auto;
	height: 14px;
}

@media screen and (max-width: 768px) {
	.copy {
		padding: 4.8vw 0 21.33333vw;
		text-align: center;
	}
	.copy img {
		height: 11px;
	}
}


/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background: #61b7d9;
	/* padding-top: 110px; */
	position: relative;
	z-index: 10;
}

.footer .container {
	max-width: 980px;
}

@media screen and (max-width: 768px) {
	.footer {
		padding-top: 20px;
	}
}