@charset "UTF-8";

/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
	background: #2C95B5;
}

.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;
}

.header .official__copy {
	padding: 0.6em 1em 0 0;
	line-height: 1;
	text-align: right;
}

.header .official__copy img {
	width: auto;
	height: 14px;
}

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

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background: #2C95B5;
	padding-top: 7em;
	position: relative;
	z-index: 10;
}

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

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

/*
	official
------------------------------ */
.official .official__title {
	margin-bottom: 3em;
	text-align: center;
}

.official .official__title img {
	max-width: 337px;
	width: 80%;
}

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

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

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

.official .official__copy {
	text-align: center;
}

.official .official__copy img {
	width: auto;
	height: 14px;
}

@media screen and (max-width: 768px) {
	.official .official__title {
		margin-bottom: 2em;
	}

	.official .official__title img {
		max-width: 64%;
	}

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

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

	.official .official__copy img {
		height: 3.73333vw;
	}
}

/*
	sns
------------------------------ */
.sns {
	padding: 3.6em 0;
}

.sns .sns__title {
	margin: 0 auto 2em;
	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;
}

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

@media screen and (max-width: 768px) {
	.sns {
		padding: 3.6em 0 2em;
	}

	.sns .sns__title {
		max-width: 90%;
	}

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

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

/*
	message
------------------------------ */
.message {
	padding: 0 0 5em;
	color: #fff;
	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: 0 0 1em;
	}

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

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

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
	padding: 0 0 4em;
	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;
}

