@charset 'utf-8';

/* 共通
------------------------------- */

#header-bl {
  display: none !important;
}

section:nth-of-type(n + 2) {
  margin-top: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
}

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

.wrapper {
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
}

.wrap {
  padding: 4% 10%;
}

.wrap02 {
  padding: 10px;
}

.wrap03 {
  padding-left: 15px;
  padding-right: 15px;
}

.wrap04 {
  padding-left: 30px;
  padding-right: 30px;
}

.wrap-shinsyun-ttl {
  padding: 15px 0;
}

.mT3p {
  margin-top: 3%;
}
.mT4p {
  margin-top: 4%;
}
.mT5p {
  margin-top: 5%;
}
.mT6p {
  margin-top: 6%;
}
.mT7p {
  margin-top: 7%;
}
.mT8p {
  margin-top: 8%;
}
.mT9p {
  margin-top: 9%;
}
.mT10p {
  margin-top: 10%;
}

.mB1p {
  margin-bottom: 1%;
}
.mB2p {
  margin-bottom: 2%;
}
.mB3p {
  margin-bottom: 3%;
}
.mB4p {
  margin-bottom: 4%;
}
.mB5p {
  margin-bottom: 5%;
}
.mB6p {
  margin-bottom: 6%;
}
.mB7p {
  margin-bottom: 7%;
}
.mB8p {
  margin-bottom: 8%;
}
.mB9p {
  margin-bottom: 9%;
}
.mB10p {
  margin-bottom: 10%;
}

.pT3p {
  padding-top: 3%;
}
.pT4p {
  padding-top: 4%;
}
.pT5p {
  padding-top: 5%;
}
.pT6p {
  padding-top: 6%;
}
.pT7p {
  padding-top: 7%;
}
.pT8p {
  padding-top: 8%;
}
.pT9p {
  padding-top: 9%;
}
.pT10p {
  padding-top: 10%;
}

.pB3p {
  padding-bottom: 3%;
}
.pB4p {
  padding-bottom: 4%;
}
.pB5p {
  padding-bottom: 5%;
}
.pB6p {
  padding-bottom: 6%;
}
.pB7p {
  padding-bottom: 7%;
}
.pB8p {
  padding-bottom: 8%;
}
.pB9p {
  padding-bottom: 9%;
}
.pB10p {
  padding-bottom: 10%;
}
.pB15p {
  padding-bottom: 15%;
}
.pB20p {
  padding-bottom: 20%;
}

.position-r {
  position: relative;
}

.center {
  text-align: center;
}

/* mv ----------------- */

#header-bl .header_wrap {
  display: none;
}

body {
  color: #363131;
}

nav {
  color: #363131;
}

.mv {
  justify-content: center;
}

.mv__ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.mv__ttl {
  font-size: clamp(20px, -4px + 6.667vw, 46px);
  font-weight: bold;
  margin-bottom: 5%;
  margin-top: 2%;
}

.mv__logo {
  display: flex;
  justify-content: center;
}

.mv__logo h1 {
  height: auto;
  max-width: min(78%, 550px);
}

.mv__text {
  font-size: clamp(16px, -0.154px + 6.154vw, 24px);
  line-height: 1.25;
  text-align: center;
}

.mv__text02 {
  font-size: clamp(26px, -0.154px + 6.154vw, 36px);
  line-height: 1.25;
  text-align: center;
}

.mv__text03 {
  display: flex;
  justify-content: center;
  font-size: clamp(26px, -0.154px + 6.154vw, 2.3em);
  letter-spacing: 0.1em;
}

.mv__text4 {
  font-size: clamp(18px, -0.154px + 6.154vw, 1em);
  line-height: 1.25;
  text-align: center;
}

.mv__text5 {
  font-size: clamp(16px, -0.154px + 6.154vw, 20px);
  line-height: 2.25;
  text-align: left;
}

.ouen {
  padding: 4% 10px;
}

