@charset "utf-8";
/* CSS Document */
.first-view-onsen {
  background-image: url(../img/onsen/onsen-firstview.webp);
}
.first-view {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1919 / 818;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -60px;
}
.white {
  color: #fff;
}
.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, .55);
}
.onsen1-image {
  width: 96%;
  max-width: 1280px;
  margin: auto;
}
.onsen2-img-box {
  max-width: 720px;
  width: 55%;
}
.onsen2-img img {
  width: 100%;
}
.onsen2-table {
  border-radius: 30px;
  background-color: #fce3cd;
}
.onsen2-text-box {
  max-width: 527px;
  width: 40%;
}
.onsen2-box {
  max-width: 1280px;
  width: 96%;
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
.orange {
  color: #f08437;
}
.onsen2-text-box-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.onsen2-text-box h4 {
  margin: 0 0 10px 0;
}
.onsen2-table {
  margin: 50px 0 0 0;
  padding: 40px 65px;
}
.onsen2-table dl {
  display: flex;
}
.onsen2-table dt {
  width: 10em;
}
.onsen2-table dd {
  width: calc(100% - 10em);
}
.zoom-hover {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zoom-hover a {
  margin: 60px;
}
/* ───────────────
   セクション全体
──────────────── */
.onsen-faq {
  padding: 24px 0;
  background: #e2f0e2;
}
.onsen-faq-lead {
  text-align: center;
  margin-top: 24px;
}
/* ───────────────
   スライダー枠
──────────────── */
.onsen-faq-slider {
  max-width: 1280px;
  margin: 0 auto;
  width: 80%;
}
.onsen-faq-slider .slide {
  width: 100%;
  aspect-ratio: 1280 / 480; /* 8:3比率 */
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 24px 0.5% 24px 0.5%;
}
/* 1枚目（ビジュアル） */
.slide-hero {
  padding: 0;
  background: url('../img/index/onsen-hero1.webp') center/cover no-repeat;
}
/* FAQカード（Q&Aのデザイン） */
.faq-card {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
}
.faq-q {
  font-size: clamp(18px, 1.875vw, 36px) !important;
  background: #f18d3b;
  font-weight: 700;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.faq-q-first {
  font-size: clamp(18px, 1.875vw, 36px) !important;
  background: #f18d3b;
  font-weight: 700;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  text-align: center;
}
.faq-q-text {
  color: #fff;
  font-size: clamp(18px, 1.875vw, 36px) !important;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.faq-q span {
  /*font-weight: 900;*/
  /*  margin-right: 0.5em;*/
}
.faq-q1 {
  position: absolute;
  width:
}
.faq-q2 {
  width: 100%;
}
.faq-q-text span {
  display: block;
  font-size: clamp(14px, 1.458vw, 28px) !important;
}
.faq-a {
  display: flex;
  border: 4px solid #18a3c6;
  border-radius: 20px;
  padding: 18px 20px;
  position: relative;
  background: #fff;
  justify-content: space-between;
}
.faq-a-text {
  width: 92%;
  font-size: clamp(12px, 1.250vw, 24px) !important;
  margin: 0;
  padding: 0;
}
.faq-a-first {
  /*border: 4px solid #18a3c6;*/
  /*border-radius: 20px;*/
  padding: 18px 20px;
  position: relative;
  background: #fff;
}
.faq-a span {
  display: inline-block;
  color: #18a3c6;
  font-weight: 900;
  margin-right: 0.5em;
}
/* ───────────────
   slick矢印（左右の丸ボタン）
──────────────── */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(60px, 5vw, 100px);
  height: clamp(60px, 5vw, 100px);
  border-radius: 50%;
  background: #66a56f; /* 緑背景 */
  color: #fff;
  border: none;
  z-index: 2;
  cursor: pointer;
  transition: background 0.3s ease;
}
.slick-prev img, .slick-next img {
  width: 40%;
}
/* 矢印記号 */
.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 24px;
  line-height: 1;
  color: #fff;
  opacity: 1;
}
/* 左右位置 */
.slick-prev {
  left: clamp(-130px, -6vw, -60px);
}
.slick-next {
  right: clamp(-130px, -6vw, -60px);
}
/* hover時 */
.slick-prev:hover, .slick-next:hover {
  background: #4a8b55;
}
/* ドット非表示 */
.slick-dots {
  display: none !important;
}
/* ───────────────
   SP調整
──────────────── */
@media (max-width: 768px) {
  .first-view {
    margin-bottom: 0px;
  }
  .onsen-faq-slider .slide {
    padding: 16px;
  }
  .faq-q {
    padding: 10px 14px;
  }
  .faq-a {
    padding: 14px 16px;
    border-width: 3px;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev::before, .slick-next::before {
    font-size: 20px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}
/*list系、共通で使えるようにしたもの*/
.list-section {
  background: #fff;
}
.list-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(16px, 3vw, 40px);
}
/* タイトル・リード */
.list-title {
  text-align: center;
  margin: 0 0 .6em;
  color: #2b6b4a;
  font-weight: 700;
}
.list-lead {
  text-align: center;
  /*margin:0 0 clamp(20px,3vw,36px);*/
}
/* 画像グリッド */
.list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.6vw, 50px);
  align-items: start;
}
.list-item {
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(8px, 1.3vw, 14px);
}
.list-item2 {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: clamp(8px, 1.3vw, 14px);
  justify-content: end;
}
.list-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  /*  border-radius: 16px;*/
  /* box-shadow: 0 2px 8px rgba(0,0,0,.06);*/
}
.list-item2 img {
  /*width:100%;*/
  /*  aspect-ratio: 4 / 3;*/
  /*  object-fit: cover;*/
  /*  border-radius: 16px;*/
  /* box-shadow: 0 2px 8px rgba(0,0,0,.06);*/
}
.list-item figcaption b {
  display: block;
  margin: .2em 0 .2em;
  font-size: clamp(16.5px, 1.094vw, 21px);
}
.list-item figcaption p {
  margin: 0;
  font-size: clamp(14px, 0.938vw, 18px);
}
/* 下段 */
.list-outro {
  display: grid;
  /* gapのぶんをそれぞれから半分ずつ引いて、ぴったり1:2に */
  grid-template-columns: calc(33.333% - 25px) calc(66.667% - 25px);
  gap: 50px;
  align-items: center;
  margin-top: clamp(24px, 4vw, 60px);
}
/* ひよこ＆波紋 */
.list-duckpond {
  text-align: center;
  font-size: clamp(9px, 0.938vw, 18px);
}
.list-duckpond .finish {
  margin: .6em 0 .2em;
  font-weight: 700;
  margin: .2em 0 .2em;
  font-size: clamp(10.5px, 1.094vw, 21px);
}
.list-duckpond .note {
  margin: .2em 0 0;
  font-size: .9em;
  opacity: .8;
}
.pond {
  --pond-size: clamp(200px, 24.5vw, 620px);
  --ring-color: #e1efd8;
  --dur: 5s;
  --gap: 1.2s;
  --cy: 10%; /* ← 下方向へ10%移動 */
  position: relative;
  width: var(--pond-size);
  height: /*var(--pond-size)*/ 280px;
  margin: 0 auto;
}
.duck {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(56px, 9vw, 96px);
  height: auto;
  z-index: 2;
}
.ring {
  position: absolute;
  left: calc(50% + var(--cx, 0%));
  top: calc(50% + var(--cy, 0%));
  width: 90%;
  height: 35%;
  border: 6px solid var(--ring-color);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  animation: ripple var(--dur) linear infinite;
  box-sizing: border-box;
}
.ring.r2 {
  animation-delay: calc(var(--gap) * 1);
}
.ring.r3 {
  animation-delay: calc(var(--gap) * 2);
}
.ring.r4 {
  animation-delay: calc(var(--gap) * 3);
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 1.0;
  }
  70% {
    opacity: .6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
/* レスポンシブ */
@media (max-width: 1024px) {
  .list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .list-grid {
    grid-template-columns: 1fr;
  }
  .list-outro {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .list-outro {
    grid-template-columns: 1fr;
  }
}
.orange-spacer {
  background-color: #fce3cd;
  height: 35px;
}
#to-yurukotto {
  padding: 80px 0;
}
#ryoukin {
  padding-top: 80px;
}
.yurukotto-section {
  background: #fff;
  padding: 80px 0;
}
.yurukotto-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  text-align: center;
}
.yurukotto-illust {
  flex: 0 0 200px;
}
.yurukotto-illust.left img {
  max-width: 134px;
  aspect-ratio: 134 / 205;
  width: 67%;
}
.yurukotto-illust.right img {
  max-width: 99px;
  aspect-ratio: 99 / 187;
  width: 50%;
}
.yurukotto-illust img {}
.yurukotto-text {
  flex: 1;
}
.yurukotto-text h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.yurukotto-text p {
  line-height: 1.9;
}
@media screen and (max-width: 900px) {
  .yurukotto-inner {
    flex-direction: column;
    gap: 30px;
  }
  .yurukotto-illust {
    flex: none;
    width: 140px;
  }
}
@media(max-width:767px) {
  .onsen2-box {
    display: block;
    justify-content: space-between;
    margin: 60px auto 10px auto;
  }
  .onsen2-text-box {
    width: 100%;
  }
  .onsen2-img-box {
    width: 100%;
  }
  .onsen2-table {
    margin: 20px 0 0 0;
    padding: 10px 10px;
  }
  .onsen2-table {
    border-radius: 10px;
  }
  .zoom-hover a {
    margin: 20px;
  }
  .onsen-faq-slider .slide {
    aspect-ratio: auto;
  }
  .slick-slide img {
    width: 50%;
  }
  .onsen-faq-slider {
    margin: 0 auto;
    width: 86%;
  }
  .faq-q {
    font-size: clamp(18px, 1.875vw, 36px) !important;
    background: #f18d3b;
    font-weight: 700;
    padding: 14px 18px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .slick-next {
    right: -15px;
  }
  .slick-prev {
    left: -15px;
  }
  .faq-q1 {
    position: static;
  }
  .faq-q1 img {
    display: block;
    margin: auto;
  }
}