@charset "utf-8";

/* .nav {
    z-index: 0;
} */

.header__topic {
    z-index: 0;
}

.Reserve-sp {
    z-index: 0;
}

.header__btn {
    z-index: 0;
}


.maintitle-box {
  margin-top: 181px;
}

.maintitle-box ul {
    display: flex;
    gap: 20px;
    list-style: none; /* 必要なら箇条書き解除 */
    padding: 0;
    margin-top: 50px;
}

.maintitle {
  color: #6E6767;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 6.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.main-txt {
  color: #000;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 37px;
}

.product-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 42px;
}

.product-btn br {
    display: none;
}

.product-btn__hair {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 4.8px rgba(0, 0, 0, 0.25);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    background-color: #7B7871;
    border-radius: 22px;
    display: flex;
    width: 28%;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 8px;
    width: 390px;
}

.product-btn__facial {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 4.8px rgba(110, 101, 91, 0.70);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.66px;
    background-color: #CCB399;
    border-radius: 22px;
    display: flex;
    width: 28%;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 8px;
    width: 390px;
}


@media screen and (max-width:769px) {
    .maintitle {
        font-size: 3.8rem;
        margin-top: -50px;
    }

    .maintitle-box ul {
        gap: 9px;
    }

    .main-txt {
        font-size: 1.6rem;
        padding: 0 40px;
        text-align: left;
    }

    .product-btn br {
    display: block;
}

    .product-btn__hair {
        font-size: 1.5rem;
        width: 164px;
        padding: 10px 12px;
    }

    .product-btn__facial {
        font-size: 1.5rem;
        width: 164px;
        padding: 10px 12px;
    }
}








.hair-container {
  background: #545351;
  padding: 125px 10%;
  margin-top: 97px;
}

.hair-title {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
}


.hair-title-txt {
  color: #FFF;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-top: 45px;
}


.facial-container {
  background: #F7E8D9;
  padding: 125px 10%;
}

.facial-title {
  color: #4A433D;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
}

.facial-title-txt {
  color: #4A433D;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-top: 45px;
}


.products {
    display: flex;
    flex-wrap: wrap;        /* 折り返し */
    gap: 20px;              /* アイテム同士の間隔 */
    list-style: none;
    padding: 0;
    margin-top: 84px ;


}

.products-img {
  width: 100%;
  height: auto;
  display: block;
}



@media screen and (max-width:769px) {
    .hair-container {
        margin-top: 63px;
        padding: 60px 10%;
    }

    .products {
        margin-top: 42px;
    }

    .hair-title {
        font-size: 2.1rem;
    }

    .hair-title-txt {
        font-size: 1.6rem;
        text-align: left;
    }

    .facial-container {
        padding: 60px 10%;
    }

    .facial-title {
        font-size: 2.1rem;
    }

    .facial-title-txt {
        font-size: 1.6rem;
        text-align: left;
    }
}



.products li {
    /* flex: 1 1 calc(25% - 20px);  最大4列（25%） */
    box-sizing: border-box;
    width: calc((100% - 60px) / 4);
}

/* タブレット：2列 */
@media screen and (max-width:769px) {

    .products li {
        flex: 1 1 calc(50% - 20px);
    }
}






