@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) {
	.footer {
		padding-top: 20px;
	}
}

/*
	official
------------------------------ */
.official {
	/* padding-bottom: 50px;
	border-bottom: solid 1px #000; */
	background-color: #1f3488;
	padding: 60px 0;
}

.official .official__title {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.official .official__title img {
	max-width: 337px;
	margin-bottom: 10px;
}

.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-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 {
	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;
	}
}



.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: 30px 0;
	text-align: center;
}

.collaboration .collaboration__tilte {
	margin-bottom: 40px;
}

.collaboration .date{
	margin-bottom: 30px
}


.collaboration .collaboration__text {
	/* margin-bottom: 10px; */
	font-size: 20px;
}

.collaboration .collaboration__date {
	margin-top: 30px;
	margin-bottom: 40px;
	color: #9e9a50;
	font-weight: bold;
	font-size: 26px;
}

.collaboration .collaboration__date dt {
	font-size: 35px;
}

.collaboration .collaboration__date dd {
	font-size: 23px;
}

.collaboration .lead{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 20px;
}

.collaboration .charge{
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 30px;
}

.collaboration .charge caption {
	caption-side: top; 
	text-align: center;
	margin-bottom: 10px;
}

.collaboration .charge th{
	font-size: 18px;
	width: 45%;
}

.collaboration .charge td{
	font-size: 34px;
}

.collaboration .note{
	text-align: left;
}




.collaboration .info {
	background: #fff;
	margin-bottom: 5em;
	padding: 20px 0;
	text-align: center;
	border: solid 1px #9e9a50;
}

.collaboration .info .info__title {
	margin-bottom: 0.5rem;
	color: #9e9a50;
	font-size: 21px;
}

.collaboration .info .info__text,
.collaboration .info .list {
	margin-bottom: 1rem;
	color: #3E3A39;
	font-size: 17px;
}
/* ボタンの基本スタイル */
.collaboration .info .btn a {
	position: relative;
	display: block;
	width: 280px;
	padding: 12px 0;
	background-color: #fff;
	font-size: 20px;
	/* font-weight: 700; */
	color: #9e9a50;
	line-height: 1.6;
	text-decoration: none;
	text-align: center;
	transition: .2s;
	box-sizing: border-box;
	margin: 0 auto;
}
.collaboration .info .btn a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 11px;
	height: 11px;
	margin: auto;
	border-top: 1px solid #9e9a50;
	border-right: 1px solid #9e9a50;
	transform: rotate(45deg);
	transition: .2s;
	box-sizing: border-box;
}

/* ホバー時のスタイル */
.collaboration .info .btn-color-change a {
	background-color: #fff;
	border: 1px solid #9e9a50;
}
.collaboration .info .btn-color-change a:hover {
	background-color: #9e9a50;
	color: #fff;
}
.collaboration .info .btn-color-change a:hover::after {
	border-color: #fff;
}





@media screen and (max-width: 768px) {
	.collaboration {
		padding: 3.2vw 0 0;
		/* padding: 3.2vw 0 10.66667vw; */
	}

	.collaboration .collaboration__tilte {
		margin-bottom: 8.8vw;
	}

	.collaboration .collaboration__text {
		margin-bottom: 5vw;
		font-size: 1rem;
		/* font-size: 4.8vw; */
		text-align: left;
	}

	.collaboration .collaboration__date {
		margin-top: 4.26667vw;
		margin-bottom: 4.26667vw;
		letter-spacing: -0.05em;
		font-size: 5.3vw;
	}

	.collaboration .collaboration__date dt {
		line-height: 1.5;
		font-size: 6.4vw;
	}

	.collaboration .collaboration__date dd {
		font-size: 4.8vw;
	}
	.collaboration .lead{
		text-align: left;
		font-size: 1rem;
		margin-bottom: 30px;
	}
	.collaboration .charge{
		margin-bottom: 20px;
	}
	.collaboration .charge caption {
		font-size: 14px;
	}
	.collaboration .charge th,
	.collaboration .charge td{
		display: block;
	}
	.collaboration .charge th{
		text-align: center;
	}
	.collaboration .charge td{
		font-size: 28px;
	}
	.collaboration .charge th{
		width: 100%;
	}
	.collaboration .note{
		margin-bottom: 40px;
	}

	.collaboration .info .info__title {
		font-size: 4.26667vw;
	}
	.collaboration .info .info__text,
	.collaboration .info .list {
		font-size: 3.3vw;
	}
	.collaboration .info .btn a {
		font-size: 3.3vw;
		width: 48vw;
		padding: 12px 0;
	}
	.collaboration .info .btn a::after {
		width: 9px;
		height: 9px;
		right: 3vw;
	}
}

