@charset "UTF-8";
/*
// DNP 秀英丸ゴシック Std B
.shuei-b {
  font-family: foundation.$shuei;
  font-weight: foundation.$font-600;
  font-style: foundation.$font-n;
}

// 源ノ角ゴシック JP Medium
.gen-m {
  font-family: foundation.$gen;
  font-weight: foundation.$font-500;
  font-style: foundation.$font-n;
}

// 源ノ角ゴシック JP Normal
.gen-n {
  font-family: foundation.$gen;
  font-weight: foundation.$font-300;
  font-style: foundation.$font-n;
}
*/
.c-hidden {
  display: none !important;
}

.c-disp--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-disp--pc {
    display: block;
  }
}

.c-disp--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-disp--sp {
    display: none;
  }
}

.c-br--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-br--sp {
    display: none;
  }
}

.c-br--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-br--pc {
    display: block;
  }
}

.c-anchor--normal {
  margin-top: -70px;
  padding-top: 70px;
}
@media screen and (min-width: 520px) {
  .c-anchor--normal {
    margin-top: -85px;
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .c-anchor--normal {
    margin-top: -5.4rem;
    padding-top: 5.4rem;
  }
}

.p-index-pdf__button {
  position: relative;
  width: 100%;
  padding: clamp(60px, 16vw, 90px) 0;
}
@media screen and (min-width: 768px) {
  .p-index-pdf__button {
    width: 45%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-pdf__button {
    width: 40%;
    padding: clamp(48px, 4vw, 60px) 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-pdf__button {
    width: 30%;
  }
}

.p-guide-bring__content {
  padding-top: clamp(35px, 9.33vw, 52.5px);
}
@media screen and (min-width: 1024px) {
  .p-guide-bring__content {
    padding-top: clamp(56px, 4.66vw, 70px);
  }
}
.p-guide-bring__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-guide-bring__list__item {
  width: 48%;
  margin-bottom: clamp(24px, 6.4vw, 36px);
  background-color: #ffffff;
  border: 5px solid #faedf0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__list__item {
    width: 24%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-guide-bring__list__item {
    width: 23%;
  }
}
.p-guide-bring__list__item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p-guide-bring__list__img {
  width: clamp(80px, 21.33vw, 180px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__list__img {
    width: clamp(70px, 8.23vw, 150px);
  }
}
.p-guide-bring__list__title {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4D4D4D;
  text-align: center;
  line-height: 1.3;
  font-size: clamp(14px, 3.73vw, 21px);
  display: block;
  padding-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__list__title {
    font-size: clamp(13px, 1.53vw, 20px);
  }
}
@media screen and (min-width: 1920px) {
  .p-guide-bring__list__title {
    padding-bottom: 0.5em;
  }
}
.p-guide-bring__list__title--sm {
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 18px);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__list__title--sm {
    font-size: clamp(10.4px, 1.22vw, 16px);
  }
}
.p-guide-bring__caution {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #EA96A7;
  text-align: center;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(14px, 3.73vw, 21px);
  padding: 0.5em 0 2em 0;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__caution {
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-size: clamp(14px, 1.64vw, 25px);
    padding: 2em 0 1em 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-guide-bring__caution {
    padding-top: 1.5em;
  }
}
.p-guide-bring__caution--br01 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__caution--br01 {
    display: block;
  }
}
.p-guide-bring__caution--br02 {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__caution--br02 {
    display: none;
  }
}
.p-guide-bring__note {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #4D4D4D;
  line-height: 2.1;
  font-size: clamp(13.5px, 3.6vw, 20.25px);
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-guide-bring__note {
    letter-spacing: 0.025em;
    font-size: clamp(10.4px, 1.22vw, 20.8px);
    padding-bottom: 2em;
  }
}
.p-guide-bring__note__item {
  text-indent: -1em;
  margin-left: 1em;
}
.p-guide-bring__note__link {
  text-decoration: underline;
  color: #3c3cff;
}
.p-guide-bring__note__link:hover, .p-guide-bring__note__link:visited {
  color: #3c3cff;
}

.p-reserve-menu {
  padding: clamp(50px, 13.33vw, 75px) 0 clamp(60px, 16vw, 90px) 0;
}
@media screen and (min-width: 768px) {
  .p-reserve-menu {
    padding: clamp(40px, 3.33vw, 50px) 0 clamp(76px, 6.33vw, 95px) 0;
  }
}
.p-reserve-menu__inner {
  background-color: #F9EAEE;
  border-radius: 16px;
  padding: clamp(24px, 6.4vw, 36px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(26px, 6.93vw, 39px);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-reserve-menu__inner {
    border-radius: 32px;
    padding: clamp(38.4px, 3.2vw, 48px) 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: unset;
  }
}
.p-reserve-menu__button {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  width: 80%;
  border-radius: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-reserve-menu__button {
    font-size: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 16px;
    height: auto;
    width: 28%;
    padding: 0.75em 0;
  }
}
.p-reserve-menu__button--01 {
  background-color: #EA96A7;
}
.p-reserve-menu__button--02 {
  background-color: #4B8C8B;
}
.p-reserve-menu__button--03 {
  background-color: #E2A056;
}
.p-reserve-menu__button__icon {
  display: block;
  height: 60%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-reserve-menu__button__icon {
    height: clamp(36px, 3vw, 45px);
  }
}
.p-reserve-menu__button__text {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-reserve-menu__button__text {
    font-size: 1.25rem;
    padding: 0.35em 0 0 0;
  }
}
.p-reserve-menu__button__text--wide {
  letter-spacing: 0.3em;
}
.p-reserve-menu__button__text--accent {
  line-height: 1.4;
  font-size: 1.76rem;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 7px;
  padding: 0 0.25em;
  margin: 0 0.25em;
}
@media screen and (min-width: 768px) {
  .p-reserve-menu__button__text--accent {
    font-size: 1.1rem;
    border-radius: 8px;
  }
}
.p-reserve-menu__button__text--accent--01 {
  color: #4B8C8B;
}
.p-reserve-menu__button__text--accent--02 {
  color: #E2A056;
}

.p-reserve-form__title {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4D4D4D;
  text-align: center;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  padding: 2em 0 1.5em 0;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__title {
    line-height: 1.2;
    font-size: 1rem;
  }
}
.p-reserve-form__title--accent {
  color: #E72C2C;
}
.p-reserve-form__text {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #4D4D4D;
  text-align: center;
  line-height: 1.7;
  font-size: 1.35rem;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__text {
    font-size: 0.85rem;
  }
}
.p-reserve-form__text__link {
  color: #E2A056;
  text-decoration: underline;
}
.p-reserve-form__text__link:hover, .p-reserve-form__text__link:visited {
  color: #E2A056;
}
.p-reserve-form__text--accent {
  color: #E72C2C;
}
.p-reserve-form__text--space {
  padding: 0.75em 0 3.5rem 0;
}
.p-reserve-form__text__tel {
  color: #E72C2C;
  text-decoration: underline;
}
.p-reserve-form__text__tel:hover, .p-reserve-form__text__tel:visited {
  color: #E72C2C;
}

.p-wp-blog .pagination {
  margin: 2rem 0 0;
}
.p-wp-blog .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-wp-blog .pagination .page-numbers {
  display: inline-block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(15px, 4vw, 22.5px);
  margin-right: 0.5em;
  color: #ec98a9;
  border-radius: 3px;
  background: #ffffff;
  border: 2px solid #ec98a9;
  width: 2.5em;
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog .pagination .page-numbers {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.p-wp-blog .pagination .current {
  background: #ec98a9;
  color: #ffffff;
}
.p-wp-blog .pagination .prev,
.p-wp-blog .pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ec98a9;
  padding: 0;
}
.p-wp-blog .pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-wp-blog .pagination svg {
  display: block;
  width: 90%;
  height: auto;
}
.p-wp-blog__pagination__text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=common.css.map */