@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;
	}
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background: #fff;
	padding-top: 110px;
	position: relative;
	z-index: 10;
}

.footer .container {
	max-width: 980px;
}

@media screen and (max-width: 768px) {}

/*
	official
------------------------------ */
.official {
	/* padding-bottom: 50px;
	border-bottom: solid 1px #000; */
}

.official .official__title {
	margin-bottom: 20px;
	text-align: center;
}

.official .official__title img {
	max-width: 337px;
}

.official .official__title figcaption {
	font-size: 14px;
}

.official .official__link {
	margin-bottom: 0;
	font-size: 18px;
	text-align: center;
}

.official .official__link a::after {
	content: ">";
}

@media screen and (max-width: 768px) {
	.official {
		/* padding-bottom: 18.4vw; */
	}

	.official .official__title {
		margin-bottom: 5.33333vw;
	}

	.official .official__title figcaption {
		font-size: 3.2vw;
	}

	.official .official__link {
		font-size: 4.26667vw;
	}
}

/*
	about
------------------------------ */
.about {
	/* background: url(../img/toshima.png) right -7.5% bottom no-repeat;
	background-size: 50% auto; */
	margin-bottom: 100px;
	padding-top: 70px;
}

.about .about__title {
	margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
	.about {
		margin-bottom: 8.66667vw;
		padding-top: 17.86667vw;
	}

	.about .about__title {
		margin-bottom: 6.4vw;
	}
}

/* ikepri25 */
/* .about .about__ikepri25 {
	margin-bottom: 45px;
	margin-left: 3%;
	display: flex;
	align-items: center;
} */

.about .about__ikepri25 {
	margin: 0 auto 45px;
	max-width: 840px;
	display: flex;
	align-items: center;
}

.about .about__ikepri25 dt {
	max-width: 111px;
}

.about .about__ikepri25 dd {
	margin-left: 1em;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.about .about__ikepri25 {
		margin-bottom: 6.4vw;
		margin-left: 0;
		display: flex;
		align-items: center;
	}

	.about .about__ikepri25 dt {
		max-width: 26%;
	}

	.about .about__ikepri25 dd {
		margin-left: 2em;
		width: calc(100% - 26% - 2em);
		font-size: 4.26667vw;
	}
}

/* greeting */
/* .about .about__detail {
	margin-bottom: 55px;
	margin-left: 3%;
	position: relative;
} */

.about .about__detail {
	margin: 0 auto 55px;
	max-width: 840px;
	position: relative;
}

.about .about__detail .greeting dl {
	margin-bottom: 1em;
	max-width: 482px;
	width: 53.5%;
	border: solid 1px #8e8b50;
	position: relative;
}

.about .about__detail .greeting dl::before,
.about .about__detail .greeting dl::after {
	position: absolute;
	content: "";
}

.about .about__detail .greeting dl::before {
	background: #fff;
	width: 1px;
	height: 30px;
	right: -1px;
	bottom: 10%;
}

.about .about__detail .greeting dl::after {
	background: #8e8b50;
	width: 1px;
	height: 30px;
	right: -1px;
	bottom: 10%;
	transform: rotate(-135deg);
	transform-origin: top left;
}

.about .about__detail .greeting .greeting__title {
	color: #8e8b50;
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: -1em;
	left: -1px;
	z-index: 2;
}

.about .about__detail .greeting .greeting__title span {
	background: #fff;
	padding-right: 1em;
	display: inline-block;
}

.about .about__detail .greeting .greeting__title span.name {
	padding-bottom: 0.5em;
}

.about .about__detail .greeting .greeting__title small {
	background: #fff;
	font-size: 14px;
}

.about .about__detail .greeting .greeting__text {
	padding: 0 1.5em 1.5em;
}

