@charset "utf-8";
/*=========================
main
=========================*/
/* .article__header {
    background-image: url(../images/facial-side.png);
    background-position: left top;
    background-repeat: repeat-y;
    padding-top: 167px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
} */

.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, #D8C6B3 41%, /* 左41%をベージュ */ #ffffff 41% /* 25%から先をホワイト */);
    /* padding-top: 98px; */
    /* padding-bottom: 98px; */
}


.maintitle {
    color: #77624C;
    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%;
    padding-left: 45px;
    /* position: absolute;
    top: 362px;
    left: 133px; */
    z-index: 9997;
    flex-direction: column;
}



.maintitle span{
    display: inline-block;
    min-width: 109px;
}

.maintitle .maintitle_facial {
    display: flex;
    align-items: center;
}

.woman-only {
    font-family: "Shippori Mincho";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }

.maintitle img {
    height: 55px;
    /* margin-bottom: 7px; */
}

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

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

.mainImg__sp {
    display: none;
}

.mainTopics {
        padding: 36px;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    margin-top: 100px;
    /* padding: 50px 40px; */
}


/* article　header　sp */

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

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

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

    .woman-only {
        font-size: 1.8rem;
        }

    .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: block;
    }

    .mainTopics {
        padding: 36px;
        margin-top: -35px;
    }

    .staff {
        text-align: center;
    }

}





.mainTopics__name {
    color: #45311B;
    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;
}


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

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

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

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

.mainTopics__txtbr {
    display: none;
}

}



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

.mainTopics__name {
    font-size: 2rem
    
}

.mainTopics__txt {
    font-size: 1.6rem;
}


.staff img {
        width: 147px;
        height: 154px;
        margin-top: 14px;
    }

.esthetician {
    font-size: 1.2rem;
}

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

}










/* CASAのエステの魅力 */

.treatment-method {
    background-color: rgba(228, 215, 202, 0.45);
    margin-top: 110px;
    padding-top: 86px;
    position: relative;
}

.treatment-method-box {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding: 30px 120px 20px 100px;
}

.treatment-method-box::before {
    display: inline-block;
    content: "";
    background-image: url(../images/flower-small.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 143px;
    height: 149px;
}

.treatment-method-box::after {
    display: inline-block;
    content: "";
    background-image: url(../images/flower-big.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 208px;
    height: 208px;
}


.treatment-method-title {
    text-align: center;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.5;
}

.treatment-method-txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 15px;
}

.method-txt1 {
   font-size: 42px; 
}

.method-txt2 {
   font-size: 28px; 
}

.method-box {
 margin-top: 59px;
}

.method12,
.method345
 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.method345 {
    margin-top: 29px;
}

.method-item {
   background: #FFF;
   width: 373px;
   height: 305px;
   padding: 45px 30px;
   position: relative;
}

.method-item-number {
    color: #3B3B3B;
    font-family: "Pinyon Script";
    font-size: 4.4rem;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 12px;
    left: 12px;
}

.method-item-title { 
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    min-height: 69px;
}

.method-item-title--laesse {
    font-size: 2.5rem;
    line-height: 1;
}

.method-item-title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}

.method-item-txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
}

.facialmenu-btn1 {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 58px 0;
    text-decoration: underline;
    text-underline-offset: 6px;
}




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

.treatment-method-box::after {
    display: inline-block;
    content: "";
    background-image: url(../images/flower-big.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -25px;
    top: 0;
    width: 140px;
    height: 140px;
}

.treatment-method-box::before {
    left: -20px;
    bottom: -45px;
    width: 90px;
    height: 90px;
}

.treatment-method-title {
    font-size: 2rem;
}

.treatment-method-txt {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
}

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

.method-txt2 {
    font-size: 1.6rem;
}

.method345 {
    margin-top: 14px;
}


.method-item-number {
    font-size: 4.2rem;
}


.method-item-title {
    font-size: 2rem;
}

.treatment-method {
    margin-top: 81px;
    padding: 25px;
}

.treatment-method-box {
    padding: 20px 11px;
}

.facialmenu-btn1 {
    font-size: 1.8rem;
    padding: 35px 0;

}

}










/* 初めての方へ */

.FirstTime-container {
    padding-top:60px;
    /* width: 752px; */
    /* width: 58%; */
    width: 50%;
    min-width: 319px;
    margin: 0 auto;
}

