@charset "utf-8";
/* レイアウトのためのCSS */
/* * {
  outline: 1px solid rgba(255, 0, 0, 0.2) !important;
} */
body {
  background: rgb(155, 155, 155, 0.8);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  letter-spacing: 0.2em;
}

body.appear {
  background: #f8f9fa;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}
/* font-family */

h1,
#g-nav-list li:nth-child(1),
#menu-page h2,
#blog h2,
#footer dl dd,
#splash-logo {
  font-family: "Cormorant Garamond", serif;
}

#menu h2 {
  font-family: "Cormorant Garamond", serif;
}

.header-area h1 {
  font-family: "Cormorant Garamond", serif;
}

/* heading */
#menu h2,
#menu-page h2,
#blog h2 {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 50px 0;
  font-weight: normal;
  color: #212121;
}

@media screen and (max-width: 768px) {
  #menu h2,
  #menu-page h2,
  #blog h2 {
    font-size: 3rem;
  }
}

/* area */

#container {
  overflow-x: hidden;
  background: url(../img/大理石4.jpeg) no-repeat center center fixed;
  background-size: cover;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 70px;
}

@media screen and (max-width: 940px) {
  .inner {
    padding: 30px;
  }
}

/* ボタン共通設定 */
.lead-btn {
  display: flex;
  justify-content: end;
  z-index: 9999;
  position: relative;
}

.btn04 {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  border: 1px solid #323232;
  text-decoration: none;
  outline: none;
  /*はみ出す背景色を隠す*/
  overflow: hidden;
  background: #e0e0e0a1;
  text-align: center;
}

/*hoverした際のボタンの形状*/
.btn04:hover {
  color: rgb(56, 3, 54);
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: 0.6s;
}

/*線の設定*/
.btn04 span {
  display: block;
  z-index: 2;
}

/* ボタン共通設定 */
.btn05 {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  padding: 10px 30px;
  color: rgb(56, 3, 54);
  border: 2px solid rgb(56, 3, 54);
  text-decoration: none;
  outline: none;
  /*はみ出す背景色を隠す*/
  overflow: hidden;
}

/*hoverした際のボタンの形状*/
.btn05:hover {
  color: #fff;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: 0.6s;
}

/*線の設定*/
.btn05 span {
  display: block;
  z-index: 2;
}

/* splash */

#splash-logo p {
  font-size: 1.8rem;
  font-weight: normal;
  white-space: nowrap;
}

/* header */

.header-area {
  position: absolute;
  left: 30%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}

.header-area h1 {
  display: block;
  font-size: 6vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 10px;
}

.header-area p {
  font-size: 1.8vw;
  letter-spacing: 0.4em;
  margin: 0 0 20px 0;
  text-align-last: left;
}

.header-area p br {
  display: none;
}

.header-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.header-logo {
  width: 80px;
  height: auto;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
}

.header-logo2 {
  width: 120px;
  height: auto;
  text-transform: uppercase;
  font-size: 1.5rem;
  position: absolute;
  top: 15px;
  left: 95px;
  line-height: 1;
  letter-spacing: 0.2em;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .header-logo {
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
  }

  .header-logo img {
    width: 80%;
  }
  .header-logo2 {
    font-size: 1.2rem;
    position: absolute;
    top: 5px;
    left: 65px;
    height: 60px;
  }

  .header-logo2 img {
    width: 80%;
  }

  .header-area {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 70%;
  }

  .header-area h1 {
    font-size: 8vw;
  }

  .header-area p {
    display: none;
  }
}

.header-logo a {
  color: #eb6100;
}

.header-logo2 a {
  color: #eb6100;
}

h2 {
  text-transform: uppercase;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 960px) {
  .header-area h1 {
    font-size: 4rem;
  }
  .header-area p {
    font-size: 0.9rem;
  }

  .header-area p br {
    display: block;
  }
}

/* gnavi */

#g-nav-list li:nth-of-type(1) a {
  font-size: 1.8rem;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 20px 0;
}

