@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Thasadith&display=swap");




/********************************
Price
********************************/
#price .sab_title {
	/*max-width: 80%;*/
	background-color: #FFFDF3;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 20px;
}
#price .sab_title .room_item {
	padding: 10px 0 20px;
	font-weight: bold;
	display: inline-block;
}
#price .sab_title p {
	text-align: center;
	color: #000;
	font-size: 18px;
}
#price .menu_btn ul {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1%;
	justify-content: space-around;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
#price .menu_btn ul li {
	width: 100%;
	/*background-color: #626262;*/
	text-align: center;
	list-style: none;
	font-size: 20px;
	margin-bottom: 10px;
}
#price .menu_btn ul li a {
	color: #fff;
	display: list-item;
	padding: 20px;
	border-radius: 40px;
}
#price .menu-list,
#price .menu_btn {
	/*width: 80%;*/
	font-family: 'Kosugi', sans-serif;
	font-weight: 500;
	margin: 0 auto 40px;
	list-style: none;
	color: #000;
}
#price .menu-list ul li {
	margin-bottom: 30px;
}
#price .menu-list ul li img{
    aspect-ratio: 5 / 4;
    object-fit: cover;
    width: 100%;
}
#price .menu-list ul li:last-of-type {
	margin-bottom: 0;
}
#price .menu-list .cp_tab li {
	width: calc(100% / 2 - 1px);
}
#price .menu-list .cp_tab .thaad li {
	width: calc(100% / 3 - 1px);
}

#price .menu-list h3 {
	/*background-color: #d6387e;*/
	text-align: center;
	padding: 20px;
	font-size: 20px;
}
#price .menu-list table {
	width: 100%;
	color: #000;
}
#price .menu-list table tr {
	background-color: #FFFDF3;
	border-bottom: 1px solid #fff;
}
#price .menu-list table td {
	padding: 10px;
	font-size: 105%;
	vertical-align: middle;
}
#price .menu-list table td:last-of-type {
	text-align: right;
}
#price .menu-list .menu_item {
	text-align: center;
	padding: 20px;
	background-color: #1F4E79;
	color: #fff;
	font-size: 18px;
}

/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab li a{
	display: block;
	background:#EDE9E9;
	padding:10px 15px;
	font-size: 20px;
	text-align: center;
	color: #000;
}

.tab li.active a{
	background:#FFFDF3;
	color: #000;
}

.area {
	display: none;
	opacity: 0;
	background: #fff;
}

.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-fill-mode: forwards;
}

.price_info {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 30px;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#price .sab_title {
		max-width: 100%;
		padding: 10px;
	}
	#price .menu-list h3 {
		padding: 8px;
		font-size: 18px;
	}
	#price .sab_title p {
		font-size: 16px;
	}
	#price .menu-list .menu_item {
		padding: 8px;
		font-size: 18px;
	}
	#price .menu-list,
	#price .menu_btn {
		width: 100%;
	}
	#pr_price .menu_btn ul li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}
	#price .menu_btn ul li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 18px;
	}
	#price .menu_btn ul li:last-of-type {
		margin-bottom: 0;
	}
	.tab li a {
		font-size: 14px;
	}
	.price_info {
		font-size: 12px;
	}
    #price .menu_btn ul {display: flex;}
}
/********************************
room
********************************/
/*#pr_arank, #pr_brank, #pr_crank {
	margin-top: -100px;
	padding-top: 100px;
}
@media screen and (max-width: 767px) {
	#pr_arank, #pr_brank, #pr_crank {
		margin-top: -50px;
		padding-top: 50px;
	}
}*/

.gallery_1 {}