@media screen and (max-width: 1000px) {
	.about .about__detail .greeting .greeting__text {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 768px) {
	.about .about__detail {
		margin-bottom: 55px;
		margin-left: 0;
	}

	.about .about__detail .greeting dl {
		margin-bottom: 0;
		max-width: 100%;
		width: 100%;
	}

	.about .about__detail .greeting dl::before {
		background: #fff;
		width: 30px;
		height: 1px;
		right: auto;
		bottom: -1px;
		left: 40%;
	}

	.about .about__detail .greeting dl::after {
		background: #8e8b50;
		width: 1px;
		height: 30px;
		right: auto;
		bottom: -1px;
		left: 40%;
		transform: rotate(135deg);
		transform-origin: bottom left;
	}

	.about .about__detail .greeting .greeting__title {
		color: #8e8b50;
		font-size: 18px;
		display: inline-block;
		position: relative;
		top: -1em;
		left: -1px;
		z-index: 2;
	}

	.about .about__detail .greeting .greeting__title span {
		background: #fff;
		padding-right: 1em;
		display: inline-block;
	}

	.about .about__detail .greeting .greeting__title span.name {
		padding-bottom: 0.5em;
		display: block;
	}

	.about .about__detail .greeting .greeting__title small {
		background: #fff;
		font-size: 14px;
	}

	.about .about__detail .greeting .greeting__text {
		padding: 0 1.5em 1.5em;
		font-size: 4.26667vw;
	}
}

/* image */
.about .about__detail .greeting .greeting__image {
	width: 53%;
	position: absolute;
	right: -7%;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.about .about__detail .greeting .greeting__image {
		margin-left: auto;
		width: 60%;
		position: relative;
		top: -15vw;
		right: 0;
	}
}

/* twitter */
.about .about__detail .greeting .twitter {
	max-width: 482px;
	width: 53.5%;
}

@media screen and (max-width: 768px) {
	.about .about__detail .greeting .twitter {
		max-width: 100%;
		width: 100%;
		position: relative;
		top: -10vw;
	}
}

/* accordion */
.about .about__accordion {
	margin: 0 3% 45px;
}

.about .about__accordion .switch {
	display: none;
}

.about .about__accordion .switch_name {
	background: #4982b0;
	padding: 0 1.5em;
	height: 62px;
	color: #fff;
	font-size: 18px;
	border-bottom: solid 5px #103770;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.about .about__accordion .switch_name::before {
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%) rotate(135deg);
	z-index: 2;
	content: "";
}

.about .about__accordion .switch_name::after {
	background: #37538a;
	width: 62px;
	height: 57px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	content: "";
}

.about .about__accordion .switch_name,
.content {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.about .about__accordion .content {
	padding: 0;
	height: 0;
	border-right: solid 1px #808080;
	border-left: solid 1px #808080;
	opacity: 0;
	overflow: hidden;
}

.about .about__accordion .content:last-of-type {
	border-bottom: solid 1px #808080;
}

.about .about__accordion .content ul {
	margin: 0;
	padding: 1.5em;
}

.about .about__accordion .switch:checked+.switch_name+.content {
	height: auto;
	opacity: 1;
}

.about .about__accordion .switch:checked+.switch_name::before {
	transform: rotate(-45deg) !important;
}

@media screen and (max-width: 768px) {
	.about .about__accordion {
		margin: 0;
		position: relative;
		top: -10vw;
	}

	.about .about__accordion .switch_name {
		padding: 0 1em;
		line-height: 1.25;
		height: 14.66667vw;
		font-size: 4vw;
	}

	.about .about__accordion .switch_name::before {
		width: 2.13333vw;
		height: 2.13333vw;
		right: 6vw;
	}

	.about .about__accordion .switch_name::after {
		width: 14.66667vw;
		height: calc(14.66667vw - 5px);
	}

	.about .about__accordion .content {
		font-size: 3.46667vw;
	}
}

/*
	sns
------------------------------ */
.sns {
	background: #f2f2f2;
	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 {
	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: 10.66667vw 0;
		text-align: center;
	}

	.message dt {
		font-size: 4.26667vw;
	}

	.message dd {
		font-size: 3.73333vw;
	}
}

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
	padding: 55px 0;
	line-height: 1;
	color: #333;
	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: #333;
	text-decoration: none;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.footer__hotelNav {
		padding: 7.46667vw 0 12.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 {
	background: url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) center top repeat-x;
	padding: 25px 0 100px;
	text-align: right;
}

.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;
	}
}

