@charset "UTF-8";
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.inner {
    padding: 0px 5% 80px;
}

.inner p {
    line-height: 1.8;
}

.center {}
.center_wrap {}

.center_txt_cnt {
    margin-bottom: 30px;
}

.center_img {
    margin-bottom: 50px;
}

.service,
.guide,
.contact {
    margin-bottom: 47px;
}

.guide_cnt {}
.guide_cnt p {
    margin-bottom: 15px;
}

.hisOver-cnr {
}

.history-tbl {
    width: 100%;
    margin: 0 auto 75px;
}

.history-tbl tr {
    border-top: solid 1px #CCCCCC;
}
.history-tbl tr:last-child  {
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}

.period {
    padding: 15px;
    text-align: left;
    width: 15%;
    background-color: #F6F7F6;
}

.period-cnt {
    padding: 15px 20px;
    border-left: solid 1px #CCCCCC;
}

.double_img {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.double_img img {
    width: 48%;
}

.double_img_txt {
    display: flex;
    flex-direction: column;
}

.cost .double_img img {
    width: 100%;
    margin-bottom: 10px;
}

.cost .double_img_txt {
    display: flex;
    flex-direction: column;
    max-width: 605px;
}

.capacity {
    color: #E5919E;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.capacity.-mgn01 {
    margin-bottom: 0px;
}

.capacity.-mgn02 {
    margin-bottom: 15px;
}

.capacity_detail {
    margin-bottom: 50px;
}

.cost_ttl {
    margin-bottom: 15px;
}

.cost .period {
    width: 21%;
}

.cost {
    margin-bottom: 47px;
}

@media screen and (max-width:767px) {
    .link {
        width: 100%;
        margin: 0 auto;
    } 
}

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

    .inner {
        padding: 42px 21px 90px;
    }

    .inner p {
        line-height: 2;
    }

    .capacity {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .capacity.-mgn01 {
        margin-bottom: 0px;
    }

    .center_img {
        margin-bottom: 15px;
    }

    .history-tbl {
        width: 100%;
        margin: 20px auto;
    }

    .guide .history-tbl {
        width: 100%;
        margin: 0px auto 35px;
        font-size: 12px;
    }

    .period {
        width: 28%;
    }

    .cost .period {
        width: 60%;
    }

    .cost .double_img_txt {
        display: none;
    }

    .double_img {
        flex-wrap: wrap;
    }

    .cost .double_img img {
        width: 48%;
        margin-bottom: 0;
    }

    .contact_cnt_ttl {
        font-size: 13px;
    }
}
