@charset "utf-8";

/*********************************************************************
*
*  For location
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-bottom: 70px;
}

.sec_mv_wrap .ttl_2 {
    margin-top: 70px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .sec_mv_wrap {
        padding-bottom: 30px;
    }
    .sec_mv_wrap .ttl_2 {
        margin-top: 30px;
        font-size: 2rem;
    }
}

/* ---------------------------------------------------- */
/* sec_nav_wrap */
/* ---------------------------------------------------- */
.sec_nav_wrap {
    padding-bottom: 140px;
}
@media (max-width: 767px) {
    .sec_nav_wrap {
        padding-bottom: 70px;
    }
}

/* ---------------------------------------------------- */
/* sec_specialities_wrap */
/* ---------------------------------------------------- */
.sec_specialities_wrap {
    padding-bottom: 140px;
}
.sec_specialities_wrap .clms_wrap_1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    background-color: var(--co_6);
}
.sec_specialities_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    flex: auto;
    padding: 30px;
    width: auto;
}
.sec_specialities_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: auto;
    width: 100%;
    max-width: 635px;
}
.sec_specialities_wrap .ttl_1 {
    margin-bottom: 30px;
}
.sec_specialities_wrap .desc_1 {
    margin: 0 auto;
    max-width: 380px;
    font-size: 1.6rem;
    line-height: 2;
}
.sec_specialities_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
}

.sec_specialities_wrap .list_1 > ul > li {
    position: relative;
    padding-bottom: 70px;
    width: calc(100% / 2);
}
.sec_specialities_wrap .list_1 > ul > li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 2;
}
.sec_specialities_wrap .list_1 > ul > li:nth-child(2n)::before {
    display: none;
}
.sec_specialities_wrap .list_1 .img {
    position: relative;
    margin-bottom: 25px;
}
.sec_specialities_wrap .list_1 .img::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
}

.sec_specialities_wrap .list_1 .img figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: var(--co_2);
    font-size: 1.4rem;
    line-height: 1;
}

.sec_specialities_wrap .list_1 .ttl {
    margin-bottom: 15px;
    font-size: 4rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
}
.sec_specialities_wrap .list_1 .copy {
    margin-bottom: 20px;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    text-align: center;
}
.sec_specialities_wrap .list_1 .copy sup {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: super;
    margin-left: -1em;
    transform: translateY(-0.7em);
}

.sec_specialities_wrap .list_1 .desc {
    margin: 0 auto;
    max-width: 480px;
    line-height: 2;
}

.sec_specialities_wrap .list_1 .desc span {
    display: block;
    font-size: 1.4rem;
    text-align: right;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .sec_specialities_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .sec_specialities_wrap {
        padding-bottom: 70px;
    }
    .sec_specialities_wrap .clms_wrap_1 {
        display: block;
        margin-bottom: 50px;
    }
    .sec_specialities_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        padding: 20px 15px;
    }
    .sec_specialities_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        max-width: none;
    }
    .sec_specialities_wrap .ttl_1 {
        margin-bottom: 20px;
    }
    .sec_specialities_wrap .desc_1 {
        max-width: none;
        font-size: 1.3rem;
    }
    .sec_specialities_wrap .list_1 > ul {
        display: block;
        border-bottom: 1px solid #000;
    }

    .sec_specialities_wrap .list_1 > ul > li {
        padding-bottom: 30px;
        width: auto;
    }

    .sec_specialities_wrap .list_1 > ul > li::before {
        display: block !important;
        left: 0;
        right: auto;
    }

    .sec_specialities_wrap .list_1 .img {
        margin-bottom: 10px;
    }
    .sec_specialities_wrap .list_1 .img figcaption {
        position: absolute;
        right: 5px;
        bottom: 5px;
        font-size: 1.2rem;
    }
    .sec_specialities_wrap .list_1 .ttl {
        margin-bottom: 10px;
        font-size: 3rem;
    }
    .sec_specialities_wrap .list_1 .copy {
        margin-bottom: 15px;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .sec_specialities_wrap .list_1 .copy sup {
        font-size: 1rem;
        transform: translateY(-0.5em);
    }
    .sec_specialities_wrap .list_1 .desc {
        max-width: calc(100% - 40px);
    }

    .sec_specialities_wrap .list_1 .desc span {
        font-size: 1rem;
    }
}