/* ナビゲーション */
.hero {
  position: relative;
  width: 100%;
  height: 922px;
  overflow: hidden; /* ズームで画像がはみ出した分を隠す */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(../img/sukosapo/image-01.jpg) no-repeat center center;
  background-size: cover;
  transform: scale(1);
  animation: zoomLoop 25s ease-in-out infinite alternate;
  z-index: -1;
}

@keyframes zoomLoop {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2); /* ← 20%拡大に変更 */
  }
}

@media screen and (max-width: 1449px) {
  .sec01 {
    position: relative;
    top: -13px;
  }
}

@media screen and (min-width: 1449px) {
  .sec01 {
    position: relative;
    top: -13px;
  }
}

.hero__item {
  background-color: rgba(244, 255, 254, 0.54);
  padding: 4% 6%;
  border-radius: 67px;
  position: absolute;
  top: 60%;
  left: 2%;
}

.hero__text {
  font-size: clamp(1.9em, 2.462px + 8.205vw, 1.9em);
  color: #363131;
  line-height: 1.6;
}

.nav {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: -75px;
  transform: translateX(-50%);
  z-index: 10;
}

.nav__inner {
  background: #fff;
  border-radius: 50px; /* 丸いカプセル型 */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  padding: 0 4%;
  width: 55vw;
  position: relative;
  top: 20px;
}

.nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.nav__item a {
  display: inline-block;
  text-decoration: none;
  color: #363131;
  font-size: 18px;
  padding: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1620px) {
  .nav__item a {
    font-size: 14px;
  }
}

.nav__item a:hover {
  background-color: rgba(120, 200, 196, 0.5);
  transition: 0.3s;
}

/* ハンバーガーデフォルト：PCでは非表示 */
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 20;
}

/* .nav__toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #363131;
  border-radius: 2px;
  transition: all 0.3s ease;
} */

/* 三本線 */
.nav__toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #363131; /* デフォルトの線色 */
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mv__title {
  font-size: clamp(32px, 2.462px + 8.205vw, 64px);
  color: #78c8c4;
  font-weight: bold;
  margin-bottom: 1%;
  justify-content: center;
  text-align: center;
  border-radius: 67px;
  font-family: serif;
}
small {
  display: block;
  font-size: 100%;
  text-align: center;
  margin-bottom: 1.8rem;
}

.mv__inner {
  background-color: #fff;
  padding: 5%;
  border-radius: 65px;
}

.jump {
  font-size: clamp(18px, 2.308px + 7.692vw, 26px);
  font-weight: bold;
}

.jump2 {
  font-size: clamp(20px, 2.308px + 7.692vw, 1.2em);
  color: #ffffff;
  background-color: #78c8c4;
  margin: 10px;
}

.jump3 {
  font-size: clamp(25px, 2.308px + 7.692vw, 42px);
  font-weight: bold;
  color: #78c8c4;
}

.jump4 {
  font-size: clamp(26px, 2.308px + 7.692vw, 1.8em);
  color: #000000;
  background-color: #ffdada;
}

.jump5 {
  font-size: clamp(26px, 2.308px + 7.692vw, 1.8em);
  color: #000000;
  background-color: #d3d1e8;
}

/* sec01 ----------------- */

.sukosapo_logo {
  display: block;
  margin: 0 auto 5%;
}

.sec01 {
  align-items: center;
  background: #78c8c4;
  display: flex;
  gap: 4%;
}

.sec01-flex__item:first-child {
  flex-grow: 1;
}

