@charset "utf-8";

/* ==========================================
共通
========================================== */

.info-bg01 {
    background: var(--tertiary);
    border-radius: 1.5rem;
    padding: 4rem 5rem 5rem;
}

.info-bg01-in {
    position: relative;
    z-index: 5;
    width: 100%;
}

/* ==========================================
info-message
========================================== */

.info01 .com-deco-left01 {
    top: auto;
    bottom: -10%;
}

.info-message-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}

.info-message-flex-left {
    width: 37%;
    max-width: 56rem;
}

.info-message-flex-right {
    flex: 1;
    max-width: 86rem;
}

.info-message-flex-left-img {
    width: 100%;
    aspect-ratio: 56/68;
}

.info-message-jp-title-box {
    margin: 5rem 0 0;
}

.info-message-jp-title br {
    display: none;
}

.info-message-text-block {
    margin: 4rem 0 0;
}

.info-message-text:nth-child(n+2) {
    margin: 4rem 0 0;
}

.info-profile-box {
    margin: 6rem 0 0;
}

.info-profile-name-box {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 3rem 0 0;
}

.info-profile-name02 {
    opacity: .65;
    font-size: 16px;
}

.info-profile-text {
    margin: 2rem 0 0;
}

/* ==========================================
info-salon
========================================== */

.info-salon-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    margin: 4rem 0 0;
}

.info-salon-flex-left {
    display: flex;
    flex-direction: column;
    width: 48%;
    max-width: 61rem;
}

.info-salon-img01 {
    width: 92%;
    max-width: 56rem;
    aspect-ratio: 28/19;
}

.info-salon-img02 {
    position: relative;
    z-index: 1;
    width: 56%;
    max-width: 34rem;
    margin: -8rem 0 0 auto;
    aspect-ratio: 17/12;
}

.info-salon-flex-right {
    width: 48%;
    max-width: 61rem;
}

.info-salon-table tr {
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid #E6E6E6;
    gap: 1rem;
}

.info-salon-table td {
    border: none !important;
    padding: 0 !important;
}

.info-salon-table td:nth-of-type(1) {
    width: 35%;
    max-width: 16rem;
    font-size: 20px;
    line-height: 1.667;
    letter-spacing: 0.08em;
}

.info-salon-table td:nth-of-type(2) {
    flex: 1;
    font-size: 18px;
    line-height: 1.667;
    letter-spacing: 0.08em;
}

.info02-deco01 {
    position: absolute;
    top: 17%;
    right: 0;
    max-width: 28.4rem;
    width: 16%;
    z-index: -1;
}

/* ==========================================
info-access
========================================== */

.info-access-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin: 4rem 0 0;
}

.info-access-grid-item01,
.info-access-grid-item02 {
    border-radius: 3rem;
}

.info-access-grid-item-title br {
    display: none;
}

.info-access-grid-item-text {
    margin: 1.6rem 0 0;
}

.info-access-grid-item02 {
    grid-column: span 2;
}

