@charset "utf-8";

/*********************************************************************
*
*  For access
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap .map_1 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.sec_access_wrap .ttl_1 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
}

.sec_access_wrap .ttl_2 {
    padding: 5px;
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    background-color: #1b717f;
}

.sec_access_wrap .ttl_1::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 50%;
    width: calc(100% - 50px);
    border-top: 4px dashed#000;
}

.sec_access_wrap .ttl_1 img {
    position: relative;
    width: 266px;
}

.sec_access_wrap .ttl_1.co_1::before {
    border-color: #8BAD99;
}

.sec_access_wrap .ttl_1.co_2::before {
    border-color: #D7806E;
}

.sec_access_wrap .img_1 {
    margin-bottom: 30px;
}

.sec_access_wrap .img_2 {
    margin-top: 10px;
}

.sec_access_wrap .img_3 {
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
}

.sec_access_wrap .img_3+.img_3 {
    border-top: 1px solid #D7806E;
}

.sec_access_wrap .img_3 .btn_1,
.sec_access_wrap .img_3 .btn_2 {
    position: absolute;
    right: 220px;
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    color: #ffe662;
    font-size: 1.6rem;
    font-weight: 700;
}

.sec_access_wrap .img_3 .btn_1 {
    background-color: #A2A6C8;
}

.sec_access_wrap .img_3 .btn_2 {
    background-color: #E493BD;
}

.sec_access_wrap .desc_2 span {
    color: #D7806E;
}

.sec_access_wrap .desc_3 {
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
}

.sec_access_wrap .carnavi_1 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D7806E;
}

.sec_access_wrap .carnavi_1 .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.sec_access_wrap .carnavi_1 .list dt {
    flex: none;
    margin-bottom: 10px;
    padding: 5px 5px;
    width: 180px;
    color: #D7806E;
    text-align: center;
    border: 1px solid #D7806E;
}

.sec_access_wrap .carnavi_1 .list dt:last-of-type {
    margin-bottom: 0;
}

.sec_access_wrap .carnavi_1 .list dd {
    flex: auto;
    margin-bottom: 10px;
    padding: 5px 0 5px 20px;
    width: calc(100% - 180px);
}

.sec_access_wrap .carnavi_1 .list dd:last-of-type {
    margin-bottom: 0;
}


@media (max-width: 767px) {

    .sec_access_wrap .map_1 iframe {
        height: 350px;
    }

    .sec_access_wrap .ttl_1 {
        position: relative;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .sec_access_wrap .ttl_2 {
        font-size: 1.4rem;
    }

    .sec_access_wrap .ttl_1 img {
        width: 250px;
    }

    .sec_access_wrap .ttl_1.co_1::before {
        border-color: #8BAD99;
    }

    .sec_access_wrap .ttl_1.co_2::before {
        border-color: #D7806E;
    }

    .sec_access_wrap .img_1 {
        margin-bottom: 20px;
    }

    .sec_access_wrap .img_3 {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .sec_access_wrap .img_3 .btn_1,
    .sec_access_wrap .img_3 .btn_2 {
        position: static;
        margin-top: 10px;
        width: 100%;
    }

    .sec_access_wrap .desc_3 {
        font-size: 1.4rem;
    }

    .sec_access_wrap .carnavi_1 {
        margin-top: 20px;
        padding-top: 20px;
    }

    .sec_access_wrap .carnavi_1 .list {
        display: block;
    }

    .sec_access_wrap .carnavi_1 .list dt {
        margin-bottom: 5px;
        width: auto;
    }

    .sec_access_wrap .carnavi_1 .list dd {
        margin-bottom: 20px;
        padding: 0;
        width: auto;
    }

    .sec_access_wrap .carnavi_1 .list dd:last-of-type {
        margin-bottom: 0;
    }
}