.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 {
	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 {
	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 {
	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 {
		margin-bottom: 6.66667vw;
		width: 100%;
	}

	.collaboration .collaboration__nav ul dt {
		font-size: 4.26667vw;
	}

	.collaboration .collaboration__nav ul dd a {
		padding-top: 2.5vw;
		height: 20.8vw;
		font-size: 6.4vw;
	}

	.collaboration .collaboration__nav ul dd a::after {
		width: 3.5vw;
		height: 3.5vw;
		bottom: 5vw;
		left: 46%;
	}
}



/* ---------------------------------------------------
	rooms
---------------------------------------------------- */
.rooms .room__content.room1{
	background-image: url(../img/bg_room1.png);
	background-size: contain;
}

.rooms .room__content.room2{
	background-image: url(../img/bg_room2.png);
	background-size: contain;
	/* margin-bottom: -50px; */
	/* margin-bottom: -44px; */
}

.rooms .room__content.room3{
	background-image: url(../img/bg_room3.png);
	background-size: contain;
}

.rooms .room__content.room4{
	background-image: url(../img/bg_room4.png);
	background-size: contain;
}

.rooms .room__content_detail{
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	padding: 70px 0;
	align-items: stretch;
}

.rooms .room__content_detail .detail_left{
	width: 47.2%;
}

.rooms .room__content_detail .detail_right{
	width: 52%;
}

.rooms .room__content_detail .detail_right .lower{
	margin-top: 20px;
}

.rooms .room__btn_list{
	display: flex;
	justify-content: space-between;
	column-gap: 70px;
	padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
	.rooms .room__content_detail{
		flex-direction: column;
		padding: 30px 0;
	}
	.rooms .room__content_detail .detail_left{
		width: 100%;
		margin-bottom: 10px;
	}
	.rooms .room__content_detail .detail_right{
		width: 100%;
	}
	.rooms .room__content_detail .detail_right .lower{
		padding: 0 10px;
	}
	.rooms .room__btn_list{
		flex-direction: column;
		row-gap: 20px;
	}
	.rooms .room__content.room2{
		margin-bottom: 0;
	}
}

/* ---------------------------------------------------
	concept
---------------------------------------------------- */
.concept {
	padding: 40px 0 50px;
}

.concept .concept__title {
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.concept {
		padding: 7.66667vw 0 9.6vw;
	}

	.concept .concept__title {
		margin-bottom: 7.2vw;
	}
}

/* ---------------------------------------------------
	price
---------------------------------------------------- */
.price {
	padding: 20px 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;
	}
}



/*
	info
------------------------------ */
.price .info {
	background: #fff;
	margin-bottom: 5em;
	padding: 20px 0;
	text-align: center;
	border: solid 1px #9e9a50;
}

.price .info .info__title {
	margin-bottom: 0.5rem;
	color: #9e9a50;
	font-size: 26px;
}

.price .info .info__text,
.price .info .list {
	margin-bottom: 1rem;
	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.3vw;
		padding: 0 4vw;
		text-align: left;
	}

	.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;
	}
}



/* ---------------------------------------------------
	space
---------------------------------------------------- */
.space {
	background-image: url(../img/bg_cl.png);
	background-size: auto;
	padding: 90px 0 10px;
	/* 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 {
	max-width: 920px;
    width: auto;
    height: 25px;
}

.space .space__lead {
	line-height: 2;
	/* color: #fff; */
	font-size: 20px;
	text-align: center;
}

.space .chara {
	margin: 60px auto 20px;
	max-width: 300px;
}

.space .timeTable{
	margin: 0 auto;
	font-size: 20px;
	margin-bottom: 10px;
}

.space .timeTable caption {
	caption-side: top; 
	text-align: center;
	margin-bottom: 10px;
}

