@charset "UTF-8";
/*
ブレイクポイント
-------------------------------------------------------------------*/
p,
a,
li {
  font-size: 3.75vw;
}
@media screen and (min-width: 560px) {
  p,
  a,
  li {
    font-size: min(1.5vw, 14px);
  }
}

a {
  transition: all 0.3s;
}

/* -------------- カラー変数 -------------- */
/* -------------- カラー変数 END -------------- */
/*
----------------------------------------------------------
ローディング画面
----------------------------------------------------------
*/
#load {
  width: 100%;
  text-align: center;
  display: block;
  transition: all 0.5s;
}

#wrapper {
  width: 100%;
  text-align: center;
  display: none;
  transition: all 0.5s;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #665d5d;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

@media screen and (min-width: 560px) {
  #splash_text {
    width: 100%;
  }
  .progressbar-text {
    color: #fff;
    font-size: 3.2em !important;
  }
}
/*
----------------------------------------------------------
共通
----------------------------------------------------------
*/
body {
  width: 100%;
  overflow: hidden;
}

html {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.75vw;
  color: #665d5d;
  background-color: #f3f3f3;
  overflow: auto;
  scroll-behavior: smooth;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}

a:hover {
  text-decoration: none;
}

.sp {
  display: block !important;
}
@media screen and (min-width: 560px) {
  .sp {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media screen and (min-width: 560px) {
  .tab {
    display: block !important;
  }
}

.en {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

/* テキストリンク */
.txt-link {
  color: #d01b48;
  font-weight: 700;
  cursor: pointer;
}

/* テキストリンク #ND */
/* ボタン */
.btn01,
.wp-block-buttons .wp-block-button {
  min-width: 150px;
  display: inline-block;
}
.btn01 .btn01__inner,
.wp-block-buttons .wp-block-button .btn01__inner,
.wp-block-buttons .wp-block-button .wp-block-button__link {
  color: #fff;
  background-color: #2d2a24;
  border: 1px solid #2d2a24;
  padding: 2.5vw 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5vw;
}
@media screen and (min-width: 560px) {
  .btn01 .btn01__inner,
  .wp-block-buttons .wp-block-button .btn01__inner,
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: min(1.6vw, 14px);
    padding: 0 10%;
    height: min(4vw, 40px);
  }
}
.btn01 .btn01__inner::after,
.wp-block-buttons .wp-block-button .btn01__inner::after,
.wp-block-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  display: block;
  width: 4vw;
  height: 2vw;
  background-image: url(../img/common/btn--arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 560px) {
  .btn01 .btn01__inner::after,
  .wp-block-buttons .wp-block-button .btn01__inner::after,
  .wp-block-buttons .wp-block-button .wp-block-button__link::after {
    width: min(1.4vw, 14px);
    height: min(0.6vw, 6px);
  }
}
.btn01 .btn01__inner:hover,
.wp-block-buttons .wp-block-button .btn01__inner:hover,
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: #2d2a24;
  background-color: #fff;
}
.btn01 .btn01__inner:hover::after,
.wp-block-buttons .wp-block-button .btn01__inner:hover::after,
.wp-block-buttons .wp-block-button .wp-block-button__link:hover::after {
  background-image: url(../img/common/btn--arrow-bk.svg);
}
.btn01.--other-site .btn01__inner::after,
.btn01.--other-site .wp-block-buttons .wp-block-button .wp-block-button__link::after,
.wp-block-buttons .wp-block-button .btn01.--other-site .wp-block-button__link::after,
.wp-block-buttons .--other-site.wp-block-button .btn01__inner::after,
.wp-block-buttons .--other-site.wp-block-button .wp-block-button__link::after {
  content: "";
  display: block;
  width: 3vw;
  height: 3vw;
  background-image: url(../img/common/btn--other.svg);
}
@media screen and (min-width: 560px) {
  .btn01.--other-site .btn01__inner::after,
  .btn01.--other-site .wp-block-buttons .wp-block-button .wp-block-button__link::after,
  .wp-block-buttons .wp-block-button .btn01.--other-site .wp-block-button__link::after,
  .wp-block-buttons .--other-site.wp-block-button .btn01__inner::after,
  .wp-block-buttons .--other-site.wp-block-button .wp-block-button__link::after {
    width: min(1.2vw, 13px);
    height: min(1.2vw, 13px);
  }
}
.btn01.--other-site .btn01__inner:hover::after,
.btn01.--other-site .wp-block-buttons .wp-block-button .wp-block-button__link:hover::after,
.wp-block-buttons .wp-block-button .btn01.--other-site .wp-block-button__link:hover::after,
.wp-block-buttons .--other-site.wp-block-button .btn01__inner:hover::after,
.wp-block-buttons .--other-site.wp-block-button .wp-block-button__link:hover::after {
  background-image: url(../img/common/btn--other-bk.svg);
}

.btn02 {
  display: inline-block;
  min-width: 250px;
  min-height: 50px;
}
@media screen and (min-width: 560px) {
  .btn02 {
    max-width: 250px;
  }
}
.btn02 .btn02__inner {
  padding: 2.5vw 5%;
  background-color: #2d2a24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: #2d2a24 1px solid;
}
@media screen and (min-width: 560px) {
  .btn02 .btn02__inner {
    padding: 0 5%;
    height: min(6vw, 50px);
  }
}
.btn02 .btn02__inner::after {
  content: "";
  display: block;
  background-image: url(../img/common/btn02--arrow.png);
  background-repeat: no-repeat;
  width: 4vw;
  height: 4vw;
}
@media screen and (min-width: 560px) {
  .btn02 .btn02__inner::after {
    width: min(1.5vw, 15px);
    height: min(1.5vw, 15px);
  }
}
.btn02 .btn02__inner:hover {
  background-color: #fff;
  border: #2d2a24 1px solid;
}
.btn02 .btn02__inner:hover .btn02__jp {
  color: #2d2a24;
}
.btn02 .btn02__inner:hover .btn02__en {
  color: #2d2a24;
  opacity: 0.5;
}
.btn02 .btn02__inner:hover::after {
  background-image: url(../img/common/btn02--arrow-bk.png);
}
.btn02 .btn02__txt {
  display: flex;
  flex-direction: column;
  width: 95%;
}
.btn02 .btn02__jp {
  color: #fff;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 560px) {
  .btn02 .btn02__jp {
    font-size: min(1.8vw, 16px);
  }
}
.btn02 .btn02__en {
  color: #c1bfbf;
  font-size: 3vw;
  margin-top: 0.5em;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  .btn02 .btn02__en {
    font-size: min(1.4vw, 12px);
  }
}
.btn02.--white .btn02__inner {
  background-image: url(https://storage.489ban.net/storage/customer/2391/img/btn02--bg.png);
  background-size: cover;
  border: 1px solid #fff;
}
.btn02.--white:hover {
  background-color: #2d2a24;
}
.btn02.--white:hover .btn02__jp {
  color: #00051c;
}
.btn02.--white:hover .btn02__en {
  color: #2d2a24;
  opacity: 0.5;
}
.btn02.--menu .btn02__inner {
  background-color: transparent;
  background-size: cover;
  border: 1px solid #2d2a24;
}
.btn02.--menu .btn02__inner::after {
  background-image: url(../img/common/btn02--arrow-bk.png);
}
.btn02.--menu .btn02__inner .btn02__jp {
  color: #2d2a24;
}
.btn02.--menu .btn02__inner .btn02__en {
  color: #2d2a24;
  opacity: 0.5;
}
.btn02.--menu:hover {
  background-color: #2d2a24;
}
.btn02.--menu:hover .btn02__jp {
  color: #fff;
}
.btn02.--menu:hover .btn02__en {
  color: #fff;
  opacity: 0.5;
}
.btn02.--menu:hover .btn02__inner::after {
  background-image: url(../img/common/btn02--arrow.png);
}

/* フッター・メニュー画面 予約ボタン */
.book-btn {
  display: flex;
  flex-direction: column;
}

/* ボタン END */
/* フッター・メニュー画面　SNSリンク*/
.sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7vw;
  margin-left: -10vw;
}
@media screen and (min-width: 560px) {
  .sns-link {
    width: 100%;
    margin: min(4vw, 40px) 0 0 -10%;
  }
}
.sns-link .sns-link__txt {
  padding: 4vw 4vw 5vw 0;
  margin-right: 5vw;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 560px) {
  .sns-link .sns-link__txt {
    padding: 10px 10% 10px 0;
    margin-right: 10%;
  }
}
.sns-link .sns-link__item img {
  width: 7vw;
  height: 7vw;
}
@media screen and (min-width: 560px) {
  .sns-link .sns-link__item img {
    width: min(3vw, 30px);
    height: min(3vw, 30px);
  }
}

/* フッター・メニュー画面　SNSリンク END*/
/*電話番号*/
.tel-txt {
  font-size: 6vw;
}
@media screen and (min-width: 560px) {
  .tel-txt {
    font-size: min(2.2vw, 24px);
  }
}

/*電話番号 END*/
/* 見出し */
.head-txt .head-txt__main {
  font-size: 8vw;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #c1bfbf;
}
@media screen and (min-width: 560px) {
  .head-txt .head-txt__main {
    font-size: min(3.6vw, 36px);
  }
}
.head-txt .head-txt__sub {
  font-size: 3.5vw;
  font-weight: 700;
  margin-top: 1.5vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 560px) {
  .head-txt .head-txt__sub {
    font-size: min(1.4vw, 14px);
    margin-top: min(1.5vw, 15px);
  }
}
.head-txt .head-txt__body {
  font-size: 4vw;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .head-txt .head-txt__body {
    font-size: min(1.8vw, 18px);
    line-height: 1.75;
    margin-top: min(3vw, 30px);
  }
}
.head-txt .btn01,
.head-txt .wp-block-buttons .wp-block-button,
.wp-block-buttons .head-txt .wp-block-button {
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .head-txt .btn01,
  .head-txt .wp-block-buttons .wp-block-button,
  .wp-block-buttons .head-txt .wp-block-button {
    margin-top: min(6vw, 60px);
  }
}

/* 見出し END */
/* -------------- header -------------- */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
.header .header__inner {
  width: 90%;
  margin: 3vw auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .header .header__inner {
    width: 95%;
  }
}
.header .header__inner.invert .header__logo {
  background-image: url(../img/common/cmn__logo-bk.svg);
}
.header .header__inner.invert .header__menu {
  background-image: url(../img/common/cmn__menu-bk.svg);
}
.header .header__logo {
  display: block;
  content: "";
  width: 22vw;
  height: 12vw;
  background-image: url(../img/common/cmn__logo-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 560px) {
  .header .header__logo {
    width: min(15vw, 150px);
    height: min(7.8vw, 78px);
  }
}
.header .header__menu {
  display: block;
  content: "";
  width: 19vw;
  height: 11vw;
  margin: 2.5vw 0 0 0;
  background-image: url(../img/common/cmn__menu-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 560px) {
  .header .header__menu {
    width: min(7.5vw, 75px);
    height: min(4.3vw, 43px);
    margin-top: 0;
  }
}

/* -------------- header END-------------- */
/* -------------- MENU-------------- */
.cmn-menu {
  width: 100%;
  height: 100vh;
  background-color: #f3f3f3;
  z-index: -100;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.cmn-menu.panelactive {
  z-index: 11;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .cmn-menu {
    display: flex;
    align-items: center;
  }
}
.cmn-menu .cmn-menu__close {
  position: absolute;
  top: 1.5%;
  right: 5%;
}
@media screen and (min-width: 560px) {
  .cmn-menu .cmn-menu__close {
    top: 3.5%;
    right: 2.5%;
  }
}
.cmn-menu .cmn-menu__close img {
  width: 9.5vw;
}
@media screen and (min-width: 560px) {
  .cmn-menu .cmn-menu__close img {
    width: min(4vw, 45px);
  }
}
.cmn-menu .cmn-menu__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: scroll;
}
@media screen and (min-width: 960px) {
  .cmn-menu .cmn-menu__wrap {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .cmn-menu .cmn-menu__bg {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-image: url(../img/common/cmn__menu-bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
.cmn-menu .cmn-menu__page-link {
  display: flex;
}
.cmn-menu .cmn-menu__page-link a {
  color: #2d2a24;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  .cmn-menu .cmn-menu__page-link a {
    font-size: min(1.4vw, 14px);
  }
}
.cmn-menu .cmn-menu__list {
  width: 50%;
}
.cmn-menu .cmn-menu__item:nth-child(n + 2) {
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .cmn-menu .cmn-menu__item:nth-child(n + 2) {
    margin-top: min(3vw, 30px);
  }
}
.cmn-menu .cmn-menu__item.link-restaurant {
  display: flex;
  align-items: center;
}
.cmn-menu .cmn-menu__item.link-restaurant::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 5%;
  background-color: #2d2a24;
}
.cmn-menu .cmn-menu__other-link {
  margin-top: 10vw;
}
@media screen and (min-width: 560px) {
  .cmn-menu .cmn-menu__other-link {
    margin-top: min(4vw, 40px);
  }
}
.cmn-menu .cmn-menu__tel {
  margin-top: 4vw;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .cmn-menu .cmn-menu__tel {
    margin-top: 25px;
  }
}
.cmn-menu .cmn-menu__tel .tel-txt {
  font-weight: 600;
  margin-top: 2.5vw;
}
@media screen and (min-width: 560px) {
  .cmn-menu .cmn-menu__tel .tel-txt {
    /* margin-top: min(1.5vw, 15px); */
  }
}
.cmn-menu .btn02:nth-child(2) {
  margin-top: min(2.5vw, 15px);
}
@media screen and (min-width: 560px) {
  .cmn-menu .btn02:nth-child(2) {
    margin-top: 5px;
  }
}
.cmn-menu .sns-link .sns-link__txt {
  border-right: 1px solid #dbd5cd;
}

/* -------------- MENU END-------------- */
/* -------------- 検索画面 -------------- */
.cmn-book {
  z-index: -100;
  opacity: 0;
}
.cmn-book.panelactive {
  z-index: 11;
  opacity: 1;
}
.cmn-book .cmn-book__head {
  text-align: center;
}
.cmn-book .cmn-book__en {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10vw;
  letter-spacing: 0.1em;
  color: #dbd5cd;
}
@media screen and (min-width: 560px) {
  .cmn-book .cmn-book__en {
    font-size: min(3.6vw, 36px);
  }
}
.cmn-book .cmn-book__jp {
  font-size: 3.75vw;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 2.5vw;
}
@media screen and (min-width: 560px) {
  .cmn-book .cmn-book__jp {
    font-size: min(1.6vw, 16px);
    margin-top: min(1.5vw, 15px);
  }
}
@media screen and (min-width: 960px) {
  .cmn-book .cmn-book__bg {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-image: url(../img/common/cmn__book-bg.jpg);
    background-size: cover;
    background-position: center;
  }
}
.cmn-book #search_489ban {
  margin: 10vw auto 0;
  font-size: 3.75vw;
  width: 85%;
}
@media screen and (min-width: 560px) {
  .cmn-book #search_489ban {
    font-size: min(1.4vw, 14px);
    margin: min(5vw, 50px) auto 0;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .cmn-book #search_489ban {
    width: min(70%, 400px);
  }
}
.cmn-book #search_489ban form {
  display: flex;
  flex-wrap: wrap;
}
.cmn-book #search_489ban dd {
  margin-left: 0;
}
.cmn-book #search_489ban dd input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border: none;
}
.cmn-book #search_489ban dt {
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 560px) {
  .cmn-book #search_489ban dt {
    margin-bottom: min(1.5vw, 15px);
  }
}
.cmn-book #search_489ban dl {
  width: 50%;
}
.cmn-book #search_489ban select {
  height: 12.5vw;
  min-width: 50px;
  padding: 0 10%;
  text-align: center;
  background-color: #fff;
  color: #2d2a24;
}
@media screen and (min-width: 560px) {
  .cmn-book #search_489ban select {
    height: min(5vw, 50px);
  }
}
@media screen and (min-width: 560px) {
  .cmn-book #search_489ban .date_ym select,
  .cmn-book #search_489ban .date_d select {
    padding: 0;
  }
}
@media screen and (min-width: 560px) {
  .cmn-book #search_489ban .person_489ban select,
  .cmn-book #search_489ban .room_489ban select {
    padding: 0 27%;
  }
}
.cmn-book #search_489ban .stay_489ban select {
  padding: 0 24%;
}
.cmn-book #search_489ban .date_489ban {
  width: 100%;
  margin-top: 0;
}
.cmn-book #search_489ban .inbox_489ban {
  width: 50%;
  display: flex;
}
.cmn-book #search_489ban button {
  font-size: 3.75vw;
  width: 100%;
  border: none;
  height: 12.5vw;
  color: #fff;
  background-color: #2d2a24;
}
@media screen and (min-width: 560px) {
  .cmn-book #search_489ban button {
    height: min(5vw, 50px);
    font-size: min(1.4vw, 14px);
  }
}
.cmn-book .cmn-book__link {
  width: 85%;
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .cmn-book .cmn-book__link {
    width: 50%;
    margin-top: min(5vw, 50px);
  }
}
@media screen and (min-width: 960px) {
  .cmn-book .cmn-book__link {
    width: min(70%, 400px);
  }
}
.cmn-book .cmn-book__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn-book .cmn-book__item {
  width: 49%;
}
.cmn-book .cmn-book__item:nth-child(3) {
  margin-top: 1.5vw;
}
.cmn-book .cmn-book__item a {
  font-size: 3.5vw;
  background-color: #665d5d;
  color: #fff;
  height: 11.5vw;
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .cmn-book .cmn-book__item a {
    font-size: min(1.4vw, 14px);
    height: min(5vw, 50px);
  }
}
.cmn-book .cmn-book__item a::after {
  content: "";
  display: block;
  width: 4vw;
  height: 2vw;
  background-image: url(../img/common/btn--arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 560px) {
  .cmn-book .cmn-book__item a::after {
    width: min(1.4vw, 14px);
    height: min(0.6vw, 6px);
  }
}
.cmn-book .cmn-book__other-link {
  color: #665d5d;
  margin-top: min(2.5vw, 25px);
  display: inline-block;
}
.cmn-book .cmn-menu__tel {
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .cmn-book .cmn-menu__tel {
    margin-top: min(5vw, 50px);
  }
}

/* -------------- 検索画面 END-------------- */
/* -------------- ナビゲーション -------------- */
/* SP ナビ */
.sp-nav {
  width: 100%;
  position: fixed;
  bottom: -25vw;
  z-index: 10;
  transition: all 0.3s;
}
.sp-nav.invert {
  bottom: 0;
}
@media screen and (min-width: 560px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav .sp-nav__list {
  display: flex;
  background-color: #fff;
  box-shadow: 0 -3px 5px -5px rgba(0, 0, 0, 0.3);
}
.sp-nav .sp-nav__item {
  width: 25%;
  text-align: center;
}
.sp-nav .sp-nav__item:nth-child(n + 2) {
  border-left: 1px solid #dbd5cd;
}
.sp-nav .sp-nav__item a,
.sp-nav .sp-nav__item p {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5vw;
  color: #2d2a24;
  padding: 15vw 0 2.5vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center 30%;
}
.sp-nav .sp-nav__item.--res a {
  background-size: 24%;
  background-image: url(../img/common/cmn__sp-icon-res.svg);
}
.sp-nav .sp-nav__item.--stay p {
  background-size: 32%;
  background-image: url(../img/common/cmn__sp-icon-stay.svg);
}
.sp-nav .sp-nav__item.--tel a {
  background-size: 30%;
  background-image: url(../img/common/cmn__sp-icon-tel.svg);
}
.sp-nav .sp-nav__item.--access a {
  background-size: 20%;
  background-image: url(../img/common/cmn__sp-icon-access.svg);
}

/* SP ナビ END */
/* PC 予約リンク */
.pc-book {
  display: none;
}
@media screen and (min-width: 560px) {
  .pc-book {
    display: block;
    position: fixed;
    right: 2.5%;
    bottom: 2.5%;
    z-index: 10;
  }
}
.pc-book .pc-book__item:nth-child(2) {
  margin-top: 2.5%;
}
.pc-book .btn02 .btn02__inner {
  background-color: transparent;
}
.pc-book .btn02 .btn02__inner:hover {
  background-color: #fff;
}
.pc-book.invert .btn02 .btn02__inner {
  background-color: #2d2a24;
  background-image: none;
  border: 1px solid #2d2a24;
}
.pc-book.invert .btn02 .btn02__inner:hover {
  background-color: #fff;
}

/* PC 予約リンク END */
/* -------------- ナビゲーション END -------------- */
/* -------------- パンくず -------------- */
.pankuzu {
  display: none;
}
@media screen and (min-width: 560px) {
  .pankuzu {
    writing-mode: vertical-rl;
    position: fixed;
    display: flex;
    justify-content: center;
    left: 2%;
    font-size: min(1.2vw, 12px);
    color: #fff;
    padding: 0;
    top: 0;
    letter-spacing: 0.1em;
    font-weight: 300;
    height: 100vh;
    z-index: 1;
  }
  .pankuzu .invert {
    color: #2d2a24;
  }
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* -------------- パンくず END -------------- */
/* -------------- セクションフレーム -------------- */
.section-wrap {
  margin-top: 25vw;
}
@media screen and (min-width: 560px) {
  .section-wrap {
    margin-top: min(15vw, 150px);
  }
}

/* -------------- セクションフレーム END -------------- */
/* -------------- スクロール -------------- */
.scrolldown {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: min(5vw, 30px);
  content: "";
  width: 1px;
  height: 20vw;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 560px) {
  .scrolldown {
    height: min(7.5vw, 75px);
  }
}
.scrolldown span {
  color: #eee;
  font-size: 3vw;
  letter-spacing: 0.15em;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: -65px;
}
@media screen and (min-width: 560px) {
  .scrolldown span {
    font-size: min(1.5vw, 14px);
  }
}

/* 丸の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 20vw;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 20vw;
  }
  100% {
    bottom: -5px;
  }
}
@media screen and (min-width: 560px) {
  @-webkit-keyframes circlemove {
    0% {
      bottom: min(7.5vw, 75px);
    }
    100% {
      bottom: -5px;
    }
  }
  @keyframes circlemove {
    0% {
      bottom: min(7.5vw, 75px);
    }
    100% {
      bottom: -5px;
    }
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* -------------- スクロール END -------------- */
/*
----------------------------------------------------------
TOP
----------------------------------------------------------
*/
/* キービジュアル */
.top-kv {
  position: relative;
}
.top-kv .top-kv__slider {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 560px) {
  .top-kv .top-kv__slider {
    max-height: 800px;
  }
}
@media screen and (min-width: 960px) {
  .top-kv .top-kv__slider {
    max-height: initial;
  }
}
.top-kv .top-kv__slider .vegas-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-kv .top-kv__title {
  width: 70vw;
  height: 37vw;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 560px) {
  .top-kv .top-kv__title {
    width: min(35vw, 400px);
    height: min(18.5vw, 209px);
  }
}
.top-kv::after {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  width: 100%;
  height: 20vw;
  position: absolute;
  bottom: 0;
}

/* キービジュアル END */
/* トップ・リード */
.top-lead {
  padding: 30vw 0 40vw;
}
@media screen and (min-width: 560px) {
  .top-lead {
    padding-top: min(24vw, 240px);
    padding-bottom: min(14vw, 140px);
  }
}
.top-lead .top-lead__title {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #665d5d;
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
  letter-spacing: 0.15em;
  font-size: 6vw;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__title {
    font-size: min(2vw, 30px);
    letter-spacing: 0.2em;
  }
}
.top-lead .top-lead__title .lead-small {
  font-size: 0.9em;
}
.top-lead .top-lead__title .lead-red {
  color: #800510;
}
.top-lead .top-lead__video {
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__video {
    width: min(90%, 1200px);
    margin: 0 auto;
  }
}
.top-lead .top-lead__video::after {
  content: "";
  display: block;
  position: absolute;
  width: 45vw;
  height: 35vw;
  background-image: url(../img/top/top__lead-deco-01.svg);
  top: -25vw;
  left: -3vw;
  z-index: -1;
  background-size: contain;
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__video::after {
    width: 485px;
    height: 331px;
    top: -200px;
    left: -50px;
  }
}
.top-lead .top-lead__video video {
  width: 100%;
  margin: 5vw auto 0;
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__video video {
    margin-top: min(6vw, 60px);
  }
}
.top-lead .top-lead__btm {
  margin: 7vw auto 0;
  width: min(90%, 1200px);
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__btm {
    display: flex;
    align-items: center;
    margin-top: min(6vw, 60px);
  }
}
.top-lead .top-lead__txt {
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__txt {
    width: 50%;
    padding-left: 2.5%;
  }
}
.top-lead .top-lead__txt::after {
  content: "";
  display: block;
  position: absolute;
  width: 48vw;
  height: 40vw;
  background-image: url(../img/top/top__lead-deco-03.svg);
  top: 29vw;
  left: -5vw;
  z-index: -1;
  background-size: contain;
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__txt::after {
    width: 342px;
    height: 285px;
    top: 50px;
    left: -170px;
  }
}
.top-lead .top-lead__body {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__body {
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: min(1.5vw, 16px);
  }
}
.top-lead .top-lead__body + .top-lead__body {
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__body + .top-lead__body {
    margin-top: min(2vw, 20px);
  }
}
.top-lead .top-lead__image {
  margin-top: 5vw;
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__image {
    width: 50%;
    margin-top: 0;
  }
}
.top-lead .top-lead__image::after {
  content: "";
  display: block;
  position: absolute;
  width: 45vw;
  height: 49vw;
  background-image: url(../img/top/top__lead-deco-02.svg);
  top: 57vw;
  right: -9vw;
  z-index: -1;
  background-size: contain;
}
@media screen and (min-width: 560px) {
  .top-lead .top-lead__image::after {
    width: 300px;
    height: 323px;
    top: -120px;
    right: -210px;
  }
}
.top-lead .top-lead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.325/1;
}

/* トップ・リード END */
/* トップ・レストラン・ご宿泊 */
.large-txt {
  color: #dbd5cd;
  opacity: 0.5;
  font-size: 11vw;
  letter-spacing: 0.07em;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: -1.5vw;
}
@media screen and (min-width: 560px) {
  .large-txt {
    font-size: min(10vw, 100px);
    margin-bottom: min(0.5vw, 5px);
  }
}
.top-restaurant .large-txt {
  text-align: right;
}

.top-main-contents {
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-main-contents {
    width: 93.9%;
    margin-top: min(24vw, 240px);
  }
}
@media screen and (min-width: 560px) {
  .top-main-contents .top-main-contents__inner {
    position: relative;
  }
}
.top-main-contents .top-main-contents__txt {
  background-color: rgb(255, 255, 255);
  width: 95%;
  padding: 13vw 0 13vw 5%;
  position: relative;
  bottom: 9vw;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .top-main-contents .top-main-contents__txt {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    padding: 0;
    width: min(45vw, 450px);
    height: min(45vw, 450px);
    display: flex;
    align-items: center;
    padding-left: min(5vw, 50px);
    margin: auto;
    top: 0;
    bottom: 0;
    left: -3%;
  }
}
.top-main-contents .top-main-contents__slide {
  width: 95.1%;
}
@media screen and (min-width: 560px) {
  .top-main-contents .top-main-contents__slide {
    width: auto;
  }
}
@media screen and (min-width: 560px) {
  .top-main-contents.top-restaurant {
    margin-left: auto;
  }
}
.top-main-contents.top-restaurant .top-main-contents__slide {
  margin-left: auto;
}
@media screen and (min-width: 560px) {
  .top-main-contents.top-restaurant .top-main-contents__slide {
    margin-left: initial;
  }
}
.top-main-contents.top-stay {
  margin-top: 10vw;
}
.top-main-contents.top-stay .top-main-contents__txt {
  right: -5%;
}
@media screen and (min-width: 560px) {
  .top-main-contents.top-stay .top-main-contents__txt {
    left: auto;
    right: -3%;
  }
}

/* トップ・レストラン・ご宿泊 END */
/* トップ・デイユース */
.top-dayuse {
  width: 95%;
  margin: 20vw 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .top-dayuse {
    justify-content: space-between;
    width: 100%;
    margin: min(20vw, 200px) auto 0;
  }
}
.top-dayuse .top-dayuse__ph01,
.top-dayuse .top-dayuse__ph02 {
  width: 50%;
}
@media screen and (min-width: 560px) {
  .top-dayuse .top-dayuse__ph01,
  .top-dayuse .top-dayuse__ph02 {
    width: 32%;
  }
}
.top-dayuse .top-dayuse__ph01 img,
.top-dayuse .top-dayuse__ph02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 560px) {
  .top-dayuse .top-dayuse__ph02 {
    order: 3;
  }
}
.top-dayuse .top-dayuse__txt {
  width: 100%;
  padding-top: 7vw;
}
@media screen and (min-width: 560px) {
  .top-dayuse .top-dayuse__txt {
    width: auto;
    padding: 0 2.5% 0;
    display: flex;
    align-items: center;
  }
}

/* トップ・デイユース END */
/* トップ・周辺観光 */
.top-sightseeing {
  width: min(90%, 1000px);
  margin: 20vw auto 0;
}
@media screen and (min-width: 560px) {
  .top-sightseeing {
    margin-top: min(20vw, 200px);
    display: flex;
    align-items: center;
  }
}
.top-sightseeing .top-sightseeing__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .top-sightseeing .top-sightseeing__list {
    width: 50%;
  }
}
.top-sightseeing .top-sightseeing__item {
  width: 32%;
}
.top-sightseeing .top-sightseeing__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.top-sightseeing .top-sightseeing__item:nth-child(n + 4) {
  margin-top: min(1.5vw, 10px);
}
.top-sightseeing .top-sightseeing__txt {
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .top-sightseeing .top-sightseeing__txt {
    width: 50%;
    padding-left: 10%;
    margin-top: 0;
  }
}
.top-sightseeing .head-txt {
  text-align: center;
}
@media screen and (min-width: 560px) {
  .top-sightseeing .head-txt {
    text-align: left;
  }
}

