@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap");
@media screen and (min-width: 680px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
:root {
  --green: #0c9351;
  --mizu: #3ebabe;
  --kimidori: #6bc949;
  --yellow: #fff000;
  --red: #e60012;
  --beige: #f0eee9;
  --blue: #1968b3;
  --kon: #004868;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

html,
body {
  overflow-x: clip;
} /* または hidden でもOK */
p {
  line-height: 1.8;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
}

a.alink {
  text-decoration: underline;
  color: var(--green);
}

section {
  padding: 4rem 0;
}

.narrow {
  width: min(600px, 80vw);
  margin: auto;
}

.wide {
  line-height: 2;
  font-weight: 600;
}

.p-padding {
  padding: 2rem;
}
@media (max-width: 768px) {
  .p-padding {
    padding: 1rem;
  }
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-family: "Fugaz One", "Noto Sans JP", sans-serif;
  color: var(--blue);
  font-size: 4.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2.5rem;
}
h2 span {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding-left: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  h2 span {
    display: block;
  }
}

h3 {
  font-size: 2.5rem;
}

h4 {
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
h4 span {
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
}

.red {
  color: var(--red);
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-md-6 {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .mb-md-6 {
    margin-bottom: 3rem;
  }
}

#footer {
  padding-top: 3.5rem;
  background-color: #fff;
  color: var(--kon);
  position: relative;
}

#totop {
  position: absolute;
  right: 3%;
  bottom: 3%;
  display: flex;
}
@media (max-width: 768px) {
  #totop {
    right: 3%;
    bottom: 75%;
  }
}

.totop-woman {
  animation: kaku-rotate 5s infinite steps(1);
}
.totop-woman img {
  width: 60px;
}
@media (max-width: 768px) {
  .totop-woman img {
    width: 50px;
  }
}

.copyright {
  margin: 2rem;
  font-size: 14px;
}

.hero {
  position: relative;
  height: 90vh;
  overflow: hidden;
  padding: 0;
  background-image: url(img/aqua-back.jpg);
}

#top-catch {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 600px;
  align-items: center; /* 中央揃えを確実にする */
  gap: 20px; /* コピー同士の隙間を調整 */
}
#top-catch img {
  /* 影の設定：左右 0, 上下 0, ぼかし 10px, 濃い紺色 */
  filter: drop-shadow(0 0 8px rgba(0, 32, 96, 0.8));
}
@media (max-width: 768px) {
  #top-catch {
    top: 45%;
  }
  #top-catch img {
    width: 300px;
  }
}

#top-imgs img {
  position: absolute;
  border-radius: 30px;
}
#top-imgs .ti1 img {
  width: 400px;
  top: 5%;
  left: -5%;
  z-index: 10;
}
@media (max-width: 768px) {
  #top-imgs .ti1 img {
    width: 300px;
    top: -10%;
    left: -15%;
  }
}
#top-imgs .ti2 img {
  width: 350px;
  top: 40%;
  left: 5%;
}
@media (max-width: 768px) {
  #top-imgs .ti2 img {
    width: 150px;
    top: 8%;
    left: 70%;
  }
}
#top-imgs .ti3 img {
  width: 200px;
  top: 70%;
  left: 3%;
}
@media (max-width: 768px) {
  #top-imgs .ti3 img {
    display: none;
  }
}
#top-imgs .ti4 img {
  width: 500px;
  top: 10%;
  right: -8%;
}
@media (max-width: 768px) {
  #top-imgs .ti4 img {
    width: 300px;
    top: 50%;
    right: -8%;
  }
}
#top-imgs .ti5 img {
  width: 300px;
  top: 55%;
  right: 5%;
}
@media (max-width: 768px) {
  #top-imgs .ti5 img {
    width: 100px;
    top: 80%;
    right: 75%;
  }
}

.bg-koushi {
  background-image: url(img/bk-koushi.png);
}

#price,
#payment {
  background-image: url(img/bg-beige.jpg);
}

#access {
  background-image: url(img/bg-blue.jpg);
  color: white;
}

ul.gaiyou-list {
  list-style: none;
  line-height: 1.8;
  padding: 0;
}
ul.gaiyou-list li {
  padding: 1rem;
  border-bottom: 1px solid white;
}
ul.gaiyou-list li span {
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-right: 1rem;
}
ul.gaiyou-list li a {
  color: white;
}

