@charset "UTF-8";
:root {
  --ym-fc-base: #111;
  --ym-fc-accent: #5A7DA0;
  --ym-white: #fff;
  --ym-gray: #999;
  --ym-light-gray: #ccc;
  --ym-red: #D49D81;
  --ym-orange: #D7AE88;
  --ym-yellow: #D7CB85;
  --ym-yellow-green: #75B082;
  --ym-green: #54A19D;
  --ym-blue: #5A7DA0;
  --ym-ff-default: "Noto Sans Japanese", "Noto Sans CJK JP", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  --ym-ff-Aboreto: "Aboreto", "Noto Sans Japanese", "Noto Sans CJK JP", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  --ym-fz-pc-h1: rem(56);
  --ym-fz-pc-h2: rem(48);
  --ym-fz-pc-h3: rem(40);
  --ym-fz-pc-h4: rem(32);
  --ym-fz-pc-h5: rem(28);
  --ym-fz-pc-h6: rem(24);
  --ym-fz-pc-body16: rem(16);
  --ym-fz-pc-body14: rem(14);
  --ym-fz-pc-lead: rem(16);
  --ym-fz-pc-note: rem(12);
  --ym-fz-sp-h1: rem(28);
  --ym-fz-sp-h2: rem(24);
  --ym-fz-sp-h3: rem(20);
  --ym-fz-sp-h4: rem(16);
  --ym-fz-sp-h5: rem(14);
  --ym-fz-sp-h6: rem(12);
  --ym-fz-sp-body14: rem(14);
  --ym-fz-sp-body12: rem(12);
  --ym-fz-sp-lead: rem(14);
  --ym-fz-sp-note: rem(10);
  --ym-fz-h1: fluid(28,56);
  --ym-fz-h2: fluid(24,48);
  --ym-fz-h3: fluid(20,40);
  --ym-fz-h4: fluid(16,32);
  --ym-fz-h5: fluid(14,28);
  --ym-fz-h6: fluid(12,24);
  --ym-fz-body16: fluid(14,16);
  --ym-fz-body14: fluid(12,14);
  --ym-fz-lead: fluid(14,16);
  --ym-fz-note: fluid(10,12);
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Aboreto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Aboreto-Regular.ttf") format("truetype");
}
:where(.contents_ym) *,
:where(.contents_ym) *::before,
:where(.contents_ym) *::after {
  font-family: "Noto Sans Japanese", "Noto Sans CJK JP", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
:where(.contents_ym) h1, :where(.contents_ym) h2, :where(.contents_ym) h3, :where(.contents_ym) h4, :where(.contents_ym) h5, :where(.contents_ym) h6, :where(.contents_ym) p {
  margin: 0;
  font-family: inherit;
}
:where(.contents_ym) ul, :where(.contents_ym) ol, :where(.contents_ym) dl {
  padding: 0;
  margin: 0;
}
:where(.contents_ym) li {
  list-style: none;
}
:where(.contents_ym) picture,
:where(.contents_ym) img {
  display: block;
  width: 100%;
  height: auto;
}
:where(.contents_ym) a {
  color: var(--ym-fc-accent);
  text-decoration: underline;
  cursor: pointer;
}
:where(.contents_ym) a:hover {
  color: var(--ym-fc-accent);
  text-decoration: none;
}
:where(.contents_ym) a:focus {
  outline: none;
}
:where(.contents_ym) button:focus {
  outline: none;
}
:where(.contents_ym) button:focus-visible {
  outline: invert;
}

/* パンくず ################# */
#footercontent .fsc_gfooter__breadcrumb {
  display: none;
}

/* Animation ################# */
.js-fadeInPhoto_ym {
  opacity: 0;
  filter: blur(15px) saturate(1.7);
  transform: translateY(50%);
  transition: opacity 0.5s 0s linear, transform 1.6s 0s cubic-bezier(0.25, 0.8, 0.2, 1), filter 0.8s 0s ease-out;
}
.js-fadeInPhoto_ym.is-show_ym {
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: translateY(0%);
}

.js-fadeIn_ym {
  opacity: 0;
  filter: blur(15px) saturate(1.7);
  transform: translateY(100px);
  transition: opacity 1s 0s linear, filter 0.6s 0s ease-out, transform 1s 0s ease-out;
}
.js-fadeIn_ym.is-show_ym {
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: translateY(0);
}