.space .timeTable th{
	font-size: 20px;
	width: 45%;
}

.space .timeTable td{
	font-size: 20px;
}

.space .lounge_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 55px;
	margin-bottom: 70px;
}

/* .space .lounge_list li{
	position: relative;
	width: 46%;
} */

.space .lounge_list .item_bg{
	position: relative;
}

.space .lounge_list .img_ttl{
	position: absolute;
	top: 6%;
	left: 0;
	/* transform: translate(-50%, -50%); */
}

.space .lounge_list .area{
	position: absolute;
	margin:  0 50px;
	top: 69%;
	left: 0;
	/* transform: translate(-50%, -50%); */
}

.space .lounge_list .area .lounge_txt{
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	padding-bottom: 10px;
}



/* モーダルを開くボタン */
/* .modal-open{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #000;
	border: none;
	cursor: pointer;
} */
  
/* モーダルと背景の指定 */
/* .modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 999;
} */
  
/* モーダルの擬似要素の指定 */
/* .modal:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.2em;
} */

  
/* クラスが追加された時の指定 */
/* .modal.is-active{
	opacity: 1;
	visibility: visible;
} */
  
/* モーダル内側の指定 */
/* .modal-container{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 90%;
} */

/* モーダルを閉じるボタンの指定 */
/* .modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	font-size: 26px;
	color: #fff;
	background: #808080;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
} */
  
/* モーダルのコンテンツ部分の指定 */
/* .modal-content{
	background: #fff;
	text-align: left;
	line-height: 1.8;
	padding: 20px;
} */
  
/* モーダルのコンテンツ部分のテキストの指定 */
/* .modal-content p{
	margin: 1em 0;
	font-size: 16px;
}

.modal-content .modal_ttl{
	margin: 0.5em 0;
	font-size: 26px;
	text-align: center;
}

.modal-content .modal_note{
	margin: 0.5em 0;
	font-size: 12px;
} */


.lounge{
	background-image: url(../img/bg_cl.png);
	background-size: auto;
	padding: 0;
	min-height: 100vh;
	position: relative;
}




@media screen and (max-width: 768px) {
	.space {
		padding: 50px 0 10px;
	}

	.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 .chara {
		margin: 0 auto 14px;
		max-width: 55vw;
		/* max-width: 200px; */
	}

	.space .lounge_list{
		flex-direction: column;
		gap: 20px;
	}

	.space .lounge_list li{
		width: 100%;
	}

	.space .lounge_list .area{
		margin: 0 18px;
		top: 66%;
	}

	.space .timeTable{
		margin: 0 auto;
		font-size: 3.6vw;
		margin-bottom: 40px;
	}
	.space .timeTable caption {
		caption-side: top; 
		text-align: center;
		margin-bottom: 10px;
	}
	.space .timeTable th{
		font-size: 4vw;
		width: 45%;
	}
	.space .timeTable td{
		font-size: 4vw;
	}

	.space .lounge_list .area .lounge_txt{
		margin-top: 12px;
	}

	/* モーダル内側の指定 */
	/* .modal-container{
		width: 95%;
	} */
}

/*
	grappling
------------------------------ */
.space .grappling {
	margin: 0 auto 96px;
	max-width: 840px;
}

@media screen and (max-width: 768px) {
	.space .grappling {
		margin-bottom: 15.46667vw;
	}
}

/*
	capsule
------------------------------ */

.space .note {
	text-align: center;
	margin: 40px 0 0;
	font-size: 14px;
	padding-bottom: 30px;
}


.space .capsule {
	margin: 0 auto;
	/* max-width: 840px; */
	border: 1px solid #1f3488;
}

.space .capsule .lead{
	text-align: center;
	margin-bottom: 10px;
}

.space .capsule .note{
	text-align: center;
	margin: 20px 0 40px;

}

.capsule_info {
    margin: 0 20px 40px;
}

.space .capsule .capsule_ttl{
	text-align: center;
	color: #1f3488;
	font-size: 20px;
}

.space .capsule .img_badge{
	width: 50%;
	margin: 0 auto 20px;
}

.space .capsule .img_keyring{
	width: 73%;
	margin: 0 auto;
}

.space .capsule .purchase {
	margin: 40px 60px 60px;
	/* margin-top: 60px; */
	padding: 40px 0 60px;
	color: #000;
	text-align: center;
	background-color: #fff;
}

