@charset "UTF-8";
/* ===================================================================
CSS information

file name  : shop_top.css
author     : Abilive
style info : 店舗TOP（各店舗共通）
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-price {
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .p-price {
    width: 66.6666666667vw;
  }
}
@media print {
  .p-price {
    width: 66.6666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-price {
    width: 80vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-price {
    width: 83.7209302326%;
  }
}

.l-header {
  position: relative;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 5.5555555556vw;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3000;
}
.l-header__nav:before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .l-header__nav:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-header__nav:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    height: 180%;
  }
}
.l-header__nav__logo {
  margin-top: 1.3846153846rem;
  font-weight: normal;
}
.l-header__nav__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.l-header__nav__logo a i {
  width: 9.7222222222vw;
  margin-right: 0.6944444444vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header__nav__logo a i {
    min-width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__nav__logo a i {
    width: 8.4615384615em;
    margin-right: 0.7692307692em;
  }
}
.l-header__nav__logo a i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-header__nav__logo a i.walo_logo {
  width: 12.5vw;
}
@media only screen and (min-width: 768px) {
  .l-header__nav__logo a i.walo_logo {
    min-width: 170px;
    margin-right: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__nav__logo a i.walo_logo {
    width: 10.7692307692em;
  }
}
.l-header__nav__logo a span {
  letter-spacing: 0.1em;
  line-height: 1 !important;
  background: #fff;
  border-radius: 9999px;
  padding: 0.3076923077rem 0.9230769231rem;
  min-width: 5.1538461538rem;
  text-align: center;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .l-header__nav__logo a span {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .l-header__nav__logo a span {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header__nav__logo a span {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__nav__logo a span {
    font-size: 4.1176470588vw;
  }
}
.l-header__nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-header__nav__wrapper .hnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0.3846153846rem;
}
.l-header__nav__wrapper .hnav li {
  padding: 0 1.0416666667vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header__nav__wrapper .hnav li {
    display: none;
  }
}
.l-header__nav__wrapper .hnav li:not(:first-child) {
  position: relative;
}
.l-header__nav__wrapper .hnav li:not(:first-child):after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.l-header__nav__wrapper .hnav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.04em;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.l-header__nav__wrapper .hnav li a:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: -7px;
  right: 0;
  left: auto;
  -webkit-transition: width 400ms ease, left 400ms ease;
  transition: width 400ms ease, left 400ms ease;
}
.l-header__nav__wrapper .hnav li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.l-header__nav__wrapper .hnav li a {
  letter-spacing: 0.04em;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
}
@media only screen and (min-width: 1200px) {
  .l-header__nav__wrapper .hnav li a {
    font-size: clamp(0.98rem, 0.9027777778vw, 1.15rem);
  }
}
@media print {
  .l-header__nav__wrapper .hnav li a {
    font-size: clamp(0.98rem, 0.9027777778vw, 1.15rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header__nav__wrapper .hnav li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__nav__wrapper .hnav li a {
    font-size: 3.8235294118vw;
  }
}
.l-header__nav__wrapper .hnav li a {
  line-height: 1;
}
.l-header__nav__wrapper .txt_tel {
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding-bottom: 0.3846153846rem;
  margin-right: 1.7361111111vw;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .l-header__nav__wrapper .txt_tel {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .l-header__nav__wrapper .txt_tel {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header__nav__wrapper .txt_tel {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__nav__wrapper .txt_tel {
    font-size: 4.1176470588vw;
  }
}
.l-header__nav__wrapper .txt_tel {
  line-height: 1;
}
.l-header__nav__wrapper .txt_tel i {
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .l-header__nav__wrapper .txt_tel i {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media print {
  .l-header__nav__wrapper .txt_tel i {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-header__nav__wrapper .txt_tel i {
    font-size: 1.5384615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__nav__wrapper .txt_tel i {
    font-size: 5.8823529412vw;
  }
}
.l-header__nav__wrapper .txt_tel i {
  line-height: 1;
}
.l-header__nav__wrapper .shop_list a {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__nav__wrapper .shop_list a::-ms-expand {
  display: none;
}
.l-header__nav__wrapper .shop_list a {
  background: #9F7E44;
  color: #FFF;
  line-height: 1;
  -webkit-transition: background 400ms ease, color 400ms ease;
  transition: background 400ms ease, color 400ms ease;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .l-header__nav__wrapper .shop_list a {
    padding: 0.9027777778vw 3.4027777778vw;
  }
}
@media print {
  .l-header__nav__wrapper .shop_list a {
    padding: 0.9027777778vw 3.4027777778vw;
  }
}
@media only screen and (max-width: 1199px) {
  .l-header__nav__wrapper .shop_list a {
    padding: 0.9230769231em 2.3076923077em;
    position: relative;
  }
  .l-header__nav__wrapper .shop_list a:before {
    content: "閉じる";
    opacity: 0;
    color: #FFF;
    display: block;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    position: absolute;
    inset: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-inline: auto;
  }
}
.l-header__nav__wrapper .shop_list a:hover {
  background: rgb(178.7022026432, 141.6753303965, 76.5977973568);
}
@media only screen and (max-width: 1199px) {
  .l-header__nav__wrapper .shop_list a.is-active {
    color: transparent;
  }
  .l-header__nav__wrapper .shop_list a.is-active:before {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .l-fixnav {
    position: fixed;
    width: 100%;
    top: -300px;
    left: 0;
    background: #FFF;
    opacity: 0;
    z-index: 3100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 600ms ease, top 600ms ease;
    transition: opacity 600ms ease, top 600ms ease;
    padding-left: 5.5555555556vw;
    padding-block: 0.7692307692rem !important;
  }
  .activeFix .l-fixnav {
    opacity: 1;
    top: 0;
  }
  .l-fixnav__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  .l-fixnav__logo a i {
    width: 10rem;
    margin-right: 0.7692307692rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .l-fixnav__logo a i {
    width: 6.9230769231em;
  }
}
@media only screen and (min-width: 768px) {
  .l-fixnav__logo a i.wako_logo {
    width: 11.5384615385rem;
  }
  .l-fixnav__logo a span {
    letter-spacing: 0.1em;
    line-height: 1 !important;
    border: 1px solid #252525;
    border-radius: 9999px;
    letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .l-fixnav__logo a span {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .l-fixnav__logo a span {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .l-fixnav__logo a span {
    font-size: 4.1176470588vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .l-fixnav__logo a span {
    padding: 0.3076923077rem 0.9230769231rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .l-fixnav__logo a span {
    padding: 0.3076923077rem 0.7692307692rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-fixnav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-fixnav__wrapper .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.7361111111vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .l-fixnav__wrapper .gnav li {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .l-fixnav__wrapper .gnav li a {
    display: block;
    text-decoration: none;
    color: #252525;
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  .l-fixnav__wrapper .gnav li a:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #252525;
    position: absolute;
    bottom: -7px;
    right: 0;
    left: auto;
    -webkit-transition: width 400ms ease, left 400ms ease;
    transition: width 400ms ease, left 400ms ease;
  }
  .l-fixnav__wrapper .gnav li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .l-fixnav__wrapper .gnav li a {
    letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .l-fixnav__wrapper .gnav li a {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .l-fixnav__wrapper .gnav li a {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .l-fixnav__wrapper .gnav li a {
    font-size: 4.1176470588vw;
  }
}
@media only screen and (min-width: 768px) {
  .l-fixnav__wrapper .gnav li a {
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .l-fixnav__wrapper .gnav li a.is-active:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .l-fixnav__wrapper .gnav li a.is-active-gnav:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .l-fixnav__wrapper .js-btn__menu {
    aspect-ratio: 65/37;
    margin-left: 0.9722222222vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-fixnav {
    display: none;
  }
}

.l-footer__shop {
  text-align: center;
}
.l-footer__shop {
  padding: 8.3333333333vw 0 5.5555555556vw;
}
@media only screen and (max-width: 767px) {
  .l-footer__shop {
    padding: 4.6153846154em 1.5384615385em 1.5384615385em;
  }
}
.l-footer__shop .logo {
  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;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-footer__shop .logo a {
  display: block;
  margin-inline: auto;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .l-footer__shop .logo a {
    width: 14.3076923077rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .logo a {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__shop .logo a.wako_logo {
    width: 21.5384615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .logo a.wako_logo {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .logo a.wako_logo i {
    translate: -3.6153846154em -4em;
  }
}
.l-footer__shop .logo a img {
  width: 100%;
}
.l-footer__shop .logo a i {
  aspect-ratio: 100/100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C78461;
  color: #fff;
  border-radius: 9999px;
  text-align: center;
  position: absolute;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .l-footer__shop .logo a i {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .l-footer__shop .logo a i {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__shop .logo a i {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .logo a i {
    font-size: 4.1176470588vw;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__shop .logo a i {
    width: 4.6153846154rem;
    translate: -5.3846153846rem -2.3076923077rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .logo a i {
    width: 4.6153846154em;
    translate: -5.3846153846em -2.3076923077em;
  }
}
.l-footer__shop .logo a i {
  line-height: 1.2857142857;
}
.l-footer__shop .logo span {
  margin-top: 1.5384615385rem;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .l-footer__shop .logo span {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .l-footer__shop .logo span {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__shop .logo span {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .logo span {
    font-size: 4.1176470588vw;
  }
}
.l-footer__shop .txt_address {
  margin-top: 0.3846153846rem;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .l-footer__shop .txt_address {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .l-footer__shop .txt_address {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__shop .txt_address {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .txt_address {
    font-size: 4.1176470588vw;
  }
}
.l-footer__shop .txt_address {
  margin-top: 0.3846153846rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .txt_address {
    margin-top: 0.7692307692em;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__shop .txt_address {
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .txt_address {
    word-break: keep-all;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.5;
  }
}
.l-footer__shop .txt_tel {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .l-footer__shop .txt_tel {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media print {
  .l-footer__shop .txt_tel {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__shop .txt_tel {
    font-size: 1.5384615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .txt_tel {
    font-size: 5.8823529412vw;
  }
}
.l-footer__shop .txt_tel {
  margin-block: 1.25vw;
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .txt_tel {
    margin-block: 1.1538461538em;
  }
}
.l-footer__shop .txt_tel {
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-footer__shop .txt_tel a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.l-footer__shop .txt_time {
  border: 1px solid #252525;
  text-align: center;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .l-footer__shop .txt_time {
    width: 34.6153846154rem;
    padding: 0.3846153846rem;
    letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .l-footer__shop .txt_time {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__shop .txt_time {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .l-footer__shop .txt_time {
    font-size: 4.1176470588vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .txt_time {
    padding: 0.7692307692em;
    word-break: keep-all;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .l-footer__shop .txt_time {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__shop .txt_time {
    font-size: 1.2307692308rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .l-footer__shop .txt_time {
    font-size: 4.7058823529vw;
  }
}
.l-footer__shop .txt_time {
  line-height: 1.3;
}
.l-footer__shop .txt_time small {
  display: block;
  margin-top: 0.4615384615rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .l-footer__shop .txt_time small {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .txt_time small {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__shop .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.7361111111vw;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__shop .other > div {
    padding-inline: 2.0833333333vw;
  }
  .l-footer__shop .other > div:not(:first-child) {
    border-left: 1px solid #252525;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .other > div {
    margin-block: 1.9230769231em;
  }
}
.l-footer__shop .other > div .sst {
  text-align: center;
}
.l-footer__shop .other > div .sst {
  margin-bottom: 0.7692307692rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .other > div .sst {
    margin-bottom: 0.3846153846em;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__shop .other > div .sst {
    letter-spacing: 0.04em;
    letter-spacing: 0.05em;
    line-height: 1.8461538462;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .l-footer__shop .other > div .sst {
    font-size: clamp(0.98rem, 0.9027777778vw, 1.15rem);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__shop .other > div .sst {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .l-footer__shop .other > div .sst {
    font-size: 3.8235294118vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .other > div .sst {
    letter-spacing: 0.09em;
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .l-footer__shop .other > div .sst {
    font-size: clamp(1.1307692308rem, 1.0416666667vw, 1.3269230769rem);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__shop .other > div .sst {
    font-size: 1.1538461538rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .l-footer__shop .other > div .sst {
    font-size: 4.4117647059vw;
  }
}
.l-footer__shop .other > div .text {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .l-footer__shop .other > div .text {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media print {
  .l-footer__shop .other > div .text {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-footer__shop .other > div .text {
    font-size: 1.5384615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__shop .other > div .text {
    font-size: 5.8823529412vw;
  }
}
.l-footer__shop .other > div .text {
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-footer__shop .other > div .text a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider div {
  outline: none;
}

.slick-dots li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li button::-ms-expand {
  display: none;
}
.slick-dots li button {
  display: block;
  cursor: pointer;
  font-size: 0;
  border-radius: 9999px;
  overflow: hidden;
}

.p-attention {
  background: #fff;
  border-radius: 0.2307692308rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.1538461538rem 1fr;
  grid-template-columns: auto 1fr;
  position: fixed;
  padding: 0.7692307692rem;
  padding-left: 0;
  display: grid;
  gap: 1.1538461538rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3001;
}
.p-attention {
  right: calc(4.1666666667vw + 1.5384615385rem);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-attention {
    right: 5.3846153846rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-attention {
    right: 1em;
  }
}
.p-attention {
  width: 33.0769230769rem;
  bottom: 1.2307692308rem;
  -ms-grid-columns: 6.1538461538rem 23.8461538462rem;
  grid-template-columns: 6.1538461538rem 23.8461538462rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .p-attention {
    width: 70%;
    bottom: 6.5384615385rem;
    gap: 5.0847457627%;
    -ms-grid-columns: 27.1186440678% 5.0847457627% 67.7966101695%;
    grid-template-columns: 27.1186440678% 67.7966101695%;
  }
}
.p-attention .sst {
  text-transform: capitalize;
  font-style: italic;
  text-align: center;
  color: #252525;
  border-right: 1px solid #d5d0cc;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 1200px) {
  .p-attention .sst {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media print {
  .p-attention .sst {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-attention .sst {
    font-size: 1.2307692308rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-attention .sst {
    font-size: 4.7058823529vw;
  }
}
.p-attention .sst {
  line-height: 2;
}
.p-attention .sst::first-letter {
  color: #C78461;
}
.p-attention .title {
  padding-right: 1em;
}
.p-attention .title .facility {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.2em;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-attention .title .facility {
    font-size: clamp(0.9046153846rem, 0.8333333333vw, 1.0615384615rem);
  }
}
@media print {
  .p-attention .title .facility {
    font-size: clamp(0.9046153846rem, 0.8333333333vw, 1.0615384615rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-attention .title .facility {
    font-size: 0.9230769231rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-attention .title .facility {
    font-size: 3.5294117647vw;
  }
}
.p-attention .title .facility {
  padding: 0.2307692308rem 0.7692307692rem;
  border-radius: 9999px;
  background: #252525;
}
.p-attention .title .facility.u-all {
  background: #C78461;
}
.p-attention .title > a {
  display: inline-block;
  padding-right: 1em;
  text-decoration: none;
  position: relative;
  -webkit-transition: -webkit-text-decoration 400ms ease;
  transition: -webkit-text-decoration 400ms ease;
  transition: text-decoration 400ms ease;
  transition: text-decoration 400ms ease, -webkit-text-decoration 400ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
.firefox .p-attention .title > a, .ie .p-attention .title > a {
  max-height: 3.2em;
}
.p-attention .title > a {
  letter-spacing: 0.04em;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
}
@media only screen and (min-width: 1200px) {
  .p-attention .title > a {
    font-size: clamp(0.98rem, 0.9027777778vw, 1.15rem);
  }
}
@media print {
  .p-attention .title > a {
    font-size: clamp(0.98rem, 0.9027777778vw, 1.15rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-attention .title > a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-attention .title > a {
    font-size: 3.8235294118vw;
  }
}
.p-attention .title > a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  display: inline-block;
  margin-left: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0.1em;
}
@media only screen and (min-width: 1200px) {
  .p-attention .title > a:after {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media print {
  .p-attention .title > a:after {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-attention .title > a:after {
    font-size: 1.2307692308rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-attention .title > a:after {
    font-size: 4.7058823529vw;
  }
}
.p-attention .title > a:after {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p-attention .title > a:hover {
    text-decoration: underline;
  }
}
.p-attention .btn {
  position: absolute;
  top: -0.7692307692rem;
  right: -0.7692307692rem;
}
.p-attention .btn button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-attention .btn button::-ms-expand {
  display: none;
}
.p-attention .btn button {
  display: block;
}
.p-attention .btn button i {
  display: block;
  background: #000;
  color: #fff;
  padding: 0.1538461538rem;
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid #fff;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-attention .btn button i {
    font-size: clamp(1.1307692308rem, 1.0416666667vw, 1.3269230769rem);
  }
}
@media print {
  .p-attention .btn button i {
    font-size: clamp(1.1307692308rem, 1.0416666667vw, 1.3269230769rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-attention .btn button i {
    font-size: 1.1538461538rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-attention .btn button i {
    font-size: 4.4117647059vw;
  }
}

.p-mainimg {
  position: relative;
  overflow: hidden;
}
.p-mainimg__image:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background: #000;
}
.p-mainimg__image .slide {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-mainimg__image .slide img {
  display: block;
  max-width: inherit;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) {
  .p-mainimg__image .slide img {
    aspect-ratio: 1320/680;
  }
}
@media print {
  .p-mainimg__image .slide img {
    aspect-ratio: 1320/680;
  }
}
@media only screen and (max-width: 1199px) {
  .p-mainimg__image .slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mainimg__image .slide .mainimg_ebina {
    width: 200%;
    margin-left: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainimg__image .slide .mainimg_ebina {
    width: 200%;
    margin-left: 50%;
  }
}
.p-mainimg__image .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-mainimg__image .slick-dots {
    bottom: 4.6153846154rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainimg__image .slick-dots {
    bottom: 11.6279069767vw;
  }
}
.p-mainimg__image .slick-dots li button {
  border-color: #fff !important;
}
.p-mainimg__image .slick-dots li.slick-active button {
  background: #fff;
}
.p-mainimg__text {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5);
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-mainimg__text {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media print {
  .p-mainimg__text {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mainimg__text {
    font-size: 1.5384615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainimg__text {
    font-size: 5.8823529412vw;
  }
}
.p-mainimg__text {
  bottom: 12.5vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-mainimg__text {
    bottom: 15vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainimg__text {
    bottom: 23.2558139535vw;
  }
}
.p-mainimg__text {
  letter-spacing: 0.24em;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .p-mainimg__text {
    left: 16.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainimg__text {
    width: 79.0697674419vw;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .p-mainimg__text {
    font-size: clamp(1.3569230769rem, 1.25vw, 1.5923076923rem);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .p-mainimg__text {
    font-size: 1.3846153846rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-mainimg__text {
    font-size: 5.2941176471vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainimg__text {
    letter-spacing: 0.12em;
  }
}

.p-fv {
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 983px) {
  .p-fv {
    height: 60vh !important;
  }
}
.p-fv__video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-fv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__sound {
  position: absolute;
  bottom: 3.8461538462rem;
  left: 2.3076923077rem;
  z-index: 1;
  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;
  gap: 0.7692307692rem;
  color: #fff;
  text-shadow: #252525 0 0 30px;
  font-family: "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 1200px) {
  .p-fv__sound {
    font-size: clamp(0.9046153846rem, 0.8333333333vw, 1.0615384615rem);
  }
}
@media print {
  .p-fv__sound {
    font-size: clamp(0.9046153846rem, 0.8333333333vw, 1.0615384615rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fv__sound {
    font-size: 0.9230769231rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__sound {
    font-size: 3.5294117647vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fv__sound {
    bottom: 3.8461538462rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__sound {
    left: 0.3846153846rem;
  }
}
.p-fv__sound .txt {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6153846154rem;
  position: relative;
  letter-spacing: 0.04em;
}
.p-fv__sound .txt::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.2307692308rem;
  background: #c8c8c8;
}
.p-fv__sound .ic {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.p-fv__sound .ic .icon-volume_on::before {
  content: "\e927";
}
.p-fv__sound .ic .icon-volume_off::before {
  content: "\e929";
}
.p-fv__sound .btn {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  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: 0.7692307692rem;
}
.p-fv__sound .btn button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-fv__sound .btn button::-ms-expand {
  display: none;
}
.p-fv__sound .btn button {
  font-family: "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.04em;
}
.p-fv__sound .btn button.is-active {
  color: #fff;
  pointer-events: none;
}
.p-fv__text {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5), 0 0 1em rgba(0, 0, 0, 0.5);
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-fv__text {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media print {
  .p-fv__text {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fv__text {
    font-size: 1.5384615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 5.8823529412vw;
  }
}
.p-fv__text {
  bottom: 12.5vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-fv__text {
    bottom: 15vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__text {
    bottom: 11.6279069767vw;
  }
}
.p-fv__text {
  letter-spacing: 0.24em;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .p-fv__text {
    left: 16.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__text {
    width: 79.0697674419vw;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .p-fv__text {
    font-size: clamp(1.3569230769rem, 1.25vw, 1.5923076923rem);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .p-fv__text {
    font-size: 1.3846153846rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__text {
    font-size: 5.2941176471vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv__text {
    letter-spacing: 0.12em;
  }
}

.l-gnav {
  pointer-events: none;
}
.l-gnav .gnav {
  pointer-events: auto;
}

.con_map {
  max-width: 980px;
  margin: auto;
  padding-top: 7%;
}
@media only screen and (max-width: 1199px) {
  .con_map {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_map iframe {
    width: 100%;
    height: 350px;
    margin: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .con_map iframe {
    width: 95%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_map iframe {
    height: 200px;
  }
}

.p-intro {
  margin-bottom: 11.4583333333vw;
}
@media only screen and (max-width: 767px) {
  .p-intro {
    margin-bottom: 9.2307692308em;
  }
}
.p-intro__text {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .p-intro__text {
    padding: 6.9444444444vw 0 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-intro__text {
    padding-bottom: 6.9444444444vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text {
    padding: 3.8461538462em 0 1.9230769231em;
    width: 83.7209302326%;
    margin-inline: auto;
  }
}
.p-intro__text .logo {
  width: 12.3611111111vw;
  margin: 0 auto 2.4305555556vw;
  min-width: 12.3076923077rem;
}
@media only screen and (max-width: 767px) {
  .p-intro__text .logo {
    margin-bottom: 1.5384615385em;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__text .st {
    margin-bottom: 1.3888888889vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text .st {
    margin-bottom: 0.7692307692em;
  }
}
.p-intro__text__shiki {
  width: 39.6923076923rem;
  margin-top: 2.3076923077rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-intro__text__shiki {
    width: 90%;
  }
}
.p-intro__text__shiki .txt {
  padding: 1em;
  border: solid 1px;
}
@media only screen and (min-width: 1200px) {
  .p-intro__text__shiki .txt {
    font-size: clamp(1.2815384615rem, 1.1805555556vw, 1.5038461538rem);
  }
}
@media print {
  .p-intro__text__shiki .txt {
    font-size: clamp(1.2815384615rem, 1.1805555556vw, 1.5038461538rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__text__shiki .txt {
    font-size: 1.3076923077rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text__shiki .txt {
    font-size: 5vw;
  }
}
.p-intro__text__shiki .boxs {
  margin-top: 2.3076923077rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-intro__text__shiki .boxs {
    display: block;
  }
  .p-intro__text__shiki .boxs .btn:first-child {
    margin-bottom: 1em;
  }
}
.p-intro__image {
  display: -ms-grid;
  display: grid;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-intro__image {
    padding-left: 12.0833333333vw;
    -ms-grid-columns: 1fr 2px 1fr 2px 1fr 2px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__image {
    padding-left: 9.3023255814vw;
    -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-intro__image:before {
  content: "";
  aspect-ratio: 988/575;
  background: url(../images/common/shop_top/bg_int.webp) no-repeat top left;
  background-size: 100% auto;
  display: block;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-intro__image:before {
    width: 68.6111111111vw;
    left: 0;
    bottom: -3.4722222222vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__image:before {
    width: 152.3255813953vw;
    left: -30.6976744186vw;
    bottom: -18.6046511628vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__image p:nth-child(1) {
    margin-top: 30vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__image p:nth-child(2) {
    margin-top: 8.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__image p:nth-child(2) {
    margin-top: 10.9302325581vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__image p:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-grid-column: 2;
        grid-column-start: 2;
    margin-top: -23.9534883721vw;
    border-top: 1px solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__image p:nth-child(4) {
    margin-top: -8.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__image p:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__text .c-txt {
    text-align: left;
  }
}

.p-member {
  background: #f6f1ec;
  position: relative;
  z-index: 11;
}
.p-member {
  background: #ece4d7;
}
.p-member {
  margin-top: 6.9444444444vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member {
    margin-top: 6.1538461538rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member {
    margin-top: 4.6153846154em;
  }
}
.p-member {
  padding: 3.8461538462rem 0 5.1538461538rem;
}
@media only screen and (max-width: 767px) {
  .p-member {
    padding: 3.8461538462em 0 2.3076923077em;
  }
}
.p-member__title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.p-member__title i {
  width: 8.1538461538rem;
  aspect-ratio: 100/100;
  color: #FFF;
  background: #c78461;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 50%;
  right: 105%;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-member__title i {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media print {
  .p-member__title i {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__title i {
    font-size: 1.2307692308rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__title i {
    font-size: 4.7058823529vw;
  }
}
.p-member__title i {
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-member__title i {
    right: 75%;
    bottom: 120%;
    width: 6.1538461538em;
    letter-spacing: 0.04em;
    letter-spacing: 0.05em;
    line-height: 1.8461538462;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .p-member__title i {
    font-size: clamp(0.98rem, 0.9027777778vw, 1.15rem);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .p-member__title i {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-member__title i {
    font-size: 3.8235294118vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__title i {
    line-height: 1.4;
  }
}
.p-member__title span {
  letter-spacing: 0.12em;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-member__title span {
    font-size: clamp(1.6584615385rem, 1.5277777778vw, 1.9461538462rem);
  }
}
@media print {
  .p-member__title span {
    font-size: clamp(1.6584615385rem, 1.5277777778vw, 1.9461538462rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__title span {
    font-size: 1.6923076923rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__title span {
    font-size: 6.4705882353vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__title span {
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .p-member__title span {
    font-size: clamp(1.3569230769rem, 1.25vw, 1.5923076923rem);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .p-member__title span {
    font-size: 1.3846153846rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-member__title span {
    font-size: 5.2941176471vw;
  }
}
.p-member__inner {
  margin-top: 1.5384615385rem;
}
@media only screen and (max-width: 767px) {
  .p-member__inner {
    margin-top: 0.7692307692rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__inner {
    margin-inline: auto;
    width: 83.7209302326%;
  }
}
.p-member__inner .txt_lead {
  text-align: center;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-member__inner .txt_lead {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-member__inner .txt_lead {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__inner .txt_lead {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__inner .txt_lead {
    font-size: 4.1176470588vw;
  }
}
.p-member__list {
  margin-top: 2.0769230769rem;
}
@media only screen and (max-width: 767px) {
  .p-member__list {
    margin-top: 1.1538461538rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list {
    width: 100%;
  }
}
.p-member__list .p-info {
  padding-top: 1.3888888889vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__list .p-info {
    padding-top: 1.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info {
    padding-top: 3.5em;
  }
}
.p-member__list .p-info__point {
  padding: 3.0769230769em 0.7692307692em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(166, 164, 161, 0.27);
          box-shadow: 0px 0px 15px rgba(166, 164, 161, 0.27);
  margin-inline: auto;
  width: clamp(1058px, 73.4722222222vw, 1410.6666666667px);
  max-width: 93.5923076923rem;
}
@media only screen and (max-width: 1199px) {
  .p-member__list .p-info__point {
    width: 83.7209302326%;
  }
}
.p-member__list .p-info__point {
  margin-top: 2.8571428571em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__list .p-info__point {
    margin-top: 2.2857142857em;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point {
    width: 100%;
    padding: 2.3076923077em 1.1538461538em;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .p-member__list .p-info__point .item {
    padding: 0.7692307692em 2.3076923077em;
  }
}
@media print {
  .p-member__list .p-info__point .item {
    padding: 0.7692307692em 2.3076923077em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__list .p-info__point .item {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item {
    padding-block: 1.5em;
  }
  .p-member__list .p-info__point .item:first-child {
    padding-top: 0;
  }
  .p-member__list .p-info__point .item:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-member__list .p-info__point .item:not(:last-child) {
    border-right: 1px solid #c8c8c8;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item:not(:last-child) {
    border-bottom: 1px solid #c8c8c8;
  }
}
.p-member__list .p-info__point .item .img {
  width: 84.965034965%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .img {
    width: 14.9538461538rem;
  }
}
.p-member__list .p-info__point .item .contents {
  margin-top: 3.3846153846em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__list .p-info__point .item .contents {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .contents {
    margin-top: 0.8em;
  }
}
.p-member__list .p-info__point .item .contents .title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.5384615385em 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 1.5384615385em;
     -moz-column-gap: 1.5384615385em;
          column-gap: 1.5384615385em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-member__list .p-info__point .item .contents .title {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .contents .title {
    -webkit-column-gap: 1.3846153846em;
       -moz-column-gap: 1.3846153846em;
            column-gap: 1.3846153846em;
  }
}
.p-member__list .p-info__point .item .contents .title .point-num {
  color: #C78461;
  display: block;
  text-align: center;
  position: relative;
  padding-right: 1.5384615385em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__list .p-info__point .item .contents .title .point-num {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .contents .title .point-num {
    padding-bottom: 0.5em;
    padding-right: 1.3846153846em;
  }
}
.p-member__list .p-info__point .item .contents .title .point-num::after {
  content: "";
  z-index: 0;
  width: 1px;
  height: 2.6923076923em;
  left: 100%;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
  background: #C78461;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__list .p-info__point .item .contents .title .point-num::after {
    content: none;
  }
}
.p-member__list .p-info__point .item .contents .title .point-num span {
  display: block;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-member__list .p-info__point .item .contents .title .point-num .point {
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) {
  .p-member__list .p-info__point .item .contents .title .point-num .point {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-member__list .p-info__point .item .contents .title .point-num .point {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__list .p-info__point .item .contents .title .point-num .point {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .contents .title .point-num .point {
    font-size: 4.1176470588vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .contents .title .point-num .point {
    font-size: 3.7058823529vw;
  }
}
.p-member__list .p-info__point .item .contents .title .point-num .num {
  letter-spacing: 0;
  margin-top: 0.0571428571em;
  line-height: 0.8;
}
@media only screen and (min-width: 1200px) {
  .p-member__list .p-info__point .item .contents .title .point-num .num {
    font-size: clamp(2.6384615385rem, 2.4305555556vw, 3.0961538462rem);
  }
}
@media print {
  .p-member__list .p-info__point .item .contents .title .point-num .num {
    font-size: clamp(2.6384615385rem, 2.4305555556vw, 3.0961538462rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__list .p-info__point .item .contents .title .point-num .num {
    font-size: 2.6923076923rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .contents .title .point-num .num {
    font-size: 10.2941176471vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .contents .title .point-num .num {
    font-size: 9.2647058824vw;
  }
}
.p-member__list .p-info__point .item .contents .title .txt {
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .p-member__list .p-info__point .item .contents .title .txt {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media print {
  .p-member__list .p-info__point .item .contents .title .txt {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__list .p-info__point .item .contents .title .txt {
    font-size: 1.5384615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .contents .title .txt {
    font-size: 5.8823529412vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-member__list .p-info__point .item .contents .title .txt {
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .contents .title .txt {
    font-size: 5vw;
  }
}
.p-member__list .p-info__point .item .contents .c-txt {
  margin-top: 1.0714285714em;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-member__list .p-info__point .item .contents .c-txt {
    margin-top: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__list .p-info__point .item .contents .c-txt {
    margin-top: 0.5em;
    line-height: 1.8;
  }
}
.p-member__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.p-member__btns {
  margin-top: 2.6923076923rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-member__btns {
    margin-top: 1.5384615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__btns {
    margin-top: 1.5384615385rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-member__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-member__btns .btn {
    width: 96%;
    margin-inline: auto;
  }
  .p-member__btns .btn a, .p-member__btns .btn button {
    width: 100%;
  }
}

.p-bath {
  position: relative;
}
.p-bath {
  margin-top: 5.5555555556vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-bath {
    margin-top: 3.8461538462em;
  }
}
@media only screen and (max-width: 767px) {
  .p-bath {
    margin-top: 4.6153846154em;
  }
}
.p-bath {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-bath {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-bath {
    padding-bottom: 2.3076923077em;
  }
}
.p-bath .st {
  margin-bottom: 4.1666666667vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-bath .st {
    margin-bottom: 2.7777777778vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-bath .st {
    margin-bottom: 1.1538461538em;
  }
}
.p-bath:before {
  content: "";
  width: 43.0555555556vw;
  max-height: 670px;
  background: url(../images/common/shop_top/bg_bat.webp) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 4.2307692308em;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .p-bath:before {
    aspect-ratio: 440/670;
  }
}
@media print {
  .p-bath:before {
    aspect-ratio: 440/670;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-bath:before {
    width: 52vw;
    bottom: 0;
    height: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .p-bath:before {
    top: 3.0769230769em;
    bottom: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .p-bath__image .c-slider1__image {
    width: 48.6111111111vw;
  }
}
@media print {
  .p-bath__image .c-slider1__image {
    width: 48.6111111111vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-bath__image .c-slider1__image {
    width: 58.3333333333vw;
  }
}
.p-bath__image .slide a {
  background: #fff;
}
.p-bath__image .slide .text {
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-bath__image .slide .text {
    width: 85%;
  }
}
.p-bath__image .slide .text {
  margin-top: 2.7777777778vw;
}
@media only screen and (max-width: 767px) {
  .p-bath__image .slide .text {
    margin-top: 1.5384615385em;
  }
}
.p-bath__image .slide .text p {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-bath__image .slide .text p {
    padding-inline: 6.0606060606%;
  }
}
@media only screen and (max-width: 767px) {
  .p-bath__image .slide .text p {
    padding-inline: 5.5555555556vw 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .p-bath__image .slide .text p {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .p-bath__image .slide .text p {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-bath__image .slide .text p {
    font-size: 4.1176470588vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-bath__image .slick-arrow {
    top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-bath__image .slick-arrow {
    top: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .p-bath__image .slick-arrow.prev {
    left: -4%;
  }
}
@media only screen and (max-width: 767px) {
  .p-bath__image .slick-arrow.next {
    right: -4%;
  }
}
.p-bath__text {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-bath__text {
    width: 69.4444444444vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-bath__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 83.7209302326%;
  }
}
.p-bath__text .btn {
  margin-top: 0.2307692308rem;
}
@media only screen and (max-width: 767px) {
  .p-bath__text .btn {
    margin-top: 0.7692307692em;
  }
}

.p-news {
  margin-inline: auto;
}
.p-news {
  margin-top: 0vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-news {
    margin-top: 6.9230769231em;
  }
}
@media only screen and (max-width: 767px) {
  .p-news {
    margin-top: 3.8461538462em;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news {
    width: 69.4444444444%;
  }
}
@media print {
  .p-news {
    width: 69.4444444444%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-news {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-news {
    width: 83.7209302326%;
  }
}
.p-news__inner {
  margin-inline: auto;
}
.p-news__inner {
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-news__inner {
    margin-top: 2.3076923077em;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__inner {
    margin-top: 1.1538461538em;
  }
}
.p-news__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3846153846em;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .p-news__inner ul {
    max-width: 800px;
  }
}
@media print {
  .p-news__inner ul {
    max-width: 800px;
  }
}
.p-news__inner ul li a {
  background: #fff;
  display: block;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  display: -ms-grid;
  display: grid;
  align-items: center;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-news__inner ul li a {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-news__inner ul li a {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-news__inner ul li a {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__inner ul li a {
    font-size: 4.1176470588vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-news__inner ul li a {
        grid-template-areas: "date category title";
    -ms-grid-columns: auto 1.0416666667vw 6.1538461538rem 1.0416666667vw 1fr;
    grid-template-columns: auto 6.1538461538rem 1fr;
    padding: 1.0769230769rem 3.8461538462rem 1.0769230769rem 2.3076923077rem;
    -webkit-column-gap: 1.0416666667vw;
       -moz-column-gap: 1.0416666667vw;
            column-gap: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.9230769231em 3.0769230769em 0.7692307692em 1.1538461538em;
    -webkit-column-gap: 0.7692307692em;
       -moz-column-gap: 0.7692307692em;
            column-gap: 0.7692307692em;
  }
}
.p-news__inner ul li a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  display: inline-block;
  margin-left: 0.5em;
  color: #C78461;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.2307692308rem;
  -webkit-transition: translate 400ms ease;
  transition: translate 400ms ease;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-news__inner ul li a:after {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media print {
  .p-news__inner ul li a:after {
    font-size: clamp(1.5076923077rem, 1.3888888889vw, 1.7692307692rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-news__inner ul li a:after {
    font-size: 1.5384615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__inner ul li a:after {
    font-size: 5.8823529412vw;
  }
}
.p-news__inner ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #C78461;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  -webkit-transition: width 400ms ease, right 400ms ease;
  transition: width 400ms ease, right 400ms ease;
}
.p-news__inner ul li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.p-news__inner ul li a:hover:after {
  translate: 0.3em 0;
}
.p-news__inner ul li a .date {
  grid-area: date;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-news__inner ul li a .date {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-news__inner ul li a .date {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-news__inner ul li a .date {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__inner ul li a .date {
    font-size: 4.1176470588vw;
  }
}
.p-news__inner ul li a .category {
  grid-area: category;
  color: #C78461;
  line-height: 1;
  padding: 3px 0.7692307692em;
  border-top: 1px solid #C78461;
  border-bottom: 1px solid #C78461;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-news__inner ul li a .category {
    font-size: clamp(0.9046153846rem, 0.8333333333vw, 1.0615384615rem);
  }
}
@media print {
  .p-news__inner ul li a .category {
    font-size: clamp(0.9046153846rem, 0.8333333333vw, 1.0615384615rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-news__inner ul li a .category {
    font-size: 0.9230769231rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__inner ul li a .category {
    font-size: 3.5294117647vw;
  }
}
.p-news__inner ul li a .title {
  grid-area: title;
  width: 100%;
  line-height: 1.5;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px){
  .p-news__inner ul li a .date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-news__inner ul li a .category {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-news__inner ul li a .title {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media only screen and (max-width: 767px) {
  .p-news__inner ul li a .title {
    margin-top: 0.3076923077em;
  }
}
.p-news__inner ul .btn {
  margin-top: 1.9230769231rem;
}
@media only screen and (max-width: 767px) {
  .p-news__inner ul .btn {
    margin-top: 0.7692307692em;
  }
}

.p-facilities {
  overflow: hidden;
  position: relative;
}
.p-facilities {
  margin-top: 6.5972222222vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-facilities {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities {
    margin-top: 3.8461538462em;
  }
}
.p-facilities {
  padding-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-facilities {
    padding-bottom: 3.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities {
    padding-bottom: 3.8461538462em;
  }
}
.p-facilities:before {
  content: "";
  width: 30.5555555556vw;
  background: url(../images/common/shop_top/bg_fac.webp) no-repeat top left;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .p-facilities:before {
    top: 3.4615384615rem;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities:before {
    top: 3.0769230769em;
    width: 80%;
    height: 88%;
  }
}
.p-facilities .st {
  width: 55.5555555556vw;
  margin-inline: auto;
}
.p-facilities__inner {
  position: relative;
}
.p-facilities__inner {
  margin-top: 4.5138888889vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-facilities__inner {
    margin-top: 3.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities__inner {
    margin-top: 1.5384615385em;
  }
}
@media only screen and (min-width: 768px) {
  .p-facilities__inner {
    margin-left: 15.2777777778vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities__inner {
    margin-left: 6.976744186%;
  }
}
.p-facilities__inner > div {
  overflow: hidden;
}
.p-facilities__image {
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .p-facilities__image {
    width: 67.1527777778vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities__image {
    width: 70%;
  }
}
.p-facilities__image .slick-list {
  overflow: visible;
}
.p-facilities__image .slick-list .slide {
  margin-inline: 1px;
}
.p-facilities__image .slick-list .slide a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.p-facilities__image .slick-list .slide a:hover {
  opacity: 0.8;
}
.p-facilities__image .slick-list .slide a:hover span:after {
  translate: 0.4em 0;
}
.p-facilities__image .slick-list .slide a span {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-facilities__image .slick-list .slide a span {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-facilities__image .slick-list .slide a span {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-facilities__image .slick-list .slide a span {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities__image .slick-list .slide a span {
    font-size: 4.1176470588vw;
  }
}
.p-facilities__image .slick-list .slide a span {
  margin-top: 1.5384615385rem;
}
@media only screen and (max-width: 767px) {
  .p-facilities__image .slick-list .slide a span {
    margin-top: 0.7692307692em;
  }
}
.p-facilities__image .slick-list .slide a span:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  display: inline-block;
  margin-left: 0.5em;
  line-height: 1;
  display: inline-block;
  -webkit-transition: translate 400ms ease;
  transition: translate 400ms ease;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-facilities__image .slick-list .slide a span:after {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media print {
  .p-facilities__image .slick-list .slide a span:after {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-facilities__image .slick-list .slide a span:after {
    font-size: 1.2307692308rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities__image .slick-list .slide a span:after {
    font-size: 4.7058823529vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities__image .slick-list .slide a span:after {
    margin-left: 0.2em;
  }
}
.p-facilities__image .slick-list .slide .type-simple {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-facilities__image .slick-list .slide .type-simple {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-facilities__image .slick-list .slide .type-simple {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-facilities__image .slick-list .slide .type-simple {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities__image .slick-list .slide .type-simple {
    font-size: 4.1176470588vw;
  }
}
.p-facilities__image .slick-list .slide .type-simple {
  margin-top: 1.5384615385rem;
}
@media only screen and (max-width: 767px) {
  .p-facilities__image .slick-list .slide .type-simple {
    margin-top: 0.7692307692em;
  }
}
.p-facilities__image .slick-list .slide .type-simple:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  display: inline-block;
  margin-left: 0.5em;
  line-height: 1;
  display: inline-block;
  -webkit-transition: translate 400ms ease;
  transition: translate 400ms ease;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-facilities__image .slick-list .slide .type-simple:after {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media print {
  .p-facilities__image .slick-list .slide .type-simple:after {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-facilities__image .slick-list .slide .type-simple:after {
    font-size: 1.2307692308rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities__image .slick-list .slide .type-simple:after {
    font-size: 4.7058823529vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities__image .slick-list .slide .type-simple:after {
    margin-left: 0.2em;
  }
}
.p-facilities #js-arrow__facilities .slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) {
  .p-facilities #js-arrow__facilities .slick-arrow {
    width: 7.8472222222vw;
  }
}
@media print {
  .p-facilities #js-arrow__facilities .slick-arrow {
    width: 7.8472222222vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-facilities #js-arrow__facilities .slick-arrow:before {
    width: 5.5555555556vw;
  }
}
@media print {
  .p-facilities #js-arrow__facilities .slick-arrow:before {
    width: 5.5555555556vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-facilities #js-arrow__facilities .slick-arrow:before {
    width: 6.5104166667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-facilities #js-arrow__facilities .slick-arrow i {
    letter-spacing: 0.04em;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .p-facilities #js-arrow__facilities .slick-arrow i {
    font-size: clamp(2.8646153846rem, 2.6388888889vw, 3.3615384615rem);
  }
}
@media only screen and (min-width: 1200px) and (min-width: 768px) and (max-width: 1199px) {
  .p-facilities #js-arrow__facilities .slick-arrow i {
    font-size: 2.9230769231rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 767px) {
  .p-facilities #js-arrow__facilities .slick-arrow i {
    font-size: 11.1764705882vw;
  }
}
@media print {
  .p-facilities #js-arrow__facilities .slick-arrow i {
    letter-spacing: 0.04em;
  }
}
@media print {
  .p-facilities #js-arrow__facilities .slick-arrow i {
    font-size: clamp(2.8646153846rem, 2.6388888889vw, 3.3615384615rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-facilities #js-arrow__facilities .slick-arrow.prev {
    left: -4.8611111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities #js-arrow__facilities .slick-arrow.prev {
    left: -5%;
  }
}
@media only screen and (min-width: 768px) {
  .p-facilities #js-arrow__facilities .slick-arrow.next {
    right: 11.8055555556vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-facilities #js-arrow__facilities .slick-arrow.next {
    right: 5%;
  }
}

.p-access {
  margin-top: 6.9444444444vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access {
    margin-top: 6.1538461538rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access {
    margin-top: 4.6153846154em;
  }
}
.p-access__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-access__title {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__title .st {
    width: 27.0833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-access__title .st {
    padding-left: 9.7222222222vw;
  }
}
@media print {
  .p-access__title .st {
    padding-left: 9.7222222222vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__title .st {
    padding-left: 3.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__title .st {
    width: 74.4186046512%;
    margin-inline: auto;
    padding: 4em 0 2em;
  }
}
.p-access__title .st span, .p-access__title .st i {
  color: #fff;
  line-height: 1.2;
  margin-top: 0.4em;
}
.p-access__title .st i {
  color: #d4b173;
}
@media only screen and (min-width: 768px) {
  .p-access__title__map {
    width: 34.7222222222vw;
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__title__map {
    width: 83.7209302326%;
    margin-inline: auto;
  }
}
.p-access__title__map iframe {
  aspect-ratio: 500/380;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__title__map iframe {
    aspect-ratio: 500/480;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__title__text {
    padding-left: 3.4722222222vw;
    width: 27.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__title__text {
    padding-block: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__title__text {
    max-width: 83.7209302326%;
    margin-inline: auto;
    padding-block: 1.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__title__text .txt {
    text-align: center;
  }
}
.p-access__title__text .btn {
  margin-top: 2.7777777778vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__title__text .btn {
    margin-top: 0.7692307692em;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__title__text .btn {
    margin-top: 0.7692307692em;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__title__text .btn a:before {
    background: #fff;
  }
  .p-access__title__text .btn a span {
    color: #fff;
  }
  .p-access__title__text .btn a:hover span {
    color: #C78461;
  }
}
.p-access__title__image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  aspect-ratio: 1440/380;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__title__image {
    aspect-ratio: 1440/500;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__title__image {
    aspect-ratio: 430/380;
    overflow: hidden;
  }
}
.p-access__title__image img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .p-access__title__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
.p-access__inner {
  margin-inline: auto;
}
.p-access__inner {
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner {
    margin-top: 4.6153846154em;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner {
    margin-top: 2.3076923077em;
  }
}
@media only screen and (min-width: 1200px) {
  .p-access__inner {
    width: 69.4444444444vw;
  }
}
@media print {
  .p-access__inner {
    width: 69.4444444444vw;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .p-access__inner {
    min-width: 76.9230769231rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner {
    width: 83.3333333333vw;
  }
}
.p-access__inner + .p-access__inner {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner + .p-access__inner {
    margin-top: 7.5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner + .p-access__inner {
    margin-top: 4.6153846154em;
  }
}
.p-access__inner__tab {
  margin-bottom: 3.4722222222vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__tab {
    margin-bottom: 3.8461538462em;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__tab {
    margin-bottom: 2.3076923077em;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__tab {
    width: 83.7209302326%;
    margin-inline: auto;
  }
}
.p-access__inner__tab li:only-child {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .p-access__inner__tab li:only-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item {
    width: 83.7209302326%;
    margin-inline: auto;
  }
}
.p-access__inner__item .st:not(:first-of-type) {
  margin-top: 4.1666666667vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .st:not(:first-of-type) {
    margin-top: 3.4615384615em;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .st:not(:first-of-type) {
    margin-top: 2.9230769231em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .txt_scroll {
    margin: 2.3076923077em auto 0;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #C78461;
    color: #fff;
    line-height: 1;
    padding: 0.3846153846rem 1.1538461538rem;
    border-radius: 9999px;
  }
  .p-access__inner__item .txt_scroll + .inner {
    margin-top: 0.7692307692rem;
  }
}
.p-access__inner__item .inner {
  margin-top: 1.7361111111vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner {
    margin-top: 0.7692307692em;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner {
    margin-top: 1.1538461538em;
  }
}
@media only screen and (min-width: 1561px) {
  .p-access__inner__item .inner {
    width: 55.5555555556vw;
    margin-inline: auto;
  }
}
@media print {
  .p-access__inner__item .inner {
    width: 55.5555555556vw;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(1)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child {
    position: relative;
    height: 100%;
    overflow: visible;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(1)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% + 0vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(1)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(1)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% + 0vw);
    width: 100%;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 983px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(1)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    height: calc(150% + 0vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(1)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_wako {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% + 0vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(2)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child {
    position: relative;
    height: 100%;
    overflow: visible;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(2)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(200% + 3.4722222222vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(2)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(2)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(200% + 5.5555555556vw);
    width: 100%;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 983px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(2)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    height: calc(300% + 5.5555555556vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(2)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_wako {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(200% + 5.5555555556vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(3)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child {
    position: relative;
    height: 100%;
    overflow: visible;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(3)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(300% + 6.9444444444vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(3)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(3)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(300% + 11.1111111111vw);
    width: 100%;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 983px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(3)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    height: calc(450% + 11.1111111111vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(3)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_wako {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(300% + 11.1111111111vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(4)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child {
    position: relative;
    height: 100%;
    overflow: visible;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(4)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(400% + 10.4166666667vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(4)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(4)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(400% + 16.6666666667vw);
    width: 100%;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 983px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(4)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    height: calc(600% + 16.6666666667vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(4)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_wako {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(400% + 16.6666666667vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(5)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child {
    position: relative;
    height: 100%;
    overflow: visible;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(5)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(500% + 13.8888888889vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(5)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(5)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(500% + 22.2222222222vw);
    width: 100%;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 983px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(5)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    height: calc(750% + 22.2222222222vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(5)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_wako {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(500% + 22.2222222222vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(6)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child {
    position: relative;
    height: 100%;
    overflow: visible;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(6)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(600% + 17.3611111111vw);
    width: 100%;
    z-index: 10;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(6)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child span img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(6)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(600% + 27.7777777778vw);
    width: 100%;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 983px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(6)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_kounandai {
    height: calc(900% + 27.7777777778vw);
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(2)):not(.u-logo-separate):has(.route:nth-of-type(6)) .route:not(:nth-of-type(1):last-child):last-child ul li:last-child .height_wako {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(600% + 27.7777777778vw);
    width: 100%;
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner.u-scroll {
    overflow-x: scroll;
    position: relative;
    padding-top: 1.5384615385rem;
  }
  .p-access__inner__item .inner.u-scroll .route {
    width: 1100px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 983px) {
  .p-access__inner__item .inner.u-scroll .route {
    width: 900px;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner:has(.route:nth-of-type(1):last-child) ul {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .p-access__inner__item .inner.width_kouzashibuyawako {
    width: auto;
  }
}
@media print {
  .p-access__inner__item .inner.width_kouzashibuyawako {
    width: auto;
  }
}
.p-access__inner__item .inner.width_kouzashibuyawako + .c-txt {
  margin-top: 1.5384615385rem;
}
.p-access__inner__item .inner .sst {
  margin-bottom: 1.0416666667vw;
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .sst {
    margin-bottom: 0.6153846154em;
  }
}
.p-access__inner__item .inner .route + .route {
  margin-top: 2.7777777778vw;
}
.p-access__inner__item .inner .route .btn.active button:after {
  scale: -1 1;
}
.p-access__inner__item .inner .route .btn button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-access__inner__item .inner .route .btn button::-ms-expand {
  display: none;
}
.p-access__inner__item .inner .route .btn button {
  background: #ece4d7;
  letter-spacing: 0.04em;
  border-radius: 0.3846153846rem;
  overflow: hidden;
  padding: 1em 2.3076923077em;
  background: #86776c;
  color: #fff;
  width: 100%;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-access__inner__item .inner .route .btn button {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-access__inner__item .inner .route .btn button {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route .btn button {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .route .btn button {
    font-size: 4.1176470588vw;
  }
}
.p-access__inner__item .inner .route .btn button:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1em;
  rotate: 90deg;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  color: #86776c;
  z-index: 10;
  font-weight: bold;
  -webkit-transition: scale 400ms ease;
  transition: scale 400ms ease;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-access__inner__item .inner .route .btn button:after {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media print {
  .p-access__inner__item .inner .route .btn button:after {
    font-size: clamp(1.2061538462rem, 1.1111111111vw, 1.4153846154rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route .btn button:after {
    font-size: 1.2307692308rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .route .btn button:after {
    font-size: 4.7058823529vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .route .btn button {
    line-height: 1.2;
  }
}
.p-access__inner__item .inner .route .btn button:before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.8em;
  rotate: 45deg;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  background: #fff;
  display: block;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-access__inner__item .inner .route .btn button:before {
    font-size: clamp(1.3569230769rem, 1.25vw, 1.5923076923rem);
  }
}
@media print {
  .p-access__inner__item .inner .route .btn button:before {
    font-size: clamp(1.3569230769rem, 1.25vw, 1.5923076923rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route .btn button:before {
    font-size: 1.3846153846rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .route .btn button:before {
    font-size: 5.2941176471vw;
  }
}
.p-access__inner__item .inner .route ul {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul {
    display: -ms-grid !important;
    display: grid !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
  .p-access__inner__item .inner .route ul:has(> :nth-child(3):last-child) {
    -ms-grid-columns: (1fr)[2] 11.5384615385rem;
    grid-template-columns: repeat(2, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> :nth-child(4):last-child) {
    -ms-grid-columns: (1fr)[3] 11.5384615385rem;
    grid-template-columns: repeat(3, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> :nth-child(5):last-child) {
    -ms-grid-columns: (1fr)[4] 11.5384615385rem;
    grid-template-columns: repeat(4, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> :nth-child(6):last-child) {
    -ms-grid-columns: (1fr)[5] 11.5384615385rem;
    grid-template-columns: repeat(5, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> :nth-child(7):last-child) {
    -ms-grid-columns: (1fr)[6] 11.5384615385rem;
    grid-template-columns: repeat(6, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> :nth-child(8):last-child) {
    -ms-grid-columns: (1fr)[7] 11.5384615385rem;
    grid-template-columns: repeat(7, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> :nth-child(9):last-child) {
    -ms-grid-columns: (1fr)[8] 11.5384615385rem;
    grid-template-columns: repeat(8, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> :nth-child(10):last-child) {
    -ms-grid-columns: (1fr)[9] 11.5384615385rem;
    grid-template-columns: repeat(9, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(3):last-child) {
    -ms-grid-columns: 26.1538461538rem (1fr)[1] 11.5384615385rem;
    grid-template-columns: 26.1538461538rem repeat(1, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(3):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[1] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(1, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(4):last-child) {
    -ms-grid-columns: 26.1538461538rem (1fr)[2] 11.5384615385rem;
    grid-template-columns: 26.1538461538rem repeat(2, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(4):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[2] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(2, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(5):last-child) {
    -ms-grid-columns: 26.1538461538rem (1fr)[3] 11.5384615385rem;
    grid-template-columns: 26.1538461538rem repeat(3, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(5):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[3] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(3, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(6):last-child) {
    -ms-grid-columns: 26.1538461538rem (1fr)[4] 11.5384615385rem;
    grid-template-columns: 26.1538461538rem repeat(4, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(6):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[4] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(4, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(7):last-child) {
    -ms-grid-columns: 26.1538461538rem (1fr)[5] 11.5384615385rem;
    grid-template-columns: 26.1538461538rem repeat(5, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(7):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[5] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(5, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(8):last-child) {
    -ms-grid-columns: 26.1538461538rem (1fr)[6] 11.5384615385rem;
    grid-template-columns: 26.1538461538rem repeat(6, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(8):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[6] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(6, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(9):last-child) {
    -ms-grid-columns: 26.1538461538rem (1fr)[7] 11.5384615385rem;
    grid-template-columns: 26.1538461538rem repeat(7, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(9):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[7] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(7, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(10):last-child) {
    -ms-grid-columns: 26.1538461538rem (1fr)[8] 11.5384615385rem;
    grid-template-columns: 26.1538461538rem repeat(8, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul:has(> .width_ooimachi):has(> :nth-child(10):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[8] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(8, 1fr) 11.5384615385rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul:has(> .width_kounandai):has(> :nth-child(3):last-child) {
    -ms-grid-columns: (1.25fr)[2] (0.8fr)[2] (0.9fr)[3-4];
    grid-template-columns: repeat(2, 1.25fr) repeat(2, 0.8fr) repeat(3-4, 0.9fr);
  }
  .p-access__inner__item .inner .route ul:has(> .width_kounandai):has(> :nth-child(4):last-child) {
    -ms-grid-columns: (1.25fr)[2] (0.8fr)[2] (0.9fr)[4-4];
    grid-template-columns: repeat(2, 1.25fr) repeat(2, 0.8fr) repeat(4-4, 0.9fr);
  }
  .p-access__inner__item .inner .route ul:has(> .width_kounandai):has(> :nth-child(5):last-child) {
    -ms-grid-columns: (1.25fr)[2] (0.8fr)[2] (0.9fr)[5-4];
    grid-template-columns: repeat(2, 1.25fr) repeat(2, 0.8fr) repeat(5-4, 0.9fr);
  }
  .p-access__inner__item .inner .route ul:has(> .width_kounandai):has(> :nth-child(6):last-child) {
    -ms-grid-columns: (1.25fr)[2] (0.8fr)[2] (0.9fr)[6-4];
    grid-template-columns: repeat(2, 1.25fr) repeat(2, 0.8fr) repeat(6-4, 0.9fr);
  }
  .p-access__inner__item .inner .route ul:has(> .width_kounandai):has(> :nth-child(7):last-child) {
    -ms-grid-columns: (1.25fr)[2] (0.8fr)[2] (0.9fr)[7-4];
    grid-template-columns: repeat(2, 1.25fr) repeat(2, 0.8fr) repeat(7-4, 0.9fr);
  }
  .p-access__inner__item .inner .route ul:has(> .width_kounandai):has(> :nth-child(8):last-child) {
    -ms-grid-columns: (1.25fr)[2] (0.8fr)[2] (0.9fr)[8-4];
    grid-template-columns: repeat(2, 1.25fr) repeat(2, 0.8fr) repeat(8-4, 0.9fr);
  }
  .p-access__inner__item .inner .route ul:has(> .width_kounandai):has(> :nth-child(9):last-child) {
    -ms-grid-columns: (1.25fr)[2] (0.8fr)[2] (0.9fr)[9-4];
    grid-template-columns: repeat(2, 1.25fr) repeat(2, 0.8fr) repeat(9-4, 0.9fr);
  }
  .p-access__inner__item .inner .route ul:has(> .width_kounandai):has(> :nth-child(10):last-child) {
    -ms-grid-columns: (1.25fr)[2] (0.8fr)[2] (0.9fr)[10-4];
    grid-template-columns: repeat(2, 1.25fr) repeat(2, 0.8fr) repeat(10-4, 0.9fr);
  }
  .p-access__inner__item .inner .route ul:has(> .width_station):has(> :nth-child(3):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[1] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(1, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> .width_station):has(> :nth-child(4):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[2] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(2, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> .width_station):has(> :nth-child(5):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[3] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(3, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> .width_station):has(> :nth-child(6):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[4] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(4, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> .width_station):has(> :nth-child(7):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[5] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(5, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> .width_station):has(> :nth-child(8):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[6] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(6, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> .width_station):has(> :nth-child(9):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[7] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(7, 1fr) 11.5384615385rem;
  }
  .p-access__inner__item .inner .route ul:has(> .width_station):has(> :nth-child(10):last-child) {
    -ms-grid-columns: 18.4615384615rem (1fr)[8] 11.5384615385rem;
    grid-template-columns: 18.4615384615rem repeat(8, 1fr) 11.5384615385rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .route ul {
    display: none;
  }
}
.p-access__inner__item .inner .route ul:before {
  content: "";
  background: #cbcbcb;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul:before {
    width: 100%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .route ul:before {
    width: 3px;
    height: 100%;
    top: 0;
    left: 1.5em;
  }
}
.p-access__inner__item .inner .route ul li {
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-access__inner__item .inner .route ul li {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-access__inner__item .inner .route ul li {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul li {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .route ul li {
    font-size: 4.1176470588vw;
  }
}
.p-access__inner__item .inner .route ul li:nth-child(odd) {
  background: #ece4d7;
  border-radius: 0.3846153846rem;
  overflow: hidden;
  padding: 0.7692307692em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .route ul li:nth-child(odd) {
    text-align: center;
  }
}
.p-access__inner__item .inner .route ul li:nth-child(odd):first-child {
  background: #86776c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li:nth-child(odd):first-child {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .route ul li:nth-child(odd):first-child {
    display: none;
  }
}
.p-access__inner__item .inner .route ul li:nth-child(odd):last-child {
  padding: 0;
}
.p-access__inner__item .inner .route ul li:nth-child(odd):last-child span {
  display: block;
  background: #c78461;
  border-radius: 0.3846153846rem;
  padding: 0.7692307692em;
}
.p-access__inner__item .inner .route ul li:nth-child(odd):last-child img {
  width: 7.6923076923em;
  display: block;
  margin-inline: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.p-access__inner__item .inner .route ul li:nth-child(even) {
  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;
  position: relative;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li:nth-child(even) span, .p-access__inner__item .inner .route ul li:nth-child(even) i {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    padding-inline: 0.5em;
  }
  .p-access__inner__item .inner .route ul li:nth-child(even) span {
    bottom: calc(100% + 0.5em);
  }
  .p-access__inner__item .inner .route ul li:nth-child(even) i {
    top: calc(100% + 0.5em);
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .route ul li:nth-child(even) {
    padding: 0.8em 0 0.8em 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0.3846153846em;
       -moz-column-gap: 0.3846153846em;
            column-gap: 0.3846153846em;
  }
  .p-access__inner__item .inner .route ul li:nth-child(even) i:before {
    content: "/";
    margin-right: 0.3846153846em;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li.u-hg1, .p-access__inner__item .inner .route ul li.u-hg2, .p-access__inner__item .inner .route ul li.u-hg3 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li.u-hg1 {
    height: 455%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul li.u-hg1 {
    height: 400%;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li.u-hg2 {
    height: 266.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .route ul li.u-hg2 {
    height: 240%;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li.u-hg3 {
    height: 208.6956521739%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-access__inner__item .inner .route ul li.u-hg3 {
    height: 166.3043478261%;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li.u-route1 {
    background: #f7f6f3;
    position: relative;
  }
  .p-access__inner__item .inner .route ul li.u-route1:before {
    content: "";
    background: #cbcbcb;
    position: absolute;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li.u-route1:before {
    width: 100%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .p-access__inner__item .inner .route ul li.u-route1:before {
    width: 3px;
    height: 100%;
    top: 0;
    left: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li.u-route1 span {
    bottom: calc(50% + 0.5em);
  }
  .p-access__inner__item .inner .route ul li.u-route1 i {
    top: calc(50% + 0.5em);
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li.u-w1 {
    width: 167%;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .route ul li.u-hide {
    opacity: 0;
  }
}
.p-access__inner__item .inner .parking_list li {
  position: relative;
  margin: 0 1.0769230769rem 0 0;
  padding: 0 0 0 1.0769230769rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-access__inner__item .inner .parking_list li {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-access__inner__item .inner .parking_list li {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .parking_list li {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .parking_list li {
    font-size: 4.1176470588vw;
  }
}
.p-access__inner__item .inner .parking_list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #C78461;
  position: absolute;
  top: 1rem;
  left: 0;
  margin: auto;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .parking_list li::before {
    top: 1.0769230769rem;
  }
}
.p-access__inner__item .inner .parking_list li.txt_important {
  color: #C23030;
}
.p-access__inner__item .inner .parking_list2 {
  margin-top: 1em;
}
.p-access__inner__item .inner .c-tbl2 {
  width: 100%;
}
.p-access__inner__item .inner .c-tbl2.freebus {
  width: 100%;
}
.p-access__inner__item .inner .c-tbl2.freebus th, .p-access__inner__item .inner .c-tbl2.freebus td {
  width: 50%;
}
.p-access__inner__item .inner .c-tbl2.c-tbl2-parking_price {
  margin-bottom: 2.3076923077rem;
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .c-tbl2.c-tbl2-parking_price th, .p-access__inner__item .inner .c-tbl2.c-tbl2-parking_price td {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .c-tbl2.c-tbl2-parking_price tr:first-of-type {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .c-tbl2.c-tbl2-parking_price tr:nth-of-type(2) th {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .c-tbl2.c-tbl2-parking_price th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .c-tbl2.c-tbl2-parking_price td {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .tbl-access {
    width: 100%;
  }
  .p-access__inner__item .inner .tbl-access tr {
    display: block;
  }
  .p-access__inner__item .inner .tbl-access th {
    display: none;
  }
  .p-access__inner__item .inner .tbl-access td {
    text-align: left;
    display: block;
    padding-top: 0;
    padding-inline: 0;
    width: 100%;
  }
  .p-access__inner__item .inner .tbl-access td::before {
    text-align: center;
    width: 100%;
    padding: 0.5em;
    content: attr(data-label);
    display: block;
    color: #252525;
    background-color: #ece4d7;
    margin-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-access__inner__item .inner .tbl-access .nosp {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .tbl-access2 {
    white-space: nowrap;
  }
}
.p-access__inner__item .inner .freebus_content {
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .freebus_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-access__inner__item .inner .freebus_content .c-tbl2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .freebus_content .c-tbl2 {
    width: calc(50% - 0.5px);
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .freebus_content .c-tbl2:nth-of-type(odd) {
    border-right: 1px solid #c8c8c8;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .freebus_content .c-tbl2:nth-of-type(odd)::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .freebus_content .c-tbl2:nth-of-type(even) {
    border-left: 1px solid #c8c8c8;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .freebus_content .c-tbl2 + .c-tbl2 {
    margin-top: 1rem;
  }
}
.p-access__inner__item .inner .txt_atn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-access__inner__item .inner .txt_atn {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-access__inner__item .inner .txt_atn {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .inner .txt_atn {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .txt_atn {
    font-size: 4.1176470588vw;
  }
}
.p-access__inner__item .inner .txt_atn {
  margin-top: 1.1538461538rem;
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .txt_atn {
    margin-top: 1.1538461538em;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__inner__item .inner .txt_atn {
    row-gap: 0.0694444444vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .txt_atn {
    row-gap: 0.7692307692em;
  }
}
.p-access__inner__item .inner .txt_atn p {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .txt_atn p {
    line-height: 1.5;
  }
}
.p-access__inner__item .inner .txt_atn + .sst {
  margin-top: 3.125vw;
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .inner .txt_atn + .sst {
    margin-top: 2.3076923077em;
  }
}
.p-access__inner__item .inner .c-txt span {
  color: #C23030;
}
.p-access__inner__item .inner .c-txt + .parking_list {
  margin-top: 1.1538461538rem;
}
.p-access__inner__item .inner .c-txt + .sst {
  margin-top: 2.3076923077rem;
}
.p-access__inner__item .route_subtext {
  margin: 30px auto;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .route_subtext {
    width: 100%;
  }
}
.p-access__inner__item .route_subtext .txt {
  text-align: center;
  margin-bottom: 10px;
}
.p-access__inner__item .route_subtext .tbl-access {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item .route_subtext .tbl-access td {
    text-align: left;
  }
}
@media only screen and (min-width: 1561px) {
  .p-access__inner__item .inner__car {
    width: 69.4444444444vw;
  }
}
@media print {
  .p-access__inner__item .inner__car {
    width: 69.4444444444vw;
  }
}
.p-access__inner__item .inner__car ul {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-access__inner__item .inner__car td:last-child {
    width: 36%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__inner__item .u-scroll {
    overflow-x: scroll;
    position: relative;
    padding-top: 1.5384615385rem;
  }
  .p-access__inner__item .u-scroll .route {
    width: 1100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 983px) {
  .p-access__inner__item .u-scroll .route {
    width: 900px;
  }
}
.p-access__inner__item .wrap > .txt {
  margin-top: 0.7692307692rem;
}
.p-access__inner__item > .btn {
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .p-access__inner__item > .btn {
    margin-top: 0.7692307692em;
  }
}
.p-access__parking {
  margin-top: 4.2307692308rem;
}
@media only screen and (max-width: 767px) {
  .p-access__parking {
    margin-top: 2.6923076923em;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__parking {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 43% 4.1666666667vw 50%;
    grid-template-columns: 43% 50%;
    gap: 4.1666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__parking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__parking__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__parking__text {
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__parking__text .st {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1em;
    text-align: center;
  }
}
.p-access__parking__text table {
  width: 100%;
}
.p-access__parking__text table {
  margin-top: 2.4305555556vw;
}
@media only screen and (max-width: 767px) {
  .p-access__parking__text table {
    margin-top: 1.1538461538em;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__parking__text table {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-access__parking__text table tr th {
  width: 9.6153846154em;
}
.p-access__parking__text .txt_atn {
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-access__parking__text .txt_atn {
    font-size: clamp(0.9046153846rem, 0.8333333333vw, 1.0615384615rem);
  }
}
@media print {
  .p-access__parking__text .txt_atn {
    font-size: clamp(0.9046153846rem, 0.8333333333vw, 1.0615384615rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access__parking__text .txt_atn {
    font-size: 0.9230769231rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__parking__text .txt_atn {
    font-size: 3.5294117647vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-access__parking__text .txt_atn {
    margin-top: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__parking__text .txt_atn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-access .c-st3__center {
    padding-bottom: 1.3846153846rem;
  }
}
.p-access .wrap + .wrap {
  margin-top: 5.5555555556vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-access .wrap + .wrap {
    margin-top: 6.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .p-access .wrap + .wrap {
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .p-time-table {
    width: 55.5555555556vw;
    margin-inline: auto;
  }
}
@media print {
  .p-time-table {
    width: 55.5555555556vw;
    margin-inline: auto;
  }
}
.p-time-table {
  margin-top: 5.5555555556vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-time-table {
    margin-top: 6.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .p-time-table {
    margin-top: 5rem;
  }
}
.p-time-table .c-st3__center {
  padding-bottom: 0;
}
.p-time-table .js-tab {
  margin-top: 2.5rem;
}
.p-time-table .js-tab__inner {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .p-time-table .js-tab__inner {
    margin-top: 1.5em;
  }
}
.p-time-table__contents .wrap-scroll {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1199px) {
  .p-time-table__contents .wrap-scroll {
    overflow-x: auto;
  }
}
.p-time-table__contents .c-tbl2 {
  white-space: nowrap;
  width: 100%;
}
.p-time-table__contents .c-tbl2 tr:first-child:has(th:nth-child(2):last-child) th {
  width: 50%;
}
.p-time-table__contents .c-tbl2 tr:first-child:has(th:nth-child(3):last-child) th {
  width: 33.3333333333%;
}
.p-time-table__contents .c-tbl2 tr:first-child:has(th:nth-child(4):last-child) th {
  width: 25%;
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .p-time-table__contents .c-tbl2 tr th {
    font-size: clamp(0.9046153846rem, 0.8333333333vw, 1.0615384615rem);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) and (max-width: 1199px) {
  .p-time-table__contents .c-tbl2 tr th {
    font-size: 0.9230769231rem;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .p-time-table__contents .c-tbl2 tr th {
    font-size: 3.5294117647vw;
  }
}
.p-time-table__contents .c-tbl2 tr th:last-child, .p-time-table__contents .c-tbl2 tr td:last-child {
  border-right: none;
}

@media only screen and (min-width: 1200px) {
  .p-bus-stop {
    width: 55.5555555556vw;
    margin-inline: auto;
  }
}
@media print {
  .p-bus-stop {
    width: 55.5555555556vw;
    margin-inline: auto;
  }
}
.p-bus-stop {
  margin-top: 5.5555555556vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-bus-stop {
    margin-top: 6.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .p-bus-stop {
    margin-top: 5rem;
  }
}
.p-bus-stop .c-st3__center {
  padding-bottom: 0;
}
.p-bus-stop .js-tab {
  margin-top: 2.5rem;
}
.p-bus-stop .js-tab__inner {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .p-bus-stop .js-tab__inner {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-bus-stop__contents iframe {
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 1199px) {
  .p-bus-stop__contents iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-bus-stop__contents iframe {
    aspect-ratio: 3/2;
  }
}

.p-price {
  margin-inline: auto;
}
.p-price {
  margin-top: 4.8611111111vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-price {
    margin-top: 4.2307692308em;
  }
}
@media only screen and (max-width: 767px) {
  .p-price {
    margin-top: 2.6923076923em;
  }
}
.p-price__tab {
  margin-top: 3.0769230769rem;
}
@media only screen and (max-width: 767px) {
  .p-price__tab {
    margin-top: 1.9230769231em;
  }
}
.p-price__inner {
  margin-top: 3.8461538462rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-price__inner {
    margin-top: 2.3076923077em;
  }
}
@media only screen and (max-width: 767px) {
  .p-price__inner {
    margin-top: 1.5384615385em;
  }
}
.p-price__inner .inner {
  margin-inline: auto;
}
.p-price__inner .inner {
  margin-top: 1.5384615385rem;
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner {
    margin-top: 1.1538461538em;
  }
}
@media only screen and (min-width: 1200px) {
  .p-price__inner .inner {
    width: 55.5555555556vw;
  }
}
@media print {
  .p-price__inner .inner {
    width: 55.5555555556vw;
  }
}
.p-price__inner .inner + .inner {
  margin-top: 3.4615384615rem;
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner + .inner {
    margin-top: 3.0769230769em;
  }
}
.p-price__inner .inner .sst {
  font-weight: bold;
}
.p-price__inner .inner .sst {
  margin-bottom: 0.7692307692rem;
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner .sst {
    margin-bottom: 0.7692307692em;
  }
}
.p-price__inner .inner .note + table {
  margin-top: 0.7692307692rem;
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner .note + table {
    margin-top: 0.3846153846em;
  }
}
.p-price__inner .inner table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-price__inner .inner table:has(tr:first-child > *:nth-child(2):last-child) th, .p-price__inner .inner table:has(tr:first-child > *:nth-child(2):last-child) td {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .p-price__inner .inner table:has(tr:first-child > *:nth-child(2):last-child) th.ttl_rockbath {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .p-price__inner .inner table:has(tr:first-child > *:nth-child(3):last-child) th, .p-price__inner .inner table:has(tr:first-child > *:nth-child(3):last-child) td {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner table tr:first-child th {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner table tr th, .p-price__inner .inner table tr td {
    padding-inline: 0.3846153846em;
  }
}
.p-price__inner .inner .txt_atn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-price__inner .inner .txt_atn {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-price__inner .inner .txt_atn {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-price__inner .inner .txt_atn {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner .txt_atn {
    font-size: 4.1176470588vw;
  }
}
.p-price__inner .inner .txt_atn {
  margin-top: 1.1538461538rem;
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner .txt_atn {
    margin-top: 1.1538461538em;
  }
}
@media only screen and (min-width: 768px) {
  .p-price__inner .inner .txt_atn {
    row-gap: 0.3472222222vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner .txt_atn {
    row-gap: 0.7692307692em;
  }
}
.p-price__inner .inner .txt_atn p {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner .txt_atn p {
    line-height: 1.5;
  }
}
.p-price__inner .inner .txt_atn + .sst {
  margin-top: 3.125vw;
}
@media only screen and (max-width: 767px) {
  .p-price__inner .inner .txt_atn + .sst {
    margin-top: 2.3076923077em;
  }
}

.p-gallery {
  margin-top: 9.0277777778vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-gallery {
    margin-top: 10.8333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .p-gallery {
    margin-top: 6.1538461538rem;
  }
}
.p-gallery__contents {
  margin-inline: auto;
  width: clamp(1000px, 69.4444444444vw, 1333.3333333333px);
  max-width: 88.4615384615rem;
}
@media only screen and (max-width: 1199px) {
  .p-gallery__contents {
    width: 83.7209302326%;
  }
}
@media only screen and (min-width: 768px) {
  .p-gallery__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3076923077rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-gallery__contents {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-gallery__contents .c-st2 {
    text-align: center;
  }
}
.p-gallery__contents .c-txt {
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .p-gallery__contents .c-txt {
    margin-bottom: 0.3571428571em;
  }
}
@media only screen and (max-width: 767px) {
  .p-gallery__contents .c-txt {
    text-align: center;
    margin-top: 1.6923076923rem;
  }
}
.p-gallery__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2777777778vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media only screen and (min-width: 1200px) {
  .p-gallery__slider {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media print {
  .p-gallery__slider {
    font-size: clamp(1.0553846154rem, 0.9722222222vw, 1.2384615385rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-gallery__slider {
    font-size: 1.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-gallery__slider {
    font-size: 4.1176470588vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-gallery__slider {
    gap: 0.9302325581vw;
  }
}
@media only screen and (min-width: 768px) {
  #ooimachi_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
}
@media only screen and (max-width: 767px) {
  #ooimachi_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
}
@media only screen and (min-width: 768px) {
  #ooimachi_top .p-gallery__slider ul {
    width: 250.5555555556vw;
    -ms-grid-columns: (20.625vw)[12];
    grid-template-columns: repeat(12, 20.625vw);
  }
}
@media only screen and (max-width: 767px) {
  #ooimachi_top .p-gallery__slider ul {
    width: 839.0697674419vw;
    -ms-grid-columns: (69.0697674419vw)[12];
    grid-template-columns: repeat(12, 69.0697674419vw);
  }
}
@media only screen and (min-width: 768px) {
  #tamamogusa_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
}
@media only screen and (max-width: 767px) {
  #tamamogusa_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
}
@media only screen and (min-width: 768px) {
  #tamamogusa_top .p-gallery__slider ul {
    width: 250.5555555556vw;
    -ms-grid-columns: (20.625vw)[12];
    grid-template-columns: repeat(12, 20.625vw);
  }
}
@media only screen and (max-width: 767px) {
  #tamamogusa_top .p-gallery__slider ul {
    width: 839.0697674419vw;
    -ms-grid-columns: (69.0697674419vw)[12];
    grid-template-columns: repeat(12, 69.0697674419vw);
  }
}
@media only screen and (min-width: 768px) {
  #hanakoganei_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
}
@media only screen and (max-width: 767px) {
  #hanakoganei_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
}
@media only screen and (min-width: 768px) {
  #hanakoganei_top .p-gallery__slider ul {
    width: 250.5555555556vw;
    -ms-grid-columns: (20.625vw)[12];
    grid-template-columns: repeat(12, 20.625vw);
  }
}
@media only screen and (max-width: 767px) {
  #hanakoganei_top .p-gallery__slider ul {
    width: 839.0697674419vw;
    -ms-grid-columns: (69.0697674419vw)[12];
    grid-template-columns: repeat(12, 69.0697674419vw);
  }
}
@media only screen and (min-width: 768px) {
  #ebina_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
}
@media only screen and (max-width: 767px) {
  #ebina_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
}
@media only screen and (min-width: 768px) {
  #ebina_top .p-gallery__slider ul {
    width: 250.5555555556vw;
    -ms-grid-columns: (20.625vw)[12];
    grid-template-columns: repeat(12, 20.625vw);
  }
}
@media only screen and (max-width: 767px) {
  #ebina_top .p-gallery__slider ul {
    width: 839.0697674419vw;
    -ms-grid-columns: (69.0697674419vw)[12];
    grid-template-columns: repeat(12, 69.0697674419vw);
  }
}
@media only screen and (min-width: 768px) {
  #kouzashibuya_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
}
@media only screen and (max-width: 767px) {
  #kouzashibuya_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
}
@media only screen and (min-width: 768px) {
  #kouzashibuya_top .p-gallery__slider ul {
    width: 250.5555555556vw;
    -ms-grid-columns: (20.625vw)[12];
    grid-template-columns: repeat(12, 20.625vw);
  }
}
@media only screen and (max-width: 767px) {
  #kouzashibuya_top .p-gallery__slider ul {
    width: 839.0697674419vw;
    -ms-grid-columns: (69.0697674419vw)[12];
    grid-template-columns: repeat(12, 69.0697674419vw);
  }
}
@media only screen and (min-width: 768px) {
  #kounandai_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
}
@media only screen and (max-width: 767px) {
  #kounandai_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
}
@media only screen and (min-width: 768px) {
  #kounandai_top .p-gallery__slider ul {
    width: 250.5555555556vw;
    -ms-grid-columns: (20.625vw)[12];
    grid-template-columns: repeat(12, 20.625vw);
  }
}
@media only screen and (max-width: 767px) {
  #kounandai_top .p-gallery__slider ul {
    width: 839.0697674419vw;
    -ms-grid-columns: (69.0697674419vw)[12];
    grid-template-columns: repeat(12, 69.0697674419vw);
  }
}
@media only screen and (min-width: 768px) {
  #seya_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
}
@media only screen and (max-width: 767px) {
  #seya_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
}
@media only screen and (min-width: 768px) {
  #seya_top .p-gallery__slider ul {
    width: 250.5555555556vw;
    -ms-grid-columns: (20.625vw)[12];
    grid-template-columns: repeat(12, 20.625vw);
  }
}
@media only screen and (max-width: 767px) {
  #seya_top .p-gallery__slider ul {
    width: 839.0697674419vw;
    -ms-grid-columns: (69.0697674419vw)[12];
    grid-template-columns: repeat(12, 69.0697674419vw);
  }
}
@media only screen and (min-width: 768px) {
  #machida_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
}
@media only screen and (max-width: 767px) {
  #machida_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
}
@media only screen and (min-width: 768px) {
  #machida_top .p-gallery__slider ul {
    width: 250.5555555556vw;
    -ms-grid-columns: (20.625vw)[12];
    grid-template-columns: repeat(12, 20.625vw);
  }
}
@media only screen and (max-width: 767px) {
  #machida_top .p-gallery__slider ul {
    width: 839.0697674419vw;
    -ms-grid-columns: (69.0697674419vw)[12];
    grid-template-columns: repeat(12, 69.0697674419vw);
  }
}
@media only screen and (min-width: 768px) {
  #shiki_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
}
@media only screen and (max-width: 767px) {
  #shiki_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
}
@media only screen and (min-width: 768px) {
  #shiki_top .p-gallery__slider ul {
    width: 250.5555555556vw;
    -ms-grid-columns: (20.625vw)[12];
    grid-template-columns: repeat(12, 20.625vw);
  }
}
@media only screen and (max-width: 767px) {
  #shiki_top .p-gallery__slider ul {
    width: 839.0697674419vw;
    -ms-grid-columns: (69.0697674419vw)[12];
    grid-template-columns: repeat(12, 69.0697674419vw);
  }
}
@media only screen and (min-width: 768px) {
  #wako_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya 100s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-250.5555555556vw);
              transform: translateX(-250.5555555556vw);
    }
  }
}
@media only screen and (max-width: 767px) {
  #wako_top .p-gallery__slider {
    -webkit-animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
            animation: infinity-scroll-kouzashibuya-sp 80s infinite linear 0s both;
  }
  @-webkit-keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
  @keyframes infinity-scroll-kouzashibuya-sp {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-839.0697674419vw);
              transform: translateX(-839.0697674419vw);
    }
  }
}
@media only screen and (min-width: 768px) {
  #wako_top .p-gallery__slider ul {
    width: 250.5555555556vw;
    -ms-grid-columns: (20.625vw)[12];
    grid-template-columns: repeat(12, 20.625vw);
  }
}
@media only screen and (max-width: 767px) {
  #wako_top .p-gallery__slider ul {
    width: 839.0697674419vw;
    -ms-grid-columns: (69.0697674419vw)[12];
    grid-template-columns: repeat(12, 69.0697674419vw);
  }
}
.p-gallery__slider ul {
  gap: 0.2777777778vw;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: auto 0.2777777778vw auto;
  grid-template-rows: repeat(2, auto);
}
@media only screen and (max-width: 767px) {
  .p-gallery__slider ul {
    gap: 0.9302325581vw;
  }
}
.p-gallery__slider ul li.u-row-span2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.p-gallery__slider ul li.u-col-span2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.c-tbl2 tr td .tbl_txt_atn {
  display: inline-block !important;
  position: relative;
  padding-left: 1rem;
}
@media only screen and (min-width: 1200px) {
  .c-tbl2 tr td .tbl_txt_atn {
    font-size: clamp(0.98rem, 0.9027777778vw, 1.15rem);
  }
}
@media print {
  .c-tbl2 tr td .tbl_txt_atn {
    font-size: clamp(0.98rem, 0.9027777778vw, 1.15rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-tbl2 tr td .tbl_txt_atn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-tbl2 tr td .tbl_txt_atn {
    font-size: 3.8235294118vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-tbl2 tr td .tbl_txt_atn {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .c-tbl2 tr td .tbl_txt_atn {
    font-size: clamp(0.9046153846rem, 0.8333333333vw, 1.0615384615rem);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .c-tbl2 tr td .tbl_txt_atn {
    font-size: 0.9230769231rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-tbl2 tr td .tbl_txt_atn {
    font-size: 3.5294117647vw;
  }
}
.c-tbl2 tr td .tbl_txt_atn::before {
  position: absolute;
  content: "※";
  display: block;
  left: 0;
  top: 0;
}