@charset "UTF-8";

/* リセットスタイル・基本設定 */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  font-size: 62.5%;
  background-image: url("../assets/images/bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overscroll-behavior-y: none;
  overflow-x: hidden;
  scroll-behavior: auto;
}

body {
  margin: 0;
  padding: 0;
  overscroll-behavior-y: none;
  overflow-x: hidden;
}

/* ページロード前の表示制御 */
body:not(.loaded) .services-section,
body:not(.loaded) .concept-section,
body:not(.loaded) .features-section:not(.hero-section) {
  visibility: hidden;
  opacity: 0;
}

body.loaded .services-section,
body.loaded .concept-section,
body.loaded .features-section:not(.hero-section) {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

html {
  margin: 0;
  padding: 0;
}

/* HTMLとBODYの基本スタイル */
html body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-color);
  font-family: sawarabi-gothic, sans-serif;
  font-size: 62.5%;
  font-style: normal;
  font-weight: 500;
  overflow: auto;
  position: relative;
}

@media screen and (min-width: 980px) {
  html body {
    background-image: url("../assets/images/bg.jpeg");
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 979px) {
  html body {
    background-color: #fff;
  }
  .image-content {
    margin-bottom: 75px;
  }
}

html body img {
  height: auto;
  width: 100%;
}

/* CSS変数 */
:root {
  --background-color: transparent;
  --background-image: url("../assets/images/bg.jpeg");
  --text-color: #464646;
  --blue: #39f;
}

/* PC/SP表示制御 */
@media screen and (min-width: 980px) {
  html body .pc {
    display: block;
  }
  html body .sp {
    display: none !important;
  }
}

@media screen and (max-width: 979px) {
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  html body .sp {
    display: block;
  }
  html body .pc {
    display: none !important;
  }
  .mobile-footer {
    display: none !important;
  }
}

/* モバイルヘッダー */
.mobile-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(70, 70, 70, 0.1);
  position: sticky;
  top: 0;
  z-index: 10;
  height: 70px;
  box-sizing: border-box;
  max-width: 420px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .mobile-header {
    max-width: 480px;
  }
}

/* PC表示時（980px以上）のヘッダー調整 */
@media screen and (min-width: 980px) {
  .mobile-header .header-content {
    justify-content: center !important;
  }

  .header-left-section {
    justify-content: center !important;
    width: 100%;
  }

  .hamburger-menu {
    display: none !important;
  }
}

.mobile-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.header-left-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-logo {
  width: 200px;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* me time テキスト 部分 */
.header-metime {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.metime-text {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgb(181, 150, 58);
  letter-spacing: 1px;
}

/* ハンバーガーメニュー (29x18px) */
.hamburger-menu {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 29px;
  height: 18px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 20px;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #715d41;
  transition: all 0.3s ease;
}

.hamburger-menu:hover .hamburger-line {
  background-color: rgb(181, 150, 58);
}

/* モバイルモックアップフレーム */
.mobile-mockup {
  position: relative;
  max-width: 375px;
  margin: 20px auto;
  background-color: #fff;
}

/* サイドバー (PC用) */
.left-sidebar,
.right-sidebar {
  display: none;
}

@media screen and (max-width: 979px) {
  .left-sidebar,
  .right-sidebar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
  }
}

@media screen and (min-width: 980px) {
  .left-sidebar,
  .right-sidebar {
    display: block;
    position: fixed;
    top: 0;
    width: 35.9375%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
  }

  .left-sidebar {
    left: 0;
    background-image: url("../assets/images/bg.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .right-sidebar {
    right: 0;
    background-image: url("../assets/images/bg.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .be-lovely-section,
  .about-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #666;
    font-size: 1.5rem;
  }

  .sidebar-logo {
    margin-bottom: 30px;
  }

  .sidebar-logo img {
    width: 120px;
    height: auto;
    object-fit: contain;
  }

  .sidebar-promotion-button {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
    pointer-events: auto;
  }

  .sidebar-promotion-button:hover {
    transform: scale(1.05);
  }

  .sidebar-promotion-button img {
    width: 280px;
    height: auto;
    border-radius: 60px;
  }

  /* 右サイドバー メニュー */
  .sidebar-nav {
    margin: 0;
  }

  .sidebar-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .sidebar-menu-list li {
    margin-bottom: 15px;
  }

  .sidebar-menu-list a {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    color: rgb(113, 93, 65);
    text-decoration: none;
    display: block;
    padding: 10px 0;
    transition: all 0.3s ease;
    pointer-events: auto;
  }

  .sidebar-menu-list a:hover {
    color: rgb(181, 150, 58);
    transform: scale(1.05);
  }

  .sidebar-instagram-item {
    margin-top: 15px !important;
  }

  .sidebar-instagram-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px !important;
    border: 1px solid rgb(113, 93, 65) !important;
    border-radius: 8px;
    transition: all 0.3s ease !important;
    pointer-events: auto;
  }

  .sidebar-instagram-link:hover {
    background-color: rgb(181, 150, 58) !important;
    border-color: rgb(181, 150, 58) !important;
    color: white !important;
  }

  .sidebar-instagram-link svg {
    color: rgb(113, 93, 65);
    transition: color 0.3s ease;
  }

  .sidebar-instagram-link:hover svg {
    color: white;
  }

  .bottom-section,
  .copyright {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #999;
    font-size: 1rem;
  }
}

/* メインコンテンツ */
html body #main-content {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 480px;
}

@media screen and (min-width: 980px) {
  html body #main-content {
    max-width: 420px;
    width: auto;
  }
}