/* sec02 ----------------- */
.sec02 .mv__grid {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
.sec02 .mv__grid2 {
  display: flex;
  gap: 20px;
  width: 100%;
}

.sec02 .mv__grid2 {
  display: flex;
  gap: 20px; /* アイテム間の余白 */
  justify-content: center; /* 中央寄せ */
  width: 70%; /* セクション幅いっぱい */
  max-width: 1200px; /* .mv__grid と同じ幅に合わせる */
  margin: 0 auto; /* 横中央に寄せる */
}

.sec02 .mv__grid2 > div {
  flex: 0 1 45%; /* 2つ並べるための幅（調整可） */
  min-width: 0; /* はみ出し防止 */
}

.mv__item_img {
  width: 395px;
}

.mv__item4 picture {
  text-align: center;
}

.mv__itemimg2 {
  max-width: 500px;
} 

.mv__itemimg3 {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

.mv__itemimg {
  display: block;
  width: 35%;
  margin: 0 auto;
}

.mv__itemtext {
  font-size: clamp(16px, 1.538px + 4vw, 1.5em);
  text-align: center;
  position: relative;
  z-index: 0;
}

.line {
  position: relative;
  display: inline-block;
}

.line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px; /* 色を少し下に寄せる */
  width: 100%;
  height: 36%; /* 文字の高さに対する割合（ここを変えると雰囲気調整可） */
  background: #fffb87;
  z-index: -1; /* 文字より後ろに配置 */
}

.mv__itemtitle {
  font-size: clamp(20px, 1.538px + 5.128vw, 27px);
  text-align: center;
  padding-bottom: 10%;
}

.mv__container {
  background-color: #78c8c4; /* 外側の帯色 */
  padding: 0 10% 2%; /* 余白を付けて白い箱が浮いて見えるように */
}

.mv__item3_inner {
  display: flex;
  justify-content: center;
  gap: 20px; /* ボックス間の余白 */
  background-color: #fff; /* 白背景をここに */
}

.mv__item3 {
  flex: 1;
  background: #fff; /* カード自体も白 */
  padding: 3%;
  box-sizing: border-box;
  border-right: 1px solid #000;
}

/* 最後の要素だけボーダーを消す */
.mv__item3:last-child {
  border-right: none;
}

.check-icon {
  top: -14px;
  position: relative;
  width: 6%;
  margin-right: 1%;
}

/* sec02-1 ----------------- */

#sec02-1 {
  padding: 0px 20%;
}

@media screen and (max-width: 780px) {
#sec02-1 {
  padding: 0;
}
}

/* sec02-2 ----------------- */

.mv__item4__img {
  background-image: url("../img/sukosapo/flower.png");
  background-repeat: no-repeat; /* 繰り返ししない */
  background-size: cover; /* 全体をカバー */
  background-position: center; /* 中央寄せ */
}

.mv__item4 {
  display: flex;
  justify-content: center;
  gap: 20px; /* ボックス間の余白 */
  padding: 5% 10%;
}

.mv__item5 {
  display: flex;
  justify-content: center;
  gap: 40px; /* ボックス間の余白 */
  padding: 5% 10%;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 2em solid #fffb87;
  margin: 0 auto;
}

 #picture {
   width: auto;
   justify-content: center;
   display: flex;
 }


/* sec03 ----------------- */

.sec03 {
  background: #f4f2f2;
}
.qa-container {
  max-width: 1000px;
  border: 1px solid #ddd; /* 1つの枠線 */
  overflow: hidden;
  margin: 2rem auto;
  box-shadow: 5px 5px 5px #ddd; /* 内側はみ出し防止 */
}

.qa-container label {
  display: block;
  position: relative;
  background: #ffffff;
  padding: 2rem 2.5rem 2.5rem 2rem;
  cursor: pointer;
  box-shadow: none; /* 外側の影はcontainerで統一する場合 */
  margin: 0; /* ←ここ重要：隙間消す */
}

.qa-container label:hover {
  background: #ffffff;
  opacity: 0.8;
}

.qa-container label:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-right: solid 3px #78c8c4;
  border-bottom: solid 3px #78c8c4;
  transform: rotate(45deg) translate(100%, 100%);
  position: absolute;
  top: 0;
  right: 15px;
  margin-top: 0.5rem;
  margin-right: 1rem;
}
.qa-container input:checked ~ label:after {
  transform: rotate(-135deg) translate(-100%, -100%);
  margin-top: 0.75rem;
}

