@charset "UTF-8";

/* *******************************************************************************************
*
*   service-facility
*
******************************************************************************************* */


/* ----------------------------- 共通 ----------------------------- */
.cnt .bg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto -180px;
    padding: 0 0 180px;
    background: #ffffff;
}

.cnt .cnt_bg {
    padding: 0;
}

.info h3 {
    margin: 0 auto 40px;
}

/* ----------------------------- ワークスペース ----------------------------- */

.cnt_01 .f-map {
    margin-bottom: 100px;
}

.cnt_01 .f-map:last-of-type {
    margin-bottom: 0;
}

.cnt_01 .cnt_h {
    display: inline-block;
    width: 88%;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
    line-height: 1.7;
}

.cnt_01 .cnt_h span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.cnt_01 .info_floor {
    display: inline-block;
    width: 12%;
    font-size: 70px;
    letter-spacing: -5px;
}

.cnt_01 .info_floor span.small {
    padding: 0 5px;
    font-size: 50px;
    letter-spacing: 0;
}

.f-map .clm3 {
    margin: 20px auto;
}

.f-map .clm3 .clm_w70 img {
    max-width: 666px;
}

.f-map .clm3 .clm_w30 img {
    max-width: 257px;
    margin: 0 0 15px;
    float: right;
}

@media screen and (max-width : 750px) {

    .cnt_01 .f-map {
        margin-bottom: 0;
    }

    .cnt_01 .info_floor {
        width: 100%;
        text-align: center;
    }

    .cnt_01 .cnt_h {
        width: 100%;
        font-size: 4.5vw;
        line-height: 1.8;
    }

    .cnt_01 .cnt_h span {
        display: inline-block;
        padding-top: 10px;
        font-size: 3.75vw;
        letter-spacing: 0.05em;
        font-feature-settings: "palt"1;
        line-height: 1.5;
    }

    .cnt_01 .info_floor {
        display: inline-block;
        font-size: 48px;
        letter-spacing: -5px;
    }

    .cnt_01 .info_floor span.small {
        padding: 0 5px;
        font-size: 36px;
        letter-spacing: 0;
    }

    .f-map .clm3 {
        margin: 20px auto;
    }

    .f-map .clm3 .clm_w70 img {
        max-width: 100%;
    }

    .f-map .clm3 .clm_w30 {
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .f-map .clm3 .clm_w30 img {
        width: 48%;
        max-width: 48%;
        height: auto;
        max-height: 31vw;
        margin: 15px 0 0;
        float: none;
    }


}



/* -----------------------------  ----------------------------- */

.cnt_02 .clm3,
.cnt_03 .clm3 {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.clm3 .box {
    width: 31%;
    max-width: 290px;
    margin-bottom: 40px;
    padding-right: 20px;
}

.clm3 .box:last-child,
.clm3 .box:nth-last-child(2),
.clm3 .box:nth-last-child(3) {
    margin-bottom: 0;
}

.clm3 .box img {

    margin-bottom: 15px;
}

.clm3 .s-f_name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.clm3 .s-f_txt {
    font-size: 16px;
    line-height: 1.7;
}

@media screen and (max-width : 750px) {

    .cnt_02 .clm3,
    .cnt_03 .clm3 {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .clm3 .box {
        width: 47%;
        max-width: 47%;
        margin-bottom: 25px;
        padding: 0;
    }

    .clm3 .box:nth-last-child(3) {
        margin-bottom: 25px;
    }

    .clm3 .s-f_name {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .clm3 .s-f_txt {
        font-size: 13px;
        line-height: 1.7;
    }



}



/* -----------------------------  ----------------------------- */


.service_table {
    margin: 0 auto;
}

.service_table p.floor {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 700;
}

.service_table p.floor.kana {
    font-size: 20px;
}

.service_table table {
    margin-bottom: 15px;
}

.service_table th:first-of-type {
    width: 36%;
}

.service_table th {
    width: 30%;
}

.info_outline {
    margin: 10px 0 0;
}

.info_txt {
    width: 100%;
    margin: 10px auto 0;
    line-height: 1.5;
    letter-spacing: 0.1vw;
    font-feature-settings: "palt"1;
}

p.info_floor {
    display: inline-block;
    font-size: 48px;
    letter-spacing: -5px;
}

p.info_floor span.small {
    padding: 0 5px;
    font-size: 36px;
    letter-spacing: 0;
}

.service .box p {
    padding: 10px 0 0;
}


@media screen and (max-width : 750px) {

    .cnt .notes.link {
        text-align: center;
    }



}



/* ----------------------------- カスタマイズ ----------------------------- */




@media screen and (max-width : 750px) {}