.info-access-grid-item-flex {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.info-access-grid-item-flex-left {
    flex: 1;
    max-width: 95rem;
}

.info-access-grid-item-flex-right {
    width: 30%;
    max-width: 27rem;
}

.info-access-grid-item-img {
    aspect-ratio: 270/177;
    overflow: hidden;
}

.info-access-grid-map {
    height: 38rem;
    overflow: hidden;
}

.info-access-grid-map iframe {
    width: 100%;
    height: 100%;
}

.info03-deco01 {
    max-width: 334px;
    width: 25%;
    position: absolute;
    top: 7%;
    left: 0;
}

.info03-deco02 {
    max-width: 236px;
    width: 15%;
    position: absolute;
    left: 0;
    bottom: -15%;
}

/* ==========================================
info-faq
========================================== */

.info04 .com-deco-right01 {
    top: 15%;
}

.contents100 {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.info-faq-box {
    margin: 4rem 0 0
}

.info-faq-list {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.info-faq-list:nth-of-type(n+2) {
    border-top: none;
}

.info-faq-btn {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 2.4rem 0;
    cursor: pointer;
    transition: all .3s;
}

.info-faq-btn:hover {
    opacity: .7;
}

.info-faq-btn-in {
    display: flex;
    align-items: center;
}

.info-faq-btn-batch {
    width: 4.4rem;
    font-size: 30px;
}

.info-faq-btn-text {
    flex: 1;
    font-size: 20px;
}

.info-faq-btn .info-faq-text {
    font-size: 20px;
}

.info-faq-content .info-faq-text {
    font-size: 18px;
    flex: 1;
}

.info-faq-btn-icon {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
}

.info-faq-btn-icon-bar {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: var(--base-font-color);
    transition: all .3s;
}

.info-faq-btn-icon-bar:nth-of-type(1) {
    transform: rotate(90deg);
}

.is-active .info-faq-btn-icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.info-faq-content {
    display: none;
    padding: 0 0 2.4rem 0;
}

.info-faq-content-in {
    display: flex;
    align-items: flex-start;
}

.info-faq-btn-batch {
    width: 4.4rem;
    font-size: 30px;
    line-height: 1.2;
}

.info-faq-btn-text {
    flex: 1;
    font-size: 20px;
}



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {


    /* ==========================================
    下層共通common-row01
    ========================================== */


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1280px) {

    /* ==========================================
    下層共通common-row01
    ========================================== */

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    /* ==========================================
info-message
========================================== */

    .info-message-jp-title br {
        display: block;
    }

    /* ==========================================
info-salon
========================================== */

    .info-salon-img02 {
        margin: -4rem 0 0 auto;
    }

    .info-salon-table td:nth-of-type(1) {
        font-size: 17px;
    }

    .info-salon-table td:nth-of-type(2) {
        font-size: 16px;
    }

    /* ==========================================
info-access
========================================== */

    .info-access-grid-item-title br {
        display: block;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    /* ==========================================
共通
========================================== */

    .info-bg01 {
        padding: 3rem 2rem 3.5rem;
    }

    /* ==========================================
info-message
========================================== */

    .info-message-flex {
        flex-direction: column;
        align-items: center;
        margin: 3rem 0 0;
    }

    .info-message-flex-left {
        width: 100%;
    }

    .info-message-flex-right {
        width: 100%;
    }

    .info-message-jp-title-box {
        margin: 3.5rem 0 0;
    }

    .info-message-text-block {
        margin: 3rem 0 0;
    }

    .info-message-text:nth-child(n+2) {
        margin: 3rem 0 0;
    }

    .info-message-text br {
        display: none;
    }

    .info-profile-box {
        margin: 4rem 0 0;
    }

    .info-profile-name02 {
        font-size: 15px;
    }

    /* ==========================================
info-salon
========================================== */

    .info-salon-flex {
        flex-direction: column;
        align-items: center;
    }

    .info-salon-flex-left,
    .info-salon-flex-right {
        width: 100%;
    }

    .info-salon-img02 {
        margin: -2rem 0 0 auto;
    }

    .info-salon-table tr {
        flex-direction: column;
        padding: 1.5rem 0;
    }

    .info-access-grid-map {
        height: 32rem;
    }

    /* ==========================================
info-access
========================================== */

    .info-access-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .info-access-grid-item02 {
        grid-column: span 1;
    }

    .info-access-grid {
        margin: 3rem 0 0;
    }

    .info-access-grid-item-flex-right {
        width: 100%;
    }


    /* ==========================================
info-faq
========================================== */

    .info-faq-box {
        margin: 3rem 0 0
    }

    .info-faq-btn {
        padding: 2rem 0;
    }

    .info-faq-btn-batch {
        width: 3.2rem;
        font-size: 24px;
    }

    .info-faq-btn .info-faq-btn-text {
        font-size: 18px;
    }

    .info-faq-content .info-faq-btn-text {
        font-size: 16px;
    }

    .info-faq-content {
        padding: 0 0 2rem 0;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

    .info-access-grid-item-flex {
        flex-direction: column-reverse;
    }

    .info-faq-btn .info-faq-text {
        font-size: 14px;
    }

    .info-faq-content .info-faq-text {
        font-size: 13px;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */