@charset "utf-8";
/*=========================
main
=========================*/

/* .article__header {
    background: linear-gradient(to right,
        #908C81 41%,
        #ffffff 41%);
    padding-top: 98px;
    padding-bottom: 98px;
} */

/* .article__header {
    background-image: url(../images/hair-side.png);
    background-position: left top;
    background-repeat: repeat-y;
    padding-top: 8vw;
    padding-bottom: 12vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
} */


.article__header {
    /* background-image: url(../images/hair-side.png); */
    background-position: left top;
    background-repeat: repeat-y;
    padding-top: 8vw;
    padding-bottom: 12vw;
    /* padding-top: 167px; */
    /* padding-bottom: 120px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(to right, #908C81 41%, /* 左41%をベージュ */ #ffffff 41% /* 25%から先をホワイト */);
    /* padding-top: 98px; */
    /* padding-bottom: 98px; */
}


.maintitle {
    color: #FFF;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 6.6rem;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    gap: 7px;
    padding-left: 45px;
    /* position: absolute;
    top: 362px;
    left: 133px; */
    z-index: 9997;
}

.maintitle img {
    width: 46px;
    height: 47px;
}


.mainVisual {
    width: 73%;
    margin-right: 0;
    position: relative;
    top: 39px;
}

.mainImg__pc {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.mainImg__sp {
    display: none;
}

/* article　header　sp */

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

    .article__header {
        padding-top: 32px;
        margin-bottom: 0;
        padding-bottom: 0;
        background: linear-gradient(to right, #908C81 80%, /* 左80%をベージュ */ #ffffff 80% /* 80%から先をホワイト */);
    }

    .maintitle {
        font-size: 4.8rem;
        position: absolute;
        top: 80px;
        left: 52px;
    }

    .maintitle img {
        width: 34px;
        height: auto;
    }


    .mainImg__pc {
            display: none;
    }

    .mainImg__sp {
        display: block;
        margin-left: auto;
        margin-right: 0;
        }


    .mainVisual {
        width: 88%;
}
}




.section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    margin-top: 188px;
}

.section--main {
    position: relative;
    padding: 50px 40px;
}

.section--main::after {
    display: inline-block;
    content: "";
    background-image: url(../images/leaf1.png);
    background-size: cover;
    aspect-ratio: 329 / 294;
    position: absolute;
    left: 0;
    top: 0;
    width: 22.8vw;
    transform: translate(-9%,-46%);
}


@media screen and (max-width:769px) {
    .section {
        display: block;
    }

    .section--main::after {
        display: none;
    }

    .hairsalonmenu::after {
        display: none;
    }

    .owner {
        text-align: center;
    }

    .section--main {
    position: relative;
}

    .section--main::before { 
        display: inline-block;
        content: "";
        background-image: url(../images/leaf2.png);
        background-size: cover;
        aspect-ratio: 329 / 294;
        position: absolute;
        right: 0;
        top: -115px;
        width: 32.8vw;
        /* transform: translate(-9%,-46%); */
    }

    .section--main::after { 
        display: inline-block;
        content: "";
        background-image: url(../images/leaf1.png);
        background-size: cover;
        aspect-ratio: 329 / 294;
        position: absolute;
        right: 0;
        top: 631px;
        width: 38.8vw;
        /* transform: translate(-9%,-46%); */
    }



}





.mainTopics__name {
    color: #3B3B3B;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 2.24px;
}


.mainTopics__txt {
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 25px;
}

.mainTopicstxt-box {
    margin-top: 49px;
}

.owner img {
    width: 178px;
    height: 196px;
    margin-top: 150px;
    max-width: none;
}

.owner-stylist {
    color: #3B3B3B;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 15px;
}

.owner-name {
    color: #3B3B3B;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8%;
    margin-top: 10px;
}




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


.mainTopics {
  width: fit-content; /* または任意の幅 */
  margin-left: auto;
  margin-right: auto;
  /* padding: 44px; */
}

.mainTopics__txt br {
    display: none;
}


.mainTopics__name {
    margin-top: -146px;
    font-size: 1.8rem;
}

.mainTopics__txt {
    font-size: 1.6rem;
}

.owner img {
    width: 147px;
    height: 154px;
    margin-top: 34px;

}

.owner-stylist {
    font-size: 1.2rem;
}

.owner-name {
    font-size: 1.8rem;
}
}



/* ヘアサロンメニュー */


.hairsalonmenu {
    position: relative;
}

.hairsalonmenu::after {
    display: inline-block;
    content: "";
    background-image: url(../images/leaf2.png);
    background-size: cover;
    aspect-ratio: 329 / 294;
    position: absolute;
    right: 0;
    top: 0;
    width: 22.8vw;
    transform: translate(0%,-46%);
}



.hairsalonmen-box {
    background-image: url(../images/hairmenu-background.png);
    margin-top: 188px;
    /* height: 859px; */
    /* padding-top: 89px; */
    /* padding-bottom: 100px; */
    padding: 89px 6px 100px;
}


.hairsalonmenu-title {
    color: #000;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: normal;
    /* display: flex; */
    justify-content: center;
}

.hairsalonmenu-title-jp {
    color: #000;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.8;
}


.hair-icon1 {
    width: 96.228px;
    height: 132.43px;
    margin-bottom: -45px;
    margin-right: 30px;
}

.hair-icon2 {
    width: 132.678px;
    height: 106.345px;
    margin-bottom: -35px;
    margin-left: 19px;
}

.hair-menu-list {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 33px;
}


.menu-category {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    padding-top: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.menulist-item,
.menulist-price {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    padding-bottom: 6px;
}

.menulist-item {
    width: 260px;
}

.hairmenu-text {
    width: 800px;
    margin: 0 auto;
    text-align: right;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5; 
}


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


    .hairsalonmen-box {
       margin-top: 49px; 
       padding-top: 33px;
       padding-bottom: 45px;
    }

    .hairsalonmenu::after {
        display: none;
    }

    .hair-menu-list {
            flex-direction: column; /* ← これだけで縦並び */
            align-items: center;     /* 中央揃え（必要なら） */
            gap: 7px;               /* 縦並び用に余白調整（お好みで） */
        }
    .hairmenu-text {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .hairsalonmenu-title {
        font-size: 2rem;
    }

    .hairsalonmenu-title-jp {
        font-size: 1.4rem;
    }

    .hair-icon1 {
        width: 69px;
        height: auto;
        margin-bottom: -36px;
        margin-right: 16px;
    }

    .hair-icon2 {
        width: 85px;
        height: auto;
        margin-bottom: -25px;
        margin-left: 15px;
    }

    .menu-category {
        text-align: center;
    }

    .menulist-item, .menulist-price {
    font-size: 1.5rem;
    }


}











.hairmenu-contact {
    background-color: #908C81;
}

.hairmenu-contact-text {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-top: 26px;
}

.hairmenu-contact-text br {
    display: none;
}

.hairmenu-contactbox {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 65%;
    justify-content: center;
    padding-bottom: 21px;
    gap: 57px;
    padding-top: 19px;
}

.hairmenu-contact-tell {
    color: #FFF;
    text-align: center;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.5;
    /* display: flex; */
    justify-content: center;
    gap: 8px;
}

.hairmenu-contact-tell img {
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
}

.btnContact {
    background-color: #fff;
    color: #908C81;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5; 
    border-radius: 47px;
    display: block;
    padding: 11px 64px;
    font-size: 1.8rem;
    position: relative;
    transition: 0.4s;
}

.btnContact::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/btnmark_gray_white.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 13px;
    top: 51%;
    transform: translateY(-50%);
}

.btnContact:hover {
    opacity: 0.5;
}

.btnContact--accent {
    background-color: #D8C6B3FA;
}





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

.hairmenu-contactbox {
    display: block;
}

    .hairmenu-contact-text {
    font-size: 1.6rem;

    }

.hairmenu-contact-text br {
    display: block;
}

.hairmenu-contact-tell {
    font-size: 2.4rem;
    font-weight: 700;
}

.hairmenu-contact-tell img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.hairmenu-contactbox {
    padding-top: 10px;
}


.btnContact {
    padding: 11px 38px;
    font-size: 16px;
    margin-top: 10px;
}

}











/* 脱毛 */

.Removal-container {
    margin-top: 143px;
}

.Removal-box {
    border: 2px solid #A9A59A;
    width: 970px;
    padding: 48px 0;
    /* margin-top: -118px;
    margin-left: 99px; */
    margin: 0 auto;
    position: relative;
}

.Removal-img {
    width: 90%;
    max-width: 396px;
    height: auto;
    /* height: 258px; */
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-30%,-50%);
    z-index: 5;
}



.Removal-title {
    color: #3B3B3B;
    font-family: "Cormorant Garamond";
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.5;
    background: rgba(182, 175, 166, 0.40);
    width: 664px;
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
    z-index: 10;
}

.Removal-title br{
    display: none;
}


.Removal-title span {
    font-family: "Shippori Mincho";
    color: #3B3B3B;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.5;
}

.Removal-txt {
    color: #3B3B3B;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 2.3;
}


/* 脱毛デザイン囲み */

.DesignRemoval span::after {
    content: "／";
}

.DesignRemoval span:last-child::after {
    display: none;
}






.Removal-txt1 {
    font-family: "Cormorant Garamond";
    font-size: 4rem;
}

.DesignRemoval {
    text-decoration: underline #A9A59A;
    text-underline-offset: 10px;
}

.DesignRemoval-txt {
    color: #3B3B3B;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 15px;
}


@media screen and (max-width:1204px) {
    .Removal-box  {
    width: 100%;
    }


    .Removal-img {
        position: static; 
        transform: none;
        margin-top: 41px;
    }

    .Removal-box {
    border: none;
    text-align: center;
    }

}



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


.Removal-title {
    font-size: 2.8rem;
    line-height: 1;
    margin-top: -91px;
}

.Removal-title br{
    display: block;
}

.Removal-title span {
    font-size: 1.4rem;
}

.Removal-box {
    padding: 0 40px;
    width: fit-content;            /* テキスト幅に合わせる（可） */
    margin: 0 auto;    
}


.Removal-txt1 {
    font-size: 2.6rem;
}

.Removal-txt {
    /* text-align: left; */
    font-size: 1.6rem;
}

.DesignRemoval {
    font-size: 1.6rem;
    display: inline-block;
    border: 1px solid #000;
    padding: 6px 25px;
    margin-top: 0;
}




/* 脱毛デザイン囲み */


.DesignRemoval span {
    display: block;           /* ← 各項目を縦に並べる */
    margin: 4px 0;            /* 上下の余白（任意） */
    text-align: left;
}

.DesignRemoval span::after {
    display: none;
}

.DesignRemoval span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #000;
}







.DesignRemoval-txt {
    text-align: left;
}


.DesignRemoval {
    text-decoration: none;
}
}







/* ホームケア */

.homecare-contener {
    margin-top: 146px;
}

.homecare-box {
    background-image: url(../images/homecare-background.png);
    background-size: cover;
    width: 970px;
    padding: 48px 0;
    margin: 0 auto;
    position: relative;
    padding-left: 347px;
    padding-right: 122px;
}



@media screen and (max-width:970px) {
    .homecare-box {
    width: 100%;
    }

    .homecare-title br{
        display: none;
    }

    .Removal-title {
        width: 80%;
        padding: 13px;
    }

    .homecare-box {
        padding: 36px;
        display: flex;
        flex-direction: column;
        }
    
    .homecare-title {
        order: 0;
    }

     .homecare-txt {
        order: 1;
    }

    .homecare-img {
        order: 2;
    }

    .products-btn {
        order: 3;
    }



    .homecare-contener {
        margin-top: 58px;
    }


    }



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

    .homecare-title br{
        display: block;
    }
}








.homecare-img {
    width: 396px;
    height: auto;
    /* height: 258px; */
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-30%,-20%);
    z-index: 5;
}

.homecare-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 3.04px;
    margin-top: 20px;
}

.homecare-txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 34px;
}

