@charset "UTF-8";
.locations_wrap {
    padding-bottom: 112px;
}
.locations_item {
    margin-bottom: 92px;
}
.locations_item:last-child {
    margin-bottom: 0;
}
.locations-card {
    display: flex;
}
.locations_img {
    width: 430px;
    height: 100%;
    aspect-ratio: 215 / 143;
}
.locations_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.locations_box {
    width: -webkit-calc(100% - 430px);
    width: calc(100% - 430px);
    box-sizing: border-box;
    padding-left: 48px;
}
.locations_box .ttl {
    font-size : 25px;
    letter-spacing : 3px;
    color : #13243C;
    font-weight: bold;
}
.locations_box .ttl .sub {
    display: block;
    font-size : 16px;
    line-height: 1.8;
    letter-spacing : 1.92px;
    font-weight: 500;
    margin-top: 8px;
}
.locations_button {
    margin-top: 40px;
}
.btn_access {
    margin-top: 32px;
}
/*detail*/
.locations-detail-hero {
    display: flex;
}
.locations-detail-hero-img {
    width: 50%;
    height: 420px;
}
.locations-detail-hero-img source,
.locations-detail-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.locations-detail-hero-content {
    background: #f9f9f9;
    width: 50%;
    box-sizing: border-box;
    padding: 0 60px;
    display: flex;
    align-items: center;
}
.locations-detail-hero-text {
    font-size : 20px;
    line-height: 1.6;
    letter-spacing : 1.2px;
    color : #141F3F;
    font-weight: bold;
}

.locations-detail-hero-text .not_loc_tit_sm {
    font-size: 16px;
    /*font-weight: 400;*/
}
.access-info {
    margin-top: 30px;
    margin-bottom: 30px;
}
.access-info-item {
    display: flex;
    margin-bottom: 10px;
}
.access-info-item:last-child {
    margin-bottom: 0;
}
.access-info-item .label {
    width: 70px;
    font-size : 14px;
    letter-spacing : 0.84px;
    color : #141F3F;
    font-weight: bold;
}
.access-info-item .data {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    box-sizing: border-box;
    font-size : 14px;
    letter-spacing : 1.12px;
    color : #141F3F;
}
.locations-detail-content {
    margin-top: 100px;
}
.locations-detail-txt {
    margin-bottom: 100px;
}
.locations-detail-txt>p {
    font-size : 16px;
    letter-spacing : 1.28px;
    color : #141F3F;
}
.locations-detail-access {
    margin-bottom: 120px;
}
.list-heading {
    font-size : 18px;
    letter-spacing : 1.08px;
    font-weight: bold;
    color : #141F3F;
}
.locations-detail-access-map {
    margin-top: 30px;
}
.locations-detail-access-map source,
.locations-detail-access-map img {
    width: 100%;
    height: auto;
}
.locations-detail-access-button-wrapper {
    display: flex;
    gap: 0 68px;
    margin-top: 60px;
}