#content .top_room .garally ul {
	height: auto;
	margin-bottom: 30px;
	list-style: none;
}
#content .top_room .garally ul:after {
	content: '';
	display: block;
	clear: both;
}
#content .top_room .garally ul li {
	width: 33.3333%;
	float: left;
}
#content .top_room .garally ul li .box {
	padding: 5px;
}
#content .top_room .garally ul li:nth-child(-n+6) {
	display: block;
}
@media screen and (min-width: 1004px) {
	#content .top_room .garally ul li {
		width: 16.666%;
	}
	#content .top_room .garally ul li .box {
		padding: 15px;
	}
	#content .top_room .garally ul li:nth-child(-n+18) {
		display: block;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	#content .top_room .garally ul li {
		width: 20%;
	}
	#content .top_room .garally ul li .box {
		padding: 10px;
	}
	#content .top_room .garally ul li:nth-child(-n+10) {
		display: block;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	#content .top_room .garally ul li {
		width: 25%;
	}
	#content .top_room .garally ul li .box {
		padding: 8px;
	}
	#content .top_room .garally ul li:nth-child(-n+8) {
		display: block;
	}
}
#content .top_room .garally ul li.open {
	display: block !important;
}
#content .top_room .garally ul li span {
	/*font-size: 0.625em;*/
	font-size: 14px;
}
#content .top_room .garally .more, #content .top_room .garally .more2 {
	width: 430px;
	max-width: 80%;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	border: solid 1px #231815;
	position: relative;
}
#content .top_room .garally .more:before, #content .top_room .garally .more2:before {
	width: 11px;
	height: 10px;
	margin: auto 10px auto -21px;
	content: '';
	background-image: url("../img/icon_sankaku_bottom_black.png");
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
}
#content .top_room .garally .more:hover, #content .top_room .garally .more2:hover {
	background-color: #eeeeee;
}
#content .top_room .garally .more2 {
	display: none;
}
#content .top_room .garally .more2:before {
	transform: scale(1, -1);
}
@media screen and (min-width: 1001px) {
	#content .top_room .garally .none1, #content .top_room .garally .none2, #content .top_room .garally .none3, #content .top_room .garally .none4 {
		display: none !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	#content .top_room .garally .none2, #content .top_room .garally .none3, #content .top_room .garally .none4 {
		display: none !important;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	#content .top_room .garally .none3, #content .top_room .garally .none4 {
		display: none !important;
	}
}
@media screen and (max-width: 479px) {
	#content .top_room .garally .none4 {
		display: none !important;
	}
}

.lightbox .lb-image {
	border: none;
}
.lb-data .lb-number {
	display: none;
}
#content .top_room .garally ul li {
	display: block;
}
#room .sab_title {
	background-color: #fffff3;
	margin: 0 auto;
	max-width: 1004px;
	padding: 20px;
	margin: 0 auto 15px;
}
#room .sab_title p {
	font-size: 18px;
	text-align: center;
}

.gallery_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	text-align: center;
	color: #000;
}
.gallery_box h3 {
	background-color: #ffc000;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #fff;
}
.gallery_box:last-of-type {
	/*margin-bottom: 0;*/
}
.choice-btn_1 li,
.choice-btn_2 li,
.choice-btn_3 li,
.choice-btn_4 li,
.choice-btn_5 li,
.choice-btn_6 li {
	padding: 0 10px;
}
.gallery_box p {
	padding: 5px 0;
	color: #000000;
}
.gallery{
	margin:0 0 5px 0;
}
.gallery li{
list-style:none;
}
.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
list-style:none;
}
.choice-btn li img{
	opacity: 0.4;
}

.choice-btn li.slick-current img{
	opacity: 1;
}
.lightbox .lb-image {
	border: none;
}
.lb-data .lb-number {
	display: none;
}
#content .top_room .garally ul li {
	display: block;
}

@media screen and (max-width: 768px) {
	#content .top_room .garally ul li {
		width: 33.3333%;
		height: 100%;
	}
	#room .sab_title {
		margin: 0 0 15px;
		padding: 9px;
	}
	#room .sab_title p {
		font-size: 16px;
		text-align: center;
	}
	.gallery_box {
		margin-bottom: 15px;
	}
	.midashi_box .room img {
		width: 40px;
	}
	#pr_room .gallery_box h3 {
		padding: 8px;
    	font-size: 14px;
	}
	#content .top_room .garally ul li span {
		font-size: 12px;
	}
	.choice-btn_1 li, .choice-btn_2 li, .choice-btn_3 li, .choice-btn_4 li, .choice-btn_5 li, .choice-btn_6 li {
		padding: 0 5px;
	}

	.lb-outerContainer {
		margin-top: 150px;
	}
}
@media screen and (max-width: 766px) {
	.lb-outerContainer {
		margin-top: 130px;
	}
}

/********************************
room-guidance

********************************/