.products-btn {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 47px;
    font-weight: 700;
    display: block;
    padding: 11px 59px;
    position: relative;
    transition: 0.4s;
    margin-top: 34px;
    width: 337px;
    margin-left: auto;
    margin-right: 0;
    border: 1px solid #B6AFA6; 
}

.products-btn::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/btnmark.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.products-btn:hover {
    background-color: #B6AFA6;
    opacity: 0.5;
}

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




    .homecare-contener {
        background-image: url(../images/homecare-background.png);
        background-size: cover;
             width: 970px;
             margin: 0 auto;
    }

    .homecare-img {
        position: static;
        transform: none;
}

    .products-btn {
        width: 100%;
        max-width: 423px;
        margin-left: 0;
}

    .homecare-box {
        background-image: none;
        /* padding: 36px; */
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        max-width: max-content;
        padding-left: 40px;
        padding-right: 40px;
        }
    
    .homecare-title {
        order: 0;
    }

     .homecare-txt {
        order: 1;
        margin-bottom: 20px;
    }

    .homecare-img {
        order: 2;
    }

    .products-btn {
        order: 3;
    }
}

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

    .homecare-contener {
             width: 100%;
}

    .homecare-title {
        font-size: 2rem;
        font-weight: 700;
}
}


@media screen and (max-width:769px) {
  .homecare-title {
    font-size: 2rem;  
}

.homecare-txt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.products-btn {
    font-size: 1.6rem;
}
}









/* AGA */

.AGA-box {
    background-color: rgba(216, 198, 179, 0.20);
    width: 970px;
    margin: 0 auto;
    margin-top: 132px;
    padding: 47px 72px;
}


.phone {
    width: 202px;
    height: 202px;
    margin-top: 15px;
}

.AGA-title {
    font-size: 2.9rem;
    font-weight: 500;
    line-height: 1.5;
}

.AGA-txtbox {
    display: flex;
    margin-top: 20px;
}

/* .AGA-txt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;

} */

.AGA-txt1 {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
}

.AGA-txt1 span {  
font-size: 37px;
}

.AGA-txt2,
.AGA-txt3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}

.AGA-txt3 {
    margin-top: 20px;
}

.AGA-contactbtn {
    border-radius: 28px;
    background-color: #908C81;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    display: block;
    padding: 11px 49px;
    position: relative;
    transition: 0.4s;
    width: 550px;
    margin: 0 auto;
    margin-top: 34px;
}

.AGA-contactbtn::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/btnmark.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 18px;
    top: 51%;
    transform: translateY(-50%);
}

.AGA-contactbtn:hover {
    opacity: 0.5;
}

@media screen and (max-width:970px) {
    .AGA-box {
    width: 100%;
    margin-top: 0;
    padding: 52px 44px;
    background-color: #FFF;
}

.AGA-title {
    font-size: 2rem;
    text-align: center;
}


.AGA-txt1 {
    font-size: 1.8rem;
}

.AGA-txt1 span {  
font-size: 2.5rem;
}

.AGA-txt2,
.AGA-txt3 {
    font-size: 1.4rem;
}

.AGA-contactbtn {
    width: 100%;
    max-width: 423px;
    font-size: 1.4rem;    
}


.phone {
    display: none;
}
}



.slider {
    margin-top: 113px;
}



.hairsalonphoto {
    display: flex;
    margin-top: 113px;
}

.hairsalonphoto img {
    width: 25%;
}


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

.slider {
    margin-top: 0;
}

/* 
.hairsalonphoto {
    margin-top: 0;
    display: none;
} */

.hairsalonphoto {
    margin-top: 0;
}

.hairsalonphoto img {
    width: 33.33%;
}

.hairsalonphoto :nth-child(4) {
    display: none;

}
}








/*=========================
footer
=========================*/
.footer {
    background-color:#908C81;
}

.footer_content {
    display: flex;
    margin: 0 auto;
    padding: 30px 0;
}

.footer__logo {
    width: 31%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    gap: 15px;
}

.footer_logo_img {
    width: 280px;
    margin-right: 30px;
}