/* トップ・周辺観光 END */
/* トップ・アクセス */
.top-access {
  width: 90%;
  margin: 20vw auto 0 0;
}
@media screen and (min-width: 560px) {
  .top-access {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 560px) {
  .top-access .top-access__map {
    width: 66%;
  }
}
.top-access iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.1/1;
}
@media screen and (min-width: 560px) {
  .top-access iframe {
    aspect-ratio: 2.25/1;
  }
}
.top-access .top-access__txt {
  padding: 7vw 0 0 5%;
}
@media screen and (min-width: 560px) {
  .top-access .top-access__txt {
    width: 35%;
    padding-top: 0;
    padding-left: 5%;
  }
}
@media screen and (min-width: 960px) {
  .top-access .top-access__txt {
    padding-left: 10%;
  }
}
.top-access .head-txt__access {
  margin-top: 7vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .top-access .head-txt__access {
    margin-top: min(3vw, 30px);
  }
}
.top-access .head-txt__access::before {
  content: "";
  display: block;
  background-image: url(../img/top/top__access-icon.svg);
  background-size: cover;
  width: min(3vw, 10px);
  height: min(4vw, 15px);
  margin-right: 1.5%;
}
@media screen and (min-width: 560px) {
  .top-access .head-txt__access::before {
    font-size: min(1.4vw, 14px);
  }
}
.top-access .top-access__btn-wrap {
  display: flex;
  flex-direction: column;
  width: min(50vw, 150px);
}
.top-access .top-access__btn-wrap .btn01:nth-child(2),
.top-access .top-access__btn-wrap .wp-block-buttons .wp-block-button:nth-child(2),
.wp-block-buttons .top-access .top-access__btn-wrap .wp-block-button:nth-child(2) {
  margin-top: min(2.5vw, 15px);
}

