/* --------------------
 Hotel
-------------------- */
.com-page-head {
    background-image: url(../../images/pages/service/hotel/hotel-page-head-bg-sp.webp);
}

@media (min-width: 768px) {
    .com-page-head {
    background-image: url(../../images/pages/service/hotel/hotel-page-head-bg.webp);
}

}


.hotel {
    overflow: hidden;
    padding: 0 0 80px;
}

@media (min-width: 768px) {
    .hotel {
        padding: 0 0 120px;
    }
}

.hotel-container {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .hotel-container {
        padding: 0 30px;
    }
}

.hotel__overview {
    display: flex;
    flex-flow: column nowrap;
    gap: 30px 0;
    margin: 0 auto 40px;
    max-width: 790px;
    width: 100%;
}

@media (min-width: 768px) {
    .hotel__overview {
        align-items: flex-start;
        flex-direction: row;
        margin: 0 auto 60px;
    }
}

.hotel__overview__fig {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .hotel__overview__fig {
        padding: 0 30px 0 0;
        text-align: left;
        width: 44.3037974684%;
    }
}

@media (min-width: 992px) {
    .hotel__overview__fig {
        width: 48.1012658228%;
    }
}

.hotel__overview__main {
    width: 100%;
}

@media (min-width: 768px) {
    .hotel__overview__main {
        padding: 20px 0 0;
        width: 55.6962025316%;
    }
}

@media (min-width: 992px) {
    .hotel__overview__main {
        width: 51.8987341772%;
    }
}

.hotel__overview__main__title {
    color: #f29c9f;
    font-size: var(--fs22);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 15px;
}

.hotel__overview__main__content {
    padding: 0 0 0 3px;
}

.hotel__overview__main__content p {
    font-size: var(--fs14);
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0;
}

@media (min-width: 768px) {
    .hotel__overview__main__content p {
        font-size: var(--fs16);
    }
}

.hotel__price {
    padding: 40px 0;
    position: relative;
}

.hotel__price:before {
    background-color: #fbebea;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
}


.hotel__price__container {
    border: 2px dashed #f29c9f;
	background: #ffffff;
    border-radius: 5px;
    margin: 10px auto;
    padding: 0 20px 30px;
    position: relative;
}

@media (min-width: 768px) {
    .hotel__price__container {
        border-radius: 10px;
        padding: 0 50px 40px;
	    margin: 40px auto;
    }
}

.hotel__price__title {
    background-color: #fff;
    border: 2px solid #f29c9f;
    border-radius: 15px;
    color: #f29c9f;
    font-size: var(--fs16);
    font-weight: 700;
    left: -15px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    padding: 2px 15px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.hotel__price__container table {
 	border-collapse: collapse;
	width: 100%;
	font-size: var(--fs14);
}

@media (min-width: 769px) {
    .hotel__price__container table {
 	font-size: var(--fs16);
}
}





.hotel__price__container tbody tr th {
 	background-color: #FBDDDE;
	padding: 15px 20px;
	border-top: #F29C9F 1px solid;
	border-bottom: #F29C9F 1px solid;
	writing-mode: vertical-rl;
	letter-spacing: 0.2em;
}


@media (min-width: 769px) {
    .hotel__price__container tbody tr th {
		writing-mode: lr;
}
}

.hotel__price__container tbody tr:nth-child(odd) td {
  background-color: #FEF4F4;
}

.hotel__price__container tbody td:last-child {
	font-weight: 600;
	text-align: right;
}

.hotel__price__container tbody tr td {
	padding: 15px;
	border-top: #F29C9F 1px solid;
	border-bottom: #F29C9F 1px solid;
}



.hotel__price__item{
	margin: 60px auto 0;
	width: 100%;
}

@media (min-width: 768px) {
    .hotel__price__item{
	width: 80%;
}
}

.hotel__price__content__item__note{
	margin: 10px 0 0;
	font-size: var(--fs13);
	color: #EC7175;
}

@media (min-width: 768px) {
    .hotel__price__content__item__note{
	font-size: var(--fs14);
	margin: 20px 0 0;
}
}


/*.hotel__price__action {
    position: relative;
    z-index: 1;
}

.hotel__price__action .com-button {
    max-width: 260px;
}

.hotel__price__action .com-button:after {
    height: 15px;
    -webkit-mask-image: url(../../images/icons/icon-yellow-external-link.svg);
    mask-image: url(../../images/icons/icon-yellow-external-link.svg);
    width: 15px;
}
*/
.hotel__service {
    margin: 0 auto;
    max-width: 830px;
    padding: 60px 0 0;
}

.hotel__service__list__item {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .hotel__service__list__item {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 60px;
    }
}

.hotel__service__list__item:last-child {
    margin-bottom: 0;
}

.hotel__service__list__item__title {
    border-bottom: 2px solid #f29c9f;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs22);
    font-weight: 500;
    letter-spacing: 0.125em;
    line-height: 1.4;
    margin: 0 0 8px;
    padding: 0 0 8px;
    width: 100%;
}

@media (min-width: 768px) {
    .hotel__service__list__item__title {
        border-bottom: none;
        margin: 0;
        padding: 0;
        width: 110px;
    }
}

.hotel__service__list__item__content {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

@media (min-width: 768px) {
    .hotel__service__list__item__content {
        border-left: 2px solid #f29c9f;
        padding: 0 0 0 25px;
        width: auto;
    }
}

.hotel__service__list__item__content p {
    font-size: var(--fs14);
    line-height: 2;
    margin: 0;
}

.hotel__service__gallery {
    margin: 0 auto 60px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .hotel__service__gallery {
        margin: 0 auto 100px;
    }
}

.hotel__service__gallery__list {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 18px;
    justify-content: center;
    margin: 0 0 10px;
}

.hotel__service__gallery__list__item {
    text-align: center;
    width: calc(50% - 9px);
}

.hotel__service__gallery__list__item img {
    border-radius: 15px;
}

@media (min-width: 768px) {
    .hotel__service__gallery__list__item img {
        border-radius: 30px;
    }
}

.hotel__service__gallery__content p {
    font-size: var(--fs11);
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0;
    text-align: right;
}

@media (min-width: 768px) {
    .hotel__service__gallery__content p {
        font-size: var(--fs12);
    }
}

.hotel__service__rule {
    border: 2px dashed #f29c9f;
    border-radius: 5px;
    margin: 60px auto 0;
    padding: 40px 20px 30px;
    position: relative;
}

@media (min-width: 768px) {
    .hotel__service__rule {
        border-radius: 10px;
        padding: 50px 35px;
    }
}

.hotel__service__rule__title {
    background-color: #fff;
    border: 2px solid #f29c9f;
    border-radius: 15px;
    color: #f29c9f;
    font-size: var(--fs16);
    font-weight: 700;
    left: -15px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    padding: 2px 15px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.hotel__service__rule__content p {
    font-size: var(--fs14);
    letter-spacing: 0.02em;
    line-height: 2;
    margin: 0 0 1.5em;
}

.hotel__service__rule__content p:last-child {
    margin-bottom: 0;
}