#g-nav-list li:nth-of-type(2) {
  animation-delay: 0.2s;
}
#g-nav-list li:nth-of-type(3) {
  animation-delay: 0.4s;
}
#g-nav-list li:nth-of-type(4) {
  animation-delay: 0.6s;
}
#g-nav-list li:nth-of-type(5) {
  animation-delay: 0.8s;
}
#g-nav-list li:nth-of-type(6) {
  animation-delay: 1.1s;
}
#g-nav-list li:nth-of-type(7) {
  animation-delay: 1.3s;
}

.g-nav-text {
  width: 100%;
  font-size: 1.8rem;
}

/* lead */

#lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 140px;
  background: url(../img/黒背景2.jpeg);
  color: #fff;
}

#lead .lead-img {
  width: 50%;
  min-height: 400px;
  background: url("../img/受付画像.jpg") no-repeat center;
  background-size: cover;
}

#lead .lead-area {
  width: 40%;
  display: flex;
  flex-direction: column;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
    "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1060px) {
  #lead {
    padding-top: 40px;
  }

  #lead .lead-img {
    width: 30%;
  }
  #lead .lead-area {
    width: 68%;
  }
}

@media screen and (max-width: 768px) {
  #lead {
    flex-direction: column-reverse;
  }

  #lead .lead-img,
  #lead .lead-area {
    width: 100%;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝",
      "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }

  #lead .lead-img {
    min-height: 250px;
  }

  #lead .lead-area {
    margin: 0 0 60px 0;
    min-height: 20em;
    justify-content: center;
  }
}

#lead .lead-area h2,
#lead .lead-area p,
#lead .lead-area .lead-btn a {
  /* -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; */
  text-orientation: upright;
}

#lead .lead-area h2 {
  width: 100%;
  line-height: 2.5;
  font-size: 1.4rem;
}

#lead .lead-area p {
  width: 100%;
  padding: 50px 0 0 0;
  line-height: 2.8;
}

#lead .lead-area .lead-btn {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

#lead .btn04 {
  padding: 10px 15px;
}

@media screen and (max-width: 1300px) {
  #lead .lead-area h2 {
    line-height: 2;
  }
  #lead .lead-area p {
    line-height: 2.3;
  }
}

@media screen and (max-width: 768px) {
  #lead .lead-area .lead-btn {
    width: 100%;
    top: 50px;
    text-align: center;
  }

  .btn04 {
    width: 250px;
  }

  .btn05 {
    width: 250px;
  }

  #lead .lead-area h2,
  #lead .lead-area p {
    width: auto;
  }

  #lead .lead-area h2 {
    line-height: 2.2;
    font-size: 1.2rem;
  }

  #lead .lead-area p {
    line-height: 2;
  }

  #lead .lead-area .lead-btn a {
    /* -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb; */
  }

  #lead .btn04 {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 470px) {
  #lead .lead-area h2 {
    line-height: 1.8;
  }
  #lead .lead-area p {
    padding-top: 20px;
  }

  _:-ms-lang(x)::-ms-backdrop,
  #lead .lead-area p {
    width: 8em;
  }

  #lead .lead-area p br {
  }
}

@media screen and (max-width: 350px) {
  #lead .lead-area h2 {
    line-height: 1.6;
  }
  #lead .lead-area p {
    line-height: 1.8;
  }
}

/* shop */
.about-section {
  background: url(../img/大理石4.jpeg);
  padding: 70px 0;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}

.about-container .about {
  width: 40%;
  margin: 0 auto;
}

.about-text {
  width: 100%;
}

.about-ttl {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #333;
  border-left: 6px solid #c8a27e;
  padding-left: 12px;
  font-weight: bold;
}

.about-text {
  font-size: 1rem;
  line-height: 1.9;
  color: #555;
}

.about-images {
  width: 50%;
  gap: 20px;
}

.about-images img {
  width: 100%;
  height: auto;
  padding: 10px; /* 枠と画像の間に余白を作る */
  background: linear-gradient(
    145deg,
    #a48c67,
    #c2bba9
  ); /* フレームの色味：ゴールドベージュ */
  box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.25),
    /* 内側左上の影（へこみ） */ inset -3px -3px 8px rgba(255, 255, 255, 0.7); /* 内側右下の光（浮き上がり） */
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  clip-path: path(
    "M20,0 Hcalc(100% - 20px) Q100%,0 100%,20 Vcalc(100% - 20px) Q100%,100% calc(100% - 20px),100% H20 Q0,100% 0,calc(100% - 20px) V20 Q0,0 20,0 Z"
  );
}