@media screen and (min-width: 1400px) {
  html body #main-content {
    max-width: 480px;
  }

  html body .frame {
    max-width: 480px;
  }
}

/* フレーム関連 */
html body .frame {
  left: 0;
  margin-inline: auto;
  max-width: 420px;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: auto;
  z-index: 4;
  background-image: url("../assets/images/bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

html body .frame.top {
  top: 0;
}

html body .frame.bottom {
  bottom: 0;
}

html body .frame img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

/* セクション */
html body .section {
  background-color: transparent;
  border-radius: 0;
  margin-inline: auto;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  width: 100%;
  max-width: 480px;
  z-index: 1;
}

@media screen and (min-width: 980px) {
  html body .section {
    width: 100%;
  }
}

html body .section .section-head {
  color: var(--blue);
  padding-top: 7.8571428571%;
  position: relative;
  z-index: 2;
}

html body .section .section-head h2 {
  font-family: greycliff-gurmukhi-cf, sans-serif;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.28;
  text-align: center;
}

@media screen and (min-width: 540px) {
  html body .section .section-head h2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 540px) and (min-width: 980px) {
  html body .section .section-head h2 {
    font-size: 0.9191176471vw;
  }
}

@media screen and (min-width: 540px) and (min-width: 980px) and (min-width: 1950px) {
  html body .section .section-head h2 {
    font-size: 18px;
  }
}

html body .section .section-head .section-top {
  margin-top: 11.4285714286%;
  position: relative;
}

html body .section .section-head .section-top .img {
  position: relative;
  z-index: 1;
}

html body .section .section-head .section-top .shita,
html body .section .section-head .section-top .ue {
  align-items: center;
  display: flex;
  font-family: greycliff-gurmukhi-cf, sans-serif;
  font-size: 11.7333333333vw;
  font-style: normal;
  font-weight: 800;
  justify-content: flex-start;
  left: 0;
  line-height: 1;
  margin-inline: auto;
  position: absolute;
  right: 0;
  width: 90%;
  z-index: 2;
}

@media screen and (min-width: 540px) {
  html body .section .section-head .section-top .shita,
  html body .section .section-head .section-top .ue {
    font-size: 63.36px;
  }
}

@media screen and (min-width: 540px) and (min-width: 980px) {
  html body .section .section-head .section-top .shita,
  html body .section .section-head .section-top .ue {
    font-size: 3.2352941176vw;
  }
}

@media screen and (min-width: 540px) and (min-width: 980px) and (min-width: 1950px) {
  html body .section .section-head .section-top .shita,
  html body .section .section-head .section-top .ue {
    font-size: 63.36px;
  }
}

html body .section .section-head .section-top .shita span,
html body .section .section-head .section-top .ue span {
  display: block;
}

html body .section .section-head .section-top .ue {
  margin-top: -6.4285714286%;
  top: 0;
}

html body .section .section-head .section-top .shita {
  bottom: 0;
  justify-content: center;
  margin-bottom: -5.7142857143%;
}

html body .section .section-head .jp-lead {
  color: var(--text-color);
  font-size: 4vw;
  margin-top: 14.2857142857%;
  text-align: center;
}

@media screen and (min-width: 540px) {
  html body .section .section-head .jp-lead {
    font-size: 21.6px;
  }
}

@media screen and (min-width: 540px) and (min-width: 980px) {
  html body .section .section-head .jp-lead {
    font-size: 1.1029411765vw;
  }
}

@media screen and (min-width: 540px) and (min-width: 980px) and (min-width: 1950px) {
  html body .section .section-head .jp-lead {
    font-size: 21.6px;
  }
}

html body .section .section-head .en-lead {
  font-family: greycliff-gurmukhi-cf, sans-serif;
  font-size: 3.3333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.28;
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 540px) {
  html body .section .section-head .en-lead {
    font-size: 18px;
  }
}

@media screen and (min-width: 540px) and (min-width: 980px) {
  html body .section .section-head .en-lead {
    font-size: 0.9191176471vw;
  }
}

@media screen and (min-width: 540px) and (min-width: 980px) and (min-width: 1950px) {
  html body .section .section-head .en-lead {
    font-size: 18px;
  }
}

/* メインコンテンツ内のセクション共通スタイル */
@media screen and (max-width: 979px) {
  /* モバイルでは全セクションを連続して表示 */
  html body #main-content .section {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    width: 100%;
  }

  html body #main-content .hero-section {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  /* モバイルで各セクションの配景色を維持 */
  html body #main-content .section .feature-content,
  html body #main-content .section .features-header-content {
    background-color: #fff;
    margin: 0;
    padding: 20px 15px;
  }

  /* モバイルでのFeatures配景色 */
  html body #main-content #feature1 .feature-content {
    background-color: rgb(247, 245, 239);
  }

  html body #main-content #feature2 .feature-content {
    background-color: rgb(248, 245, 239);
  }

  html body #main-content #feature3 .feature-content {
    background-color: rgb(248, 245, 239);
  }
}

