@charset "utf=8";

/* ==========================================
access01
========================================== */

.access01 {
    padding: 15rem 0 0;
}

.access01-img {
    max-width: 103.5rem;
    width: 100%;
    margin: 0 auto;
}

.access-row {
    margin: 10rem auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.access-left {
    max-width: 32rem;
    width: 30.48%;
}

.access-left figure {
    max-width: 10.2rem;
    width: 25%;
    margin: 0 auto;
}

.access-title {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 4.6rem 0 0;
    text-align: center;
}

.access-contact-block {
    margin: 4.6rem 0 0;
    position: relative;
    padding: 4rem 1.5rem;
    background: var(--primary); 
}

.access-contact-block:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../../../../uploads/menu_textBox03.png) no-repeat center;
    background-size: cover;
    z-index: 1;
}

.access-contact-title-box {
    position: relative;
    padding: 0 0 .4rem 0;
    border-bottom: .1rem solid;
    z-index: 2;
}

.access-contact-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-align: center;
}

.access-contact-block .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 3rem 0 0;
    color: var(--white);
    background: var(--black);
    position: relative;
    font-weight: 700;
    z-index: 10;
}

.contact-tel-btn-row {
    padding: 1rem 1.5rem;
}

.contact-tel-btn-row figure {
    max-width: 2.2rem;
    width: 20%;
    margin: 0 1.5rem 0 0;
}

.contact-tel-btn-row .tel-num {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
}

/* .contact-tel-btn-row .tel-num a {
    pointer-events: none;
} */

.contact-tel-btn-row .tel-num a:hover {
    color: var(--white);
    background: var(--black);
}


.contact-rsv-link {
    position: relative;
    z-index: 10;
    cursor: pointer;
    transition: all .3s;
}

.contact-rsv-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.9rem;
    letter-spacing: 0.05rem;
    cursor: pointer;
}

.access-right {
    max-width: 60rem;
    width: 57.14%;
}

.access-list {
    padding: 3rem 0 1.5rem;
    border-bottom: .1rem solid;
}

.access-list .text01 {
    margin: 2rem 0 0;
}

.access-list:first-child {
    padding: 0 0 1.5rem;
}

/* ==========================================
access02
========================================== */

.access02 {
    padding: 11.8rem 0 15rem;
}

.frame02-common-text-box .title01 {
    text-align: center;
}

.frame02-common-text-box .text02 {
    margin: 4rem 0 0;
    font-weight: 600;
}

.frame02-common-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../../../../uploads/menu_textBox02.png) no-repeat center;
    background-size: cover;
    z-index: 3;
}

.access-map {
    margin: 15rem auto 0;
}

.access-map iframe {
    width: 100%;
    height: 40rem;
}



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {


    .access01 {
        padding: 10rem 0 0;
    }

    .access-left {
        width: 40%;
    }

    .access-right {
        max-width: 60rem;
        width: 58%;
    }

    .access02 {
        padding: 10rem 0;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .access01 {
        padding: 8rem 0 0;
    }

    .access-row {
        flex-direction: column;
        align-items: center;
    }

    .access-left {
        width: 100%;
    }

    .access-right {
        max-width: 60rem;
        width: 100%;
        margin: 3rem 0 0;
    }


    .access02 {
        padding: 8rem 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    .frame02-common-text-box .title01 {
        font-size: 2rem;
    }

    .access-map {
        margin: 10rem auto 0;
    }

    .access-map iframe {
        height: 30rem;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */