@charset "utf-8";
/* ===================================================
	Room CSS
====================================================== */

h2.cmn_tit_01 span:not(.cap)::first-letter {
	color: var(--color-06);
}

.c_nav {
	display: flex;
	gap: 10px 2.5%;
}
.c_nav li {
	width: 100%;
}
.c_nav li a {
	position: relative;
	display: block;
	border: 1px solid #aaa;
	padding: 15px 15px 20px;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	overflow: hidden;
}
.c_nav li a::after {
	position: absolute;
	left: calc(50% - 3px);
	bottom: 10px;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	transform: rotate(45deg);
	transition: bottom 0.4s, opacity 0.2s;
}
#sec_lead .c_nav {
	margin-top: 30px;
}

@media screen and (min-width: 601px) {
	h2.cmn_tit_01 .cap {
		font-size: 20px;
	}
	.c_nav {
		gap: 0 5%;
	}
	.c_nav li {
		width: 47.5%;
	}
	.c_nav li a {
		padding: 22px 15px;
		font-size: 18px;
	}
	#sec_lead .c_nav {
		margin-top: 50px;
	}
}
@media screen and (hover: hover) and (min-width: 601px) {
	.c_nav li a:hover::after {
		bottom: 0;
		opacity: 0;
	}
}

/* Common Parts */
.room ul {
	display: flex;
	justify-content: center;
	gap: 0 10px;
}
.room .detail {
	flex-wrap: wrap;
	gap: 10px 15px;
	margin-top: 10px;
}
.room .detail [class^="icon_"] {
	padding-left: 26px;
}
.room .detail .icon_nsmk {
	background: url(../../room/img/icon_nosmoking.svg)no-repeat left center/20px;
}
.room .detail .icon_wifi {
	background: url(../../room/img/icon_wifi.svg)no-repeat left center/20px;
}
.room .detail .icon_dryer {
	background: url(../../room/img/icon_dryer.svg)no-repeat left center/17px;
}
.room .btns {
	margin-top: 25px;
}
.room .btns .cmn_btn_01 {
	/* width: min(100%, 240px); */
	width: auto;
}
.room .btns .cmn_btn_01:not(.red) {
	background-color: rgba(255,255,255,0.5);
}
.room .btns .cmn_btn_01:not(.red)::after {
	border: none;
	transform: none;
	top: calc(50% - 12px);
	width: 30px;
	height: 25px;
	background: url(../../room/img/icon_popup.svg)no-repeat center/contain;
	transition: background-image 0.2s 0.1s;
}
@media screen and (max-width: 600px) {
	.room .btns {
		flex-wrap: wrap;
		gap: 10px;
	}
	.room .btns li {
		width: 100%;
	}
}


/* ---------------------------------------------------
	#sec_suigyoku
------------------------------------------------------ */
#sec_suigyoku {
	padding-bottom: 100px;
	background: url(../img/pattern_01.webp);
}
#sec_suigyoku .cmn_box_01 {
	align-items: center;
}
#sec_suigyoku .cmn_box_01 .cmn_tit_01 {
	text-align: center;
}
#sec_suigyoku .cmn_box_01 .cmn_tit_01 span:not(.cap) {
	border-bottom: 1px solid #aaa;
	padding-bottom: 25px;
}
#sec_suigyoku .cmn_box_01 .photo_col .ofi {
	width: 100%;
	height: 100%;
	object-position: center right;
}
#sec_suigyoku .cmn_box_01 .txt_col .tit {
	font-size: 26px;
	color: var(--color-06);
}
#sec_suigyoku h3.cmn_tit_01 {
	padding: 70px 0 50px;
	font-size: 34px;
	text-align: center;
}

#sec_suigyoku .point_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.5%;
}
#sec_suigyoku .point {
	background-color: #fff;
}
#sec_suigyoku .point .ofi {
	width: 100%;
}
#sec_suigyoku .point dl {
	padding: 15px 25px 30px;
	line-height: 2;
	letter-spacing: 0.05em;
}
#sec_suigyoku .point dt {
	line-height: 1.65;
	font-size: 20px;
	color: var(--color-06);
}
#sec_suigyoku .point dd {
	margin-top: 5px;
}

#sec_suigyoku .room_list {
	display: flex;
	flex-wrap: wrap;
	gap: 80px 1.6%;
}
#sec_suigyoku .room {
	text-align: center;
}
#sec_suigyoku .room .photo {
	position: relative;
}
#sec_suigyoku .room .photo .cap {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: var(--color-02);
}
#sec_suigyoku .room dl {
	margin-top: 10px;
}
#sec_suigyoku .room dt {
	font-size: 22px;
	color: var(--color-06);
}
#sec_suigyoku .room dt>span {
	display: inline-block;
	margin: 0 0.5em;
}
#sec_suigyoku .room dt .lg {
	font-size: 34px;
}
#sec_suigyoku .room dt .lg:has(.red) {
	margin-right: 0.25em;
}
#sec_suigyoku .room dt .red {
	color: var(--color-02);
}


@media screen and (hover: hover) and (min-width: 601px) {
	#sec_suigyoku .room .btns .cmn_btn_01:not(.red):hover::after {
		right: 15px;
		background-image: url(../../room/img/icon_popup_wh.svg);
	}
}
@media screen and (min-width: 601px) {
	#sec_suigyoku .cmn_box_01 .photo_col {
		width: 56.25%;
		max-width: calc(86% - 410px);
		height: 600px;
	}
	#sec_suigyoku .cmn_box_01 .txt_col {
		width: 410px;
	}
	#sec_suigyoku .cmn_box_01 .cmn_tit_01+p {
		margin-top: 40px;
	}
	#sec_suigyoku .point {
		width: 31.66%;
	}
	#sec_suigyoku .room {
		width: 49.2%;
	}
	#sec_suigyoku .room .btns li {
		width: min(46%, 240px);
	}
}
@media screen and (max-width: 600px) {
	#sec_suigyoku {
		padding-bottom: 50px;
	}
	#sec_suigyoku .cmn_box_01 .txt_col {
		padding: 0 5%;
	}
	#sec_suigyoku .cmn_box_01 .cmn_tit_01 span:not(.cap) {
		padding-bottom: 15px;
	}
	#sec_suigyoku .cmn_box_01 .txt_col .tit {
		font-size: 20px;
	}
	#sec_suigyoku h3.cmn_tit_01 {
		padding: 40px 0 25px;
		font-size: min(6.8vw, 26px);
	}
	#sec_suigyoku .point dt {
		font-size: 17px;
	}
	#sec_suigyoku .room_list {
		gap: 40px 0;
	}
	#sec_suigyoku .room dt {
		font-size: 18px;
	}
	#sec_suigyoku .room dt .lg {
		font-size: 24px;
	}
}


/* ---------------------------------------------------
	#sec_standard
------------------------------------------------------ */
#sec_standard {
	padding: 70px 0 120px;
}
#sec_standard .cmn_tit_01 {
	text-align: center;
}
#sec_standard .room {
	gap: 0 6.6%;
	padding-top: 100px;
}
#sec_standard .room .btns {
	flex-direction: column;
	gap: 10px 0;
}
#sec_standard .room .btns .cmn_btn_01 {
	width: 100%;
}
#sec_standard .room .txt_col dt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 15px;
	line-height: 1.35;
	letter-spacing: 0;
	font-size: 33px;
	color: var(--color-06);
}
#sec_standard .room .txt_col dt .cap {
	display: inline-block;
	min-width: 70px;
	line-height: 30px;
	margin: 12px 0;
	font-size: 16px;
	color: #fff;
	background-color: var(--color-02);
	text-align: center;
}
#sec_standard .room .txt_col dd {
	margin-top: 20px;
}
#sec_standard .room .detail {
	justify-content: flex-start;
	margin-top: 20px;
}
#sec_standard .room .detail li:first-of-type {
	width: 100%;
}
#sec_standard .room .link_info {
	display: inline-block;
	padding-right: 30px;
	text-align: right;
	color: var(--color-06);
	background: url(../../room/img/icon_arrow.svg)no-repeat center right/20px;
}

@media screen and (min-width: 601px) {
	#sec_standard .room:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	#sec_standard .room:first-of-type {
		padding-top: 70px;
	}
	#sec_standard .room .photo_col {
		width: 60%;
		/* max-width: calc(92.5% - 400px); */
	}
	#sec_standard .room .photo_col .ofi {
		height: 480px;
	}
	#sec_standard .room .txt_col {
		width: 400px;
	}
	#sec_standard .room li:has(.link_info) {
		margin-left: auto;
	}
}
@media screen and (max-width: 600px) {
	#sec_standard {
		padding: 40px 0 50px;
	}
	#sec_standard .room {
		padding-top: 50px;
	}
	#sec_standard .room:first-of-type {
		padding-top: 30px;
	}
	#sec_standard .room .photo_col {
		width: 100%;
	}
	#sec_standard .room .txt_col {
		margin-top: 20px;
	}
	#sec_standard .room .txt_col dt {
		font-size: 25px;
	}
	#sec_standard .room .txt_col dd {
		margin-top: 12px;
	}
}