/* ---------------------------------------------------- */
/* sec_map_wrap */
/* ---------------------------------------------------- */
.sec_map_wrap {
    padding-bottom: 140px;
}
.sec_map_wrap .ttl_1 {
    padding-bottom: 40px;
}
.sec_map_wrap .img_1 {
    position: relative;
}
.sec_map_wrap .img_1 i {
    position: absolute;
    left: 72%;
    top: 56%;
    width: 20%;
}
.sec_map_wrap .clms_wrap_1 {
    display: flex;
}
.sec_map_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    position: relative;
    flex: auto;
    width: auto;
}
.sec_map_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    color: #fff;
    background-color: #000;
}
.sec_map_wrap .gmap_1 {
    height: 370px;
}
.sec_map_wrap .btn_1 {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.sec_map_wrap .ttl_2 {
    margin: 0 auto 30px;
    width: 170px;
}
.sec_map_wrap .ttl_2::after {
    content: "";
    margin: 30px auto 0;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.sec_map_wrap .address_1 {
    font-size: 1.7rem;
    text-align: center;
}
@media (max-width: 767px) {
    .sec_map_wrap {
        padding-bottom: 70px;
    }
    .sec_map_wrap .ttl_1 {
        padding-bottom: 30px;
    }

    .sec_map_wrap .img_1 i {
        position: absolute;
        left: 47%;
        top: 46%;
        width: 30%;
    }
    .sec_map_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_map_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        padding: 30px;
        width: auto;
    }
    .sec_map_wrap .gmap_1 {
        height: 370px;
    }
    .sec_map_wrap .btn_1 {
        right: 20px;
        bottom: 20px;
        width: 150px;
    }
    .sec_map_wrap .ttl_2 {
        margin: 0 auto 15px;
        width: 110px;
    }
    .sec_map_wrap .ttl_2::after {
        margin: 15px auto 0;
    }
    .sec_map_wrap .address_1 {
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------------- */
/* sec_facilities_wrap */
/* ---------------------------------------------------- */
.sec_facilities_wrap .ttl_1 {
    margin-bottom: 40px;
}
.sec_facilities_wrap .list_1 {
    margin-bottom: 100px;
}
.sec_facilities_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

.sec_facilities_wrap .list_1 > ul > li {
    position: relative;
    margin-bottom: 40px;
    width: calc(100% / 4);
}
.sec_facilities_wrap .list_1 > ul > li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}
.sec_facilities_wrap .list_1 > ul > li:nth-child(4n)::before {
    display: none;
}
.sec_facilities_wrap .list_1 .img {
    margin-bottom: 10px;
}

.sec_facilities_wrap .list_1 .name {
    padding: 0 10px;
    margin-bottom: 5px;
    font-weight: 700;
}
.sec_facilities_wrap .list_1 .time {
    padding: 0 10px;
}

.sec_facilities_wrap .list_2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.sec_facilities_wrap .list_2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}
.sec_facilities_wrap .list_2 > .clm_wrap {
    position: relative;
    width: calc(100% / 2 - 40px);
}

.sec_facilities_wrap .list_2 .cat_ttl {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    line-height: 1;
}
.sec_facilities_wrap .list_2 .cat_ttl .en {
    margin-right: 20px;
    font-size: 3.8rem;
    font-weight: 400;
}

.sec_facilities_wrap .list_2 .cat_ttl .ja {
    font-size: 2.1rem;
    font-weight: 700;
    transform: translateY(-2px);
}
.sec_facilities_wrap .list_2 * + .cat_ttl {
    margin-top: 38px;
}

.sec_facilities_wrap .list_2 ul > li {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.sec_facilities_wrap .list_2 ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 0;
    border-bottom: 2px dotted #000;
}

.sec_facilities_wrap .list_2 ul > li + li {
    margin-top: 12px;
}

.sec_facilities_wrap .list_2 .name {
    flex: none;
    width: auto;
    position: relative;
    padding-right: 10px;
    font-weight: 700;
    background-color: #fff;
    white-space: nowrap;
}
.sec_facilities_wrap .list_2 .time {
    flex: initial;
    width: auto;
    position: relative;
    padding-left: 10px;
    text-align: right;
    word-break: break-all;
    background-color: #fff;
}

.sec_facilities_wrap .desc_1 {
    font-size: 1.4rem;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .sec_facilities_wrap .list_2 .name {
        font-size: 1.2rem;
    }
    .sec_facilities_wrap .list_2 .time {
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    .sec_facilities_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_facilities_wrap .list_1 {
        margin-bottom: 50px;
    }
    .sec_facilities_wrap .list_1 > ul {
        margin-bottom: -20px;
    }

    .sec_facilities_wrap .list_1 > ul > li {
        margin-bottom: 20px;
        width: calc(100% / 2);
    }

    .sec_facilities_wrap .list_1 > ul > li:nth-child(4n)::before {
        display: block;
    }
    .sec_facilities_wrap .list_1 > ul > li:nth-child(2n)::before {
        display: none;
    }

    .sec_facilities_wrap .list_1 .name {
        font-size: 1.1rem;
    }
    .sec_facilities_wrap .list_1 .time {
        font-size: 1.1rem;
    }

    .sec_facilities_wrap .list_2 {
        display: block;
        margin-bottom: 30px;
    }
    .sec_facilities_wrap .list_2::before {
        display: none;
    }
    .sec_facilities_wrap .list_2 > .clm_wrap {
        width: auto;
    }
    .sec_facilities_wrap .list_2 > .clm_wrap + .clm_wrap {
        margin-top: 40px;
    }

    .sec_facilities_wrap .list_2 .cat_ttl {
        margin-bottom: 15px;
    }
    .sec_facilities_wrap .list_2 .cat_ttl .en {
        margin-right: 15px;
        font-size: 2rem;
    }

    .sec_facilities_wrap .list_2 .cat_ttl .ja {
        font-size: 1.1rem;
        transform: translateY(0);
    }
    .sec_facilities_wrap .list_2 * + .cat_ttl {
        margin-top: 40px;
    }

    .sec_facilities_wrap .list_2 ul > li {
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .sec_facilities_wrap .list_2 ul > li::before {
        top: 7px;
    }

    .sec_facilities_wrap .list_2 ul > li + li {
        margin-top: 12px;
    }

    .sec_facilities_wrap .list_2 .name {
        padding-right: 5px;
        font-size: 1rem;
    }
    .sec_facilities_wrap .list_2 .time {
        padding-left: 5px;
        font-size: 1rem;
    }

    .sec_facilities_wrap .desc_1 {
        font-size: 1rem;
        text-align: left;
        text-indent: -1em;
    }
}
