@charset 'UTF-8';


#container {
    padding: 0 10px;
}

#container h1 {
    font-size: 3rem;
    color: #00863C;
    position: relative;
    border-bottom: 5px solid #000;
    padding: 10px 0;
    margin: 0 0 20px 0;
}

#container h1:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30%;
    height: 5px;
    content: '';
    background: #00863C;
}

h2 {
    color: #000;
}

h3 {
    margin: 0 0 10px 0;
}

.r {
    justify-content: space-between;
}

.l_box {
    width: 30%;
}

.l_box img {
    width: 100%;
    max-width: 200px;
}

.r_box {
    width: 70%;
}

.kashidashi_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 0 20px 0;
}

.kashidashi_box div {
    width: calc(90% / 2);
}

.kashidashi_box img {
    height: 150px;
    object-fit: contain;
    margin: 10px 0;
}


.kashidashi_title {
    color: #fff;
    font-size: 1.8rem;
    background: #00863C;
    border: 1px solid #555;
    border-radius: 6px;
    padding: 5px;
    margin: 0 0 10px 0;
}

.rental_text_box {
    text-align: center;
}

.rental_text_box p {
    display: inline;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid;
}

#container ul li {
    line-height: 25px;
}

.list_disc li {
    list-style: disc;
    margin: 0 0 0 1.7em;
}

.list_kome li {
    padding: 0 0 0 1em;
}

.list_kome li::before {
    content: "※";
    margin: 0 0 0 -1em;
}


@media screen and (max-width:767px) {

    .l_box,
    .r_box {
        width: 100%;
        text-align: center;
    }

    .l_box {
        margin: 0 0 20px 0;
    }

    .l_box img {
        max-width: 200px;
    }

    .kashidashi_box div {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .kashidashi_box div:last-of-type {
        margin: 0;
    }

}