/* -----------------------------------------------------------------------
## コンテンツ ##################################################
----------------------------------------------------------------------- */
.c-content_ym {
  padding-left: 6.4%;
  padding-right: 6.4%;
}
.c-content_ym .c-content__inner_ym {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------------------------------
## 下層ページタイトル ##################################################
----------------------------------------------------------------------- */
.c-pageTitle_ym {
  display: grid;
  place-items: center;
  height: min(40.7124681934vw + -12.6717557252px, 300px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-pageTitle__text_ym {
  font-size: min(7.1246819338vw + 1.2824427481px, 56px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--ym-fc-accent);
  letter-spacing: 0.3em;
}

/* -----------------------------------------------------------------------
## 見出し ##################################################
----------------------------------------------------------------------- */
.p-top_ym {
  counter-reset: section;
}

.c-sectionTitle_ym {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  width: calc(327/375 * 100vw);
  max-width: 700px;
  padding: min(1.0178117048vw + 8.1832061069px, 16px) 8px;
  margin: 0 auto;
  font-size: min(2.5445292621vw + 8.4580152672px, 28px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--ym-fc-accent);
  text-align: center;
  letter-spacing: 0.04em;
  border-top: 1px solid var(--ym-gray);
  border-bottom: 1px solid var(--ym-gray);
}
.c-sectionTitle_ym::before {
  padding-right: 12px;
  font-family: var(--ym-ff-Aboreto);
  font-size: min(1.0178117048vw + 20.1832061069px, 28px);
  line-height: 1;
  color: inherit;
  letter-spacing: 0.04em;
  content: counter(section, decimal-leading-zero);
  counter-increment: section;
  border-right: 1px solid var(--ym-gray);
}

/* -----------------------------------------------------------------------
## 価格 ##################################################
----------------------------------------------------------------------- */
.c-price_ym {
  display: flex;
  align-items: baseline;
}
.c-price__amount_ym {
  margin-right: 8px;
  font-size: min(0.5089058524vw + 14.0916030534px, 18px);
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
  letter-spacing: 0.04em;
}
.c-price__unit_ym {
  font-size: min(0.5089058524vw + 14.0916030534px, 18px);
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
  letter-spacing: 0.04em;
}
.c-price__price_ym {
  font-size: min(1.0178117048vw + 20.1832061069px, 28px);
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
  letter-spacing: 0.04em;
}
.c-price__tax_ym {
  font-size: min(0.5089058524vw + 10.0916030534px, 14px);
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
  letter-spacing: 0.04em;
}

/* -----------------------------------------------------------------------
## ボタン ##################################################
----------------------------------------------------------------------- */
.c-button_ym {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 75px;
  margin-top: max(0vw + 24px, 24px);
  color: var(--ym-white);
  text-decoration: none;
  background-color: var(--ym-blue);
  border: 1px solid var(--ym-blue);
  border-radius: calc(infinity * 1px);
  transition: color 0.2s 0s linear, background-color 0.2s 0s linear;
}
.c-button_ym svg {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 6px;
  height: 10px;
  margin: auto;
  fill: currentColor;
  transition: transform 0.2s 0s linear;
}
.c-button_ym[data-arrow=left] svg {
  right: auto;
  left: 30px;
}

.c-button__text_ym {
  font-size: min(0.5089058524vw + 12.0916030534px, 16px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* -----------------------------------------------------------------------
## SNS等リンク ##################################################
----------------------------------------------------------------------- */
.c-link_ym {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: start;
  justify-content: center;
}

.c-link__instagram_ym {
  width: 32px;
  height: auto;
}

.c-link__x_ym {
  width: 32px;
  height: auto;
}

.c-link__official_ym {
  flex-basis: 100%;
}
.c-link__official_ym a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: var(--ym-fc-base);
}
.c-link__official_ym span {
  font-size: min(1.0178117048vw + 10.1832061069px, 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c-link__official_ym svg {
  width: min(1.5267175573vw + 8.2748091603px, 20px);
  height: auto;
}

/* -----------------------------------------------------------------------
## メディアボックス ##################################################
----------------------------------------------------------------------- */
.c-mediaBox_ym {
  display: grid;
}

/* -----------------------------------------------------------------------
## GoogleMap ##################################################
----------------------------------------------------------------------- */
.c-googleMap_ym {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 327/245;
  border: 0;
}

/* -----------------------------------------------------------------------
## カラム ##################################################
----------------------------------------------------------------------- */
.c-2column_ym {
  display: grid;
}

/* -----------------------------------------------------------------------
## リスト ##################################################
----------------------------------------------------------------------- */
.c-list__item_ym {
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 4px;
  line-height: 1.5;
}
.c-list__item_ym a,
.c-list__item_ym span {
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(0.5089058524vw + 12.0916030534px, 16px);
  color: var(--ym-fc-base);
  letter-spacing: 0.04em;
}
.c-list__item_ym::before {
  content: "・";
}
.c-list__item_ym.no-bullet_ym {
  grid-template-columns: 1fr;
}
.c-list__item_ym.no-bullet_ym::before {
  display: none;
}

/* -----------------------------------------------------------------------
## テキストリンク ##################################################
----------------------------------------------------------------------- */
.c-textLink_ym {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(0.5089058524vw + 12.0916030534px, 16px);
  font-weight: 700;
  color: var(--ym-fc-base);
}
.c-textLink_ym span {
  font-weight: 700;
}
.c-textLink_ym svg {
  width: min(1.0178117048vw + 10.1832061069px, 18px);
  height: auto;
}

/* -----------------------------------------------------------------------
## フローティングボタン ##################################################
----------------------------------------------------------------------- */
.c-floatingButton_ym {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  display: grid;
  place-content: center;
  height: min(13.9949109415vw + 57.5190839695px, 165px);
  text-align: center;
  text-decoration: none;
  filter: blur(0) saturate(1);
  transition: opacity 0.3s 0s linear, filter 0.3s 0s linear;
}
.c-floatingButton_ym.is-hidden_ym {
  pointer-events: none;
  opacity: 0;
  filter: blur(15px) saturate(1.7);
}
.c-floatingButton_ym::before {
  z-index: 1;
  grid-row: 1/-1;
  grid-column: 1/-1;
  width: min(12.7226463104vw + 52.2900763359px, 150px);
  height: min(12.7226463104vw + 52.2900763359px, 150px);
  content: "";
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  filter: blur(5px);
}

.c-floatingButton__inner_ym {
  position: relative;
  z-index: 2;
  grid-row: 1/-1;
  grid-column: 1/-1;
  padding-top: min(4.0712468193vw + 0.7328244275px, 32px);
  line-height: 1.3;
}

.c-floatingButton__text_ym {
  font-size: min(1.5267175573vw + 6.2748091603px, 18px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
.c-floatingButton__text_ym b {
  font-size: min(1.7811704835vw + 7.320610687px, 21px);
}

.c-floatingButton__image_ym {
  width: min(7.3791348601vw + 30.3282442748px, 87px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------------------------------
## 代替テキスト ##################################################
----------------------------------------------------------------------- */
.c-placeholder_ym {
  padding-top: 7em;
  padding-bottom: 4em;
  font-weight: 700;
  text-align: center;
}

/* SPのみ改行 */

/* pcのみ改行 */

svg.u-pc_ym {
  display: none;
}

.u-mr0_ym {
  margin-right: 0 !important;
}

/* テキストスタイル ################# */
.u-bold_ym {
  font-weight: 700 !important;
}

.u-center_ym {
  text-align: center !important;
}

/* SPのみ中央寄せ */

/* pcのみ中央寄せ */

/* カラー ################# */
.u-text-white_ym {
  color: var(--ym-white) !important;
}

.u-text-gray_ym {
  color: var(--ym-gray) !important;
}

.u-text-light-gray_ym {
  color: var(--ym-light-gray) !important;
}

.u-text-red_ym {
  color: var(--ym-red) !important;
}

.u-text-orange_ym {
  color: var(--ym-orange) !important;
}

.u-text-yellow_ym {
  color: var(--ym-yellow) !important;
}

.u-text-yellow-green_ym {
  color: var(--ym-yellow-green) !important;
}

.u-text-green_ym {
  color: var(--ym-green) !important;
}

.u-text-blue_ym {
  color: var(--ym-blue) !important;
}

/* マージン ################# */
.u-mt0_ym {
  margin-top: 0 !important;
}

.u-mt4_ym {
  margin-top: 4px !important;
}

.u-mt8_ym {
  margin-top: 8px !important;
}

.u-mt16_ym {
  margin-top: 16px !important;
}

.u-mt24_ym {
  margin-top: 24px !important;
}

.u-mt32_ym {
  margin-top: 32px !important;
}

.u-mt40_ym {
  margin-top: 40px !important;
}

.u-mt48_ym {
  margin-top: 48px !important;
}

.u-mt56_ym {
  margin-top: 56px !important;
}

.u-mt64_ym {
  margin-top: 64px !important;
}

.u-mb0_ym {
  margin-bottom: 0 !important;
}

.u-mb4_ym {
  margin-bottom: 4px !important;
}

.u-mb8_ym {
  margin-bottom: 8px !important;
}

.u-mb16_ym {
  margin-bottom: 16px !important;
}

.u-mb24_ym {
  margin-bottom: 24px !important;
}

.u-mb32_ym {
  margin-bottom: 32px !important;
}

.u-mb40_ym {
  margin-bottom: 40px !important;
}

.u-mb48_ym {
  margin-bottom: 48px !important;
}

.u-mb56_ym {
  margin-bottom: 56px !important;
}

.u-mb64_ym {
  margin-bottom: 64px !important;
}

.u-ml0_ym {
  margin-left: 0 !important;
}

.u-ml4_ym {
  margin-left: 4px !important;
}

.u-ml8_ym {
  margin-left: 8px !important;
}

.u-ml16_ym {
  margin-left: 16px !important;
}

.u-ml24_ym {
  margin-left: 24px !important;
}

.u-ml32_ym {
  margin-left: 32px !important;
}

.u-ml40_ym {
  margin-left: 40px !important;
}

.u-ml48_ym {
  margin-left: 48px !important;
}

.u-ml56_ym {
  margin-left: 56px !important;
}

.u-ml64_ym {
  margin-left: 64px !important;
}

.u-mr0_ym {
  margin-right: 0 !important;
}

.u-mr4_ym {
  margin-right: 4px !important;
}

.u-mr8_ym {
  margin-right: 8px !important;
}

.u-mr16_ym {
  margin-right: 16px !important;
}

.u-mr24_ym {
  margin-right: 24px !important;
}

.u-mr32_ym {
  margin-right: 32px !important;
}

.u-mr40_ym {
  margin-right: 40px !important;
}

.u-mr48_ym {
  margin-right: 48px !important;
}

.u-mr56_ym {
  margin-right: 56px !important;
}

.u-mr64_ym {
  margin-right: 64px !important;
}

@media screen and (max-width: 767px){
  .u-centerText-sp_ym {
    text-align: center !important;
  }
}

@media screen and (min-width: 768px){
  .c-link_ym {
    flex-wrap: nowrap;
    align-items: center;
  }
  .c-link__official_ym {
    flex-basis: auto;
  }
  .c-mediaBox_ym:is([data-image-position=left]) {
    grid-template-columns: auto 1fr;
  }
  .c-mediaBox_ym:is([data-image-position=right]) {
    grid-template-columns: 1fr auto;
  }
  .c-mediaBox_ym .c-mediaBox__image_ym:is([data-image-position=left] *) {
    order: 1;
  }
  .c-mediaBox_ym .c-mediaBox__image_ym:is([data-image-position=right] *) {
    order: 2;
  }
  .c-mediaBox_ym .c-mediaBox__body_ym:is([data-image-position=left] *) {
    order: 2;
  }
  .c-mediaBox_ym .c-mediaBox__body_ym:is([data-image-position=right] *) {
    order: 1;
  }
  .c-2column_ym {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .c-floatingButton_ym {
    right: 70px;
    bottom: 70px;
  }
  br.u-spbr_ym {
    display: none;
  }
  br.u-pcbr_ym {
    display: inline;
  }
  svg.u-sp_ym {
    display: none;
  }
  svg.u-pc_ym {
    display: block;
  }
  .u-centerText-pc_ym {
    text-align: center !important;
  }
}

@media (hover: hover) and (pointer: fine){
  .c-button_ym:hover {
    color: var(--ym-blue);
    background-color: var(--ym-white);
  }
}