@charset "UTF-8";
:root {
  --color-bg: #fefefc;
  --color-outline: #2073e5;
  --color-accent: #2e3a65;
  --color-01: #8D0010;
  --color-02: #EDE9DE;
  --color-03: #1D1C3F;
  --color-04: #5768A2;
  --color-05: #BF2424;
  --color-06: #707070;
  --color-bg-light: #f3f3ec;
  --color-bg-white: #fff;
  --color-bg-white-70: rgba(255, 255, 255, .7);
  --color-text-body: #434343;
  --color-text-gray: #707070;
  --color-text-white: #fff;
  --color-text-link: #265f93;
  --color-text-theme: #2c6b22;
  --color-border: #af985a;
  --color-border-sand: #e7ddae;
  --color-border-black: #303228;
  --font-size-xs: clamp(0.625rem, calc(0.3125vw + 0.5rem), 0.75rem);
  --font-size-sm: clamp(0.75rem, calc(0.3125vw + 0.625rem), 0.875rem);
  --font-size-base: clamp(0.875rem, calc(0.3125vw + 0.75rem), 1rem);
  --font-size-md: clamp(1rem, calc(0.625vw + 0.75rem), 1.25rem);
  --font-size-lg: clamp(1.125rem, calc(0.9375vw + 0.75rem), 1.5rem);
  --font-size-xl: clamp(1.25rem, calc(1.875vw + 0.5rem), 2rem);
  --font-size-xxl: clamp(1.5rem, calc(2.5vw + 0.5rem), 2.5rem);
  --font-size-xxxl: clamp(2rem, 2.5vw + 1rem, 3rem);
  --font-size-page-title: var(--font-size-xxxl);
  --font-size-single-page-title: var(--font-size-xxl);
  --font-size-h2: var(--font-size-xl);
  --font-size-h3: var(--font-size-lg);
  --font-size-h4: var(--font-size-md);
  --font-size-h5: var(--font-size-base);
  --font-size-h6: var(--font-size-base);
  /*
   * Override Snow Monkey
   */
  --_lighter-color-gray: rgba(255, 255, 255, 0.7);
  --_form-control-border-color-focus: var(--color-outline);
}

body {
  background-color: var(--color-bg);
  font-size: var(--font-size-base);
}

*:focus-visible {
  outline-color: var(--color-outline) !important;
  outline-width: 2px;
}

.c-entry__header h1.c-entry__title {
  font-family: "Noto Serif JP", serif;
}

.is-root-container,
.wp-block-freeform,
.l-contents__main {
  line-height: 2;
}
.is-root-container h2,
.is-root-container h3,
.is-root-container h4,
.is-root-container h5,
.is-root-container h6,
.wp-block-freeform h2,
.wp-block-freeform h3,
.wp-block-freeform h4,
.wp-block-freeform h5,
.wp-block-freeform h6,
.l-contents__main h2,
.l-contents__main h3,
.l-contents__main h4,
.l-contents__main h5,
.l-contents__main h6 {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
.is-root-container h1,
.wp-block-freeform h1,
.l-contents__main h1 {
  font-size: var(--font-size-single-page-title);
}
.is-root-container h1.c-entry__title,
.wp-block-freeform h1.c-entry__title,
.l-contents__main h1.c-entry__title {
  font-size: var(--font-size-page-title);
}
.is-root-container h2,
.wp-block-freeform h2,
.l-contents__main h2 {
  font-size: var(--font-size-h2);
}
.is-root-container h3,
.wp-block-freeform h3,
.l-contents__main h3 {
  font-size: var(--font-size-h3);
}
.is-root-container h4,
.wp-block-freeform h4,
.l-contents__main h4 {
  font-size: var(--font-size-h4);
}
.is-root-container h5,
.wp-block-freeform h5,
.l-contents__main h5 {
  font-size: var(--font-size-h5);
}
.is-root-container h6,
.wp-block-freeform h6,
.l-contents__main h6 {
  font-size: var(--font-size-h6);
}

main.l-contents__main {
  font-size: 1.125em;
}

a {
  color: var(--color-text-link);
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

.wp-block-separator {
  border-color: var(--color-border);
}

.single h1.c-entry__title {
  font-size: var(--font-size-single-page-title);
  line-height: 1.5;
}

section h2 {
  position: relative;
}

.c-navbar__item > a {
  text-transform: uppercase;
}

.c-eyecatch {
  margin: 2rem auto;
}

.c-entry-summary__figure .c-entry-summary__term {
  bottom: 9px;
  left: 8px;
  right: auto !important;
  top: auto !important;
}

.c-entry-summary__term {
  background: var(--color-bg);
  border-radius: 1em;
  color: var(--color-text-body);
}

.svg-inline--fa.fa-external-link-alt {
  color: var(--color-text-gray) !important;
  margin-left: 5px;
  width: 0.8em;
}

/* snow monkey form */
.smf-form .smf-item .smf-text-control__control:active, .smf-form .smf-item .smf-text-control__control:focus, .smf-form .smf-item .smf-text-control__control:focus-within, .smf-form .smf-item .smf-text-control__control[aria-selected=true],
.smf-form .smf-item .smf-textarea-control__control:active,
.smf-form .smf-item .smf-textarea-control__control:focus,
.smf-form .smf-item .smf-textarea-control__control:focus-within,
.smf-form .smf-item .smf-textarea-control__control[aria-selected=true] {
  border: 2px solid var(--color-outline);
}
.smf-form .smf-item.privacy-policy .smf-checkboxes-control__control::before {
  content: "※";
  color: var(--accent-color);
  font-weight: 600;
  margin-right: 0.5em;
}
.smf-form .smf-item.privacy-policy .smf-checkbox-control__control {
  --_border-radius: 0;
  border-color: #111;
}
.smf-form .smf-item.privacy-policy .smf-checkbox-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smf-form .smf-item.privacy-policy .smf-checkbox-control__label {
  margin-top: 0.33333rem;
}

.require .smf-item__label__text::before {
  content: "※";
  color: var(--accent-color);
  font-weight: 600;
  margin-right: 0.5em;
}

.privacy-policy-box {
  font-size: var(--font-size-xs);
  max-height: 210px;
  overflow: scroll;
  width: 90%;
}

.smf-action .smf-button-control__control {
  font-weight: 700;
}
.smf-action .smf-button-control__control:focus-visible {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  outline: 2px solid var(--color-outline);
}

.post__category .smb-buttons {
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post__category .smb-btn {
  font-size: var(--font-size-xs);
  border-radius: 3em;
  padding: 0.5rem 1rem;
  line-height: 1;
  background: #9f8456;
  color: #fff;
  font-weight: 600;
}

@media (min-width: 786px) {
  .pc_align_right {
    text-align: right;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.p-breadcrumbs-wrapper {
  margin-inline: auto;
}

.smf-action {
  margin-top: 2rem;
}

#ez-toc-container {
  text-align: left;
}

.l-header__content {
  background: #f5eacc;
}

.p-global-nav .c-navbar__item > a {
  font-size: var(--font-size-sm);
}

.p-header-sub-nav {
  position: absolute;
}

.c-entry__header {
  margin: auto;
}
.c-entry__header h1.c-entry__title {
  font-size: var(--font-size-page-title);
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.c-entry__header h1.c-entry__title::before {
  background: url(../images/icon-heading.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 75px;
  width: 75px;
  margin: 0.5em auto;
}
.c-entry__header h1.c-entry__title::after {
  background: url(../images/border.png) repeat-x center;
  background-size: 455.5px 6.5px;
  content: "";
  display: block;
  height: 6.5px;
  margin-top: 0.75rem;
  width: 100%;
}

.single h1.c-entry__title {
  padding-bottom: 1.5em;
}

footer.l-footer .smb-section__fixed-background::before, footer.l-footer .smb-section__fixed-background::after {
  position: absolute;
}
footer.l-footer .smb-section__fixed-background::before {
  content: url(../images/bg-footer-01.svg);
  left: 0;
  top: 0;
  -webkit-transform: scale(0.6) translateX(-3em) translateY(-12em);
          transform: scale(0.6) translateX(-3em) translateY(-12em);
}
@media (min-width: 640px) {
  footer.l-footer .smb-section__fixed-background::before {
    -webkit-transform: scale(0.8) translateX(2vw) translateY(-10em);
            transform: scale(0.8) translateX(2vw) translateY(-10em);
  }
}
@media (min-width: 980px) {
  footer.l-footer .smb-section__fixed-background::before {
    -webkit-transform: scale(1) translateX(2vw) translateY(-5em);
            transform: scale(1) translateX(2vw) translateY(-5em);
  }
}
footer.l-footer .smb-section__fixed-background::after {
  content: url(../images/bg-footer-02.svg);
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.6) translateX(3em) translateY(2em);
          transform: scale(0.6) translateX(3em) translateY(2em);
}
@media (min-width: 640px) {
  footer.l-footer .smb-section__fixed-background::after {
    -webkit-transform: scale(0.8) translateX(0) translateY(0);
            transform: scale(0.8) translateX(0) translateY(0);
  }
}
@media (min-width: 980px) {
  footer.l-footer .smb-section__fixed-background::after {
    -webkit-transform: scale(1) translateX(-3vw) translateY(-2vw);
            transform: scale(1) translateX(-3vw) translateY(-2vw);
  }
}
@media (min-width: 780px) {
  footer.l-footer .smb-section__fixed-background {
    background-size: auto;
  }
}

.p-footer-sticky-nav .c-navbar__item > a {
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: 600;
  padding: 0.8rem 0;
}

.sticky_tel a {
  background: var(--color-05);
}
.sticky_access a {
  background: var(--color-01);
}
.sticky_reserv a {
  background: var(--color-05);
}

.footer-btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #650000;
  color: #b92025;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.75em;
  max-width: 386px;
  text-decoration: none;
  width: 80%;
}
.footer-btn a::before {
  content: "";
  height: 30px;
  margin-right: 2em;
  width: 32px;
}
.footer-btn a:hover {
  -webkit-box-shadow: 0 0 10px 0px #aaa;
          box-shadow: 0 0 10px 0px #aaa;
}
.footer-btn.btn-reserv a::before {
  background: url(../images/icon-reserv.svg) no-repeat 0 0;
  background-size: contain;
}
.footer-btn.btn-instagram a::before {
  background: url(../images/icon-instagram.svg) no-repeat 0 0;
  background-size: contain;
}
.footer-btn.btn-mail a::before {
  background: url(../images/icon-mail.svg) no-repeat 0 0;
  background-size: contain;
}

.p-social-nav svg {
  height: 2em;
  width: 2em;
}
.p-social-nav .fa-twitter,
.p-social-nav .fa-facebook,
.p-social-nav .fa-instagram,
.p-social-nav .fa-tiktok {
  color: #666;
}
.p-social-nav a:hover .fa-instagram {
  color: #ef0175;
}
.p-social-nav a:hover .fa-facebook {
  color: #0276fb;
}
.p-social-nav a:hover .fa-twitter {
  color: #1da1f2;
}
.p-social-nav a:hover .fa-tiktok {
  color: #000;
}

.c-copyright--inverse {
  background: #f5eacc;
  color: #1d1d1d;
}

.c-page-top {
  border-radius: 50%;
}

.side-link-bnr {
  position: fixed;
  right: 72px;
  bottom: 48px;
  z-index: 10;
}
.side-link-bnr a {
  background: url(../images/img-resevation.svg) no-repeat 0 0;
  background-size: contain;
  height: 70px;
  width: 220px;
  text-indent: -1000vw;
}

.p-global-nav {
  margin-right: 4em;
}

.lang_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 3em;
  list-style: none;
  padding-left: 0;
  position: fixed;
  right: 1rem;
  top: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 3em;
  z-index: 10000;
}
@media (min-width: 1024px) {
  .lang_switch {
    top: 1.2rem;
  }
}
.lang_switch .lang-item a {
  background: #eadfbc;
  border: 1px solid #94723a;
  border-radius: 50%;
  color: var(--color-text-body);
  display: block;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.lang_switch .lang-item a:hover {
  background: #94723a;
  color: #fff;
}

figure.wp-block-image.main-visual {
  padding: 0;
}
figure.wp-container-4.wp-block-gallery-3 {
  gap: 0 !important;
}

.c-page-header[data-has-image=true] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  padding-bottom: 0;
}
.c-page-header[data-has-image=true] .c-page-header__title {
  background: var(--accent-color);
  padding: 1rem;
  font-size: var(--font-size-lg);
}

.wp-block-snow-monkey-blocks-items-item-free.c-row__col.plan-inner {
  padding: 10px;
  background: #f5f4e4;
}

#intro .smb-btn-wrapper.is-style-ghost .smb-btn {
  font-size: var(--font-size-base);
}

#flow .flow-inner {
  background: #c4aa7e;
  margin-top: 0;
  padding: 22px;
}
#flow .flow-inner .smb-btn-wrapper,
#flow .flow-inner .smb-btn {
  width: 100%;
}

#reason {
  color: #fff;
  counter-reset: number;
}
#reason h2::before {
  background: url(../images/icon-reason.png) no-repeat 0 0;
  background-size: contain;
  height: 62px;
  width: 62px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
  height: 52px;
  width: 52px;
  z-index: 1;
}
#reason .reason-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(175, 59, 65, 0.7);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  height: 4em;
  margin-bottom: 0 !important;
  padding: 6px;
}
#reason .reason-title::before {
  background: url(../images/icon-reason.png) no-repeat center;
  background-size: contain;
  counter-increment: number;
  content: counter(number) " ";
  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;
  margin: 0.2em;
  padding: 1.7rem;
  text-align: center;
  height: 60px;
  width: 60px;
}
#reason .c-row__col {
  margin-bottom: var(--_gap);
}
#reason .c-row__col:nth-child(odd) .reason-title {
  background: #8a6d3f;
}
#reason .wp-block-image {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
#reason .wp-block-image figcaption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(44, 44, 44, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--font-size-sm);
  min-height: 114px;
  margin: 0;
  padding: 0.5em 0.75em;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#reserv .c-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reserv-inner {
  background: #ebdfbb;
  padding-bottom: 1em;
}

#news h2::before {
  background: url(../images/icon-news.png) no-repeat 0 0;
  background-size: contain;
  height: 52px;
  width: 52px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
  height: 52px;
  width: 52px;
  z-index: 1;
}

#blog {
  position: relative;
}
#blog::before {
  background: url(../images/icon-blog.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 52px;
  width: 52px;
  z-index: 1;
}
#blog h2 {
  position: relative;
}
#blog h2::after {
  background: url(../images/border.png) repeat-x center;
  background-size: 455.5px 6.5px;
  content: "";
  display: block;
  height: 6.5px;
  margin-top: 0.75rem;
  width: 100%;
}

#plan {
  background: #f5e9e9;
}
#plan h2::before {
  background: url(../images/icon-plan.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
  height: 52px;
  width: 52px;
  z-index: 1;
}
#plan h3 {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-size: var(--font-size-h4);
  line-height: 1.2;
}
#plan .is-style-plan-name,
#plan .is-style-price {
  line-height: 1.2;
}
#plan .is-style-price {
  font-size: var(--font-size-base);
  margin-top: 0;
}
#plan .plan-inner .smb-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#plan .plan-inner .smb-items__item .smb-items__item__body {
  padding-bottom: 1em;
}

[lang=en-US] #plan h3 {
  font-family: "Roboto Condensed", sans-serif !important;
}

.p-term-description {
  padding: 1em;
}
.p-term-description h2 {
  font-size: var(--font-size-lg);
}

.introduction {
  margin-bottom: 3.5em;
}

.c-entries__item {
  margin-bottom: 40px;
}

.c-entries__item > a:active .c-entry-summary__body,
.c-entries__item > a:focus .c-entry-summary__body,
.c-entries__item > a:hover .c-entry-summary__body {
  opacity: 1;
}

.c-entry-summary__figure > img,
.c-entry-summary__figure > picture > img {
  background-color: #fff;
}

body:not(.blog):not(.post-type-archive-news):not(.category):not(.home) .c-entries.c-entries--rich-media .c-entry-summary__figure img,
body:not(.blog):not(.post-type-archive-news):not(.category):not(.home) .c-entries.c-entries--rich-media .c-entry-summary__figure picture > img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  body:not(.blog):not(.post-type-archive-news):not(.category):not(.home) .c-entries.c-entries--rich-media .c-entries__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
  }
}

.blog .c-meta,
.blog .category-tags,
.category .c-meta,
.category .category-tags {
  display: inline;
}
.blog .c-entry-summary__term,
.category .c-entry-summary__term {
  background: var(--color-bg);
  font-weight: 400;
  margin-right: 0.5em;
}
.blog .p-breadcrumbs-wrapper,
.category .p-breadcrumbs-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-archive .c-entry-summary__title {
  border: none;
  color: var(--color-text-body);
  font-size: var(--font-size-base);
}

.c-entry-summary__meta {
  color: var(--color-text-gray);
  font-size: var(--font-size-xxs);
  font-weight: 400;
  text-align: left;
}

.c-meta__item {
  color: var(--color-text-gray);
}

.c-meta__item--author {
  display: none;
}

/* カテゴリーラベルの表示位置を変更 */
.c-entries--simple .c-meta__item.c-meta__item--categories {
  display: contents;
}

.post__category {
  margin: auto;
}

.collection-tax {
  margin: 0 auto;
}

.post-type-archive-gallary .c-entries__item {
  margin-bottom: 0;
  padding-inline: 0;
}
.post-type-archive-gallary .c-entry-summary__figure {
  margin-bottom: 0;
}
.post-type-archive-gallary .c-entry-summary.c-entry-summary--gallary.c-entry-summary--type-gallary {
  position: relative;
}
.post-type-archive-gallary .c-entry-summary__header {
  margin-bottom: 0;
}

.post-type-archive-furisodecollection .c-entry-summary__figure:before,
.tax-color .c-entry-summary__figure:before,
.tax-collection_category .c-entry-summary__figure:before {
  padding-top: 150%;
}
.post-type-archive-furisodecollection .c-entry-summary__title,
.tax-color .c-entry-summary__title,
.tax-collection_category .c-entry-summary__title {
  text-align: center;
}

.post-type-archive-gallary .c-entry-summary__figure:before {
  padding-top: 100%;
}
.post-type-archive-gallary .c-entry-summary__meta {
  display: none;
}
.post-type-archive-gallary .c-entry-summary__header {
  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;
  min-height: 2.8rem;
}
.post-type-archive-gallary .c-entry-summary__body {
  background: rgba(255, 255, 255, 0.77);
  bottom: 0;
  padding: 0.8rem 0.5rem;
  position: absolute;
  width: 100%;
}

.collection-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.collection-term {
  border: 1px solid var(--accent-color);
}

.collection-tax .c-row {
  gap: 2%;
}
@media (min-width: 640px) {
  .collection-tax .c-row[data-md-columns="2"] {
    --_item-width: 49%;
  }
}

.taxonomy-nav {
  border: 1px solid #ccc;
  padding: 1rem;
}
.taxonomy-nav .smb-btn-wrapper {
  gap: 0.5em;
}
.taxonomy-nav .smb-btn-wrapper .smb-btn {
  background: var(--color-bg) !important;
  border: 1px solid var(--color-border);
  border-radius: 3em;
  color: var(--color-text-body);
  font-size: 11px;
  font-weight: 600;
  min-width: 7em;
  padding: 0.8em;
  text-decoration: none;
}

.single-furisodecollection :where(.c-entry__content > :not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--custom--slim-width);
}

.step .smb-media-text__title::before {
  border-bottom: 1px solid var(--color-03);
  color: var(--color-03);
  content: "";
  display: block;
  font-size: 1.5em;
  margin-bottom: 1rem;
}

.step-01 .smb-media-text__title::before {
  content: "Step-1";
}

.step-02 .smb-media-text__title::before {
  content: "Step-2";
}

.step-03 .smb-media-text__title::before {
  content: "Step-3";
}

.step-04 .smb-media-text__title::before {
  content: "Step-4";
}

.step-05 .smb-media-text__title::before {
  content: "Step-5";
}

.day-calendar {
  max-width: 100%;
}
.day-calendar table {
  margin: auto;
  width: 100%;
}

#furisode-calendar {
  width: 100%;
  display: block;
  max-width: 1200px !important;
  margin: auto;
}

#sweets .smb-items__item--free {
  border: 1px solid #ccc;
  padding: 1.5rem;
}

#booking-form {
  margin-top: 3em;
}

.page-id-9 .l-contents__body {
  position: relative;
}
.page-id-9 .l-contents__body::before {
  background-image: url(../images/plan/bg-plan.svg);
  background-color: #ede9de;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  height: 80vw;
  width: 80vw;
  position: absolute;
  left: 50%;
  top: calc(15vh - 10vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  max-height: 1100px;
  max-width: 1200px;
}
@media (min-width: 780px) {
  .page-id-9 .l-contents__body::before {
    background-image: url(../images/plan/bg-plan-lead.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.page-id-9 #plan-01 .smb-section-break-the-grid__figure, .page-id-9 #plan-03 .smb-section-break-the-grid__figure, .page-id-9 #plan-05 .smb-section-break-the-grid__figure, .page-id-9 #plan-07 .smb-section-break-the-grid__figure, .page-id-9 #plan-09 .smb-section-break-the-grid__figure, .page-id-9 #plan-11 .smb-section-break-the-grid__figure, .page-id-9 #plan-13 .smb-section-break-the-grid__figure {
  right: 0;
}
.page-id-9 #plan-02 .smb-section-break-the-grid__figure, .page-id-9 #plan-04 .smb-section-break-the-grid__figure, .page-id-9 #plan-06 .smb-section-break-the-grid__figure, .page-id-9 #plan-08 .smb-section-break-the-grid__figure, .page-id-9 #plan-10 .smb-section-break-the-grid__figure, .page-id-9 #plan-12 .smb-section-break-the-grid__figure {
  right: 0;
}
.page-id-9 .is-style-price {
  font-size: var(--font-size-md);
}
.page-id-9 .is-style-price .has-sm-5-xl-font-size,
.page-id-9 .is-style-price .has-sm-6-xl-font-size {
  line-height: 1;
}
.page-id-9 .plan-inner {
  text-align: center;
}
@media (min-width: 980px) {
  .page-id-9 .plan-inner {
    padding-inline: 1em;
  }
}

#plan-intro .smb-section__inner {
  text-align: left;
}
@media (min-width: 640px) {
  #plan-intro .smb-section__inner {
    text-align: center;
  }
}

#plan-01, #plan-02, #plan-03, #plan-04, #plan-05, #plan-06, #plan-07, #plan-08, #plan-09, #plan-10, #plan-11, #plan-12, #plan-13 {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  padding-block: 5em;
  position: relative;
}
@media (min-width: 480px) {
  #plan-01, #plan-02, #plan-03, #plan-04, #plan-05, #plan-06, #plan-07, #plan-08, #plan-09, #plan-10, #plan-11, #plan-12, #plan-13 {
    padding-block: 8em;
  }
}
@media (min-width: 640px) {
  #plan-01, #plan-02, #plan-03, #plan-04, #plan-05, #plan-06, #plan-07, #plan-08, #plan-09, #plan-10, #plan-11, #plan-12, #plan-13 {
    padding-block: 12em;
  }
}
@media (min-width: 780px) {
  #plan-01, #plan-02, #plan-03, #plan-04, #plan-05, #plan-06, #plan-07, #plan-08, #plan-09, #plan-10, #plan-11, #plan-12, #plan-13 {
    padding-block: 10em;
  }
}
@media (min-width: 1024px) {
  #plan-01, #plan-02, #plan-03, #plan-04, #plan-05, #plan-06, #plan-07, #plan-08, #plan-09, #plan-10, #plan-11, #plan-12, #plan-13 {
    padding-block: 8em;
  }
}
#plan-01::before, #plan-02::before, #plan-03::before, #plan-04::before, #plan-05::before, #plan-06::before, #plan-07::before, #plan-08::before, #plan-09::before, #plan-10::before, #plan-11::before, #plan-12::before, #plan-13::before {
  border-bottom: 3px solid #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
#plan-01 .plan-title, #plan-02 .plan-title, #plan-03 .plan-title, #plan-04 .plan-title, #plan-05 .plan-title, #plan-06 .plan-title, #plan-07 .plan-title, #plan-08 .plan-title, #plan-09 .plan-title, #plan-10 .plan-title, #plan-11 .plan-title, #plan-12 .plan-title, #plan-13 .plan-title {
  color: #5768a2;
  line-height: 1.2;
  margin: 0.5rem 0 0;
  text-align: center;
}
#plan-01 .plan-title::before, #plan-02 .plan-title::before, #plan-03 .plan-title::before, #plan-04 .plan-title::before, #plan-05 .plan-title::before, #plan-06 .plan-title::before, #plan-07 .plan-title::before, #plan-08 .plan-title::before, #plan-09 .plan-title::before, #plan-10 .plan-title::before, #plan-11 .plan-title::before, #plan-12 .plan-title::before, #plan-13 .plan-title::before {
  content: "";
  display: block;
  height: 41px;
  width: 81px;
  margin: auto;
}
@media (min-width: 640px) {
  #plan-01 .plan-title::before, #plan-02 .plan-title::before, #plan-03 .plan-title::before, #plan-04 .plan-title::before, #plan-05 .plan-title::before, #plan-06 .plan-title::before, #plan-07 .plan-title::before, #plan-08 .plan-title::before, #plan-09 .plan-title::before, #plan-10 .plan-title::before, #plan-11 .plan-title::before, #plan-12 .plan-title::before, #plan-13 .plan-title::before {
    height: 104.5px;
    width: 207.5px;
  }
}
#plan-01 .plan-desc, #plan-02 .plan-desc, #plan-03 .plan-desc, #plan-04 .plan-desc, #plan-05 .plan-desc, #plan-06 .plan-desc, #plan-07 .plan-desc, #plan-08 .plan-desc, #plan-09 .plan-desc, #plan-10 .plan-desc, #plan-11 .plan-desc, #plan-12 .plan-desc, #plan-13 .plan-desc {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.5em;
  font-family: "Kiwi Maru", serif;
  font-size: var(--font-size-lg);
  line-height: 1.2;
  margin: 0;
  padding: 0.2em 0.5em;
  top: 0;
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
  text-align: left;
  width: 100%;
}
@media (min-width: 640px) {
  #plan-01 .plan-desc, #plan-02 .plan-desc, #plan-03 .plan-desc, #plan-04 .plan-desc, #plan-05 .plan-desc, #plan-06 .plan-desc, #plan-07 .plan-desc, #plan-08 .plan-desc, #plan-09 .plan-desc, #plan-10 .plan-desc, #plan-11 .plan-desc, #plan-12 .plan-desc, #plan-13 .plan-desc {
    text-align: center;
  }
}
#plan-01 p, #plan-02 p, #plan-03 p, #plan-04 p, #plan-05 p, #plan-06 p, #plan-07 p, #plan-08 p, #plan-09 p, #plan-10 p, #plan-11 p, #plan-12 p, #plan-13 p {
  margin-block: 0.5rem;
}
#plan-01 ul, #plan-02 ul, #plan-03 ul, #plan-04 ul, #plan-05 ul, #plan-06 ul, #plan-07 ul, #plan-08 ul, #plan-09 ul, #plan-10 ul, #plan-11 ul, #plan-12 ul, #plan-13 ul {
  padding-left: 2em;
}
#plan-01 {
  background: url(../images/plan/bg-plan-01.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-01 {
    background-position: center 0;
    background-size: 1366px 717px;
    margin-top: -4vw;
    padding-top: 14vw;
  }
}
#plan-01::before {
  background: #f0e2e2;
}
@media (min-width: 780px) {
  #plan-01::before {
    top: 4vw;
  }
}
#plan-01 .plan-title::before {
  background: url(../images/plan/icon-plan-01.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-02 {
  background: url(../images/plan/bg-plan-02.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-02 {
    background-size: 1366px 369px;
  }
}
#plan-02::before {
  background: #f0f0e2;
}
#plan-02 .plan-title::before {
  background: url(../images/plan/icon-plan-02.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-03 {
  background: url(../images/plan/bg-plan-03.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-03 {
    background-size: 1367px 415px;
  }
}
#plan-03::before {
  background: #e4f0e2;
}
#plan-03 .plan-title::before {
  background: url(../images/plan/icon-plan-03.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-04 {
  background: url(../images/plan/bg-plan-04.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-04 {
    background-size: 1366px 332px;
  }
}
#plan-04::before {
  background: #e2ecf0;
}
#plan-04 .plan-title::before {
  background: url(../images/plan/icon-plan-04.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-05 {
  background: url(../images/plan/bg-plan-05.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-05 {
    background-size: 1366px 372px;
  }
}
#plan-05::before {
  background: #e6e2f0;
}
#plan-05 .plan-title::before {
  background: url(../images/plan/icon-plan-05.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-06 {
  background: url(../images/plan/bg-plan-06.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-06 {
    background-size: 1367px 405px;
  }
}
#plan-06::before {
  background: #f0e2ea;
}
#plan-06 .plan-title::before {
  background: url(../images/plan/icon-plan-06.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-07 {
  background: url(../images/plan/bg-plan-07.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-07 {
    background-size: 1366px 311px;
  }
}
#plan-07::before {
  background: #dee6c3;
}
#plan-07 .plan-title::before {
  background: url(../images/plan/icon-plan-07.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-08 {
  background: url(../images/plan/bg-plan-08.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-08 {
    background-size: 1366px 449px;
  }
}
#plan-08::before {
  background: #e2ecf0;
}
#plan-08 .plan-title::before {
  background: url(../images/plan/icon-plan-08.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-09 {
  background: url(../images/plan/bg-plan-09.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-09 {
    background-size: 1366px 317px;
  }
}
#plan-09::before {
  background: #e2f0ed;
}
#plan-09 .plan-title::before {
  background: url(../images/plan/icon-plan-09.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-10 {
  background: url(../images/plan/bg-plan-10.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-10 {
    background-size: 1366px 307px;
  }
}
#plan-10::before {
  background: #ebe1d8;
}
#plan-10 .plan-title::before {
  background: url(../images/plan/icon-plan-10.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-11 {
  background: url(../images/plan/bg-plan-11.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-11 {
    background-size: 1366px 340px;
  }
}
#plan-11::before {
  background: #f0e2e2;
}
#plan-11 .plan-title::before {
  background: url(../images/plan/icon-plan-11.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-12 {
  background: url(../images/plan/bg-plan-12.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-12 {
    background-size: 1366px 329px;
  }
}
#plan-12::before {
  background: #f0f0e2;
}
#plan-12 .plan-title::before {
  background: url(../images/plan/icon-plan-12.svg) no-repeat 0 0;
  background-size: contain;
}
#plan-13 {
  background: url(../images/plan/bg-plan-13.svg) no-repeat center 70%;
  background-size: contain;
}
@media (min-width: 780px) {
  #plan-13 {
    background-size: 1366px 329px;
  }
}
#plan-13::before {
  background: #e4f0e2;
}
#plan-13 .plan-title::before {
  background: url(../images/plan/icon-plan-13.svg) no-repeat 0 0;
  background-size: contain;
}

.page-id-16819 #plan-01, .page-id-16819 #plan-02, .page-id-16819 #plan-03, .page-id-16819 #plan-04, .page-id-16819 #plan-05, .page-id-16819 #plan-06, .page-id-16819 #plan-07, .page-id-16819 #plan-08, .page-id-16819 #plan-09, .page-id-16819 #plan-10, .page-id-16819 #plan-11,
.page-id-18836 #plan-01,
.page-id-18836 #plan-02,
.page-id-18836 #plan-03,
.page-id-18836 #plan-04,
.page-id-18836 #plan-05,
.page-id-18836 #plan-06,
.page-id-18836 #plan-07,
.page-id-18836 #plan-08,
.page-id-18836 #plan-09,
.page-id-18836 #plan-10,
.page-id-18836 #plan-11 {
  font-size: var(--font-size-base);
}
.page-id-16819 #plan-01::before, .page-id-16819 #plan-02::before, .page-id-16819 #plan-03::before, .page-id-16819 #plan-04::before, .page-id-16819 #plan-05::before, .page-id-16819 #plan-06::before, .page-id-16819 #plan-07::before, .page-id-16819 #plan-08::before, .page-id-16819 #plan-09::before, .page-id-16819 #plan-10::before, .page-id-16819 #plan-11::before,
.page-id-18836 #plan-01::before,
.page-id-18836 #plan-02::before,
.page-id-18836 #plan-03::before,
.page-id-18836 #plan-04::before,
.page-id-18836 #plan-05::before,
.page-id-18836 #plan-06::before,
.page-id-18836 #plan-07::before,
.page-id-18836 #plan-08::before,
.page-id-18836 #plan-09::before,
.page-id-18836 #plan-10::before,
.page-id-18836 #plan-11::before {
  height: 100%;
  top: 0;
}
@media (min-width: 640px) {
  .page-id-16819 #plan-01 .c-row__col--lg-1-2, .page-id-16819 #plan-02 .c-row__col--lg-1-2, .page-id-16819 #plan-03 .c-row__col--lg-1-2, .page-id-16819 #plan-04 .c-row__col--lg-1-2, .page-id-16819 #plan-05 .c-row__col--lg-1-2, .page-id-16819 #plan-06 .c-row__col--lg-1-2, .page-id-16819 #plan-07 .c-row__col--lg-1-2, .page-id-16819 #plan-08 .c-row__col--lg-1-2, .page-id-16819 #plan-09 .c-row__col--lg-1-2, .page-id-16819 #plan-10 .c-row__col--lg-1-2, .page-id-16819 #plan-11 .c-row__col--lg-1-2,
  .page-id-18836 #plan-01 .c-row__col--lg-1-2,
  .page-id-18836 #plan-02 .c-row__col--lg-1-2,
  .page-id-18836 #plan-03 .c-row__col--lg-1-2,
  .page-id-18836 #plan-04 .c-row__col--lg-1-2,
  .page-id-18836 #plan-05 .c-row__col--lg-1-2,
  .page-id-18836 #plan-06 .c-row__col--lg-1-2,
  .page-id-18836 #plan-07 .c-row__col--lg-1-2,
  .page-id-18836 #plan-08 .c-row__col--lg-1-2,
  .page-id-18836 #plan-09 .c-row__col--lg-1-2,
  .page-id-18836 #plan-10 .c-row__col--lg-1-2,
  .page-id-18836 #plan-11 .c-row__col--lg-1-2 {
    --_item-width: 50%;
  }
}
.page-id-16819 #plan-01 h2, .page-id-16819 #plan-02 h2, .page-id-16819 #plan-03 h2, .page-id-16819 #plan-04 h2, .page-id-16819 #plan-05 h2, .page-id-16819 #plan-06 h2, .page-id-16819 #plan-07 h2, .page-id-16819 #plan-08 h2, .page-id-16819 #plan-09 h2, .page-id-16819 #plan-10 h2, .page-id-16819 #plan-11 h2,
.page-id-18836 #plan-01 h2,
.page-id-18836 #plan-02 h2,
.page-id-18836 #plan-03 h2,
.page-id-18836 #plan-04 h2,
.page-id-18836 #plan-05 h2,
.page-id-18836 #plan-06 h2,
.page-id-18836 #plan-07 h2,
.page-id-18836 #plan-08 h2,
.page-id-18836 #plan-09 h2,
.page-id-18836 #plan-10 h2,
.page-id-18836 #plan-11 h2 {
  color: #5768a2;
  font-size: var(--font-size-xxl);
  line-height: 1.2;
  margin-bottom: 0;
}
.page-id-16819 #plan-01 p, .page-id-16819 #plan-02 p, .page-id-16819 #plan-03 p, .page-id-16819 #plan-04 p, .page-id-16819 #plan-05 p, .page-id-16819 #plan-06 p, .page-id-16819 #plan-07 p, .page-id-16819 #plan-08 p, .page-id-16819 #plan-09 p, .page-id-16819 #plan-10 p, .page-id-16819 #plan-11 p,
.page-id-18836 #plan-01 p,
.page-id-18836 #plan-02 p,
.page-id-18836 #plan-03 p,
.page-id-18836 #plan-04 p,
.page-id-18836 #plan-05 p,
.page-id-18836 #plan-06 p,
.page-id-18836 #plan-07 p,
.page-id-18836 #plan-08 p,
.page-id-18836 #plan-09 p,
.page-id-18836 #plan-10 p,
.page-id-18836 #plan-11 p {
  margin-block: revert;
}

#option {
  max-width: 1008px;
  padding: 4vw clamp(5px, 17.97vw - 110px, 120px) calc(4vw - 3rem);
}
#option::after, #option::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  height: 20vw;
}
#option::after {
  background: url(../images/bg-option-02.svg) no-repeat center;
  background-size: contain;
  bottom: 0;
  z-index: -1;
}
#option::before {
  background: url(../images/bg-option-01.svg) no-repeat center;
  background-size: contain;
  top: 0;
}
#option .smb-section__fixed-background {
  border-radius: 6vw;
  z-index: -1;
}
#option h3,
#option p:not(.option-price) {
  font-family: "Kiwi Maru", serif !important;
}
#option img {
  width: 252px;
}

.option-price {
  font-family: "STIX Two Text", serif;
  font-size: var(--font-size-xs);
  font-weight: 600;
}

[lang=en-US] #option h3,
[lang=en-US] #option p:not(.option-price) {
  font-family: "Roboto", sans-serif !important;
}
[lang=en-US] #option p:not(.option-price) {
  font-weight: 400;
}
[lang=en-US] .plan-desc {
  font-family: "Roboto", sans-serif !important;
}

.page-id-10 .l-contents__body {
  background: #f4f4f4 url(../images/rental/bg-rental-flow.svg) center top;
  background-size: contain;
}

#rentalflow-01 .c-container::after, #rentalflow-02 .c-container::after, #rentalflow-03 .c-container::after, #rentalflow-04 .c-container::after, #rentalflow-05 .c-container::after {
  background: url(../images/rental/img-rental-after.svg) no-repeat center bottom;
  background-size: contain;
  content: "";
  display: block;
  height: 3em;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
@media (min-width: 640px) {
  #rentalflow-01 .c-container::after, #rentalflow-02 .c-container::after, #rentalflow-03 .c-container::after, #rentalflow-04 .c-container::after, #rentalflow-05 .c-container::after {
    height: 6em;
    margin: auto;
    width: 100%;
  }
}
#rentalflow-01 .c-container::before, #rentalflow-02 .c-container::before, #rentalflow-03 .c-container::before, #rentalflow-04 .c-container::before, #rentalflow-05 .c-container::before, #rentalflow-06 .c-container::before {
  content: "";
  display: block;
  width: 6.875em;
  height: 6.875em;
  margin-inline: auto;
}
#rentalflow-02, #rentalflow-03, #rentalflow-04, #rentalflow-05 {
  padding-block: 0;
}
#rentalflow-01 {
  padding-bottom: 0;
}
#rentalflow-01 .c-container::before {
  background: url(../images/rental/icon-rental-01.svg) no-repeat center;
  background-size: contain;
}
#rentalflow-02 .c-container::before {
  background: url(../images/rental/icon-rental-02.svg) no-repeat center;
  background-size: contain;
}
#rentalflow-03 .c-container::before {
  background: url(../images/rental/icon-rental-03.svg) no-repeat center;
  background-size: contain;
}
#rentalflow-04 .c-container::before {
  background: url(../images/rental/icon-rental-04.svg) no-repeat center;
  background-size: contain;
}
#rentalflow-05 .c-container::before {
  background: url(../images/rental/icon-rental-05.svg) no-repeat center;
  background-size: contain;
}
#rentalflow-06 {
  padding-top: 0;
}
#rentalflow-06 .c-container::before {
  background: url(../images/rental/icon-rental-06.svg) no-repeat center;
  background-size: contain;
}
#rentalflow-06 .c-container::after {
  background: url(../images/rental/img-rental-after02.svg) no-repeat center bottom;
  background-size: contain;
  content: "";
  display: block;
  height: 3em;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
@media (min-width: 640px) {
  #rentalflow-06 .c-container::after {
    height: 6em;
    margin: auto;
    width: 100%;
  }
}

.page-id-6 .l-contents__body {
  background-size: contain;
}
.page-id-6 .smb-accordion__item__title__label {
  color: #ad0b0b;
  font-size: var(--font-size-lg);
  font-weight: 600;
}
.page-id-6 .smb-accordion__item__body p:first-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  line-height: 1.5;
}
.page-id-6 .smb-accordion__item__body p:first-of-type::before {
  content: url(../images/faq/icon-a.svg);
  line-height: 1;
}

#faq-01 .smb-section__header::after, #faq-02 .smb-section__header::after, #faq-03 .smb-section__header::after, #faq-04 .smb-section__header::after, #faq-05 .smb-section__header::after {
  background: url(../images/faq/img-q-sp.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 5em;
  width: 100%;
}
@media (min-width: 640px) {
  #faq-01 .smb-section__header::after, #faq-02 .smb-section__header::after, #faq-03 .smb-section__header::after, #faq-04 .smb-section__header::after, #faq-05 .smb-section__header::after {
    background: url(../images/faq/img-q.svg) no-repeat 0 0;
  }
}
#faq-01 .smb-section__title, #faq-02 .smb-section__title, #faq-03 .smb-section__title, #faq-04 .smb-section__title, #faq-05 .smb-section__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#faq-01 .smb-section__title::before {
  content: url(../images/faq/icon-faq-title-01.svg);
}
#faq-02 .smb-section__title::before {
  content: url(../images/faq/icon-faq-title-02.svg);
}
#faq-03 .smb-section__title::before {
  content: url(../images/faq/icon-faq-title-03.svg);
}
#faq-04 .smb-section__title::before {
  content: url(../images/faq/icon-faq-title-04.svg);
}
#faq-05 .smb-section__title::before {
  content: url(../images/faq/icon-faq-title-05.svg);
}

.single-gallary .c-entry__body {
  max-width: 48rem;
  margin-inline: auto;
}

.smb-btn-wrapper.is-style-ghost .smb-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: var(--color-border);
  border-radius: 0;
  color: var(--color-text-body);
  font-size: var(--font-size-sm);
  font-weight: 700;
  height: 3.5em;
  line-height: 1;
  padding: 0 2em;
  position: relative;
}
.smb-btn-wrapper.is-style-ghost .smb-btn::after, .smb-btn-wrapper.is-style-ghost .smb-btn::before {
  content: "";
  position: absolute;
  top: -1px;
  height: 3.5em;
  width: 0.8em;
}
.smb-btn-wrapper.is-style-ghost .smb-btn::after {
  background: url(../images/bg-btn-right.svg) no-repeat top right;
  background-size: contain;
  right: -1px;
}
.smb-btn-wrapper.is-style-ghost .smb-btn::before {
  background: url(../images/bg-btn-left.svg) no-repeat top left;
  background-size: contain;
  left: -1px;
}
.smb-btn-wrapper.is-style-ghost .smb-btn:hover {
  -webkit-box-shadow: 0 0 10px 0px #aaa;
          box-shadow: 0 0 10px 0px #aaa;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.smb-btn-wrapper.is-style-ghost .smb-btn .smb-btn__label {
  padding-right: 2em;
}
.smb-btn-wrapper.is-style-ghost .smb-btn .smb-btn__label::after {
  content: "》";
  position: absolute;
  right: 1em;
}

.smb-btn-wrapper.is-style-arrow .smb-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-bg) !important;
  border: 1px solid var(--color-border);
  border-radius: 3em;
  color: var(--color-text-body);
  font-size: var(--font-size-xs);
  font-weight: 700;
  padding: 12px 24px;
}
.smb-btn-wrapper.is-style-arrow .smb-btn::after {
  background: url(../images/icon/arrow-right.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 18px;
  width: 32px;
}
.smb-btn-wrapper.is-style-arrow .smb-btn:hover {
  background: var(--color-bg-white) !important;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.smb-btn-wrapper.is-style-text .smb-btn {
  color: #707070;
  text-decoration: underline;
}
.smb-btn-wrapper.is-style-text .smb-btn .smb-btn__label::after {
  content: "　";
}
.smb-btn-wrapper.is-style-text .smb-btn::after {
  content: "》";
}

.smb-btn-wrapper.is-style-text .smb-btn:hover {
  text-decoration: none;
}

.is-style-has_icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.is-style-has_icon::before {
  background: url(../images/icon-heading.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 75px;
  width: 75px;
  margin: 0.5em auto;
}
.is-style-has_icon::after {
  background: url(../images/border.png) repeat-x center;
  background-size: 455.5px 6.5px;
  content: "";
  display: block;
  height: 6.5px;
  margin-top: 0.75rem;
  width: 100%;
}

.is-style-w480 {
  border-bottom: none;
  max-width: 480px !important;
  width: 480px;
}

.is-style-theme-01 .smb-items__item__figure {
  margin-bottom: 0;
}
.is-style-theme-01 .smb-items__item__body {
  background-color: #dce8f2;
  padding: 1rem;
}

.is-style-theme-02 .smb-items__item__figure {
  margin-bottom: 0;
}
.is-style-theme-02 .smb-items__item__body {
  background-color: #fff2f2;
  padding: 1rem;
}

.is-style-jcc .c-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-style-lead-text {
  font-size: var(--font-size-md);
  text-align: left;
}
@media (min-width: 640px) {
  .is-style-lead-text {
    text-align: center;
  }
}

.is-style-plan-name {
  font-size: var(--font-size-md);
  font-weight: 600;
}

.is-style-price {
  font-size: var(--font-size-md);
  font-family: "STIX Two Text", serif;
  font-weight: 600;
  line-height: 1.2;
  margin-block: revert !important;
}
.is-style-price em {
  font-style: normal;
  font-size: 2.8em;
}

.is-style-font-size-sm {
  font-size: var(--font-size-sm);
}

.is-style-font-size-md {
  font-size: var(--font-size-md);
}

.is-style-font-size-lg {
  font-size: var(--font-size-lg);
}

.is-style-font-size-xl {
  font-size: var(--font-size-xl);
}