@media (min-width: 768px) {
  .about-images {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .about-container {
    display: flex;
    flex-direction: column;
  }
  .about-text {
    font-size: 0.9rem;
    width: 90%;
  }
  .about-images {
    width: 100%;
  }
  .about-container .about {
    width: 90%;
  }
}

/* menu */

#menu {
  padding: 70px 0;
  background-image: url(../img/大理石4.jpeg);
  background-size: cover; /* ← 背景画像を領域いっぱいに拡大・トリミング */
  background-position: center; /* ← 画像を中央に配置 */
  background-repeat: no-repeat; /* ← 繰り返しを防ぐ */
}

#menu section {
  background: #fff;
  margin: 0 0 10px 0;
}

#menu section h3 {
  font-size: 0.9rem;
  margin: 0 0 10px 0;
}

#menu section p {
  font-size: 0.8rem;
}

#menu .menu-area {
  padding: 20px;
  background: #000000;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(71, 66, 56, 1) 49%,
    rgba(189, 167, 138, 1) 100%
  );
  box-shadow: 5px 0 10px #ccc;
}

#menu .menu-btn {
  text-align: center;
  margin: 50px 0 0 0;
}

#menu .btnbg {
  background-color: rgb(155, 155, 155, 0.8);
}

.refa {
  width: 100%;
  position: relative;
}

.refa-about h2 {
  position: absolute;
  top: 10px;
  left: 30px;
  text-transform: none; /* 大文字化を無効化 */
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.refa-about p {
  position: absolute;
  top: 100px;
  left: 50px;
}

/* staff */

#staff {
  margin: 0 0 0 0;
}

.staff-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#staff .staff-list li {
  position: relative; /* ←基準にするため必須 */
  width: 50%;
  background-image: url("../img/美容背景.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 650px;
}

#staff .staff-list li::after {
  content: "";
  position: absolute; /* ←liを基準に絶対配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* ←liの高さに合わせる */
  background: rgba(141, 111, 69, 0.5);
}

#staff h2 {
  font-size: 2rem;
  background: url(../img/大理石4.jpeg);
  text-align: center;
  color: #212121;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Cormorant Garamond", serif;

  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  #staff {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 550px) {
  #staff h2 {
    margin: 0 0 0 0;
  }

  #staff .staff-list li {
    width: 100%;
  }
}

#staff .staff-list {
  width: 100%;
  margin: 0 auto;
}

.staff-details {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 10;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
}

.staff-details h3 {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  z-index: 10;
  font-weight: bold;
  position: absolute;
  top: -100px;
}

.staff-details p {
  font-size: 0.9rem;
  z-index: 10;
  position: absolute;
  top: -20px;
  font-weight: bold;
}

.staff-details img {
  width: 450px;
  margin: 0 auto;
  position: absolute;
  top: -500px;
  left: 0;
  right: 0;
}

#staff .staff-list dl {
  display: flex;
  justify-content: space-between;
}

#staff .staff-list dt {
  width: 30%;
  padding: 0 0 0 40px;
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 790px) {
  #staff .staff-list dt {
    padding: 0 0 0 10px;
  }

  .staff-details {
    width: 100%;
  }

  #staff .staff-list li {
    height: 550px;
  }

  .staff-details h3 {
    top: -300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .staff-details p {
    top: -230px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .staff-details img {
    width: 350px;
    top: -450px;
    right: -200px;
  }
}

#staff .staff-list dd {
  width: 65%;
}

/* contact */

#contact {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
  background-color: #c9b1ad;
  color: #fff;
}

#contact .contact-img {
  width: 400px;
  min-height: 300px;
  background: url("../img/1.jpg") no-repeat center;
  background-size: cover;
  border-radius: 50% 50% 0 0;
  position: relative;
}

#contact .contact-img::after {
  content: "Halu Beauty Salon";
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%); /* 完全中央寄せ */
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

