@charset "UTF-8";
@font-face {
  font-family: "TTCommons-DemiBold";
  src: url("./webfonts/TT-Commons-DemiBold.woff") format("woff");
}
img {
  width: 100%;
  height: auto;
}

.u-tt--demibold {
  font-family: "TTCommons-DemiBold", sans-serif;
}

.u-tt--bold {
  font-family: "TTCommons-Bold", sans-serif;
}

.u-tt--medium {
  font-family: "TTCommons-Medium", sans-serif;
}

.u-tt--light {
  font-family: "TTCommons-Light", sans-serif;
}

.u-fw--bold {
  font-weight: 600;
}

.u-text--small {
  font-size: 1.2rem !important;
}

.u-text-link {
  border-bottom: 1px solid currentColor;
  color: #000030;
}
.u-text-link:hover {
  border-bottom: none;
  transition: 0.3s;
}

.l-wrapper {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000030;
}

.l-mv {
  width: 100%;
  position: relative;
}

.mv__figure img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

/* SP: ロゴを画像内中央に */
.mv__content {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.mv__title img {
  width: 100%;
  max-height: 14rem;
  margin: 0 auto;
}

.mv__lead-wrapper {
  position: absolute;
  top: calc(19% + 20rem);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.mv__lead-wrapper > * + * {
  margin-top: 1.6rem;
}

.lead-text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .mv__inner {
    position: relative;
    aspect-ratio: 375 / 375;
  }

  /* SP: ロゴを画像内中央に */
  .mv__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .mv__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mv__title img {
    width: 54%;
    max-height: none;
  }

  /* SP: テキストは普通に画像の下に配置される（浮かない） */
  .mv__lead-wrapper {
    background-color: #fff;
    position: static;
    padding: 4rem 1.5rem 0;
    text-align: center;
    transform: none;
  }

  .lead-text {
    color: #000030;
    font-size: 1.2rem;
    font-weight: 400;
  }

}

.lp-navy {
  background-color: #eee;
}

.lp-navy .l-main {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.75;
  background-color: transparent;
}

.lead-block {
  width: 100%;
  background-color: #fff;
  padding: 8rem 14rem;
  margin-bottom: 6rem;
}

.p-section {
  width: 100%;
  background-color: #fff;
}
.p-section + .p-section {
  margin-top: 6rem;
}
.p-section__inner {
  padding: 8rem 14rem;
}

.menu {
  width: 100%;
}

.arrow-bottom::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: calc((100% - 10px) / 2);
  bottom: 2rem;
  transform: rotate(135deg);
  z-index: 1;
}

.arrow-bottom--navy::before {
  border-top: solid 2px #000030;
  border-right: solid 2px #000030;
}

/* .menu-item__img {
  height: auto;
  transition: transform 0.6s ease;
} */