.room-guidance{margin: 20px auto 40px;}




/********************************
coupon
********************************/
.cpn_info {
	text-align: center;
	font-size: 30px;
	padding: 100px 0 0;
}
#coupon .sab_title {
	width: 100%;
	background-color: #FFFDF3;
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
}
#coupon .sab_title p {
	font-size: 18px;
}
#coupon .sab_title .item {
	display: block;
	text-align: center;
}
#coupon .sab_title p:first-of-type {
	padding-bottom: 20px;
}
#coupon .sab_title p .c_lrd {
	color: #ff0000;
	font-weight: bold;
}
#coupon .sab_title p .title {
	font-size: 22px;
	padding-bottom: 10px;
}
#content .top_coupon .coupon_area {
	max-width: 1024px;
}
#content .top_coupon .coupon_area:after {
  content: '';
  display: block;
  clear: both;
}
#content .top_coupon .coupon_area .coupon_set {
	margin: 0 auto;
	list-style: none;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item {
	width: 100%;
	margin-bottom: 30px;
}
#content .top_coupon .coupon_area .coupon_set  img {
	width: 100%;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content {
	margin-bottom: 0;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
	width: 100%;
	background-color: #1F4E79;
	padding: 7px 10px;
	font-size: 30px;
	font-weight: 500;
	position: relative;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open:after {
	border: none;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open img {
	width: 35px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#content .top_coupon .coupon_area .coupon1 {
	width: 100%;
	margin-bottom: 30px;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .modal h4 {
	background-color: #1F4E79;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
	background-color: #1F4E79;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	display: block;
}
/*#content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail {
	padding-top: 30px;
	padding-bottom: 10px;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail p span {
	font-size: 70px;
	font-weight: bold;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail p .font_c {
	font-size: 55px;
}*/

#open01,#open02,#open03,#open04,#open05 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 999;
}
/*@media (max-width: 767px) {
	#open01,#open02,#open03,#open04,#open05 {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
	}
}*/
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.8;
	z-index: 9999;
}
.modal_window {
	width: 90%;
	max-width: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 9999;
}
@media (min-width: 767px) {
	.modal_window {
	}
}
.modal_window h2 {
	padding: 5px 10px;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
	background-color: #1F4E79;
}
.modal_window .mw_c {
	padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: #ffffff;
}
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}
.coupon_info {
    padding-top: 20px;
    font-size: 25px;
}

.return_coupon {
	margin: 0 auto 30px;
}
.return_coupon a {
	display: inline-flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: clamp(16px, 2.9vw, 20px);
}

.return_btn {
	width: 300px;
	padding: 20px;
	border-radius: 40px;
	text-align: center;
	margin: 0 auto;
	background-color: #00c2cb;
	vertical-align: middle;
	font-family: 'Kosugi', sans-serif;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
		font-size: 18px;
	}
	#coupon .sab_title {
		padding: 15px;
		text-align: left;
	}
	#coupon .sab_title p {
		font-size: 16px;
	}
	#coupon .sab_title p .title {
		font-size: 18px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open img {
		width: 20px;
		margin-bottom: 4px;
	}
	.cpn_info {
		padding-top: 50px;
	}
	.coupon_info {
		padding-top: 10px;
		font-size: 11px;
	}
	.return_coupon {
		margin-bottom: 20px;
	}
	.return_btn {
		margin-bottom: 20px;
	}
}

/*****************************
共通
*****************************/
.color1 {
	background-color: #d6387e;
}
.color2 {
	background-color: #de7d48;
}
.color3 {
	background-color: #fffff7;
}
.color4 {
	background-color: #1F4E79;
}
.color5 {
	background-color: #00c2cb;
}
.red {color: red;}

.payment_logo {
	display: flex;
	max-width: 150px;
}
.payment_logo li {
	padding: 5px;
}
.payment_logo img {
	border-radius: 5px;
}

.m-bottom40 {
	margin-bottom: 40px;
}

/*
#pr_access, #pr_service, #pr_about {
	margin-top: -100px;
	padding-top: 100px;
}
@media screen and (max-width: 768px) {
	#pr_access, #pr_service, #pr_about {
		margin-top: -50px;
		padding-top: 50px;
	}
}
*/