#contact .contact-area {
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 1190px) {
  #contact .contact-img {
    width: 60%;
  }
  #contact .contact-area {
    width: 35%;
  }
}

@media screen and (max-width: 768px) {
  #contact {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #c9b1ad;
    color: #fff;
  }

  #contact .contact-img::after {
    width: 1000%;
  }

  #contact .contact-img {
    width: 48%;
  }
  #contact .contact-area {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  #contact .contact-img,
  #contact .contact-area {
    width: 100%;
  }
  #contact .contact-img {
    margin: 0 0 50px 0;
  }
}

#contact .contact-area h2 {
  font-size: 1.3rem;
  margin: 0 0 10px 0;
}

#contact .contact-area dt {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
}

#contact .contact-area dd {
  font-size: 0.8rem;
  margin: 0 0 30px 0;
}

/* blog */

#blog {
  margin: 0 0 50px 0;
  display: none;
}
.blog-area {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.blog-area article:nth-of-type(1) {
  width: 30%;
}

.blog-area .blog-block {
  width: 68%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-area .blog-block article {
  margin: 0 0 3vh 0;
}

.blog-area .blog-block article:nth-of-type(1) {
  width: 42%;
  animation-delay: 0.5s;
}
.blog-area .blog-block article:nth-of-type(2) {
  width: 20%;
  animation-delay: 1.5s;
}
.blog-area .blog-block article:nth-of-type(3) {
  width: 32%;
  animation-delay: 1s;
}

.blog-area .blog-block article:nth-of-type(4) {
  width: 32%;
  animation-delay: 0.8s;
}
.blog-area .blog-block article:nth-of-type(5) {
  width: 20%;
  animation-delay: 1.8s;
}
.blog-area .blog-block article:nth-of-type(6) {
  width: 42%;
  animation-delay: 1.5s;
}

@media screen and (max-width: 1300px) {
  .blog-area .blog-block article:nth-of-type(n + 1) {
    width: 48%;
  }
}

@media screen and (max-width: 820px) {
  .blog-area article:nth-of-type(1) {
    width: 50%;
    margin: 0 auto 3vh auto;
  }

  .blog-area .blog-block article:nth-of-type(1) {
    margin: 0 0 3vh 0;
  }

  .blog-area .blog-block {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .blog-area .blog-block article:nth-of-type(n + 1) {
    animation-delay: 0.5s;
  }

  .blog-area article:nth-of-type(1) {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .blog-area .blog-block article:nth-of-type(n + 1) {
    width: 100%;
    animation-delay: 0s !important;
  }
}

.blog-area h3 {
  font-size: 1rem;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 450px) {
  .blog-area h3 {
    font-size: 0.9rem;
  }

  .blog-area p {
    display: none;
  }
}

.blog-area time {
  font-size: 0.8rem;
}

.blog-area img {
  width: auto;
  height: 32vh;
}

.blog-area article:nth-of-type(1) img {
  height: 67vh;
}

.blog-area .blog-block article:nth-of-type(1) img {
  height: 32vh;
}

@media screen and (max-width: 820px) {
  .blog-area article:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }
  .blog-area .blog-block article:nth-of-type(1) img {
    width: auto;
    height: 32vh;
  }
}

@media screen and (max-width: 450px) {
  .blog-area img,
  .blog-area .blog-block article:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }
}

.blog-area figure time {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(226, 162, 178, 0.8);
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
}

.blog-area p {
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 0.9rem;
}

.blog-area span {
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  font-size: 0.8rem;
  white-space: nowrap;
}

/* about */

#about {
  padding: 50px 0 50px 0;
  background: url(../img/大理石4.jpeg);
}

@media screen and (max-width: 768px) {
  #about {
    padding-bottom: 0;
  }
}

#about h2 {
  text-align: center;
  color: #212121;
  margin: 0 0 100px 0;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 550px) {
  #about h2 {
    margin: 0 0 50px 0;
  }
}

#about .about-list {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  color: #555;
}

#about .about-list li {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  color: #555;
}

#about .about-list dl {
  display: flex;
  justify-content: space-between;
}

