@charset "UTF-8";
/* CSS Document */

/*********************************

アクセスカテゴリの設定

/access.html
/bus.html
/haraki.html
/nishi-hunabashi.html
/motoyawata.html

----------------------------------

Body setting

**********************************/

body {
    background-repeat: no-repeat;
    background-position: center 114px;
    height: 100%;
}

body#map-car {
    background-image: url(../img/_page/maingraphic_access-mapcar.png);
}

body#bus {
    background-image: url(../img/_page/maingraphic_trainbus.png);
}

@media screen and (max-width:768px){

    body#map-car {
        background-image: none;
    }
    body#bus {
        background-image: none;
    }

    div#clmMain, div#clmSide{
        margin-bottom: 2em;
    }

}




/*--------------------------------

access category Common setting

--------------------------------*/

#clmMain .in-secWrap h4.comecar,
#clmMain .in-secWrap h5.acscar,
#clmMain .in-secWrap dt,
#clmMain .in-secWrap dd,
#clmMain .in-secWrap p {
    margin-left: 23px;
}
#clmMain .in-secWrap h4.comecar {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 1.4em;
    line-height: 1.5;
    color: #02b9ce;
}
#clmMain .in-secWrap h5.acscar {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1.4em;
    line-height: 1.5;
}

#clmMain .in_sec h5 {
    line-height: 1.4em;
    margin-bottom: 1.4em;
}

#clmMain .in_sec li {
    background: url(../img/_common/listsquare.png) no-repeat left 0.6em;
}


@media screen and (max-width:768px){
    #clmMain .in-secWrap h4.comecar,
    #clmMain .in-secWrap h5.acscar,
    #clmMain .in-secWrap dt,
    #clmMain .in-secWrap dd,
    #clmMain .in-secWrap p {
        margin-left: 0;
    }
    #clmMain .in-secWrap h4.comecar {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 1.4em;
        line-height: 1.5;
        color: #02b9ce;
    }
    #clmMain .in-secWrap h5.acscar {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 1.4em;
    }

    #clmMain .in_sec h5 {
        line-height: 1.7em;
        margin-bottom: 1.4em;
    }

    #clmMain .in_sec li {
        background: none;
    }

    #clmMain .in-secWrap dt,
    #clmMain .in-secWrap dd,
    #clmMain .in_sec dd,
    #clmMain .in_sec li{
        padding-left: 0;
        font-size: 16px;
        line-height: 1.7;
    }

}


/*--------------------------------

"access.html" setting

--------------------------------*/

#clmMain section{
    margin-bottom: 2em;
}

#clmMain .in-secWrap dd .imgbtn{
    margin-top: 0;
}

.in-secWrap {
    padding: 0 13px;
    overflow: hidden;
}

.acmap-left,
.acmap-right {
    overflow: hidden;
}
.acmap-left {
    float: left;
    padding: 10px 0;
    width: 363px;
}
.acmap-left iframe {
    border: 1px solid #fff;
}

.acc-gmap{
    width: 361px;
    height: 361px;
}

.acmap-right {
    float: right;
    padding: 10px 0 10px 15px;
    width: 337px;
}
.acs-left,
.acs-right {
    overflow: hidden;
    width: 342px;
}
.acs-left {
    float: left;
    padding: 0 15px 10px 0;
    border-right: #ccc dotted 1px;
}
.acs-right {
    float: right;
    padding: 0 0 10px 15px;
}

.acc-btn{
    width: 345px;
}

.acc-btn-out{
    text-align: center;
    margin-top: 20px;
}


@media screen and (max-width:768px){
    .in-secWrap {
        padding: 0 13px;
        overflow: hidden;
    }

    .acmap-left,
    .acmap-right {
        overflow: hidden;
        max-width: 342px;
    }
    .acmap-left {
        float: none;
        padding: 10px 0;
        max-width: 100%;
    }
    .acmap-left iframe {
        border: 1px solid #fff;
    }

    .acc-gmap{
        max-width: 100%;
        max-height: 100%;
    }

    .acmap-right {
        float: none;
        padding: 10px 0 15px;
        max-width: 100%;
    }

    .acmap-right-dl{
        text-align: center;
    }

    .acs-left,
    .acs-right {
        overflow: hidden;
        max-width: 100%;
    }
    .acs-left {
        float: none;
        padding: 0 0 30px;
        border-right: 0;
    }
    .acs-right {
        float: none;
        padding: 0 0 15px;
    }


    .in-secWrap{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0 20px;
    }

    .acc-int{
        font-size: 16px;
        max-width: 360px;
        line-height: 1.7;
    }

    .acc-btn-out{
        text-align: center;
        margin: 0 20px;
    }

    .acc-btn{
        max-width: 100%;
    }

    #clmMain .in-secWrap dd,
    #clmMain .in_sec dd{
        margin-bottom: 1em;
    }
}


/*--------------------------------

"bus.html" setting

--------------------------------*/