.space .capsule .purchase .purchase__title {
	margin-bottom: 1em;
	color: #000;
	font-size: 26px;
}

.space .capsule .purchase .purchase__text {
	margin-bottom: 1.5em;
	line-height: 2;
	font-size: 16px;
}

.space .capsule .purchase .purchase__img{
	margin: 0 120px;
}



@media screen and (max-width: 768px) {
	.space .capsule .purchase {
		margin: 12.8vw 0 9vw;
		/* margin-top: 12.8vw; */
		padding: 4.7vw;

	}

	.space .capsule .purchase .purchase__title {
		font-size: 4.3vw;
		font-weight: bold;
	}

	.space .capsule .purchase .purchase__text {
		font-size: 3.73333vw;
		text-align: left;
	}

	.space .capsule {
		border: none;
	}
	.space .capsule .lead{
		text-align: left;
	}
	.space .capsule .note{
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		
	}
    .capsule_info {
        margin: 0 0 40px;
    }    
	.space .capsule .img_badge{
		width: 100%;
	}
	.space .capsule .img_keyring{
		width: 100%;
	}
	.space .capsule .purchase .purchase__img{
		margin: 0 5px;
	}
	.space .capsule .capsule_ttl{
		font-weight: bold;
		font-size: 4vw;
	}
}



/* ---------------------------------------------------
	food
---------------------------------------------------- */
.food {
	padding: 3px 0;
}

.food .food__title {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.food .food__title img {
	width: auto;
	/* height: 65px; */
	height: 86px;
}

.food .food__lead {
	font-size: 19px;
	text-align: center;
}

.food .food__offer{
	text-align: center;
	margin-bottom: 30px;
	/* font-weight: bold; */
	font-size: 1.25rem;
	line-height: 2;
}

.food .food__note{
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
}

.food .food__note .note__red{
	color: #ae0e16;
	font-weight: bold;
}

.food .original_drinks{
	margin-bottom: 40px;
}

.food .original_drinks .original_drink_list{
	display: flex;
	justify-content: space-between;
	row-gap: 35px;
	column-gap: 10px;
	/* max-width: 920px; */
	flex-wrap: wrap;
	/* align-items: baseline; */
}

.food .original_drinks .original_drink_list li{
	width: 48%;
}

/* .food .original_drinks .original_drink_list .original_drink_list_item .inner_border{
	border: 1px solid #fff;
	margin: 5px;
} */
.food .original_drinks .original_drink_list .original_drink_list_item{
	position: relative;
	padding: 24px 10px 10px;
}
.food .original_drinks .original_drink_list .original_drink_list_item::before {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	
	top: 5px;
	left: 5px;
	border: 1px solid rgba(255,255,255,.5);
}
.food .original_drinks .original_drink_list li.item01{
	background-color: #b84d92;
	/*background: url(../img/od_bg01.png) no-repeat;
	background-size: contain;*/
}
.food .original_drinks .original_drink_list li.item02{
	background-color: #3c6049;
	/*background: url(../img/od_bg02.png) no-repeat;
	background-size: contain;*/
}

.food .original_drinks .original_drink_list li.item03{
	background-color: #1f3488;
	/*background: url(../img/od_bg03.png) no-repeat;
	background-size: contain;*/
}

.food .original_drinks .original_drink_list li.item04{
	background-color: #6f2a33;
	/*background: url(../img/od_bg04.png) no-repeat;
	background-size: contain;*/
}

.food .original_drinks .content_upper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1.2em;
}
.food .original_drinks .content_upper .content_upper_left{
	width: 38%;
	margin-left: -10px;
}

.food .original_drinks .content_upper .content_upper_right{
	width: 56%;
	margin-right: 10px;
}
.food .original_drinks .content_lower{
	color: #fff;
	/*font-size: 12px;*/
	font-size: 14px;
	padding: 0 10px;
}