@media screen and (max-width: 768px) {
	.footer__hotelNav {
		padding-bottom: 1em;
		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: 0 1em 4em;
	color: #fff;
	font-size: 13px;
	text-align: right;
}

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

/* ---------------------------------------------------
	collaboration
---------------------------------------------------- */
.collaboration {
	background: #2C95B5;
	padding: 4em 0;
	color: #fff;
	text-align: center;
}

.collaboration__tilte {
	margin: 0 auto 4em;
	width: 71.63801%;
}

@media screen and (max-width: 768px) {
	.collaboration {
		padding: 2em 0 3em;
	}

	.collaboration__tilte {
		margin: 0 auto 2em;
		width: 90%;
	}
}

/*
	collaboration__date
------------------------------ */
.collaboration__date {
	margin-bottom: 2em;
}

.collaboration__date dt {
	margin-bottom: 0.5em;
	font-size: 45px;
}

.collaboration__date dd {
	font-size: 22px;
}

@media screen and (max-width: 768px) {
	.collaboration__date {
		margin-bottom: 2em;
	}

	.collaboration__date dt {
		font-size: 6.66667vw;
	}

	.collaboration__date dd {
		font-size: 4.26667vw;
		text-align: left;
	}
}

/*
	collaboration__date
------------------------------ */
.collaboration__gallery {
	padding: 2em 0;
	border: solid 1px #fff;
}

.collaboration__gallery dt {
	margin-bottom: 1em;
	font-size: 22px;
	position: relative;
}

.collaboration__gallery dt::before,
.collaboration__gallery dt::after {
	background: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	content: "";
}

.collaboration__gallery dt::before {
	top: calc(50% - 2px);
}

.collaboration__gallery dt::after {
	top: calc(50% + 2px);
}

.collaboration__gallery dt span {
	background: #2C95B5;
	padding: 0 1em;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.collaboration__gallery dd .lead {
	margin-bottom: 2em;
}

.collaboration__gallery dd figure {
	margin: 0 auto;
	width: 84.2961%;
}

@media screen and (max-width: 768px) {
	.collaboration__gallery {
		padding: 0 0 1em;
	}

	.collaboration__gallery dt {
		margin-bottom: 0.5em;
		font-size: 6.13333vw;
	}

	.collaboration__gallery dt::before,
	.collaboration__gallery dt::after {
		top: auto;
		transform: translateY(0);
	}

	.collaboration__gallery dt::before {
		bottom: 5px;
	}

	.collaboration__gallery dt::after {
		bottom: 0;
	}

	.collaboration__gallery dt span {
		background: none;
		padding: 0.25em 0;
	}

	.collaboration__gallery dd .lead {
		margin-bottom: 1em;
		padding: 0 1em;
		text-align: left;
	}

	.collaboration__gallery dd figure {
		width: calc(100% - 2em);
	}
}

/* ---------------------------------------------------
	reception
---------------------------------------------------- */
.reception {
	padding: 4em 0;
	text-align: center;
}

.reception__title {
	margin-bottom: 1em;
	line-height: 1.5;
	color: #2C95B5;
	font-size: 38px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.reception {
		padding: 3em 0;
	}

	.reception__title {
		margin-bottom: 0.5em;
		font-size: 6.93333vw;
	}
}

/*
	reception__content
------------------------------ */
.reception__content {
	margin-bottom: 3em;
}

.reception__content dt {
	font-size: 22px;
}

@media screen and (max-width: 768px) {
	.reception__content {
		margin-bottom: 1.5em;
	}

	.reception__content dt {
		margin-bottom: 0.5em;
		font-size: 4.26667vw;
	}
}

/*
	reception__table
------------------------------ */
.reception__table {
	margin: 0 auto 2em;
	line-height: 1.2;
}

.reception__table th {
	padding-right: 1em;
	font-size: 22px;
}

.reception__table td {
	font-size: 30px;
}

.reception__table td .yen {
	font-size: 38px;
}

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

	.reception__table,
	.reception__table tbody,
	.reception__table tr,
	.reception__table th,
	.reception__table td {
		width: 100%;
		text-align: center;
		display: block;
	}

	.reception__table {
		margin: 0 auto;
	}

	.reception__table th {
		padding-right: 0;
		font-size: 5.33333vw;
	}

	.reception__table td {
		padding-bottom: 0.5em;
		font-size: 8vw;
	}

	.reception__table td .yen {
		font-size: 10.13333vw;
	}
}

/*
	note
------------------------------ */
.reception .note {
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	.reception .note {
		text-align: left;
	}
}

/*
	link
------------------------------ */
.reception__link {
	display: flex;
	justify-content: space-between;
}

.reception__link li {
	max-width: 424px;
	width: 48%;
}

.reception__link .linkBtn a {
	background: #329158;
	padding-left: 45px;
	height: 90px;
	line-height: 1.5;
	font-size: 22px;
	text-align: left;
	border-radius: 90px;
	justify-content: flex-start;
	position: relative;
}

.reception__link .linkBtn a::before,
.reception__link .linkBtn a::after {
	background: #fff;
	width: 4px;
	height: 100%;
	position: absolute;
	content: "";
}

.reception__link .linkBtn a::before {
	right: 45px;
}

.reception__link .linkBtn a::after {
	right: 53px;
}

.reception__link .linkBtn.member a {
	background: #D9374B;
}

@media screen and (max-width: 768px) {
	.reception__link {
		display: block;
	}

	.reception__link li {
		max-width: 100%;
		width: 100%;
	}

	.reception__link li:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.reception__link .linkBtn a {
		padding-left: 9.86667vw;
		height: 19.73333vw;
		font-size: 5.33333vw;
		border-radius: 19.73333vw;
	}

	.reception__link .linkBtn a::before,
	.reception__link .linkBtn a::after {
		width: 1.06667vw;
	}

	.reception__link .linkBtn a::before {
		right: 9.86667vw;
	}

	.reception__link .linkBtn a::after {
		right: calc(9.86667vw + 2.66667vw);
	}
}

/*
	membership
------------------------------ */
.membership {
	padding: 2em 0;
	border: solid 1px #231815;
}

.membership dt {
	margin-bottom: 0.5em;
	font-size: 22px;
}

.membership dd .text {
	margin-bottom: 1.5em;
}

.membership dd .linkBtn a {
	max-width: 284px;
	height: 64px;
	color: #231815;
	font-size: 18px;
	border: solid 1px #231815;
	border-radius: 64px;
}

@media screen and (max-width: 768px) {
	.membership {
		padding: 1em;
	}

	.membership dt {
		margin-bottom: 0.25em;
		font-size: 5.33333vw;
	}

	.membership dd .text {
		text-align: left;
	}

	.membership dd .linkBtn a {
		max-width: 81.14286vw;
		height: 16.53333vw;
		font-size: 4.8vw;
		border-radius: 8.26667vw;
	}
}

/* ---------------------------------------------------
	room
---------------------------------------------------- */
.room {
	padding: 4em 0;
	border-top: solid 53px #2C95B5;
}

.room .container {
	margin-right: 0;
	margin-left: calc((100% - 940px) / 2);
	padding: 0 0 0 20px;
	max-width: calc(100% - ((100% - 940px) / 2));
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 940px) {
	.room .container {
		margin: 0;
		padding-left: 20px;
	}
}

@media screen and (max-width: 768px) {
	.room {
		padding: 0 0 2em;
		border-top: solid 14.13333vw #2C95B5;
	}

	.room .container {
		margin: 0;
		padding: 0;
		max-width: 100%;
		flex-direction: column-reverse;
	}
}

/*
	room__content
------------------------------ */
.room__content {
	width: 32.4973%;
}

.room__title {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.2;
	color: #2C95B5;
	font-size: 50px;
	position: relative;
}

.room__title::before {
	background: #2C95B5;
	width: 17.19741%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}

@media screen and (max-width: 1130px) {
	.room__title {
		font-size: 4.42478vw;
	}
}

@media screen and (max-width: 768px) {
	.room__content {
		padding: 0 6.4vw;
		width: 100%;
	}

	.room__title {
		font-size: 12vw;
	}

	.room__title::before {
		width: 15.73333vw;
	}
}

/*
	room__detail
------------------------------ */
.room__detail dt {
	margin-bottom: 0.5em;
	line-height: 1.5;
	color: #2C95B5;
	font-size: 24px;
}

@media screen and (max-width: 1040px) {
	.room__detail dt {
		font-size: 2.30769vw;
	}

	.room__detail dd {
		font-size: 1.53846vw;
	}

	.room__detail dd .note li {
		font-size: 1.25vw;
	}
}

@media screen and (max-width: 768px) {
	.room__detail dt {
		font-size: 6.4vw;
	}

	.room__detail dd {
		font-size: 4.26667vw;
	}

	.room__detail dd .note li {
		font-size: 3.46667vw;
	}
}

/*
	room__image
------------------------------ */
.room__image {
	width: 61.42511%;
}

@media screen and (max-width: 768px) {
	.room__image {
		margin-bottom: 1em;
		width: 100%;
	}
}

/* ---------------------------------------------------
	canaletto
---------------------------------------------------- */
.canaletto {
	background: #2C95B5;
	padding: calc(4em + 55px) 0 4em;
	color: #fff;
	position: relative;
}

.canaletto::before,
.canaletto::after {
	background: #fff;
	width: 12px;
	height: 55px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	content: "";
}

.canaletto::before {
	left: calc(50% - 12px);
}

.canaletto::after {
	left: calc(50% + 12px);
}

@media screen and (max-width: 768px) {
	.canaletto {
		padding: calc(1em + 11.2vw) 0 3em;
	}

	.canaletto::before,
	.canaletto::after {
		width: 2.4vw;
		height: 11.2vw;
	}

	.canaletto::before {
		left: calc(50% - 2.4vw);
	}

	.canaletto::after {
		left: calc(50% + 2.4vw);
	}
}

/*
	canaletto__title
------------------------------ */
.canaletto__title {
	margin-bottom: 0.25em;
	color: #fff;
	font-size: 33px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.canaletto__title small {
	margin-left: 0.5em;
	font-size: 21px;
}

@media screen and (max-width: 768px) {
	.canaletto__title {
		line-height: 1.5;
		font-size: 8.8vw;
		display: block;
	}

	.canaletto__title small {
		margin-left: 0;
		font-size: 4.26667vw;
		display: block;
	}
}

/*
	canaletto__lead
------------------------------ */
.canaletto__lead {
	margin-bottom: 3em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.canaletto__lead {
		margin-bottom: 1.5em;
		font-size: 3.73333vw;
	}
}

/*
	canaletto__list
------------------------------ */
.canaletto__list {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.canaletto__list {
		display: block;
	}
}

/*
	canaletto__item
------------------------------ */
.canaletto__item {
	width: 31.29599%;
	cursor: pointer;
}

.canaletto__item img {
	width: auto;
	height: 219px;
}

@media screen and (max-width: 1000px) {
	.canaletto__item img {
		width: auto;
		height: 21.9vw;
	}
}

@media screen and (max-width: 768px) {
	.canaletto__item {
		width: 100%;
	}

	.canaletto__item:not(:last-of-type) {
		margin-bottom: 1.5em;
	}

	.canaletto__item img {
		width: 100%;
		height: auto;
	}
}

/*
	canaletto__item
------------------------------ */
body.fixed {
	overflow: hidden;
}

.modal {
	max-width: 720px;
	width: 100%;
	position: relative;
}

.modal-content {
	background: #fff;
	max-width: 720px;
	width: 100%;
	border: solid 10px #2C95B5;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 901;
	transform: translate(-50%, -50%);
}

.modal .modal-content .inner {
	padding: 3em 0;
	color: #231815;
	position: relative;
}

@media screen and (max-width: 768px) {
	.modal-content {
		width: calc(100% - 6.4vw);
		border: solid 1.33333vw #2C95B5;
	}

	.modal .modal-content .inner {
		padding: 4em 0 2em;
	}
}

/*
	image
------------------------------ */
.modal .image {
	margin: 0 auto 2em;
	width: 83.88889%;
}

@media screen and (max-width: 768px) {
	.modal .image {
		margin: 0 auto 1em;
		width: 90%;
	}
}

/*
	detail
------------------------------ */
.modal .detail {
	margin: 0 auto;
	max-width: 370px;
	width: 90%;
}

@media screen and (max-width: 768px) {
	.modal .detail {
		max-width: 85%;
		width: 85%;
	}
}

/*
	modal-close
------------------------------ */
.modal-close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 1em;
	right: 1em;
	transform: rotate(45deg);
	cursor: pointer;
}

.modal-close::before,
.modal-close::after {
	background: #2C95B5;
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
}

.modal-close::before {
	transform: translateY(-50%);
}

.modal-close::after {
	transform: translateY(-50%) rotate(90deg);
}

.modal-filter {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

@media screen and (max-width: 768px) {
	.modal-close {
		width: 8.53333vw;
		height: 8.53333vw;
	}
}

/* ---------------------------------------------------
	goods
---------------------------------------------------- */
.goods {
	padding: 4em 0;
}

.goods__content {
	margin-bottom: 1em;
	padding: 3em 0;
	text-align: center;
	border: solid 1px #231815;
}

@media screen and (max-width: 768px) {
	.goods {
		padding: 2em 0;
	}

	.goods__content {
		padding: 2em 3.2vw;
	}
}

/*
	goods__title
------------------------------ */
.goods__title {
	margin-bottom: 1em;
	line-height: 1.5;
	font-size: 40px;
}

.goods__title small {
	font-size: 20px;
	font-weight: bold;
	display: block;
}

@media screen and (max-width: 768px) {
	.goods__title {
		margin-bottom: 0.5em;
		line-height: 1.25;
		font-size: 10.13333vw;
	}

	.goods__title small {
		margin-top: 0.5em;
		font-size: 5.33333vw;
	}
}

/*
	cake
------------------------------ */
.goods__content .cake {
	margin: 0 auto 2em;
	width: 48.6042%;
}

.goods__content .cake__detail dt {
	font-weight: bold;
}

.goods__content .cake__detail dd:not(:last-of-type) {
	margin-bottom: 1.5em;
}

.goods__content .note li {
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.goods__content .cake {
		margin: 0 auto 1em;
		width: 100%;
	}

	.goods__content .note li {
		text-align: left;
		justify-content: flex-start;
	}
}

/*
	goods__list
------------------------------ */
.goods__list {
	margin-bottom: 2em;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.goods__item:nth-child(2) {
	margin: 0 7.7%;
}

.goods__item.bag {
	max-width: 18.81852%;
}

.goods__item.pouch {
	max-width: 28.26057%;
}

.goods__item.key {
	max-width: 14.62262%;
}

.goods__item figcaption {
	margin-top: 0.5em;
	font-weight: bold;
}

.goods__content+.list {
	margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
	.goods__list {
		margin-bottom: 1em;
		display: block;
	}

	.goods__item,
	.goods__item:nth-child(2) {
		margin: 0 auto;
	}

	.goods__item:not(:last-of-type) {
		margin-bottom: 1.5em;
	}

	.goods__item.bag {
		max-width: 48.30717%;
	}

	.goods__item.pouch {
		max-width: 73.76309%;
	}

	.goods__item.key {
		max-width: 37.60103%;
	}


	.goods__content+.list {
		margin-bottom: 1em;
	}
}