/* ヒーローセクション */
.hero-section {
  background-color: #fff;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

.hero-content {
  position: relative;
}

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

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

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.hero-title {
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: rgb(181, 150, 58);
  margin: 0 0 20px 0;
}

.opening-text {
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 400;
  color: white;
  margin: 0 0 10px 0;
}

.opening-date {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin: 0 0 5px 0;
}

.opening-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin: 0;
}

/* FEATURESヘッダーセクション */
.features-header-section {
  background-color: transparent;
  text-align: center;
}

.features-header-section .features-header-content {
  background-color: #fff;
  margin: 0px;
}

.features-header-content {
  padding: 20px 20px 15px 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
}

.features-main-title {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  margin: 0;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.features-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  margin: 0;
  white-space: nowrap;
}

/* フィーチャーセクション */
.features-section {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.features-section img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.concept-content {
  margin: 10px 0;
}

/* サービスセクション */
.services-section {
  background-color: #fff;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .services-section {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0 0px 40px;
  }
}

.service-highlights {
  margin: 0 auto 40px auto;
  border: 2px solid rgb(181, 150, 58);
  padding: 20px 20px 0px;
  border-radius: 5px;
  max-width: 350px;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.highlight-dot {
  width: 8px;
  height: 8px;
  background-color: rgb(181, 150, 58);
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 8px;
  flex-shrink: 0;
}

.highlight-item p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  margin: 0;
  line-height: 1.5;
}

/* Equipment ヘッダー */
.equipment-header {
  text-align: center;
  margin: 30px auto 40px auto;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
}

.equipment-title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  margin: 0;
}

.equipment-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  margin: 0;
}

.services-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
}

.service-item {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 10px;
}

.service-image {
  width: 100%;
  height: auto;
  background-color: rgb(248, 245, 239);
  border-radius: 0;
  margin-bottom: 15px;
}

.service-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.service-item h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: rgb(113, 93, 65);
  margin: 0;
  line-height: 1.3;
  padding: 0;
}

.service-item.haircare-content {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px !important;
  height: auto !important;
}

.service-item.haircare-content .haircare-grid {
  display: flex;
  gap: 0;
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: center;
}

.service-item.haircare-content .haircare-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}

.service-item.haircare-content .service-image {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.service-item.haircare-content .service-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.haircare-item-name {
	background: #F8F8F8;
	padding: 10px;
	color: #715D41;
	font-size: 12px;
	display: block;
	width: 97%;
	border-radius: 4px;
	margin-top: 10px;
}
.haircare-item-name-l {
	margin-right: 3%;
}
.haircare-item-name-r {
	margin-left: 3%;
}

.access-section {
  background-color: transparent;
  position: relative;
  margin: 0 auto;
  max-width: 480px;
}

.access-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.access-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-overlay {
  position: relative;
  z-index: 2;
  margin: 0;
  min-height: 682px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.access-header {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 15px;
  margin-bottom: 0;
}

.access-title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  margin: 0;
}

.access-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  margin: 0;
}

