html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}


body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}


.lp-wrap {
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
}

.hamburger-morph {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-morph__icon {
  width: 100%;
  height: 100%;
}

.hamburger-morph__line {
  fill: none;
  stroke: #796042;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-morph__line:nth-child(1) {
  stroke-dasharray: 60 207;
}

.hamburger-morph__line:nth-child(2) {
  stroke-dasharray: 60 60;
}

.hamburger-morph__line:nth-child(3) {
  stroke-dasharray: 60 207;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(1) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(2) {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(3) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.nav-morph {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.358);
  clip-path: circle(0% at calc(100% - 44px) 44px);
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 900;
}

.nav-morph.active {
  clip-path: circle(150% at calc(100% - 44px) 44px);
}

.nav-morph__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.nav-morph__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav-morph__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-morph.active .nav-morph__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-morph.active .nav-morph__item:nth-child(1) { transition-delay: 0.3s; }
.nav-morph.active .nav-morph__item:nth-child(2) { transition-delay: 0.4s; }
.nav-morph.active .nav-morph__item:nth-child(3) { transition-delay: 0.5s; }
.nav-morph.active .nav-morph__item:nth-child(4) { transition-delay: 0.6s; }

.nav-morph__link {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 28px;
  color: #977851;
  text-decoration: none;
  overflow: hidden;
}

.nav-morph__text,
.nav-morph__hover {
  display: block;
  transition: transform 0.3s ease;
}

.nav-morph__hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(0%);
}

.nav-morph__link:hover .nav-morph__text {
  transform: translateY(-100%);
}

.nav-morph__link:hover .nav-morph__hover {
  transform: translateY(-100%);
}

/* .hero {
  min-height: 100vh;
  background-image: url(./images/back1.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
} */

.container{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  
  animation: image-switch-animation 25s infinite;
}
.src1 {
  background-image: url(../images/back1.jpg);
}
.src2 {
  background-image: url(../images/back2.jpg);
}
.src3 {
  background-image: url(../images/menu1.jpg);
}
.src4 {
  background-image: url(../images/menu3.jpg);
}
.src5 {
  background-image: url(../images/nenu2.jpg);
}
@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
.image:nth-of-type(4) {
  animation-delay: 15s;
}
.image:nth-of-type(5) {
  animation-delay: 20s;
}

@media (min-width: 480px) {

  body {
    background-image: url("../images/backpc.png");
    background-size: cover;
    background-position: center top;

    height: 100vh;         
    overflow: hidden;        
    display: flex;
    align-items: center;     
    justify-content: center;
  }
.lp-wrap {
    height: 100vh;        
    min-height: 0;        
    overflow-y: auto;     
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    scrollbar-width: none;
  }
  .lp-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    background: transparent;
  }
}


/* テキストコンテンツ */
/* .hero-inner {
  position: relative;
  z-index: 1;
  padding: 16px 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
} */

/* ロゴ */
.hero-logo img { 
  width: 50vw;            
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);

}

/* 上部キャッチ */
/* .hero-copy-top {
  color: #977851;
  margin: 550px 0 8px;
  font-size: clamp(24px, 6.8vw, 32px);
  line-height: 1.6;
} */


.about {
  background-color: #faf6f1; /* 薄いベージュ */
  padding: 80px 20px;
  text-align: center;
  color: #000;
  padding-top: 100vh;
}

/* ABOUT */
.about-en {
  font-family: "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  margin-top: 70px;
}

/* まるるについて */
.about-ja {
  font-size: 16px;
  margin-bottom: 40px;
}

/* 丸画像 */
.about-image {
  width: 220px;
  height: 220px;
  margin: 0 auto 40px;
  border-radius: 50%;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* メインタイトル */
.about-title {
  font-size: 28px;
  margin-bottom: 30px;
}

/* 説明文 */
.about-text {
  max-width: 600px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
}

html {
  scroll-behavior: smooth;
}

.about {
  scroll-margin-top: 80px;
}

.owner {
  background-color: #faf6f1;
  padding: 80px 20px;
  text-align: center;
  color: #000;
}

/* 上の「— オーナー —」 */
.owner-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.owner-heading::before,
.owner-heading::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #000;
}

.owner-heading span {
  font-size: 18px;
  letter-spacing: 0.2em;
}

/* 丸画像 */
.owner-image {
  width: 260px;
  height: 260px;
  margin: 0 auto 32px;
  border-radius: 50%;
  overflow: hidden;
}

.owner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 名前 */
.owner-name-ja {
  font-size: 22px;
  margin-bottom: 8px;
}

.owner-name-en {
  font-size: 18px;
  font-family: "Times New Roman", serif;
  margin-bottom: 24px;
}

/* 資格 */
.owner-licence {
  font-size: 15px;
  margin-bottom: 32px;
}

/* 区切り線 */
.owner-line {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 32px;
  border: none;
  border-top: 1px solid #555;
}

/* 自己紹介文 */
.owner-text {
  max-width: 600px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2.2;
}