/* トップ・アクセス END */
/* トップ・ニュース */
.top-news {
  width: min(90%, 800px);
  margin: 20vw auto 30vw;
}
@media screen and (min-width: 560px) {
  .top-news {
    margin: min(24vw, 240px) auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.top-news .top-news__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .top-news .top-news__txt {
    align-items: flex-start;
    width: 34.3%;
  }
}
@media screen and (min-width: 560px) {
  .top-news .top-news__left {
    width: 65.7%;
  }
}
.top-news .top-news__list {
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .top-news .top-news__list {
    margin-top: 0;
  }
}
.top-news .top-news__list a {
  color: #2d2a24;
}
@media screen and (min-width: 560px) {
  .top-news .top-news__list a {
    font-size: min(1.4vw, 14px);
  }
}
.top-news .top-news__item {
  padding-bottom: 5vw;
  margin-bottom: 6vw;
  border-bottom: 1px solid #dbd5cd;
}
@media screen and (min-width: 560px) {
  .top-news .top-news__item {
    padding-bottom: min(3vw, 30px);
    margin-bottom: min(3vw, 30px);
  }
}
.top-news .top-news__date {
  font-weight: 700;
}
.top-news .top-news__title {
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 2.5vw;
}
.top-news .top-news__btn {
  text-align: center;
}

/* トップ・ニュース END */
/*
----------------------------------------------------------
下部ディレクトリ
----------------------------------------------------------
*/
/* -------------- 下部ディレクトリ・共通 -------------- */
/* -------------- KV -------------- */
.lower-kv {
  position: relative;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1.24/1;
}
@media screen and (min-width: 560px) {
  .lower-kv {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 960px) {
  .lower-kv {
    aspect-ratio: 3.55/1;
  }
}
.lower-kv::after {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  width: 100%;
  height: 20vw;
  position: absolute;
  bottom: 0;
}
.concept .lower-kv {
  background-image: url(../img/concept/concept__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .concept .lower-kv {
    background-image: url(../img/concept/concept__kv--pc.jpg);
  }
}
.restaurant .lower-kv {
  background-image: url(../img/restaurant/restaurant__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .restaurant .lower-kv {
    background-image: url(../img/restaurant/restaurant__kv--pc.jpg);
  }
}
.menu .lower-kv {
  background-image: url(../img/menu/menu__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .menu .lower-kv {
    background-image: url(../img/menu/menu__kv--pc.jpg);
  }
}
.stay .lower-kv {
  background-image: url(../img/stay/stay__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .stay .lower-kv {
    background-image: url(../img/stay/stay__kv--pc.jpg);
  }
}
.faq .lower-kv {
  background-image: url(../img/faq/faq__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .faq .lower-kv {
    background-image: url(../img/faq/faq__kv--pc.jpg);
  }
}
.pp .lower-kv {
  background-image: url(../img/pp/pp__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .pp .lower-kv {
    background-image: url(../img/pp/pp__kv--pc.jpg);
  }
}
.company .lower-kv {
  background-image: url(../img/company/company__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .company .lower-kv {
    background-image: url(../img/company/company__kv--pc.jpg);
  }
}
.access .lower-kv {
  background-image: url(../img/access/access__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .access .lower-kv {
    background-image: url(../img/access/access__kv--pc.jpg);
  }
}
.sightseeing .lower-kv {
  background-image: url(../img/sightseeing/sightseeing__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .sightseeing .lower-kv {
    background-image: url(../img/sightseeing/sightseeing__kv--pc.jpg);
  }
}
.dayuse .lower-kv {
  background-image: url(../img/dayuse/dayuse__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .dayuse .lower-kv {
    background-image: url(../img/dayuse/dayuse__kv--pc.jpg);
  }
}
.facilities .lower-kv {
  background-image: url(../img/facilities/facilities__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .facilities .lower-kv {
    background-image: url(../img/facilities/facilities__kv--pc.jpg);
  }
}
.news .lower-kv {
  background-image: url(../img/news/news__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .news .lower-kv {
    background-image: url(../img/news/news__kv--pc.jpg);
  }
}
.inquiry .lower-kv {
  background-image: url(../img/inquiry/inquiry__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  .inquiry .lower-kv {
    background-image: url(../img/inquiry/inquiry__kv--pc.jpg);
  }
}
.lower-kv .lower-kv__title {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.lower-kv .lower-kv__main {
  font-size: 8vw;
  font-weight: 300;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 560px) {
  .lower-kv .lower-kv__main {
    font-size: min(4.5vw, 48px);
  }
}
.company .lower-kv .lower-kv__main {
  font-size: 6vw;
}
@media screen and (min-width: 560px) {
  .company .lower-kv .lower-kv__main {
    font-size: 4.5vw;
  }
}
.lower-kv .lower-kv__sub {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.75vw;
  letter-spacing: 0.2em;
  margin-top: 2.5vw;
}
@media screen and (min-width: 560px) {
  .lower-kv .lower-kv__sub {
    font-size: min(1.6vw, 18px);
    margin-top: 1.5vw;
  }
}
.lower-kv.--full {
  aspect-ratio: initial;
  height: 100vh;
}

/* -------------- KV END -------------- */
/* メインコンテンツ */
.main-content {
  padding: 15vw 0 20vw;
}
.restaurant .main-content,
.concept .main-content {
  padding-top: 0;
}
@media screen and (min-width: 560px) {
  .main-content {
    padding-top: min(120px, 12vw);
    padding-bottom: min(240px, 24vw);
  }
}

/* メインコンテンツ END */
/* リードテキスト */
.cmn-lead {
  padding: 20vw 0;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  position: relative;
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
}
@media screen and (min-width: 560px) {
  .cmn-lead {
    padding: min(12vw, 120px) 0;
    margin: 0 auto;
  }
}
.cmn-lead .cmn-lead__inner {
  position: relative;
}
@media screen and (min-width: 560px) {
  .cmn-lead .cmn-lead__inner {
    display: inline-block;
    margin: 0 auto;
  }
}
.cmn-lead .cmn-lead__inner::before,
.cmn-lead .cmn-lead__inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 20vw;
  height: 20vw;
  background-size: cover;
}
@media screen and (min-width: 560px) {
  .cmn-lead .cmn-lead__inner::before,
  .cmn-lead .cmn-lead__inner::after {
    width: min(7.5vw, 75px);
    height: min(7.5vw, 75px);
  }
}
.cmn-lead .cmn-lead__inner::before {
  top: -20vw;
}
@media screen and (min-width: 560px) {
  .cmn-lead .cmn-lead__inner::before {
    top: -80px;
    left: -80px;
  }
  .dayuse .cmn-lead .cmn-lead__inner::before {
    left: -100px;
  }
  .restaurant .cmn-lead .cmn-lead__inner::before {
    left: -60px;
  }
}
.cmn-lead .cmn-lead__inner::after {
  transform: rotate(180deg);
  bottom: -20vw;
  right: 0;
}
@media screen and (min-width: 560px) {
  .cmn-lead .cmn-lead__inner::after {
    bottom: -80px;
    right: -80px;
  }
  .dayuse .cmn-lead .cmn-lead__inner::after {
    right: -100px;
  }
  .restaurant .cmn-lead .cmn-lead__inner::after {
    bottom: -100px;
  }
}
.cmn-lead.--bk .cmn-lead__inner::before,
.cmn-lead.--bk .cmn-lead__inner::after {
  background-image: url(../img/common/cmn-lead__frame-bk.svg);
}
.cmn-lead.--bk .cmn-lead__head::after {
  background-image: url(../img/common/cmn__lead-deco-bk.svg);
}
.cmn-lead.--w .cmn-lead__inner {
  color: #fff;
}
.cmn-lead.--w .cmn-lead__inner::before,
.cmn-lead.--w .cmn-lead__inner::after {
  background-image: url(../img/common/cmn-lead__frame-w.svg);
}
.cmn-lead.--w .cmn-lead__head::after {
  background-image: url(../img/common/cmn__lead-deco-w.svg);
}
.cmn-lead .cmn-lead__head {
  font-size: 4.5vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .cmn-lead .cmn-lead__head {
    font-size: min(2.4vw, 24px);
  }
}
.cmn-lead .cmn-lead__head::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 1vw;
  width: 5vw;
  margin: 6vw 0;
}
@media screen and (min-width: 560px) {
  .cmn-lead .cmn-lead__head::after {
    height: min(0.5vw, 5px);
    width: min(2.5vw, 25px);
    margin: min(3vw, 30px);
  }
}
.cmn-lead .cmn-lead__body {
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 560px) {
  .cmn-lead .cmn-lead__body {
    font-size: min(1.8vw, 18px);
    line-height: 2.33;
  }
}
.cmn-lead .cmn-lead__body + .cmn-lead__body {
  margin-top: 3.5vw;
}
@media screen and (min-width: 560px) {
  .cmn-lead .cmn-lead__body + .cmn-lead__body {
    margin-top: min(3vw, 30px);
  }
}

/* リードテキスト END*/
/* スライド */
.slider {
  /* サムネイル・テキスト挿入対応 */
  /* サムネイル・テキスト挿入対応 END */
  /* dot・矢印装飾 */
  /* dot・矢印装飾 END */
}
.slider .slider__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.595/1;
}
@media screen and (min-width: 560px) {
  .slider .slider__inner img {
    aspect-ratio: 1.6/1;
  }
}
.restaurant-contents .slider .slider__inner img {
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 560px) {
  .restaurant-contents .slider .slider__inner img {
    aspect-ratio: 1.764/1;
  }
}
.menu-couse .slider .slider__inner img {
  aspect-ratio: 1.5/1;
}
.slider .slider__slide-txt {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 2.5vw 0;
  text-align: right;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 560px) {
  .slider .slider__slide-txt {
    font-size: min(1.8vw, 18px);
    position: absolute;
    z-index: 1;
    background-color: #fff;
    bottom: 0;
    right: 0;
    margin: 0;
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }
  .slider .slider__slide-txt::before {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #fff transparent;
  }
}
@media screen and (min-width: 560px) {
  .slider .thumbnail {
    margin-top: min(3vw, 30px);
  }
}
.slider .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}
.slider .thumbnail .slick-track {
  transform: unset !important;
  display: flex;
  flex-wrap: wrap;
}
.slider .thumbnail .slider__thumbnail-inner {
  width: 32% !important;
}
.slider .thumbnail .slider__thumbnail-inner:nth-child(2),
.slider .thumbnail .slider__thumbnail-inner:nth-child(3),
.slider .thumbnail .slider__thumbnail-inner:nth-child(5),
.slider .thumbnail .slider__thumbnail-inner:nth-child(6) {
  margin-left: 2%;
}
.slider .thumbnail .slider__thumbnail-inner:nth-child(4),
.slider .thumbnail .slider__thumbnail-inner:nth-child(5),
.slider .thumbnail .slider__thumbnail-inner:nth-child(6) {
  margin-top: 1.5vw;
}
.slider .thumbnail .slider__thumbnail-inner.slick-current {
  opacity: 0.5;
}
@media screen and (min-width: 560px) {
  .slider .thumbnail .slider__thumbnail-inner {
    width: 15% !important;
  }
  .slider .thumbnail .slider__thumbnail-inner:nth-child(4),
  .slider .thumbnail .slider__thumbnail-inner:nth-child(5),
  .slider .thumbnail .slider__thumbnail-inner:nth-child(6) {
    margin-top: 0;
  }
  .slider .thumbnail .slider__thumbnail-inner:nth-child(n + 2) {
    margin-left: 2%;
  }
}
.slider .slick-dots {
  display: flex !important;
  justify-content: flex-end;
  position: relative;
}
.home .slider .slick-dots {
  display: none;
}
.slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slider .slick-dots li:nth-child(n + 2) {
  margin-left: 0.5em;
}
@media screen and (min-width: 560px) {
  .slider .slick-dots li:nth-child(n + 2) {
    margin-left: 1em;
  }
}
.slider .slick-dots li button {
  color: transparent;
  width: 8px;
  height: 8px;
}
.slider .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #dbd5cd;
  border-radius: 4px;
  opacity: 1;
}
.slider .slick-dots li.slick-active button::before {
  background-color: #d01b48;
}
.slider.slide-type01 .slick-dots {
  padding-right: 1.5%;
  bottom: -15px;
}
@media screen and (min-width: 560px) {
  .slider.slide-type01 .slick-dots {
    bottom: min(-2vw, -20px);
  }
}
.slider.slide-type01 .slick-prev,
.slider.slide-type01 .slick-next {
  width: 8vw;
  height: 15vw;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/slide-type01__arrow-sp.svg);
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .slider.slide-type01 .slick-prev,
  .slider.slide-type01 .slick-next {
    background-image: url(../img/common/slide-type01__arrow-pc.svg);
    width: min(7.5vw, 75px);
    height: min(15vw, 150px);
  }
}
.slider.slide-type01 .slick-next {
  right: 3vw;
}
.slider.slide-type01 .slick-prev {
  left: 3vw;
  transform: rotate(180deg);
}
@media screen and (min-width: 560px) {
  .slider.--arrow02 .slick-next,
  .slider.--arrow02 .slick-prev {
    width: min(3vw, 30px);
    height: min(3vw, 30px);
    background-image: url(../img/common/cmn__arrow-02.svg);
    background-size: contain;
    top: auto;
    bottom: min(-3vw, -30px);
  }
}
@media screen and (min-width: 560px) {
  .slider.--arrow02 .slick-next {
    right: auto;
    left: min(6.5vw, 65px);
  }
}
@media screen and (min-width: 560px) {
  .slider.--arrow02 .slick-prev {
    left: min(2vw, 20px);
  }
}
.slider.slide-type02 .slick-dots {
  justify-content: center;
  bottom: 20px;
}
@media screen and (min-width: 560px) {
  .slider.slide-type02 .slick-dots {
    bottom: min(2vw, 20px);
  }
}
.slider.slide-type02 .slick-prev,
.slider.slide-type02 .slick-next {
  width: 8vw;
  height: 15vw;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/slide-type01__arrow-sp.svg);
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .slider.slide-type02 .slick-prev,
  .slider.slide-type02 .slick-next {
    width: min(3vw, 30px);
    height: min(6vw, 60px);
  }
}
.slider.slide-type02 .slick-next {
  right: 3vw;
}
.slider.slide-type02 .slick-prev {
  left: 3vw;
  transform: rotate(180deg);
}
.slider .slider__title {
  font-size: 4.5vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-top: 6vw;
}
@media screen and (min-width: 560px) {
  .slider .slider__title {
    line-height: 1;
    font-size: min(2.4vw, 24px);
    margin-top: min(4vw, 50px);
  }
}
.slider .slider__txt {
  text-align: center;
  line-height: 1.75;
  margin-top: 4vw;
}
@media screen and (min-width: 560px) {
  .slider .slider__txt {
    font-size: min(1.4vw, 14px);
    margin-top: min(3vw, 30px);
  }
}

/* スライド END */
/* -------------- 下部ディレクトリ・共通 END -------------- */
/* -------------- RESTAURANT -------------- */
/* リードテキスト */
.restaurant-lead {
  padding: 20vw 0;
  background-image: url(../img/restaurant/restaurant__lead--sp.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 560px) {
  .restaurant-lead {
    padding: min(12vw, 150px) 0;
    background-image: url(../img/restaurant/restaurant__lead--pc.jpg);
  }
}

/* リードテキスト END */
/* コンセプト・メニュー */
.restaurant-contents {
  margin-top: 20vw;
  position: relative;
}
@media screen and (min-width: 560px) {
  .restaurant-contents {
    width: 93.9%;
    margin-top: min(24vw, 240px);
  }
}
.restaurant-contents .restaurant-contents__txt {
  background-color: rgba(255, 255, 255, 0.9);
  width: 95%;
  padding: 13vw 0 13vw 5%;
  position: relative;
  bottom: -5vw;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .restaurant-contents .restaurant-contents__txt {
    position: absolute;
    padding: 0;
    width: min(45vw, 450px);
    height: min(45vw, 450px);
    display: flex;
    align-items: center;
    padding-left: min(5vw, 50px);
  }
}
.restaurant-contents .restaurant-contents__txt::before,
.restaurant-contents .restaurant-contents__txt::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/common/cmn__head-deco.svg);
  background-size: contain;
  width: 10vw;
  height: 10vw;
}
@media screen and (min-width: 560px) {
  .restaurant-contents .restaurant-contents__txt::before,
  .restaurant-contents .restaurant-contents__txt::after {
    width: min(5vw, 53px);
    height: min(5vw, 53px);
  }
}
.restaurant-contents .restaurant-contents__txt::before {
  top: 2vw;
  left: -2vw;
}
@media screen and (min-width: 560px) {
  .restaurant-contents .restaurant-contents__txt::before {
    top: min(1vw, 10px);
    left: min(-1vw, -10px);
  }
}
.restaurant-contents .restaurant-contents__txt::after {
  bottom: 2vw;
  right: -2vw;
}
@media screen and (min-width: 560px) {
  .restaurant-contents .restaurant-contents__txt::after {
    bottom: min(1vw, 10px);
    right: min(-1vw, -10px);
  }
}
@media screen and (min-width: 560px) {
  .restaurant-contents.--concept .restaurant-contents__txt {
    margin: auto;
    top: 0;
    right: auto;
    bottom: 0;
    left: 2.5vw;
  }
}
.restaurant-contents.--menu .restaurant-contents__txt {
  margin-left: auto;
}
@media screen and (min-width: 560px) {
  .restaurant-contents.--menu .restaurant-contents__txt {
    margin: auto;
    top: 0;
    right: 2.5vw;
    bottom: 0;
    left: auto;
  }
}
.restaurant-contents .restaurant-contents__slide {
  width: 95.1%;
}
@media screen and (min-width: 560px) {
  .restaurant-contents .restaurant-contents__slide {
    width: auto;
  }
}
@media screen and (min-width: 560px) {
  .restaurant-contents.--concept {
    margin-left: auto;
  }
}
.restaurant-contents.--concept .restaurant-contents__slide {
  margin-left: auto;
}

/* コンセプト・メニュー END */
/* 店舗情報 */
.restaurant-store {
  width: min(90%, 1000px);
  margin: 15vw auto 0;
}
@media screen and (min-width: 560px) {
  .restaurant-store {
    margin-top: min(24vw, 240px);
    display: flex;
  }
}
@media screen and (min-width: 560px) {
  .restaurant-store .restaurant-store__img {
    width: 50%;
  }
}
.restaurant-store .restaurant-store__img img {
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 560px) {
  .restaurant-store .restaurant-store__img img {
    aspect-ratio: 1/1;
  }
}
.restaurant-store .restaurant-store__info {
  margin-top: 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .restaurant-store .restaurant-store__info {
    width: 50%;
    padding: 0 3.5%;
    margin-top: 0;
  }
}
.restaurant-store .restaurant-store__logo {
  width: min(50%, 150px);
}
.restaurant-store .restaurant-store__list {
  width: 100%;
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .restaurant-store .restaurant-store__list {
    margin-top: min(6vw, 60px);
  }
}
.restaurant-store .restaurant-store__item {
  display: flex;
  padding-bottom: 6vw;
  border-bottom: #c1bfbf 1px solid;
}
@media screen and (min-width: 560px) {
  .restaurant-store .restaurant-store__item {
    padding-bottom: min(2.5vw, 25px);
  }
}
.restaurant-store .restaurant-store__item:nth-child(2) {
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .restaurant-store .restaurant-store__item:nth-child(2) {
    margin-top: min(3vw, 30px);
  }
}
.restaurant-store .restaurant-store__item div:first-child {
  width: 30%;
}
.restaurant-store .restaurant-store__item div:first-child p {
  font-weight: 700;
}
.restaurant-store .restaurant-store__item div:last-child {
  width: 70%;
}
.restaurant-store .restaurant-store__item div p {
  line-height: 1.75;
}
.restaurant-store .restaurant-store__item div .tel-txt {
  line-height: 1;
}
.restaurant-store .restaurant-store__item div .btn01,
.restaurant-store .restaurant-store__item div .wp-block-buttons .wp-block-button,
.wp-block-buttons .restaurant-store .restaurant-store__item div .wp-block-button {
  width: min(90%, 230px);
  margin-top: 3vw;
}
@media screen and (min-width: 560px) {
  .restaurant-store .restaurant-store__item div .btn01,
  .restaurant-store .restaurant-store__item div .wp-block-buttons .wp-block-button,
  .wp-block-buttons .restaurant-store .restaurant-store__item div .wp-block-button {
    margin-top: min(1.5vw, 15px);
  }
}

/* 店舗情報 END */
/* -------------- RESTAURANT END -------------- */
/* -------------- CONCEPT -------------- */
.concept-lead {
  padding: 15vw 0;
  background-image: url(../img/concept/concept__lead-bg-sp.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 560px) {
  .concept-lead {
    padding: min(13vw, 130px) 0;
    background-image: url(../img/concept/concept__lead-bg-sp.jpg);
  }
}
@media screen and (min-width: 560px) {
  .concept-lead .concept-lead__inner {
    width: min(95%, 1200px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 560px) {
  .concept-lead .concept-lead__content {
    display: flex;
    align-items: center;
  }
}
.concept-lead .concept-lead__txt {
  color: #fff;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .concept-lead .concept-lead__txt {
    width: 63%;
  }
}
@media screen and (min-width: 560px) {
  .concept-lead .concept-lead__txt p {
    font-size: min(1.8vw, 21px);
  }
}
.concept-lead .concept-lead__txt p + p {
  margin-top: 6vw;
}
@media screen and (min-width: 560px) {
  .concept-lead .concept-lead__txt p + p {
    margin-top: min(6vw, 60px);
  }
}
.concept-lead .concept-lead__list {
  width: 95%;
  margin: 7vw auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .concept-lead .concept-lead__list {
    width: 37%;
  }
}
.c-l__content-01 .concept-lead__item:nth-child(1) {
  width: 100%;
}
.c-l__content-01 .concept-lead__item:nth-child(1) img {
  aspect-ratio: 1.5/1;
}
.c-l__content-01 .concept-lead__item:nth-child(2),
.c-l__content-01 .concept-lead__item:nth-child(3) {
  width: 49%;
  margin-top: 2.5vw;
}
.c-l__content-01 .concept-lead__item:nth-child(2) img,
.c-l__content-01 .concept-lead__item:nth-child(3) img {
  aspect-ratio: 1.241/1;
}
@media screen and (min-width: 560px) {
  .c-l__content-01 .concept-lead__txt {
    -moz-text-align-last: left;
    text-align-last: left;
  }
}

.c-l__content-02 {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .c-l__content-02 {
    margin-top: 0;
    flex-direction: row-reverse;
  }
}
.c-l__content-02 .concept-lead__item:nth-child(1),
.c-l__content-02 .concept-lead__item:nth-child(2) {
  width: 49%;
}
.c-l__content-02 .concept-lead__item:nth-child(1) img,
.c-l__content-02 .concept-lead__item:nth-child(2) img {
  aspect-ratio: 1.241/1;
}
.c-l__content-02 .concept-lead__item:nth-child(3) {
  width: 100%;
  margin-top: 2.5vw;
}
.c-l__content-02 .concept-lead__item:nth-child(3) img {
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 560px) {
  .c-l__content-02 .concept-lead__txt {
    text-align: right;
  }
}

.concept-content {
  margin: 20vw auto 0;
  width: 90%;
}
@media screen and (min-width: 560px) {
  .concept-content {
    width: min(95%, 1200px);
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 560px) {
  .concept-content.c-c-02 {
    flex-direction: row-reverse;
  }
}
.concept-content .concept-content__img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .concept-content .concept-content__img-list {
    width: 56%;
    position: relative;
    z-index: 1;
  }
}
.concept-content .concept-content__img-list .concept-content__img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}
.concept-content .concept-content__img-list .concept-content__img-item:nth-child(1) {
  width: 100%;
}
.concept-content .concept-content__img-list .concept-content__img-item:nth-child(2),
.concept-content .concept-content__img-list .concept-content__img-item:nth-child(3) {
  width: 49%;
  margin-top: min(1.5vw, 15px);
}
.concept-content.c-c-03 {
  max-width: 1000px;
}
.concept-content.c-c-03 .concept-content__img-list {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .concept-content.c-c-03 .concept-content__img-list {
    width: 50%;
  }
}
.concept-content.c-c-03 .concept-content__img-list .concept-content__img-item {
  width: 49%;
  margin: 0;
}
.concept-content.c-c-03 .concept-content__img-list .concept-content__img-item:nth-child(3),
.concept-content.c-c-03 .concept-content__img-list .concept-content__img-item:nth-child(4) {
  margin-top: min(1.5vw, 15px);
}
.concept-content.c-c-03 .concept-content__img-list .concept-content__img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 560px) {
  .concept-content.c-c-03 .concept-content__txt {
    width: 45%;
    margin-left: 5%;
  }
}
.concept-content .concept-content__txt {
  padding: 20vw 5%;
}
@media screen and (min-width: 560px) {
  .concept-content .concept-content__txt {
    width: 44%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.concept-content .concept-content__txt .head-txt {
  position: relative;
}
.concept-content .concept-content__txt .head-txt::before,
.concept-content .concept-content__txt .head-txt::after {
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  background-image: url(../img/concept/concept-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 560px) {
  .concept-content .concept-content__txt .head-txt::before,
  .concept-content .concept-content__txt .head-txt::after {
    width: min(5.2vw, 52px);
    height: min(5.2vw, 52px);
  }
}
.concept-content .concept-content__txt .head-txt::before {
  top: -15vw;
  left: -5%;
}
@media screen and (min-width: 560px) {
  .concept-content .concept-content__txt .head-txt::before {
    top: min(-5vw, -60px);
    left: min(-5vw, -60px);
  }
}
.concept-content .concept-content__txt .head-txt::after {
  bottom: -15vw;
  right: -5%;
}
@media screen and (min-width: 560px) {
  .concept-content .concept-content__txt .head-txt::after {
    bottom: min(-5vw, -50px);
    right: min(-5vw, -50px);
  }
}
.concept-content .concept-content__txt .head-txt__body {
  line-height: 2;
}
@media screen and (min-width: 560px) {
  .concept-content .concept-content__txt .head-txt__body {
    font-size: min(1.5vw, 16px);
  }
}

/* -------------- CONCEPT END -------------- */
/* -------------- MENU -------------- */
.menu__main .cmn-lead__body::before,
.menu__main .cmn-lead__body::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 560px) {
  .menu__main .cmn-lead__body::before {
    width: min(62vw, 570px);
    height: min(49vw, 420px);
    background-image: url(../img/menu/menu__lead-left.png);
    left: min(-50vw, -500px);
  }
}
@media screen and (min-width: 960px) {
  .menu__main .cmn-lead__body::before {
    left: -520px;
  }
}
@media screen and (min-width: 560px) {
  .menu__main .cmn-lead__body::after {
    width: min(69vw, 680px);
    height: min(45vw, 450px);
    background-image: url(../img/menu/menu__lead-right.png);
    right: min(-60vw, -600px);
  }
}
@media screen and (min-width: 960px) {
  .menu__main .cmn-lead__body::after {
    right: -680px;
  }
}

/* メニューページ・共通 */
.menu-txt {
  text-align: center;
}
.menu-txt .menu-txt__main {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.75vw;
  letter-spacing: 0.1em;
  margin-bottom: 7vw;
}
@media screen and (min-width: 560px) {
  .menu-txt .menu-txt__main {
    font-size: min(2.4vw, 24px);
    margin-bottom: min(3vw, 30px);
  }
}
.menu-txt .menu-txt__body {
  line-height: 1.75;
}
@media screen and (min-width: 560px) {
  .menu-txt .menu-txt__body {
    font-size: min(1.4vw, 14px);
  }
}

/* メニューページ・共通 #ND */
/* 人気・代表メニュー */
.menu-calte {
  width: 90%;
  margin: 15vw auto 0;
}
@media screen and (min-width: 560px) {
  .menu-calte {
    margin-top: min(12vw, 120px);
    width: 87.8%;
  }
}
.menu-calte .menu-calte__list {
  margin-top: 7vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .menu-calte .menu-calte__list {
    margin-top: min(6vw, 60px);
  }
  .menu-calte .menu-calte__list::after {
    content: "";
    display: block;
    width: 31.25%;
  }
}
@media screen and (min-width: 1200px) {
  .menu-calte .menu-calte__list::before,
  .menu-calte .menu-calte__list::after {
    content: "";
    display: block;
    width: 24%;
  }
  .menu-calte .menu-calte__list::before {
    order: 1;
  }
}
.menu-calte .menu-calte__item {
  width: 48%;
}
.menu-calte .menu-calte__item:nth-child(n + 3) {
  margin-top: 2.5vw;
}
@media screen and (min-width: 560px) {
  .menu-calte .menu-calte__item {
    width: 31.25%;
  }
  .menu-calte .menu-calte__item:nth-child(3) {
    margin-top: 0;
  }
  .menu-calte .menu-calte__item:nth-child(n + 4) {
    margin-top: min(3vw, 30px);
  }
}
@media screen and (min-width: 1200px) {
  .menu-calte .menu-calte__item {
    width: 24%;
  }
  .menu-calte .menu-calte__item:nth-child(4) {
    margin-top: 0;
  }
}
.menu-calte .menu-calte__txt {
  text-align: center;
  background-color: #fff;
  padding: 4vw 2.5%;
}
@media screen and (min-width: 560px) {
  .menu-calte .menu-calte__txt {
    padding: min(2.5vw, 25px) 0;
  }
}
.menu-calte .menu-calte__name {
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .menu-calte .menu-calte__name {
    font-size: min(1.5vw, 16px);
  }
}
.menu-calte .menu-calte__price {
  color: #c1bfbf;
  margin-top: 1.5vw;
}
@media screen and (min-width: 560px) {
  .menu-calte .menu-calte__price {
    font-size: min(1.4vw, 14px);
    margin-top: 10px;
  }
}

/* 人気・代表メニュー END */
/* コースメニュー */
.menu-couse {
  width: 95%;
  margin: 20vw auto 0;
}
@media screen and (min-width: 560px) {
  .menu-couse {
    margin-top: min(12vw, 120px);
    width: 87.8%;
  }
}
.menu-couse .menu-couse__slider {
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .menu-couse .menu-couse__slider {
    margin-top: min(6vw, 60px);
  }
}

/* コースメニュー END */
/* お部屋食・朝食 */
.menu-other {
  width: min(90%, 1100px);
  margin: 20vw auto 0;
}
@media screen and (min-width: 560px) {
  .menu-other {
    margin-top: min(12vw, 120px);
  }
}
@media screen and (min-width: 560px) {
  .menu-other .menu-other__list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 560px) {
  .menu-other .menu-other__item {
    width: 45.4%;
  }
}
.menu-other .menu-other__item:nth-child(n + 2) {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .menu-other .menu-other__item:nth-child(n + 2) {
    margin-top: 0;
  }
}
.menu-other .menu-other__img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .menu-other .menu-other__img {
    width: 100%;
  }
}
.menu-other .menu-other__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}
.menu-other .menu-other__body {
  text-align: center;
  margin-top: 7vw;
  line-height: 1.75;
}
@media screen and (min-width: 560px) {
  .menu-other .menu-other__body {
    font-size: min(1.4vw, 14px);
    margin-top: min(3vw, 30px);
  }
}
.menu-other .menu-other__btn {
  text-align: center;
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .menu-other .menu-other__btn {
    margin-top: min(3vw, 30px);
  }
}

/* お部屋食・朝食 END */
/* -------------- MENU END -------------- */
/* -------------- STAY -------------- */
/* タブ切り替え */
.tab_panel {
  display: none;
}
.tab_panel.active {
  display: block;
  transition: all 0.3s;
}

.stay-tab {
  width: 90%;
  margin: 15vw auto 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .stay-tab {
    width: 87.8%;
    margin-top: min(12vw, 120px);
  }
}
.stay-tab .stay-tab__list {
  display: flex;
}
.stay-tab .stay-tab__item {
  width: 50%;
  height: 25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-size: cover;
}
@media screen and (min-width: 560px) {
  .stay-tab .stay-tab__item {
    height: min(20vw, 200px);
  }
}
.stay-tab .stay-tab__item:nth-child(1) {
  background-image: url(../img/stay/stay__tab-new-off--sp.jpg);
}
@media screen and (min-width: 560px) {
  .stay-tab .stay-tab__item:nth-child(1) {
    background-image: url(../img/stay/stay__tab-new-off--pc.jpg);
  }
}
.stay-tab .stay-tab__item:nth-child(2) {
  background-image: url(../img/stay/stay__tab-main-off--sp.jpg);
}
@media screen and (min-width: 560px) {
  .stay-tab .stay-tab__item:nth-child(2) {
    background-image: url(../img/stay/stay__tab-main-off--pc.jpg);
  }
}
.stay-tab .stay-tab__item.active:nth-child(1) {
  background-image: url(../img/stay/stay__tab-new-on--sp.jpg);
}
@media screen and (min-width: 560px) {
  .stay-tab .stay-tab__item.active:nth-child(1) {
    background-image: url(../img/stay/stay__tab-new-on--pc.jpg);
  }
}
.stay-tab .stay-tab__item.active:nth-child(2) {
  background-image: url(../img/stay/stay__tab-main-on--sp.jpg);
}
@media screen and (min-width: 560px) {
  .stay-tab .stay-tab__item.active:nth-child(2) {
    background-image: url(../img/stay/stay__tab-main-on--pc.jpg);
  }
}
.stay-tab .stay-tab__main {
  font-size: 4.75vw;
  line-height: 2;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 560px) {
  .stay-tab .stay-tab__main {
    font-size: min(3vw, 36px);
  }
}
.stay-tab .stay-tab__sub {
  font-size: 3.5vw;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 560px) {
  .stay-tab .stay-tab__sub {
    font-size: min(1.4vw, 14px);
  }
}

/* タブ切り替え END */
.stay-content {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .stay-content {
    margin-top: min(12vw, 120px);
  }
}
.stay-content .stay-content__lead-txt {
  line-height: 1.75;
  margin-top: 7vw;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .stay-content .stay-content__lead-txt {
    font-size: min(1.4vw, 14px);
    margin-top: min(12vw, 120px);
  }
}

/* アンカーリンク */
.s-anc-link {
  width: min(90%, 1000px);
  margin: 20vw auto 0;
}
@media screen and (min-width: 560px) {
  .s-anc-link {
    margin-top: min(12vw, 120px);
  }
}
.s-anc-link .s-anc-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s-anc-link .s-anc-link__item {
  width: 49%;
  border-bottom: #665d5d 1px solid;
}
@media screen and (min-width: 560px) {
  .s-anc-link .s-anc-link__item {
    width: 32%;
  }
  .s-anc-link .s-anc-link__item:nth-child(1) {
    order: 1;
  }
  .s-anc-link .s-anc-link__item:nth-child(2) {
    order: 4;
    margin-top: min(3vw, 30px);
  }
  .--main-build .s-anc-link .s-anc-link__item:nth-child(2) {
    order: 2;
    margin-top: 0;
  }
  .s-anc-link .s-anc-link__item:nth-child(3) {
    order: 2;
  }
  .--main-build .s-anc-link .s-anc-link__item:nth-child(3) {
    order: 3;
  }
  .s-anc-link .s-anc-link__item:nth-child(4) {
    order: 5;
    margin-top: min(3vw, 30px);
  }
  .s-anc-link .s-anc-link__item:nth-child(5) {
    order: 3;
  }
  .s-anc-link .s-anc-link__item:nth-child(6) {
    order: 6;
    margin-top: min(3vw, 30px);
  }
}
.s-anc-link .s-anc-link__item a {
  text-align: center;
  color: #2d2a24;
  line-height: 1.75;
  white-space: nowrap;
  padding: 2.5vw 0 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .s-anc-link .s-anc-link__item a {
    font-size: min(1.4vw, 14px);
    text-align: left;
    padding: min(2.5vw, 25px) 5%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.s-anc-link .s-anc-link__item a::after {
  content: "";
  display: block;
  width: 4vw;
  height: 2vw;
  background-image: url(../img/stay/s-c__anc-arrow-sp.svg);
  background-size: cover;
  margin-top: 1.5vw;
}
@media screen and (min-width: 560px) {
  .s-anc-link .s-anc-link__item a::after {
    width: min(2vw, 20px);
    height: min(1vw, 10px);
    margin-top: 0;
    background-image: url(../img/stay/s-c__anc-arrow-pc.svg);
  }
}

/* アンカーリンク END */
/* お部屋詳細 */
.stay-room {
  width: 90%;
  margin: 0 auto;
  margin-top: 20vw;
}
@media screen and (min-width: 560px) {
  .stay-room {
    width: 87.8%;
    margin-top: min(12vw, 120px);
  }
}
.stay-room .slider__title {
  white-space: nowrap;
}
.stay-room .stay-room__detail {
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .stay-room .stay-room__detail {
    margin-top: min(6vw, 60px);
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 560px) {
  .stay-room .stay-room__left {
    width: 56.2%;
  }
}
.stay-room .stay-room__item {
  padding: 5vw 0 4.5vw;
  display: flex;
  border-bottom: 1px solid rgba(219, 213, 205, 0.5);
}
@media screen and (min-width: 560px) {
  .stay-room .stay-room__item {
    padding: min(2.5vw, 25px) 0 min(2vw, 20px);
  }
}
.stay-room .stay-room__item p {
  line-height: 1.75;
}
.stay-room .stay-room__item p:first-child {
  width: 30%;
  font-weight: 700;
}
.stay-room .stay-room__item p:last-child {
  width: 70%;
}
.stay-room .stay-room__drawing {
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .stay-room .stay-room__drawing {
    width: 36.6%;
    margin-top: 0;
  }
}
.stay-room .stay-room__drawing-notice {
  font-size: 2.8vw;
  margin-top: 1.5vw;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .stay-room .stay-room__drawing-notice {
    font-size: min(1.2vw, 12px);
    margin-top: 10px;
  }
}
.stay-room .btn02 {
  width: 80%;
  margin: 7vw auto 0;
}
@media screen and (min-width: 560px) {
  .stay-room .btn02 {
    margin-top: min(6vw, 60px);
    margin-left: 0;
    width: auto;
  }
}

/* お部屋詳細 END */
/* アメニティ */
.stay-amenity {
  width: min(90%, 1000px);
  padding: 7vw 5%;
  margin: 15vw auto 0;
  background-color: #fff;
}
@media screen and (min-width: 560px) {
  .stay-amenity {
    padding: min(6vw, 60px) 10%;
    margin-top: min(12vw, 120px);
  }
}
.stay-amenity .stay-amenity__title {
  text-align: center;
  font-size: 4.75vw;
  font-weight: normal;
}
@media screen and (min-width: 560px) {
  .stay-amenity .stay-amenity__title {
    font-size: min(2.4vw, 24px);
  }
}
.stay-amenity .stay-amenity__inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .stay-amenity .stay-amenity__inner {
    margin-top: min(6vw, 60px);
    justify-content: space-around;
  }
}
.stay-amenity .stay-amenity__item {
  display: flex;
  font-size: 3.25vw;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .stay-amenity .stay-amenity__item {
    font-size: min(1.4vw, 14px);
  }
}
.stay-amenity .stay-amenity__item + .stay-amenity__item {
  margin-top: 3vw;
}
@media screen and (min-width: 560px) {
  .stay-amenity .stay-amenity__item + .stay-amenity__item {
    margin-top: min(1.5vw, 15px);
  }
}
.stay-amenity .stay-amenity__item::before {
  content: "・";
  display: block;
}
.stay-amenity.new-build .stay-amenity__list {
  width: 50%;
}
@media screen and (min-width: 560px) {
  .stay-amenity.new-build .stay-amenity__list {
    width: auto;
  }
}
.stay-amenity.new-build .stay-amenity__extra {
  width: 100%;
  margin-top: 6vw;
  display: flex;
}
@media screen and (min-width: 560px) {
  .stay-amenity.new-build .stay-amenity__extra {
    width: auto;
    margin-top: 0;
    flex-direction: column;
  }
}
.stay-amenity.new-build .stay-amenity__extra .stay-amenity__list {
  width: 50%;
}
@media screen and (min-width: 560px) {
  .stay-amenity.new-build .stay-amenity__extra .stay-amenity__list {
    width: 100%;
  }
  .stay-amenity.new-build .stay-amenity__extra .stay-amenity__list:last-child {
    margin-top: min(2vw, 20px);
  }
}
.stay-amenity.new-build .stay-amenity__item:first-child {
  font-weight: 700;
}
.stay-amenity.new-build .stay-amenity__item:first-child::before {
  display: none;
}
.stay-amenity.main-build .stay-amenity__list:nth-child(1),
.stay-amenity.main-build .stay-amenity__list:nth-child(2) {
  width: 50%;
}
@media screen and (min-width: 560px) {
  .stay-amenity.main-build .stay-amenity__list:nth-child(1),
  .stay-amenity.main-build .stay-amenity__list:nth-child(2) {
    width: auto;
  }
}
.stay-amenity.main-build .stay-amenity__list:nth-child(3) {
  width: 100%;
  margin-top: 3vw;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .stay-amenity.main-build .stay-amenity__list:nth-child(3) {
    width: auto;
    margin-top: 0;
    display: inline-block;
  }
}
.stay-amenity.main-build .stay-amenity__list:nth-child(3) .stay-amenity__item {
  width: 50%;
}
@media screen and (min-width: 560px) {
  .stay-amenity.main-build .stay-amenity__list:nth-child(3) .stay-amenity__item {
    width: auto;
  }
}
.stay-amenity.main-build .stay-amenity__list:nth-child(3) .stay-amenity__item:nth-child(2) {
  margin-top: 0;
}
@media screen and (min-width: 560px) {
  .stay-amenity.main-build .stay-amenity__list:nth-child(3) .stay-amenity__item:nth-child(2) {
    margin-top: min(1.5vw, 15px);
  }
}

/* アメニティ END */
/* -------------- STAY END -------------- */
/* -------------- FACILITIES -------------- */
.facilities .facilities__contents {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .facilities .facilities__contents {
    width: 87.84%;
  }
}

/* 館内MAP */
.f-map {
  width: min(90vw, 1100px);
  margin: 0 auto;
  background-color: #dbd5cd;
}
@media screen and (min-width: 560px) {
  .f-map {
    display: flex;
    justify-content: space-between;
    padding: min(1.5vw, 15px);
    padding-left: 0;
  }
}
.f-map .f-map__head {
  font-size: 4.5vw;
  letter-spacing: 0.15em;
  padding: 7vw 0;
  text-align: center;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 560px) {
  .f-map .f-map__head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(15%, 180px);
    font-size: min(2.4vw, 24px);
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (min-width: 560px) {
  .f-map .f-map__map {
    width: 85%;
  }
}

.f-content-type01 {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .f-content-type01 {
    margin-top: min(12vw, 120px);
  }
}
.f-content-type01 .f-content-type01__btn {
  text-align: center;
  margin-top: 4vw;
}
@media screen and (min-width: 560px) {
  .f-content-type01 .f-content-type01__btn {
    margin-top: min(3vw, 30px);
  }
}

@media screen and (min-width: 560px) {
  .f-content-btm {
    width: min(90%, 1100px);
    margin-top: min(12vw, 120px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}

.f-content-type02 {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .f-content-type02 {
    width: 45.5%;
    margin-top: 0;
  }
}
.f-content-type02 .sli1er__wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .f-content-type02 .slider__title {
    margin-top: min(3vw, 40px);
  }
}
.f-content-type02 .f-content-type02__btn {
  text-align: center;
  margin-top: 4vw;
}
@media screen and (min-width: 560px) {
  .f-content-type02 .f-content-type02__btn {
    margin-top: min(3vw, 30px);
  }
}

/* 館内MAP END */
/* -------------- FACILITIES END -------------- */
/* -------------- DAYUSE -------------- */
.dayuse .dayuse__main {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.dayuse .dayuse-plan__list {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .dayuse .dayuse-plan__list {
    margin-top: min(12vw, 120px);
  }
}
.dayuse .dayuse-plan__item + .dayuse-plan__item {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .dayuse .dayuse-plan__item + .dayuse-plan__item {
    margin-top: min(12vw, 120px);
  }
}
.dayuse .dayuse-plan__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.595/1;
}
@media screen and (min-width: 560px) {
  .dayuse .dayuse-plan__image {
    aspect-ratio: 1.6/1;
  }
}
.dayuse .dayuse-plan__title {
  text-align: center;
  font-size: 4.5vw;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 7vw;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .dayuse .dayuse-plan__title {
    font-size: min(2.4vw, 24px);
    margin-top: min(6vw, 60px);
  }
}
.dayuse .dayuse-plan__txt {
  line-height: 1.75;
  text-align: center;
  margin-top: 6vw;
}
@media screen and (min-width: 560px) {
  .dayuse .dayuse-plan__txt {
    margin-top: min(5.5vw, 50px);
  }
}
.dayuse .dayuse-plan__details {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .dayuse .dayuse-plan__details {
    display: flex;
    flex-wrap: wrap;
  }
}
.dayuse .dayuse-plan__details li {
  padding-bottom: 5vw;
  margin-bottom: 7vw;
  border-bottom: rgba(219, 213, 205, 0.5) 1px solid;
}
@media screen and (min-width: 560px) {
  .dayuse .dayuse-plan__details li {
    display: flex;
    padding-bottom: min(2.5vw, 25px);
    margin-bottom: min(3vw, 30px);
  }
}
.dayuse .dayuse-plan__details li p:first-child {
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .dayuse .dayuse-plan__details li p:first-child {
    width: 20%;
    line-height: 1.75;
  }
}
.dayuse .dayuse-plan__details li p:last-child {
  margin-top: 2.5vw;
  line-height: 1.75;
}
@media screen and (min-width: 560px) {
  .dayuse .dayuse-plan__details li p:last-child {
    width: 80%;
    margin-top: 0;
  }
}
@media screen and (min-width: 560px) {
  .dayuse .dayuse-plan__meal,
  .dayuse .dayuse-plan__benefit {
    width: 100%;
  }
  .dayuse .dayuse-plan__check,
  .dayuse .dayuse-plan__period {
    width: 50%;
  }
  .dayuse .dayuse-plan__check p:first-child,
  .dayuse .dayuse-plan__period p:first-child {
    width: 40% !important;
  }
  .dayuse .dayuse-plan__check p:last-child,
  .dayuse .dayuse-plan__period p:last-child {
    width: 60% !important;
  }
}
.dayuse .dayuse-plan__btn {
  text-align: center;
}

/* -------------- DAYUSE END -------------- */
/* -------------- SIGHTSEEING -------------- */
/* google maps 整形 */
.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

.sightseeing .sightseeing__main {
  width: min(90%, 1100px);
  margin: 0 auto;
}
.sightseeing .sightseeing__list {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .sightseeing .sightseeing__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: min(12vw, 120px);
  }
}
.sightseeing .sightseeing__item {
  list-style: none;
}
@media screen and (min-width: 560px) {
  .sightseeing .sightseeing__item {
    width: 45.4%;
  }
}
.sightseeing .sightseeing__item + .sightseeing__item {
  margin-top: 10vw;
}
@media screen and (min-width: 560px) {
  .sightseeing .sightseeing__item + .sightseeing__item {
    margin-top: 0;
  }
}
.sightseeing .sightseeing__item + .sightseeing__item:nth-child(n + 3) {
  margin-top: min(12vw, 120px);
}
.sightseeing .sightseeing__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.sightseeing .sightseeing__place {
  font-size: 4.75vw;
  text-align: center;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .sightseeing .sightseeing__place {
    font-size: min(2.4vw, 24px);
    margin-top: min(3vw, 30px);
  }
}
.sightseeing .sightseeing__time {
  font-size: 3.5vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 5vw;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .sightseeing .sightseeing__time {
    font-size: min(1.2vw, 12px);
    margin-top: min(1.5vw, 15px);
  }
}
.sightseeing .sightseeing__body {
  line-height: 1.75;
  margin-top: 6vw;
}
@media screen and (min-width: 560px) {
  .sightseeing .sightseeing__body {
    font-size: min(1.4vw, 14px);
    margin-top: min(3vw, 30px);
  }
}
.sightseeing .sightseeing__btn {
  margin-top: 7vw;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  .sightseeing .sightseeing__btn {
    margin-top: min(3vw, 30px);
  }
}
.sightseeing .sightseeing__btn .btn01:first-child,
.sightseeing .sightseeing__btn .wp-block-buttons .wp-block-button:first-child,
.wp-block-buttons .sightseeing .sightseeing__btn .wp-block-button:first-child {
  margin-right: 2%;
}
.sightseeing .sightseeing__btn .btn01:last-child,
.sightseeing .sightseeing__btn .wp-block-buttons .wp-block-button:last-child,
.wp-block-buttons .sightseeing .sightseeing__btn .wp-block-button:last-child {
  margin-left: 2%;
}
.sightseeing .sightseeing__notice {
  background-color: #fff;
  padding: 5% 5% 4% 5%;
  line-height: 1.75;
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .sightseeing .sightseeing__notice {
    margin-top: min(2.5vw, 25px);
  }
}

.ss-data__list {
  width: 95%;
  margin: 7vw auto 0;
}
@media screen and (min-width: 560px) {
  .ss-data__list {
    margin-top: min(2.5vw, 25px);
  }
}

.ss-data__item {
  display: flex;
  justify-content: center;
}
.ss-data__item + .ss-data__item {
  margin-top: 2vw;
}
@media screen and (min-width: 560px) {
  .ss-data__item + .ss-data__item {
    margin-top: min(1.5vw, 15px);
  }
}
.ss-data__item p {
  line-height: 1.75;
}
.ss-data__item p:first-child {
  font-weight: 700;
  width: 25%;
}
.ss-data__item p:last-child {
  width: 75%;
}

/* -------------- SIGHTSEEING END -------------- */
/* -------------- ACCESS -------------- */
.access__main {
  width: min(90%, 1000px);
  margin: 0 auto;
}

.access__top iframe,
.sightseeing__top iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.4/1;
}
@media screen and (min-width: 560px) {
  .access__top iframe,
  .sightseeing__top iframe {
    aspect-ratio: 2.2/1;
  }
}

@media screen and (min-width: 560px) {
  .access-store {
    display: flex;
    align-items: center;
    margin-top: min(3vw, 30px);
  }
}
.access-store .access-store__image {
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .access-store .access-store__image {
    margin-top: 0;
    width: 50%;
  }
}
.access-store .access-store__image img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.4/1;
}
@media screen and (min-width: 560px) {
  .access-store .access-store__image img {
    aspect-ratio: 1.667/1;
  }
}
.access-store .access-store__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  .access-store .access-store__info {
    width: 50%;
  }
}
.access-store .access-store__logo {
  width: min(50%, 150px);
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .access-store .access-store__logo {
    margin-top: 0;
  }
}
.access-store .access-store__ad {
  text-align: center;
  line-height: 1.5;
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .access-store .access-store__ad {
    margin-top: min(2.5vw, 25px);
  }
}
.access-store .access-store__btn {
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .access-store .access-store__btn {
    margin-top: min(2.5vw, 25px);
  }
}

.access-route .access-route__inner {
  margin-top: 20vw;
}
@media screen and (min-width: 560px) {
  .access-route .access-route__inner {
    margin-top: min(12vw, 120px);
  }
}
.access-route .access-route__title {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.5vw;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access-route .access-route__title::before {
  content: "";
  display: block;
  width: 7vw;
  height: 7vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: min(3%, 15px);
}
@media screen and (min-width: 560px) {
  .access-route .access-route__title::before {
    width: min(3.5vw, 35px);
    height: min(3.5vw, 35px);
  }
}
.access-route .access-route__title.bycar::before {
  background-image: url(../img/access/access-icon-car.svg);
}
.access-route .access-route__title.bybus::before {
  background-image: url(../img/access/access-icon-bus.svg);
}
.access-route .access-route__title.bytrain::before {
  background-image: url(../img/access/access-icon-train.svg);
}
@media screen and (min-width: 560px) {
  .access-route .access-route__title.bytrain::before {
    height: min(3vw, 30px);
  }
}
@media screen and (min-width: 560px) {
  .access-route .access-route__title {
    font-size: min(2.1vw, 21px);
  }
}
.access-route .access-route__image {
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .access-route .access-route__image {
    margin-top: min(6vw, 60px);
  }
}

.access-syuyu-bus {
  text-align: center;
  background-color: #fff;
  padding: 10vw 1.5%;
  margin-top: 20vw;
}
@media screen and (min-width: 560px) {
  .access-syuyu-bus {
    padding: min(6vw, 60px) 0;
    margin-top: min(12vw, 120px);
  }
}
.access-syuyu-bus .access-syuyu-bus__title {
  font-weight: 500;
  font-size: 4.5vw;
}
@media screen and (min-width: 560px) {
  .access-syuyu-bus .access-syuyu-bus__title {
    font-size: min(2.1vw, 21px);
  }
}
.access-syuyu-bus .access-syuyu-bus__txt {
  line-height: 1.75;
  margin-top: 10vw;
}
@media screen and (min-width: 560px) {
  .access-syuyu-bus .access-syuyu-bus__txt {
    font-size: min(1.4vw, 14px);
    margin-top: min(5vw, 50px);
  }
}
.access-syuyu-bus .btn01,
.access-syuyu-bus .wp-block-buttons .wp-block-button,
.wp-block-buttons .access-syuyu-bus .wp-block-button {
  margin-top: 10vw;
}
@media screen and (min-width: 560px) {
  .access-syuyu-bus .btn01,
  .access-syuyu-bus .wp-block-buttons .wp-block-button,
  .wp-block-buttons .access-syuyu-bus .wp-block-button {
    margin-top: min(3vw, 30px);
  }
}
.access-syuyu-bus .access-syuyu-bus__notice {
  margin-top: 2.5vw;
  font-size: 3.5vw;
}
@media screen and (min-width: 560px) {
  .access-syuyu-bus .access-syuyu-bus__notice {
    margin-top: min(1.5vw, 15px);
    font-size: min(1.2vw, 12px);
  }
}

/* -------------- ACCESS END -------------- */
/* -------------- FAQ -------------- */
.faq .main-content {
  width: 90%;
  margin: 0 auto;
}
.faq .faq__item {
  border-bottom: 1px solid #dbd5cd;
}
@media screen and (min-width: 960px) {
  .faq .faq__item:nth-child(1) .faq__que {
    padding-top: 0;
  }
}
.faq .faq__item .btn01,
.faq .faq__item .wp-block-buttons .wp-block-button,
.wp-block-buttons .faq .faq__item .wp-block-button {
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .faq .faq__item .btn01,
  .faq .faq__item .wp-block-buttons .wp-block-button,
  .wp-block-buttons .faq .faq__item .wp-block-button {
    margin-top: min(1.5vw, 15px);
  }
}
.faq .faq__item .btn02 {
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .faq .faq__item .btn02 {
    margin-top: 0;
  }
}
.faq .faq__que {
  padding: 5vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 560px) {
  .faq .faq__que {
    padding: min(2.5vw, 25px) 0;
  }
}
.faq .faq__que::after {
  content: "";
  display: block;
  width: min(4vw, 16px);
  height: min(4vw, 16px);
  background-image: url(../img/faq/faq__open.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.faq .faq__que.active::after {
  background-image: url(../img/faq/faq__close.svg);
}
.faq .faq__que p {
  color: #2d2a24;
  font-weight: 700;
  line-height: 1.5;
}
.faq .faq__ans {
  padding: 0 0 5vw;
}
@media screen and (min-width: 560px) {
  .faq .faq__ans {
    padding: 0 0 min(2.5vw, 25px);
  }
}
.faq .faq__ans P {
  line-height: 1.75;
}
.faq .faq__ans P + p {
  margin-top: min(2.5vw, 25px);
}
.faq .faq__ans ul {
  margin-top: 2vw;
}
@media screen and (min-width: 560px) {
  .faq .faq__ans ul {
    margin-top: min(1.5vw, 15px);
  }
}
.faq .faq__ans li {
  display: flex;
}
.faq .faq__ans li::before {
  content: "・";
  display: block;
}
.faq .faq__ans li + li {
  margin-top: 2vw;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .faq .faq__ans li + li {
    margin-top: min(1vw, 10px);
  }
}
@media screen and (min-width: 560px) {
  .faq .faq__book {
    display: flex;
    align-items: center;
    margin-top: min(1.5vw, 15px);
  }
}
.faq .tel-txt {
  margin-top: 2.5vw;
}
@media screen and (min-width: 560px) {
  .faq .tel-txt {
    margin-top: 0;
    margin-left: 2.5%;
  }
}

/* -------------- FAQ END -------------- */
/* -------------- 会社概要・プライバシーポリシー -------------- */
.pp__lead {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 15vw;
}
@media screen and (min-width: 560px) {
  .pp__lead {
    font-size: min(1.4vw, 14px);
    margin-bottom: min(12vw, 120px);
  }
}

.company-pp__main {
  width: min(90%, 1000px);
  margin: 0 auto;
}

.company-pp__item {
  border-bottom: #c1bfbf 1px solid;
}
.company-pp__item + .company-pp__item {
  margin-top: 7vw;
}
@media screen and (min-width: 560px) {
  .company-pp__item + .company-pp__item {
    margin-top: min(3vw, 30px);
  }
}

.company-pp__top p {
  font-size: 4vw;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .company-pp__top p {
    font-size: min(1.5vw, 16px);
  }
}

.company-pp__btm {
  padding: 7vw 0;
}
@media screen and (min-width: 560px) {
  .company-pp__btm {
    padding: min(3vw, 30px) 0;
  }
}
.company-pp__btm p {
  line-height: 1.75;
}
.company-pp__btm p + p {
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .company-pp__btm p + p {
    margin-top: min(3vw, 30px);
  }
}

/* -------------- 会社概要・プライバシーポリシー END -------------- */
/* -------------- お知らせ -------------- */
/* お知らせ一覧 */
.news-list {
  width: min(90%, 1000px);
  margin: 0 auto;
}
.news-list .news-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .news-list .news-list__list {
    justify-content: flex-start;
  }
}
.news-list .news-list__item {
  width: 100%;
  padding-bottom: 7vw;
  margin-bottom: 7vw;
  border-bottom: 1px solid #dbd5cd;
}
@media screen and (min-width: 560px) {
  .news-list .news-list__item {
    width: 30%;
    padding-bottom: 0;
    margin-bottom: min(6vw, 60px);
    border-bottom: none;
  }
  .news-list .news-list__item:nth-child(n + 2) {
    margin-left: 5%;
  }
}
@media screen and (min-width: 560px) and (min-width: 960px) {
  .news-list .news-list__item:nth-child(n + 2) {
    margin-left: 9%;
  }
}
@media screen and (min-width: 560px) {
  .news-list .news-list__item:nth-child(4),
  .news-list .news-list__item:nth-child(7) {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .news-list .news-list__item {
    width: 27.2%;
  }
}
.news-list .news-list__link:hover {
  opacity: 0.7;
}
.news-list .news-list__image {
  display: none;
}
@media screen and (min-width: 560px) {
  .news-list .news-list__image {
    display: block;
  }
}
.news-list .news-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 560px) {
  .news-list .news-list__image img {
    width: 100%;
    height: min(28vw, 299px);
  }
}

.n-text .n-text__top {
  display: flex;
}
.n-text .n-text__date {
  color: #2d2a24;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .n-text .n-text__date {
    font-size: min(1.75vw, 14px);
    margin-top: min(1.5vw, 15px);
  }
}
.n-text .n-text__title {
  color: #2d2a24;
  line-height: 1.5;
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .n-text .n-text__title {
    font-size: min(1.75vw, 14px);
    margin-top: min(1.5vw, 15px);
  }
}

/* お知らせ一覧 END */
/* ページネーション */
.news-pagination {
  width: min(95%, 1000px);
  margin: 0 auto;
}
.news-pagination .news-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-pagination .page-numbers {
  color: #2d2a24;
  background-color: #fff;
  height: 12.5vw;
  width: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2d2a24;
  border-radius: 10vw;
}
@media screen and (min-width: 560px) {
  .news-pagination .page-numbers {
    font-size: min(1.75vw, 16px);
    width: min(6vw, 75px);
    height: min(6vw, 75px);
  }
}
.news-pagination .page-numbers:nth-child(n + 2) {
  margin-left: 2.5%;
}
@media screen and (min-width: 560px) {
  .news-pagination .page-numbers:nth-child(n + 2) {
    margin-left: min(1vw, 10px);
  }
}
.news-pagination .page-numbers.current,
.news-pagination .page-numbers:hover {
  color: #fff;
  background-color: #2d2a24;
}
.news-pagination .page-numbers.prev,
.news-pagination .page-numbers.next {
  padding: 0 3.5vw;
  box-sizing: initial;
}
.news-pagination .page-numbers.dots {
  border: none;
}

/* ページネーション END */
/* 記事・記事ページ */
.news-inner {
  width: min(95%, 900px);
  margin: 0 auto;
}
.news-inner .h2_boder {
  font-size: 4.5vw;
}
@media screen and (min-width: 560px) {
  .news-inner .h2_boder {
    font-size: min(2.4vw, 24px);
  }
}
.news-inner .pagedate {
  font-size: 3.75vw;
  font-weight: 700;
  margin-top: min(2.5vw, 25px);
}
@media screen and (min-width: 560px) {
  .news-inner .pagedate {
    font-size: min(1.75vw, 14px);
  }
}
.news-inner .single-contents {
  padding: 0 0 min(10vw, 50px);
  margin: min(5vw, 50px) auto min(10vw, 50px);
  border-bottom: 1px solid #665d5d;
}
.news-inner .single-contents p {
  line-height: 1.75;
}
.news-inner .single-contents p + p {
  margin-top: min(2.5vw, 25px);
}
.news-inner .single-contents figure {
  margin: 0;
}
.news-inner .single-contents img {
  margin-top: min(2.5vw, 25px);
}
@media screen and (min-width: 560px) {
  .news-inner .single-contents hr {
    margin: min(2.5vw, 25px) 0;
  }
}

@media screen and (min-width: 560px) {
  .wp-block-buttons {
    display: flex;
  }
}
@media screen and (min-width: 560px) {
  .wp-block-buttons .wp-block-button + .wp-block-button {
    margin-left: 2.5%;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  margin-top: min(2.5vw, 25px);
}
@media screen and (min-width: 560px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 0 40px;
    white-space: nowrap;
  }
  .wp-block-buttons .wp-block-button .wp-block-button__link::after {
    margin-right: -15%;
  }
}

.news-article-pagination {
  width: min(95%, 900px);
  margin: 0 auto;
}
.news-article-pagination h2 {
  display: none;
}
.news-article-pagination .post-navigation {
  margin-bottom: min(5vw, 50px);
}
.news-article-pagination .post-navigation .nav-links {
  display: flex;
  align-items: center;
}
.news-article-pagination .post-navigation .nav-links > div {
  width: 50%;
  display: flex;
  align-items: center;
}
.news-article-pagination .post-navigation .nav-links > div a {
  width: 95%;
}
.news-article-pagination .post-navigation .nav-links > div::before,
.news-article-pagination .post-navigation .nav-links > div::after {
  width: 2.5vw;
  height: 4.5vw;
  background-image: url(../img/news/news__arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 560px) {
  .news-article-pagination .post-navigation .nav-links > div::before,
  .news-article-pagination .post-navigation .nav-links > div::after {
    width: min(8vw, 8.5px);
    height: min(1.6vw, 16px);
  }
}
.news-article-pagination .post-navigation .nav-links .nav-previous::before {
  display: block;
  content: "";
  margin-left: 2.5%;
  transform: rotate(180deg);
}
.news-article-pagination .post-navigation .nav-links .nav-next {
  padding-left: 2.5%;
  justify-content: flex-end;
  text-align: right;
}
.news-article-pagination .post-navigation .nav-links .nav-next::after {
  display: block;
  content: "";
  margin-left: 2.5%;
}
.news-article-pagination .post-navigation a {
  color: #333;
  font-size: 3.75vw;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .news-article-pagination .post-navigation a {
    font-size: min(1.75vw, 16px);
  }
}
.news-article-pagination .btn {
  justify-content: center;
}

.news-btn__wrap {
  text-align: center;
}

/* 記事・記事ページ END */
/* -------------- お知らせ END -------------- */
/* -------------- お問い合わせ -------------- */
/* 導入テキスト */
.contact-intro {
  width: 86.7%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.75;
  padding: 15vw 0 10vw;
}
@media screen and (min-width: 560px) {
  .contact-intro {
    font-size: min(1.4vw, 14px);
    padding-top: min(10vw, 150px);
    padding-bottom: min(7.5vw, 100px);
  }
}
.contact-intro .ccontact-intro__notice {
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .contact-intro .ccontact-intro__notice {
    margin-top: min(2.5vw, 50px);
  }
}
.contact-intro .ccontact-intro__notice span {
  color: #d01b48;
}

/* 導入テキスト END */
/* 問い合わせステップ */
.contact-step {
  margin-bottom: min(10vw, 100px);
}
.contact-step .contact-step__list {
  width: 86.7%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .contact-step .contact-step__list {
    width: min(95%, 1000px);
  }
}
.contact-step .contact-step__item {
  background-color: #fff;
}
.contact-step .contact-step__item:nth-child(odd) {
  width: 30%;
  height: 25vw;
  border: solid 1px #bfbbbb;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  .contact-step .contact-step__item:nth-child(odd) {
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.contact-step .contact-step__item:nth-child(even) {
  width: 2.5%;
  margin: 0 2%;
}
@media screen and (min-width: 560px) {
  .contact-step .contact-step__item:nth-child(even) {
    width: 1.5%;
  }
}
.contact-step .contact-step__item > p {
  font-size: 3.75vw;
}
@media screen and (min-width: 560px) {
  .contact-step .contact-step__item > p {
    font-size: min(1.75vw, 14px);
  }
}
.contact-step .contact-step__item > p:first-child {
  color: #fff;
  background-color: #ddd;
  padding: 2vw 0;
}
@media screen and (min-width: 560px) {
  .contact-step .contact-step__item > p:first-child {
    padding: min(2vw, 20px);
    margin-right: 5%;
  }
}
.contact-step .contact-step__item > p:last-child {
  color: #bfbbbb;
  line-height: 1.5;
  padding-top: 1.75vw;
}
@media screen and (min-width: 560px) {
  .contact-step .contact-step__item > p:last-child {
    padding: 0;
  }
}
.contact-step .contact-step__item.current,
.contact-step .news-pagination .contact-step__item.page-numbers:hover,
.news-pagination .contact-step .contact-step__item.page-numbers:hover {
  border: 2px solid #665d5d;
}
.contact-step .contact-step__item.current p:first-child,
.contact-step .news-pagination .contact-step__item.page-numbers:hover p:first-child,
.news-pagination .contact-step .contact-step__item.page-numbers:hover p:first-child {
  background-color: #665d5d;
}
.contact-step .contact-step__item.current p:last-child,
.contact-step .news-pagination .contact-step__item.page-numbers:hover p:last-child,
.news-pagination .contact-step .contact-step__item.page-numbers:hover p:last-child {
  color: #665d5d;
  font-weight: 700;
}

/* 問い合わせステップ END */
/* お問い合わせフォーム */
.contact-form table {
  width: 86.7%;
  margin: 0 auto 5vw;
  font-size: 3.75vw;
}
@media screen and (min-width: 560px) {
  .contact-form table {
    font-size: min(1.5vw, 14px);
    width: min(95%, 1000px);
    margin-bottom: min(10vw, 100px);
  }
}
@media screen and (min-width: 960px) {
  .contact-form table {
    margin-bottom: 50px;
  }
}
.contact-form tr {
  margin-bottom: min(5vw, 50px);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .contact-form tr {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
.contact-form tr:last-child {
  margin-bottom: 0;
}
.contact-form tr:last-child td {
  line-height: 1.5;
}
.contact-form th {
  font-weight: 500;
  margin-bottom: min(2vw, 15px);
}
@media screen and (min-width: 960px) {
  .contact-form th {
    width: 25%;
    margin-bottom: 0;
  }
}
.contact-form th.required {
  display: flex;
  align-items: center;
}
.contact-form th.required::after {
  content: "※";
  display: block;
  color: #ff4622;
  margin-left: 1.5%;
}
@media screen and (min-width: 960px) {
  .contact-form td {
    width: 75%;
  }
}
.contact-form td input,
.contact-form td textarea {
  width: 100%;
  background: #ddd;
  border: none;
  border-radius: 0.25em;
}
.contact-form td input {
  padding: 5vw 1.5vw;
  margin-bottom: 1.25vw;
  font-size: 3.75vw;
}
@media screen and (min-width: 560px) {
  .contact-form td input {
    width: 100%;
    height: 6vw;
    padding: 1vw;
    margin-bottom: 1vw;
    font-size: min(1.4vw, 14px);
  }
}
@media screen and (min-width: 960px) {
  .contact-form td input {
    height: 60px;
    padding: 14.5px 0 14.5px 10px;
  }
}
.contact-form td textarea {
  height: 50vw;
  padding: 1.5vw;
}
@media screen and (min-width: 560px) {
  .contact-form td textarea {
    width: 100%;
    height: 40vw;
  }
}
@media screen and (min-width: 960px) {
  .contact-form td textarea {
    height: 220px;
    padding: 10px;
  }
}
.contact-form td small {
  color: #c0bfbe;
  display: block;
  font-size: 3.75vw;
  margin-left: 0.5vw;
}
@media screen and (min-width: 560px) {
  .contact-form td small {
    font-size: min(1.6vw, 14px);
  }
}
@media screen and (min-width: 960px) {
  .contact-form td small {
    margin-top: 8px;
    margin-left: 5px;
  }
}

.contact-radio input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  width: 5vw;
  height: 5vw;
  margin-right: 2.5%;
}
@media screen and (min-width: 560px) {
  .contact-radio input[type="radio"] {
    width: min(2.5vw, 25px);
    height: min(2.5vw, 25px);
  }
}
.contact-radio label {
  display: flex;
  align-items: center;
}
.contact-radio label input {
  margin: 0;
}
.contact-radio td {
  display: flex;
  flex-wrap: wrap;
}
.contact-radio td > span {
  width: 50%;
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .contact-radio td > span {
    width: 25%;
    margin-top: 0;
  }
}

.contact-checkbox input[type="checkbox"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  width: 5vw;
  height: 5vw;
  margin-right: 2.5%;
}
@media screen and (min-width: 560px) {
  .contact-checkbox input[type="checkbox"] {
    width: min(2.5vw, 25px);
    height: min(2.5vw, 25px);
  }
}
.contact-checkbox label {
  display: flex;
  align-items: center;
}
.contact-checkbox label input {
  margin: 0;
}
.contact-checkbox td {
  display: flex;
  flex-direction: column;
}
.contact-checkbox td > span {
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .contact-checkbox td > span {
    width: 100%;
    margin-top: 0;
  }
}
.contact-checkbox td > span:nth-child(n + 2) {
  margin-top: min(2.5vw, 25px);
}

.comf .contact-pp {
  display: none;
}
.contact-pp a {
  color: #d01b48;
  font-weight: 700;
}

/* お問い合わせフォーム END */
/* お問い合わせ・ボタン */
.contact-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-buttons .btn {
  min-width: 150px;
  display: flex;
  align-items: center;
  border-radius: 10vw;
  border: 1px solid #2d2a24;
  height: 10vw;
  transition: all 0.5s;
}
@media screen and (min-width: 560px) {
  .contact-buttons .btn {
    height: 40px;
  }
}
.contact-buttons .btn::after {
  content: "";
  display: block;
  width: 4vw;
  height: 2vw;
  margin: 0 10% 0 auto;
  transition: all 0.75s;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 560px) {
  .contact-buttons .btn::after {
    width: min(1.4vw, 14px);
    height: min(0.6vw, 6px);
  }
}
.contact-buttons .btn.next--wrap {
  width: 80vw;
  max-width: 200px;
  padding-left: 8%;
  background-color: #2d2a24;
}
.contact-buttons .btn.next--wrap input {
  color: #fff;
}
.contact-buttons .btn.next--wrap::after {
  background-image: url(../img/common/btn--arrow.svg);
}
@media screen and (min-width: 560px) {
  .contact-buttons .btn.next--wrap {
    padding-left: 3vw;
    width: min(32.5vw, 350px);
  }
  .contact-buttons .btn.next--wrap:hover {
    background: #fff;
    border: 1px solid #2d2a24;
    box-shadow: none;
  }
  .contact-buttons .btn.next--wrap:hover input {
    color: #2d2a24;
  }
  .contact-buttons .btn.next--wrap:hover::after {
    background-image: url(../img/common/btn--arrow-bk.svg);
  }
}
@media screen and (min-width: 960px) {
  .contact-buttons .btn.next--wrap {
    padding-left: 30px;
    width: min(32.5vw, 350px);
  }
}
.contact-buttons .btn.retune--wrap {
  width: 80vw;
  max-width: 200px;
  padding-right: 2.5%;
  background-color: #fff;
  flex-direction: row-reverse;
}
.contact-buttons .btn.retune--wrap::after {
  background-image: url(../img/common/btn--arrow-bk.svg);
  transform: scaleX(-1) scaleY(1);
  margin: 0 auto 0 10%;
}
@media screen and (min-width: 560px) {
  .contact-buttons .btn.retune--wrap::after {
    margin: 0 auto 0 2.5%;
  }
}
.contact-buttons .btn.retune--wrap input {
  color: #665d5d;
}
@media screen and (min-width: 560px) {
  .contact-buttons .btn.retune--wrap {
    padding-left: 3vw;
    width: min(30vw, 350px);
    margin-right: 2.5%;
  }
  .contact-buttons .btn.retune--wrap:hover {
    background: #2d2a24;
    box-shadow: none;
  }
  .contact-buttons .btn.retune--wrap:hover input {
    color: #fff;
  }
  .contact-buttons .btn.retune--wrap:hover::after {
    background-image: url(../img/common/btn--arrow.svg);
  }
}
@media screen and (min-width: 960px) {
  .contact-buttons .btn.retune--wrap {
    padding-left: 30px;
    width: min(32.5vw, 350px);
  }
}
.contact-buttons .btn input {
  border: none;
  font-size: 3.75vw;
  background-color: transparent;
}
@media screen and (min-width: 560px) {
  .contact-buttons .btn input {
    font-size: min(1.4vw, 14px);
  }
}
.contact-buttons.btn--left {
  justify-content: start;
}

/* お問い合わせ・ボタン END */
/* 問い合わせ確認 */
.comf .contact-form small {
  display: none;
}
.comf td {
  position: relative;
  top: 0;
}

/* 問い合わせ確認 END */
/* 問い合わせ完了 */
.comp .page-body__inner {
  margin-top: 15vw;
}
@media screen and (min-width: 560px) {
  .comp .page-body__inner {
    margin-top: min(15, 150px);
  }
}

/* 導入テキスト */
.contact-thx {
  width: 86.7%;
  margin: 0 auto;
  font-size: 3.75vw;
  text-align: center;
  line-height: 1.75;
  padding: 10vw 0 0;
}
@media screen and (min-width: 560px) {
  .contact-thx {
    font-size: min(1.75vw, 18px);
    padding-top: 0;
  }
}
.contact-thx .contact-thx__title {
  font-size: 4.5vw;
  font-weight: 500;
  color: #665d5d;
  line-height: 1.5;
  margin-bottom: min(7vw, 60px);
}
@media screen and (min-width: 560px) {
  .contact-thx .contact-thx__title {
    font-size: min(2.2vw, 24px);
  }
}
.contact-thx .contact-thx__body {
  margin-bottom: min(7vw, 60px);
}
@media screen and (min-width: 560px) {
  .contact-thx .contact-thx__body {
    font-size: min(1.4vw, 14px);
    margin-bottom: min(2vw, 20px);
  }
}
.contact-thx .contact-tel__number {
  color: #2d2a24;
}
.contact-thx .comp-btn {
  margin-top: min(10vw, 60px);
}
@media screen and (min-width: 560px) {
  .contact-thx .comp-btn {
    margin-top: min(3vw, 30px);
  }
}
.contact-thx .comp-btn .btn01__inner,
.contact-thx .comp-btn .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .contact-thx .comp-btn .wp-block-button__link {
  padding: 1.5vw 4vw;
}
@media screen and (min-width: 560px) {
  .contact-thx .comp-btn .btn01__inner,
  .contact-thx .comp-btn .wp-block-buttons .wp-block-button .wp-block-button__link,
  .wp-block-buttons .wp-block-button .contact-thx .comp-btn .wp-block-button__link {
    padding: 0 10%;
  }
}

/* -------------- お問い合わせ END -------------- */
/* -------------- footer -------------- */
.footer {
  background-size: cover;
  background-image: url(https://storage.489ban.net/storage/customer/2391/img/footer__bg--sp.jpg);
}
@media screen and (min-width: 560px) {
  .footer {
    background-image: url(https://storage.489ban.net/storage/customer/2391/img/footer__bg--pc.jpg);
  }
}
.footer p {
  color: #fff;
}
.footer a {
  color: #fff;
}
@media screen and (min-width: 560px) {
  .footer a:hover {
    opacity: 0.6;
  }
}
.footer .footer__inner {
  width: 100%;
  padding: 30vw 0;
}
@media screen and (min-width: 560px) {
  .footer .footer__inner {
    width: min(95%, 1000px);
    padding: min(10vw, 100px) 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer .footer__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .footer .footer__left {
    width: 30%;
  }
}
.footer .footer__logo {
  width: 60%;
}
.footer .footer__ad {
  text-align: center;
  margin-top: 5vw;
}
@media screen and (min-width: 560px) {
  .footer .footer__ad {
    margin-top: min(2.5vw, 25px);
    font-size: min(1.4vw, 14px);
  }
}
.footer .footer__btn {
  margin-top: 7.5vw;
}
@media screen and (min-width: 560px) {
  .footer .footer__btn {
    margin-top: min(4vw, 40px);
  }
}
.footer .footer__btn > div:last-child {
  margin-top: 2.5vw;
}
@media screen and (min-width: 560px) {
  .footer .footer__btn > div:last-child {
    margin-top: min(1vw, 10px);
  }
}
.footer .tel-txt {
  text-align: center;
}
@media screen and (min-width: 560px) {
  .footer .tel-txt {
    /* margin-top: min(1.5vw, 15px); */
  }
}
.footer .footer__right {
  display: none;
}
@media screen and (min-width: 560px) {
  .footer .footer__right {
    width: 60%;
    display: flex;
    justify-content: flex-end;
  }
}
.footer .footer__list + .footer__list {
  margin-left: 20%;
}
.footer .footer__item {
  white-space: nowrap;
}
.footer .footer__item + .footer__item {
  margin-top: min(2vw, 25px);
}
.footer .footer__item.link-restaurant {
  position: relative;
  padding-left: min(1.7vw, 17px);
}
.footer .footer__item.link-restaurant::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: min(4.5vw, 45px);
  background: #fff;
  top: min(-1.3vw, -13px);
  left: 5px;
}

.copyright {
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  font-size: 3.5vw;
}
.copyright p {
  color: #00051c;
  font-size: min(1.2vw, 12px);
}

/* -------------- footer END -------------- */
/*# sourceMappingURL=index.css.map */

#customer_header .lower-kv {
  background-image: url(https://storage.489ban.net/storage/customer/2391/img/reserve__kv--sp.jpg);
}
@media screen and (min-width: 560px) {
  #customer_header .lower-kv {
    background-image: url(https://storage.489ban.net/storage/customer/2391/img/dayuse__kv--pc.jpg);
  }
}
img {
  vertical-align: middle;
  width: 100%;
}

/* ヘッダーロゴ */
a.header__logo {
  width: min(15vw, 150px);
  height: min(7.8vw, 78px);
  display: block;
  z-index: 2;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  background-image: url(https://storage.489ban.net/storage/customer/2391/img/cmn__logo-w.png);
  background-repeat: no-repeat;
  background-size: contain;
}