.metime-label {
  font-family: Inter, sans-serif;
  font-size: 43px;
  font-weight: 400;
  color: rgb(181, 150, 58);
  margin: 0;
  transform: rotate(352deg);
  position: absolute;
  top: 83px;
  right: 202px;
  z-index: 9999;
}

.access-image-container {
  margin: 54px auto 30px auto;
  z-index: 3;
  position: relative;
}

.access-image {
  width: 100%;
  max-width: 335px;
  height: 251px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
}

.access-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 420px;
  align-items: center;
}

.google-maps-container {
  background-color: transparent;
  border: none;
  border-radius: 8px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .google-maps-container {
    padding: 0;
  }
}

.google-maps-container iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 8px;
}

.access-address {
  background-color: transparent;
  border-radius: 0;
  padding: 20px 20px 40px 20px;
  text-align: left;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.access-address p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
}

@media screen and (min-width: 980px) {
  .access-section {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}

/* レビューセクション */
.review-section {
  position: relative;
}

.review-background {
  position: relative;
}

@media screen and (min-width: 980px) {
  .review-background img {
    min-height: 470px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .review-slider-container {
    width: 85%;
    max-width: 300px;
  }
}

@media screen and (max-width: 480px) {
  .review-slider-container {
    width: 80%;
    max-width: 280px !important;
  }

  .review-slide img {
    max-height: 250px;
  }
}

.review-title-container {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 80%;
  max-width: 300px;
}

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

.review-slider-container {
  position: absolute;
  top: 96px;
  /* bottom: 0px; */
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 350px;
  z-index: 3;
  /* padding-bottom: 30px; */
}

.review-slider {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.review-slide {
  display: none;
  width: 100%;
}

.review-slide.active {
  display: block;
}

.review-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.review-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 10px;
}

.review-prev,
.review-next {
  background-color: rgba(113, 93, 65, 0.8);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.review-prev:hover,
.review-next:hover {
  background-color: rgb(113, 93, 65);
}

.review-dots {
  display: flex;
  gap: 8px;
}

.review-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.review-dot.active {
  background-color: rgb(181, 150, 58);
}

/* 料金セクション */
.pricing-section {
  background-color: rgb(248, 245, 239);
}

@media screen and (min-width: 980px) {
  .pricing-section {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 40px 20px;
  }
}

.pricing-plans {
  margin-bottom: 30px;
}

.plan-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 20px;
  position: relative;
}

.plan-item.recommended::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: rgb(181, 150, 58);
  border-radius: 15px 15px 0 0;
}

.plan-header {
  text-align: center;
  margin-bottom: 20px;
}

.plan-name {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  color: white;
  background-color: rgb(181, 150, 58);
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  margin: 0;
}

.plan-item:nth-child(2) .plan-name {
  background-color: rgb(199, 177, 110);
}

.plan-item:nth-child(3) .plan-name {
  background-color: rgb(173, 164, 138);
}

.plan-price {
  text-align: center;
  margin-bottom: 15px;
}

.price-amount {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  color: rgb(113, 93, 65);
}

.price-unit {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  color: rgb(113, 93, 65);
}

.price-tax {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: rgb(113, 93, 65);
  margin-left: 5px;
}

.plan-description {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.reservation-info {
  text-align: center;
  margin-top: 30px;
}

.reservation-info p {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  color: rgb(88, 103, 50);
  line-height: 1.4;
  margin: 0;
}

/* プロモーションセクション */
.promotion-section {
  background-color: #fff;
  padding: 0px 20px 20px;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 45px !important;
}

.promotion-content {
  max-width: 420px;
  margin: 0 auto;
}

.promotion-button {
  display: block;
  margin: 0 auto 20px;
  text-decoration: none;
}

.promotion-button img {
  width: 100%;
  max-width: 375px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.promotion-button:hover img {
  transform: scale(1.05);
}

.promotion-text {
  text-align: center;
}

.promotion-line1,
.promotion-line2 {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  margin: 0 0 8px 0;
  line-height: 1.5;
}

.promotion-line2 {
  margin-bottom: 0;
}

@media screen and (min-width: 1400px) {
  .promotion-content {
    max-width: 480px;
  }
}

/* FAQセクション */
.faq-section {
  background-color: rgb(248, 245, 239) !important;
  padding: 10px 20px 80px 20px;
  max-width: 480px;
}

.faq-content {
  max-width: 100%;
  padding-bottom: 25px;
}

.faq-header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.faq-main-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: rgb(113, 93, 65);
  margin: 0;
  padding-top: 20px 20px 0px;
  text-transform: uppercase;
}

.faq-title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(113, 93, 65);
  margin: 0;
}

@media screen and (min-width: 980px) {
  .faq-section {
    background-color: rgb(248, 245, 239);
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0px 20px;
  }
}

.faq-list {
  max-width: 100%;
}

.faq-item {
  border-bottom: none;
  padding: 0;
}

.faq-item:last-child .faq-question {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: none;
  padding: 20px 0;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid rgba(113, 93, 65, 0.2);
}

.faq-question:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.faq-question > span:first-child {
  display: flex;
  align-items: center;
  gap: 15px;
}

.faq-icon {
  font-size: 20px;
  font-weight: 300;
  color: rgb(113, 93, 65);
  flex-shrink: 0;
}

.faq-answer {
  display: none;
  align-items: flex-start;
  margin-top: 15px;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 8px;
  overflow: visible;
}

.faq-item.open .faq-answer {
  display: flex;
}

.faq-label {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  margin-right: 15px;
  flex-shrink: 0;
}

.faq-text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  line-height: 1.5;
}