/*busstop Box setting*/
article.busstop-box {
    padding: 0 13px;
    margin-bottom: 3.5em;
}

article.busstop-box .lesBxMdl {
    background-color: #fff;
    padding: 0 18px;
}
article.busstop-box .lesBxBtm {
    background: url(../img/_page/boxbtm_lessonbox.png) no-repeat;
    width: 716px;
    height: 5px;
}

article.busstop-box h3 {
    margin: 0 !important;
}
article.busstop-box p {
    margin-bottom: 1.5em;
    line-height: 1.4em;
}
article.busstop-box ul {
    overflow: hidden;
    text-align: center;
    padding-bottom: 1.5em;
}
article.busstop-box li {
    display: inline;
    margin: 0 3px;
}

.bus-photo{
    float: right;
    margin: 0 0 25px 25px;
    width: 341px;
}

.bus-photo-sp{
    display: none;
}

.bus-empty{
    display: none;
}

.bus-time-pc{
    margin-top: 30px;
    text-align: center;
}

.bus-time-sp{
    display: none;
}

.bus-drive-ttl{
    display: none;
}

.busconf-ttl-sp{
    display: none;
}

.cont-ttl-pc{
    display: block;
}


@media screen and (max-width:768px){
    #clmMain .in-secWrap dt, #clmMain .in-secWrap dd, #clmMain .in_sec dd, #clmMain .in_sec li {
        padding-left: 0;
        font-size: 14px;
        line-height: 1.7;
    }


    /*busstop Box setting*/
    article.busstop-box {
        padding: 0 13px;
        margin-bottom: 3.5em;
    }

    article.busstop-box .lesBxMdl {
        background-color: #fff;
        padding: 0 18px;
    }

    #clmMain .in_sec h5 {
        font-size: 16px;
        font-weight: bold;
        margin: 1em 0 0;
        line-height: 1.7;
    }

    .int-ttl-floor-sp{
        margin: 0 20px;
    }

    article.busstop-box h3 {
        margin: 0;
    }

    article.busstop-box p {
        margin-bottom: 1.5em;
        line-height: 1.4em;
    }

    article.busstop-box ul {
        overflow: hidden;
        text-align: center;
        padding-bottom: 1.5em;
    }

    article.busstop-box li {
        display: inline;
        margin: 0 3px;
    }

    .bus-photo{
        display: none;
    }

    .bus-photo-sp{
        display: block;
        margin:0 0 2em;
        text-align: center;
    }

    .bus-photo-sp img{
        max-width: 100%;
    }

    .bus-loot-ttl{
        font-size: 16px;
        line-height: 1.5;
    }


    .bus-time-pc{
        display: none;
    }

    .bus-time-sp{
        display: block;
        margin-top: 30px;
        text-align: center;
    }

    .bus-time-btm-img{
        max-width: 100%;
    }

    .conf-busstop{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .cont-ttl-pc{
        display: none;
    }

    .conf-busstop-int{
        font-size: 14px;
    }

    .busstop-box li:nth-child(4){
        display: none;
    }

    .cont-ttl-sp{
        margin: 0 20px 1em;
        background: #f7f7f7;
    }

    .cont-ttl-sp-img{
        max-width: 100%;
    }

    .bus-drive-ttl{
        display: block;
        text-align: left;
    }

    .bus-drive-int{
        font-size: 14px;
        color: orange;
        font-weight: normal;
    }

    .busconf-ttl-sp{
        display: block;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}

@media screen and (max-width:664px){
    .conf-busstop li:nth-child(1),
    .conf-busstop li:nth-child(2){
        margin-bottom: 2em;
    }

    .busstop-box li:nth-child(4){
        display: block;
        width: 195px;
    }
}


@media screen and (max-width:499px){
    .busstop-box li:nth-child(4){
        display: none;
    }
    .conf-busstop{
        flex-direction: column;
    }
}


/*busstop table setting*/
th.sat {
    color: #36C;
}
th.sun {
    color: #C66;
}
td.dayoff {
    color: #F60;
}
table caption span.orng {
    color: #F60;
    font-size: 80%;
}

#clmMain .in_sec h5.busstop {
    line-height: 1.4em;
}



/*--------------------------------

"baraki.html" setting
"nishi-funabashi.html" setting
"motoyawata.html" setting

--------------------------------*/
.bus-conf-arr{
    margin: 15px 0;
}

.bus-conf-arr-sp{
    display: none;
}

.bus-guide-img{
    width: 450px;
    height: 338px;
}

@media screen and (max-width:768px){
    .bus-guide-ttl{
        margin-bottom: 2em;
    }

    .bus-guide-blk{
        display: block;
        text-align: center;
    }

    .bus-guide-img{
        max-width: 100%;
        height: auto;
    }

    .bus-conf-arr{
        display: none;
    }

    .bus-conf-arr-sp{
        display: block;
        margin: 15px auto;
    }
}