.qa-container input {
  display: none;
}

.qa-container label p {
  color: #78c8c4;
  font-size: clamp(18px, 1.538px + 5.128vw, 26px);
  margin: 0;
}

.qa-container label p:hover {
  opacity: 0.7;
}


.qa-container .answer {
  font-size: clamp(16px, 1.538px + 4vw, 18px);
  background: #fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, height 0.5s ease-in-out;
  margin: 0; /* ←隙間なし */
  padding: 0 1.5rem; /* 横の余白だけ */
}

.qa-container input:checked ~ .answer {
  height: 5em;
  opacity: 1;
  padding: 1rem 1.5rem; /* 開いた時に上下余白 */
}

/* sec04 ----------------- */
.mv.sec04 {
  background-image: url("../img/sukosapo/access.png");
  background-repeat: no-repeat; /* 繰り返ししない */
  background-size: cover; /* 全体をカバー */
  background-position: center; /* 中央寄せ */
}


/* .sec-shopinfo__map img {
  margin-bottom: 40px;
} */
/* 全体グリッド構成 */
.sec-shopinfo__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PC時：上段2枚 */
  gap: 66px;
  align-items: stretch;
  padding: 0 10%;
}

/* 上段：写真ボックス */
.sec-shopinfo__map {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  height: 370px; /* 固定高さで統一 */
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  overflow: hidden;
}

.sec-shopinfo__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

/* 下段：地図＋文字 横並び */
.sec-shopinfo__maps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 66px;
  grid-column: 1 / 3;
  align-items: stretch;
}

/* 地図ボックス */
.access-map {
  height: 370px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* テキストボックス */
.access-text {
  background: #ffffff9e;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 50px;
}

/* 📱 モバイル時：縦並び＆全て同サイズ統一 */
@media screen and (max-width: 768px) {
  .sec-shopinfo__container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }

  .sec-shopinfo__maps {
    grid-template-columns: 1fr;
    grid-column: 1;
    gap: 20px;
  }

  /* すべてのボックスを同じ高さにする */
  .sec-shopinfo__map,
  .access-map,
  .access-text {
    height: 200px; /* ← スマホ時の共通高さ */
  }

  /* 角丸維持 */
  .sec-shopinfo__map img,
  .access-map iframe {
    border-radius: 4px;
  }
}



/* sec05 ----------------- */

#sec05 {
  background-image: url("../img/sukosapo/contact.png");
  background-repeat: no-repeat; /* 繰り返ししない */
  background-size: cover; /* 全体をカバー */
  background-position: center; /* 中央寄せ */
}

