@charset "utf-8";

h2 {
    font-size: 6em;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #e77400;
    padding: 20px 0 10px;
    text-align: center;
    line-height: 1.0em;
}

p{
    font-size: 1.2rem;

    color: #595757;
}

.description-left p,
#rentalArticle .copy {
    font-size: 1.8rem;
    margin-bottom: 40px;
    line-height: 1.8;
}

.description-left {
    text-align: center;
    margin-bottom: 40px;
}

.rental-image-container {
    margin-bottom: 40px;
    text-align: center;
}

.rental-image-container img {
    max-width: 100%;
    height: auto;
}

.section-subtitle-large {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.rental-plan-container {
    margin-bottom: 30px;
 
}

.rental-plan-block {
    flex:1；
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.rental-plan-header {
    background-color: #f2e4ce;
    padding: 10px;
    text-align: center;
 
}

.rental-plan-title {
    font-size: 1.6em;
    font-weight: bold;
    
}

.rental-plan-content {
    padding: 15px;
 
}

.rental-plan-content p {
    font-size: 1.4em;
    line-height: 1.8;
    text-align: center;
}

.rental_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.rental-plan-block .rental_table {
    margin-bottom: 0;
    height: 100%;
}

.rental_table th,
.rental_table td {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    text-align: center; 
    font-size: 1.4em;
}

.rental_table th {
background-color: #f9f9f9;
    font-weight: bold;
    vertical-align: middle; 
}

.rental_table tr:nth-child(even) {
    background-color: #fdfdfd;
}

.rental_table td.price {
    font-weight: bold;
    text-align: center;
}

.plan-conditions {
    list-style: none;
    padding-left: 1.5em;
    margin-bottom: 40px;
}

.plan-conditions li {
    position: relative;
    font-size: 1.2em;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
}

.plan-conditions li::before {
    content: '※';
    position: absolute;
    left: -1.2em;
}

.floor-map-section {
    margin-bottom: 40px;
}

.floor-map-title {
    font-size: 1.8em;
    border-left: 5px solid #f39800;
    padding-left: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.floor-map-container img {
    max-width: 100%;
    height: auto;

}

.reservation-button.center {
    text-align: center;
    margin: 60px 0;
}

.reservation-button .btn {
    display: inline-block;
    padding: 15px 40px;
    background: #f39800;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.4em;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 4em;
    }

  

    .rental-plan-block {
        width: 100%;
        margin-bottom: 20px;
    }
}