.menu {
  padding: 40px 20px;
  background: #f7f4ef; /* 薄いベージュ */
}

.menu-item {
  max-width: 680px;
  margin: 0 auto 60px;
}

.menu-item__image img {
  width: 100%;
  height: auto;
  display: block;
}

.menu-item__content {
  margin-top: 24px;
  color: #3a3a3a;
}

.menu-item__title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 8px;
  line-height: 1.4;
}

.menu-item__en {
  display: block;
  font-size: 14px;
  color: #9c8f7a;
  margin-top: 4px;
  font-family: "Times New Roman", serif; /* 雰囲気寄せ */
}

.menu-item__price {
  font-size: 18px;
  margin: 16px 0;
}

.menu-item__text {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}


.voice {
  background-size: cover;
  background-position: center;
  background-color: #faf6f1;
  color: #fff;
}

.voice-inner {
  max-width: 414px;
  margin: 0 auto;
  padding: 32px 20px 40px;
  text-align: center;
  box-sizing: border-box;
}

.voice-heading {
  font-size: clamp(18px, 4.6vw, 22px);
  font-weight: 600;
  color: #977851;
}

/* 上の口コミサムネ3つ */
.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.slick-img img {
  height: auto;
  width: 100%;
}

.slide-arrow {
  background-color: #f9cfdc00;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.prev-arrow {
  border-bottom: 10px solid #f9cfdc00;
  border-left: 0;
  border-right: 10px solid #fff;
  border-top: 10px solid #f9cfdc00;
  left: -25px;
}
.next-arrow {
  border-bottom: 10px solid #f9cfdc00;
  border-left: 10px solid #fff;
  border-right: 0;
  border-top: 10px solid #f9cfdc00;
  right: -25px;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

/* 「口コミをもっと〜」*/
.voice-more {
  font-weight: 500;
  display: inline-block;
  margin: 10px 0 16px;
  padding: 10px 30px;
  font-size: clamp(11px, 3.2vw, 13px);
  line-height: 1.6;
  background: #977851;
  border-radius: 999px;
  color: #fff;
}

/* メインコピー */
.voice-copy {
  font-size: clamp(15px, 4.1vw, 18px);
  line-height: 1.8;
  font-weight: 600;
  margin: 0 0 20px;
  text-shadow:1px 1px 0 #f7a7c3, -1px -1px 0 #f7a7c3,
              -1px 1px 0 #f7a7c3, 1px -1px 0 #f7a7c3,
              0px 1px 0 #f7a7c3,  0-1px 0 #f7a7c3,
              -1px 0 0 #f7a7c3, 1px 0 0 #f7a7c3;
}


/* ===== Q&A ＋ お問い合わせ ===== */

.cp_qa01 {
  border-top: 1px solid #977851;
}
.cp_qa01 .cp_actab input {
  display: none;
}
/*質問テキスト*/
.cp_qa01 .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #977851;
}
.cp_qa01 .cp_actab label {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 1em;
  cursor: pointer;
  border-bottom: 1px solid #977851;
}
.cp_qa01 .cp_actab .cp_actab-content p {
  margin: 1em;
}
.cp_qa01 .cp_actab label:hover {
  color: #977851;
}
.cp_qa01 .cp_actab input:checked ~ label {
  color: #977851;
}
/*答えテキスト*/
.cp_qa01 .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  color: #9c8f7a;
  background: rgba(255, 255, 255, 0.482);
  transition: max-height 0.5s ease;
}
.cp_qa01 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
/*▼アイコン*/
.cp_qa01 .cp_actab label::after {
  position: absolute;
  content: '';
  right: 10px;
  width: 15px;
  height: 10px;
  background: #977851;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: all 0.5s ease;
}

.cp_qa01 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateX(180deg);
  background: #977851;
}

.qa-contact {
  background-size: cover;
  background-position: center;
  background-color: #faf6f1;
  color: #fff;
}

.qa-inner {
  max-width: 414px;
  margin: 0 auto;
  padding: 32px 20px 40px;
  box-sizing: border-box;
  text-align: center;
}

.qa-heading {
  font-size: clamp(18px, 4.6vw, 22px);
  margin: 0 0 16px;
  font-weight: 600;
  color: #977851;
}

/* お問い合わせフォーム */
.qa-heading-contact {
  margin-top: 24px;
  color: #977851;
}

.qa-note {
  font-size: clamp(11px, 3.1vw, 13px);
  line-height: 1.7;
  margin: 0 0 16px;
  color: #796042;
  font-weight: 500;
}
.qa-note1 {
  color: #796042;
}
.qa-form {
  text-align: left;
}

.qa-label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.qa-label input,
.qa-label textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 10px 12px;
  border-radius: 999px;
  border: none;
  font-size: 13px;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}




.map {
  width: 100%;
  max-width: 900px;     
  margin: 20px auto 0;
  position: relative;
  padding-top: 75%;     
}


.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}