.product-menu__hair {
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.product-menu__facial {
  color: #4A433D;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.price__hair {
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.price__facial {
  color: #4A433D;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}




/* モーダルを開くボタンのスタイル */
.open-modal {
  /* position: absolute; ボタンをページ上に絶対位置で配置 */
  /* top: 50%; ボタンを縦方向に中央に配置 */
  /* left: 50%; ボタンを横方向に中央に配置 */
  width: 100%; /* ボタンの幅 */
  /* height: 60px; ボタンの高さ */
  /* font-size: 18px; ボタン内のテキストのフォントサイズ */
  /* font-weight: bold; テキストのフォントを太字に設定 */
  color: #fff; /* ボタンのテキストカラーを白に設定 */
  border: #000; /* ボタンの境界線を黒に設定 */
  /* border-radius: 14px; ボタンの角を丸くするための半径 */
  cursor: pointer; /* カーソルがホバーした時にポインタが表示されるように設定 */
  /* transform: translate(-50%, -50%); 中央に位置するための補正 */
}

.open-modal div {
  padding: 20px 10px;
}


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  /* inset: 0; */
  background: rgba(0,0,0,0.5);
  width: 100%; /* モーダルが画面全体の幅を占める */
  height: 100%; /* モーダルが画面全体の高さを占める */
  z-index: 50;
}

.modal.active {
  display: flex;
}

.modal-content {
    position: fixed; /* モーダル内容が画面上に固定されるように設定 */
    top: 50%; /* 縦方向の配置 */
    left: 50%; /* 横方向の中央に配置 */
    transform: translate(-50%, -50%); /* 完全に中央に配置するための補正 */
    padding: 16px; /* モーダル内の余白を設定 */
    width: 30%; /* モーダルの幅 */
    /* height: 60px; モーダルの高さ */
    background-color: #fefefe; /* モーダルの背景色を白に設定 */
    border: 1px solid #888; /* 境界線の色を薄いグレーに設定 */
    border-radius: 10px; /* モーダルの角を丸くするための半径 */
    height: 83%;
    display: flex;
    align-items: center;
    width: 50%;
    height: 50%;
    overflow: auto;
  }


.modal--txtbox {
  padding: 20px 10px;
}

.modal-content h3 {
  font-size: 2rem;
}

.modal-content p {
  font-size: 1.8rem;
  margin-top: 20px;
}



/* モーダルを閉じるボタン（×）のスタイル */
.close-modal {
  position: absolute; /* モーダル内で絶対位置に配置 */
  display: flex; /* ボタン内のテキストが中央に配置されるようにフレックスボックスを使用 */
  align-items: center; /* ボタン内のテキストを縦方向に中央揃え */
  justify-content: center; /* ボタン内のテキストを横方向に中央揃え */
  top: 15px; /* モーダル内容の上部から離れた位置に配置 */
  right: 15px; /* モーダル内容の右端から離れた位置に配置 */
  font-size: 28px; /* 閉じるボタンのフォントサイズ */
  font-weight: bold; /* 閉じるボタンのフォントを太字に設定 */
  cursor: pointer; /* ホバー時にポインタが表示されるように設定 */
  color: #FFF; /* 閉じるボタンのテキストカラーを白に設定 */
  width: 40px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  background-color: #333; /* ボタンの背景色をダークグレーに設定 */
  border: #333; /* ボタンの境界線を背景と同じ色に設定 */
  border-radius: 50%; /* ボタンを丸くするための半径 */
}


@media screen and (max-width:769px) {
   .modal-content {
    display: block;
    width: 80%;
    max-width: 500px;
    height: 90%;
    align-items: center;
   } 

   .modal-img {
    width: 200px;
    display: block;
    margin: 0 auto;
   }
}
















/*=========================
footer
=========================*/

.footer_content {
    display: flex;
    margin: 0 auto;
}

.footer__logo {
    width: 35%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.footer__logo address {
    color: #6E6767;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 37px;
}



.footer__contact {
    border-left: 1px solid #000;
    flex: 1;
    padding-bottom: 47px;
}

.footer-reserve {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.footer-reserve li {
    position: relative;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.footer-reserve li:first-child::after {
    content: "";
    width: 1px;
    height: 150px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
}

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

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

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

.Reserve-title {
    display: flex;
    justify-content: center;
    color: #6E6767;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    gap: 2px;
}

.Reserve-title img {
    width: 34px;
    margin-bottom: 5px;
}

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

.Reservation {
    color: #6E6767;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 38px;
}

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

.spfootericon {
    display: none;
}

/* footer sp */
@media screen and (max-width: 1068px) {
.btnReserve{
    font-size: 1.6rem;
}
}

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

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

    .footer-reserve {
        display: inline-block;
        width: 100%;
    }

    .footer__logo {
        flex-direction: row;
        width: 100%;
        display: flex;                 
        justify-content: center;       
        align-items: end; 
        margin-top: 31px;
        gap: 80px;           
    }   

    .footer__contact {
        border-left: none;
    }

     .footer-reserve li:first-child::after {
        content: none;
    }

    .footer-reserve li {
        margin-top: 20px;
    }
} */

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

.footer__logo {
    width: 29%;
}


.footer-reserve li {
    padding: 0 6px;
}
}


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

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

    .footer-reserve {
        display: inline-block;
        width: 100%;
    }

    .footer__logo {
        flex-direction: row;
        width: 100%;
        display: flex;                 /* 横並び */
        justify-content: center;       /* 水平中央 */
        align-items: end; 
        margin-top: 31px; 
        gap: 0;              
    }

    .footer__logo img {
        width: 159px;
    }

    .footer__logo address {
        margin-top: 0;
        font-size: 1.2rem;
    }

    .Reservation {
        border: 1px solid #333; /* 枠線 */
        padding: 0 85px;          /* 内側の余白 */ 
        width: fit-content;       /* 内容に合わせた幅にする */
        margin: 0 auto;
        margin-top: 34px; 
        font-size: 2.8rem;  
    }

    .Reserve-title {
        line-height: 1;
    }

    .footer__contact { 
        border-left: none;
    }

    .footer-reserve li:first-child::after {
        content: none;
    }
    .footer-reserve div {
        margin-top: 17px;
    }

    .footer__contact {
        padding-bottom: 32px;
    }

    .btnReserve {
        display: none;
    }

    .tell-wrapper {
        display: none;
    }

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

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

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

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

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

}/* footer 657px */



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

