/* カスタムフォントの定義 */
@font-face {
    font-family: "poppins.extralight";
    src: url("../FONTS/poppins.extralight.ttf") format("truetype");
}

@font-face {
    font-family: "poppins.light";
    src: url("../FONTS/poppins.light.ttf") format("truetype");
}

@font-face {
    font-family: "poppins.medium";
    src: url("../FONTS/poppins.medium.ttf") format("truetype");
}

@font-face {
    font-family: "theseasons";
    src: url("../FONTS/Fontspring-DEMO-theseasons-lt.otf") format("opentype");
}

@font-face {
  font-family: "Canter";
  src: url("../FONTS/CanterBold.otf") format("opentype");
}
/* フォント適用 */
h1, .highlight {
    font-family: "theseasons", serif; /* フォールバックフォントは serif */
}

p {
    font-family: "poppins.light", sans-serif; /* フォールバックフォントは sans-serif */
	color: #404040;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



h1 {
    font-size: 1.8em;
    font-weight: bold;
    color: #404040;
    margin-bottom: -10px; /* About を .about-box に近づけるために余白を小さくする */
}


h1 {
    font-size: 1.8em;
    font-weight: bold;
    color: #404040;
    margin-bottom: -10px; /* About を .about-box に近づけるために余白を小さくする */
}

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  list-style: none;
}


.canter {
  font-family: 'Canter';
  font-size: 3em;
  letter-spacing: 0.3em;
}

.cantercen {
  font-family: 'Canter';
  text-align: center;
  font-size: 3em;
  letter-spacing: 0.3em;
}

.canter2 {
  font-size: 2.2em;
  font-family: 'Canter';
  text-align: center;
  letter-spacing: 0px ;
}

.fprice {
  font-size: 1.15em;
}
 
.navbar {
  font-family: 'Canter';
  font-size: 36px;
}

.navbar .nav-link, .navbar .dropdown-item {
      color: white;
    }

    .navbar .nav-link:hover, .navbar .dropdown-item:hover {
      color: #ccc;
    }

    .navbar .nav-link {
      padding-top: 1px;
      padding-bottom: 1px;
    }


.bg-body-tertiary {
  bs-bg-opacity: 1;
  background-color: black !important;
}



body {
    font-family: "poppins.extralight";
    background-color: #e4d5d7;
    padding: 10px;
    position: relative;
    overflow-x: hidden; /* 横方向のスクロールを無効化 */
}

/* 背景画像を擬似要素として追加し、半透明に設定 */
body::before {
    content: "";
    position: fixed;
    top: 0; /* 擬似要素を上に固定 */
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('img/bg2.png'); /* 背景画像を設定 */
    background-size: 100vw auto; /* 画面幅の100%に調整 */
    background-repeat: no-repeat; /* 繰り返しなし */
    background-position: top left; /* 画像を常に上に固定 */
    background-attachment: fixed; /* 背景をスクロールに対して固定 */
    opacity: 0.5; /* 背景画像を半透明に */
    z-index: -1; /* コンテンツの後ろに配置 */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; /* 常に1列レイアウト */
    background-color: transparent; /* コンテナの背景を無色に設定 */
    overflow: visible;
    border-radius: 8px;
}

.image-section,
.content-section,
.about-box,
.menu-box,
.staff-about-box,
.facial-box {
    width: 100%;
    max-width: 1000px; /* 共通の最大幅を設定 */
    margin: 0 auto; /* 中央揃え */
    box-sizing: border-box;
}


.image-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-bottom: 30px; /* image-section と h1 の間隔を広げる */
	padding-top: 62px; /* ナビゲーションバーの高さ分だけ余白を追加 */
}

.header-image {
    width: 100%; /* 幅を100%に */
    height: auto; /* 縦横比を保つ */
    max-width: 100%;
    border-radius: 0; /* 角丸を削除 */
}

.content-section {
    padding: 10px;
    background-color: transparent;
}


.trans-box {
    padding: 0px;
    margin-top: 20px;
    width: 100%;
    margin-right: auto; /* 左揃えにするために追加 */
    margin-left: auto; /* 中央揃えにする */
    box-sizing: border-box;
}


.trans-box p {
    text-align: center;
	font-size: 1.25em;
    color: #404040;
    line-height: 1.4;
	font-family: "theseasons";
}


.about-box {
    background-color: rgba(255, 255, 255, 0.5); /* 半透明（60%） */
    border: 2px solid #c9ab7b; /* 枠線を #c9ab7b に設定 */
    border-radius: 4px;
    padding: 35px 20px 20px 20px;
    margin-top: 15px;
}

/* staffのページ */

.staff-about-box {
    background-color: rgba(255, 255, 255, 0.5); /* 半透明（60%） */
    border: 2px solid #c9ab7b; /* 枠線を #c9ab7b に設定 */
    border-radius: 4px;
    padding: 35px 20px 20px 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}


