@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;700&display=swap");
:root {
  --primary: #23486d;
  --primary-sub: #335049;
  --accent: #9a081c;
  --em: #9a081c;
  --bg-gray: #eeeeee;
  --text: #222222;
  --padding: 28.8px;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: var(--text);
  background-color: #eeeeee;
}
@media all and (max-width: 639px) {
  body {
    font-size: 0.9375em;
  }
}

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

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

/*タイトル*/
.smb-section.is-style-smb-section-undecorated-title:not(.top-mv-section) .smb-section__contents-wrapper > .smb-section__header {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smb-section.is-style-smb-section-undecorated-title:not(.top-mv-section) .smb-section__contents-wrapper > .smb-section__header .smb-section__subtitle {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-size: 18px;
  font-weight: bold;
  color: var(--primary);
  text-transform: uppercase;
  text-align: right;
}
@media all and (min-width: 640px) {
  .smb-section.is-style-smb-section-undecorated-title:not(.top-mv-section) .smb-section__contents-wrapper > .smb-section__header .smb-section__subtitle {
    font-size: 24px;
  }
}
.smb-section.is-style-smb-section-undecorated-title:not(.top-mv-section) .smb-section__contents-wrapper > .smb-section__header .smb-section__subtitle::after {
  content: "｜";
}
.smb-section.is-style-smb-section-undecorated-title:not(.top-mv-section) .smb-section__contents-wrapper > .smb-section__header .smb-section__subtitle + .smb-section__title {
  margin-top: 0;
  text-align: left;
}
.smb-section.is-style-smb-section-undecorated-title:not(.top-mv-section) .smb-section__contents-wrapper > .smb-section__header .smb-section__title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-size: 12px;
  font-weight: 400;
}
@media all and (min-width: 640px) {
  .smb-section.is-style-smb-section-undecorated-title:not(.top-mv-section) .smb-section__contents-wrapper > .smb-section__header .smb-section__title {
    font-size: 16px;
  }
}
.smb-section.is-style-smb-section-undecorated-title:not(.top-mv-section) .smb-section__contents-wrapper > .smb-section__header .smb-section__lede-wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.smb-section.is-style-smb-section-undecorated-title:not(.top-mv-section) .smb-section__contents-wrapper.smb-section__contents-wrapper--left > .smb-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (min-width: 640px) {
  .smb-section.is-style-smb-section-undecorated-title:not(.top-mv-section) .smb-section__contents-wrapper.smb-section__contents-wrapper--left > .smb-section__header .c-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.title-style01 {
  font-size: 12px !important;
  font-weight: 400;
}
@media all and (min-width: 640px) {
  .title-style01 {
    font-size: 16px !important;
  }
}
.title-style01 strong {
  color: var(--primary);
  font-size: 1.5em;
  vertical-align: sub;
}

.title-style02 {
  font-size: 20px;
  font-weight: 400;
}
@media all and (min-width: 640px) {
  .title-style02 {
    font-size: 28px;
  }
}
.title-style02:before, .title-style02:after {
  content: "―";
  display: inline-block;
}
.title-style02:before {
  margin-right: 0.3em;
}
.title-style02:after {
  margin-left: 0.3em;
}

.title-style02_ {
  font-size: 28px;
  font-weight: 400;
}

.title-style03, body:not(.home) .smb-media-text .smb-media-text__title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
@media all and (min-width: 640px) {
  .title-style03, body:not(.home) .smb-media-text .smb-media-text__title {
    font-size: 24px;
  }
}
.title-style03:after, body:not(.home) .smb-media-text .smb-media-text__title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 3em;
  height: 1px;
  background-color: var(--primary);
}

.title-style04 {
  display: inline-block;
  border: 1px solid var(--primary);
  font-size: 18px;
  padding: 0 1em;
  color: var(--primary);
  color: #fff;
  background-color: var(--primary);
}

.title-style04 + p {
  display: inline-block;
  font-size: 18px;
  padding-inline: 0.75em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.is-style-heading-underline {
  text-align: center;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  font-size: 1.5em;
  padding-bottom: 0.3em;
}

.is-style-heading-leftline {
  position: relative;
  padding-left: 14px;
  font-weight: bold;
}
.is-style-heading-leftline::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 4px;
  height: 1em;
  background-color: var(--primary);
}
.is-style-heading-leftline em {
  font-weight: normal;
  font-style: normal;
  font-size: 0.8em;
}

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

body:not(.home) .page .p-entry-content {
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 1400px;
}
@media all and (min-width: 1024px) {
  body:not(.home) .page .p-entry-content {
    padding-inline: 30px;
  }
}
@media all and (min-width: 1400px) {
  body:not(.home) .page .p-entry-content {
    padding-inline: 60px;
  }
}

@media all and (min-width: 1024px) {
  .l-1row-header__branding .custom-logo {
    width: 190px;
  }
  .l-1row-header .c-fluid-container .c-row--middle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-global-nav {
    grid-area: global;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }
  .p-global-nav .c-navbar {
    padding-inline: 16px;
  }
  .p-global-nav .c-navbar__item > a {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text);
    padding: 25px 10px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .p-global-nav .c-navbar__item > a:hover {
    color: var(--primay);
  }
  .c-fluid-container .menu-language-container {
    grid-area: language;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-fluid-container .menu-sns-container {
    grid-area: sns;
  }
  .l-1row-header .c-row {
    margin-right: calc(var(--_gap) * 0.5 * -2);
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav {
    grid-area: outer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav li {
    display: block;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 162px;
    height: 100%;
    padding: 20px 10px 20px 45px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav a::before {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    top: calc(50% - 11px);
    width: 21px;
    height: 21px;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav a.outer-site-stay {
    background-color: var(--accent);
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav a.outer-site-stay::before {
    background: url(../img/icon_stay.svg) no-repeat center;
    background-size: contain;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav a.outer-site-experience {
    background-color: var(--primary);
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav a.outer-site-experience::before {
    width: 23px;
    height: 22px;
    background: url(../img/icon_exp.svg) no-repeat center;
    background-size: contain;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav a.outer-site-experience span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.875em;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav a:hover {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .for-drawer-nav {
    display: none;
  }
}
@media (1024px <= width < 1400px) {
  .l-1row-header .c-row .c-row__col:nth-child(2) {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 1fr 10px auto 10px auto;
        grid-template: "global global outer" auto "language sns outer" auto/1fr auto auto;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .p-global-nav .c-navbar {
    padding-inline: 8px;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .p-global-nav .c-navbar__item > a {
    font-size: 12px;
    padding: 15px 5px 5px;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .menu-sns-container {
    padding-inline: 12px;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav li a {
    width: 130px;
    padding-left: 40px;
    padding-right: 10px;
    font-size: 14px;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav li a::before {
    left: 10px;
  }
  .p-global-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .c-fluid-container .menu-language-container {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-fluid-container .menu-sns-container {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .l-1row-header .c-row .c-row__col:nth-child(2) .outer-site-nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
  }
}
@media all and (max-width: 1023px) {
  .l-header__content .c-fluid-container {
    padding-left: 10px;
    padding-right: 15px;
  }
  .l-header__content .c-site-branding__title .custom-logo {
    width: 88px;
  }
  .header-btnblock-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    margin-top: calc(var(--_padding-2) * -1);
    margin-right: -6px;
  }
  .header-btnblock-sp .c-hamburger-btn {
    background-color: #fff;
    width: 60px;
  }
  .header-btnblock-sp .c-hamburger-btn .c-hamburger-btn__bars {
    margin-top: 8px;
  }
  .l-header .outer-site-nav-wrapper .outer-site-nav {
    grid-area: outer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
  .l-header .outer-site-nav-wrapper .outer-site-nav li {
    display: block;
  }
  .l-header .outer-site-nav-wrapper .outer-site-nav a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 100%;
    padding: 33px 0 5px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }
  .l-header .outer-site-nav-wrapper .outer-site-nav a::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 8px;
    width: 21px;
    height: 21px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header .outer-site-nav-wrapper .outer-site-nav a.outer-site-stay {
    background-color: var(--accent);
  }
  .l-header .outer-site-nav-wrapper .outer-site-nav a.outer-site-stay::before {
    background: url(../img/icon_stay.svg) no-repeat center;
    background-size: contain;
  }
  .l-header .outer-site-nav-wrapper .outer-site-nav a.outer-site-experience {
    background-color: var(--primary);
  }
  .l-header .outer-site-nav-wrapper .outer-site-nav a.outer-site-experience::before {
    width: 23px;
    height: 22px;
    background: url(../img/icon_exp.svg) no-repeat center;
    background-size: contain;
  }
  .l-header .outer-site-nav-wrapper .outer-site-nav a.outer-site-experience span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.875em;
  }
  .l-header .outer-site-nav-wrapper .outer-site-nav a:hover {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .c-hamburger-btn__bars {
    width: 32px;
    height: 24px;
  }
  .c-hamburger-btn__bars > .c-hamburger-btn__bar {
    background-color: var(--primary);
  }
  .c-hamburger-btn__bar:nth-of-type(2) {
    top: 10px;
  }
  .c-hamburger-btn__bar:nth-of-type(3) {
    top: 20px;
  }
  .c-hamburger-btn[aria-expanded=true] {
    color: var(--text);
  }
  .c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar {
    background-color: var(--primary);
  }
  .c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:first-of-type {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    top: 10px;
  }
  .c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:nth-of-type(3) {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    top: 10px;
  }
  .c-hamburger-btn__label {
    display: none;
  }
  [id=drawer-nav].c-drawer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    background-color: #eee;
  }
  [id=drawer-nav].c-drawer .c-drawer__inner {
    margin: 18px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .c-drawer__menu {
    padding-top: 30px;
  }
  .c-drawer__menu a {
    font-size: 18px;
    color: var(--text);
    font-weight: bold;
  }
  .for-drawer-nav .menu-language-container {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .for-drawer-nav .menu-sns-container .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-page-header[data-has-image=true] {
  height: clamp(150px, 40vw, 350px);
}
@media all and (min-width: 1024px) {
  .c-page-header[data-has-image=true] {
    padding-top: 120px;
  }
}
#block-10 em {
  font-size: 0.8em;
  font-style: normal;
}

.contact-footer .inner-box {
  width: 100%;
  margin: auto;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}
@media all and (min-width: 768px) {
  .contact-footer .inner-box {
    max-width: 1260px;
    padding-top: 120px;
    padding-bottom: 175px;
    margin: auto;
  }
}
.contact-footer .contact-footer-text {
  text-align: center;
}
@media all and (min-width: 768px) {
  .contact-footer .contact-footer-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
.contact-footer .contact-footer-text .title-style01 {
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  .contact-footer .contact-footer-text .title-style01 {
    letter-spacing: -0.02em;
  }
}
@media all and (min-width: 768px) {
  .contact-footer .contact-footer-text .title-style01 {
    margin-bottom: 50px;
  }
}
.contact-footer .contact-footer-text .tel {
  font-size: 2.8em;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
}
@media all and (min-width: 768px) {
  .contact-footer .contact-footer-text .tel {
    font-size: 4em;
  }
}
@media all and (max-width: 767px) {
  .contact-footer .contact-footer-text .time {
    font-size: 0.8em;
  }
}
.contact-footer .contact-footer-text .lead {
  font-size: 1.25em;
}

.contact-footer-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 40px auto auto;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .contact-footer-btn-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    margin: 60px auto auto;
  }
}
.contact-footer-btn-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  list-style: none;
}
.contact-footer-btn-list li .btn {
  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;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  height: 88px;
  font-size: 1.125em;
}
@media all and (min-width: 1024px) {
  .contact-footer-btn-list li .btn {
    height: 106px;
    font-size: 1.375em;
  }
}
.contact-footer-btn-list li .btn::before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  margin-right: 14px;
}
@media all and (min-width: 768px) {
  .contact-footer-btn-list li .btn::before {
    width: 30px;
    height: 29px;
  }
}
.contact-footer-btn-list li .btn:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.contact-footer-btn-list li .btn span {
  display: block;
}
.contact-footer-btn-list li .btn.stay {
  color: #fff;
  background-color: var(--accent);
}
.contact-footer-btn-list li .btn.stay::before {
  background: url(../img/icon_stay.svg) no-repeat center;
  background-size: contain;
}
.contact-footer-btn-list li .btn.option {
  color: #fff;
  background-color: var(--primary);
}
.contact-footer-btn-list li .btn.option::before {
  width: 30px;
  height: 28px;
  background: url(../img/icon_exp.svg) no-repeat center;
  background-size: contain;
  margin-right: 22px;
}
@media all and (min-width: 768px) {
  .contact-footer-btn-list li .btn.option::before {
    width: 37px;
    height: 35px;
  }
}
.contact-footer-btn-list li .btn.contact {
  color: var(--text);
  background-color: #fff;
  border: 1px solid var(--text);
}
.contact-footer-btn-list li .btn.contact::before {
  width: 28px;
  height: 19px;
  background: url(../img/icon_mail.svg) no-repeat center;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .contact-footer-btn-list li .btn.contact::before {
    width: 37px;
    height: 35px;
  }
}

.l-footer {
  width: auto;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  background: url(../img/bg_footer.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
@media all and (min-width: 1024px) {
  .l-footer {
    padding-top: 100px;
    padding-left: var(--_container-margin-left);
    padding-right: var(--_container-margin-right);
  }
}
.l-footer .inner-box {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: auto;
  -ms-grid-rows: auto auto auto auto auto;
  -ms-grid-columns: 100%;
      grid-template: "logo" auto "widget" auto "sns" auto "menu" auto "copy" auto/100%;
}
@media all and (min-width: 768px) {
  .l-footer .inner-box {
    max-width: 1260px;
    -ms-grid-rows: auto auto auto auto;
    -ms-grid-columns: 420px auto;
        grid-template: "logo menu" auto "widget menu" auto "sns menu" auto "copy copy" auto/420px auto;
  }
  .l-footer .inner-box > .menu-sns-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.l-footer .inner-box .l-footer__branding {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}
@media all and (max-width: 767px) {
  .l-footer .inner-box .l-footer__branding .c-container {
    padding: 0;
  }
}
.l-footer .inner-box .l-footer__branding .c-site-branding__title a {
  display: block;
}
.l-footer .inner-box .l-footer__branding .c-site-branding__title .custom-logo {
  width: 165px;
}
@media all and (min-width: 1024px) {
  .l-footer .inner-box .l-footer__branding .c-site-branding__title .custom-logo {
    width: 236px;
  }
}
.l-footer .inner-box .l-footer-widget-area {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: widget;
  padding-top: 20px;
}
@media all and (min-width: 1024px) {
  .l-footer .inner-box .l-footer-widget-area {
    padding-top: 25px;
  }
}
@media all and (max-width: 767px) {
  .l-footer .inner-box .l-footer-widget-area .c-container {
    padding-inline: 0;
  }
}
.l-footer .inner-box .l-footer-widget-area .c-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer .inner-box .l-footer-widget-area .l-footer-widget-area__item {
  width: 100%;
  margin-bottom: 0;
  --_item-width: 100%;
}
.l-footer .inner-box .footer-menu {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width: 767px) {
  .l-footer .inner-box .footer-menu {
    margin-top: 35px;
    gap: 50px;
  }
}
@media all and (min-width: 768px) {
  .l-footer .inner-box .footer-menu {
    padding-inline: var(--padding);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-footer .inner-box .menu-footer01-container {
  grid-area: menu01;
}
@media all and (min-width: 768px) {
  .l-footer .inner-box .menu-footer01-container {
    width: 235px;
  }
}
.l-footer .inner-box .menu-footer02-container {
  grid-area: menu02;
}
.l-footer .inner-box .menu-sns-container {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: sns;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media all and (min-width: 768px) {
  .l-footer .inner-box .menu-sns-container {
    padding-top: 40px;
    padding-left: var(--padding);
  }
}
.l-footer .inner-box .menu-sns-container .menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-footer .inner-box .c-copyright--inverse {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: copy;
  background: none;
  padding-top: 35px;
}
@media (1024px <= width < 1400px){
  .l-header .outer-site-nav-wrapper .outer-site-nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
  }
  .l-footer .inner-box .menu-sns-container {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media all and (min-width: 768px){
  .l-footer .inner-box .l-footer__branding {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer .inner-box .l-footer-widget-area {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-footer .inner-box .footer-menu {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
  .l-footer .inner-box > .menu-sns-container {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-footer .inner-box .c-copyright--inverse {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media all and (min-width: 768px) {
  .l-footer .inner-box .c-copyright--inverse {
    padding-top: 80px;
    padding-bottom: 35px;
  }
}
@media all and (min-width: 1500px) {
  .l-footer .inner-box .c-copyright--inverse {
    margin-right: -100px;
  }
}
.l-footer .inner-box .c-copyright--inverse .c-container {
  text-align: right;
}
@media all and (max-width: 767px) {
  .l-footer .inner-box .c-copyright--inverse .c-container {
    font-size: 0.7em;
    padding: 0;
    text-align: center;
  }
}

.children-expander {
  display: none;
}

.footer-menu ul {
  padding-left: 0;
}
.footer-menu ul li {
  list-style: none;
  padding-left: 0;
}
.footer-menu ul li a {
  letter-spacing: 0;
  font-size: 0.815em;
  color: #fff;
}
@media all and (min-width: 1024px) {
  .footer-menu ul li a {
    font-size: 0.875em;
    line-height: 2.5;
  }
}
.footer-menu ul li a:hover {
  color: #fff;
  opacity: 0.7;
}
.footer-menu ul li ul {
  padding-left: 1em;
}
.footer-menu ul li ul li::before {
  content: "└";
  display: inline-block;
  margin-right: 0.2em;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

.c-page-top {
  width: 120px;
  height: 100px;
  background: none;
  padding-inline: 20px;
}
.c-page-top a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-page-top a .circle {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icon_circle_arrow.png) no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.c-page-top a .text {
  text-align: center;
  font-size: 0.815em;
  color: #86932a;
}

.footer-shop-section {
  background-color: var(--bg-gray);
}

.en-footer .jp-text,
.en-footer .tw-text {
  display: none;
}

.tw-footer .jp-text,
.tw-footer .en-text {
  display: none;
}

.jp-footer .en-text,
.jp-footer .tw-text {
  display: none;
}

#loader {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100svh;
  z-index: 1000;
  -webkit-transition: opacity 1s 0.5s;
  transition: opacity 1s 0.5s;
}
#loader .loading-img {
  position: absolute;
  inset: 0;
  margin: auto;
}
#loader .loading-img img {
  width: 300px;
  height: auto;
}
.load-end #loader, .load-end-long #loader {
  opacity: 0;
  pointer-events: none;
}
.load-end-long #loader {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media all and (max-width: 639px) {
  .home .smb-section-with-bgimage .smb-section__header {
    margin-top: 30px;
  }
}
.home .smb-section-with-bgimage .smb-section__header .smb-section__title {
  line-height: 1;
  font-size: 32px;
}
@media all and (min-width: 640px) {
  .home .smb-section-with-bgimage .smb-section__header .smb-section__title {
    font-size: 70px;
  }
}
.home .smb-section-with-bgimage .smb-section__header .smb-section__lede-wrapper {
  margin-top: 0;
}
.home .smb-section-with-bgimage .smb-section__header .smb-section__lede-wrapper .smb-section__lede {
  line-height: 1;
  font-size: 18px;
}
@media all and (min-width: 640px) {
  .home .smb-section-with-bgimage .smb-section__header .smb-section__lede-wrapper .smb-section__lede {
    font-size: 40px;
  }
}
@media all and (max-width: 639px) {
  .home .smb-section-with-bgimage .smb-section__body p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.home .one-line-news {
  color: #fff;
  width: 100vw;
  max-width: none;
  margin-inline: calc((var(--_container-margin) + env(safe-area-inset-right)) * -1) !important;
  padding-inline: calc(var(--_container-margin) + env(safe-area-inset-right));
  margin-top: 0 !important;
  background-color: rgba(35, 72, 109, 0.88);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media all and (max-width: 767px) {
  .home .one-line-news {
    padding: 8px 12px 8px 24px;
  }
}
@media all and (min-width: 768px) {
  .home .one-line-news {
    padding-block: 22px;
  }
  .home .one-line-news .inner-box {
    width: 100%;
    max-width: 1070px;
    margin: auto;
  }
}
.home .one-line-news a {
  color: #fff;
}
@media all and (max-width: 767px) {
  .home .one-line-news .inner-box {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: auto 0.5em 1fr 0.5em auto;
        grid-template: "title date btn" auto "title posttitle btn" 1fr/auto 1fr auto;
  }
}
@media all and (min-width: 768px) {
  .home .one-line-news .inner-box {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-rows: auto;
    -ms-grid-columns: 120px 9em auto 200px;
        grid-template: "title date posttitle btn" auto/120px 9em auto 200px;
  }
}
.home .one-line-news .title {
  grid-area: title;
  font-size: 0.8em;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .home .one-line-news .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 768px) {
  .home .one-line-news .title {
    font-size: 1.5em;
  }
}
.home .one-line-news .title:after {
  content: "|";
  display: inline-block;
  margin-left: 0.5em;
}
.home .one-line-news .date,
.home .one-line-news .post-title {
  font-size: 0.8em;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .home .one-line-news .date,
  .home .one-line-news .post-title {
    font-size: 1.125em;
    line-height: 1.5;
  }
}
.home .one-line-news .date {
  grid-area: date;
}
.home .one-line-news .post-title {
  grid-area: posttitle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.home .one-line-news .post-title:hover {
  opacity: 0.7;
}
.home .one-line-news .btn-box {
  grid-area: btn;
}
@media all and (max-width: 767px){
  .home .one-line-news .title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .home .one-line-news .date {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .home .one-line-news .post-title {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .home .one-line-news .btn-box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 5;
  }
}
@media all and (min-width: 768px){
  .home .one-line-news .title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .home .one-line-news .date {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .home .one-line-news .post-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .home .one-line-news .btn-box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
  }
}
@media all and (max-width: 768px) {
  .home .one-line-news .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home .one-line-news .btn-box .one-line-news-btn {
  margin: auto;
}

.smb-media-text.large-photo {
  overflow: visible;
}
.smb-media-text.large-photo > .c-row {
  position: relative;
}
@media (640px <= width < 1024px) {
  .smb-media-text.large-photo .smb-media-text__figure {
    min-height: 400px;
  }
}
@media all and (min-width: 1024px) {
  .smb-media-text.large-photo .smb-media-text__figure {
    position: absolute;
    left: 0;
    width: 50vw;
  }
}
@media all and (min-width: 1024px) {
  .smb-media-text.large-photo .c-row--reverse .smb-media-text__figure {
    left: inherit;
    right: 0;
  }
}

@media (width < 640px) {
  .top-concept-section .smb-media-text.large-photo .smb-media-text__figure {
    width: 66vw;
    height: 50vw;
    min-height: auto;
    margin-left: calc(34vw - var(--_container-margin-right));
    margin-right: calc(var(--_container-margin-right) * -1);
  }
  .top-concept-section .smb-media-text.large-photo .smb-media-text__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-concept-section .smb-media-text.small-photo {
  overflow: visible;
}
@media (width < 640px) {
  .top-concept-section .smb-media-text.small-photo .smb-media-text__figure {
    width: 47.6vw;
    height: 36.1vw;
    margin-top: -30vw;
    min-height: auto;
    margin-left: calc(var(--_container-margin-right) * -1);
  }
  .top-concept-section .smb-media-text.small-photo .smb-media-text__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (min-width: 1024px) {
  .top-nakijin-section .smb-section__fixed-background {
    left: 80px;
  }
}
@media (width < 1024px) {
  .top-nakijin-section .wp-block-gallery {
    gap: 20px;
  }
}
@media (width < 640px) {
  .top-nakijin-section .wp-block-gallery {
    gap: 10px;
  }
}

.top-garden-section .smb-box__background {
  mix-blend-mode: multiply;
}
@media all and (min-width: 1024px) {
  .top-garden-section .wp-block-snow-monkey-blocks-box {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}
.top-garden-section .title-style01 strong {
  color: #fff;
}
@media (width < 640px) {
  .top-garden-section.smb-section.is-items-alignment-center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-garden-section .smb-section-with-bgimage__bgimage {
  background-color: #eee;
}
@media (width < 640px) {
  .top-garden-section .smb-section-with-bgimage__bgimage img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media (width < 640px) {
  .top-garden-section .c-container {
    margin-top: 42vw;
    margin-left: calc(var(--_container-margin-right) * 2);
    margin-right: calc(var(--_container-margin-right) * -1);
  }
  .top-garden-section .c-container .wp-block-snow-monkey-blocks-box {
    padding-inline: calc(var(--_container-margin-right) * 1.5);
  }
}

@media all and (width < 1024px) {
  .top-suggestions-section .smb-section-break-the-grid--right > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .c-row > .c-row__col > .smb-section-break-the-grid__figure {
    margin-right: calc(var(--_container-margin-left) * -3);
    margin-bottom: 17.0666666667vw;
  }
}
@media all and (width < 1024px) {
  .top-suggestions-section .smb-section-break-the-grid--right .smb-section-break-the-grid__content {
    position: absolute;
    bottom: 0;
    width: 70.6666666667vw;
    left: calc(var(--_container-margin-left) * -3);
  }
}
@media all and (width < 640px) {
  .top-suggestions-section .smb-section-break-the-grid--right .smb-section-break-the-grid__content {
    left: calc(var(--_container-margin-left) * -2);
    padding: 7.3333333333vw 5.3333333333vw;
  }
}
@media all and (width < 640px) {
  .top-suggestions-section .smb-section-break-the-grid--right.friends-section .smb-section-break-the-grid__content {
    padding-block: 5.3333333333vw;
  }
  .top-suggestions-section .smb-section-break-the-grid--right.friends-section .smb-section-break-the-grid__content .smb-section-break-the-grid__body {
    margin-top: 15px;
  }
}
.top-suggestions-section .smb-section-break-the-grid__title {
  font-size: 20px;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .top-suggestions-section .smb-section-break-the-grid__title {
    line-height: 1.2;
  }
}
@media all and (min-width: 768px) {
  .top-suggestions-section .smb-section-break-the-grid__title {
    font-size: 24px;
  }
}
@media all and (min-width: 1024px) {
  .top-suggestions-section .smb-section-break-the-grid__title {
    font-size: 28px;
  }
}
@media all and (min-width: 1400px) {
  .top-suggestions-section .smb-section-break-the-grid__title {
    font-size: 40px;
  }
}
@media all and (1024px <= width < 1200px) {
  .top-suggestions-section .smb-section-break-the-grid--right > .smb-section__inner > .c-container > .smb-section__contents-wrapper > .c-row > .c-row__col > .smb-section-break-the-grid__content--horizontal-10 {
    left: 0 !important;
  }
}
@media all and (min-width: 1024px) {
  .top-suggestions-section .smb-section-break-the-grid__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 400px;
    height: 280px;
  }
}
@media all and (min-width: 1400px) {
  .top-suggestions-section .smb-section-break-the-grid__content {
    height: 360px;
  }
}
.top-suggestions-section .smb-section-break-the-grid__body {
  margin-top: 25px;
}
@media all and (max-width: 767px) {
  .top-suggestions-section .smb-section-break-the-grid__body .smb-buttons > .smb-btn-wrapper {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .top-suggestions-section .smb-section-break-the-grid__body .smb-btn {
    letter-spacing: -0.03em;
    font-size: 12px;
    padding: 7px 10px;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .top-suggestions-section .smb-section-break-the-grid__body .smb-btn {
    width: 350px;
  }
}

@media all and (max-width: 767px) {
  .top-exp-section .smb-section__header .smb-section__subtitle {
    letter-spacing: -0.02em;
  }
}

@media all and (min-width: 1400px) {
  .top-access-section iframe {
    margin-top: 40px;
  }
}
.top-access-section .smb-media-text__figure {
  position: relative;
}
.top-access-section .smb-media-text__figure::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42%;
  aspect-ratio: 1;
  background: url(../img/osusumespot@2x.png) no-repeat;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .top-access-section .wp-block-snow-monkey-blocks-items .wp-block-snow-monkey-blocks-items-item-free {
    margin-bottom: 0;
  }
}

.smb-recent-posts + .smb-buttons {
  margin-top: 60px;
}

.c-entries .entries-simple-days {
  display: none;
}

.c-entries.c-entries--simple {
  border-top: 0;
}
.c-entries.c-entries--simple .c-entries__item {
  border-color: var(--primary);
}
@media all and (max-width: 767px) {
  .c-entries.c-entries--simple .c-entries__item {
    margin-inline: calc(var(--_container-margin-left) * -1);
    padding-inline: var(--_container-margin-left);
  }
  .c-entries.c-entries--simple .c-entries__item:last-child {
    border-bottom: 0;
  }
  .c-entries.c-entries--simple .c-entries__item:last-child a {
    padding-bottom: 0;
  }
}
.c-entries.c-entries--simple .c-entries__item a {
  padding-block: 45px;
}
@media all and (min-width: 768px) {
  .c-entries.c-entries--simple .c-entries__item a {
    padding-block: 60px;
  }
}
.c-entries.c-entries--simple .c-entries__item:first-child a {
  padding-top: 0;
}
@media all and (max-width: 767px) {
  .c-entries.c-entries--simple .c-entries__item .c-entry-summary {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
    -ms-grid-rows: 30.1333333333vw auto;
    grid-template-rows: 30.1333333333vw auto;
  }
  .c-entries.c-entries--simple .c-entries__item .c-entry-summary > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-entries.c-entries--simple .c-entries__item .c-entry-summary > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-entries.c-entries--simple .c-entries__item .c-entry-summary > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-entries.c-entries--simple .c-entries__item .c-entry-summary > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .c-entries.c-entries--simple .c-entries__item .c-entry-summary .entries-simple-days,
  .c-entries.c-entries--simple .c-entries__item .c-entry-summary .c-entry-summary__figure {
    float: none;
    margin-right: 0;
  }
  .c-entries.c-entries--simple .c-entries__item .c-entry-summary .entries-simple-days {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .c-entries.c-entries--simple .c-entries__item .c-entry-summary .c-entry-summary__figure {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 49.3333333333vw;
  }
  .c-entries.c-entries--simple .c-entries__item .c-entry-summary .c-entry-summary__body {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.c-entries.c-entries--simple .entries-simple-days {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-right: var(--_margin1);
  color: var(--primary);
}
.c-entries.c-entries--simple .entries-simple-days span {
  display: block;
  line-height: 1.5;
}
.c-entries.c-entries--simple .entries-simple-days span.year, .c-entries.c-entries--simple .entries-simple-days span.month {
  font-size: 10px;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .c-entries.c-entries--simple .entries-simple-days span.year, .c-entries.c-entries--simple .entries-simple-days span.month {
    font-size: 18px;
  }
}
.c-entries.c-entries--simple .entries-simple-days span.day {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media all and (min-width: 768px) {
  .c-entries.c-entries--simple .entries-simple-days span.day {
    font-size: 83px;
  }
}
.c-entries.c-entries--simple .c-entry-summary__figure {
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-entries.c-entries--simple .c-entry-summary__figure {
    width: 25%;
  }
}
.c-entries.c-entries--simple .c-entry-summary__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-entries.c-entries--simple .c-entry-summary__body .c-entry-summary__title {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .c-entries.c-entries--simple .c-entry-summary__body .c-entry-summary__title {
    font-size: 24px;
  }
}
.c-entries.c-entries--simple .c-entry-summary__body .c-entry-summary__content {
  display: block;
  line-height: 1.5;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media all and (min-width: 768px) {
  .c-entries.c-entries--simple .c-entry-summary__body .c-entry-summary__content {
    font-size: 16px;
    line-height: 2;
  }
}
.c-entries.c-entries--simple .c-entry-summary__body .c-entry-summary__meta {
  display: none;
}

.wp-block-snow-monkey-blocks-btn .smb-btn {
  position: relative;
  display: block;
  color: var(--text);
  text-align: center;
  border-radius: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 170px;
  padding: 10px 20px;
  font-size: 1em;
  letter-spacing: normal;
  border-radius: 32px;
  background: none;
  border: 1px solid var(--primary);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media all and (min-width: 640px) {
  .wp-block-snow-monkey-blocks-btn .smb-btn {
    min-width: 250px;
    padding: 15px 20px;
  }
}
.wp-block-snow-monkey-blocks-btn .smb-btn.smb-btn--wider {
  padding-block: 25px;
}
@media all and (max-width: 639px) {
  .wp-block-snow-monkey-blocks-btn .smb-btn.smb-btn--wider {
    width: 100%;
    padding-left: 20px;
    padding-right: 70px;
  }
  .wp-block-snow-monkey-blocks-btn .smb-btn.smb-btn--wider::after {
    right: 20px;
    width: 35px;
  }
}
.wp-block-snow-monkey-blocks-btn .smb-btn:hover {
  background-color: var(--primary);
  color: #fff;
}
.wp-block-snow-monkey-blocks-btn.is-style-skelton-arrow .smb-btn {
  border: 1px solid #fff;
  background: none;
  font-size: 0.875em;
  padding: 10px 80px 10px 30px;
  min-width: auto;
  width: 200px;
  border-radius: 23px;
}
.wp-block-snow-monkey-blocks-btn.is-style-skelton-arrow .smb-btn::after {
  width: 35px;
}
.wp-block-snow-monkey-blocks-btn.is-style-skelton-arrow .smb-btn:hover {
  background-color: rgb(94, 108, 21);
}

.wp-block-snow-monkey-blocks-buttons.sp-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.one-line-news-btn {
  position: relative;
  display: block;
  border: 1px solid #fff;
  background: none;
  text-align: center;
  font-size: 1em;
  padding: 7px 20px;
  width: 188px;
  border-radius: 22px;
  -webkit-transform: all 0.4s;
          transform: all 0.4s;
}
@media all and (max-width: 767px) {
  .one-line-news-btn {
    font-size: 10px;
    padding: 2px 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.one-line-news-btn:hover {
  background-color: var(--primary);
}

.menu-language-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.menu-language-container .menu li {
  width: 24px;
  border: 1px solid var(--primary);
}
.menu-language-container .menu li a {
  display: block;
  font-size: 9px;
  padding: 0.3em 0 0.2em;
  line-height: 1;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
}
.menu-language-container .menu li a:hover {
  background-color: #fff;
  color: var(--primary);
}
.menu-language-container .menu li a.this_lang {
  background-color: #fff;
  color: var(--primary);
}
.menu-language-container .menu li a.this_lang:hover {
  background-color: var(--primary);
  color: #fff;
}
.menu-language-container .menu li:first-child {
  border-right: 0;
}

.menu-sns-container .menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.menu-sns-container .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.menu-sns-container .menu li a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.menu-sns-container .menu li.facebook a {
  background: url(../img/icon_facebook.svg) no-repeat;
  background-size: contain;
}
.menu-sns-container .menu li.youtube a {
  background: url(../img/icon_youtube.svg) no-repeat;
  background-size: contain;
}
.menu-sns-container .menu li.instagram a {
  background: url(../img/icon_instagram.svg) no-repeat;
  background-size: contain;
}

.wp-block-table table td {
  font-size: 14px;
  padding-block: 1em;
  padding-inline: 0;
  border-left: 0;
  border-right: 0;
  vertical-align: top;
}
.wp-block-table table td:first-child {
  font-weight: 500;
  padding-right: 2em;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .wp-block-table table td:first-child {
    width: 8em;
  }
}

.smb-accordion .smb-accordion__item .smb-accordion__item__title {
  position: relative;
  background-color: var(--bg-gray);
  padding-left: 50px;
}
.smb-accordion .smb-accordion__item .smb-accordion__item__title::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.3em;
  font-size: 1.5em;
  color: var(--primary);
}
.smb-accordion .smb-accordion__item .smb-accordion__item__title strong {
  font-weight: 500;
}
.smb-accordion .smb-accordion__item .smb-accordion__item__title .smb-accordion__item__title__icon {
  color: var(--primary);
}
.smb-accordion .smb-accordion__item .smb-accordion__item__body {
  position: relative;
  padding-left: 50px;
}
.smb-accordion .smb-accordion__item .smb-accordion__item__body::before {
  content: "A.";
  display: block;
  position: absolute;
  top: 1em;
  left: 0.4em;
  font-size: 1.5em;
  color: var(--primary-sub);
}

.telno {
  font-size: 2.8em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: var(--primary);
}
.telno em {
  font-size: 0.5em;
  font-style: normal;
}

.smf-form .smf-item__col--label {
  border-left: 2px solid var(--primary);
  padding-left: 0.8em;
  margin-bottom: 0.8em;
  line-height: 1.4;
  font-weight: 500;
}
.smf-form .smf-item__label__text strong {
  font-weight: normal;
  font-size: 0.8em;
  color: var(--em);
}
.smf-form .smf-item__description {
  margin-top: 0;
  line-height: 1.4;
  margin-top: 0.5em;
}
.smf-form .smf-text-control input {
  width: 100%;
}
.smf-form .smf-item + .smf-item {
  margin-top: 2em;
}
.smf-form .custom-error-message {
  margin-top: 0.5em;
}

.smf-action {
  margin-top: 2em;
  text-align: center;
}
.smf-action .smf-button-control__control {
  margin: auto;
  position: relative;
  display: block;
  color: #fff;
  background-color: var(--primary);
  border-radius: 0;
  min-width: 250px;
  background-image: none;
  border: 0;
  text-align: center;
  padding: 15px;
  letter-spacing: 0.5em;
}
.smf-action .smf-button-control__control:disabled {
  opacity: 0.7;
  cursor: default;
}

body:has(.snow-monkey-form[data-screen=confirm]) .contact-lead {
  display: none;
}

body:has(.snow-monkey-form[data-screen=complete]) .contact-lead {
  display: none;
}

body:has(.snow-monkey-form[data-screen=systemerror]) .contact-lead {
  display: none;
}

.c-widget .wp-block-group > h2.wp-block-heading {
  display: block;
  font-size: 1.2em;
  color: var(--primary);
  padding-bottom: 0.1em;
  border-bottom: 1px solid var(--primary);
  margin-bottom: 0.75em;
}

.scroll-gallery.wp-block-snow-monkey-blocks-container {
  width: 100%;
  max-width: none;
  overflow: hidden;
}
.scroll-gallery.wp-block-snow-monkey-blocks-container .smb-container__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 2em;
  max-width: none;
  -webkit-animation: infiniteScroll 40s linear infinite;
          animation: infiniteScroll 40s linear infinite;
}
.scroll-gallery.wp-block-snow-monkey-blocks-container .wp-block-gallery {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 28.8px !important;
  padding-right: 28.8px;
}
@media all and (max-width: 767px) {
  .scroll-gallery.wp-block-snow-monkey-blocks-container .wp-block-gallery {
    zoom: 0.7;
  }
}
.scroll-gallery.wp-block-snow-monkey-blocks-container .wp-block-gallery + .wp-block-gallery {
  margin-top: 0;
}
.scroll-gallery.wp-block-snow-monkey-blocks-container figure.wp-block-image {
  display: block;
  width: 434px;
  height: 280px;
}
.scroll-gallery.wp-block-snow-monkey-blocks-container figure.wp-block-image::before {
  display: none;
}
.scroll-gallery.wp-block-snow-monkey-blocks-container figure.wp-block-image figcaption {
  position: relative;
  inset: 0;
  color: var(--text);
  background: none;
  text-shadow: none;
  text-align: left;
  padding: 1em 0 0;
}

@-webkit-keyframes infiniteScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@keyframes infiniteScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
.process-list .wp-block-snow-monkey-blocks-items-item-free .wp-block-heading {
  position: relative;
  padding-left: 40px;
}
@media all and (min-width: 1200px) {
  .process-list .wp-block-snow-monkey-blocks-items-item-free .wp-block-heading {
    padding-left: 50px;
  }
}
.process-list .wp-block-snow-monkey-blocks-items-item-free .wp-block-heading::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  font-style: italic;
  font-size: 50px;
  line-height: 1.2;
  color: var(--primary);
  opacity: 0.2;
}
@media all and (min-width: 1200px) {
  .process-list .wp-block-snow-monkey-blocks-items-item-free .wp-block-heading::before {
    font-size: 70px;
  }
}
.process-list .wp-block-snow-monkey-blocks-items-item-free:nth-child(1) .wp-block-heading::before {
  content: "1";
}
.process-list .wp-block-snow-monkey-blocks-items-item-free:nth-child(2) .wp-block-heading::before {
  content: "2";
}
.process-list .wp-block-snow-monkey-blocks-items-item-free:nth-child(3) .wp-block-heading::before {
  content: "3";
}
.process-list .wp-block-snow-monkey-blocks-items-item-free:nth-child(4) .wp-block-heading::before {
  content: "4";
}
.process-list .wp-block-snow-monkey-blocks-items-item-free:nth-child(5) .wp-block-heading::before {
  content: "5";
}
.process-list .wp-block-snow-monkey-blocks-items-item-free:nth-child(6) .wp-block-heading::before {
  content: "6";
}
.process-list .wp-block-snow-monkey-blocks-items-item-free:nth-child(7) .wp-block-heading::before {
  content: "7";
}
.process-list .wp-block-snow-monkey-blocks-items-item-free:nth-child(8) .wp-block-heading::before {
  content: "8";
}
.process-list .wp-block-snow-monkey-blocks-items-item-free:nth-child(9) .wp-block-heading::before {
  content: "9";
}

:root {
  --distance: 60px;
  --duration: 1.5s;
  --delay: 0.5s;
  --easing: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fade-in.smb-media-text .c-row__col {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(var(--distance));
          transform: translateY(var(--distance));
  -webkit-transition: all var(--duration) var(--easing);
  transition: all var(--duration) var(--easing);
}
.fade-in.smb-media-text .c-row__col:nth-child(2) {
  -webkit-transition-delay: var(--delay);
          transition-delay: var(--delay);
}
.fade-in.smb-media-text .c-row--reverse .c-row__col:nth-child(1) {
  -webkit-transition-delay: var(--delay);
          transition-delay: var(--delay);
}
.fade-in.smb-media-text .c-row--reverse .c-row__col:nth-child(2) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.fade-in.smb-media-text.active .c-row__col {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in.wp-block-gallery {
  opacity: 0;
  -webkit-transform: translateY(var(--distance));
          transform: translateY(var(--distance));
  -webkit-transition: all var(--duration) var(--easing);
  transition: all var(--duration) var(--easing);
}
.fade-in.wp-block-gallery.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in.top-garden-section .smb-section__contents-wrapper {
  opacity: 0;
  -webkit-transform: translateY(var(--distance));
          transform: translateY(var(--distance));
  -webkit-transition: all var(--duration) var(--easing);
  transition: all var(--duration) var(--easing);
}
.fade-in.top-garden-section.active .smb-section__contents-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in.smb-section .smb-section__contents-wrapper > .smb-section__header,
.fade-in.smb-section .smb-section__contents-wrapper > .smb-section__body {
  opacity: 0;
  -webkit-transform: translateY(var(--distance));
          transform: translateY(var(--distance));
  -webkit-transition: all var(--duration) var(--easing);
  transition: all var(--duration) var(--easing);
}
.fade-in.smb-section .smb-section__contents-wrapper > .smb-section__body {
  -webkit-transition-delay: var(--delay);
          transition-delay: var(--delay);
}
.fade-in.smb-section.active .smb-section__contents-wrapper > .smb-section__header,
.fade-in.smb-section.active .smb-section__contents-wrapper > .smb-section__body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.smb-section-break-the-grid--right.fade-in .c-row__col {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(var(--distance));
          transform: translateY(var(--distance));
  -webkit-transition: all var(--duration) var(--easing);
  transition: all var(--duration) var(--easing);
}
.smb-section-break-the-grid--right.fade-in .c-row__col:nth-child(1) {
  z-index: 2;
  -webkit-transition-delay: var(--delay);
          transition-delay: var(--delay);
}
.smb-section-break-the-grid--right.fade-in.active .c-row__col {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.top-exp-section.fade-in .smb-section__body .c-container {
  opacity: 0;
  -webkit-transform: translateY(var(--distance));
          transform: translateY(var(--distance));
  -webkit-transition: all var(--duration) var(--easing) var(--delay);
  transition: all var(--duration) var(--easing) var(--delay);
}
.top-exp-section.fade-in .smb-section__body .c-container.scroll-gallery {
  -webkit-transition-delay: calc(var(--delay) * 2);
          transition-delay: calc(var(--delay) * 2);
}
.top-exp-section.fade-in.active .smb-section__body .c-container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wp-block-snow-monkey-blocks-items.fade-in {
  opacity: 0;
  -webkit-transform: translateY(var(--distance));
          transform: translateY(var(--distance));
  -webkit-transition: all var(--duration) var(--easing);
  transition: all var(--duration) var(--easing);
}
.wp-block-snow-monkey-blocks-items.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*
.fade-in{
  &.active{

  }
}
  */