@charset "UTF-8";

/* ↓共通 */
* {
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
img {
    width: 100%;
}
body {
    background: #E4EDF0;
}
/* ↑共通 */

h1 {
    font-size: 18px;
    font-weight: normal;
    padding: 45px 0;
    text-align: center;
}
@media (max-width: 968px) {
    h1 {
        font-size: 26px;
    }
}

/*全体*/
.access {
    margin: 0 auto;
    padding: 100px 0;
    width: 92%;
}
.access-item {
    margin-bottom: 100px;
}
/*アクセスエリア*/
.access-area {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    list-style-type: none;
    padding: 0;
}
.access-area__station {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.access-area__transport {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.access-area__transport dl {
    margin: 0;
}
.access-area__transport dl:nth-child(2) {
    margin-top: 20px;
}
.access-area__transport dt {
    border-bottom: 1px solid #333333;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.access-area__transport dt img {
    width: 40px;
    margin-bottom: 6px;
}
.access-area__transport dt p {
    margin: 0;
    font-size: 16px;
}
.access-area__transport dt span {
    font-size: 12px;
}
.access-area__transport dd {
    margin: 0;
}
.access-detail {
    padding: 20px 20px 20px 100px;
}
.access-area__station_2column p {
    width: 4em;
    margin: 0;
}
.spot {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    width: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #CED8DB;
}
.access-area__vertical {
    justify-content: space-between;
    display: flex;
    flex-flow: column;
}
.access-area__vertical_2.spot:nth-child(2) {
    margin-top: 10px;
}
.access-area__vertical_2 {
    padding: 5px;
    line-height: 1.5;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-grow: 1;
}
.summer {
    background: #CDEAD1;
}
.winter {
    background: #D0E7ED;
}
.period {
    font-size: 12px;
}
.num_tate {
    writing-mode: horizontal-tb;
}
.txt_yoko {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.access-detail table tr {
    border-top: 1px solid #333333;
}
.access-detail table tr:last-child {
    border-bottom: 1px solid #333333;
}
.access-detail table tr th {
    padding: 20px 0;
    width: 30%;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
}
.access-detail table tr td {
    padding: 20px 0;
    width: 70%;
    font-size: 13px;
}
.access-detail__table_td_inner {
    padding: 0 0 0 20px;
    border-left: 1px solid #333333;
}
.access-detail__table_td_inner ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.access-detail__table_td_inner ul li {
    text-align: center;
    /* background: #ffffff; */
    margin-bottom: 10px;
}
.access-detail__table_td_inner ul li a {
    padding: 15px 0;
    display: block;
    width: 100%;
    background: #ffffff;
}
.access-detail__table_td_inner ul li a:hover {
    background: #728C93;
    color: #FFF;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.access-detail__table_td_inner ul .li_half{
    width: 49%;
}
.access-detail__table_td_inner ul .li_full{
    width: 100%;
}
.access-detail__chu {
    color: #728C93;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 968px) {
    /*アクセスエリア*/
    .access-area {
        flex-wrap: wrap;
        padding: 0 20px;
        margin-top: 30px;
    }
    .access-area li {
        width: 100%;
        justify-content: start;
        display: block;
    }
    .spot {
        writing-mode: horizontal-tb;
        display: block;
        width: 100%;
        padding: 15px;
    }
    .access-area__transport_box {
        width: 100%;
        display: flex;
        align-items: baseline;
    }
    .access-area__transport_box dl {
        width: 50%;
    }
    .access-area__transport dl {
        flex-direction: row-reverse;
        display: flex;
        align-items: center;
        text-align: left;
        justify-content: left;
    }
    .access-area__transport dt {
        padding: 15px;
        border-bottom: none;
        border-left: 1px solid #333333;
    }
    .access-area__transport dd {
        padding: 15px 15px 15px 0;
        min-width: 70px;
    }
    .access-area__vertical {
        width: 100%;
    }
    .access-detail {
        padding: 20px;
    }
    .access-area__vertical {
        flex-flow: nowrap;
    }
    .access-area__vertical_2 {
        width: 50%;
        writing-mode: horizontal-tb;
        flex-direction: column;
        align-items: start;
    }
    .access-area__vertical_2.spot:nth-child(2) {
        margin-top: 0;
        margin-left: 10px;
    }
    .access-detail table tr th {
        display: block;
        width: 100%;
        padding: 20px 0 0 0;
    }
    .access-detail table tr th br {
        display: none;
    }
    .access-detail table tr td {
        display: block;
        width: 100%;
    }
    .access-detail__table_td_inner {
        padding: 0;
        border-left: none;
    }
    .access-detail__table_td_inner ul .li_half {
        width: auto;
    }
    .access-detail__table_td_inner ul {
        display: block;
    }
    .access-detail__table_td_inner ul li {
        text-align: left;
    }
    .access-detail__table_td_inner ul li a {
        padding: 15px;
        display: inline-block;
        width: auto;
    }

    .access-item h3 {
        background: #ffffff;
        padding: 30px 15px;
        margin: 0;
    }
}
@media (max-width: 568px) {
    .access-area__transport dd {
        min-width: auto;
    }
    .access-area__transport dt p {
        font-size: 12px;
    }
    .access-area__transport dt span {
        font-size: 10px;
    }
}
.access-mv__inner {
    line-height: 0;
    position: relative;
}
.access-mv__inner iframe {
    aspect-ratio: 16 / 8;
    height: 100%;
    width: 100%;
}
.access-info {
    background: #011014;
    padding: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.access-info p,
.access-info a {
    color: #fff;
    font-size: 16px;
    line-height: 2em;
}
.access-info .g-map {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.access-info .g-map::before {
    background: url(../images/icon-mappin.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    height: 20px;
    width: 20px;
}
@media (max-width: 968px) {
    .access-mv__inner iframe {
        aspect-ratio: 14 / 12;
    }
    .access-info {
        background: #011014;
        padding: 45px;
        position: static;
    }
    .access-info p,
    .access-info a {
        font-size: 18px;
    }
}