@media screen and (max-width: 768px) {
	.food {
		padding: 12.66667vw 0 8.26667vw;
	}

	.food .food__title {
		margin-top: 10px;
		margin-bottom: 5.86667vw;
	}

	.food .food__title img {
		height: 5vw;
	}

	.food .food__lead {
		font-size: 4.26667vw;
		text-align: left;
	}
	.food .food__offer{
		/* text-align: left; */
		font-size: 3.5vw;
		line-height: 1.3;
	}
	.food .food__offer dd{
		margin-bottom: 10px;
	}
	.food .food__note{
		font-size: 3.2vw;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	.food .original_drinks .original_drink_list{
		flex-direction: column;
		row-gap: 20px;
	}
	.food .original_drinks .original_drink_list li{
		width: 100%;
	}
	/* .food .original_drinks .content_upper .content_upper_right{
		padding: 15px 17px 5px;
	} */

	.food .original_drinks .content_lower .content_txt{
		 font-size: 14px;
		/*font-size: 2.8vw;*/
	}
	
	.food .original_drinks .original_drink_list .original_drink_list_item::before {
	position: absolute;
	content: "";
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	
	top: 8px;
	left: 8px;
}
}

/*
	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;
	}
}



/* 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;
}




.lounge_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 55px;
	/* margin-bottom: 70px; */
}

.lounge_list li{
	position: relative;
	width: 46%;
	/* padding: 10px; */
}

.lounge_list .item_bg{
	position: relative;
}

.lounge_list .img_ttl{
	position: absolute;
	top: 6%;
	left: 0;
	padding: 10px;
	/* transform: translate(-50%, -50%); */
}

/* .lounge_list .area{
	position: absolute;
	margin:  0 50px;
	top: 69%;
	left: 0;
} */

.lounge_list .lounge_txt{
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	padding-bottom: 10px;
	text-align: left;
}

/* ==========================
  初期設定
========================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  width: 100%;
}

/* ==========================
  モーダル（ポップアップ）
========================== */
.js_modalBtnWrap {
	position: absolute;
	top: 67%;
	left: 13%;
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.js_modalBtnCont {
	display: block;
	color: #222;
	background-color: #fff;
	/* padding: 15px 5px; */
	transition: 0.3s;
}
.js_modalBtnCont:hover,
.js_modalBtnCont:focus {
	color: #fff;
	background-color: #222;
}
.js_modalWrap {
	opacity: 0;
	z-index: -1;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.js_modalWrap.active {
	animation: modalOpen 0.3s ease forwards;
}
.js_modalWrap.active2 {
	animation: modalClose 0.3s ease forwards;
}
.js_modalBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 800px;
	max-width: 100%;
	background-color: #fff;
	/*max-height: 600px;*/
	padding: 20px;
}
.js_modalCont {
	/*overflow-y: scroll;*/
	/*max-height: 520px;*/
}
.js_modalCont > * + * {
	margin-top: 10px;
}
.js_modalContInner > .js_modalClose + * {
	margin-top: 0;
}
/* .js_modalClose {
	display: block;
	position: absolute;
	top: 10.5px;
	right: 10.5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	z-index: 1001;
} */
.js_modalClose {
    /* top: -30px; */
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	font-size: 26px;
	color: #fff;
	background: #808080;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
  }
.js_modalClose::before,
.js_modalClose::after {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 4px;
	right: 12px;
	width: 2px;
	height: 18px;
}
.js_modalClose::before {
	transform: rotate(45deg);
}
.js_modalClose::after {
	transform: rotate(-45deg);
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}

/* ==========================
  コンテンツの中身
========================== */
.ly_inner {
	width: 100%;
	/* max-width: 1080px; */
	margin: 0 auto;
	/* padding: 40px; */
	/* background-color: #ccc; */
}
.ly_inner h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 30px;
}

.ly_inner .modal_ttl{
	text-align: center;
	margin-top: 0.6em;
	margin-bottom: 0.1em;
	font-size: 26px;
	color: #1f3488;
}

.md_textblock > * + * {
	margin-top: 5px;
}
.md_textblock > * + .js_modalBtnWrap {
	margin-top: 20px;
}
/* table {
  width: 100%;
}
table th,
table td {
  border: 1px solid #222;
  padding: 10px;
}
table th {
  width: 20%;
  background-color: #ccc;
  white-space: nowrap;
} */
.md_linkBtnWrap {
	width: 300px;
	max-width: 100%;
	margin: 10px auto 0;
	text-align: center;
}
.md_linkBtnCont {
	display: block;
	color: #222;
	border: 1px solid #222;
	padding: 15px 5px;
	transition: 0.3s;
}
.md_linkBtnCont:hover,
.md_linkBtnCont:focus {
	color: #fff;
	background-color: #222;
}