.faq-text-small {
  font-size: 13.5px;
}

/* コンタクトセクション */
.contact-section {
  background-color: #fff;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .contact-section {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0px 10px;
  }
}

.contact-title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  margin: 35px 0 30px 0;
}

.contact-description {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  line-height: 1.5;
  margin: 0 0 30px 0;
}

.contact-button {
  display: flex;
  background-color: rgb(113, 93, 65);
  color: #fff;
  text-decoration: none;
  padding: 16px 23px;
  border-radius: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 1.5;
  text-align: center;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin: 0 10px 30px;
  min-width: 245px;
}

.contact-button:hover {
  background-color: rgb(92, 76, 53);
}

/* Bottom Button Section */
.bottom-button-section {
  position: fixed !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 9999 !important;
  background-color: transparent;
  margin: 0 !important;
  padding: 0px;
  max-width: 480px;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .bottom-button-section {
    display: none !important;
  }
}

.bottom-image-button {
  display: block;
  width: 100%;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.bottom-image-button img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

/* ハンバーガーメニューオーバーレイ */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Prevent body scroll when menu is active */
body.menu-active {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

.menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: rgba(240, 237, 232, 0.95);
  backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  overflow-y: auto;
  padding-bottom: 100px;
}

.menu-overlay.active .menu-content {
  transform: translateX(0);
}

.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 30px;
  color: rgb(113, 93, 65);
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}

.menu-close:hover {
  color: rgb(181, 150, 58);
}

.menu-nav {
  margin-top: 5vh;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-list li {
  margin-bottom: 2vh;
}

@media screen and (max-height: 700px) {
  .menu-list li {
    margin-bottom: 1vh;
  }
}

.menu-list a {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: rgb(113, 93, 65);
  text-decoration: none;
  display: block;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.menu-list a:hover {
  color: rgb(181, 150, 58);
  transform: scale(1.05);
}

/* Instagram アイテム */
.instagram-item {
  margin-top: 15px !important;
  padding-top: 15px !important;
}

.instagram-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px !important;
  border: 1px solid rgb(113, 93, 65) !important;
  border-radius: 8px;
  transition: all 0.3s ease !important;
}

.instagram-link:hover {
  background-color: rgb(181, 150, 58) !important;
  border-color: rgb(181, 150, 58) !important;
  color: white !important;
}

.instagram-link svg {
  color: rgb(113, 93, 65);
  transition: color 0.3s ease;
}

.instagram-link:hover svg {
  color: white;
}

@media screen and (max-width: 400px) {
  .menu-content {
    width: 280px;
  }
}

/* Join Us セクション */
.join-us-section {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.join-us-section img {
  width: 100%;
  height: auto;
  display: block;
}

/* 料金プランセクション */
.pricing-plan-section {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.pricing-plan-section img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.contact-address p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  color: rgb(113, 93, 65);
  line-height: 1.4;
  margin: 0;
}

/* モバイルフッター */
.mobile-footer {
  display: none;
}

.mobile-footer .about-section h3 {
  font-size: 2rem;
  color: var(--blue);
  margin: 0 0 15px 0;
  font-weight: 600;
}

.mobile-footer .about-section p {
  font-size: 1.4rem;
  color: var(--text-color);
  margin: 0 0 30px 0;
}

.mobile-footer .copyright {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(70, 70, 70, 0.1);
}

.mobile-footer .copyright p {
  font-size: 1.2rem;
  color: #999;
  margin: 0;
}

/* レスポンシブ調整 */
@media screen and (min-width: 980px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing-plans {
    display: flex;
    gap: 20px;
  }

  .plan-item {
    flex: 1;
  }
}