.sec05_box01 {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background: #fffb87;
  padding: 1% 3%;
  font-size: clamp(18px, 1.538px + 6.154vw, 20px);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

.sec05_box02 {
  background-color: #fff;
  justify-content: center;
  display: flex;
  gap: 2%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border: 6px solid #fffb87;
  border-top: none;
  padding: 1% 15% 1% 3%;
  font-size: clamp(16px, 1.538px + 4vw, 18px);
}

.sec05_box03 {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background: #c4e6f4;
  padding: 1% 3%;
  font-size: clamp(18px, 1.538px + 6.154vw, 20px);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}

.sec05_box04 {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border: 6px solid #c4e6f4;
  border-top: none;
  padding: 1% 3%;
  font-size: clamp(16px, 1.538px + 4vw, 18px);
}

.mv__box p {
  letter-spacing: 2px;
  text-align: center;
}

.tel-icon {
  width: 87%;
  padding: 8%;
}

.ff-default .ff-el-form-control {
  background-color: #fffdc2;
  background-clip: padding-box;
  background-image: none;
  border: 1px solid var(--fluentform-border-color);
  border-radius: var(--fluentform-border-radius);
  color: var(--fluentform-secondary);
  font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  line-height: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 11px 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* PCでは改行を無効に */
.sp-only {
  display: none;
}

/* モバイル時のみ改行を有効に */
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

/* footer ----------------- */

.footer_sukosapo {
  font-size: 1.4em;
  background-color: #77c8c4;
  color: #ffffff;
  display: flex;
  gap: 122px;
  padding: 50px;
}

.footer__text {
  font-size: 1em;
  line-height: 1.6;
}

.footer__item {
  flex: 1;
  padding: 0 20px;
}

.footer__list li {
  font-size: 1.4em;
  padding-bottom: 2.5rem;
  padding-left: 2em;
}

.footer__list a {
  text-decoration: none;
  color: #fff;
  font-size: 23px;
}

.footer__item.calendar p {
  text-align: center;
  padding: 1rem 0;
}

button {
  background-color: #a5d8d5;
  border: none;
  border-radius: 5px;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  margin: 5px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #93e6e0;
  opacity: 0.7;
}

.footer__copy__item {
  text-align: center;
  font-size: 0.9em;
  padding: 15px 0;
  background-color: #def2f3;
  color: #000000;
}

.footer__list a:hover {
color: #ffffff;
 transition: 0.3s;
 opacity:   0.6;
}

/* gotop ----------------- */
.to-top {
  /*   position: fixed;
  bottom: 16px;
  right: 30px; */
  position: relative;
  /* top: 20px; */
  bottom: 44px;
  left: 94%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 5px solid #def2f3;
  color: #78c8c4;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.to-top:hover {
  background: #d7f7f6;
  border: 5px solid #d7f7f6;
  transform: scale(1.1);
}

.to-top::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid #78c8c4;
  border-left: 3px solid #78c8c4;
  transform: rotate(45deg); /* 左上がり */
}

.to-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid #78c8c4;
  border-right: 3px solid #78c8c4;
  transform: rotate(-45deg); /* 右上がり */
  margin-left: -16px; /* 中央に寄せる */
}

/* -------------------------------------- 調整用  */
.m0auto {
  margin: 0 auto;
}

.mb10ps {
  margin-bottom: 10%;
}