.FirstTime-box {
    margin-top: 20px;
    border-top: 7px double #D8C6B3;
    border-bottom: 7px double #D8C6B3;
    padding: 10px;
    width: 415px;
    margin: 0 auto;
    margin-top: 52px;
}

.FirstTime-title {
    color: #77624C;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
}

.discount {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
}

.discount-box {
    display: flex;
    gap: 30px;
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
}

.discount-ex {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    border: 2px solid #D8C6B3; /* 線の太さ・色・種類 */
    padding: 10px;          /* テキストと枠の間の余白 */
    display: inline-block;  /* テキストの幅に合わせる */
    border-radius: 7px;
}

.discount-price {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
} 

.discount-price img {
    margin-bottom: 8px;
}

.price {
    color: #725433;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 20px;
}

.price-big {
    font-size: 2.7rem;
}

.FirstTime-txt {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 29px;
}

.SecondTime-box {
    /* display: inline-flex; */
    align-items: center;
    gap: 10px;
    margin-top: 20px;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.SecondTime-title {
    color: #3B3B3B;
    font-family: "Shippori Mincho";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    border: 1px solid #000;
    padding: 3px 15px;
    display: inline-block;
}
    

.SecondTime-txt {
    font-family: "Shippori Mincho";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}



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


.FirstTime-box {
    width: 70%;
    min-width: 300px;
}

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

.discount {
    font-size: 1.8rem;
}

discount-price {
    font-size: 1.4rem;
}

.price-big {
    font-size: 2rem;
}

.SecondTime-box {
    display: block;
}
}

/* フェイシャルサロンメニュー */

.FacialMenu-box {
    background-color: rgba(216, 198, 179, 0.61);
    max-width: 1078px;
    margin: 0 auto;
    padding: 58px 21px 43px;
    margin-top: 56px;
}

.FacialSaonMenu-title {
    color: #77624C;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1;
}

.FacialSaonMenu-title span {
    color: #77624C;
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
}

.facial-icon1 {
    width: 134.95px;
    height: auto;
    margin-bottom: -50px;
    margin-right: 20px;
}

.facial-icon2 {
    width: 122.48px;
    height: auto;
    margin-bottom: -40px;
    margin-left: 20px;
}

.FacialSaonMenu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    padding-top: 80px;
    padding-bottom: 60px;
    justify-content: center;
}

.FacialSaonMenu-item {
    background-color: #FFF;
    color: #45311B;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 28px;
    display: block;
    padding: 11px 0;
    position: relative;
    transition: 0.4s;
    width: 400px;
    }

.om {
    display: none;
}

.FacialSaonMenu-list li:last-child {
    width: 529px;
    font-size: 2.2rem;
    line-height: 1;
}

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

.FacialSaonMenu-item:hover {
    opacity: 0.5;
}

.FacialSaonMenu-item span {
    color: #45311B;
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
}

.facialmenu-btn2 {
    display: block;
    color: #45311B;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}

.facialmenu-btn2 img {
    width: 32px;
    margin-bottom: -2px;
    margin-left: 5px;
}

.FacialSaonMenu-txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 45px;
}

.btnReserve-hp {
    display: block;
    border-radius: 47px;
    background: #D8C6B3FA;
    padding: 11px 64px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    position: relative;
    transition: 0.4s;
    width: 337px;
    margin: 0 auto;
    margin-top: 21px;
    }

.btnReserve-hp::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: 13px;
    top: 52%;
    transform: translateY(-50%);
}

.btnReserve-hp:hover {
    opacity: 0.5;
}


@media screen and (max-width:865px) {
.FacialSaonMenu-list li:last-child {
    width: 400px;
}
}

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

.FacialSaonMenu-title {
    font-size: 2.8rem;
}

.FacialSaonMenu-title span {
    font-size: 1.3rem;
}

.facial-icon1 {
    width: 54px;
    margin-bottom: -20px;
    margin-right: 10px;
}


.facial-icon2 {
    width: 54px;
    height: auto;
    margin-bottom: -14px;
    margin-left: 3px;
}

.FacialSaonMenu-list {
    padding-top: 32px;
    gap: 17px;
}

.FacialSaonMenu-list {
    padding-bottom: 42px;
}

.FacialSaonMenu-list li:last-child {
    font-size: 2rem;
}

