@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  access.css
// style info :  スタイル指定
=================================================================== */

/* -----------------------------------------------------
 locationTitle
----------------------------------------------------- */
.locationTitle {
    text-align: center;
}

.locationTitle h2 {
    color: #999;
    font-size: 50px;
    font-weight: normal;
}

.locationTitle h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: normal;
}

.locationBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    margin-top: 100px;
}

.locationBox dt {
    width: 40%;

}

.locationBox dt img {
    width: 100%;
}

.locationBox dd {
    width: 60%;
}

.locationBox dd p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.locationBox:nth-of-type(2) dt {
    order: 2;
}

.locationBox:nth-of-type(2) dd {
    order: 1;
}

@media screen and (max-width: 767px) {
    .locationTitle h2 {
        font-size: 34px;
    }

    .locationTitle h3 {
        font-size: 18px;
    }

    .locationBox {
        flex-flow: row wrap;
        gap: 20px;
        margin-top: 40px;
    }

    .locationBox dt {
        width: 100%;
    }

    .locationBox dd {
        width: 100%;
    }

    .locationBox:nth-of-type(2) dt {
        order: 1;
    }

    .locationBox:nth-of-type(2) dd {
        order: 2;
    }

}

.report {
    margin-top: 100px;
    padding: 0 40px 60px;
    background: #efefef;
}

.report .locationBox {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #fff;
}

.locationBoxL {
    width: 70%;
    margin: 0 auto;
}

.locationBoxL img {
    width: 100%;
    margin-top: 20px;
}

.locationBoxL p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .report {
        margin-top: 60px;
        padding: 0 20px 60px;
    }

    .report .locationBox {
        gap: 30px;
        margin-top: 20px;
    }

    .locationBoxL {
        width: 100%;
        padding-bottom: 20px;
    }
}


/* -----------------------------------------------------
 mainWrap
----------------------------------------------------- */
.mainWrap {
    position: relative;
}