.single-body h2 {
    font-size : 18px;
    letter-spacing : 1.08px;
    font-weight: bold;
    color : #141F3F;
    margin-top: 120px;
}
.single-body ul {
    margin-top: 30px;
}
.single-body li {
    font-size : 16px;
    letter-spacing : 0.96px;
    color : #141F3F;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.4em;
}
.single-body li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
    background: #00afdf;
    z-index: 1;
    transition: all .4s;
}
.single-body li:last-child {
    margin-bottom: 0;
}
.content-column {
    margin-top: 42px;
    display: flex;
}
.content-column-text {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding-left: 60px;
}
.content-column-text>p {
    font-size : 16px;
    letter-spacing : 0.96px;
    color : #141F3F;
    margin-top: 1.6em;
}
.content-column-text>p:first-child {
    margin-top: 0;
}
@media only screen and (min-width:1920px) {
    .locations-detail-access-map picture {
        background: #f6f7fc;
        display: block;
        text-align: center;
    }
    .locations-detail-access-map img  {
        max-width: 1472px;
        margin: auto;
        text-align: center;
    }
}
@media only screen and (min-width:640px) {
}
@media screen and (min-width:640px) and (max-width:1200px) {
    .locations-card {
        display: block;
    }
    .locations_img {
        width: 100%;
        margin: 0 auto;
    }
    .locations_box {
        width: 100%;
        padding: 40px 0 0;
    }
}
@media screen and (min-width:640px) and (max-width:1024px) {
    .locations-detail-hero {
        display: block;
    }
    .locations-detail-hero-img {
        width: 100%;
        height: 400px;
    }
    .locations-detail-hero-content {
        width: 100%;
        padding: 30px 40px 46px;
    }
    .content-column {
        display: block;
    }
    .content-column-image {
        text-align: center;
    }
    .content-column-text {
        width: 100%;
        margin-top: 42px;
        padding-left: 0;
    }
}
@media only screen and (max-width:640px) {
    .locations_wrap {
        padding-bottom: 0;
    }
    .locations_item {
        margin-bottom: 8.533vw;
    }
    .locations-card {
        display: block;
    }
    .locations_img {
        width: 100%;
    }
    .locations_box {
        width: 100%;
        padding: 0 4.688vw;
        padding-top: 3.733vw;
    }
    .locations_box .ttl {
        font-size: 4.267vw;
    }
    .locations_box .ttl .sub {
        font-size: 3.2vw;
        margin-top: 1.6vw;
    }
    .locations_button {
        margin-top: 4.8vw;
    }
    .btn_access {
        margin-top: 6.4vw;
    }
    /*detail*/
    .locations-detail-hero {
        display: block;
    }
    .locations-detail-hero-img {
        width: 100%;
        height: 58.667vw;
    }
    .locations-detail-hero-content {
        width: 100%;
        padding: 7.467vw 4.688vw 10.133vw;
        display: block;
    }
    .locations-detail-hero-text {
        font-size : 4.267vw;
    }
    .access-info {
        margin-top: 5.333vw;
        margin-bottom: 5.333vw;
    }
    .access-info-item {
        margin-bottom: 1.6vw;
    }
    .access-info-item .label {
        width: 16vw;
        font-size : 3.2vw;
    }
    .access-info-item .data {
        width: -webkit-calc(100% - 16vw);
        width: calc(100% - 16vw);
        font-size : 3.2vw;
    }
    .locations-detail-content {
        margin-top: 40px;
        padding: 0 4.688vw;
    }
    .locations-detail-txt {
        margin-bottom: 10.667vw;
    }
    .locations-detail-txt>p{
        font-size : 3.733vw;
    }
    .locations-detail-access {
        margin-bottom: 16vw;
    }
    .list-heading {
        font-size : 4.267vw;
    }
    .locations-detail-access-map {
        margin-top: 5.333vw;
    }
    .locations-detail-access-map source,
    .locations-detail-access-map img {
        width: 100%;
        height: auto;
    }
    .locations-detail-access-button-wrapper {
        display: block;
        margin-top: 8vw;
    }
    .locations-detail-access-button {
        max-width: 64vw;
        margin-top: 8vw;
    }

    .single-body h2 {
        font-size : 4.267vw;
        margin-top: 16vw;
    }
    .single-body ul {
        margin-top: 6.4vw;
    }
    .single-body li {
        font-size : 3.2vw;
        margin-bottom: 2.133vw;
    }
    .single-body li:before {
        width: 1.067vw;
        height: 1.067vw;
        top: 2.667vw;
    }
    .content-column {
        margin-top: 6.4vw;
        display: block;
    }
    .content-column-image source,
    .content-column-image img {
        width: 100%;
        height: auto;
    }
    .content-column-text {
        width: 100%;
        padding-left: 0;
        margin-top: 6.4vw;
    }
    .content-column-text>p {
        font-size : 3.733vw;
    }
}



/**
 * related content
 */
.locations-related {
    margin: 3.5em 0 0 0;
    padding: 50px 0 80px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.locations-related .js-related-content {
    display: none;
}

.locations-related .js-related-content.is-active {
    display: block;
}

.locations-related .js-related-content-page {
    display: none;
}

.locations-related .js-related-content-page.is-active {
    display: block;
}

.locations-related-container {
    margin: 35px auto 0;
    display: flex;
}

.locations-related-tabs {
    min-width: 235px;
}

.locations-related-tabs a {
    padding: 0 0 15px 5px;
    margin: 0 0 30px 5px;
    display: block;
    position: relative;
    width: 80%;
    font-size: 14px;
    font-weight: bold;
    transition: opacity 0.3s ease-out;
    text-decoration: none;
}

.locations-related-tabs a:hover {
    opacity: .6;
}

.locations-related-tabs a.is-active:before {

    display: block;
    content: "";
    background-color: #091246;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.25s linear;
    transform-origin: left;
}

.locations-related-tabs a.is-active:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #8d0116;
    border-radius: 50%;
    position: absolute;
    transition: transform 0.25s linear;
    top: 5px;
    right: 12px;
}

.locations-related-content {
    flex-grow: 1;
}

.locations-related-content .pagination {
    margin-top: 40px;
}

.locations-related-content-header {
    font-weight: bold;
}

.ld_article-detail {
    justify-content: flex-start;
    align-items: center;
    gap: 0 24px;
    margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
    .locations-related {
        margin: 60px 0 16px;
        padding: 32px 0 50px;
    }

    .list-heading.list-heading-sp-mx-16 {
        margin: 0;
    }

    .locations-related-container {
        display: block;
    }

    .locations-related-tabs a {
        width: 100%;
        margin: 0;
        padding: 10px 5px 20px;
    }

    .locations-related-tabs a.is-active:before {
        top: -1px;
    }

    .locations-related-tabs a.is-active:after {
        margin: 0 auto;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .locations-related-tabs {
        width: 100%;
    }

    .locations-related-tabs ul {
        display: flex;
        padding: 0 5px;
    }

    .locations-related-tabs li {
        display: block;
        margin-right: 4vw;
    }

    .locations-related-content-header {
        display: none;
    }
}
