@charset "UTF-8";

/* CSS Document */

.section-top__bg {
    position: relative;
    margin-top: 80px;
}

.section-top__bg-img {
    background-image: url(../images/menu/menu-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70vw;
    height: 70vh;
    margin-left: auto;
    background-position:70% 50%;
}

.section-top__bg-title-text {
    position: absolute;
    top: 50%;
    margin-left: 10vw;
}

.section-menu {
    margin: 100px 0;
    padding: 0 30px;
}

.section-menu-recolor__message {
    padding-bottom: 30px;
}

.section-menu-recolor__message p {
    text-align: center;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.12em;
    color: #0bb9b7;
}

.section-menu-recolor__message-sub {
    margin-bottom: 80px;
}

.section-menu-recolor__message-sub p {
    text-align: center;

}
.section-menu__hairdyeing-image{
    width: 90%;
}
.section-menu__plant-image{
    width: 50%;
    position: relative;
    bottom: 20px;
}
.section-menu__item{
    margin-bottom: 50px;
}
.section-menu__item-wrapper ul{
    list-style: none;
}
.section-menu__item-wrapper ul li{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    border-bottom: #99b6b6 solid 1px;
}
.section-menu__item-title{
    margin-bottom: 20px;
}
.section-menu__item-title h2{
    color: #0bb9b7;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.12em;
    font-size: 2.2rem;
}
.section-menu__item-title p{
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.12em;
    font-size: 1.6rem;
}
.section-menu__item-name span{
    font-size: 1.4rem;

}
.section-menu__products-item-wrapper02{
    display: none;
}
.section-menu__products-item-wrapper01{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.ection-menu__products-text-ex{
    padding-top: 20px;
}


.section-gallery{
    padding: 0 30px;
}
.section-gallery h1{
    font-size: 2.2rem;
}
.section-gallery h1::before{
    bottom: -3px;
}

.section-gallery__contents-item {
    display: flex;
    gap: 30px;
}

.section-gallery__contents-image-wrapper {
    display: flex;
    flex-direction: column;
}

.section-gallery__wrapper {
    margin-top: 80px;
}

.section-gallery__contents-item-change p {
    font-weight: 600;
}

.section-gallery__contents-title {
    padding: 20px 0 10px;
}

.section-gallery__contents-title p {
    font-weight: 600;
    font-size: 2.0rem;
}

.section-gallery__contents-price {
    font-size: 2.2rem;
    color: #0bb9b7;
    font-weight: 600;
}

.section-gallery__contents-text {
    padding-top: 10px;
}
.section-gallery__contents-item-img03{
    width: 50%;
}
.section-gallery__contents{
    margin-bottom: 80px;
}

@media(min-width:768px) {
    .section-menu {
        margin: 150px 0;
        padding: 0 50px;
    }

    .section-menu-recolor__message p {
        line-height: 3.8rem;
    }

    .section-menu-recolor {
        margin: 150px 0;
        padding: 0 50px;
    }
    .section-menu__products-item-wrapper02{
        display: flex;
        width: 45%;
        gap: 20px;
    }
    .section-menu__products-item-wrapper01{
        display: none;
    }
    .section-menu-recolor__message{
        padding-bottom: 80px;

    }
    .section-menu__contents{
        display: flex;
        gap: 50px;
    }
    .section-menu__list-image{
        width: 45%;
    }
    .section-menu__menu-wrapper{
        width: 55%;
    }
    .section-menu__hairdyeing-image {
        width: 100%;
    }
    .section-menu__plant-image{
        width: 60%;
    }
    .section-menu__products{
        display: flex;
        gap: 50px;
        margin-top: 100px;
    }
    .section-menu__products-item{
        width: 50%;
    }
    .section-menu__products-text-wrapper{
        width: 55%;
    }
    .section-gallery {
        padding: 0 50px;
    }
    .section-gallery__wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section-gallery__contents{
        width: calc(50% - 25px);
    }
    .section-menu__item-title h2{
        font-size: 2.8rem;
    }
    .section-gallery__contents:nth-of-type(1){
        margin-bottom: 80px;
    }
}

@media(min-width:1140px) {
    .section-menu {
        margin: 200px auto;
        padding: 0;
        max-width: 1140px;
    }

    .section-menu-recolor__message p {
        font-size: 2.4rem;
    }

    .section-menu-recolor__message-sub {
        margin-bottom: 130px;
    }
    .section-menu__contents{
        gap: 100px;
    }
    .section-menu__item {
        margin-bottom: 80px;
    }
    .section-menu__products{
        gap: 100px;
    }
    .section-gallery {
        margin: 200px auto;
        padding: 0;
        max-width: 1140px;
    }
    .section-gallery__contents {
        width: calc(50% - 50px);
    }
    


}