@charset "UTF-8";
.mvsubbox .mvbox-info {
  background-image: url("../img/stay/mv_stay.jpg");
}

.top-message {
	margin-bottom: 13rem;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
	.top-message {
		margin-bottom: 6rem;
	}
}

.top-message h2 {
	margin-bottom: 6rem;
	font-size: 3.6rem;
}
@media screen and (max-width: 767.98px) {
	.top-message h2 {
		margin-bottom: 3rem;
		font-size: 2rem;
	}
}

.section-desk-inner {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    align-items: flex-start;
}
@media screen and (max-width: 1200px) {
    .section-desk-inner {
        gap: 3rem;
    }
}
@media screen and (max-width: 767.98px) {
    .section-desk-inner {
        flex-direction: column;
        gap: 2.4rem;
    }
}
.section-title-block {
    flex: 0 0 auto;
    display: flex;
    gap: 1.6rem;
}

.section-desc-block {
    flex: 1 1 auto;
    width: 100%;
    max-width: 760px;
}
@media screen and (max-width: 767.98px) {
    .section-title-block {
        gap: 1rem;
		margin: 0 auto;
		text-align: center;
    }
    .section-desc-block {
        max-width: 100%;
    }
}

.section-desc-block .section-desc-box {
	margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
	.section-desc-block .section-desc-box {
		margin-bottom: 4rem;
	}
}

.section-desc-block .section-desc-box:last-of-type {
	margin-bottom: 0;
}

.section-desc-block .section-desc-box .photo {
	margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
	.section-desc-block .section-desc-box .photo {
		margin-bottom: 1.5rem;
	}
}

.section-desc-block .section-desc-box .photo img {
    display: block;
    width: 100%;
    height: auto;
}

.section-desc-block .section-desc-box .text-desc h3 {
	font-size: 3rem;
	margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
	.section-desc-block .section-desc-box .text-desc h3 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
}

.desk-free-block {
	margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
	.desk-free-block {
		margin-top: 5rem;
	}
}

.section-plan-outline {
	background-color: #F0EFE8;
}

.plan-outline-inner {
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}
@media screen and (max-width: 767.98px) {
	.plan-outline-inner {
        flex-direction: column;
        gap: 1.5rem;
	}
}

.plan-outline-text {
	max-width: 400px;
	width: 100%;
}

.plan-outline-text .plan-outline-lead {
	margin-bottom: 3rem;
	font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
	.plan-outline-text .plan-outline-lead {
		font-size: 1.6rem;
	}
}

.plan-outline-info {
	max-width: 860px;
	width: 100%;
}

.plan-table-wrap {
	display: flex;
  	justify-content: space-between;
  	gap: 6rem;
	margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
	.plan-table-wrap {
        flex-direction: column;
        gap: 3rem;
		margin-bottom: 2rem;
	}
}

.plan-outline-info table {
	width: 100%;
  	border-collapse: separate;
}

.plan-outline-info table thead th {
	border-top: none;
}

.plan-outline-info table thead th:nth-child(2),
.plan-outline-info table thead th:nth-child(3){
	text-align: right;
}

.plan-outline-info table tbody th {
	width: 18rem;
	font-weight: 400;
}
@media screen and (max-width: 767.98px) {
	.plan-outline-info table th {
		width: 11rem;
	}
}

.plan-outline-info table tbody td {
	text-align: right;
}

.plan-outline-info table th,
.plan-outline-info table td {
	padding: 1rem 0.5rem;
	border-top: 1px solid #2A2A2A;
}
.plan-outline-info table tr:last-of-type th,
.plan-outline-info table tr:last-of-type td {
	border-bottom: 1px solid #2A2A2A;
}