.mainImg {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.mainTxt {
    display: flex;
    align-items: center;
}

.mainTxtBox {
    padding-right: 70px;
}

.mainTxt p.lede {
    color: #006655;
    font-size: 30px;
    line-height: 1.7;
}

.mainTxt p+p {
    line-height: 2;
}

@media only screen and (max-width: 1300px) {
    .mainTxt p.lede {
        font-size: 2vw;
    }

    .mainTxtBox {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .mainTxt p.lede {
        font-size: 30px;
    }

    .mainImg {
        width: 100%;
        max-width: 710px;
        margin: 40px auto;
        padding: 0 15px;
        position: relative;
        top: auto;
        right: auto;
        z-index: 0;
    }

    .mainTxtBox {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .mainTxt p.lede {
        font-size: 5vw;
    }
}

@media screen and (max-width: 420px) {
    .mainTxt p.lede {
        font-size: 20px;
    }

    .mainTxt p.lede br {
        display: none;
    }
}

.train_c {
    margin: 15px auto;
    text-align: center;
}

.train_c span {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px;
}

.han_t,
.train_c span.han:before {
    color: #8f76d6;
}

.touzai_t,
.train_c span.touzai:before {
    color: #009bbf;
}

.mita_t,
.train_c span.mita:before {
    color: #0079c2;
}

.chuo_t,
.train_c span.chuo:before {
    color: #f15a22;
}

.sobu_t,
.train_c span.sobu {
    color: #ffffff;
    background: #73A5BE;
}

.shinjuku_t,
.train_c span.shinjuku {
    color: #ffffff;
    background: #b0bf1e;
}

.hibiya_t,
.train_c span.hibiya {
    color: #ffffff;
    background: #b5b5ac;
}

.asakusa_t,
.train_c span.asakusa {
    color: #ffffff;
    background: #e83e2f;
}

.odakyu_t,
.train_c span.odakyu {
    color: #ffffff;
    background: #2288CC;
}

.keio_t,
.train_c span.keio {
    color: #ffffff;
    background: #dd0077;
}

.om4_t,
.train_c span.om4 {
    color: #ffffff;
    background: #74b8df;
}

.omchuo_t,
.train_c span.omchuo {
    color: #ffffff;
    background: #096334;
}

.ommido_t,
.train_c span.ommido {
    color: #ffffff;
    background: #ce131c;
}

.keihan_t,
.train_c span.keihan {
    color: #ffffff;
    background: #3ea558;
}

/* -----------------------------------------------------
 mapWrap
----------------------------------------------------- */
.mapBox {
    max-width: 1270px;
    margin: 0 auto;
    /*  display: flex;*/
    flex-flow: row nowrap;
    align-items: center;
    text-align: center;
}

.mapImg {
    width: 62%;
    margin: auto;
}

.mapTxt {
    padding: 0 15px;
}

.mapTxt dl+dl {
    margin-top: 30px;
}

.mapTxt dt p {
    font-size: 18px;
}

.mapTxt dd {
    padding: 20px 0 30px 30px;
    border-bottom: #e5e5e5 1px solid;
}

.mapTxt dt p::before {
    font-family: YakuHanMP, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    border-radius: 50%;
}

.mapTxt dt p.a::before {
    content: "A";
    background: #f8c700;
}

.mapTxt dt p.b::before {
    content: "B";
    background: #de528f;
}

.mapTxt dt p.c::before {
    content: "C";
    background: #00a4e4;
}

.mapTxt dt p.d::before {
    content: "D";
    background: #45aa34;
}

.mapTxt dt p.e::before {
    content: "E";
    background: #e67610;
}

.mapTxt dt p.f::before {
    content: "F";
    background: #9675ae;
}

.map p {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .mapBox {
        display: block;
        width: 100%;
        max-width: 1080px;
        margin: inherit auto;
        padding: 0 15px;
    }

    .mapImg {
        width: 100%;
    }

    .mapTxt {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }

    .mapTxt dl {
        margin-top: 30px;
        width: calc(50% - 15px);
    }
}

@media only screen and (max-width: 1099px) {
    .mapBox {
        max-width: 945px;
    }
}

@media only screen and (max-width: 991px) {
    .mapBox {
        max-width: 710px;
    }

    .mapTxt {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .mapBox {
        max-width: 100%;
        padding: 0 15px;
    }

    .mapTxt dl {
        width: 100%;
    }

    .map {
        width: 100%;
        overflow-x: scroll;
    }

    .map figure {
        width: 700px !important;
    }

    .map p {
        display: block;
    }
}

/* -----------------------------------------------------
 mapWrap
----------------------------------------------------- */
.mapWrap h3 {
    margin-bottom: 50px;
    text-align: center;
    border: none;
    font-size: 24px;
    color: #006655;
    font-weight: normal;
}

.mapWrap iframe {
    width: 100%;
    height: 700px;
}

.areamap a {
    display: block;
    width: 600px;
    margin: 30px auto 0;
    padding: 25px;
    font-size: 16px;
    color: #fff;
    background: #333;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    transition: .3s all ease-in-out;
}

.areamap a:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    transform: scale(.97);
}

@media screen and (max-width: 767px) {
    .mapWrap h3 {
        font-size: 18px;
    }

    .mapWrap iframe {
        height: 400px;
    }

    .areamap a {
        max-width: 100%;
    }
}

/* -----------------------------------------------------
 routeWrap
----------------------------------------------------- */
.routeWrap {
    background: #ebe8e5;
    padding: 90px 0 0;
}

.routeWrap h3 {
    font-size: 30px;
    color: #006655;
    font-weight: normal;
}

.routeWrap .routeBox div:nth-child(-n+6) {
    margin-bottom: 70px;
}

.routeWrap dt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: #ddd 1px solid;
}

.routeWrap dt .st {
    font-size: 30px;
}

.routeWrap dt .num {
    font-size: 36px;
    font-family: 'Bellefair', serif !important;
}

.routeWrap dd {
    margin-top: 10px;
}

.routeWrap dt.loc p {
    font-size: 14px;
}

.routeWrap dt.loc p span {
    font-size: 20px;
}

.routeWrap dd p {
    font-size: 11px;
}

.routeWrap span {
    margin-right: 5px;
    padding: 2px 5px;
}

.u100 p {
    font-weight: bold;
    color: #C5383A;
}

.notred {
    text-align: right;
}

@media only screen and (max-width: 1200px) {
    .routeWrap .routeBox div {
        margin-bottom: 50px !important;
    }

    .routeWrap .routeBox div:last-child {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .routeWrap {
        padding: 60px 0;
    }

    .routeWrap dt.loc p {
        font-size: 12px;
    }

    .routeWrap dt.loc p span {
        font-size: 18px;
    }
}

.areamap {
    display: block;
    text-align: center;
}

.areamap a {
    background: #ee8552;
    color: #fff;
    padding: 25px 10px;
}

@media only screen and (min-width: 991px) {
    .areamap a {
        padding: 25px 100px;
    }
}

@media only screen and (max-width: 991px) {
    .areamap a {
        font-size: .86em;
    }
}

/* taxiSec */
.taxiSec {
    padding: 100px 0;
    background: #ddd;
}

.taxiSec.busSec {
    background: #eee;
}

.taxiSec p.caption {
    margin: 10px 0;
    line-height: 1.3;
}

.taxiSec p.caption small {
    font-size: 11px;
}

.taxiSec h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 48px;
    /*  font-family: 'Roboto', sans-serif;*/
    font-weight: 300;
}

.taxiSec table {
    width: 100%;
    border-collapse: collapse;
}

.taxiSec table th,
.taxiSec table td {
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;

}

.taxiSec table th {
    font-weight: normal;
    text-align: center;
    background: #ccc;
}

.taxiSec.busSec table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {

    .taxiSec table th,
    .taxiSec table td {
        padding: 7px;
        font-size: 12px;
    }
}

/* accordion */
#locationPage .mapWrap {
    margin-bottom: 50px;
}

#locationPage section.accordion {
    margin: 0 0 100px;
}

#locationPage section.accordion .image {
    clear: both;
    padding: 50px 15px 0;
}

#locationPage section.accordion .image figcaption {
    color: #333;
    font-family: YakuHanMP, 'Noto Serif JP', "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
    letter-spacing: .1em;
    font-size: 14px;
}

#locationPage section.accordion .image figcaption span {
    margin-right: 20px;
    font-size: 12px;
}

.accordion-header {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    #locationPage .mapWrap {
        margin-top: 20px;
    }

    #locationPage section.accordion {
        margin: 0 0 2px;
    }

    /* #locationPage .routeWrap {
        padding: 0;
    } */

    .accordion-header {
        height: 70px;
        line-height: 70px;
        position: relative;
        pointer-events: auto;
        cursor: pointer;
    }

    .accordion-header::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 20px;
        width: 12px;
        height: 12px;
        border: solid #333;
        border-width: 0 1px 1px 0;
        transform-origin: center;
        transform: rotate(45deg);
        transition: .2s;
    }

    .accordion-header.active::after {
        transform: rotate(-135deg);
    }

    .accordion-header h3 {
        font-size: 24px;
    }

    .accordion-content {
        display: none;
    }

    #locationPage section.accordion .image figcaption {
        font-size: 12px;
    }
}





@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 420px) {}