.menu-desc {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.menu-desc__title {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.8rem;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #000030;
  position: relative;
}
/* .menu-desc__title::before {
  background: #000030;
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 7px;
  left: 0;
} */

/* .menu-desc__text {
  margin: 0;
} */

.menu-desc__text {
  margin-top: 4rem;
}

.buttonarea {
  margin: 6.4rem auto 0;
}

.buttonarea--bottom {
  padding-bottom: 4rem;
}

.p-button {
  background-color: #000030;
  border: 1px solid #000030;
  display: block;
  padding: 2rem;
  width: 400px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  position: relative;
  transition: .3s;
  border-radius: 3px;
}
/* .p-button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  content: "";
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
.p-button:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  content: "";
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1px #000030;
  border-right: solid 1px #000030;
  transform: rotate(45deg);
} */
.p-button:hover {
  opacity: .5;
  color: #fff;
}
.p-button--white {
  background-color: #fff;
  border: 1px solid #000030;
  padding: 2rem;
  color: #000030;
  margin: 0;
  width: 380px;
}
.p-button--white:hover {
  color: #000030;
}
/* .p-button--white::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  content: "";
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1px #000030;
  border-right: solid 1px #000030;
  transform: rotate(45deg);
} */
/* .p-button--white:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  content: "";
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
 */

.button-note {
  margin-top: 1.6rem;
  text-align: center;
  color: #000000;
}
.button-note--bold {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .buttonarea {
    margin: 4rem auto 0;
  }
}

/* アイテム紹介TOP */
.p-grid-catch {
  display: grid;
  grid-template-columns: 1fr 40rem;
  grid-template-areas: "title image" "desc image";
  column-gap: 4.8rem;
  position: relative;
  margin-bottom: 8rem;
}

.p-grid-catch__img {
  grid-area: image;
  /* 画像は1列目、1行目〜2行目を占有 */
  margin-right: -14rem;

  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.p-grid-catch__title {
  grid-area: title;
  /* 1列目から3列目（最後）までぶち抜く */
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  
  z-index: 1;
  position: relative;
  width: 100%;
}

.p-grid-catch__desc {
  grid-area: desc;
}

.p-heading-title {
  font-size: 6.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
  z-index: 1;
  margin-bottom: 4rem;
}

.p-heading-sub {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}

.p-heading-label {
  width: 100%;
  padding: 0.6rem 0;
  background-color: #000030;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 1001px) {
  .p-grid-catch--reverse {
    /* 列の比率・配置を逆転させる */
    grid-template-areas: "image title" "image desc";
    grid-template-columns: 40rem 1fr;
  }

  .p-grid-catch--reverse .p-grid-catch__img {
    margin-left: -14rem;
    margin-right: 0;

  grid-column: 1 / 2;
  grid-row: 1 / 3;
  }

  .p-grid-catch--reverse .p-heading-title {
    text-align: right;
  }
}

@media screen and (max-width: 1000px) {
  .p-grid-catch {
    grid-template-areas: none;
    grid-template-columns: 1fr;
    grid-template-rows: 3em auto auto;
    column-gap: 0;
    row-gap: 0;
    margin-bottom: 4rem;
  }

  .p-grid-catch__img {
    margin: 0 -15px 2.4rem;
    grid-column: 1 / -1;
    grid-row: 2 / 3; 
  }

  .p-grid-catch__title {
    grid-column: 1 / -1;
    grid-row: 1 / 3; 
  }

  .p-grid-catch__desc {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
  }

  .p-heading-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .p-heading-label {
    font-size: 1.4rem;
  }
}

.p-block {
  width: 100%;
  margin: 0 auto;
}

.p-block__inner > :not(:first-child) + * {
  margin-top: 4rem;
}

.p-block + .p-block {
  margin-top: 4rem;
}

.p-block--flex__inner {
  display: flex;
  column-gap: 4rem;
}

/* 特典イメージ画像 */
.splide-wrapper .splide--navy {
  width: 100%;
}
.splide-wrapper .splide--navy .splide__track--navy .splide__list.image-list {
  display: flex;
  -moz-column-gap: 4.8rem;
  column-gap: 4.8rem;
  width: 100%;
}
.splide-wrapper .splide--navy .splide__track--navy .splide__list.image-list .image-list__item {
  width: calc((100% - 4.8rem) / 2);
}
.splide-wrapper .splide--navy .splide__track--navy .splide__list.image-list .image-list__item img {
  width: 100%;
  height: auto;
}
.splide-wrapper .splide--navy .splide__track--navy .splide__list.image-list .image-list__item--beauty, 
.splide-wrapper .splide--navy .splide__track--navy .splide__list.image-list .image-list__item--cuttingboard,
.splide-wrapper .splide--navy .splide__track--navy .splide__list.image-list .image-list__item--life {
  width: calc((100% - 4.8rem) / 2);
}

/* グレーボックス */
.p-box-grey {
  width: 100%;
  padding: 2.4rem 3.2rem;
  background-color: #eee;
}
.p-box-grey__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.textarea {
  line-height: 1.5;
}
.textarea .top-text {
  margin-bottom: 1.5rem;
}
.textarea p + p {
  margin-top: 0.8rem;
}

.textarea--flex {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  justify-content: space-between;
}
.textarea--flex__item {
  flex: 0 0 40rem;
}

.p-note-list__item {
  text-indent: -0.8em;
  line-height: 1.75;
  padding-left: 1.2em;
}
.p-note-list__item::before {
  display: inline;
  content: "・";
  margin-right: 0.2em;
}
.p-note-list__item--annotation {
  text-indent: -1.3em;
  line-height: 1.6;
  padding-left: 1.4em;
  font-size: 1.4rem;
}
.p-note-list__item--annotation::before {
  display: inline;
  content: "※";
  margin-right: 0.2em;
}

/* .p-note-list__item a {
  text-decoration: underline;
  color: #000030;
} */

.capacity {
  font-size: 1.6rem;
  text-align: center;
}

.capacity .text-center {
  font-size: 1.4rem;
}

.p-box-s {
  flex: 1 1 26rem;
}

.p-box-m {
  flex: 1 1 4rem;
}

.p-box-l {
  flex: 1 1 54rem;
}

.tour-root {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0;
}
.tour-root .tour-root__time {
  width: 15%;
  font-weight: 400;
}
.tour-root .tour-root__content {
  width: 85%;
}

.desc-subtitle {
  border-bottom: 1px solid #000030;
}

.delivery_times {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.delivery_times .delivery_times_tag {
  font-size: 1.4rem;
  border: 1px solid #000030;
  padding: 2px 8px;
}

.delivery-heading {
  margin-bottom: 12px;
}

/* skincareスライダー */
.splide-wrapper .splide--skincare {
  width: 100%;
  margin-top: 20px;
}
.splide-wrapper .splide--skincare .splide__track--skincare .splide__list.image-list {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  width: 100%;
}
.splide-wrapper .splide--skincare .splide__track--skincare .splide__list.image-list .image-list__item {
  width: calc((100% - 10rem) / 3);
  position: relative;
}
.splide-wrapper .splide--skincare .splide__track--skincare .splide__list.image-list .image-list__item .delivery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.splide-wrapper .splide--skincare .splide__track--skincare .splide__list.image-list .image-list__item .delivery-item img {
  width: 100%;
  height: auto;
}
/* .splide-wrapper .splide--skincare .splide__track--skincare .splide__list.image-list .image-list__item:not(:first-of-type)::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000030;
  border-right: solid 2px #000030;
  position: absolute;
  left: -13%;
  top: 38%;
  transform: rotate(45deg);
} */

.delivery-heading {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}

.delivery-list {
  margin-top: 2rem;
}
.delivery-list .delivery-title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6rem;
}
.delivery-list .delivery-desc {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.news-box {
  margin: 8rem auto 0;
  width: 100%;
  background-color: #fff;
}
.news-box__inner {
  padding: 4rem 14rem 6rem;
}
.news-box__title {
  background-color: #000030;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  padding: 2rem;
}

.news-content .news-heading {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #000030;
  padding-bottom: 0.2em;
  margin-bottom: 1rem;
}
.news-content .news-desc {
  margin: 0;
}

/* タイムテーブル */
.timetable {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
}

.timetable dt {
  width: 10%;
  font-weight: 400;
}

.timetable dd {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .text-left--sp {
    text-align: left;
  }

  .l-main {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .lead-block {
    width: 100%;
    background-color: #fff;
    padding: 4rem 0;
    margin-bottom: 4rem;
  }

  .menu-desc__title {
    line-height: 1.6;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
  }
  .buttonarea--lead {
    margin: 3.2rem auto 0;
  }
  .buttonarea--bottom {
    padding: 0 1.5rem 4rem;
  }
  .p-button {
    width: 100%;
  }
  .p-button--2 {
    margin-top: 3.2rem;
  }
  .button-note--bold {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .p-section + .p-section {
    margin-top: 2rem;
  }
  .p-section__inner {
    padding: 6rem 1.5rem;
  }

  /* 特典イメージ画像 */
  .splide-wrapper .splide--navy {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }
  .splide-wrapper .splide--navy .splide__track--navy .splide__list.image-list {
    display: flex;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    align-items: center;
  }
  .splide-wrapper .splide--navy .splide__track--navy .splide__list.image-list .image-list__item {
    flex: 0 0 auto;
    margin-right: auto;
    margin-left: auto;
    width: 85% !important;
  }
  /* グレーボックス */
  .p-box-grey {
    padding: 2rem;
  }
  .p-box-grey__inner {
    flex-direction: column;
    align-items: start;
    row-gap: 2.4rem;
  }
  .p-block--flex__inner {
    flex-direction: column;
    row-gap: 4rem;
  }
  .textarea {
    margin-bottom: 0;
  }
  .textarea--flex {
    flex-direction: column;
    row-gap: 4rem;
    justify-content: space-between;
  }
  .textarea--flex__item {
    flex: auto;
  }
  .p-box-s {
    flex: auto;
  }
  .p-box-m {
    flex: auto;
  }
  .p-box-l {
    flex: auto;
  }
  .splide-wrapper .splide--skincare {
    width: 100%;
  }
  .splide-wrapper .splide--skincare .splide__track--skincare .splide__list.image-list {
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
  }
  .splide-wrapper .splide--skincare .splide__track--skincare .splide__list.image-list .image-list__item {
    width: 100%;
    position: relative;
    padding: 0 3rem;
  }
  .splide-wrapper .splide--skincare .splide__track--skincare .splide__list.image-list .image-list__item .delivery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .splide-wrapper .splide--skincare .splide__track--skincare .splide__list.image-list .image-list__item .delivery-item img {
    width: 100%;
    height: auto;
  }
  .splide-wrapper .splide--skincare .splide__track--skincare .splide__list.image-list .image-list__item:not(:first-of-type)::before {
    content: none;
  }
  .splide-wrapper .splide--skincare .splide__arrow {
    background-color: transparent;
  }
  .splide-wrapper .splide--skincare .splide__arrow--prev {
    left: 0;
  }
  .splide-wrapper .splide--skincare .splide__arrow--next {
    right: 0;
  }
  .splide-wrapper .splide--skincare .splide__arrow:disabled {
    display: none;
  }
  .news-box {
    margin: 6rem auto 0;
  }
  .news-box__inner {
    padding: 4rem 1.5rem 6rem;
  }
  /* .news-box__title {
    font-size: 2.4rem;
    padding: 2rem;
  } */
  .news-content .news-heading {
    font-size: 1.6rem;
  }

  .timetable {
    flex-direction: column;
  }
  .timetable dt {
    width: 100%;
  }
  
  .timetable dd {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */

.text__red {
  color: #D91F3F;
}

/* =========================================================
   Splide ― メニュー用カルーセル
   class 名：.menu → .splide-wrapper → .splide--menu
   ========================================================= */
.menu .splide__track {
  padding: 2rem 0 0;
}
/* 1) リスト全体でカウンタを初期化（01 / 07 の「01」を生成するため）*/
.menu-list {
  counter-reset: menu-num;
  flex-wrap: nowrap;
}

/* 2) 各スライドが呼ばれるたびにカウンタ +1 して番号を表示 */
.menu-item {
  counter-increment: menu-num;
  position: relative;
}

.menu-item::before {
  content: counter(menu-num, decimal-leading-zero); /* 合計が変動する場合は JS で書き換え推奨 */
  position: absolute;
  font-family: "TTCommons-Regular", sans-serif;
  font-weight: 600;
  top: -1.8rem;
  left: .2rem;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .menu-item::before {   
    left: 0rem;
  }
}


.menu-item::after {
  content:  "/ 07";
  font-family: "TTCommons-Regular", sans-serif;
  position: absolute;
  top: -1rem;     
  left: 3.2rem;
  font-size: 1.4rem;
}

.menu-item .menu-item__ttl {
  margin-top: 5px;
}

.menu-item  .menu-item__ttl a {
  color: #000030;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: underline;
}

.menu-item .menu-item__txt {
  font-size: 1.1rem;
  margin-top: 0.8rem;
}

/* 3) 画像自体の装飾 */
.image-list__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 4) 矢印アイコン用の三角形（必要な li に .arrow-bottom を付与）*/
.arrow-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #000030;  /* 三角形の色 */
  transform: translateX(-50%);
}

/* 5) スライド間の余白や背景色など、カルーセル全体の雰囲気 */
/* .splide__track--navy {
  padding: 0.75rem 0;
} */

.splide--menu {
  --gap: 24px;                /* Splide の gap と同じ値にしておくと馴染む */
}

.splide--menu .splide__arrow {
  background: none;
}

.splide--menu .splide__arrow svg {
  fill: #000030;
}

.splide--menu .splide__arrow:disabled {
  opacity: 0;
}

.splide--menu .splide__arrow--next {
  right: -2em;
}
.splide--menu .splide__arrow--prev {
  left: -2em;
}
.menu-item {
  margin-right: var(--gap);   /* Splide の gap が適用されるまでの保険 */
  background-color: #eee;
  padding: 2rem 1rem;
}

.menu-item .arrow-bottom::after {
  content: none;
}

/* 6) レスポンシブ（画面幅に応じて画像の見切れが出ないようサイズ調整） */
@media (max-width: 1024px) {
  .menu-item { margin-right: 20px; }
}
@media (max-width: 768px) {
  .menu-item { margin-right: 16px; }
}
@media (max-width: 480px) {
  .menu-item { margin-right: 12px; }
}