.pb10ps {
  padding-bottom: 10%;
}

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

    .wrapper {
        max-width: 100%;  /* ← これで横幅いっぱい */
        margin: 0 auto;        /* ← 余白も消す */
    }

  .hero {
    position: relative;
    height: 300px; /* 高さは好みで */
    background: url("../img/sukosapo/image-01-2.jpg") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* タイトルなどが見やすいように */
    text-align: center;
  }

  .hero__item {
    top: 67%;
  }

  .hero__text {
    font-size: 15px;
  }
  /* 
.nav {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: -75px;
  transform: translateX(-50%);
  z-index: 10;
} */

  .nav__inner {
    background: none;
    border-radius: 0; /* 丸いカプセル型 */
    box-shadow: none;
    position: relative;
    top: -24px;
    right: 132px;
    width: 0;
  }
  .nav__list {
    width: 166px;
  }
  .nav__list.active {
    position: absolute;
    top: 56px;
    right: -55px;
  }

  /* 文字リンク全体にホバー効果 */
  .nav__item a {
    display: block; /* aタグをブロック化して li の幅を持たせる */
    padding: 11px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: #363131;
    text-decoration: none;
  }

  /* ホバー時の背景色 */
  .nav__item a:hover {
    background-color: rgba(120, 200, 196, 0.5);
    border-radius: 5px; /* お好みで角丸に */
  }

  /* .nav__item {
  display: inline-block;
  cursor: pointer;
	transition: all 0.3s ease 0s;

} */

  .nav__item:hover {
    background-color: rgba(120, 200, 196, 0.5);
    transition: 0.3s;
  }

  /* モバイル表示 */
  .nav__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* 四角い形 */
    height: 50px;
    background: #fff; /* 背景色 */
    border: 2px solid #78c8c4; /* 枠線をアクセントカラー */
    border-radius: 8px; /* 少し角を丸く */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .nav__toggle span {
    background: #363131; /* 線は濃いグレー */
    width: 60%; /* 中央に収める */
  }

  /* メニュー（デフォルト非表示） */
  .nav__list {
    position: absolute;
    top: 70px;
    right: 10px;
    background: #fff;
    flex-direction: column;
    width: 200px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: none;
  }

  .nav__list.active {
    display: flex;
  }

  /* ハンバーガー開閉アニメーション */
  .nav__toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .nav__toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .nav__toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .mv__text {
    font-size: 16px;
  }

  .jump {
    font-size: 18px;
  }

  .jump2 {
    font-size: 20px;
  }

  .mv__itemtext {
    font-size: 16px;
    padding: 0 8% 2%;
  }

  .jump4 {
    font-size: 20px;
  }

  .jump5 {
    font-size: 20px;
  }

  .mv__text4 {
    padding: 5%;
    font-size: 18px;
  }

  .mv__text5 {
    font-size: 16px;
    line-height: 1.3;
  }

  .qa-container label p {
    font-size: 18px;
  }

  .qa-container label {
    padding: 1rem 1.5rem 1.5rem 1rem;
  }

  .qa-container label:after {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 8px;
    right: 0px;
  }

  .qa-container input:checked ~ .answer {
    height: 8em;
  }

  .mv__item3_inner {
    display: block;
  }
  .mv__item3 {
    border: none;
    padding: 0px 0 20px 25px;
  }

  .mv__itemtitle {
    font-size: clamp(20px, 1.538px + 5.128vw, 2em);
    text-align: center;
    margin: 0;
  }

  .check-icon {
    top: -2px;
    position: relative;
    width: 5%;
    margin-right: 1%;
  }

  .sec05_box02 {
    padding: 2% 8% 1% 0%;
    display: flex;
    align-items: center;
    gap: 0;
  }
  .tel-icon {
    width: 67%;
    padding: 4% 0% 12% 4%;
    margin-left: 30%;
  }

  .mv__tell:first-child {
    flex: 1; /* 左（アイコン側） */
  }

  .mv__tell:last-child {
    flex: 3; /* 右（電話番号側） */
  }

  .mv__box p {
    letter-spacing: 1.3px;
    text-align: center;
  }

  .sec02 .mv__grid {
    display: block;
  }
  .sec02 .mv__grid2 {
    display: block;
    width: 100%;
  }

  .mv__itemimg {
    width: 70%;
    margin-bottom:7% ;
  }

  .mv__item4 {
    display: grid;
    gap: 15px;
  }

  .mv__item5 {
    display: grid;
    gap: 30px;
  }

  .mv__item {
    padding: 10px 20px 0;
  }

  /* access */

  .footer_sukosapo {
    display: block;
    padding: 20px;
  }

  .footer__item {
    flex: none;
    width: 100%;
  }

  .footer__text {
    font-size: 14px;
  }

  .footer__item li {
    font-size: 14px;
    padding-left: 0;
    padding-bottom: 1rem;
  }

  .footer__list a {
    font-size: 14px;
  }

  .footer__item .footer__map {
    text-align: center;
    padding: 1rem 0;
    font-size: 14px;
  }

  /* モバイル用（768px以下の画面幅） */

/* --- スマホ専用設定 --- */
  .hero {
    height: 336px; /* スマホで高さを調整 */
  }

  .hero::before {
    background-position: 70% center; /* 右寄せ表示 */
    animation: zoomLoop 25s ease-in-out infinite alternate; /* ← SPも25秒 */
  }


  .to-top {
    width: 36px; /* ボタンを小さく */
    height: 36px;
    font-size: 18px; /* アイコンや文字も小さく */
    border-width: 3px; /* 枠線も細く */
    left: 88%;
  }

  .to-top::before,
  .to-top::after {
    width: 15px;
    height: 15px;
    border-top-width: 2px;
  }
}