.staff-box {
    border: 10px solid rgba(255, 255, 255, 0.5); /* 枠線を白に設定 */
    margin: 15px auto; /* スタッフボックス自体を中央に配置 */
    width: 85%; /* About-boxよりやや小さいサイズに設定 */
    max-width: 600px; /* 最大幅の制限を設定 */
    padding: 0; /* paddingを削除して、枠線と画像の間の隙間を無くす */
    display: flex;
    justify-content: center; /* 内部コンテンツを中央に配置 */
}

.staff-box img {
    display: block;
    width: 100%; /* 枠内で画像の幅を調整 */
    height: auto; /* 縦横比を保つ */
    max-width: 100%; /* 親要素に合わせて自動調整 */
    border-radius: 0; /* 角を丸めない */
}

.staff-box2 {
    background-color: rgba(255, 255, 255, 0.5); /* 半透明（60%） */
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 55px;
    width: 100%;
}

.staff-box2 img {
    display: block;
    width: 100%; /* 枠内で画像の幅を調整 */
    height: auto; /* 縦横比を保つ */
    max-width: 100%; /* 親要素に合わせて自動調整 */
    border-radius: 0; /* 角を丸めない */
}


.staff-box3 {
    background-color: rgba(255, 255, 255, 0.5); /* 半透明（60%） */
	border: 2px solid #c9ab7b; /* 枠線を #c9ab7b に設定 */
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.staff-box3 img {
    display: block;
    width: 100%; /* 枠内で画像の幅を調整 */
    height: auto; /* 縦横比を保つ */
    max-width: 100%; /* 親要素に合わせて自動調整 */
    border-radius: 0; /* 角を丸めない */
}


/* Facialのページ */

.facial-section {
    display: flex;
    justify-content: space-between; /* h1と画像を横に並べる */
    align-items: flex-end; /* h1と画像を下揃えにする */
    margin-bottom: 5px;
}

.facial-section h1 {
    margin: 0; /* h1の余白を取り除く */
}

.facial-image {
	border: 5px solid #FFFFFF; 
    width: 110px; /* 画像の幅を調整 */
    margin-left: 20px; /* h1と画像の間に余白を追加 */
	margin-bottom: 10px;
}

.facial-image img {
    width: 100%;
    height: auto; /* 縦横比を保ちながらサイズを調整 */
}

.facial-box {
    background-color: rgba(255, 255, 255, 0.5); /* 半透明（60%） */
    border: 2px solid #c9ab7b; /* 枠線を #c9ab7b に設定 */
    border-radius: 4px;
    padding: 35px 20px 20px 20px;
    margin-top: 7px;
    margin-bottom: 5px;
}



.menu-box {
    background-color: rgba(255, 255, 255, 0.5); /* 半透明（60%） */
    padding: 20px 20px 30px 20px;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%;
    margin-right: auto; /* 左揃えにするために追加 */
    margin-left: auto; /* 中央揃えにする */
    box-sizing: border-box;
}


.menu-box h2 {
     font-size: 15px; /* h1のフォントサイズを小さく */
}

.menu-box h3 {
     font-size: 1.2em; /* h1のフォントサイズを小さく */
}

/* menuのページ */
.menu-container {
    position: relative;
    display: flex;
    flex-direction: column; /* 縦方向に並べる */
    align-items: flex-end; /* 右揃えにする */
    padding-top: 50px; /* 画像とボックスの間の余白を調整 */
    max-width: 800px; /* コンテナの最大幅 */
    margin: 0 auto; /* コンテナを中央に配置 */
}

.menu-header {
    display: flex;
    align-items: center; /* h1と画像を垂直方向で中央揃え */
    justify-content: flex-start; /* 左に詰めて配置 */
}

.menu-header h1 {
    font-size: 19px; /* h1のフォントサイズを小さく */
	margin-top: 15px;
	margin-bottom: 15px;
    margin-right: 10px; /* h1と画像の間にスペースを追加 */
}

.menu-image-link {
    display: inline-block;
    text-decoration: none; /* リンクの下線を消す */
}

.menu-image-link img {
    width: 24px; /* 画像の幅を設定 */
    height: 24px; /* 画像の高さを設定 */
    cursor: pointer; /* クリック可能であることを示すカーソル */
    vertical-align:text-top; /* 垂直方向で中央揃え */
}


.menu-image {
    border: 8px solid rgba(255, 255, 255, 0.5); /* ボーダーを半透明に設定 */
    max-width: 600px; /* 最大幅の制限を設定 */
    margin-left: auto; /* 右揃えにする */
    display: flex;
    justify-content: flex-end; /* 内部コンテンツを右に配置 */
    box-sizing: border-box; /* パディングを含めて幅を計算 */
}

.menu-image img {
    width: 100%;
    height: auto; /* 縦横比を保つ */
    display: block;
}


@media (max-width: 768px) {
    .menu-container {
        padding-top: 120px; /* モバイル用の余白調整 */
    }

    .menu-image {
        width: 60%; /* モバイルで画像の幅を広げる */
        margin-left: auto; /* モバイルでも右揃え */
    }
}



.pamper-box {
    background-color: rgba(255, 255, 255, 0.4); /* 半透明 */
    border: 3px solid #c9ab7b; /* ゴールド系の枠線 */
    border-radius: 8px; /* 角を丸める */
    padding: 30px 20px 25px 20px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    text-align: left: ; /* テキストを中央揃え */
    position: relative; /* 価格を右下に配置するため */
}

.pamper-box h1 {
	text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 25px;
}

.pamper-box p{
	font-size: 0.75em;
}


.pamper-box p.services {
    font-size: 0.8em;
	font-family: "theseasons", serif;
    margin: 15px 0 10px 0;
    font-weight: bold;
}

.pamper-box .price {
    font-size: 1.1em;
    font-weight: bold;
    position: absolute;
    bottom: 40px; /* 下部に配置 */
    right: 20px; /* 右側に配置 */
}


.waxing-boxes {
    display: flex;
    gap: 15px; /* ボックス間のスペース */
    justify-content: center; /* ボックス全体を中央揃え */
    flex-wrap: nowrap; /* 2列表示を維持 */
    margin: 0 auto 20px;
}

.waxing-box {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 13px 13px 25px 13px;
    width: 100%; /* 各ボックスの幅を均等に */
    box-sizing: border-box;
}

.waxing-box h2 {
	font-family: "theseasons", serif;
	text-align: center;
    font-size: 1.1em;
    font-weight: bold;
	margin-top: 10px;
    margin-bottom: 20px;
}

.waxing-box p {
    font-size:0.7em;
	display: flex;
	justify-content: space-between; /* 左右に要素を配置 */
    margin: 3px 0;
}

.waxing-note {
	font-size:0.8em;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 35px 20px 20px 20px;
    border-radius: 8px;
    margin: 0 auto;
	margin-bottom: 30px;
}




.contraindications-note {
	font-size:0.8em;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 35px 20px 40px 20px;
    border-radius: 8px;
    margin: 0 auto;
	margin-bottom: 30px;
}

.contraindications-note p{
	font-size:0.9em;
}



p {
    font-size: 0.9em;
    color: #404040;
    line-height: 1.4;
}

p.highlight {
    font-size: 1em;
    font-weight: bold;
}

p.small {
    font-size: 11px;
	margin-left: 10px;
	margin-top: 10px;
}



/* Deep */
.facial-info-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.facial-info-section h1 {
    font-size: 1.7em;
    margin: 10px 0 35px 0;
    font-weight: bold;
    text-align: left; /* タイトルも左揃え */
}

.facial-info-section h2 {
    font-size: 1em;
	font-family: "poppins.medium";
    text-align: left; /* タイトルも左揃え */
}

.facial-info-boxes {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap; /* 2列表示を常に維持 */
    text-align: left; /* 全体を左揃え */
}

.facial-info-box {
    width: 100%;
    max-width: 550px; /* 各ボックスの最大幅 */
    box-sizing: border-box;
}


.facial-info-box p {
    font-size: 0.9em;
    line-height: 1.6;
    margin-bottom: 15px;
}

.facial-info-box ul,
.facial-info-box ol {
	font-family: "poppins.light";
	font-size: 0.9em;
}

.facial-info-box ul li,
.facial-info-box ol li {
	font-family: "poppins.light";
	font-size: 0.9em;
}



/* モバイル用のフォントサイズの調整 */

@media screen and (max-width: 575.98px) {
  p {
    font-size: 0.7em;
    line-height: 1.4em;
    letter-spacing: 0.01em;
  }
}

@media (max-width: 767px) {
    p {
        font-size: 14px; /* モバイルでフォントを小さく */
    }

    .highlight {
        font-size: 16px; /* highlight クラスも小さく */
    }
}

/* レスポンシブに対応しつつ、768px以上でも1列レイアウトを維持 */

@media (min-width: 768px) {
    .container {
        flex-direction: column; /* 768px以上でも1列レイアウト */
    }

    .image-section, .about-box .menu-box .staff-about-box .facial-box {
        width: 100%; /* 幅を100%に */
    }

    .header-image {
        width: 100%; /* 親要素の幅に合わせる */
        height: auto;
    }

    h1 {
        font-size: 32px;
    }

    p {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1200px;
    }

    .image-section, .about-box .menu-box .staff-about-box .facial-box {
        width: 100%; /* 画像とテキストの幅を100%に */
    }

    .header-image {
        width: 100%;
        height: auto;
    }

    h1 {
        font-size: 36px;
    }

    p {
        font-size: 20px;
    }
}