#about .about-list dt {
  width: 30%;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 790px) {
  #about .about-list dt {
    padding: 0 0 0 10px;
  }
  .about-list li {
    font-size: 0.8rem;
  }
}

#about .about-list dd {
  width: 65%;
}

/* ③ 画面下部固定の2分割ボタン */
.fixed-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--cta-gap);
  background: transparent; /* 仕切りをgapで表現 */
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: var(--shadow);
}

/* 個々のボタン共通 */
.fixed-cta .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--cta-height);
  padding: 0.9rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  border: 0;
  border-radius: var(--radius);
  transition: transform 0.06s ease, opacity 0.2s ease;
  will-change: transform;
}

/* 左側：予約 */
.fixed-cta .cta--primary {
  background: #333;
  color: var(--color-text-on-dark);
}

/* 右側：電話 */
.fixed-cta .cta--phone {
  background: rgba(189, 167, 138);
  color: var(--color-text-on-dark);
  line-height: 1.4;
}

.cta--phone {
  font-size: 0.8rem !important;
}

/* ホバー＆アクティブ */
.fixed-cta .cta--primary:hover {
  background: #333333b3;
}
.fixed-cta .cta--phone:hover {
  background: rgba(189, 167, 138, 0.719);
}
.fixed-cta .cta:active {
  transform: scale(0.98);
}

/* アイコンの見やすさ */
.fixed-cta .cta svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

/* 大きめ画面では少しだけ高さや文字サイズをアップ */
@media (min-width: 768px) {
  :root {
    --cta-height: 72px;
  }
  .fixed-cta .cta {
    font-size: 1.0625rem;
  }
  .mobile-br {
    display: none;
  }
}

/* もしPCでは表示を薄くしたい場合（任意） */
/*
@media (hover: hover) and (pointer: fine) {
  .fixed-cta { opacity: .98; }
}
*/

.sidebar-left {
  padding-left: 10px;
  position: fixed;
  left: 0;
  top: 40%;
  z-index: 5;
}

ul.side-icon {
  margin-bottom: 20px;
}

/*アイコン画像の設定*/
ul.side-icon img {
  width: 50px; /*画像の幅*/
  padding: 10px 10px;
}
ul.side-icon img:hover {
  opacity: 0.8; /*マウスオン時に透明度を80%にする。*/
}

@media screen and (max-width: 760px) {
  .sidebar-left {
    width: 100%;
    position: fixed;
    left: 0;
    top: 35px;
    z-index: 999;
  }

  ul.side-icon {
    display: flex;
    justify-content: center;
  }
}

/* footer */

.footer {
  background: #00020a;
  color: var(--text-dark);
  /* padding: 5rem 0 2rem; */
  /* margin-top: 6rem; */
  position: relative;
  z-index: 99;
}

.footer__container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ロゴセクション */
.footer__logo-section {
  text-align: center;
  margin-bottom: 4rem;
}

.footer__logo img {
  max-width: 40rem;
  height: auto;
  filter: brightness(0.9);
}

/* メインコンテンツ */
.footer__main-content {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

/* ナビゲーション */
.footer__nav-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #747474;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  color: #000000;
}

.footer__nav-list li {
  margin: 0;
  font-size: 1rem;
}

.footer__nav-link {
  display: block;
  padding: 0.8rem 1.2rem;
  color: var(--text-dark);
  text-decoration: none;
  font-size: 1rem;
  border-radius: 0.6rem;
  transition: all 0.3s ease;
  background: rgba(189, 167, 138, 0.8);
}

.footer__nav-link:hover {
  background: rgba(189, 167, 138, 0.8);
  color: var(--dark-brown);
  transform: translateX(0.5rem);
}

/* お問い合わせ・SNS */
.footer__contact {
  width: 100%;
  /* background: silver; */
  padding: 2.5rem;
  border-radius: 1.2rem;
  /* box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1); */
  color: #212121;
}

.footer__contact-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--dark-brown);
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

/* 電話番号 */
.footer__phone {
  text-align: center;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: rgba(189, 167, 138, 0.8);
  border-radius: 0.8rem;
}