.btn-sb {
  width: min(300px, 70vw);
  display: flex; /* ← inline-block から変更 */
  align-items: center; /* ← 垂直中央 */
  justify-content: center; /* ← 水平中央 */
  background-color: #fff;
  color: var(--red);
  border: solid 3px var(--red);
  text-align: center;
  font-weight: 700;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 6px 0 #a1020f; /* 下に影 */
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
}
.btn-sb img {
  width: 25px;
  padding-left: 8px;
}

.btn-sb span {
  display: block;
  font-size: 0.85rem;
  font-weight: normal;
}

.btn-sb:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b5370c;
}

.btn-sb:active {
  transform: translateY(4px);
  box-shadow: none;
}

/* 小さい文字がある方（電話で予約する）をやや高さ調整 */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 25vw;
  padding-right: 1rem;
}
.scroll-infinity__item:nth-child(odd) {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .scroll-infinity__item {
    width: 50vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
  border-radius: 10px;
}

.photo-gallery {
  max-width: 800px; /* お好みで */
  margin: 0 auto;
}

/* メイン画像 */
.slider-for img {
  width: 100%;
  height: 420px; /* お好みの高さ */
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* サムネイル */
.slider-nav {
  margin-top: 20px;
}

.slider-nav .slick-slide {
  margin: 0 5px;
}

.slider-nav img {
  width: 100%;
  height: 100px; /* サムネ高さ */
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  cursor: pointer;
}

.slider-nav .slick-current img {
  opacity: 1;
}

/* 矢印をサンプルのようなシンプルな「< >」に */
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  color: #000;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

@media (max-width: 768px) {
  .slider-for img {
    height: 260px;
  }
  .slider-nav img {
    height: 70px;
  }
}
.slick-prev-custom,
.slick-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* 左右位置（お好みで調整） */
.slick-prev-custom {
  left: -50px;
}

.slick-next-custom {
  right: -50px;
}

/* SVGの大きさ */
.slick-prev-custom img,
.slick-next-custom img {
  width: 24px; /* 矢印のサイズ */
  height: auto;
}

/* hover で少し濃くするなど */
.slick-prev-custom:hover img,
.slick-next-custom:hover img {
  opacity: 0.8;
}

.marker {
  background-color: yellow;
  padding: 0 2px;
}

.nd-logo {
  max-width: 380px;
  margin: auto;
  margin-bottom: 4rem;
}

.pay-box {
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 2rem;
}
.pay-box h3 {
  background-color: black;
  color: white;
  font-size: 1.1rem;
  letter-spacing: 0.4rem;
  padding: 0.8rem;
  border-radius: 20px 20px 0 0;
}
.pay-box .pay-content {
  padding: 1.3rem;
}

.price {
  padding: 0 1rem;
  font-family: "Fugaz One", sans-serif;
  font-size: 2rem;
  color: var(--mizu);
  font-weight: 500;
}
.price span {
  font-size: 1.2rem;
  color: #000;
}

.kadomaru {
  border-radius: 40px;
}

@keyframes kaku-rotate {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
#il-woman {
  position: absolute;
  animation: kaku-rotate 5s infinite steps(1);
  top: -50px;
}
@media (max-width: 768px) {
  #il-woman {
    top: 150px;
  }
}

#konna-area {
  position: relative;
}
#konna-area #k-title {
  position: absolute;
  top: -150px;
  left: 200px;
}

.feature-grid {
  padding: 2rem 0;
}
.feature-grid__wrap {
  width: min(1100px, 100% - 2rem);
  margin: 0 auto;
  border: 3px solid #2b2b2b;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767.98px) {
  .feature-grid__wrap {
    grid-template-columns: 1fr;
  }
}

/* 1マス（各ボックス） */
.feature {
  border-right: 3px solid #2b2b2b;
  border-bottom: 3px solid #2b2b2b;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
}
.feature:nth-child(2n) {
  border-right: 0;
}
.feature:nth-last-child(-n+2) {
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .feature {
    border-right: 0;
  }
  .feature:nth-last-child(-n+2) {
    border-bottom: 3px solid #2b2b2b;
  }
  .feature:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .feature {
    display: block;
    padding: 1rem 1.1rem;
    gap: 1rem;
  }
}
.feature__text {
  flex: 1 1 auto;
  min-width: 0;
}
.feature__title {
  margin: 0 0 0.6rem;
  padding-bottom: 0.45rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15rem;
  border-bottom: 3px solid #2b2b2b;
}
.feature__desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.85;
  color: #333;
}
.feature__media {
  flex: 0 0 120px;
  display: grid;
  place-items: center;
}
.feature__media img {
  width: 120px;
  height: auto;
  display: block;
}
@media (max-width: 575.98px) {
  .feature__media {
    flex-basis: 92px;
  }
  .feature__media img {
    width: 92px;
  }
}

