@charset "UTF-8";

/* *******************************************************************************************
*
*	about
*
******************************************************************************************* */

/* ----------------------------- KV ----------------------------- */

.cnt .bg {
    background: #ecf1f4;
}
.cnt .cnt_bg{
    background: #ffffff;
    padding: 0;
}
/* ----------------------------- KVスライド ----------------------------- */
.kv_bg{
    width: 100%;
    height: auto;
    padding-top: 36.6%;
    font-size: 0;
    background: #ffffff;
    /*background: url(../img/about/img_about-kv_pc.jpg) no-repeat center center;
    background-size: cover;*/
    position: relative;
}
.cnt .cnt_about {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.kv_slide {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
.kv_slide ul li {
    display: inline;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
.kv_slide p.kv_ttl{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}
.kv_slide p.kv_txt{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
}
.kv_slide p.image {
}
.kv_slide p.image img {
    display: block;
    width: 100%;
    height: auto;
}
/* ----- dot ----- */
.kv_slide .slick-dots {
    display: none !important;
}


@media screen and (max-width : 750px){


    .cnt .cnt_about {
        top: 0;
    }
    .kv_bg{
        width: 100%;
        height: 0;
        background: #ffffff;
        /*background: url(../img/about/img_about-kv_sp.jpg) no-repeat center center;
        background-size: cover;*/
        padding-top: 84.8%;
        position: relative;
    }
    .kv_slide p.kv_ttl{
        font-size: 10vw;
        top: 28%;
    }
    .kv_slide p.kv_txt{
        margin: 0 auto;
        padding: 0;
        font-size: 4.8vw;
        line-height: 1.5;
        top: 44%;

    }


}

/* ----------------------------- STATION SWITCH　3つの特徴 ----------------------------- */

.cnt_01 li{
    width: 100%;
    margin: 0 auto 60px;
    text-align: left;
}
.cnt_01 .cnt_h{
    font-size: 22px;
    margin-bottom: 15px;
    text-indent: -44px;
    padding-left: 36px;
    line-height: 1.5;
}
.cnt_01 .cnt_h .features{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    color: #ffffff;
    line-height: 1.3;
    text-align: right;
    vertical-align: text-bottom;
    position: relative;
    z-index: 0;
}
.cnt_01 .cnt_h .features:after{
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: #595757;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    left: 8px;
    top: 0;
    z-index: -1;
}
.cnt_01 .cnt_txt{
    display: inline-block;
    width: 100%;
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 1.7;
    box-sizing: border-box;
}
.cnt_01 li:last-of-type{
    margin: 0 auto;
}
.cnt_01 li:nth-of-type(2) .cnt_txt{
    width: 56%;
    padding: 0 30px 0 35px;
}
.cnt_01 li .img{
    display: inline-block;
    width: 43%;
    max-width: 400px;
    margin-top: -60px;
    vertical-align: top;
}
@media screen and (max-width : 750px){

    .cnt_01 .cnt_h{
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.5;
    }
    .cnt_01 .cnt_h .features {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-right: 15px;
        color: #ffffff;
        line-height: 1.3;
        text-align: right;
        vertical-align: text-bottom;
        position: relative;
        z-index: 0;
    }
    .cnt_01 .cnt_h .features:after {
        display: block;
        content: "";
        width: 28px;
        height: 28px;
        background: #595757;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        position: absolute;
        left: 8px;
        top: -1px;
        z-index: -1;
    }
    .cnt_01 li:nth-of-type(2) .cnt_txt{
        width: 100%;
        padding: 0 30px 0 35px;
    }
    .cnt_01 .cnt_txt {
        padding: 0 0 0 30px;
        font-size: 4.3vw;
    }
    .cnt_01 li {
        margin: 0 auto 35px;
    }
    .cnt_01 li .img{
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }



}





/* ----------------------------- STATION SWITCH　4つの用途 ----------------------------- */

.cnt_02 .use{
    margin-bottom: 80px;
    font-size: 0;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cnt_02 .use:last-of-type{
    margin-bottom: 0;
}
.cnt_02 .use .cnt_txt{
    display: inline-block;
    width: 34%;
    text-align: left;
    box-sizing: border-box;
}
.cnt_02 .use_1 .cnt_txt,
.cnt_02 .use_3 .cnt_txt{
    margin-right: 20px;
}
.cnt_02 .use_2 .cnt_txt,
.cnt_02 .use_4 .cnt_txt{
    margin-left: 10px;
}
.cnt_02 .use_cate{
    display: inline-block;
    color: #ebf1f3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 0.8;
    position: relative;
}

.cnt_02 .use_1 .use_cate:after,
.cnt_02 .use_3 .use_cate:after{
    display: block;
    content: "";
    width: 54px;
    height: 54px;
    background: #ebf1f3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.cnt_02 .use_2 .use_cate:after,
.cnt_02 .use_4 .use_cate:after{
    display: block;
    content: "";
    width: 54px;
    height: 54px;
    background: #ebf1f3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    left: 8px;
    top: 8px;
}
.cnt_02 .use_cate .futura{
    margin-right: 1px;
    font-size: 36px;
    letter-spacing: 0.1em;
}
.cnt_02 .use_cate .kana{
    margin-left: 1px;
    font-size: 28px;
    letter-spacing: 0;
}
.cnt_02 .use_1 .use_cate {
    width: 300px;
    padding: 20px 50px 20px 25px;
    background: #001e5f;
}
.cnt_02 .use_2 .use_cate {
    width: 310px;
    padding: 20px 10px 20px 70px;
    background: #be0000;
}
.cnt_02 .use_2 .use_cate .kana {
    margin-left: -1px;
    letter-spacing: -0.1em;
}
.cnt_02 .use_3 .use_cate {
    width: 300px;
    padding: 20px 55px 20px 25px;
    background: #6eb92d;
}
.cnt_02 .use_3 .use_cate .futura{
    margin-right: -2px;
}
.cnt_02 .use_4 .use_cate {
    width: 300px;
    padding: 20px 10px 20px 70px;
    background: #ffbe00;
}

.cnt_02 .use_copy{
    margin-bottom: 30px;
    font-size: 22px;
}
.cnt_02 .use_txt{
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
}
.cnt_02 .use .img{
    display: inline-block;
    width: 604px;
    vertical-align: top;
}

@media screen and (max-width : 750px){


    .ss_main .cnt_02 h3.waku.high {
        margin: 0 auto 45px;
        height: 68px;
        line-height: 1.2;
    }
    .cnt_02 .use {
        margin-bottom: 45px;
        flex-wrap: wrap;
        position: relative;
    }
    .cnt_02 .use.use_1,
    .cnt_02 .use.use_3{
        flex-direction: column-reverse;
    }
    .cnt_02 .use.use_2,
    .cnt_02 .use.use_4{
        flex-direction: column;
    }
    .cnt_02 .use .cnt_txt{
        width: 100%;
    }
    .cnt_02 .use_cate{
        height: 44px;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 0.75;
        position: absolute;
        top: -20px;
        z-index: 1;
    }
    .cnt_02 .use_cate .futura{
        margin-right: 1px;
        font-size: 22px;
        letter-spacing: 0.05em;
    }
    .cnt_02 .use_cate .kana{
        margin-left: 0;
        font-size: 18px;
        letter-spacing: 0;
    }
    .cnt_02 .use_1 .use_cate:after,
    .cnt_02 .use_3 .use_cate:after{
        display: block;
        content: "";
        width: 34px;
        height: 34px;
        right: 5px;
        top: 5px;
    }
    .cnt_02 .use_2 .use_cate:after,
    .cnt_02 .use_4 .use_cate:after{
        display: block;
        content: "";
        width: 34px;
        height: 34px;
        left: 5px;
        top: 5px;
    }
    .cnt_02 .use_1 .use_cate {
        width: 180px;
        padding: 13px 25px 13px 15px;
        left: 0;
    }
    .cnt_02 .use_2 .use_cate {
        width: 192px;
        padding: 13px 10px 13px 45px;
        right: 0;
    }
    .cnt_02 .use_3 .use_cate {
        width: 180px;
        padding: 13px 30px 13px 15px;
        left: 0;
    }
    .cnt_02 .use_4 .use_cate {
        width: 180px;
        padding: 13px 10px 13px 45px;
        right: 0;
    }
    .cnt_02 .use_copy {
        margin-bottom: 15px;
        text-align: center;
        font-feature-settings: "palt" 1;
    }
    .cnt_02 .use_txt{
        font-size: 4.3vw;
    }
    .cnt_02 .use.use_1 .img ,
    .cnt_02 .use.use_3 .img{
        width: 100%;
        margin: 0 0 20px 6%;
    }
    .cnt_02 .use.use_2 .img ,
    .cnt_02 .use.use_4 .img{
        width: 100%;
        margin: 0 0 20px -6%;
    }
    .cnt_02 .use_2 .cnt_txt, .cnt_02 .use_4 .cnt_txt {
        margin-left: 0;
    }



}

/* ----------------------------- フロアマップ ----------------------------- */

.cnt_03 .f-map {
    margin-bottom: 100px;
}
.cnt_03 .f-map:last-of-type {
    margin-bottom: 0;
}
.cnt_03 .cnt_h {
    display: inline-block;
    width: 88%;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
    line-height: 1.7;
}
.cnt_03 .info_floor{
    display: inline-block;
    width: 12%;
    font-size: 70px;
    letter-spacing: -5px;
}
.cnt_03 .info_floor span.small{
    padding: 0 5px;
    font-size: 50px;
    letter-spacing: 0;
}
.cnt_03 .img{
    margin: 40px 0 30px;
}
.cnt_03 .info_txt {
    margin-bottom: 10px;
    text-align: center;
    line-height: 2
}
.cnt_03 .spec{
    text-align: center;
}
.spec table{
    display: inline-block;
    width: auto;
    height: 26px;
    margin: 10px 15px 0 0;
    border: 1px solid #595757;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.spec table:last-of-type{
    margin-right: 0;
}
.spec tr,
.spec td{
    padding: 5px 5px 6px;
    line-height: 1;
    border: none;
}
.spec td:first-of-type{
    border-right: 1px solid #595757;
}





@media screen and (max-width : 750px){

    .cnt_03 .f-map {
    margin-bottom: 50px;
    }
    .cnt_03 .info_floor {
        width: 100%;
        text-align: center;
    }
    .cnt_03 .cnt_h {
        width: 100%;
        font-size: 17px;
        line-height: 1.8;
    }
    .cnt_03 .info_floor{
        display: inline-block;
        font-size: 48px;
        letter-spacing: -5px;
    }
    .cnt_03 .info_floor span.small{
        padding: 0 5px;
        font-size: 36px;
        letter-spacing: 0;
    }
    .cnt_03 .img {
        margin: 20px 0;
    }
    .cnt_03 .info_txt {
        margin-bottom: 10px;
        text-align: left;
        line-height: 2;
        letter-spacing: 0.05em;
        font-feature-settings: "palt" 1;
    }
    .cnt_03 .spec {
        text-align: left;
    }

}

/* ----------------------------- 施設概要 運営概要 ----------------------------- */

.cnt_box h3 {
    margin: 0 0 50px;
}
.outline_table th,
.outline_table td{
    text-align: left;
    line-height: 1.8;
}
.outline_table th{
    width: 200px;
    padding: 20px 0;
    font-weight: 700;
}
.outline_table td{
    padding: 20px 0;
    font-weight: 400;
}

.cnt_05 .outline_table {
    margin: 0 0 80px;
}

@media screen and (max-width : 750px){

    .cnt_box h3 {
        margin: 0 0 35px;
    }
    .outline_table {
        font-size: 3.7vw;
        letter-spacing: 0.05em;
    }
    .outline_table th{
        width: 110px;
    }
    .outline_table td{
        font-feature-settings: "palt" 1;
    }
    .cnt_04.cnt_box {
        padding: 40px 0 0;
    }
    .cnt_05 .outline_table {
        margin: 0 0 40px;
    }






}