.FacialSaonMenu-item {
    font-size: 1.6rem;
}

.FacialSaonMenu-item span {
    font-size: 1.3rem;
    line-height: 1.0;
}

.om {
    display: block;
}

.FacialSaonMenu-txt {
    font-size: 1.6rem;

}
}






/* Instagram */

.instagram-container {
    background-image: url(../images/Instgram.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 0;
    width: 669px;
    margin: 0 auto;
    margin-top: 61px;    
}

.instagram-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

.instagram-box {
    display: flex;
    gap: 15px;
}

.instagram-box img {
    width: 72px;
    height: auto;
    margin-top: 65px;
}

.instagram-txt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    padding-left: 110px;
    margin-top: 40px;
}




@media screen and (max-width:669px) {
 
/* .instagram-container {
    background-image: none;
    width: 100%;
    text-align: center;
    padding: 20px;
} */

.instagram-container {
    background-image: url(../images/Instagram-sp.png);
    width: 375px;
    margin: 0 auto;
}


.instagram-box {
    display: block;
}

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

.instagram-txt { 
    padding-left:0;
    /* width: 204px; */
    margin: 0 auto;
    /* margin-top: 20px; */
    /* text-align: left; */
    line-height: 1.5;
    padding: 12px 72px 0px 72px;
}

.instagram-txt br {
    display: none;
}

.instagram-icon {
    text-align: center;
}

.instagram-box img {
    margin-top: 0; 
    width: 41px
}
}


/* ホームケア */

.homecare-contener {
    background-color: rgba(228, 215, 202, 0.31);
    max-width: 1078px;
    margin: 0 auto;
    padding: 46px 30px 0 100px;
    margin-top: 60px;
}

.homecare-title {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.5;
}

.homecare-title br {
        display: none;
    }



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

.homecare-contener {
    margin-top: 0;
}

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

.homecare-txt {
    font-size: 1.6rem;
}

.homecare-contener {
    padding: 46px 33px;
}
}


/* グリッド確認 */

.homecare-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.homecare-box{ grid-area: 1 / 1 / 3 / 3; }
.homecare-btn { grid-area: 1 / 1 / 2 / 2; }
.homecare-img { grid-area: 1 / 2 / 3 / 3; }
.homecare-btn { grid-area: 2 / 1 / 3 / 2; }
    

.homecaregoods {
    width: 530px;
}

.homecare-txt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 70px;
}

.homecare-btn {
    background-color: #FFF;
    color: #45311B;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 28px;
    display: block;
    padding: 11px 64px;
    position: relative;
    transition: 0.4s;
    width: 400px;
    margin-top: 39px;
}

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

.homecare-btn:hover {
    opacity: 0.5;
}

/* homecare sp */

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

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

    .homecare-btn {
        width: 100%;
        margin-top: 0;
}

.homecare-txt {
    margin-top:36px;
}
}


.slider {
    margin-top: 113px;
}




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

.facialsalonphoto img {
    width: 25%;
}



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

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

.facialsalonphoto {
    margin-top: 0;
}

.facialsalonphoto img {
    width: 33.33%;
}

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

}
}








/*=========================
footer
=========================*/
.footer {
    background-color:rgba(216, 198, 179, 0.70);;
}

.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: 20px;
}

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

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

.footer__logo address {
    color: #77624C;
    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: #77624C;
    position: absolute;
    bottom: 12px;
    right: 0;
}

.footer_salon_title {
    color: #77624C;
    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: 2px;
}

.footer_salon_title img {
    height: 61px;
    margin-bottom: 6px;
}

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

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

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

.footer__contact {
    flex: 1;
    /* padding-bottom: 47px; */
    position: relative;
    padding: 0 48px;
    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: #77624C;
    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: #77624C;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1;
    padding-top: 19px;
}

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

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

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

.HairSalon-page {
    color: #77624C;
    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 {
    font-size: 2rem;
}
}

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

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

    .btnReserve {
        width: 100%;
    }
    /* footer 913px */






@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 #77624C;
    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: #77624C;     /* 上段の色（調整可） */
        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 */









 
    /* .footer_content{
        display: inline-block;
        width: 100%;
    }

    .footer__contact {
    padding: 0;
    }

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


    .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 li img {
        width: 40%;         
        height: auto;
    }
 */


.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;
}