/* PC幅に適用 */
@media (min-width: 769px) {
  .hp_sp {
    display: none !important;
  }

}
/* スマホ幅に適用 */
@media (max-width: 768px) {
  .hp_pc {
    display: none !important;
  }
  .js_modalContInner {
    /*max-height: 400px;*/
    padding: 20px;
  }
  .js_modalCont {
	 /* overflow-y: scroll;*/
    /*max-height: 360px;*/
  }
  .js_modalClose {
    /* top: -30px; */
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	font-size: 26px;
	color: #fff;
	background: #808080;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
  }
  .js_modalClose::before,
  .js_modalClose::after {
    background-color: #fff;
  }
  .lounge_list{
	flex-direction: column;
	row-gap: 10px;
}
.lounge_list li{
	width: 100%;
	padding: 0;
}

.js_modalContInner {
	max-width: 90%;
}
.js_modalBtnWrap {
	position: absolute;
	top: 66%;
	left: 10%;
	width: 80%;
}
.lounge_list .lounge_txt{
	font-size: 4vw;

}
}

.box_lyt_capsuletoy{
	box-sizing: border-box;
	border: 2px solid #ff0000;
	background-color: #fff2cc;
	margin-bottom: 1.4em;
	padding: 1em 1em 1.2em;
	text-align: left;
}
.box_lyt_capsuletoy .lyt-hdg{
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: .4em;
}
.box_lyt_capsuletoy .lyt-txt{
	font-size: 14px;
	line-height:1.7;
	letter-spacing:.05em;
}
.box_lyt_capsuletoy dl{
	width: 96%;
	margin: auto;
	margin-bottom: .3em;
}
.box_lyt_capsuletoy dl dt{
	box-sizing: border-box;
	padding: .6em;
	font-weight: bold;
	color: #fff;
	background: #e50c0c;
}
.box_lyt_capsuletoy dl dd{
	padding: .6em;
}
.box_lyt_capsuletoy dl dd em{
	font-size: 16px;
	color: #e50c0c;
	font-weight: bold;
}
.box_lyt_capsuletoy dl dd span{
	display: block;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.box_lyt_capsuletoy .sub{
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: bold;
	margin: 0;
}

@media (min-width: 769px) {

.box_lyt_capsuletoy{
	border: 4px solid #ff0000;
	margin-bottom: 2em;
	padding: 2em 1.4em 1.4em;
}
.box_lyt_capsuletoy.lyt2{
	width: 94%;
	margin: 0 auto 2em;
}
.box_lyt_capsuletoy .lyt-hdg{
	font-size: 1.8rem;
	margin-bottom: .4em;
}
.box_lyt_capsuletoy .lyt-txt{
	font-size: 16px;
}
.box_lyt_capsuletoy dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_lyt_capsuletoy dl.bottom{
	margin-bottom: 1.2em;
}
.box_lyt_capsuletoy dl dt{
	width: 20%;
}
.box_lyt_capsuletoy dl dd{
	width: 78%;
	padding: .6em .6em .6em 0;
}

}


/*期間延長　240221*/

.box_lyt_eot{
	width: calc(100% - 15px);
	margin: 0 auto 2em;
	padding: .6em 0;
	border: 4px solid; 
	border-image: linear-gradient(to right, #071654, #186bf1, #071654) 1;
	color: red;
}
.box_lyt_eot h2{
	color: red;
	font-size: 1.8rem;
	font-weight: 700;
}
.box_lyt_eot p{
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}
.box_lyt_eot p + p{
	margin: .6em 0 0;
	padding: 0;
}

@media screen and (min-width: 769px) {
.box_lyt_eot{
	width: calc(100% - 45px);
	margin: .6vw auto 3vw;
	padding: 1.5vw 0;
	border: 5px solid; 
	border-image: linear-gradient(to right, #071654, #186bf1, #071654) 1;
}
.box_lyt_eot h2{
	font-size: 2.6rem;
}
.box_lyt_eot p{
	font-size: 1.6rem;
}
	
}
