@charset "UTF-8";
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.1713vw;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.8;
  color: #373F41;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.10981vw;
  word-break: break-all;
  font-feature-settings: "palt" 1;
}
body br {
  font-family: sans-serif;
}
body.is-loaded .p-top__kv:before {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
body.is-loaded .p-top__kv .catch {
  opacity: 1;
}
body.is-finish .p-top__kv .title {
  opacity: 1;
}
body.is-finish .l-header,
body.is-finish .l-footer,
body.is-finish .l-pagetop,
body.is-finish .kv-under {
  opacity: 1;
}

a {
  color: #2f9dd6;
  text-decoration: underline;
}
a:hover {
  color: #2f9dd6;
  text-decoration: none;
}
a, a img {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 19;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  opacity: 0;
}
.l-header__logo {
  pointer-events: auto;
  padding: 2.48902vw 5.34407vw 2.70864vw 2.92826vw;
}
.l-header__logo img {
  width: 14.93411vw;
}
.l-header__nav {
  pointer-events: auto;
  display: flex;
  align-items: center;
}
.l-header__nav .language {
  font-size: 1.39092vw;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  align-items: center;
  padding: 1.46413vw;
  letter-spacing: 0.21962vw;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-header__nav .language li::before {
  display: inline;
  content: " / ";
  margin-left: 0.5em;
}
.l-header__nav .language li:first-child::before {
  display: none;
}
.l-header__nav .language li a {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.l-header__nav .language li a:hover {
  color: #000;
  opacity: 1;
}
.l-header__nav .btn {
  padding: 1.31772vw 5.34407vw 0.36603vw 1.53734vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.l-header__nav .btn-bar {
  display: block;
  position: relative;
  width: 3.39458vw;
  height: 0.14641vw;
  background: #373F41;
  margin-bottom: 1.90337vw;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-header__nav .btn-bar span {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0.14641vw;
  background: #373F41;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-header__nav .btn-bar span:first-child {
  top: -0.87848vw;
}
.l-header__nav .btn-bar span:last-child {
  bottom: -0.87848vw;
}
.l-header__nav .btn p {
  font-size: 0.73206vw;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.34773vw;
  line-height: 1;
}
.l-header.is-open .l-header__logo {
  pointer-events: none;
}
.l-header.is-open .l-header__nav .language {
  opacity: 0;
}
.l-header.is-open .l-header__nav .btn-bar {
  background: transparent;
}
.l-header.is-open .l-header__nav .btn-bar span:first-child {
  top: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.l-header.is-open .l-header__nav .btn-bar span:last-child {
  bottom: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

/*=======================================
メニュー
=========================================*/
.l-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 18;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(102, 102, 102, 0.9);
  display: none;
}
.l-nav__content {
  background: #fff;
  margin-left: auto;
  width: 50.65886vw;
  min-height: 100%;
  padding: 8.85798vw 8.05271vw 10.61493vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-nav__content .logo {
  margin-bottom: 4.75842vw;
}
.l-nav__content .logo img {
  width: 13.6896vw;
}
.l-nav__content .menu {
  margin-bottom: 5.12445vw;
}
.l-nav__content .menu li {
  margin-bottom: 2.70864vw;
}
.l-nav__content .menu li:last-child {
  margin-bottom: 0;
}
.l-nav__content .menu li a {
  display: block;
  position: relative;
  padding-left: 1.02489vw;
  text-decoration: none;
  color: #373F41;
}
.l-nav__content .menu li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.07321vw;
  height: 0;
  background: #4A647E;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.l-nav__content .menu li a:hover {
  opacity: 1;
}
.l-nav__content .menu li .en {
  font-size: 0.95168vw;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.45388vw;
  line-height: 1.2;
  margin-bottom: 0.36603vw;
  color: #4A647E;
}
.l-nav__content .menu li .t {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.16105vw;
  line-height: 1.2;
  color: #000;
}
.l-nav__content .menu li.is-current a:before,
.l-nav__content .menu li a:hover:before {
  height: 100%;
}
.l-nav__content .reserve {
  width: 30.74671vw;
  border: 0.07321vw solid #4A647E;
  padding: 1.97657vw 1.90337vw 1.75695vw;
  margin-left: 1.02489vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.l-nav__content .reserve-title {
  color: #4A647E;
  margin-right: 3.00146vw;
}
.l-nav__content .reserve-title .en {
  font-size: 0.95168vw;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.45388vw;
  line-height: 1.2;
  margin-bottom: 0.21962vw;
}
.l-nav__content .reserve-title .t {
  font-size: 0.80527vw;
  letter-spacing: 0.16105vw;
  line-height: 1.2;
}
.l-nav__content .reserve-tel .no {
  font-size: 0.80527vw;
  color: #4A647E;
  margin-bottom: 0.36603vw;
  line-height: 1;
}
.l-nav__content .reserve-tel .no a {
  color: #4A647E;
  text-decoration: none;
  pointer-events: none;
  margin-left: 0.29283vw;
  font-size: 1.66252vw;
  font-family: "Zen Old Mincho", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.1;
  display: inline-block;
  vertical-align: -0.21962vw;
}
.l-nav__content .reserve-tel .note {
  font-size: 0.73206vw;
  letter-spacing: 0.16105vw;
  line-height: 1.4;
  color: #373F41;
}

/*=======================================
ローディング
=========================================*/
/*=======================================
ページタイトル
=========================================*/
/*=======================================
コンテンツ
=========================================*/
.l-contents-over {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  overflow: auto;
}
.l-contents-over .view {
  min-height: 100vh;
  min-height: 100dvh;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  opacity: 0;
}
.l-footer__reserve {
  background: url(../img/common/reserve_img1.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-top: 9.51684vw;
  padding-bottom: 12.22548vw;
}
.l-footer__reserve .en {
  font-size: 3.14788vw;
  letter-spacing: 0.09em;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFFDFA;
  line-height: 1.5;
  margin-bottom: 1.1713vw;
}
.l-footer__reserve .h {
  font-size: 1.46413vw;
  margin-bottom: 3.29429vw;
  font-weight: 400;
}
.l-footer__reserve .tel {
  font-size: 1.97657vw;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-footer__reserve .tel a {
  font-size: 4.61201vw;
  letter-spacing: 0.01464vw;
  font-family: "Zen Old Mincho", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
.l-footer__info {
  background: #4A647E;
  padding-top: 7.39385vw;
  padding-bottom: 9.15081vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DFE8EB;
}
.l-footer__info .map {
  width: 28.84334vw;
}
.l-footer__info .map iframe {
  width: 100%;
  height: 18.96047vw;
  vertical-align: top;
  filter: grayscale(1);
}
.l-footer__info .box1 {
  margin-left: 4.97804vw;
}
.l-footer__info .box1 .t {
  font-weight: 500;
  font-size: 1.68375vw;
  line-height: 1.4;
  margin-bottom: 0.65886vw;
}
.l-footer__info .box1 dl {
  display: flex;
  align-items: center;
  margin-bottom: 1.83016vw;
}
.l-footer__info .box1 dt {
  border: 0.07321vw solid #fff;
  font-size: 1.02489vw;
  margin-right: 1.0981vw;
  padding: 0.29283vw 0.65886vw;
  line-height: 1.2;
  color: #fff;
}
.l-footer__info .box1 dd {
  font-size: 1.31772vw;
  margin-right: 1.61054vw;
  line-height: 0;
}
.l-footer__info .box1 dd a {
  pointer-events: none;
  color: #DFE8EB;
  text-decoration: none;
}
.l-footer__info .box1 dd small {
  font-size: 1.02489vw;
}
.l-footer__info .box1 .link a {
  display: inline-block;
  font-size: 1.02489vw;
  letter-spacing: 0.02196vw;
  color: #fff;
  font-weight: 500;
}
.l-footer__info .box1 .link span {
  display: inline-block;
  background: url(../img/common/icon_blank-white.svg) no-repeat right center;
  background-size: 1.39092vw 1.39092vw;
  padding-right: 2.56223vw;
}
.l-footer__info .btn1 {
  margin-bottom: 1.75695vw;
}
.l-footer__info .btn1 a {
  display: inline-block;
  background: #DFE8EB;
  color: #4A647E;
  text-decoration: none;
  font-size: 1.02489vw;
  letter-spacing: 0.02196vw;
  padding: 0.65886vw 2.92826vw;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-footer__info .btn1 span {
  display: inline-block;
  background: url(../img/common/icon_blank.svg) no-repeat right center;
  background-size: 1.39092vw 1.39092vw;
  padding-right: 2.56223vw;
}
.l-footer__logo {
  padding-top: 4.39239vw;
}
.l-footer__logo .pr {
  margin-bottom: 4.24597vw;
}
.l-footer__logo .pr a {
  display: block;
  color: #4A647E;
  border: 0.07321vw solid #4A647E;
  text-align: center;
  padding: 1.31772vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45.38799vw;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
.l-footer__logo .pr .title {
  font-size: 1.68375vw;
  letter-spacing: 0.21962vw;
  line-height: 1.8;
}
.l-footer__logo .pr .txt {
  font-size: 1.0981vw;
  letter-spacing: 0.21962vw;
}
.l-footer__logo ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__logo .own {
  margin-bottom: 3.66032vw;
}
.l-footer__logo .own li {
  margin-left: 2.92826vw;
  margin-right: 2.92826vw;
}
.l-footer__logo .own li:nth-child(1) img {
  width: 21.74231vw;
}
.l-footer__logo .own li:nth-child(2) img {
  width: 26.20791vw;
}
.l-footer__logo .sns {
  margin-bottom: 5.12445vw;
}
.l-footer__logo .sns li {
  margin-left: 0.95168vw;
  margin-right: 0.95168vw;
}
.l-footer__logo .sns li img {
  width: 1.90337vw;
}
.l-footer__logo .group li {
  margin-left: 2.19619vw;
  margin-right: 2.19619vw;
}
.l-footer__logo .group li:nth-child(1) img {
  width: 10.46852vw;
}
.l-footer__logo .group li:nth-child(2) img {
  width: 12.29868vw;
}
.l-footer__logo .group li:nth-child(3) img {
  width: 15.66618vw;
}
.l-footer__logo .group li:nth-child(4) img {
  width: 9.37042vw;
}
.l-footer__copyright {
  text-align: center;
  padding-top: 3.29429vw;
  padding-bottom: 3.66032vw;
  font-size: 0.87848vw;
  letter-spacing: 0.07321vw;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  color: #373F41;
}

.l-pagetop {
  position: fixed;
  right: 3.66032vw;
  bottom: 3.66032vw;
  z-index: 9999;
  opacity: 0;
}

/* ----------------------------- タブレット（769～1024px） */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__reserve .tel a, .l-footer__info .box1 dd a {
    pointer-events: auto;
  }
}
/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  body {
    font-size: 3.73333vw;
    line-height: 1.8;
    min-width: initial;
  }

  .l-header__logo {
    padding: 8.53333vw 8vw;
  }
  .l-header__logo img {
    width: 46.4vw;
  }
  .l-header__nav .language {
    display: none;
  }
  .l-header__nav .btn {
    padding: 11.2vw 6.66667vw;
  }
  .l-header__nav .btn-bar {
    width: 11.2vw;
    height: 0.41067vw;
    margin-bottom: 4.98667vw;
  }
  .l-header__nav .btn-bar span {
    height: 0.41067vw;
  }
  .l-header__nav .btn-bar span:first-child {
    top: -2.93333vw;
  }
  .l-header__nav .btn-bar span:last-child {
    bottom: -2.93333vw;
  }
  .l-header__nav .btn p {
    font-size: 3.06667vw;
    letter-spacing: 0.8vw;
  }
  .l-header.is-open .l-header__logo img {
    width: 46.368vw;
  }

  .l-nav {
    background: transparent;
  }
  .l-nav__content {
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
    padding: 42.4vw 8.53333vw 12.53333vw;
  }
  .l-nav__content .menu {
    margin-bottom: 10.66667vw;
  }
  .l-nav__content .menu li {
    margin-bottom: 11.2vw;
  }
  .l-nav__content .menu li a {
    padding-left: 6.93333vw;
  }
  .l-nav__content .menu li a:before {
    width: 0.26667vw;
  }
  .l-nav__content .menu li .en {
    font-size: 5.86667vw;
    letter-spacing: 0.3em;
    margin-bottom: 0.8vw;
  }
  .l-nav__content .menu li .t {
    font-size: 5.06667vw;
    letter-spacing: 0.53333vw;
  }
  .l-nav__content .reserve {
    width: auto;
    margin-left: 0;
    margin-bottom: 18.66667vw;
    display: block;
    text-align: center;
    padding: 7.73333vw 0 9.6vw;
  }
  .l-nav__content .reserve-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 2.66667vw;
  }
  .l-nav__content .reserve-title .en {
    font-size: 5.33333vw;
    letter-spacing: 0.3em;
  }
  .l-nav__content .reserve-title .t {
    font-size: 4.53333vw;
    letter-spacing: 0.53333vw;
    margin-left: 2.4vw;
  }
  .l-nav__content .reserve-tel {
    display: flex;
    flex-direction: column-reverse;
  }
  .l-nav__content .reserve-tel .no {
    font-size: 3.35467vw;
    letter-spacing: 0.672vw;
  }
  .l-nav__content .reserve-tel .no a {
    font-size: 7.38133vw;
    letter-spacing: 0.04533vw;
    pointer-events: auto;
  }
  .l-nav__content .reserve-tel .note {
    font-size: 4vw;
    letter-spacing: 0.05333vw;
    margin-bottom: 3.2vw;
  }
  .l-nav__content .language {
    font-size: 8vw;
    font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.8vw;
    margin-bottom: 20.26667vw;
  }
  .l-nav__content .language li::before {
    display: inline;
    content: " / ";
    margin-left: 0.5em;
  }
  .l-nav__content .language li:first-child::before {
    display: none;
  }
  .l-nav__content .language li a {
    color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
  }
  .l-nav__content .language li a:hover {
    color: #000;
    opacity: 1;
  }
  .l-nav__content .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13.33333vw;
  }
  .l-nav__content .sns li {
    margin-left: 3.13333vw;
    margin-right: 3.13333vw;
  }
  .l-nav__content .sns li img {
    width: 6.93333vw;
  }
  .l-nav__content .copyright {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66;
    letter-spacing: 0.26667vw;
    font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }

  .l-footer__reserve .tel a, .l-footer__info .box1 dd a {
    pointer-events: auto;
  }
  .l-footer__reserve {
    background-image: url(../img/common/reserve_img1_sp.jpg);
    padding: 26.66667vw 0 30.4vw;
  }
  .l-footer__reserve .en {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    margin-bottom: 1.33333vw;
  }
  .l-footer__reserve .h {
    font-size: 4vw;
    letter-spacing: 0.05333vw;
    line-height: 2.1;
    margin-bottom: 6.66667vw;
  }
  .l-footer__reserve .tel {
    font-size: 4vw;
    letter-spacing: 0.8vw;
  }
  .l-footer__reserve .tel a {
    font-size: 8.8vw;
    letter-spacing: 0.05333vw;
  }
  .l-footer__info {
    flex-direction: column;
    padding: 21.33333vw 0 10.93333vw;
  }
  .l-footer__info .map {
    width: 100%;
    margin-bottom: 9.33333vw;
    order: 2;
  }
  .l-footer__info .map iframe {
    width: 100%;
    height: 47.46667vw;
  }
  .l-footer__info .box1 {
    margin-left: 10.4vw;
    margin-right: 10.4vw;
    margin-bottom: 5.6vw;
  }
  .l-footer__info .box1 .t {
    font-size: 5.86667vw;
    margin-bottom: 2.66667vw;
  }
  .l-footer__info .box1 p {
    font-size: 4vw;
    margin-bottom: 2.13333vw;
  }
  .l-footer__info .box1 dl {
    margin-bottom: 3.2vw;
    flex-wrap: wrap;
  }
  .l-footer__info .box1 dt {
    font-size: 3.2vw;
    margin-right: 2.13333vw;
    margin-bottom: 2.66667vw;
    width: 11.2vw;
    text-align: center;
    padding-top: 1.06667vw;
    padding-bottom: 1.06667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-footer__info .box1 dd {
    font-size: 4vw;
    letter-spacing: 0.05333vw;
    margin-right: 0;
    margin-bottom: 2.66667vw;
    width: calc(100% - 13.33333vw);
  }
  .l-footer__info .box1 dd small {
    font-size: 3.2vw;
  }
  .l-footer__info .box1 dd:last-child {
    margin-right: 0;
  }
  .l-footer__info .box1 .link {
    text-align: right;
  }
  .l-footer__info .box1 .link a {
    font-size: 3.46667vw;
    letter-spacing: 0.08vw;
  }
  .l-footer__info .box1 .link span {
    padding-right: 7.2vw;
    background-size: 4.53333vw 4.53333vw;
  }
  .l-footer__info .btn1 {
    order: 3;
    padding-left: 9.06667vw;
    padding-right: 9.06667vw;
    margin-bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .l-footer__info .btn1 a {
    font-size: 3.73333vw;
    letter-spacing: 0.08vw;
    display: block;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
  .l-footer__info .btn1 span {
    background-size: 4.53333vw 4.53333vw;
    padding-right: 7.2vw;
  }
  .l-footer__logo {
    padding: 9.33333vw 8.53333vw 0;
  }
  .l-footer__logo .pr {
    margin-bottom: 13.33333vw;
  }
  .l-footer__logo .pr a {
    width: 82.93333vw;
    padding: 2.66667vw;
  }
  .l-footer__logo .pr .title {
    font-size: 4.53333vw;
  }
  .l-footer__logo .pr .txt {
    font-size: 3.2vw;
  }
  .l-footer__logo li {
    line-height: 1;
  }
  .l-footer__logo .own {
    margin-bottom: 17.33333vw;
  }
  .l-footer__logo .own li {
    margin-left: 2.13333vw;
    margin-right: 2.13333vw;
  }
  .l-footer__logo .own li:nth-child(1) img {
    width: 36.53333vw;
  }
  .l-footer__logo .own li:nth-child(2) img {
    width: 42.4vw;
  }
  .l-footer__logo .sns {
    padding-bottom: 16vw;
    margin-bottom: 10.66667vw;
    border-bottom: 0.26667vw solid #373F41;
  }
  .l-footer__logo .sns li {
    margin-right: 3.12vw;
    margin-left: 3.12vw;
  }
  .l-footer__logo .sns li img {
    width: 9.6vw;
  }
  .l-footer__logo .group {
    flex-wrap: wrap;
  }
  .l-footer__logo .group li {
    margin-bottom: 12.26667vw;
    margin-left: 3.24533vw;
    margin-right: 3.24533vw;
  }
  .l-footer__logo .group li:last-child, .l-footer__logo .group li:last-nth-child(2) {
    margin-bottom: 0;
  }
  .l-footer__logo .group li:nth-child(1) img {
    width: 31.10933vw;
  }
  .l-footer__logo .group li:nth-child(2) img {
    width: 34.47733vw;
  }
  .l-footer__logo .group li:nth-child(3) img {
    width: 35.48vw;
  }
  .l-footer__logo .group li:nth-child(4) img {
    width: 22.208vw;
  }
  .l-footer__copyright {
    padding-top: 21.86667vw;
    padding-bottom: 9.33333vw;
  }
  .l-footer__copyright p {
    font-size: 3.2vw;
    line-height: 1.66;
    letter-spacing: 0.26667vw;
  }

  .l-pagetop {
    right: 5.6vw;
    bottom: 5.6vw;
    width: 12.26667vw;
  }
}
/*=======================================
ページ
=========================================*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-col {
  color: #B44545;
}
.u-col__red {
  color: #F33;
}
.u-col__blue {
  color: #36F;
}

.u-mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-gothic {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-style: bold;
}

.u-underline {
  font-style: underline;
}

.u-center {
  text-align: center !important;
}
.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}
.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}
.u-left th, .u-left td {
  text-align: left !important;
}

.u-top {
  vertical-align: top !important;
}
.u-top th, .u-top td {
  vertical-align: top !important;
}

.u-middle {
  vertical-align: middle !important;
}
.u-middle th, .u-middle td {
  vertical-align: middle !important;
}

.u-bottom {
  vertical-align: bottom !important;
}
.u-bottom th, .u-bottom td {
  vertical-align: bottom !important;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-anchor {
  position: relative;
  margin-top: -70px;
  padding-top: 70px;
}

.c-wrap {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.c-wrap-separate {
  padding-left: 90px;
  padding-right: 90px;
}

.u-bg1 {
  background: #f6f6f6;
}

.c-separate1 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.c-table1 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.c-table1 th,
.c-table1 td {
  line-height: 150%;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.c-table1 th {
  font-size: 20px;
  font-size: 2rem;
  background: #4fb3af;
  width: 228px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-table1 td {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
}

.c-table__nostyle {
  width: 100%;
}
.c-table__nostyle th, .c-table__nostyle td {
  padding: 2px 0 !important;
  border: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.js-tab__content {
  display: none;
}
.js-tab__content.is-active {
  display: block;
}

.u-googlemap-wrap {
  position: relative;
  padding-bottom: 67.3462%;
  height: 0;
  overflow: hidden;
}
.u-googlemap-wrap iframe,
.u-googlemap-wrap object,
.u-googlemap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-googlecalendar-wrap {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.u-googlecalendar-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.u-youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animate {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animate.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.js-animate--delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.js-animate--delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.js-animate--delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.js-animate--delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.js-animate--delay5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.js-animate--delay6 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.js-animate--delay7 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.js-animate--delay8 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.js-animate--delay9 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.js-animate--delay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.js-animate--delay11 {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.js-animate--delay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.js-animate--delay13 {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.js-animate--delay14 {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.js-animate--delay15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.js-animate--delay16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.js-animate--delay17 {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}
.js-animate--delay18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.js-animate--delay19 {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}
.js-animate--delay20 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.js-animate--delay21 {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}
.js-animate--delay22 {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.js-animate--delay23 {
  -webkit-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}
.js-animate--delay24 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}
.js-animate--delay25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.js-animate--delay26 {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.js-animate--delay27 {
  -webkit-animation-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}
.js-animate--delay28 {
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
.js-animate--delay29 {
  -webkit-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}
.js-animate--delay30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.js-animate--delay31 {
  -webkit-animation-delay: 3.1s !important;
  animation-delay: 3.1s !important;
}
.js-animate--delay32 {
  -webkit-animation-delay: 3.2s !important;
  animation-delay: 3.2s !important;
}
.js-animate--delay33 {
  -webkit-animation-delay: 3.3s !important;
  animation-delay: 3.3s !important;
}
.js-animate--delay34 {
  -webkit-animation-delay: 3.4s !important;
  animation-delay: 3.4s !important;
}
.js-animate--delay35 {
  -webkit-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}
.js-animate--delay36 {
  -webkit-animation-delay: 3.6s !important;
  animation-delay: 3.6s !important;
}
.js-animate--delay37 {
  -webkit-animation-delay: 3.7s !important;
  animation-delay: 3.7s !important;
}
.js-animate--delay38 {
  -webkit-animation-delay: 3.8s !important;
  animation-delay: 3.8s !important;
}
.js-animate--delay39 {
  -webkit-animation-delay: 3.9s !important;
  animation-delay: 3.9s !important;
}
.js-animate--delay40 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.js-animate--duration1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.js-animate--duration2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.js-animate--duration3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.js-animate--duration4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.4s !important;
}
.js-animate--duration5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.js-animate--duration6 {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}
.js-animate--duration7 {
  -webkit-animation-duration: 0.7s !important;
  animation-duration: 0.7s !important;
}
.js-animate--duration8 {
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
}
.js-animate--duration9 {
  -webkit-animation-duration: 0.9s !important;
  animation-duration: 0.9s !important;
}
.js-animate--duration10 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.js-animate--duration11 {
  -webkit-animation-duration: 1.1s !important;
  animation-duration: 1.1s !important;
}
.js-animate--duration12 {
  -webkit-animation-duration: 1.2s !important;
  animation-duration: 1.2s !important;
}
.js-animate--duration13 {
  -webkit-animation-duration: 1.3s !important;
  animation-duration: 1.3s !important;
}
.js-animate--duration14 {
  -webkit-animation-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}
.js-animate--duration15 {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}
.js-animate--duration16 {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
}
.js-animate--duration17 {
  -webkit-animation-duration: 1.7s !important;
  animation-duration: 1.7s !important;
}
.js-animate--duration18 {
  -webkit-animation-duration: 1.8s !important;
  animation-duration: 1.8s !important;
}
.js-animate--duration19 {
  -webkit-animation-duration: 1.9s !important;
  animation-duration: 1.9s !important;
}
.js-animate--duration20 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.js-animate--duration21 {
  -webkit-animation-duration: 2.1s !important;
  animation-duration: 2.1s !important;
}
.js-animate--duration22 {
  -webkit-animation-duration: 2.2s !important;
  animation-duration: 2.2s !important;
}
.js-animate--duration23 {
  -webkit-animation-duration: 2.3s !important;
  animation-duration: 2.3s !important;
}
.js-animate--duration24 {
  -webkit-animation-duration: 2.4s !important;
  animation-duration: 2.4s !important;
}
.js-animate--duration25 {
  -webkit-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important;
}
.js-animate--duration26 {
  -webkit-animation-duration: 2.6s !important;
  animation-duration: 2.6s !important;
}
.js-animate--duration27 {
  -webkit-animation-duration: 2.7s !important;
  animation-duration: 2.7s !important;
}
.js-animate--duration28 {
  -webkit-animation-duration: 2.8s !important;
  animation-duration: 2.8s !important;
}
.js-animate--duration29 {
  -webkit-animation-duration: 2.9s !important;
  animation-duration: 2.9s !important;
}
.js-animate--duration30 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.js-animate--duration31 {
  -webkit-animation-duration: 3.1s !important;
  animation-duration: 3.1s !important;
}
.js-animate--duration32 {
  -webkit-animation-duration: 3.2s !important;
  animation-duration: 3.2s !important;
}
.js-animate--duration33 {
  -webkit-animation-duration: 3.3s !important;
  animation-duration: 3.3s !important;
}
.js-animate--duration34 {
  -webkit-animation-duration: 3.4s !important;
  animation-duration: 3.4s !important;
}
.js-animate--duration35 {
  -webkit-animation-duration: 3.5s !important;
  animation-duration: 3.5s !important;
}
.js-animate--duration36 {
  -webkit-animation-duration: 3.6s !important;
  animation-duration: 3.6s !important;
}
.js-animate--duration37 {
  -webkit-animation-duration: 3.7s !important;
  animation-duration: 3.7s !important;
}
.js-animate--duration38 {
  -webkit-animation-duration: 3.8s !important;
  animation-duration: 3.8s !important;
}
.js-animate--duration39 {
  -webkit-animation-duration: 3.9s !important;
  animation-duration: 3.9s !important;
}
.js-animate--duration40 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}

/* フェードインしながら少し右へ */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInRight {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInRight.is--animate {
  -webkit-animation: fadeInRight 0.8s 1 ease-in-out;
  animation: fadeInRight 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し左へ */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInLeft {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInLeft.is--animate {
  -webkit-animation: fadeInLeft 0.8s 1 ease-in-out;
  animation: fadeInLeft 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animateFadeInUp {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInUp.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインのみ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-animateFadeIn {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeIn.is--animate {
  -webkit-animation: fadeIn 0.8s 1 ease-in-out;
  animation: fadeIn 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* ----------------------------- スマホ（～1040px） */
@media screen and (max-width: 1040px) {
  .c-table1 table,
  .c-table1 thead,
  .c-table1 tbody,
  .c-table1 tr,
  .c-table1 th,
  .c-table1 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-table1 tr {
    margin-bottom: 3px;
  }
  .c-table1 tr:last-child {
    margin-bottom: 0;
  }
  .c-table1 th {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }

  [class*="c-wrap"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  [class*="c-wrap"] [class*="c-wrap"] {
    padding-left: 0;
    padding-right: 0;
  }

  .js-table-xscroll__wrap {
    width: 100%;
    overflow-x: auto;
  }
  .js-table-xscroll__in {
    width: 1000px;
  }
}
/*=======================================
トップページ
=========================================*/
.kv-under {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  opacity: 0;
}

.p-top__kv {
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.p-top__kv:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/kv_img1.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
  -webkit-transition: 5s ease all 2s;
  transition: 5s ease all 2s;
  opacity: 0;
}
.p-top__kv .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.89458vw;
  letter-spacing: 0.52635vw;
  line-height: 1.8;
  font-weight: 500;
  z-index: 2;
  -webkit-transition: 4s ease all;
  transition: 4s ease all;
  opacity: 0;
}
.p-top__kv .catch span {
  font-size: 1.66325vw;
  letter-spacing: 0.56735vw;
  text-indent: -1.2em;
  display: inline-block;
}
.p-top__kv .title {
  font-size: 1.1713vw;
  color: #4A647E;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  position: absolute;
  left: 7.02782vw;
  bottom: 4.09956vw;
  z-index: 2;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  opacity: 0;
}
.p-top__kv .sns {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3.66032vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  opacity: 0;
}
.p-top__kv .sns li {
  margin-top: 0.73206vw;
  margin-bottom: 0.73206vw;
}
.p-top__kv .sns li img {
  width: 1.90337vw;
}
.p-top__concept {
  padding: 13.90922vw 21.15666vw 25.62225vw 16.17862vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-top__concept .en {
  font-size: 2.63543vw;
  letter-spacing: 0.1em;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  color: #4A647E;
  line-height: 1.2;
}
.p-top__concept .h {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  font-size: 3.66032vw;
  color: #5079A5;
  order: 3;
  font-weight: 400;
  line-height: 1.2;
}
.p-top__concept .h img {
  width: 7.54026vw;
}
.p-top__concept .txt1 {
  letter-spacing: 0.01464vw;
  line-height: 2.2;
  order: 2;
  padding-top: 14.05564vw;
  padding-left: 6.73499vw;
}
.p-top__experience {
  padding: 7.61347vw 14.20205vw 32.9429vw 10.68814vw;
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-top__experience .img1 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 73.20644vw;
  z-index: 1;
  overflow: hidden;
  background: url(../img/top/experience_lead_img1.jpg) no-repeat center top;
  background-size: cover;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.p-top__experience .img1 img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-top__experience .img1:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 20.71742vw;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
}
.p-top__experience .heading {
  margin-bottom: 48.31625vw;
  position: relative;
  z-index: 2;
  color: #fff;
}
.p-top__experience .heading .en {
  font-size: 1.53734vw;
  margin-bottom: 1.1713vw;
}
.p-top__experience .heading .h {
  font-size: 2.63543vw;
  letter-spacing: 0.73206vw;
  font-weight: 500;
  line-height: 1.77;
}
.p-top__experience .txt1 {
  position: relative;
  z-index: 2;
  letter-spacing: 0.01464vw;
  line-height: 2.2;
  margin-left: auto;
}
.p-top__experience-content {
  padding-left: 12.4451vw;
}
.p-top__experience-content .img1 {
  height: 100vh;
  height: 100dvh;
  min-height: 50vw;
  position: relative;
}
.p-top__experience-content .img1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__experience-content .t {
  position: absolute;
  top: 6.07613vw;
  left: 5.49048vw;
  z-index: 9;
  background: #fafafa;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 1.1713vw 1.90337vw 0.73206vw;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  letter-spacing: 0.3em;
  font-weight: 400;
  color: #4A647E;
  opacity: 0;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-top__experience-content .t span + span {
  margin-top: 3.22108vw;
  margin-right: 0.29283vw;
}
.p-top__experience-content.c2 .t span + span {
  margin-top: 4.5388vw;
}
.p-top__experience-content.c3 .t span + span {
  margin-top: 7.39385vw;
}
.p-top__experience-content.c4 .t span + span {
  margin-top: 1.75695vw;
}
.p-top__experience-content.is-active .t {
  opacity: 1;
}
.p-top__service {
  padding: 14.64129vw 0 18.1552vw 7.75988vw;
  display: flex;
  overflow: hidden;
}
.p-top__service .heading {
  width: 20.13177vw;
  background: #fff;
  position: relative;
  z-index: 2;
  position: relative;
}
.p-top__service .heading:before {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  top: -14.64129vw;
  right: 0;
  width: calc(100% + 7.75988vw);
  height: calc(100% + 14.64129vw + 18.1552vw);
  z-index: -1;
}
.p-top__service .heading .en {
  font-size: 1.53734vw;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #4A647E;
  letter-spacing: 0.1em;
  margin-bottom: 1.39092vw;
}
.p-top__service .heading .h {
  font-size: 1.75695vw;
  letter-spacing: 0.01464vw;
  font-weight: 400;
  font-family: "Zen Old Mincho", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__service .heading .arrow {
  margin-top: 10.90776vw;
  display: flex;
}
.p-top__service .heading .arrow button {
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  padding: 0;
  text-indent: 100vw;
  width: 4.75842vw;
  height: 4.75842vw;
  cursor: pointer;
  outline: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.p-top__service .heading .arrow button.slick-next {
  background-image: url(../img/common/arrow_1.svg);
}
.p-top__service .heading .arrow button.slick-prev {
  background-image: url(../img/common/arrow_1-left.svg);
  margin-right: 1.68375vw;
}
.p-top__service .heading .arrow button:hover {
  opacity: 0.7;
}
.p-top__service .content {
  width: 64.42167vw;
}
.p-top__service .content .slick-list {
  overflow: visible !important;
}
.p-top__service .content li {
  position: relative;
  width: 29.94143vw;
  margin-right: 4.24597vw;
}
.p-top__service .content li .catch {
  position: absolute;
  z-index: 1;
  top: -2.2694vw;
  right: 2.2694vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.46413vw;
  letter-spacing: 0.29283vw;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-top__service .content li .catch span {
  display: inline-block;
  background: #fff;
  padding: 0.65886vw 0.43924vw;
}
.p-top__service .content li .catch span + span {
  margin-right: 0.43924vw;
}
.p-top__service .content li .img1 {
  margin-bottom: 1.0981vw;
}
.p-top__service .content li .img1 img {
  width: 100%;
}
.p-top__service .content li .txt1 {
  font-size: 1.02489vw;
  line-height: 1.68;
  letter-spacing: 0.01464vw;
}
.p-top__stay {
  margin-bottom: 20.35139vw;
}
.p-top__stay .heading {
  text-align: center;
  margin-bottom: 4.46559vw;
}
.p-top__stay .heading .en {
  color: #4A647E;
  font-size: 2.63543vw;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.12em;
  margin-bottom: 1.90337vw;
}
.p-top__stay .heading .h {
  font-size: 2.19619vw;
  letter-spacing: 0.01464vw;
  font-family: "Zen Old Mincho", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin-bottom: 1.1713vw;
}
.p-top__stay .heading .l {
  font-size: 1.61054vw;
  font-family: "Zen Old Mincho", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.01464vw;
  line-height: 1.4;
}
.p-top__stay .content {
  margin-bottom: 6.58858vw;
  position: relative;
}
.p-top__stay .content .slider {
  width: 72.47438vw;
}
.p-top__stay .content .slider li img {
  width: 100%;
}
.p-top__stay .content .slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -3.22108vw;
  display: flex;
  justify-content: center;
}
.p-top__stay .content .slider .slick-dots li {
  margin-left: 0.73206vw;
  margin-right: 0.73206vw;
  line-height: 0;
}
.p-top__stay .content .slider .slick-dots li button {
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  outline: 0;
  padding: 0;
  background: #DADADA;
  width: 4.39239vw;
  height: 0.14641vw;
  cursor: pointer;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  text-indent: 7.32064vw;
  vertical-align: top;
}
.p-top__stay .content .slider .slick-dots li.slick-active button {
  background: #4A647E;
}
.p-top__stay .content .lead {
  position: relative;
  margin-top: -7.17423vw;
  margin-left: auto;
  z-index: 1;
  background: #fff;
  width: 41.50805vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.58712vw 5.34407vw;
}
.p-top__stay .content .lead .en {
  @incluide fsvw(21);
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  color: #4A647E;
}
.p-top__stay .content .lead .t {
  font-size: 2.04978vw;
  font-weight: 400;
  letter-spacing: 0.01464vw;
  line-height: 1.8;
  margin-bottom: 0.21962vw;
}
.p-top__stay .content .lead .l {
  font-weight: 400;
  letter-spacing: 0.01464vw;
  line-height: 2.2;
}
.p-top__stay .content:nth-child(3) .slider {
  margin-left: auto;
}
.p-top__stay .content:nth-child(3) .lead {
  margin-left: 0;
  margin-right: auto;
  padding-left: 12.29868vw;
}
.p-top__stay .content:last-child {
  margin-bottom: 0;
}
.p-top__information {
  background: #ECF1F5;
  padding-bottom: 11.4202vw;
}
.p-top__information .img1 {
  height: 29.28258vw;
  margin-bottom: 4.83163vw;
  overflow: hidden;
  background: url(../img/top/information_img1.jpg) no-repeat center top;
  background-size: cover;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.p-top__information .img1 img {
  width: 100%;
}
.p-top__information .block1 {
  padding-left: 21.96193vw;
  padding-right: 21.96193vw;
}
.p-top__information .block1 .h {
  text-align: center;
  font-size: 2.63543vw;
  letter-spacing: 0.12em;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  margin-bottom: 6.14934vw;
  font-weight: 400;
}
.p-top__information .block1 dl {
  margin: 0;
  margin-bottom: 4.39239vw;
  display: flex;
  justify-content: space-between;
}
.p-top__information .block1 dl:last-child {
  margin-bottom: 0;
}
.p-top__information .block1 dt {
  font-size: 1.39092vw;
  width: 14.64129vw;
  letter-spacing: 0.01464vw;
}
.p-top__information .block1 dt.lg {
  font-size: 1.61054vw;
}
.p-top__information .block1 dd {
  width: 38.79941vw;
}
.p-top__information .block1 .price {
  display: inline-block;
  border-bottom: 0.07321vw solid #373F41;
  font-size: 1.61054vw;
  letter-spacing: 0.01464vw;
}
.p-top__information .block1 .price strong {
  font-size: 2.34261vw;
  font-weight: 400;
  letter-spacing: 0.01464vw;
  margin-left: 2.04978vw;
}
.p-top__information .block1 .price small {
  font-size: 1.1713vw;
  letter-spacing: 0.01464vw;
}
.p-top__information .block1 .price + .note {
  margin-top: 0.80527vw;
}
.p-top__information .block1 .date {
  display: inline-block;
  border-bottom: 0.07321vw solid #373F41;
  font-size: 1.61054vw;
  letter-spacing: 0.01464vw;
}
.p-top__information .block1 .note {
  margin-top: 1.39092vw;
}
.p-top__information .block1 .note p {
  font-size: 1.0981vw;
  letter-spacing: 0.01464vw;
  line-height: 1.4;
  margin-bottom: 1.0981vw;
}
.p-top__information .block1 .note p:last-child {
  margin-bottom: 0;
}
.p-top__information .block1 .timetable li {
  border-bottom: 0.07321vw solid #CAD6DF;
  padding-bottom: 1.61054vw;
  margin-bottom: 1.61054vw;
  display: flex;
  align-items: flex-start;
}
.p-top__information .block1 .timetable li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-top__information .block1 .timetable .t {
  font-size: 1.0981vw;
  font-weight: 400;
  font-family: "Marcellus SC", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #fff;
  border: 0.07321vw solid #373F41;
  margin-right: 1.90337vw;
  padding: 0.73206vw 1.1713vw;
  text-align: center;
}
.p-top__information .block1 .timetable th,
.p-top__information .block1 .timetable td {
  font-size: 1.31772vw;
  letter-spacing: 0.01464vw;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 1.31772vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__information .block1 .timetable th {
  width: 8.27233vw;
}
.p-top__information .block1 .timetable th span {
  display: inline-block;
  width: 4.8em;
  text-align: right;
}
.p-top__information .block1 .timetable tr:last-child th,
.p-top__information .block1 .timetable tr:last-child td {
  padding-bottom: 0;
}
.p-top__information .block1 .flow li {
  margin-bottom: 2.19619vw;
  position: relative;
  counter-increment: step;
  padding-top: 0.36603vw;
  padding-left: 4.02635vw;
}
.p-top__information .block1 .flow li:last-child {
  margin-bottom: 0;
}
.p-top__information .block1 .flow li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.07321vw solid #373F41;
  border-radius: 2.85505vw;
  width: 2.85505vw;
  height: 2.85505vw;
  font-size: 1.31772vw;
  text-align: center;
}
.p-top__information .block1 .flow p {
  font-size: 1.31772vw;
  letter-spacing: 0.01464vw;
  margin-bottom: 1.02489vw;
}
.p-top__information .block1 .flow p:last-child {
  margin-bottom: 0;
}
.p-top__information .block1 .flow p span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #373F41;
  text-decoration-thickness: 0.07321vw;
  text-underline-offset: 0.73206vw;
}
.p-top__information .block1 .flow p.note {
  margin-top: 1.24451vw;
  font-size: 1.0981vw;
  letter-spacing: 0.01464vw;
}

/* ----------------------------- タブレット（769～1024px） */
/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .p-top__kv:before {
    background-image: url(../img/top/kv_img1_sp.jpg);
  }
  .p-top__kv .catch {
    font-size: 4.8vw;
    letter-spacing: 2.01867vw;
    white-space: nowrap;
  }
  .p-top__kv .catch span {
    font-size: 4.8vw;
    letter-spacing: 2.01867vw;
    margin-bottom: 3.2vw;
    text-indent: -0.8em;
  }
  .p-top__kv .title {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 7.46667vw;
    font-size: 3.46667vw;
  }
  .p-top__kv .sns {
    display: none;
  }
  .p-top__concept {
    padding: 26.66667vw 10.13333vw 37.86667vw;
    flex-direction: column;
    align-items: center;
  }
  .p-top__concept .en {
    width: auto;
    margin-bottom: 16vw;
    font-size: 6.4vw;
    letter-spacing: 0.1em;
  }
  .p-top__concept .h {
    order: unset;
  }
  .p-top__concept .h img {
    width: 22.93333vw;
  }
  .p-top__concept .txt1 {
    font-size: 4vw;
    line-height: 2.1;
    letter-spacing: 0.05333vw;
    padding-left: 0;
    padding-top: 13.33333vw;
    order: unset;
  }
  .p-top__experience {
    padding: 24vw 8.8vw 80vw;
  }
  .p-top__experience .img1 {
    height: 177.6vw;
    background-image: url(../img/top/experience_lead_img1_sp.jpg);
  }
  .p-top__experience .img1:before {
    height: 53.06667vw;
  }
  .p-top__experience .heading {
    margin-bottom: 141.6vw;
  }
  .p-top__experience .heading .en {
    font-size: 5.06667vw;
    letter-spacing: 0.1em;
    margin-bottom: 3.46667vw;
  }
  .p-top__experience .heading .h {
    font-size: 5.86667vw;
    line-height: 1.6;
    letter-spacing: 1.6vw;
  }
  .p-top__experience .txt1 {
    font-size: 4vw;
    line-height: 2.1;
    letter-spacing: 0.05333vw;
    margin-left: 2.66667vw;
  }
  .p-top__experience-content {
    padding-left: 0;
  }
  .p-top__experience-content .t {
    top: 26.66667vw;
    font-size: 4vw;
    letter-spacing: 0.26667vw;
    padding: 5.33333vw 5.33333vw 1.86667vw 5.33333vw;
  }
  .p-top__experience-content .t span + span {
    margin-right: 1.6vw;
    margin-top: 13.33333vw;
  }
  .p-top__experience-content.c2 .t span + span {
    margin-top: 13.06667vw;
  }
  .p-top__experience-content.c3 .t span + span {
    margin-top: 21.06667vw;
  }
  .p-top__experience-content.c4 .t span + span {
    margin-top: 4.53333vw;
  }
  .p-top__service {
    display: block;
    padding: 32vw 9.06667vw 36.26667vw;
    position: relative;
  }
  .p-top__service .heading {
    width: auto;
    margin-bottom: 16vw;
    position: static;
  }
  .p-top__service .heading:before {
    display: none;
  }
  .p-top__service .heading .en {
    font-size: 6.4vw;
    letter-spacing: 0.1;
    margin-bottom: 1.6vw;
  }
  .p-top__service .heading .h {
    font-size: 5.86667vw;
    letter-spacing: 0.53333vw;
  }
  .p-top__service .heading .arrow {
    position: absolute;
    right: 8.53333vw;
    bottom: 36.26667vw;
    z-index: 9;
  }
  .p-top__service .heading .arrow button {
    width: 14.66667vw;
    height: 14.66667vw;
  }
  .p-top__service .heading .arrow button.slick-prev {
    margin-right: 6.13333vw;
  }
  .p-top__service .content {
    width: auto;
    padding-bottom: 21.33333vw;
    position: relative;
    margin-left: -9.06667vw;
    margin-right: -9.06667vw;
  }
  .p-top__service .content li {
    width: auto;
    margin-right: 9.06667vw;
    margin-left: 9.06667vw;
  }
  .p-top__service .content li .catch {
    font-size: 5.06667vw;
    letter-spacing: 0.32vw;
    top: -8vw;
    right: 4.26667vw;
  }
  .p-top__service .content li .catch span {
    padding: 2.13333vw 1.33333vw;
  }
  .p-top__service .content li .catch span + span {
    margin-right: 1.33333vw;
  }
  .p-top__service .content li .img1 {
    margin-bottom: 5.33333vw;
  }
  .p-top__service .content li .txt1 {
    font-size: 4vw;
    letter-spacing: 0.21333vw;
    line-height: 2.1;
  }
  .p-top__stay {
    margin-bottom: 48vw;
  }
  .p-top__stay .heading {
    margin-bottom: 17.33333vw;
  }
  .p-top__stay .heading .en {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    margin-bottom: 1.6vw;
  }
  .p-top__stay .heading .h {
    font-size: 5.86667vw;
    letter-spacing: 0.53333vw;
    margin-bottom: 8vw;
  }
  .p-top__stay .heading .l {
    font-size: 4vw;
    line-height: 2.1;
    letter-spacing: 0.05333vw;
  }
  .p-top__stay .content {
    margin-bottom: 16vw;
  }
  .p-top__stay .content:last-child {
    margin-bottom: 0;
  }
  .p-top__stay .content .slider {
    width: auto;
    margin-right: 8.53333vw;
    margin-bottom: 16vw;
  }
  .p-top__stay .content .slider .slick-dots {
    bottom: -6.66667vw;
    justify-content: flex-end;
  }
  .p-top__stay .content .slider .slick-dots li {
    margin-right: 0;
    margin-left: 3.63733vw;
  }
  .p-top__stay .content .slider .slick-dots li button {
    width: 10.90933vw;
    height: 0.53333vw;
  }
  .p-top__stay .content .lead {
    width: auto;
    margin-top: 0;
    margin-left: 8.53333vw;
    margin-right: 8.53333vw;
    padding: 0;
  }
  .p-top__stay .content .lead .en {
    font-size: 5.06667vw;
    letter-spacing: 0.1em;
    margin-bottom: 0.53333vw;
  }
  .p-top__stay .content .lead .t {
    font-size: 5.86667vw;
    line-height: 1.6;
    letter-spacing: 0.53333vw;
    margin-bottom: 5.33333vw;
  }
  .p-top__stay .content .lead .l {
    font-size: 4vw;
    line-height: 2.1;
    letter-spacing: 0.05333vw;
  }
  .p-top__stay .content:nth-child(3) .lead {
    margin-left: 8.53333vw;
    margin-right: 8.53333vw;
    padding-left: 0;
  }
  .p-top__information {
    padding-bottom: 0;
  }
  .p-top__information .img1 {
    height: 136vw;
    background-image: url(../img/top/information_img1_sp.jpg);
  }
  .p-top__information .block1 {
    padding: 26.66667vw 11.46667vw 13.33333vw;
  }
  .p-top__information .block1 .h {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    margin-bottom: 8.53333vw;
  }
  .p-top__information .block1 dl {
    display: block;
    margin-bottom: 0;
    border-bottom: 0.26667vw solid #4A647E;
  }
  .p-top__information .block1 dt {
    font-size: 5.33333vw;
    position: relative;
    letter-spacing: 0.53333vw;
    width: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
    margin-right: 2.66667vw;
  }
  .p-top__information .block1 dt:before, .p-top__information .block1 dt:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6.4vw;
    border-top: 0.26667vw solid #4A647E;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .p-top__information .block1 dt:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .p-top__information .block1 dt.lg {
    font-size: 5.33333vw;
  }
  .p-top__information .block1 dt.is-open:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .p-top__information .block1 dd {
    display: none;
    width: auto;
    padding-bottom: 8vw;
  }
  .p-top__information .block1 .price {
    border-bottom: 0.26667vw solid #373F41;
    font-size: 5.86667vw;
    letter-spacing: 0.53333vw;
  }
  .p-top__information .block1 .price strong {
    font-size: 6.4vw;
    letter-spacing: 0.53333vw;
    margin-left: 4.26667vw;
  }
  .p-top__information .block1 .price small {
    font-size: 3.73333vw;
    letter-spacing: 0.53333vw;
  }
  .p-top__information .block1 .price + .note {
    margin-top: 3.73333vw;
  }
  .p-top__information .block1 .date {
    border-bottom: 0.26667vw solid #373F41;
    font-size: 5.86667vw;
    letter-spacing: 0.05333vw;
    white-space: nowrap;
  }
  .p-top__information .block1 .note {
    margin-top: 4.93333vw;
  }
  .p-top__information .block1 .note p {
    font-size: 3.73333vw;
    letter-spacing: 0.05333vw;
    line-height: 1.4;
    margin-bottom: 4.26667vw;
  }
  .p-top__information .block1 .note p:last-child {
    margin-bottom: 0;
  }
  .p-top__information .block1 .timetable li {
    border-bottom: 0.26667vw solid #CAD6DF;
    padding-bottom: 4.8vw;
    margin-bottom: 4.8vw;
    display: block;
  }
  .p-top__information .block1 .timetable li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .p-top__information .block1 .timetable .t {
    display: inline-block;
    font-size: 4vw;
    background: #fff;
    line-height: 1.5;
    border: 0.26667vw solid #373F41;
    padding: 2.13333vw 4.26667vw;
    margin-bottom: 4.8vw;
  }
  .p-top__information .block1 .timetable th,
  .p-top__information .block1 .timetable td {
    font-size: 4.26667vw;
    letter-spacing: 0.05333vw;
    padding-bottom: 4.8vw;
  }
  .p-top__information .block1 .timetable th {
    width: 24.8vw;
  }
  .p-top__information .block1 .timetable tr:last-child th,
  .p-top__information .block1 .timetable tr:last-child td {
    padding-bottom: 0;
  }
  .p-top__information .block1 .flow li {
    margin-bottom: 3.73333vw;
    padding-top: 0.53333vw;
    padding-left: 10.13333vw;
  }
  .p-top__information .block1 .flow li:last-child {
    margin-bottom: 0;
  }
  .p-top__information .block1 .flow li:before {
    border: 0.26667vw solid #373F41;
    border-radius: 8.53333vw;
    width: 8.53333vw;
    height: 8.53333vw;
    font-size: 3.93067vw;
  }
  .p-top__information .block1 .flow p {
    font-size: 4.26667vw;
    letter-spacing: 0.05333vw;
    margin-bottom: 3.73333vw;
    line-height: 1.4;
  }
  .p-top__information .block1 .flow p:last-child {
    margin-bottom: 0;
  }
  .p-top__information .block1 .flow p span {
    text-decoration-thickness: 0.26667vw;
    text-underline-offset: 2.66667vw;
  }
  .p-top__information .block1 .flow p.nowrap {
    white-space: nowrap;
  }
  .p-top__information .block1 .flow p.note {
    margin-top: 2.13333vw;
    font-size: 3.73333vw;
    line-height: 1.4;
    letter-spacing: 0.05333vw;
  }
}
/*=======================================
英語ページ
=========================================*/
.is-en {
  word-break: keep-all;
  font-family: "Marcellus", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.is-en .l-nav__content .menu li a {
  padding-top: 11px;
  padding-bottom: 11px;
}
.is-en .l-nav__content .menu li .en {
  margin-bottom: 0;
}
.is-en .l-nav__content .reserve {
  width: 32.9429vw;
  margin-left: 0;
}
.is-en .l-nav__content .reserve-title {
  margin-bottom: 0;
  margin-right: 2.63543vw;
}
.is-en .l-nav__content .reserve-title .en {
  font-size: 0.95168vw;
  letter-spacing: 0.30747vw;
  margin-bottom: 0;
}
.is-en .l-nav__content .reserve-tel .no {
  margin-bottom: 0.73206vw;
  font-size: 0.95168vw;
}
.is-en .l-nav__content .reserve-tel .no a {
  font-size: 1.64056vw;
  margin-left: 0;
}
.is-en .l-nav__content .reserve-tel .no span {
  font-size: 0.70278vw;
  vertical-align: 0.36603vw;
}
.is-en .l-nav__content .reserve-tel .note {
  font-size: 0.80527vw;
  line-height: 1.3;
  letter-spacing: 0.04392vw;
}
.is-en .l-footer__reserve {
  padding-bottom: 9.66325vw;
}
.is-en .l-footer__reserve .h {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 2.19619vw;
  line-height: 1.8;
}
.is-en .l-footer__reserve .tel {
  font-size: 2.34261vw;
}
.is-en .l-footer__reserve .tel a {
  font-size: 4.61201vw;
  vertical-align: -0.87848vw;
}
.is-en .l-footer__reserve .tel span {
  font-size: 1.97657vw;
  vertical-align: 0.95168vw;
}
.is-en .l-footer__info {
  padding-top: 5.85652vw;
  padding-bottom: 3.22108vw;
}
.is-en .l-footer__info .box1 p {
  line-height: 2;
}
.is-en .l-footer__info .box1 dl {
  margin-top: 1.90337vw;
  margin-bottom: 2.19619vw;
  width: 27.81845vw;
  flex-wrap: wrap;
}
.is-en .l-footer__info .box1 dt {
  width: 3.66032vw;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.95168vw;
}
.is-en .l-footer__info .box1 dd {
  font-family: "Zen Old Mincho", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 0.95168vw;
  margin-right: 0;
}
.is-en .l-footer__info .box1 dd small {
  font-size: 0.95168vw;
  margin-left: 0.36603vw;
}
.is-en .l-footer__info .box1 .link a {
  @includ fsvw(16);
}
.is-en .l-footer__info .btn1 {
  margin-bottom: 1.46413vw;
}
.is-en .p-top__kv .catch span {
  font-size: 1.89458vw;
}
.is-en .p-top__concept {
  display: block;
}
.is-en .p-top__concept .en {
  margin-bottom: 10.2489vw;
}
.is-en .p-top__concept .h img {
  width: 29.06296vw;
}
.is-en .p-top__concept .txt1 {
  line-height: 2;
  padding-top: 7.17423vw;
  padding-left: 6.58858vw;
}
.is-en .p-top__experience .heading .en {
  letter-spacing: 0.1em;
}
.is-en .p-top__experience .heading .h {
  letter-spacing: 0.43924vw;
}
.is-en .p-top__experience-content .t {
  top: 5.12445vw;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 1.46413vw;
  letter-spacing: 0.04392vw;
  line-height: 1.7;
  padding: 1.46413vw;
}
.is-en .p-top__experience-content .t.one-line {
  padding-top: 2.70864vw;
  padding-bottom: 2.70864vw;
}
.is-en .p-top__service {
  padding-bottom: 14.05564vw;
}
.is-en .p-top__service .heading {
  background: transparent;
}
.is-en .p-top__service .heading:before {
  width: calc(100% + 6.29575vw);
  right: 1.46413vw;
}
.is-en .p-top__service .heading .h {
  font-size: 2.04978vw;
  letter-spacing: 0.07321vw;
  line-height: 1.5;
  font-family: "Marcellus", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.is-en .p-top__service .content li .catch {
  font-size: 1.31772vw;
  top: 1.46413vw;
  left: -1.46413vw;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.is-en .p-top__service .content li .catch span {
  padding: 0.21962vw 0.65886vw;
  letter-spacing: 0.04392vw;
}
.is-en .p-top__service .content li .catch span + span {
  margin-top: 0.43924vw;
  margin-right: 0;
}
.is-en .p-top__service .content li .txt1 {
  line-height: 2;
}
.is-en .p-top__stay .heading {
  margin-bottom: 6.8082vw;
}
.is-en .p-top__stay .heading .h {
  font-size: 2.04978vw;
  font-family: "Marcellus", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.07321vw;
}
.is-en .p-top__stay .heading .l {
  font-size: 1.31772vw;
  font-family: "Marcellus", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.04392vw;
  line-height: 1.7;
  max-width: 54.75842vw;
  margin-left: auto;
  margin-right: auto;
}
.is-en .p-top__stay .content .lead .t {
  margin-bottom: 1.0981vw;
}
.is-en .p-top__stay .content .lead .l {
  line-height: 2;
  max-width: 23.8653vw;
}
.is-en .p-top__information {
  padding-bottom: 8.34553vw;
}
.is-en .p-top__information .block1 .h {
  font-family: "Marcellus", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.is-en .p-top__information .block1 dt {
  font-size: 2.04978vw;
  letter-spacing: 0.07321vw;
}
.is-en .p-top__information .block1 .price {
  font-size: 1.1713vw;
}
.is-en .p-top__information .block1 .price strong {
  font-size: 1.68375vw;
  font-weight: 400;
  letter-spacing: 0.07321vw;
  margin-left: 0;
  font-family: "Zen Old Mincho", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.is-en .p-top__information .block1 .price small {
  margin-right: 0.43924vw;
}
.is-en .p-top__information .block1 .price + .note {
  margin-top: 0.95168vw;
}
.is-en .p-top__information .block1 .note {
  margin-top: 0.95168vw;
}
.is-en .p-top__information .block1 .note p {
  line-height: 1.6;
  margin-bottom: 0.73206vw;
}
.is-en .p-top__information .block1 .timetable .t {
  padding-top: 0.43924vw;
  padding-bottom: 0.43924vw;
}
.is-en .p-top__information .block1 .timetable th,
.is-en .p-top__information .block1 .timetable td {
  font-size: 1.1713vw;
  padding-bottom: 0.95168vw;
}
.is-en .p-top__information .block1 .timetable th {
  font-family: "Zen Old Mincho", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.is-en .p-top__information .block1 .timetable td p {
  white-space: nowrap;
  width: 0;
}
.is-en .p-top__information .block1 .flow li {
  margin-bottom: 1.61054vw;
  line-height: 2;
}
.is-en .p-top__information .block1 .flow li:before {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.is-en .p-top__information .block1 .flow p {
  white-space: nowrap;
}

/* ----------------------------- タブレット（769～1024px） */
/* ----------------------------- スマホ（～768px） */
@media screen and (max-width: 768px) {
  .is-en .l-nav__content .reserve {
    width: auto;
    padding-top: 8vw;
    padding-bottom: 8.53333vw;
  }
  .is-en .l-nav__content .reserve-title {
    margin-right: 0;
    margin-bottom: 1.33333vw;
  }
  .is-en .l-nav__content .reserve-title .en {
    font-size: 5.33333vw;
  }
  .is-en .l-nav__content .reserve-tel .no {
    font-size: 3.46667vw;
  }
  .is-en .l-nav__content .reserve-tel .no a {
    font-size: 7.30667vw;
    vertical-align: -1.33333vw;
  }
  .is-en .l-nav__content .reserve-tel .no span {
    font-size: 3.13067vw;
    vertical-align: 1.33333vw;
  }
  .is-en .l-nav__content .reserve-tel .note {
    font-size: 4.26667vw;
    letter-spacing: 0.05333vw;
    margin-bottom: 5.33333vw;
  }
  .is-en .l-footer__reserve {
    padding-top: 32.53333vw;
    padding-bottom: 32.53333vw;
  }
  .is-en .l-footer__reserve .en {
    margin-bottom: 2.93333vw;
  }
  .is-en .l-footer__reserve .h {
    font-size: 4.26667vw;
    line-height: 1.4;
    margin-bottom: 2.93333vw;
  }
  .is-en .l-footer__reserve .tel {
    font-size: 5.06667vw;
  }
  .is-en .l-footer__reserve .tel a {
    font-size: 8.53333vw;
  }
  .is-en .l-footer__reserve .tel span {
    font-size: 3.73333vw;
  }
  .is-en .l-footer__info {
    padding-top: 21.33333vw;
    padding-bottom: 11.46667vw;
  }
  .is-en .l-footer__info .box1 {
    margin-left: 9.06667vw;
    margin-right: 9.06667vw;
  }
  .is-en .l-footer__info .box1 .t {
    font-size: 6.4vw;
    letter-spacing: 0.26667vw;
    margin-bottom: 2.93333vw;
  }
  .is-en .l-footer__info .box1 p {
    margin-bottom: 6.13333vw;
    line-height: 2;
    font-size: 4.26667vw;
  }
  .is-en .l-footer__info .box1 dl {
    width: auto;
  }
  .is-en .l-footer__info .box1 dt {
    width: 11.2vw;
    font-size: 3.73333vw;
    padding: 0.53333vw 2.66667vw;
    margin-bottom: 3.2vw;
  }
  .is-en .l-footer__info .box1 dd {
    width: calc(100% - 13.33333vw);
    font-size: 3.73333vw;
    margin-bottom: 3.2vw;
  }
  .is-en .l-footer__info .box1 dd small {
    font-size: 3.46667vw;
    margin-left: 1.06667vw;
  }
  .is-en .p-top__kv .catch {
    font-size: 5.6vw;
    line-height: 1.5;
    letter-spacing: 0.53333vw;
  }
  .is-en .p-top__kv .catch span {
    font-size: 5.6vw;
    text-indent: 0;
    margin-bottom: 0;
    letter-spacing: 0.53333vw;
  }
  .is-en .p-top__kv .title {
    font-size: 4.26667vw;
    letter-spacing: 0.00533vw;
    line-height: 2;
  }
  .is-en .p-top__concept {
    padding-bottom: 75.73333vw;
    padding-left: 11.73333vw;
    padding-right: 11.73333vw;
    text-align: center;
  }
  .is-en .p-top__concept .en {
    text-align: center;
    margin-bottom: 24vw;
  }
  .is-en .p-top__concept .h img {
    width: 62.4vw;
  }
  .is-en .p-top__concept .txt1 {
    padding-top: 12.8vw;
    text-align: left;
    padding-left: 0;
  }
  .is-en .p-top__experience .heading .h {
    font-size: 6.93333vw;
    line-height: 1.5;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    display: block;
  }
  .is-en .p-top__experience .txt1 {
    font-size: 4.26667vw;
    line-height: 2;
  }
  .is-en .p-top__experience-content .t {
    top: 26.66667vw;
    left: 8vw;
    font-size: 4.8vw;
    letter-spacing: 0.16vw;
    line-height: 1.6;
    padding: 4.53333vw;
  }
  .is-en .p-top__experience-content .t.one-line {
    padding-top: 4.53333vw;
    padding-bottom: 4.53333vw;
  }
  .is-en .p-top__service {
    padding-bottom: 54.4vw;
  }
  .is-en .p-top__service .heading {
    margin-bottom: 16vw;
  }
  .is-en .p-top__service .heading .en {
    margin-bottom: 2.13333vw;
  }
  .is-en .p-top__service .heading .h {
    font-size: 6.4vw;
  }
  .is-en .p-top__service .heading .arrow {
    right: 8.53333vw;
    bottom: 26.66667vw;
  }
  .is-en .p-top__service .content {
    padding-bottom: 0;
  }
  .is-en .p-top__service .content li .catch {
    font-size: 4.8vw;
    top: 5.33333vw;
    left: -5.33333vw;
  }
  .is-en .p-top__service .content li .catch span {
    padding: 0.8vw 2.13333vw;
  }
  .is-en .p-top__service .content li .catch span + span {
    margin-right: 0;
    margin-top: 1.33333vw;
  }
  .is-en .p-top__service .content li .txt1 {
    font-size: 4.26667vw;
    letter-spacing: 0.05333vw;
    line-height: 2;
  }
  .is-en .p-top__stay {
    margin-bottom: 35.46667vw;
  }
  .is-en .p-top__stay .heading {
    margin-bottom: 16vw;
  }
  .is-en .p-top__stay .heading .h {
    font-size: 6.4vw;
    line-height: 1.4;
    letter-spacing: 0.53333vw;
    margin-bottom: 4.26667vw;
  }
  .is-en .p-top__stay .heading .l {
    font-size: 4.26667vw;
    line-height: 2;
    letter-spacing: 0.05333vw;
    max-width: initial;
  }
  .is-en .p-top__stay .content {
    margin-bottom: 19.73333vw;
  }
  .is-en .p-top__stay .content .lead .en {
    margin-bottom: 1.06667vw;
  }
  .is-en .p-top__stay .content .lead .t {
    font-size: 6.4vw;
    line-height: 1.4;
    letter-spacing: 0.26667vw;
  }
  .is-en .p-top__stay .content .lead .l {
    font-size: 4.26667vw;
    line-height: 2;
    letter-spacing: 0.05333vw;
    max-width: initial;
  }
  .is-en .p-top__information .block1 dt {
    font-size: 6.4vw;
    letter-spacing: 0.26667vw;
  }
  .is-en .p-top__information .block1 .price {
    font-size: 4.26667vw;
  }
  .is-en .p-top__information .block1 .price strong {
    font-size: 5.86667vw;
    font-weight: 400;
    letter-spacing: 0.26667vw;
    margin-left: 0;
    font-family: "Zen Old Mincho", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .is-en .p-top__information .block1 .price small {
    margin-right: 1.6vw;
  }
  .is-en .p-top__information .block1 .price + .note {
    margin-top: 3.73333vw;
  }
  .is-en .p-top__information .block1 .note {
    margin-top: 4.53333vw;
  }
  .is-en .p-top__information .block1 .note p {
    line-height: 1.6;
    margin-bottom: 4.26667vw;
  }
  .is-en .p-top__information .block1 .timetable .t {
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
  }
  .is-en .p-top__information .block1 .timetable th,
  .is-en .p-top__information .block1 .timetable td {
    font-size: 4.26667vw;
    padding-bottom: 4.26667vw;
  }
  .is-en .p-top__information .block1 .timetable th {
    font-family: "Zen Old Mincho", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .is-en .p-top__information .block1 .timetable td p {
    white-space: normal;
    width: auto;
  }
  .is-en .p-top__information .block1 .flow li {
    margin-bottom: 5.86667vw;
    line-height: 1.4;
  }
  .is-en .p-top__information .block1 .flow li:before {
    font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .is-en .p-top__information .block1 .flow p {
    white-space: normal;
  }
}