.collage {
  padding: 3rem 0;
}
.collage__wrap {
  width: min(980px, 100% - 2rem);
  margin: 0 auto;
  position: relative;
  min-height: 560px;
}
.collage__item {
  position: absolute;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.collage__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.collage__item--1 {
  top: 0;
  left: -30px;
  width: clamp(320px, 55vw, 460px);
  aspect-ratio: 16/10;
  z-index: 1;
}
.collage__item--2 {
  top: calc(250px - 20px);
  left: calc(100px + 20px);
  width: clamp(320px, 55vw, 400px);
  aspect-ratio: 10/7;
  z-index: 2;
}
.collage__item--3 {
  top: calc(420px - 20px);
  left: 40px;
  width: 200px;
  aspect-ratio: 3/4;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .collage__wrap {
    min-height: 600px;
  }
  .collage__item--1 {
    left: 0%;
    transform: translateX(-50%);
    width: 92%;
  }
  .collage__item--2 {
    top: calc(200px - 20px);
    left: 10%;
    transform: translateX(-50%);
    width: 92%;
  }
  .collage__item--3 {
    top: calc(350px - 20px);
    left: 2%;
    width: min(200px, 56vw);
  }
}

#item-area {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  #item-area {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
#item-area .w-item {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #1e1e1e;
  box-sizing: border-box;
  background: var(--mizu);
}
#item-area .w-item:nth-child(even) {
  background: var(--blue);
}
#item-area .w-item img {
  width: 50%;
  height: auto;
  display: block;
}
#item-area .w-item.kon {
  background: var(--blue);
}
#item-area .w-item p {
  text-align: center;
  margin: 0.55rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #item-area .w-item p {
    font-size: 0.7rem;
  }
}

.price-table {
  overflow-x: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .price-table img {
    height: 250px;
  }
}

.step {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 22px 26px;
  background: #fff;
  border: 2.5px solid #2b2b2b;
  border-radius: 999px;
  margin-bottom: 2.5rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}
.step__num {
  flex: 0 0 auto;
  font-weight: 800;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1;
  color: #2b77b6;
  padding-left: 10px;
}
.step__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 600;
  color: #111;
}
@media (max-width: 575.98px) {
  .step {
    border-radius: 28px;
    padding: 18px 18px;
    gap: 14px;
  }
  .step__num {
    padding-left: 0;
  }
  .step__text {
    font-size: 0.95rem;
  }
}

.faq-box {
  background-color: #fff;
  padding: 2.5rem;
  border: 2px solid #000;
  border-radius: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .faq-box {
    padding: 1.5rem;
  }
}
.faq-box #il-woman {
  position: absolute;
  animation: kaku-rotate 5s infinite steps(1);
  top: -50px;
  right: 0;
}
@media (max-width: 768px) {
  .faq-box #il-woman {
    top: -40px;
  }
}

.faq-item {
  padding: 18px 0;
  border-bottom: 2px solid #e7e7e7;
}
.faq-item__row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.faq-item__row + .faq-item__row {
  margin-top: 12px;
}
.faq-item__badge {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
}
.faq-item__badge--q {
  background: var(--blue);
}
.faq-item__badge--a {
  background: #f3c94d;
}
.faq-item__body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 6px;
}
.faq-item__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.6;
  color: #111;
}
.faq-item__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #111;
}
.faq-item__text + .faq-item__text {
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .faq-item__badge {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
  }
  .faq-item__title {
    font-size: 1.05rem;
  }
  .faq-item__text {
    font-size: 0.95rem;
  }
}

.tel-cta {
  padding: 2.5rem 0;
}
.tel-cta__inner {
  position: relative;
  width: min(500px, 90vw);
  margin: 0 auto;
  background: #2fb7b6;
  border-radius: 999px;
  padding: 28px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.tel-cta__text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 600;
}
@media (max-width: 768px) {
  .tel-cta__text {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
.tel-cta__tel {
  width: 300px;
  display: block;
}
@media (max-width: 768px) {
  .tel-cta__tel {
    width: 200px;
  }
}
.tel-cta .person {
  position: absolute;
  top: 0;
  right: 10px;
}
@media (max-width: 768px) {
  .tel-cta .person {
    top: 70px;
    right: 0px;
  }
  .tel-cta .person img {
    width: 80px;
  }
}

.douga {
  max-width: 560px;
  margin: auto;
}

/* アニメーション開始前に一瞬見えてしまうのを防ぐ（任意） */
#top-imgs img,
#top-catch img {
  opacity: 0;
}/*# sourceMappingURL=noside.css.map */