.footer__phone-text {
  font-size: 1.3rem;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.footer__phone-number {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-blue);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__phone-number:hover {
  color: var(--dark-gold);
}

/* SNSセクション */
.footer__sns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  z-index: 999;
}

.footer__sns-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
  background: rgba(189, 167, 138, 0.8);
  border-radius: 0.8rem;
  text-decoration: none;
  color: var(--text-dark);
  transition: all 0.3s ease;
  position: relative;
}

.footer__sns-item:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.331);
  background: rgba(189, 167, 138, 0.8);
}

.footer__sns-icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.8rem;
  border-radius: 0.6rem;
}

.footer__sns-icon-wrap {
  position: relative;
  margin-bottom: 0.8rem;
}

.footer__instagram-badge {
  position: absolute;
  bottom: -0.3rem;
  right: -0.3rem;
  width: 1.8rem;
  height: 1.8rem;
  background: white;
  border-radius: 50%;
  padding: 0.2rem;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
}

.footer__sns-item span {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

/* コピーライト */
.footer__copyright {
  text-align: center;
  padding-top: 2rem;
  border-top: 0.1rem solid var(--medium-gold);
  margin-bottom: 40px;
}

.footer__copyright p {
  font-size: 0.8rem;
  color: #747474;
  font-weight: 400;
}

/* レスポンシブデザイン */
@media screen and (max-width: 750px) {
  .footer__container {
    padding: 0 1.5rem;
  }

  .footer__main-content {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer__logo img {
    max-width: 90%;
  }

  .footer__nav-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer__nav-list .wide {
    grid-column: 1 / -1; /* → 2列ぶち抜きで1列表示 */
  }

  .footer__contact {
    padding: 0.1rem;
  }

  .footer__nav-title,
  .footer__contact-title {
    font-size: 1.4rem;
  }

  .footer__nav-link {
    font-size: 0.8rem;
  }

  .footer__phone-number {
    font-size: 1.4rem;
  }

  .footer__sns {
    grid-template-columns: 1fr 1fr;
  }

  .footer__sns-icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  .footer__phone-text {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .footer__sns {
    grid-template-columns: 1fr;
  }

  .footer__nav-list {
    gap: 0.6rem;
  }

  .footer__nav-link {
    padding: 1rem 1.5rem;
    font-size: 0.8rem;
  }

  .footer__phone-number {
    font-size: 1.4rem;
  }
}

/* アニメーション効果 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer__main-content {
  animation: fadeInUp 0.6s ease-out;
}

#menu-page h2 {
  margin-top: 130px;
}

.menu-list {
  display: flex;
  flex-direction: column;
}

.menu-item {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

.menu-box {
  width: 45%;
}

.menu-title {
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.menu-img {
  position: relative;
  width: 100%;
  display: block;
  margin-inline: auto;
  line-height: 0;
  margin-bottom: 40px;
}

.menu-img img {
  width: 100%;
  box-shadow: 20px 20px 0px rgba(15, 0, 0, 0.8);
}

.menu-text {
  width: 45%;
  display: flex;
  flex-direction: column;
  color: #212121;
  text-align-last: left;
}

.menu-text h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.menu-fee-box-inner {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 30px;
}

.menu-fee-box-inner p {
  width: 120px;
}

.menu-fee {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #212121;
  font-weight: bold;
  font-family: "Shippori Mincho B1";
}

@media screen and (max-width: 780px) {
  .menu-item {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  .menu-box,
  .menu-text {
    width: 100%;
    font-size: 0.9rem;
  }

  .menu-text p {
    width: 100%;
    text-align: left;
  }

  .menu-text {
    margin-top: 30px;
    align-items: center;
    text-align: center;
  }
}

.menu__option__title {
  color: #334142;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 1px rgb(62, 40, 11);
}

.menu__option__table {
  margin-top: 40px;
  display: block;
  width: 100%;
  border-right: 1px solid #cabca6;
  border-left: 1px solid #cabca6;
  margin-bottom: 50px;
}

.menu__option__table tbody {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.menu__option__table__tr {
  display: grid;
  grid-template-columns: 1fr auto; /* ← 左可変・右固定 */
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #cabca6;
  border-bottom: 1px solid #cabca6;
}

.menu__option__table__th {
  background: rgba(189, 167, 138);
  color: #efeee8;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.7px;
  padding: 15px 20px;
  border-right: 1px solid #cabca6;
  display: flex;
  align-items: center;
}

.menu__option__table__td--small {
  background: linear-gradient(
      0deg,
      rgba(105, 144, 145, 0.1) 0%,
      rgba(105, 144, 145, 0.1) 100%
    ),
    #efeee8;
  color: #334142;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.7px;
  padding: 15px 20px;
  border-left: 1px solid #cabca6;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* 金額を右寄せに */
  width: 110px; /* ← ここで金額の列幅を統一 */
}

@media screen and (min-width: 780px) {
  .swiper {
    display: none;
  }
  .menu-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 780px) {
  .menu-option {
    display: none;
  }
  .menu__option__table {
    border: none;
  }
  .menu__option__table tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .menu__option__table tbody {
    width: 90%;
  }

  .menu__option__table__tr {
    display: grid;
    grid-template-columns: 1fr auto; /* ←金額列を固定幅に */
    border: 1px solid #cabca6;
  }

  .menu__option__table__th {
    grid-column: 1 / 2;
    padding: 8px 15px;
  }

  .menu__option__table__td--small {
    grid-column: 2 / 3;
    width: 110px; /* 金額の幅を固定 */
    text-align: right; /* 金額は右寄せが自然 */
  }
  .menu__option__table__td--large {
    grid-area: 2 / 1 / 3 / 5;
    border: none;
    padding: 8px 15px;
    line-height: 20px;
    font-size: 11px;
  }
  .menu__option__table__td--small {
    grid-area: 1 / 4 / 2 / 5;
    border: none;
    padding: 8px 15px;
  }
}

.map-section {
  padding-top: 40px;
}

.access-container {
  max-width: 100%;
  margin: 0 auto;
  background: url(../img/大理石4.jpeg);
}

.map-wrap iframe {
  border-radius: 10px;
}

.access-info {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}

.access-info ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.access-address {
  padding-left: 30px;
}

.photo-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.photo-box img {
  width: 45%;
  border-radius: 10px;
}

.photo-box p {
  width: 45%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #212121;
}

.diagram-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
}

.diagram-section {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background: radial-gradient(circle, #38342c 50%, #868686 100%);
}

.diagram-section h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 1.5rem;
}

.diagram-box img {
  width: 45%;
  max-width: 500px;
  border-radius: 10px;
}

.diagram-box p {
  width: 35%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
}

.nearby-section .gallery {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.nearby-section {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.nearby-section h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #212121;
  font-size: 1.5rem;
}

.nearby-section .gallery img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.nearby-section p {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

.access-info ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.access-info h2 {
  width: 100%;
  text-align: center;
  color: #212121;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

/* 全体のボックスデザイン */
.access-box {
  background: #433434a9;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

/* テーブル全体 */
.access-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

/* 見出し */
.access-table th {
  background: #f5f5f5;
  padding: 12px 10px;
  font-weight: 600;
  text-align: left;
  border-bottom: 2px solid #ddd;
  color: #000;
}

/* 行 */
.access-table tr {
  transition: background-color 0.2s;
}
/* セル */
.access-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  color: #ffffff;
}

/* ホバー時 */
.access-table tr:hover {
  background: #f0f8ff;
}

/* 説明文 */
.access-box p {
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  margin-top: 16px;
}

/* カード風デザイン */
.access-card {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr; /* ラベルと値を横並び */
  row-gap: 8px;
  column-gap: 12px;
  border: 1px solid #8e8e8e;
  padding-bottom: 30px;
  text-align: center;
}

.access-card .label {
  width: 100%;
  font-weight: 600;
  color: #fff;
  background-color: #878787;
}

.access-card .value {
  font-weight: 500;
  text-align: center;
  color: #000;
}

/* ヘッダ風のカードタイトル（任意） */
.access-card::before {
  content: "";
}

.parking {
  margin-bottom: 40px;
  color: #212121;
  font-weight: bold;
}

.parking h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.parking-images {
  width: 50%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.parking-images figure {
  width: 95%;
  text-align: center;
  font-size: 1.2rem;
}

.parking-images img {
  width: 100%;
  border-radius: 8px;
}

.parking-text {
  text-align: left;
  margin-top: 20px;
  font-size: 1.1rem;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.slides {
  position: absolute;
  top: 0;
  left: 100%; /* 初期は右に隠す */
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s ease;
}

.slides.active {
  left: 0;
  opacity: 1;
}

.slides.prev {
  left: -100%;
  opacity: 0;
}

.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* サイズが違っても枠に収める */
  border-radius: 12px;
}

/* ドット */
.dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.dot.active-dot,
.dot:hover {
  background-color: #717171;
}

/* モバイル用 */
@media (max-width: 720px) {
  .access-grid {
    grid-template-columns: 1fr; /* 縦並び */
  }
  .access-card {
    grid-template-columns: 1fr; /* ラベル＋値を縦並び */
  }
  .parking-images {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .parking-images figure {
    width: 100%;
  }
  .parking {
    font-weight: normal;
  }
  .nearby-section p {
    font-size: 1rem;
    font-weight: normal;
  }
}

@media (min-width: 720px) {
  .access-grid {
    display: none;
  }
}

@media (max-width: 720px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead {
    display: none;
  }
  tr {
    border-bottom: 1px solid #000;
  }
  td,
  th {
    border: none;
    border-bottom: 1px dashed var(--line);
  }
  td {
    position: relative;
    padding-left: 44%;
  }
  td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 0;
    padding: 12px 0;
    font-weight: 600;
    color: var(--muted);
  }
  td:first-child {
    padding-left: 14px;
    font-weight: 600;
  }
  td:first-child::before {
    content: "";
  }
  caption {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #fe8a37;
    font-weight: bold;
  }
  .note {
    font-size: 12px;
  }
  .access-info .access-box {
    display: none !important;
  }

  .photo-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .photo-box img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .photo-box p {
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
  }

  .diagram-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column !important;
  }

  .diagram-box img {
    width: 100% !important;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .diagram-box p {
    width: 100% !important;
    font-size: 1.2rem !important;
    font-weight: normal !important;
    color: #ffffff;
  }
  .slideshow {
    height: 350px;
  }
}

/* --- Flow --- */
.AI-flow .AI-steps {
  list-style: none;
  padding: 0;
  margin: 2rem auto;
  max-width: 700px;
  color: #004c4c;
}

.AI-flow .AI-steps li {
  background: #fff;
  padding: 1rem;
  margin: 0.8rem 0;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}

.AI-flow .AI-steps li span {
  background: #009999;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.flow-button {
  margin-top: 15px;
}

.flow-button a {
  display: inline-block;
  padding: 10px 60px;
  background: #eb6101; /* オレンジ系（例） */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.2s ease;
}

.flow-button a:hover {
  background: #c94d00;
  transform: translateY(-2px);
}

#flow {
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px;
  background: url(../img/大理石4.jpeg);
}

#flow h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #222;
  margin-top: 50px;
}

.flow-box {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* シャドウで浮かせる */
}

/* 下向き三角 */
.flow-box::after {
  content: "";
  position: absolute;
  bottom: -20px; /* 三角を下に出す */
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 20px 0 20px; /* 下向き三角 */
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1)); /* 三角にも影をつける */
}

.flow-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #d4a017;
  margin-right: 20px;
  flex-shrink: 0;
}

.flow-content {
  display: flex;
  gap: 20px;
  align-items: center;
  flex: 1;
}

.flow-content.reverse {
  flex-direction: row-reverse;
}

.flow-image {
  flex: 1;
  max-width: 300px;
}

.flow-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flow-text {
  padding-left: 10px;
  width: 150%;
  flex: 2;
  color: #000;
}

.flow-text h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #222;
}

.flow-text p {
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 768px) {
  .flow-content,
  .flow-content.reverse {
    flex-direction: column;
    text-align: center;
  }

  .flow-image {
    max-width: 100%;
  }

  .flow-number {
    margin-bottom: 10px;
  }
}
