/* 
----------------------------------------- */
.hd-logo {
    max-width: 470px;
}

.hd-logo-wrap {
    position: relative;
    margin-bottom: 160px;
    margin-top: -40px;
}

@media screen and (max-width: 767px) {
.hd-logo-wrap {
    margin-bottom: 40px;
    margin-top: 0;
}
}

.hd-logo-text {
    font-size: 20px;
    color: var(--accent-color);
    position: absolute;
    bottom: 20px;
}

/* 
----------------------------------------- */

.ttl-inner {
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
.ttl-inner {
    margin-bottom: 30px;
}

}

.ttl-border {
    border-bottom: solid 1px var(--accent-color);
    padding-bottom: 20px;
}

.ttl-border.-menu-price {
    border-bottom: solid 1px #fff;
}

.sub-ttl {
    font-size: 20px;
    padding-top: 20px;
}

.stylist-bg {
    background: var(--bg-color02);
}

@media screen and (max-width: 767px) {
.top-stylist {
    padding: 40px 0;
}
}

/* 
----------------------------------------- */
.top-menu-price-content {
    width: 70%;
    background: var(--accent-color);
    color: #fff;
    margin-left: auto;
    padding: 134px;
    padding-left: 275px;
    padding-right: 102px;
}

.top-menu-price {
    position: relative;
}

.top-menu-price-img {
    position: absolute;
    max-width: 540px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {

    .top-menu-price-content {
        padding: 40px;
        padding-top: 70vw;
        width: 100%;
    }

    .top-menu-price-img {
        /* position: unset; */
        width: 80%;
        align-items: flex-start;
        justify-content: center;
        top: -50px;
        right: 0;
    }
}

/* 
----------------------------------------- */
.gallery-bg {
    background: var(--bg-color01);
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}


.swiper-pagination-bullet {
    background: #ccc !important;
}

/* 
----------------------------------------- */
.top-access {
    text-align: center;
}

.map iframe {
    width: 100%;
    aspect-ratio: 1180/456;
}

/* 
----------------------------------------- */


/* 
----------------------------------------- */

/* 
----------------------------------------- */

/* 
----------------------------------------- */


/* 
----------------------------------------- */