/* ---------------------------------------------------
	#std_info
------------------------------------------------------ */
#std_info {
	margin-top: 100px;
	border: 1px solid;
	padding: 20px 50px 55px;
	color: var(--color-06);
	background-color: rgba(255,255,255,0.5);
}
#std_info h3 {
	padding: 25px 0;
	font-size: 26px;
}
#std_info .red {
	color: var(--color-02);
}
#std_info dl {
	border-bottom: 1px solid #aaa;
}
#std_info dl>div {
	display: flex;
	border-top: 1px solid #aaa;
	padding: 28px 0;
}
#std_info dl>div dt {
	flex-shrink: 0;
	width: 160px;
	padding: 0 25px;
}
#std_info dl>div dd {
	color: #000;
}

@media screen and (max-width: 600px) {
	#std_info {
		margin-top: 50px;
		padding: 15px 5% 30px;
	}
	#std_info h3 {
		padding: 12px 0;
		font-size: 20px;
	}
	#std_info dl>div {
		padding: 15px 0;
	}
	#std_info dl>div dt {
		width: 135px;
		padding: 0 15px;
	}
}
@media screen and (max-width: 400px) {
	#std_info dl>div {
		flex-direction: column;
		gap: 10px 0;
		padding: 15px 0.5em;
	}
	#std_info dl>div dt {
		padding: 0;
	}
}


/* ---------------------------------------------------
	Detail	breakpoint:768px
------------------------------------------------------ */
#modal-iframe {
	background: url(../img/pattern_01.webp);
}
#modal-iframe .iziModal-button-close {
    position: fixed;
    z-index: 1;
    top: 0;
	right: 0;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    width: 80px;
    height: 80px;
    transition: transform .7s, background-color .5s;
    color: #fff;
    background: var(--color-06);
}
#modal-iframe .iziModal-button-close::before,
#modal-iframe .iziModal-button-close::after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background-color: #fff;
}
#modal-iframe .iziModal-button-close::before {
    transform: rotate(45deg);
}
#modal-iframe .iziModal-button-close::after {
    transform: rotate(-45deg);
    margin-top: -1px;
}
/* Clone Close Btn */
#modal-iframe .custom-close-button {
	display: block;
	width: 260px;
	line-height: 60px;
	margin: 0 auto calc(150px + env(safe-area-inset-bottom));
	border: 1px solid;
	text-align: center;
	color: var(--color-06);
	background-color: rgba(255,255,255,0.5);
}

@media screen and (hover: hover) and (min-width: 769px) {
	#modal-iframe .iziModal-button-close:hover,
	#modal-iframe .custom-close-button:hover {
		cursor: pointer;
	}
	#modal-iframe .iziModal-button-close:hover {
		transform: none;
		opacity: 1;
		background: var(--color-02);
	}
}
@media screen and (max-width: 768px) {
	#modal-iframe .iziModal-button-close {
		width: 60px;
		height: 60px;
	}
	#modal-iframe .iziModal-button-close::before,
	#modal-iframe .iziModal-button-close::after {
		width: 50%;
	}
	#modal-iframe .custom-close-button {
		margin: 0 auto calc(100px + env(safe-area-inset-bottom));
	}
}


.detail {
	min-width: 0;
}
.detail #contents_wrap {
	background: url(../img/pattern_01.webp);
}
#sec_detail .cmn_tit {
	margin-bottom: 15px;
	font-size: 26px;
	color: var(--color-06);
	text-align: center;
}
#sec_detail .cmn_tit::first-letter {
	color: var(--color-02);
}

