


#sub_main {
    width: 100%;
    margin-bottom: 50px;
}

.sub_div {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.sub_div_100 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.sub_text {
    text-align: center;
}

.sub_text h2 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 5px;
}

.sub_text p {
    font-size: 20px;
    margin-top: 5px;
}

.sub_s > div:nth-child(2) {
    margin-top: 50px;
}

.sub_s img {
    max-width: 100%;
}

#room .swiper-wrapper > div > a {
    pointer-events: none;
}

#room .swiper-wrapper>div {
    cursor: pointer;
}

#room .font-bold {
    display: none;
}

#room .s5_text {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#room .s5_text a {
    border: 1px solid #005956;
    color: #005956;
    float: right;
    margin: 0 16px;
}

#room .s5_text a:hover {
    background-color: #005956;
    color: #fff;
}

#room_s2,
#room_s3,
#room_s4 {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1280px; 
    width: 100%;
}

.pension-price-table {
    width: calc(100% - 32px);
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #c0c0c0;
    margin: 0 auto;
}

.pension-price-table th,
.pension-price-table td {
    border: 1px solid #c0c0c0;
    padding: 12px 8px;
    font-size: 14px;
    vertical-align: middle;
}

.pension-price-table .title {
    background-color: #005956;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.pension-price-table thead th {
    background-color: #f3f3f3;
    font-weight: bold;
    color: #333;
}

.pension-price-table .price-person {
    color: red;
    font-weight: bold;
    background-color: #ffffff;
}

.pension-price-table .price-header-row td {
    background-color: #f3f3f3;
    font-weight: bold;
}

.pension-price-table .price-amount {
    color: blue;
    font-weight: bold;
    background-color: #ffffff;
}

.info-table {
    margin: 0 16px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.info-row {
    display: flex;
    border-bottom: 1px solid #eee;
}


.info-row:last-child {
    border-bottom: none;
}


.info-header {
    flex-basis: 20%;
    flex-shrink: 0;
    padding: 16px;
    font-weight: bold;
    font-size: 18px;
    color: #555;
    background-color: #f9f9f9;
    border-right: 1px solid #eee;
}


.info-content {
    flex-grow: 1;
    padding: 16px;
}

.info-content-flex {
    display: flex;
    justify-content: flex-start;
    grid-gap: 10%;
}


.info-content p {
    margin: 0 0 10px 0;
}

.info-content p:last-child {
    margin-bottom: 0;
}


.info-content strong {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #000;
}

.info-content strong:first-child {
    margin-top: 0;
}

.info-content .note {
    color: red;
    font-weight: bold;
}

.room_s4_div {
    margin: 0 16px;
    box-sizing: border-box;
}

.room_s4_div .main_text {
    display: none;
}

#greeting_s1 > div:last-child {
    margin-top: 20%;
}

#greeting_s1 img {
    max-width: 100%;
}

#greeting_s1 ul {
    display: flex;
    justify-content: space-between;
}

#greeting_s1 ul > li:nth-child(2) {
    position: relative;
    transform: translateY(-30%);
}

#greeting_s2 {
    margin-top: 100px;
}

#greeting_s2 img {
    max-width: 100%;
}

.gr_s2_div2 > div:last-child {
    display: flex;
    justify-content: center;
    border: 1px solid #005956;
}

.reserv_s1 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}