/* ---------------------------------------------------
	collaboration
---------------------------------------------------- */
.collaboration {
	padding: 64px 0 80px;
	text-align: center;
}

.collaboration .collaboration__tilte {
	margin-bottom: 70px;
}

.collaboration .collaboration__text {
	margin-bottom: 70px;
	font-size: 20px;
}

.collaboration .collaboration__date {
	margin-bottom: 70px;
	color: #614729;
	font-weight: bold;
}

.collaboration .collaboration__date dt {
	font-size: 35px;
}

.collaboration .collaboration__date dd {
	font-size: 23px;
}

@media screen and (max-width: 768px) {
	.collaboration {
		padding: 3.2vw 0 10.66667vw;
	}

	.collaboration .collaboration__tilte {
		margin-bottom: 8.8vw;
	}

	.collaboration .collaboration__text {
		margin-bottom: 11.2vw;
		font-size: 4.8vw;
		text-align: left;
	}

	.collaboration .collaboration__date {
		margin-bottom: 12.26667vw;
		letter-spacing: -0.05em;
	}

	.collaboration .collaboration__date dt {
		line-height: 1.5;
		font-size: 6.4vw;
	}

	.collaboration .collaboration__date dd {
		font-size: 4.8vw;
	}
}
.reservation__nav{
	max-width: 395px;
	margin: 0 auto 50px;
	width: 100%;
}
.collaboration .collaboration__nav ul {
	margin: 0 auto;
	max-width: 840px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.collaboration .collaboration__nav li {
	margin-bottom: 50px;
	width: 47%;
}

.collaboration .collaboration__nav ul dt {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: bold;
}

.collaboration .collaboration__nav ul dd a,
.reservation__nav div a{
	background: rgb(110, 79, 48);
	background: linear-gradient(0deg, rgba(110, 79, 48, 1) 0%, rgba(191, 159, 86, 1) 85%);
	padding-top: 0.75rem;
	height: 112px;
	font-size: 38px;
	align-items: flex-start;
}

.collaboration .collaboration__nav ul dd a::before,
.reservation__nav div a::before {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	border: solid 1px #fff;
	content: "";
}

.collaboration .collaboration__nav ul dd a::after,
.reservation__nav div a::after {
	margin: 0 10px;
	width: 18px;
	height: 18px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	display: inline-block;
	position: absolute;
	bottom: 1.25rem;
	left: 45%;
	transform: rotate(45deg);
	content: "";
}

@media screen and (max-width: 768px) {
	.collaboration .collaboration__nav ul {
		display: block;
	}

	.collaboration .collaboration__nav li,
	.reservation__nav {
		margin-bottom: 6.66667vw;
		width: 100%;
	}

	.collaboration .collaboration__nav ul dt {
		font-size: 4.26667vw;
	}

	.collaboration .collaboration__nav ul dd a,
	.reservation__nav div a {
		padding-top: 2.5vw;
		height: 20.8vw;
		font-size: 6.4vw;
	}

	.collaboration .collaboration__nav ul dd a::after,
	.reservation__nav div a::after {
		width: 3.5vw;
		height: 3.5vw;
		bottom: 5vw;
		left: 46%;
	}
}

/* ---------------------------------------------------
	concept
---------------------------------------------------- */
.concept {
	padding: 80px 0 50px;
}

.concept .concept__title {
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.concept {
		padding: 10.66667vw 0 9.6vw;
	}

	.concept .concept__title {
		margin-bottom: 7.2vw;
	}
}

/*
	room
------------------------------ */
.concept .room {
	margin: 0 auto 45px;
	max-width: 840px;
}

.concept .room .contents__title {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.concept .room {
		margin: 0 auto 7.46667vw;
	}

	.concept .room .contents__title {
		margin-bottom: 2.66667vw;
	}
}

/*
	gift
------------------------------ */
.concept .gift__text {
	margin-bottom: 30px;
	font-size: 21px;
	text-align: center;
}

/* 
.concept .gift__text::before {
	content: "※";
} */

.concept .gift__list {
	margin: 0 auto;
	max-width: 840px;
}

.concept .gift__list li:not(:last-of-type) {
	margin-bottom: 5em;
}

.concept .gift__list li dl dt {
	margin: 0 auto 2em;
	padding: 0 1em;
	max-width: 300px;
	width: 80%;
	height: 50px;
	color: #fff;
	font-size: 20px;
	/*font-size: 23px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.concept .gift__list li dl dt::before {
	background: #614729;
	box-shadow: 4px 4px 0 #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewX(-30deg);
	content: "";
}

.concept .gift__list li dd .text {
	text-align: center;
}

.concept .gift__list li dd .wrap {
	display: flex;
	justify-content: space-between;
}

.concept .gift__list li dd .wrap .image {
	width: 48%;
}

.concept .gift__list li dd .wrap .image figcaption {
	margin-top: 0.5em;
	text-align: center;
}

.concept .gift__list li dd .wrap .image figcaption .note {
	margin-top: 0;
	text-align: left;
}

.concept .gift .note {
	margin: 3em auto 0;
	max-width: 840px;
}

@media screen and (max-width: 768px) {
	.concept .gift__text {
		margin-bottom: 6.4vw;
		font-size: 4.26667vw;
	}

	.concept .gift__list li:not(:last-of-type) {
		margin-bottom: 2em;
	}

	.concept .gift__list li dl dt {
		max-width: 100%;
		height: 10.66667vw;
		font-size: 4.8vw;
	}

	.concept .gift__list li dd .wrap {
		display: block;
	}

	.concept .gift__list li dd .wrap .image {
		width: 100%;
	}

	.concept .gift__list li dd .wrap .image:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.concept .gift .note {
		margin: 1em auto 0;
	}
}

/* ---------------------------------------------------
	price
---------------------------------------------------- */
.price {
	padding: 50px 0 140px;
}

.price .container {
	max-width: 890px;
}

.price .price__title {
	margin-bottom: 60px;
	text-align: center;
}

.price .price__title img {
	width: auto;
	height: 65px;
}

@media screen and (max-width: 768px) {
	.price {
		padding: 9.6vw 0 20.26667vw;
	}

	.price .price__title {
		margin-bottom: 5.86667vw;
	}

	.price .price__title img {
		height: 15.2vw;
	}
}

/*
	detail
------------------------------ */
.price .price__detail .title {
	background: rgb(60, 0, 8);
	background: linear-gradient(90deg, rgba(60, 0, 8, 1) 0%, rgba(131, 44, 56, 1) 50%, rgba(60, 0, 8, 1) 100%);
	margin-bottom: 26px;
	height: 40px;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.price .price__detail .title.member {
	background: rgb(29, 47, 84);
	background: linear-gradient(90deg, rgba(29, 47, 84, 1) 0%, rgba(2, 80, 139, 1) 50%, rgba(29, 47, 84, 1) 100%);
}

.price .price__detail .price__list {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

.price .price__detail .price__list li {
	font-size: 28px;
}

.price .price__detail .price__list .planA::before {
	color: #af5aaa;
	content: "〈A料金〉";
}

.price .price__detail .price__list .planB::before {
	color: #2ca0da;
	content: "〈B料金〉";
}

.price .price__detail .price__list li:first-of-type::after {
	content: "／";
}

@media screen and (max-width: 768px) {
	.price .price__detail .title {
		margin-bottom: 4vw;
		height: 8vw;
		font-size: 4.8vw;
	}

	.price .price__detail .price__list {
		margin-bottom: 6.66667vw;
		display: block;
	}

	.price .price__detail .price__list li {
		font-size: 6.13333vw;
		text-align: center;
	}

	.price .price__detail .price__list li:first-of-type::after {
		content: "";
	}
}

/*
	calendar
------------------------------ */
.price .calendar {
	background: #fff;
	margin: 3em 0 5em;
	padding: 1em;
}

.price .calendar .tab__list {
	border: solid 1px #614729;
	border-left: none;
}

.price .calendar .tab__list .tab__nav {
	background: #fff;
	padding-top: 0.45em;
	height: 60px;
	color: #614729;
	font-size: 33px;
	border-left: solid 1px #614729;
	border-radius: 0;
	align-items: baseline;
	position: relative;
}

.price .calendar .tab__list .tab__nav:hover,
.price .calendar .tab__list .tab__nav.current {
	background: #614729;
	color: #fff;
}

.price .calendar .tab__list .tab__nav:hover::before,
.price .calendar .tab__list .tab__nav.current::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #614729 transparent transparent transparent;
	position: absolute;
	bottom: -13px;
	content: "";
}

.price .calendar .tab__list .tab__nav small {
	font-size: 22px;
}

.price .calendar .content__box {
	padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
	.price .calendar {
		margin: 2em 0;
	}

	.price .calendar .tab__list .tab__nav {
		padding-top: 0.45em;
		height: 6.4vw;
		font-size: 3.46667vw;
	}

	.price .calendar .tab__list .tab__nav small {
		font-size: 2.4vw;
	}
}

/*
	info
------------------------------ */
.price .info {
	background: #fff;
	margin-bottom: 5em;
	padding: 40px 0;
	text-align: center;
	border: solid 1px #614729;
}

.price .info .info__title {
	margin-bottom: 0.5rem;
	color: #614729;
	font-size: 26px;
}

.price .info .info__text,
.price .info .list {
	margin-bottom: 0.5rem;
	color: #3E3A39;
	font-size: 20px;
}

.price .info .list.type1 {
	padding-bottom: 1.5em;
	position: relative;
}

.price .info .list.type1::before,
.price .info .list.type1::after {
	width: 16px;
	height: 16px;
	line-height: 1;
	vertical-align: middle;
	border: solid 1px #3E3A39;
	border-left: 0;
	border-bottom: 0;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
	content: "";
}

.price .info .list.type1::before {
	bottom: 16px;
}

.price .info .list.type1::after {
	bottom: 10px;
}

.price .info .membership {
	font-size: 18px;
}

.price .info .membership dd a {
	color: #2ca0da;
}

@media screen and (max-width: 768px) {
	.price .info {
		margin-bottom: 2em;
		padding: 6.4vw 0;
	}

	.price .info .info__title {
		font-size: 4.26667vw;
	}

	.price .info .info__text,
	.price .info .list {
		font-size: 3.73333vw;
	}

	.price .info .list.type1::before,
	.price .info .list.type1::after {
		width: 3.2vw;
		height: 3.2vw;
	}

	.price .info .list.type1::before {
		bottom: 2.5vw;
	}

	.price .info .list.type1::after {
		bottom: 1vw;
	}

	.price .info .membership {
		font-size: 3.73333vw;
	}
}

/*
	reserve
------------------------------ */
.price .reserve .reserve__title {
	color: #614729;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.price .reserve .reserve__detail dt {
	margin-bottom: 1em;
}

.price .reserve .reserve__detail dd {
	margin-bottom: 1.5em;
}

.price .reserve .reserve__list {
	display: flex;
	justify-content: space-between;
}

.price .reserve .reserve__list li {
	width: 48%;
}

.price .reserve .reserve__list li a {
	background: rgb(60, 0, 8);
	background: linear-gradient(0deg, rgba(60, 0, 8, 1) 0%, rgba(131, 44, 56, 1) 90%);
	line-height: 1.5;
	height: 112px;
	font-size: 22px;
	text-align: center;
}

.price .reserve .reserve__list li.member a {
	background: rgb(29, 47, 84);
	background: linear-gradient(0deg, rgba(29, 47, 84, 1) 0%, rgba(2, 80, 139, 1) 90%);
}

.price .reserve .reserve__list li a::before {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: solid 1px #fff;
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	content: "";
}

.price .reserve .reserve__list li a::after {
	width: 16px;
	height: 16px;
	border: solid 1px #fff;
	border-bottom: 0;
	border-left: 0;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.5em;
	transform: translateY(-50%) rotate(45deg);
	content: "";
}

@media screen and (max-width: 768px) {
	.price .reserve .reserve__title {
		margin-bottom: 1em;
		font-size: 4.26667vw;
	}

	.price .reserve .reserve__list {
		display: block;
	}

	.price .reserve .reserve__list li {
		margin-bottom: 1em;
		width: 100%;
	}

	.price .reserve .reserve__list li a {
		height: 20.8vw;
		line-height: 1.25;
		font-size: 5.6vw;
	}

	.price .reserve .reserve__list li a::after {
		width: 2.5vw;
		height: 2.5vw;
		right: 0.85em;
	}
}

/* ---------------------------------------------------
	space
---------------------------------------------------- */
.space {
	padding: 130px 0 100px;
	min-height: 100vh;
	position: relative;
}

.space .container {
	position: relative;
	z-index: 3;
}

.space .contents__title {
	margin-bottom: 14px;
	color: #fff;
}

.space .contents__title::before,
.space .contents__title::after {
	background: #fff;
}

.space .space__title {
	margin-bottom: 30px;
	text-align: center;
}

.space .space__title img {
	width: auto;
	height: 65px;
}

.space .space__lead {
	line-height: 2;
	color: #fff;
	font-size: 19px;
	text-align: center;
}
.space .space__lead .sub {
	display: inline-block;
	margin-left: 1em;
    text-indent: -1em;
    font-size: 14px;
}

.space .chara {
	margin: 0 auto 14px;
	max-width: 540px;
}

@media screen and (max-width: 768px) {
	.space {
		padding: 130px 0 100px;
	}

	.space .space__title {
		margin-bottom: 30px;
	}

	.space .space__title img {
		max-width: 690px;
		width: 100%;
		height: auto;
	}

	.space .space__lead {
		font-size: 4.26667vw;
		text-align: left;
	}
	
	.space .space__lead .sub {
		font-size: 3.2vw;
	}

	.space .chara {
		margin: 0 auto 14px;
		max-width: 540px;
	}
}

/*
	grappling
------------------------------ */
.space .grappling {
	margin: 0 auto 96px;
	max-width: 840px;
}

@media screen and (max-width: 768px) {
	.space .grappling {
		margin-bottom: 15.46667vw;
	}
}

/*
	capsule
------------------------------ */
.space .capsule {
	margin: 0 auto;
	max-width: 840px;
}

.space .capsule .purchase,
.collaboinfo{
	margin-top: 60px;
	padding: 60px 40px;
	color: #fff;
	text-align: center;
	border: solid 1px #fff;
}
.collaboinfo{
	margin-bottom: 60px;
	color: #614729;
	border: solid 1px #614729;
}

.space .capsule .purchase .purchase__title,
.collaboinfo .purchase__title{
	margin-bottom: 1em;
	color: #fff;
	font-size: 26px;
}
.collaboinfo .purchase__title{
	color: #614729;
}

.space .capsule .purchase .purchase__text,
.collaboinfo .purchase__text {
	margin-bottom: 1.5em;
	line-height: 2;
	font-size: 19px;
}
.collaboinfo .purchase__title,
.collaboinfo .purchase__text.b {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.space .capsule .purchase,
	.collaboinfo  {
		margin-top: 12.8vw;
		padding: 6.93333vw;
	}
	.collaboinfo  {
		margin-bottom: 12.8vw;
	}

	.space .capsule .purchase .purchase__title,
	.collaboinfo .purchase__title  {
		font-size: 4.26667vw;
	}

	.space .capsule .purchase .purchase__text,
	.collaboinfo .purchase__text {
		font-size: 3.73333vw;
		text-align: left;
	}
}

/*
	bg fixed
------------------------------ */
.contBg {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.contBg .contBg__clip {
	height: 100%;
	overflow: hidden;
	position: relative;
	clip-path: inset(0 0 0 0);
}

.contBg .contBg__clip img {
	width: 100%;
	min-height: 100vh;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}

/* ---------------------------------------------------
	food
---------------------------------------------------- */
.food {
	padding: 120px 0;
}

.food .food__title {
	margin-bottom: 60px;
	text-align: center;
}

.food .food__title img {
	width: auto;
	height: 65px;
}

.food .food__lead {
	font-size: 19px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.food {
		padding: 14.66667vw 0 20.26667vw;
	}

	.food .food__title {
		margin-bottom: 5.86667vw;
	}

	.food .food__title img {
		height: 15.2vw;
	}

	.food .food__lead {
		font-size: 4.26667vw;
		text-align: left;
	}
}

/*
	food menu
------------------------------ */
.food .food__menu .food__list {
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.food .food__menu .food__list li {
	margin-bottom: 2.5em;
	width: 47%;
}

.food .food__menu .food__list li:not(:nth-child(even)) {
	margin-right: 6%;
}

.food .food__menu .food__list li:last-of-type {
	margin-right: 0;
}

.food .food__menu .food__list li figcaption {
	margin-top: 1rem;
	font-size: 24px;
	text-align: center;
}

.food .food__menu .food__list li figcaption span {
	/* font-size: 20px; */
	display: block;
}

@media screen and (max-width: 768px) {
	.food .food__menu .food__list {
		margin-top: 1em;
		display: block;
	}

	.food .food__menu .food__list li {
		margin-bottom: 2em;
		width: 100%;
	}

	.food .food__menu .food__list li:not(:nth-child(even)) {
		margin-right: 0;
	}

	.food .food__menu .food__list li:last-of-type {
		margin-right: 0;
	}

	.food .food__menu .food__list li figcaption {
		font-size: 4.8vw;
	}

	.food .food__menu .food__list li figcaption span {
		/* font-size: 3.73333vw; */
	}
}

/*
	privilege
------------------------------ */
.food .privilege {
	background: #fff;
	margin-bottom: 2em;
	padding: 40px 60px;
	border: solid 1px #614729;
	position: relative;
}

.food .privilege::before {
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border: solid 1px #614729;
	position: absolute;
	top: 7px;
	left: 7px;
	content: "";
}

.food .privilege .contents__title {
	font-size: 24px;
}

.food .privilege .privilege__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.food .privilege .privilege__list li {
	margin-top: 20px;
	width: calc((100% - 9%) / 4);
}

.food .privilege .privilege__list li:not(:nth-child(4n)) {
	margin-right: 3%;
}

@media screen and (max-width: 768px) {
	.food .privilege {
		padding: 6.4vw 8.53333vw;
	}

	.food .privilege .contents__title {
		font-size: 24px;
	}

	.food .privilege .privilege__list li {
		margin-top: 20px;
		width: calc((100% - 3%) / 2);
	}

	.food .privilege .privilege__list li:not(:nth-child(4n)) {
		margin-right: auto;
	}

	.food .privilege .privilege__list li:not(:nth-child(even)) {
		margin-right: 3%;
	}
}

/*
	drink
------------------------------ */
.food .drink__menu {
	margin-top: 3em;
	text-align: center;
}

.food .drink__menu .contents__title {
	margin: 1rem 0 2em;
}

.food .drink__menu .drink__lead {
	margin-bottom: 0;
	font-size: 19px;
	text-align: center;
}

.food .drink__menu .drink__price {
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	.food .drink__menu .contents__title {
		margin: 1rem 0;
	}

	.food .drink__menu .drink__lead {
		font-size: 4.26667vw;
		text-align: left;
	}

	.food .drink__menu .drink__price {
		font-size: 4.8vw;
	}
}

/* tab__list */
.food .drink__menu .tab__list {
	flex-wrap: wrap;
}

.food .drink__menu .tab__list li {
	margin-top: 8px;
	width: calc((100% - 24px) / 4);
	height: 80px;
	font-size: 30px;
}

.food .drink__menu .tab__list li:not(:nth-child(4n)) {
	margin-right: 8px;
}

.food .drink__menu .tab__list .tab__nav.hanagaki {
	background: rgb(60, 106, 45);
	background: linear-gradient(0deg, rgba(60, 106, 45, 1) 0%, rgba(114, 160, 98, 1) 100%);
}

.food .drink__menu .tab__list .tab__nav.sano {
	background: rgb(145, 28, 23);
	background: linear-gradient(0deg, rgba(145, 28, 23, 1) 0%, rgba(199, 46, 53, 1) 100%);
}

.food .drink__menu .tab__list .tab__nav.ryuguji {
	background: rgb(187, 49, 84);
	background: linear-gradient(0deg, rgba(187, 49, 84, 1) 0%, rgba(208, 86, 137, 1) 100%);
}

.food .drink__menu .tab__list .tab__nav.kurokawa {
	background: rgb(18, 22, 93);
	background: linear-gradient(0deg, rgba(18, 22, 93, 1) 0%, rgba(59, 67, 147, 1) 100%);
}

.food .drink__menu .tab__list .tab__nav.baji {
	background: rgb(5, 11, 39);
	background: linear-gradient(0deg, rgba(5, 11, 39, 1) 0%, rgba(30, 46, 92, 1) 100%);
}

.food .drink__menu .tab__list .tab__nav.matsuno {
	background: rgb(55, 126, 156);
	background: linear-gradient(0deg, rgba(55, 126, 156, 1) 0%, rgba(78, 173, 195, 1) 100%);
}

.food .drink__menu .tab__list .tab__nav.haitani1 {
	background: rgb(42, 10, 74);
	background: linear-gradient(0deg, rgba(42, 10, 74, 1) 0%, rgba(95, 40, 130, 1) 100%);
}

.food .drink__menu .tab__list .tab__nav.haitani2 {
	background: rgb(96, 60, 126);
	background: linear-gradient(0deg, rgba(96, 60, 126, 1) 0%, rgba(149, 117, 173, 1) 100%);
}

.food .drink__menu .tab__list .tab__nav.all {
	display: none;
}

/* content__box */
.food .drink__menu .content__box {
	padding: 0.75em;
}

@media screen and (max-width: 768px) {
	.food .drink__menu .tab__list li {
		height: 13.33333vw;
		line-height: 1.25;
		font-size: 3.73333vw;
	}

	.food .drink__menu .content__box {
		padding: 0.5em;
	}
}

/* allBtn */
.food .drink__menu .allBtn {
	margin-top: 0.5em;
	text-align: right;
}

.food .drink__menu .allBtn span {
	color: #BF9F56;
	font-size: 23px;
	text-decoration: underline;
	cursor: pointer;
}

.food .drink__menu .allBtn span::after {
	content: "＞";
}

.food .drink__menu .allBtn span:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.food .drink__menu .allBtn span {
		font-size: 4.26667vw;
	}
}

.food .drink__menu .privilege {
	margin: 3em 0 2em;
}

.food .drink__menu .privilege .contents__title {
	margin-bottom: 0;
	letter-spacing: -0.05em;
}

.food .drink__menu .privilege .contents__title span {
	padding: 0 0.5em;
}

.food .drink__menu .note {
	text-align: left;
}