@charset "UTF-8";
/************************************************
    Reset
*************************************************/
* {
  min-height: 0;
  min-width: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, figure, figcaption, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  margin: 0; }

i {
  font-style: inherit; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal; }

table, caption, th, td {
  font-weight: normal;
  text-align: left;
  empty-cells: show;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0; }

a img, iframe {
  border: none; }

a {
  color: inherit; }

ol, ul, li {
  list-style: none; }

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0; }

input[type="text"],
textarea {
  width: 100%; }

address {
  font-style: normal; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

br {
  opacity: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

/************************************************
    共通設定
*************************************************/
* {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

html {
  font-size: 62.5%;
  display: block; }

body {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  display: block; }

a:hover {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

body {
  font-family: "Shippori Mincho", sans-serif;
  background-color: #ffffff; }
  body.no-scroll {
    overflow: hidden;
    height: 100%; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff; }
  .l-header__title img {
    display: block;
    width: 108px;
    height: auto; }
  .l-header__title a {
    display: block; }
    .l-header__title a:hover {
      opacity: 1; }
  .l-header .l-gnav__instagram svg {
    fill: #6E7E85; }
  @media screen and (min-width: 769px) {
    .l-header {
      min-width: 1200px;
      -webkit-transition: background-color .4s ease;
      -o-transition: background-color .4s ease;
      transition: background-color .4s ease; }
      .l-header__instagram-sp {
        display: none; }
      .l-header__inner {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: solid 1px rgba(35, 35, 35, 0.3); }
      .l-header__title {
        width: 108px;
        height: auto; }
      .l-header .l-gnav__list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px; }
        .l-header .l-gnav__list li a {
          font-size: 1.5rem;
          font-weight: 400; }
        .l-header .l-gnav__list-reserve {
          border-left: solid 1px rgba(35, 35, 35, 0.3);
          padding-left: 30px; } }
  @media screen and (max-width: 768px) {
    .l-header {
      height: 60px; }
      .l-header__instagram-sp {
        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;
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 0;
        right: 60px;
        cursor: pointer;
        width: 60px;
        height: 60px;
        background-color: #6E7E85; }
        .l-header__instagram-sp svg {
          fill: #ffffff;
          width: 24px;
          height: auto; }
      .l-header__title {
        width: auto;
        height: 60px;
        position: relative;
        z-index: 9999; }
        .l-header__title img {
          width: auto;
          height: 60px; }
      .l-header .l-gnav__list {
        position: relative;
        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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
        width: 100%; }
        .l-header .l-gnav__list-instagram {
          display: none !important; }
        .l-header .l-gnav__list-reserve {
          border: none !important;
          margin-top: 30px;
          text-align: center; }
          .l-header .l-gnav__list-reserve a {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #ffffff !important; }
            .l-header .l-gnav__list-reserve a:after {
              content: none !important; }
        .l-header .l-gnav__list li {
          border-bottom: solid 1px rgba(35, 35, 35, 0.5);
          width: 100%; }
          .l-header .l-gnav__list li a {
            font-size: clamp(1.6rem, 1.527vw, 2.2rem);
            font-weight: bold;
            color: #232323;
            display: block;
            width: 100%;
            padding-top: 25px;
            padding-bottom: 25px;
            text-align: left;
            position: relative; }
            .l-header .l-gnav__list li a::after {
              border-width: .4rem 0 .4rem 1.4rem;
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              display: block;
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              border-color: transparent transparent transparent #6E7E85; } }

.l-gnav-openbtn {
  display: none; }

@media screen and (max-width: 769px) {
  .l-gnav-openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #232323; }
  /*ボタン内側*/
  .l-gnav-openbtn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    width: 50%; }
  .l-gnav-openbtn span:nth-of-type(1) {
    top: calc(50% - 10px); }
  .l-gnav-openbtn span:nth-of-type(2) {
    top: calc(50% - 1px); }
  .l-gnav-openbtn span:nth-of-type(3) {
    top: calc(50% + 9px); }
  /*activeクラスが付与されると
    線と周りのエリアが回転して×になる*/
  .l-gnav-openbtn.active .openbtn-area {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg); }
  .l-gnav-openbtn.active span:nth-of-type(1) {
    top: 27px;
    left: 25%;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 50%;
    background: #ffffff; }
  .l-gnav-openbtn.active span:nth-of-type(2) {
    opacity: 0;
    background: #ffffff; }
  .l-gnav-openbtn.active span:nth-of-type(3) {
    top: 27px;
    left: 25%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 50%;
    background: #ffffff; } }

@media screen and (max-width: 768px) {
  #gNav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #ffffff;
    /*動き*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
  /*アクティブクラスがついたら位置を0に*/
  #gNav.panelactive {
    top: 0;
    display: block;
    visibility: visible;
    opacity: 1; }
  /*ナビゲーションの縦スクロール*/
  #gNav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  /*ナビゲーション*/
  #gNav ul {
    /*ナビゲーション天地中央揃え*/
    width: 90%;
    margin: 100px auto 0 auto; }
  #gNav ul ul {
    width: 100%;
    margin: 0; }
  /*プルダウンナビのCSS*/
  #gNav ul li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  /*リストのレイアウト設定*/
  #gNav li {
    list-style: none;
    text-align: center; }
  #gNav li a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold; } }

.l-container {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px; }

.l-wrapper {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 769px) {
    .l-wrapper {
      min-width: 1200px;
      padding-top: 100px; } }
  @media screen and (max-width: 768px) {
    .l-wrapper {
      padding-top: 60px; } }

.l-footer {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #6E7E85; }
  .l-footer__top {
    position: relative;
    text-align: center;
    padding-bottom: 35px;
    border-bottom: solid 1px #ffffff; }
    .l-footer__top-logo {
      position: relative;
      width: 104px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      display: block; }
    .l-footer__top-name {
      font-size: 3.2rem;
      letter-spacing: 0.05em;
      font-weight: 400;
      position: relative;
      color: #ffffff; }
  .l-footer__bottom {
    position: relative;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 110px;
    padding-left: 60px;
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .l-footer__bottom::before {
      content: '';
      display: block; }
  .l-footer__nav {
    position: relative;
    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;
    gap: 40px; }
    .l-footer__nav li a {
      font-size: 1.3rem;
      color: #ffffff; }
  .l-footer__instagram svg {
    fill: #ffffff; }
  .l-footer__copyright {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-family: "Montserrat";
    font-weight: 600;
    color: #ffffff;
    display: block; }
  @media screen and (max-width: 768px) {
    .l-footer {
      padding-top: clamp(40px, 13vw, 100px);
      padding-bottom: 20px; }
      .l-footer__top {
        padding-bottom: 20px; }
        .l-footer__top-logo {
          margin-bottom: 20px; }
        .l-footer__top-name {
          font-size: clamp(2.4rem, 3.125vw, 3.2rem); }
      .l-footer__bottom {
        padding-top: 20px;
        padding-bottom: clamp(50px, 14.32vw, 110px);
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .l-footer__bottom::before {
          content: none; }
      .l-footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        width: 100%; }
        .l-footer__nav-reserve {
          border: none !important;
          margin-top: 30px;
          width: 100%; }
          .l-footer__nav-reserve .c-btn.footer {
            width: 100%; }
        .l-footer__nav li {
          border-bottom: solid 1px rgba(255, 255, 255, 0.5);
          width: 100%; }
          .l-footer__nav li a {
            font-size: clamp(1.6rem, 1.527vw, 2.2rem);
            font-weight: bold;
            display: block;
            width: 100%;
            padding-top: 25px;
            padding-bottom: 25px;
            text-align: left;
            position: relative; }
            .l-footer__nav li a:after {
              border-width: .4rem 0 .4rem 1.4rem;
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              display: block;
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              border-color: transparent transparent transparent #ffffff; }
      .l-footer__instagram {
        display: none; }
      .l-footer__copyright {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 1rem;
        letter-spacing: 0.05em;
        font-family: "Montserrat";
        font-weight: 600;
        color: #ffffff;
        display: block; } }

.component-common-search {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  overflow: hidden; }
  .component-common-search .directin-table .directin-sp-form .directin-sp-form-input label input[type=checkbox] {
    display: none; }
  .component-common-search .directin-table .directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label {
    position: relative; }
    .component-common-search .directin-table .directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 1.2rem;
      height: 1.2rem;
      background: #fff;
      border: #DBDBDB 1px solid;
      border-radius: .2rem;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .component-common-search .directin-table .directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0.6rem;
      width: 0.4rem;
      height: 0.4rem;
      background: #D7000F;
      opacity: 0;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .component-common-search .directin-table .directin-sp-form .directin-sp-form-input label input[type=checkbox]:checked + .directin-sp-form-checkbox-label:after {
    opacity: 1; }
  .component-common-search .directin-sp-form .directin-sp-form-submit-button button {
    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;
    padding: 8px 8px;
    height: 37px;
    min-height: 5.4rem;
    font-size: 1.6rem; }
    .component-common-search .directin-sp-form .directin-sp-form-submit-button button:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent transparent #fff;
      display: block;
      position: relative;
      border-width: .4rem 0 .4rem 1.4rem;
      margin-left: 1.6rem; }
  .component-common-search .component-title {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #232323;
    background-color: #F6F5F1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .component-common-search .component-title .title-wrapper,
    .component-common-search .component-title .title-japanese,
    .component-common-search .component-title .title-english {
      position: relative; }
    .component-common-search .component-title .title-japanese {
      font-weight: 600; }
  .component-common-search .button-plan-list {
    width: 100%;
    min-height: 5.4rem;
    padding: 8px 8px;
    background: #C0A94E;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.6rem;
    text-align: center;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 37px; }
    .component-common-search .button-plan-list:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent transparent #fff;
      display: block;
      position: relative;
      border-width: .4rem 0 .4rem 1.4rem;
      margin-left: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .component-common-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .component-common-search .component-title {
        width: calc(149 / 1198 * 100%);
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -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;
        text-align: center;
        font-size: 2.2rem;
        line-height: calc(30 / 22); }
        .component-common-search .component-title .title-japanese,
        .component-common-search .component-title .title-english {
          display: block; }
        .component-common-search .component-title .title-japanese {
          margin-bottom: 1px;
          font-size: 2.2rem;
          line-height: 1.5em; }
        .component-common-search .component-title .title-english {
          font-size: 1.2rem;
          line-height: 1.5em; }
      .component-common-search .component-form {
        width: 100%;
        padding: 15px 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px 20px;
        padding: 2.4rem 3.9rem 2.4rem 4rem; }
        .component-common-search .component-form_links {
          position: relative;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 8px; }
          .component-common-search .component-form_links .contact-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; }
          .component-common-search .component-form_links .contact-label {
            margin-right: .9rem;
            font-size: 1.5rem;
            line-height: calc(30 / 15); }
          .component-common-search .component-form_links .contact-main {
            margin-right: .3rem;
            top: -0.3rem;
            font-size: 3rem;
            line-height: calc(30 / 30); }
          .component-common-search .component-form_links .contact-schedule {
            font-size: 1.5rem;
            line-height: calc(30 / 15); }
          .component-common-search .component-form_links .link-common-direct {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 6px; }
            .component-common-search .component-form_links .link-common-direct_inner {
              position: relative;
              display: inline;
              font-size: 1.2rem;
              font-size: 1.4rem;
              line-height: calc(30 / 14);
              background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#C0A94E), to(#C0A94E)) 100% 100%/0 1px no-repeat;
              background: -webkit-linear-gradient(0, #C0A94E, #C0A94E) 100% 100%/0 1px no-repeat;
              background: -o-linear-gradient(0, #C0A94E, #C0A94E) 100% 100%/0 1px no-repeat;
              background: linear-gradient(0, #C0A94E, #C0A94E) 100% 100%/0 1px no-repeat;
              -webkit-transition: background-size .38s ease;
              -o-transition: background-size .38s ease;
              transition: background-size .38s ease; }
            .component-common-search .component-form_links .link-common-direct:hover .link-common-direct_inner {
              background-size: 100% 1px; }
            .component-common-search .component-form_links .link-common-direct::after {
              content: '';
              display: block;
              width: 1.3rem;
              height: 1.3rem;
              background-image: url("../img/arw_form-link.svg");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center; }
      .component-common-search .form-application {
        margin-right: 0;
        width: calc(75% - 20px);
        width: 75%; }
      .component-common-search .form-confirmation {
        width: 25%;
        width: calc(25% - 20px);
        padding: 8px 8px 0 8px; }
      .component-common-search .table-common-search {
        width: 100%; }
        .component-common-search .table-common-search .directin-sp-form {
          padding-top: 0;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 0;
          gap: 13px;
          width: 100%;
          margin: 0;
          padding: 8px 8px 0 8px;
          font-size: 16px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          background: transparent; }
          .component-common-search .table-common-search .directin-sp-form-input .directin-sp-form-label {
            color: #232323;
            font-size: 1.4rem;
            line-height: 1.25em;
            margin-bottom: 4px;
            position: relative;
            display: inline-block; }
          .component-common-search .table-common-search .directin-sp-form-input-group {
            margin-top: 0;
            margin-left: 0;
            margin-right: 0;
            position: relative; }
            .component-common-search .table-common-search .directin-sp-form-input-group.directin-sp-form-date-input-group {
              gap: 4px; }
            .component-common-search .table-common-search .directin-sp-form-input-group .directin-sp-form-date-input {
              margin-right: 0;
              margin-right: 8px; }
              .component-common-search .table-common-search .directin-sp-form-input-group .directin-sp-form-date-input input[type="text"] {
                position: relative;
                width: 100%;
                width: 26rem;
                font-size: 1.4rem;
                background-image: url(../img/icon-calendar.svg);
                background-size: 9px 9px;
                background-position: left 4px center;
                height: 3.7rem;
                padding-left: 17px;
                padding-right: 4px;
                border: solid 1px #DBDBDB;
                border-radius: 0.4rem; }
            .component-common-search .table-common-search .directin-sp-form-input-group .directin-sp-form-nodate-checkbox {
              margin-bottom: 10px;
              padding-bottom: 0;
              position: relative; }
              .component-common-search .table-common-search .directin-sp-form-input-group .directin-sp-form-nodate-checkbox .directin-sp-form-checkbox-label {
                font-size: 1.4rem;
                padding-left: 1.4rem;
                position: relative;
                line-height: 1.4em; }
          .component-common-search .table-common-search .directin-sp-form-guest-room-input-group {
            position: relative;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .component-common-search .table-common-search .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-separator {
              padding-bottom: 10px; }
            .component-common-search .table-common-search .directin-sp-form-guest-room-input-group .directin-sp-form-guest-selector label select,
            .component-common-search .table-common-search .directin-sp-form-guest-room-input-group .directin-sp-form-room-selector label select {
              height: 3.7rem;
              padding-left: 4px;
              padding-right: 4px;
              padding-top: 4px;
              padding-bottom: 4px;
              line-height: 1.4em;
              width: 6rem;
              padding: 0 1rem 1px .8rem;
              cursor: pointer;
              font-size: 1.5rem;
              cursor: pointer;
              background-image: url(../img/arw_form-select.svg);
              background-size: .6rem .3rem;
              background-position: center right .6rem;
              background-repeat: no-repeat; }
          .component-common-search .table-common-search .directin-sp-form-submit-button {
            margin: 0;
            padding-top: 0;
            width: 200px;
            min-height: 5.4rem; }
      .component-common-search .form-confirmation {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .component-common-search .confirmation-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .component-common-search .confirmation-wrapper .button-common-flexible {
          width: 20.5rem;
          margin-left: .5rem;
          margin-top: 1rem;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
        .component-common-search .confirmation-wrapper .link-common-direct {
          margin: 1rem .5rem 0; } }
  @media only screen and (max-width: 767.98px) {
    .component-common-search {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border: solid 1px #F6F5F1; }
      .component-common-search .component-title {
        padding: 1.8rem 1.9rem; }
        .component-common-search .component-title .title-japanese {
          margin-right: 1.2rem;
          font-size: 2.2rem;
          line-height: calc(30 / 22); }
        .component-common-search .component-title .title-english {
          font-size: 1.2rem;
          line-height: calc(20 / 12); }
      .component-common-search .component-form {
        padding: 2.1rem 1.9rem 2.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px; }
      .component-common-search .form-application {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .component-common-search .form-confirmation {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
        .component-common-search .form-confirmation .button-plan-list {
          margin: 0;
          padding-top: 0;
          width: 100%;
          height: 56px;
          font-size: 1.6rem;
          gap: 1rem; }
          .component-common-search .form-confirmation .button-plan-list:after {
            border-width: .5rem 0 .5rem 2rem;
            top: 1px; }
      .component-common-search .component-form_links {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
        .component-common-search .component-form_links .contact-wrapper {
          position: relative;
          width: 100%;
          padding: 20px 10px;
          background-color: #F6F5F1;
          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;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 10px;
          margin-bottom: 10px; }
          .component-common-search .component-form_links .contact-wrapper .contact-label {
            margin-bottom: .7rem;
            font-size: 1.5rem; }
          .component-common-search .component-form_links .contact-wrapper .contact-main {
            top: -0.3rem;
            font-size: 4.3rem; }
          .component-common-search .component-form_links .contact-wrapper .contact-schedule {
            font-size: 1.5rem; }
        .component-common-search .component-form_links .link-common-direct {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 10px; }
          .component-common-search .component-form_links .link-common-direct_inner {
            position: relative;
            display: inline;
            font-size: 1.4rem;
            padding-bottom: 6px;
            background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#C0A94E), to(#C0A94E)) 100% 100%/0 1px no-repeat;
            background: -webkit-linear-gradient(0, #C0A94E, #C0A94E) 100% 100%/0 1px no-repeat;
            background: -o-linear-gradient(0, #C0A94E, #C0A94E) 100% 100%/0 1px no-repeat;
            background: linear-gradient(0, #C0A94E, #C0A94E) 100% 100%/0 1px no-repeat;
            -webkit-transition: background-size .38s ease;
            -o-transition: background-size .38s ease;
            transition: background-size .38s ease; }
          .component-common-search .component-form_links .link-common-direct:hover .link-common-direct_inner {
            background-size: 100% 1px; }
          .component-common-search .component-form_links .link-common-direct::after {
            content: '';
            display: block;
            width: 1.3rem;
            height: 1.3rem;
            background-image: url("../img/arw_form-link.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center; }
      .component-common-search .table-common-search {
        width: 100%; }
        .component-common-search .table-common-search .directin-sp-form {
          padding-top: 0;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 0;
          gap: 12px; }
          .component-common-search .table-common-search .directin-sp-form-input .directin-sp-form-label {
            font-size: 1.4rem;
            line-height: 1.25em;
            margin-bottom: 4px;
            position: relative;
            display: inline-block; }
          .component-common-search .table-common-search .directin-sp-form-input-group .directin-sp-form-date-input input[type="text"] {
            background-image: url(../img/icon-calendar.svg);
            background-size: 16px 16px;
            background-position: right 10px center;
            background-repeat: no-repeat;
            padding-right: 30px; }
          .component-common-search .table-common-search .directin-sp-form-input-group .directin-sp-form-nodate-checkbox {
            width: 100%;
            position: relative; }
            .component-common-search .table-common-search .directin-sp-form-input-group .directin-sp-form-nodate-checkbox .directin-sp-form-checkbox-label {
              font-size: 1.2rem;
              padding-left: 2.4rem;
              position: relative;
              line-height: 1.4em;
              padding-bottom: 2px; }
              .component-common-search .table-common-search .directin-sp-form-input-group .directin-sp-form-nodate-checkbox .directin-sp-form-checkbox-label:before {
                width: 1.6rem !important;
                height: 1.6rem !important; }
              .component-common-search .table-common-search .directin-sp-form-input-group .directin-sp-form-nodate-checkbox .directin-sp-form-checkbox-label:after {
                left: 0.8rem !important;
                width: 0.8rem !important;
                height: 0.8rem !important; }
          .component-common-search .table-common-search .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-separator {
            padding-bottom: 14px; }
          .component-common-search .table-common-search .directin-sp-form-guest-room-input-group .directin-sp-form-guest-selector label select,
          .component-common-search .table-common-search .directin-sp-form-guest-room-input-group .directin-sp-form-room-selector label select {
            background-image: url(../img/arw_form-select.svg);
            background-size: .9rem .5rem;
            background-position: center right .6rem;
            background-repeat: no-repeat; }
          .component-common-search .table-common-search .directin-sp-form-submit-button {
            margin: 0;
            padding-top: 0;
            width: 100%; }
            .component-common-search .table-common-search .directin-sp-form-submit-button button {
              width: 100%;
              height: 56px;
              font-size: 1.6rem;
              gap: 1rem; }
              .component-common-search .table-common-search .directin-sp-form-submit-button button:after {
                border-width: .5rem 0 .5rem 2rem;
                top: 1px; }
      .component-common-search .application-contact {
        padding: 1.6rem 1rem 1.5rem;
        background-color: #C0A94E; }
        .component-common-search .application-contact .contact-label,
        .component-common-search .application-contact .contact-main,
        .component-common-search .application-contact .contact-schedule {
          display: block;
          text-align: center; }
        .component-common-search .application-contact .contact-label {
          margin-bottom: .7rem;
          font-size: 1.5rem;
          line-height: calc(20 / 15); }
        .component-common-search .application-contact .contact-main {
          top: -.3rem;
          font-size: 4.3rem;
          line-height: calc(50 / 43); }
        .component-common-search .application-contact .contact-schedule {
          font-size: 1.5rem;
          line-height: calc(20 / 15); }
      .component-common-search .confirmation-wrapper {
        margin: 0; }
        .component-common-search .confirmation-wrapper .button-common-flexible {
          width: 100%;
          margin-bottom: 1.5rem; } }

.c-sec-heading {
  position: relative; }
  .c-sec-heading__en {
    position: relative;
    font-size: 4rem;
    font-family: "Cormorant", sans-serif;
    margin-bottom: 15px; }
  .c-sec-heading__ja {
    font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .c-sec-heading__en {
      font-size: clamp(2rem, 5.208vw, 4rem);
      margin-bottom: 10px; }
    .c-sec-heading__ja {
      font-size: clamp(1.3rem, 1.953vw, 1.5rem); } }

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 37px;
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .c-btn::after {
    border-width: .4rem 0 .4rem 1.4rem;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .c-btn.underline {
    max-width: 190px;
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: solid 1px #232323; }
    .c-btn.underline::after {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-color: transparent transparent transparent #232323; }
    .c-btn.underline:hover {
      border-bottom: solid 1px #C0A94E;
      color: #C0A94E; }
      .c-btn.underline:hover::after {
        border-color: transparent transparent transparent #C0A94E; }
  .c-btn.official {
    background-color: #C0A94E;
    color: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    font-size: 1.3rem; }
    .c-btn.official::after {
      position: relative; }
    .c-btn.official:hover {
      background-color: #ffffff;
      color: #232323; }
      .c-btn.official:hover::after {
        border-color: transparent transparent transparent #232323; }
  .c-btn.header {
    background-color: #C0A94E;
    color: #ffffff;
    width: 129px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 1.3rem; }
    .c-btn.header::after {
      content: none; }
    .c-btn.header:hover {
      background-color: #232323; }
  .c-btn.footer {
    background-color: #C0A94E;
    color: #ffffff;
    width: 208px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 1.3rem; }
    .c-btn.footer::after {
      content: none; }
    .c-btn.footer:hover {
      background-color: #232323; }

.p-kv {
  position: relative;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0; }
  @media screen and (min-width: 769px) {
    .p-kv__search {
      position: absolute;
      bottom: 33px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      max-width: 1200px; } }
  .p-kv__block {
    position: relative;
    width: 100%; }
    .p-kv__block-copy {
      position: absolute;
      top: 0;
      left: 0;
      width: 364px;
      height: 252px; }
      .p-kv__block-copy__text {
        position: absolute;
        left: 4%;
        top: 25px;
        font-size: 1.6rem;
        line-height: 2em;
        font-weight: 500;
        font-family: "Shippori Mincho";
        z-index: 1; }
      .p-kv__block-copy__frame {
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0; }
  .p-kv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    text-align: center; }
    .p-kv__title-en {
      position: relative;
      color: #F6F5F1;
      font-weight: normal;
      width: 80.9%;
      text-align: center;
      max-width: 932px;
      margin-left: auto;
      margin-right: auto; }
    .p-kv__title-ja {
      margin-top: 25px;
      position: relative;
      color: #F6F5F1;
      font-size: 1.5rem;
      line-height: 2em;
      text-align: center; }
  @media screen and (max-width: 768px) {
    .p-kv {
      padding-top: 15px; }
      .p-kv__block-img {
        height: 56.25vw; }
        .p-kv__block-img img {
          width: 100%;
          height: 100%;
          -o-object-position: center;
          object-position: center;
          -o-object-fit: cover;
          object-fit: cover; }
      .p-kv__block-copy {
        width: 50%;
        height: auto; }
        .p-kv__block-copy__text {
          top: 2vw;
          font-size: clamp(1rem, 2.083vw, 1.6rem);
          line-height: 1.75em; }
        .p-kv__block-copy__frame {
          top: -1px;
          left: -1px; }
      .p-kv__title {
        top: 65%; }
        .p-kv__title-ja {
          margin-top: 15px;
          font-size: clamp(1.3rem, 1.953vw, 1.5rem); }
          .p-kv__title-ja span {
            display: inline-block; }
      .p-kv__search {
        position: relative;
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px; } }

.p-open {
  position: relative;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 120px; }
  .p-open__heading {
    position: relative;
    margin-bottom: 60px;
    text-align: center; }
    .p-open__heading-text {
      font-size: 7.2rem;
      letter-spacing: 0.05em;
      line-height: 1.222em;
      font-family: "Cormorant";
      color: #6E7E85; }
  .p-open__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .p-open__article {
    position: relative;
    width: 41.667%; }
    .p-open__article-title {
      position: relative;
      font-size: 2.8rem;
      font-family: "Shippori Mincho";
      line-height: 1.785em;
      margin-bottom: 55px; }
    .p-open__article-descriptions {
      position: relative;
      font-size: 1.5rem;
      line-height: 2em; }
  .p-open__image {
    position: relative;
    width: 47.048%; }
    .p-open__image-frame {
      position: absolute;
      top: -1px;
      left: 0;
      width: 36.9%;
      height: auto;
      z-index: 1; }
    .p-open__image-img {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center; }
  @media screen and (max-width: 768px) {
    .p-open {
      padding-top: clamp(30px, 8.46vw, 65px);
      padding-bottom: clamp(60px, 15.625vw, 120px); }
      .p-open__heading {
        margin-bottom: clamp(30px, 7.8125vw, 60px); }
        .p-open__heading-text {
          font-size: clamp(2.4rem, 9.375vw, 7.2rem); }
          .p-open__heading-text span {
            display: inline-block; }
      .p-open__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px; }
      .p-open__article {
        width: 100%; }
        .p-open__article-title {
          position: relative;
          font-size: clamp(2rem, 3.645vw, 2.8rem);
          margin-bottom: clamp(30px, 7.1615vw, 55px); }
        .p-open__article-descriptions {
          font-size: clamp(1.3rem, 1.953vw, 1.5rem); }
          .p-open__article-descriptions p br {
            display: none; }
      .p-open__image {
        width: 100%; } }

.p-banners {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .p-banners__item {
    width: 50%;
    position: relative; }
    .p-banners__item:hover:before {
      opacity: 0.5; }
    .p-banners__item::before {
      content: '';
      display: block;
      position: relative;
      width: 100%;
      padding-top: calc((230 / 640) * 100%);
      background-color: #6E7E85;
      mix-blend-mode: multiply;
      z-index: 1;
      -webkit-transition: opacity .6s ease;
      -o-transition: opacity .6s ease;
      transition: opacity .6s ease; }
    .p-banners__item-name {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      font-size: 3rem;
      font-family: "Cormorant";
      z-index: 2;
      color: #ffffff; }
    .p-banners__item-arw {
      position: absolute;
      right: 44px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 3; }
    .p-banners__item-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-position: center center;
      object-position: center center;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 0; }
  @media screen and (max-width: 768px) {
    .p-banners {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 15px;
      padding-left: 12px;
      padding-right: 12px; }
      .p-banners__item {
        width: 100%; }
        .p-banners__item-name {
          font-size: clamp(2rem, 3.95vw, 3rem); }
        .p-banners__item-arw {
          right: 22px; } }

.p-recommend {
  position: relative;
  padding-top: 160px;
  padding-bottom: 150px; }
  .p-recommend__inner {
    width: 100%;
    max-width: 962px;
    margin-left: auto;
    margin-right: auto; }
  .p-recommend__footer {
    position: relative;
    margin-top: 50px; }
  .p-recommend__plan {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 50px; }
    .p-recommend__plan-info {
      position: relative;
      width: 362px;
      background-color: #6E7E85;
      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-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-top: 40px;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 50px;
      color: #ffffff; }
      .p-recommend__plan-info__name {
        font-size: 1.8rem;
        line-height: 1.888em;
        position: relative;
        margin-bottom: 40px; }
      .p-recommend__plan-info__price {
        position: relative;
        font-family: "Shippori Mincho"; }
        .p-recommend__plan-info__price-label {
          font-size: 1.3rem;
          position: relative;
          margin-bottom: 15px; }
        .p-recommend__plan-info__price-result {
          position: relative;
          font-size: 2.2rem;
          font-family: "Montserrat";
          font-weight: 400; }
          .p-recommend__plan-info__price-result span {
            position: relative;
            margin-left: 2px;
            font-size: 1.2rem;
            font-family: "Shippori Mincho"; }
    .p-recommend__plan-image {
      position: relative;
      width: calc(100% - 362px); }
  @media screen and (max-width: 768px) {
    .p-recommend {
      padding-top: clamp(70px, 20.83vw, 160px);
      padding-bottom: clamp(60px, 19.53125vw, 150px); }
      .p-recommend__footer {
        margin-top: clamp(30px, 6.51vw, 50px); }
      .p-recommend__plan {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: clamp(30px, 6.51vw, 50px); }
        .p-recommend__plan-info {
          width: 100%;
          padding-top: 30px;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 30px; }
          .p-recommend__plan-info__name {
            font-size: clamp(1.6rem, 2.4375vw, 1.8rem);
            margin-bottom: 30px; }
          .p-recommend__plan-info__price-label {
            font-size: clamp(1.1rem, 1.69vw, 1.3rem); }
        .p-recommend__plan-image {
          width: 100%; } }

.p-benefits {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: url("../img/bg_benefits.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .p-benefits__infinity-texts {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .p-benefits__infinity-texts-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      white-space: nowrap;
      overflow: hidden;
      font-family: "Cormorant";
      font-size: 7rem;
      font-weight: 400;
      color: #ffffff;
      padding: 0 16px; }
      .p-benefits__infinity-texts-item:nth-child(odd) {
        -webkit-animation: loop 50s -25s linear infinite;
        animation: loop 50s -25s linear infinite; }
      .p-benefits__infinity-texts-item:nth-child(even) {
        -webkit-animation: loop2 50s linear infinite;
        animation: loop2 50s linear infinite; }
  .p-benefits__contents {
    position: relative;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 90px;
    padding-left: 100px;
    padding-right: 100px; }
    .p-benefits__contents::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      background-color: #765E00;
      mix-blend-mode: multiply;
      border-radius: 4px; }
    .p-benefits__contents-heading {
      position: relative;
      font-size: 3.2rem;
      color: #ffffff;
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 55px;
      z-index: 1; }
      .p-benefits__contents-heading::after {
        content: '';
        display: block;
        width: 64px;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .p-benefits__contents-body {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      gap: 60px 20px; }
  .p-benefits__item {
    position: relative;
    width: calc((100% - 40px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .p-benefits__item-icon {
      position: relative;
      width: 100px;
      height: 65px;
      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;
      border-right: solid 1px #707070; }
    .p-benefits__item-text {
      position: relative;
      width: calc(100% - 100px);
      padding-left: 20px;
      padding-top: 12px;
      padding-bottom: 12px;
      font-size: 1.6rem;
      line-height: 1.625em;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-family: "Shippori Mincho"; }
  @media screen and (max-width: 768px) {
    .p-benefits {
      padding-top: clamp(30px, 6.51vw, 50px);
      padding-bottom: clamp(40px, 9.11vw, 70px); }
      .p-benefits__infinity-texts-item {
        font-size: clamp(3.2rem, 9.11vw, 7rem); }
      .p-benefits__contents {
        margin-top: clamp(40px, 13vw, 100px);
        padding-top: clamp(30px, 6.51vw, 50px);
        padding-bottom: clamp(40px, 11.71875vw, 90px);
        padding-left: 12px;
        padding-right: 12px; }
        .p-benefits__contents-heading {
          font-size: clamp(2.4rem, 4.16vw, 3.2rem);
          margin-bottom: 25px; }
        .p-benefits__contents-body {
          gap: 20px; }
      .p-benefits__item {
        width: calc((100% - 20px) / 2); }
        .p-benefits__item:last-of-type {
          width: 100%; }
        .p-benefits__item-icon {
          width: 50px;
          height: 60px; }
          .p-benefits__item-icon img {
            width: 32px;
            height: 32px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center; }
        .p-benefits__item-text {
          width: calc(100% - 50px);
          padding-left: 8px;
          padding-top: 0;
          padding-bottom: 0;
          font-size: clamp(1.1rem, 2.08vw, 1.6rem); }
          .p-benefits__item-text span {
            display: inline-block; } }

.p-room {
  position: relative;
  width: 100%;
  padding-top: 135px;
  padding-bottom: 150px; }
  .p-room::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F6F5F1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11.71875vw), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11.71875vw), 0 100%); }
  .p-room__body {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 60px; }
  .p-room__article {
    position: relative;
    width: 34.0277%;
    padding-bottom: 100px; }
    .p-room__article-title {
      position: relative;
      font-size: 2.8rem;
      font-family: "Shippori Mincho";
      line-height: 1.785em;
      margin-bottom: 55px; }
    .p-room__article-descriptions {
      position: relative;
      font-size: 1.5rem;
      line-height: 2em; }
    .p-room__article-footer {
      position: relative;
      margin-top: 100px; }
  .p-room__image {
    position: relative;
    width: 65.9723%; }
    .p-room__image-item-01 {
      position: absolute;
      width: 65.26%;
      top: -5.5%;
      left: 21%;
      -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
      transform: rotate(2deg);
      z-index: 1; }
    .p-room__image-item-02 {
      position: absolute;
      width: 43.42%;
      top: 54.05%;
      left: 9.6%;
      -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
      transform: rotate(-4deg);
      z-index: 3; }
    .p-room__image-item-03 {
      position: absolute;
      width: 44.73%;
      top: 39.39%;
      left: 47.36%;
      -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
      transform: rotate(18deg);
      z-index: 2; }
  @media screen and (max-width: 768px) {
    .p-room {
      padding-top: clamp(50px, 17.57vw, 135px);
      padding-bottom: clamp(60px, 19.53125vw, 150px); }
      .p-room__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: clamp(30px, 7.8125vw, 60px); }
      .p-room__article {
        width: 100%;
        padding-bottom: clamp(40px, 7.68vw, 100px); }
        .p-room__article-title {
          font-size: clamp(2rem, 3.645vw, 2.8rem);
          margin-bottom: clamp(30px, 7.1615vw, 55px); }
        .p-room__article-descriptions {
          font-size: clamp(1.3rem, 1.953vw, 1.5rem); }
        .p-room__article-footer {
          margin-top: clamp(40px, 7.68vw, 100px); }
      .p-room__image {
        width: 100%;
        height: 70vw; }
        .p-room__image-item-01 {
          width: 55%;
          z-index: 3; }
        .p-room__image-item-02 {
          width: 48.42%;
          top: auto;
          bottom: 15%;
          left: 5%;
          z-index: 1; }
        .p-room__image-item-03 {
          width: 42%;
          top: auto;
          bottom: 5%;
          left: auto;
          right: 5%;
          z-index: 2; } }

.p-facility {
  position: relative;
  width: 100%;
  padding-top: 110px; }
  .p-facility__article {
    position: relative;
    width: 100%;
    padding-bottom: 120px;
    margin-top: 60px; }
    .p-facility__article-title {
      position: relative;
      font-size: 2.8rem;
      font-family: "Shippori Mincho";
      line-height: 1.785em;
      margin-bottom: 55px; }
    .p-facility__article-descriptions {
      position: relative;
      font-size: 1.5rem;
      line-height: 2em; }
  .p-facility__image {
    position: relative;
    width: 100%; }
    .p-facility__image-frame {
      position: absolute;
      top: -1px;
      left: 0;
      width: 28.4375%;
      height: auto;
      z-index: 1; }
    .p-facility__image-contents {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 25vw 25vw 25vw 25vw;
      grid-template-columns: 25vw 25vw 25vw 25vw; }
    .p-facility__image-item {
      height: 25vw; }
      .p-facility__image-item img {
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-position: center center;
        object-position: center center;
        -o-object-fit: cover;
        object-fit: cover; }
    .p-facility__image-item-01 {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2; }
    .p-facility__image-item-02 {
      -ms-grid-column: 2;
      grid-column-start: 2;
      -ms-grid-column-span: 1;
      grid-column-end: 3;
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 1;
      grid-row-end: 2; }
    .p-facility__image-item-03 {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      -ms-grid-row: 2;
      grid-row-start: 2;
      -ms-grid-row-span: 1;
      grid-row-end: 3; }
    .p-facility__image-item-04 {
      -ms-grid-column: 2;
      grid-column-start: 2;
      -ms-grid-column-span: 1;
      grid-column-end: 3;
      -ms-grid-row: 2;
      grid-row-start: 2;
      -ms-grid-row-span: 1;
      grid-row-end: 3; }
    .p-facility__image-item-05 {
      -ms-grid-column: 3;
      grid-column-start: 3;
      -ms-grid-column-span: 2;
      grid-column-end: 5;
      -ms-grid-row: 1;
      grid-row-start: 1;
      -ms-grid-row-span: 2;
      grid-row-end: 3;
      height: 50vw; }
    .p-facility__image-item-06 {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3;
      -ms-grid-row: 3;
      grid-row-start: 3;
      -ms-grid-row-span: 2;
      grid-row-end: 5;
      height: 50vw; }
    .p-facility__image-item-07 {
      -ms-grid-column: 3;
      grid-column-start: 3;
      -ms-grid-column-span: 1;
      grid-column-end: 4;
      -ms-grid-row: 3;
      grid-row-start: 3;
      -ms-grid-row-span: 1;
      grid-row-end: 4; }
    .p-facility__image-item-08 {
      -ms-grid-column: 4;
      grid-column-start: 4;
      -ms-grid-column-span: 1;
      grid-column-end: 5;
      -ms-grid-row: 3;
      grid-row-start: 3;
      -ms-grid-row-span: 1;
      grid-row-end: 4; }
    .p-facility__image-item-09 {
      -ms-grid-column: 3;
      grid-column-start: 3;
      -ms-grid-column-span: 1;
      grid-column-end: 4;
      -ms-grid-row: 4;
      grid-row-start: 4;
      -ms-grid-row-span: 1;
      grid-row-end: 5; }
    .p-facility__image-item-10 {
      -ms-grid-column: 4;
      grid-column-start: 4;
      -ms-grid-column-span: 1;
      grid-column-end: 5;
      -ms-grid-row: 4;
      grid-row-start: 4;
      -ms-grid-row-span: 1;
      grid-row-end: 5; }
  @media screen and (max-width: 768px) {
    .p-facility {
      padding-top: clamp(50px, 14.32vw, 110px); }
      .p-facility__article {
        padding-bottom: clamp(60px, 15.625vw, 120px);
        margin-top: clamp(30px, 7.8125vw, 60px); }
        .p-facility__article-title {
          font-size: clamp(2rem, 3.645vw, 2.8rem);
          margin-bottom: clamp(30px, 7.1615vw, 55px); }
        .p-facility__article-descriptions {
          font-size: clamp(1.3rem, 1.953vw, 1.5rem); } }

.p-saikonoyu {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 110px; }
  .p-saikonoyu__block {
    position: relative;
    border-radius: 4px;
    padding-top: 160px;
    padding-bottom: 160px;
    padding-left: 10.52%;
    padding-right: 10.52%;
    background-image: url("../img/bg_saikonoyu.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .p-saikonoyu__contents {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 45px;
    padding-left: 45px;
    background-color: rgba(35, 35, 35, 0.6);
    border-radius: 4px;
    gap: 50px; }
    .p-saikonoyu__contents-heading {
      position: relative;
      width: 238px; }
      .p-saikonoyu__contents-heading__logo {
        position: relative;
        width: 238px;
        height: auto; }
      .p-saikonoyu__contents-heading__btn {
        max-width: 140px;
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto; }
    .p-saikonoyu__contents-body {
      position: relative;
      width: calc(100% - 238px - 50px); }
      .p-saikonoyu__contents-body__description {
        font-size: 1.5rem;
        line-height: 2em;
        color: #ffffff; }
  @media screen and (max-width: 768px) {
    .p-saikonoyu {
      padding-top: clamp(60px, 15.625vw, 120px);
      padding-bottom: clamp(50px, 14.32vw, 110px); }
      .p-saikonoyu__block {
        padding-top: clamp(60px, 20.83vw, 160px);
        padding-bottom: clamp(60px, 20.83vw, 160px);
        padding-left: 20px;
        padding-right: 20px; }
      .p-saikonoyu__contents {
        padding-top: clamp(25px, 5.85vw, 45px);
        padding-bottom: clamp(25px, 5.85vw, 45px);
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px; }
        .p-saikonoyu__contents-heading {
          width: 100%; }
          .p-saikonoyu__contents-heading__logo {
            width: 238px;
            margin-left: auto;
            margin-right: auto; }
          .p-saikonoyu__contents-heading__btn {
            margin-top: 25px; }
        .p-saikonoyu__contents-body {
          width: 100%; }
          .p-saikonoyu__contents-body__description {
            font-size: clamp(1.3rem, 1.953vw, 1.5rem); }
            .p-saikonoyu__contents-body__description p br {
              display: none; } }

.p-news {
  position: relative;
  width: 100%;
  padding-top: 270px;
  padding-bottom: 120px; }
  .p-news::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F6F5F1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 11.71875vw, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 11.71875vw, 100% 0, 100% 100%, 0 100%); }
  .p-news__block {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 80px; }
    .p-news__block-heading {
      position: relative;
      width: 200px; }
    .p-news__block-body {
      position: relative;
      width: calc(100% - 50px - 200px);
      max-width: 800px;
      padding-top: 10px;
      font-family: "Shippori Mincho"; }
      .p-news__block-body__btn-wrap {
        position: relative;
        width: 100%;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .p-news__block-body__list {
        position: relative;
        width: 100%; }
        .p-news__block-body__list-item {
          border-bottom: solid 1px #DBDBDB;
          padding-top: 35px;
          padding-bottom: 35px; }
          .p-news__block-body__list-item-wrap {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 44px;
            padding-right: 24px; }
            .p-news__block-body__list-item-wrap:after {
              border-width: .4rem 0 .4rem 1.4rem;
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              display: block;
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              border-color: transparent transparent transparent #232323; }
          .p-news__block-body__list-item-time {
            font-size: 1.4rem;
            line-height: 1.75em;
            font-weight: 400; }
          .p-news__block-body__list-item-title {
            font-size: 1.6rem;
            font-weight: 400;
            line-height: 1.75em; }
  @media screen and (max-width: 768px) {
    .p-news {
      padding-top: clamp(100px, 35.155vw, 270px);
      padding-bottom: clamp(60px, 15.625vw, 120px); }
      .p-news__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
        margin-bottom: 40px; }
        .p-news__block-heading {
          width: 100%; }
        .p-news__block-body {
          width: 100%;
          padding-top: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          gap: 40px; }
          .p-news__block-body__btn-wrap {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
          .p-news__block-body__list {
            width: 100%; }
            .p-news__block-body__list-item {
              padding-top: 15px;
              padding-bottom: 15px; }
              .p-news__block-body__list-item-wrap {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                gap: 10px;
                padding-right: 32px; }
              .p-news__block-body__list-item-time {
                font-size: clamp(1.2rem, 1.823vw, 1.4rem); }
              .p-news__block-body__list-item-title {
                font-size: clamp(1.4rem, 2.083vw, 1.6rem); }
      .p-news #sbi_load {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px; }
        .p-news #sbi_load .sbi_load_btn {
          width: 100%; }
        .p-news #sbi_load .sbi_follow_btn {
          margin-left: 0 !important; }
          .p-news #sbi_load .sbi_follow_btn a {
            width: 100%; } }

.p-instagram {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .p-instagram__heading {
    position: relative;
    margin-bottom: 30px;
    text-align: center; }
    .p-instagram__heading-title {
      font-size: 2.4rem; }
  .p-instagram__body {
    position: relative;
    width: 100%; }
    .p-instagram__body #sb_instagram .sbi_follow_btn a {
      background: -webkit-gradient(linear, left top, right top, from(#4c64d3), color-stop(32%, #cf2e92), color-stop(64%, #f26939), to(#ecc660)) !important;
      background: -webkit-linear-gradient(left, #4c64d3 0%, #cf2e92 32%, #f26939 64%, #ecc660 100%) !important;
      background: -o-linear-gradient(left, #4c64d3 0%, #cf2e92 32%, #f26939 64%, #ecc660 100%) !important;
      background: linear-gradient(90deg, #4c64d3 0%, #cf2e92 32%, #f26939 64%, #ecc660 100%) !important; }
  @media screen and (max-width: 768px) {
    .p-instagram__heading {
      margin-bottom: 20px; }
      .p-instagram__heading-title {
        font-size: clamp(2.4rem, 3.125vw, 3.2rem); } }

.p-group {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 150px; }
  .p-group__body {
    position: relative;
    margin-top: 70px;
    width: 100%; }
  .p-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 13px; }
    .p-group__list-item {
      position: relative;
      width: calc((100% - 39px) / 4); }
    .p-group__list a {
      display: block;
      position: relative;
      border: 1px solid #ccc;
      padding-top: calc(87 / 278 * 100%); }
      .p-group__list a:hover {
        border-color: #bec6df; }
      .p-group__list a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        width: 95%;
        height: 95%;
        margin: auto;
        -o-object-position: center center;
        object-position: center center;
        -o-object-fit: contain;
        object-fit: contain; }
  @media screen and (max-width: 768px) {
    .p-group {
      padding-top: clamp(40px, 13vw, 100px);
      padding-bottom: clamp(60px, 19.53125vw, 150px); }
      .p-group__body {
        margin-top: clamp(40px, 9.11vw, 70px); }
      .p-group__list {
        gap: 20px; }
        .p-group__list-item {
          position: relative;
          width: 100%; } }

/* ローダー背景 */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F5F1;
  z-index: 9999;
  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;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  -o-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease; }

/* 中央配置のラッパー */
.loader__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }

/* アイコン画像 */
.loader__icon {
  width: 40px;
  height: 40px;
  mix-blend-mode: multiply; }

/* loading... テキスト（点滅） */
.loader__text {
  font-size: 1.5rem;
  color: #232323;
  -webkit-animation: blink 2s infinite ease-in-out;
  animation: blink 2s infinite ease-in-out;
  letter-spacing: 0.05em; }

/* 点滅アニメーション */
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0.2; }
  50% {
    opacity: 1; } }
@keyframes blink {
  0%, 100% {
    opacity: 0.2; }
  50% {
    opacity: 1; } }

/* 回転アニメーション（任意） */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* 非表示処理 */
.loader.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  color: #333;
  font-size: 1.4rem; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 2em 0 1em;
    font-weight: 600;
    line-height: 1.4; }
  .entry-content h1 {
    font-size: 2em; }
  .entry-content h2 {
    font-size: 1.75em; }
  .entry-content h3 {
    font-size: 1.5em; }
  .entry-content h4 {
    font-size: 1.25em; }
  .entry-content h5 {
    font-size: 1.1em; }
  .entry-content h6 {
    font-size: 1em; }
  .entry-content p {
    margin: 0 0 1.5em; }
  .entry-content ul,
  .entry-content ol {
    margin: 1em 0 1.5em 0;
    padding-left: 1.5em;
    list-style-position: outside; }
  .entry-content ul {
    list-style-type: disc; }
  .entry-content ol {
    list-style-type: decimal; }
  .entry-content li {
    margin-bottom: 0.5em;
    list-style: inherit; }
    .entry-content li ul,
    .entry-content li ol {
      margin-top: 0.5em; }
  .entry-content b,
  .entry-content strong {
    font-weight: bold; }
  .entry-content i,
  .entry-content em {
    font-style: italic; }
  .entry-content a {
    color: #0073aa;
    text-decoration: underline; }
    .entry-content a:hover {
      text-decoration: none;
      color: #005f8d; }
  .entry-content blockquote {
    margin: 2em 0;
    padding: 1em 1.5em;
    background-color: #f9f9f9;
    border-left: 4px solid #ccc;
    font-style: italic; }
    .entry-content blockquote p {
      margin: 0; }
  .entry-content pre,
  .entry-content code {
    font-family: Consolas, Monaco, monospace;
    background: #f5f5f5;
    padding: 0.2em 0.5em;
    border-radius: 4px;
    font-size: 0.95em; }
  .entry-content pre {
    overflow-x: auto;
    padding: 1em;
    margin-bottom: 1.5em; }
  .entry-content hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 3em 0; }
  .entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2em auto; }
  .entry-content figure {
    margin: 2em 0;
    text-align: center; }
    .entry-content figure img {
      margin: 0 auto 0.5em; }
    .entry-content figure figcaption {
      font-size: 0.9em;
      color: #666; }
  .entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0; }
    .entry-content table th,
    .entry-content table td {
      border: 1px solid #ccc;
      padding: 0.8em;
      text-align: left; }
    .entry-content table th {
      background: #f2f2f2; }
  .entry-content .wp-block-button {
    margin: 2em 0; }
    .entry-content .wp-block-button .wp-block-button__link {
      display: inline-block;
      padding: 0.8em 1.5em;
      background-color: #0073aa;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .entry-content .wp-block-button .wp-block-button__link:hover {
        background-color: #005f8d; }
  .entry-content .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2em;
    margin-bottom: 2em; }
    .entry-content .wp-block-columns .wp-block-column {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 200px; }
  .entry-content .wp-block-embed {
    margin: 2em 0; }
    .entry-content .wp-block-embed iframe {
      max-width: 100%; }
  .entry-content .is-style-alert {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 1em;
    margin: 1.5em 0;
    color: #856404;
    border-radius: 4px; }
