@charset "UTF-8";
:root {
  --color-primary: #eba49c;
  --color-secondary: #e6c463;
  --color-tx: #3e3a39;
}

/* 基本のスタイル */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.5rem, 1.35vw, 2.6rem);
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  text-align: center;
  line-break: strict;
  color: var(--color-tx);
  overflow-x: hidden;
  background: url(../img/back-img.jpg);
}

a {
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.maintext {
  text-align: center;
  font-size: clamp(1.4rem, 1.81vw, 2.6rem);
  line-height: 1.58;
}

.notion {
  font-size: clamp(1.3rem, 1.46vw, 2.1rem);
  font-weight: 300;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 599px) {
  .sp {
    display: block;
  }
}
.pc {
  display: block;
}

@media (max-width: 599px) {
  .pc {
    display: none;
  }
}
/* ボタン */
.bt {
  color: #fff;
  border-radius: 100px;
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: clamp(1.6rem, 2.57vw, 3.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  border: none;
  margin: 0 auto;
  padding-bottom: 0.31vw;
}

.bt.bt-primary {
  width: clamp(176px, 23.96vw, 460px);
  background-color: var(--color-primary);
}

.bt.bt-primary::after,
.bt.bt-secondary::after {
  content: "";
  width: clamp(12px, 1.25vw, 18px);
  height: clamp(12px, 1.25vw, 18px);
  border: solid 2px transparent;
  border-radius: 2px;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  top: 52%;
  right: 7.51%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 599px) {
  .bt.bt-primary::after,
  .bt.bt-secondary::after {
    right: 10%;
  }
}

.bt.bt-secondary {
  width: clamp(168px, 32.86vw, 380px);
  color: #fff;
  background-color: var(--color-primary);
}

/* ヘッダー */
header {
  background-color: var(--color-primary);
  padding: 20px 0;
}
header .header-inner {
  width: min(75.79vw, 1440px);
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  header .header-inner {
    width: 97%;
  }
}
header .header-nav .header-nav__list {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
@media (max-width: 599px) {
  header .header-nav .header-nav__list {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}
header .header-nav .header-nav__list-item a {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  font-size: clamp(1.4rem, 1.25vw, 3rem);
}
@media (max-width: 599px) {
  header .header-nav .header-nav__list-item a::before {
    content: "";
    width: clamp(12px, 1.25vw, 18px);
    height: clamp(12px, 1.25vw, 18px);
    border: solid 2px transparent;
    border-radius: 2px;
    border-color: transparent #fff #fff transparent;
    transform: rotate(-45deg);
  }
}

/* フッター*/
.footer {
  background-color: #fff;
  position: relative;
}
.footer .illust.ill-baby2 {
  background-image: url(../img/ill/ill-baby2.png);
  width: clamp(72px, 15.83vw, 228px);
  aspect-ratio: 209/126;
  top: -11%;
  right: 7.9%;
  z-index: 1;
}
@media (max-width: 599px) {
  .footer .illust.ill-baby2 {
    right: 4%;
  }
}
.footer .footer-upper {
  background-color: var(--color-primary);
}
.footer .footer-upper .footer-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: min(1.61vw, 20px) min(60px, 7.4vw);
  padding: 2% 14%;
  max-width: 1440px;
  margin: 0 auto clamp(24px, 4.86vw, 70px);
}
@media (max-width: 599px) {
  .footer .footer-upper .footer-nav {
    width: 90%;
    padding: 2% 2%;
  }
}
.footer .footer-upper .footer-nav .footer-nav__item a {
  font-size: clamp(1.4rem, 1.81vw, 2.6rem);
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer .footer-upper .footer-nav .footer-nav__item a::before {
  content: "";
  width: clamp(12px, 1.25vw, 18px);
  height: clamp(12px, 1.25vw, 18px);
  border: solid 2px transparent;
  border-radius: 2px;
  border-color: transparent #fff #fff transparent;
  transform: rotate(-45deg);
}
.footer .footer-logo {
  width: clamp(256px, 36.11vw, 520px);
  margin: 0 auto min(80px, 5.56vw);
}
.footer .footer-address {
  font-size: clamp(1.4rem, 1.81vw, 2.6rem);
  margin-bottom: 5vw;
}
.footer .footer-address span {
  display: block;
}
.footer .copyright {
  display: block;
  font-size: clamp(0.7rem, 1.11vw, 1.6rem);
  padding-bottom: 2vw;
}

/* メインコンテンツ */
.image-circle {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.illust {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.circle {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.section-inner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .section-inner {
    overflow-x: clip;
  }
}

#page-top {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: all 0.4s ease;
  opacity: 0;
}

.pagetop__arrow {
  height: 18px;
  width: 18px;
  border-top: 1px solid var(--color-tx);
  border-right: 1px solid var(--color-tx);
  transform: translateY(20%) rotate(-45deg);
}

/*# sourceMappingURL=common.css.map */