.footer__logo::after {
    content: "";
    width: 1px;
    height: 246px;
    background-color: #FFF;
    position: absolute;
    bottom: 12px;
    right: 0;
}

.footer__logo address {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
}

.footer_salon {
   width: 31%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.footer_salon::after {
    content: "";
    width: 1px;
    height: 246px;
    background-color: #FFF;
    position: absolute;
    bottom: 12px;
    right: 0;
}

.footer_salon_title {
    color: #FFF;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.footer_salon_title img {
    width: 43px;
    height: auto;
}

.footer_salon_titlejp {
    color: #FFF;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
}

.salon_open {
    color: #FFF;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 16px;
}

.salon_close {
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
}

.footer__contact {
    flex: 1;
    padding-bottom: 47px;
    position: relative;
    /* padding: 0 48px; */
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.tell-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

.tell {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    gap: 5px;
}

.tell img {
    margin-top: 5px;
    width: 21px;
}

.Reservation {
    color: #FFF;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1;
    padding-top: 19px;
}

.Reservation-tell {
    color: #6E6767;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.btnReserve {
    background-color: #FFF;
    color: #908C81;
    text-shadow: none;
    width: 337px;
}


@media screen and (max-width: 600px) {
.btnReserve {
    width: 100%;
}
}




.btnReserve::after {  
    background-image: url(../images/btnmark_gray_white.png);
}

.FacialSalon-page {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.spfootericon {
    display: none;
}


/* footer sp */
@media screen and (max-width: 1080px) {

.footer_salon_title {
    font-size: 4rem;
}


.footer_salon_titlejp {
    font-size: 2rem;
}

.salon_open {
    font-size: 2rem;
}

.salon_close {
    color: #FFF;
    font-size: 2rem;
}
}

/* footer sp */
@media screen and (max-width: 913px) {

    .footer__contact {
        padding: 0 14px;
        gap: 5px;
}

    .btnReserve {
        width: 100%;
    }
}
/* footer 913px */
   
/* footer sp */
@media screen and (max-width: 769px) {
 
    .footer_content{
        display: inline-block;
        width: 100%;
    }

    .footer__contact {
        gap: 20px;
    }

    .footer_salon {
   width: 100%;
    }
    
    .footer__logo {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
}


.footer_logo_img {
    width: 160px;
    margin-right: 0px;
}


.footer__logo address {
    font-size: 1.4rem;
}

.footer_salon_title img {
    width: 31px;
}

.footer_salon_title {
    font-size: 4rem;
    margin-top: 28px;
}

.footer_salon_titlejp {
    font-size: 1.6rem;
}

.salon_open {
    font-size: 2.2rem;
}

.salon_close {
 font-size: 1.8rem;
}


.Reservation {
    font-size: 2.8rem;
    display: inline-block;
    border: 1px solid #fff;
    padding: 6px 85px;
    margin-top: 29px;
}

    .btnReserve {
        display: none;
    }

    .tell-wrapper {
        display: none;
    }

    .footer__logo::after {
        display: none;
    }

    .footer_salon::after {
        display: none;
}

    .spfootericon {
        display: flex;
        gap: 10px;              /* ボックス同士の間隔 */
        padding: 0;
        list-style: none;
}

    .spfootericon__hair {
        width: 80px;            /* ボックスの大きさ */
        height: 80px;
        background-color: #6E6767;     /* 上段の色（調整可） */
        display: flex;
        justify-content: center; /* アイコンを中央に */
        align-items: center;
        border-radius: 3px;     /* 角丸（必要なら） */
    }

    .spfootericon__hair a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .spfootericon li img {
        width: 43%;         
        /* height: auto; */
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .spfootericon li:nth-child(2) img {
        width: 38%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        }

    .spfootericon li:nth-child(3) img {
        width: 70%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        }

    .footer-reserve li {
        padding: 0;
        margin-top: 0;
    }

    .FacialSalon-page {
    font-size: 1.6rem;
    }

}/* footer 500px */



.copy {
    padding: 6px 0;
    text-align: center;
    background-color: var(--primary-brown);
}

.copy small {
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
}