#sec_detail {
	padding: 75px 0 40px;
}
#sec_detail .tit_col {
	text-align: center;
}
#sec_detail .tit_col .cap {
	display: inline-block;
	min-width: 80px;
	line-height: 30px;
	margin: 12px 0;
	font-size: 18px;
	color: #fff;
	background-color: var(--color-02);
	text-align: center;
}
#sec_detail h2 {
	font-size: 34px;
	color: var(--color-06);
}
#sec_detail h2>span {
	display: block;
}
#sec_detail h2 .lg {
	font-size: 40px;
}
#sec_detail h2 .sm {
	margin: 0 0.25em;
	font-size: 22px;
	vertical-align: text-bottom;
}
#sec_detail h2 .red {
	color: var(--color-02);
}
#sec_detail .slick {
	margin-top: 30px;
}
#sec_detail .slick .slick-dots li.slick-active button:before,
#sec_detail .slick .slick-dots button:hover:before {
	color: var(--color-02);
}
#sec_detail .slick .slick-prev::before, .slick .slick-next::before {
	border-width: 2px;
}
.detail_col {
	display: flex;
	line-height: 1.8;
	margin-top: 90px;
}
.detail_col .cmn_table {
	margin-top: 35px;
}
.detail_col .cmn_table dt {
	color: var(--color-06);
}
.detail_col .detail {
	justify-content: stretch;
	margin-top: 0;
}
#sec_detail>.cmn_btn_01 {
	margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
	.detail_col {
		gap: 0 4.5%;
	}
	.detail_col .box {
		width: 59%;
	}
	.detail_col .cmn_table dt,
	.detail_col .cmn_table dd {
		padding: 15px 0;
	}
	.detail_col .cmn_table dt {
		width: 110px;
	}
	.detail_col .cmn_table dd {
		width: calc(100% - 110px);
	}
	.detail_col .layout {
		margin: 0 auto;
	}
	#sec_detail>.cmn_btn_01 {
		width: 400px;
	}
}
@media screen and (max-width: 768px) {
	#sec_detail .cmn_tit {
		font-size: 20px;
	}
	#sec_detail {
		padding: 50px 0 40px;
	}
	#sec_detail .tit_col .cap {
		font-size: 16px;
	}
	#sec_detail h2 {
		font-size: 26px;
	}
	#sec_detail h2 .lg {
		font-size: 30px;
	}
	#sec_detail h2 .sm {
		font-size: 17px;
	}
	.detail_col {
		flex-direction: column;
		gap: 35px 0;
	}
	.detail_col .layout {
		text-align: center;
	}
	.detail_col .layout img {
		max-width: 75%;
	}
}


/* calendar */
.calendar_col {
	margin-top: 60px;
	text-align: center;
}
.calendar_489ban {
	display: flex;
	align-items: flex-start;
	gap: 0 2.2%;
	margin-top: 15px;
}
.calendar_489ban table {
    width: 100%;
    text-align: center;
}
.calendar_489ban table caption {
	padding: 5px 0;
	font-size: 20px;
}
.calendar_489ban tbody {
    background-color: #fff;
}
.calendar_489ban table th:first-child,
.calendar_489ban table td:first-child,
.calendar_489ban table td:first-child a,
.calendar_489ban table .holiday,
.calendar_489ban table .holiday a {
    color: #d43337;
}
.calendar_489ban table th:last-child,
.calendar_489ban table td:last-child,
.calendar_489ban table td:last-child a {
    color: #777bb4;
}
.calendar_489ban table th,
.calendar_489ban table td {
    border: 1px solid #b0b1b0;
    padding: 8px 0;
    font-size: 15px;
}
.calendar_489ban table th {
    border-bottom: none;
    font-weight: normal;
    background-color: #d8bdbe;
	font-size: 17px;
}
.calendar_489ban table td {
    line-height: 1;
}
.calendar_489ban+p {
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.calendar_489ban {
		flex-direction: column;
		gap: 15px 0;
	}
	.calendar_489ban table caption {
		font-size: 18px;
	}
}


/* #rnav */
#rnav .cmn_tit {
	padding: 70px 0 30px;
}
#rnav .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 1.8%;
}
#rnav .menu li {
	width: 23.65%;
}
#rnav .menu li a {
	position: relative;
	display: block;
}
#rnav .menu li a .ofi {
	width: 100%;
	height: 100%;
	transition: filter 0.5s;
}
#rnav .menu span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 8px rgba(0,0,0,0.6), 0 0 8px rgba(0,0,0,0.6);
	filter: drop-shadow(0 0 8px #000);
}

@media screen and (hover: hover) and (min-width: 769px) {
	#rnav .menu li a:hover {
		opacity: 1;
	}
	#rnav .menu li a:hover .ofi {
		filter: brightness(1.35);
	}
}
@media screen and (max-width: 768px) {
	#rnav .cmn_tit {
		padding: 40px 0 15px;
	}
	#rnav .menu {
		gap: 10px;
	}
	#rnav .menu li {
		width: calc(50% - 5px);
	}
	#rnav .menu span {
		font-size: min(4.4vw, 16px);
	}
	#rnav .menu a .ofi {
		aspect-ratio: 3/2;
	}
}
