@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Barlow:wght@500;600&family=Noto+Sans+JP:wght@100..900&display=swap";
@-webkit-keyframes hoverIcon {
  45% {
    opacity: 0;
    -webkit-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
  }
}
@keyframes hoverIcon {
  45% {
    opacity: 0;
    -webkit-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes hoverIconReverse {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  53% {
    opacity: 0;
    -webkit-transform: translate(-30%, -50%) rotate(180deg);
    transform: translate(-30%, -50%) rotate(180deg);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate(30%, -50%) rotate(180deg);
    transform: translate(30%, -50%) rotate(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
@keyframes hoverIconReverse {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  53% {
    opacity: 0;
    -webkit-transform: translate(-30%, -50%) rotate(180deg);
    transform: translate(-30%, -50%) rotate(180deg);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate(30%, -50%) rotate(180deg);
    transform: translate(30%, -50%) rotate(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
@-webkit-keyframes hoverIconDown {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  45% {
    opacity: 0;
    -webkit-transform: translate(0, -30%) rotate(90deg);
    transform: translateY(-30%) rotate(90deg);
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translateY(30%) rotate(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@keyframes hoverIconDown {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  45% {
    opacity: 0;
    -webkit-transform: translate(0, -30%) rotate(90deg);
    transform: translateY(-30%) rotate(90deg);
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(0, 30%) rotate(90deg);
    transform: translateY(30%) rotate(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  to {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tlm_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.tlm_header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}
.tlm_header__wrap.changeColor {
  background: #fff;
}
.tlm_header__wrap.changeColor .tlm_logo {
  opacity: 1;
}
.tlm_header__wrap.changeColor .tlm_logo .tlm_logo-normal {
  display: none;
}
.tlm_header__wrap.changeColor .tlm_logo .tlm_logo-scrolled {
  display: block;
}
.tlm_header__wrap--sub.changeColor .tlm_logoLink {
  pointer-events: auto;
}
.tlm_header__wrap--sub.changeColor .tlm_logoLink:before {
  opacity: 1;
}
.tlm_logo .tlm_logo-normal {
  display: block;
}
.tlm_logo .tlm_logo-scrolled {
  display: none;
}
.tlm_logo--sub {
  opacity: 0;
}
.tlm_logo--sub .tlm_logo-normal {
  display: none;
}
.tlm_logo--sub .tlm_logo-scrolled,
.tlm_logoLink {
  display: block;
}
.tlm_logoLink--sub {
  position: relative;
  pointer-events: none;
}
.tlm_logoLink--sub:before {
  content: "";
  position: absolute;
  right: 0;
  opacity: 0;
  background: url(../images/common/icon_kanto.svg) no-repeat center/contain;
}
.tlm_logoLink--tohoku:before {
  background: url(../images/common/icon_tohoku.svg) no-repeat center/contain;
}
.tlm_logoLink--kanto:before {
  background: url(../images/common/icon_kanto.svg) no-repeat center/contain;
}
.tlm_logoLink--yamaguchi:before {
  background: url(../images/common/icon_yamaguchi.svg) no-repeat center/contain;
}
.tlm_logoLink--kansai:before {
  background: url(../images/common/icon_kansai.svg) no-repeat center/contain;
}
.tlm_logoLink--sizuoka:before {
  background: url(../images/common/icon_shizuoka.svg) no-repeat center/contain;
}
.tlm_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tlm_header__reservationButtton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #242424;
  border: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.tlm_header__reservationButtton--sub.--tohoku {
  background: #23a78b;
}
.tlm_header__reservationButtton--sub.--kanto,
.tlm_header__reservationButtton--sub.--kanto2,
.tlm_header__reservationButtton--sub.--kanto3 {
  background: #4189bc;
}
.tlm_header__reservationButtton--sub.--sizuoka {
  background: #e88a1a;
}
.tlm_header__reservationButtton--sub.--kansai {
  background: #b565a8;
}
.tlm_header__reservationButtton--sub.--yamaguchi {
  background: #d25140;
}
.tlm_header__reservationButttonWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tlm_header__reservationIcon {
  display: block;
  position: relative;
}
.tlm_header__reservationIcon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/icon_reservation.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tlm_header__reservationText {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.tlm_header__menuButton {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: none;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.tlm_header__menuButton.isClosed {
  background: #f0f0f0;
}
.tlm_header__menuButton.isClosed .tlm_header__menuButton__line:nth-child(2) {
  opacity: 0;
}
.tlm_header__menuButtonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tlm_header__menuButton__line {
  display: block;
  background: #242424;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.tlm_header__menuButtonText {
  color: #242424;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.tlm_header__navMenu {
  position: fixed;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  padding: 0;
  border: none;
  background: transparent;
}
.tlm_header__navInner {
  position: relative;
  width: 100%;
  z-index: 2;
  height: 100%;
  background: #f0f0f0;
}
.tlm_header__navThumb {
  height: 100%;
}
.tlm_header__navThumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tlm_header__navContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.tlm_header__navTitle {
  color: #242424;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.78px;
  text-align: center;
}
.tlm_header__nav {
  width: 100%;
}
.tlm_header__navLink {
  display: block;
  background: #fff;
  text-decoration: none;
}
.tlm_header__navGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tlm_header__navImage {
  overflow: hidden;
}
.tlm_header__navImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tlm_header__navRegion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tlm_header__navName {
  color: #242424;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-indent: -0.5em;
}
.tlm_header__navText {
  color: #242424;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-indent: -1.2em;
}
.tlm_header__navIcon {
  position: relative;
  display: block;
  margin-left: auto;
  border-style: solid;
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.tlm_header__navIcon:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.tlm_header__navIcon--kanto {
  border-color: #4189bc;
}
.tlm_header__navIcon--kanto:before {
  background-image: url(../images/common/icon_arrow_blue.svg);
}
.tlm_header__navIcon--kansai {
  border-color: #b565a8;
}
.tlm_header__navIcon--kansai:before {
  background-image: url(../images/common/icon_arrow_pink.svg);
}
.tlm_header__navIcon--sizuoka {
  border-color: #e88a1a;
}
.tlm_header__navIcon--sizuoka:before {
  background-image: url(../images/common/icon_arrow_orange.svg);
}
.tlm_header__navIcon--tohoku {
  border-color: #23a78b;
}
.tlm_header__navIcon--tohoku:before {
  background-image: url(../images/common/icon_arrow_green.svg);
}
.tlm_header__navIcon--yamaguchi {
  border-color: #d25140;
}
.tlm_header__navIcon--yamaguchi:before {
  background-image: url(../images/common/icon_arrow_brown.svg);
}
.tlm_header__linkExternal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tlm_header__linkExternalLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.tlm_header__linkExternalLink:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tlm_header__linkExternalText {
  color: #242424;
  line-height: 1.6;
  letter-spacing: 0.06em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.tlm_header__lowerNav {
  position: fixed;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  padding: 0;
  border: none;
  background: transparent;
}
.tlm_header__lowerNavInner {
  position: relative;
  width: 100%;
  z-index: 10;
  height: 100%;
}
.tlm_header__lowerNavOverlay--tohoku {
  background: rgba(35, 167, 139, 0.9);
}
.tlm_header__lowerNavOverlay--kanto {
  background: rgba(65, 137, 188, 0.9);
}
.tlm_header__lowerNavOverlay--sizuoka {
  background: rgba(232, 138, 26, 0.9);
}
.tlm_header__lowerNavOverlay--kansai {
  background: rgba(181, 101, 168, 0.9);
}
.tlm_header__lowerNavOverlay--yamaguchi {
  background: rgba(210, 81, 64, 0.9);
}
.tlm_header__lowerNavContent {
  position: relative;
  height: 100%;
  margin-left: auto;
  overflow-y: auto;
  z-index: 10000;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  background: #f0f0f0;
  opacity: 1;
}
.tlm_header__lowerNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tlm_header__lowerNavLink {
  text-decoration: none;
  display: block;
  background: #fff;
}
.tlm_header__lowerNavText {
  position: relative;
  color: #242424;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  line-height: 1.07;
  letter-spacing: 0.01em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.tlm_header__lowerNavText:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tlm_header__lowerNavExtraLink {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tlm_header__lowerNavExtraLinkText {
  position: relative;
  color: #242424;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  line-height: 1.6;
  letter-spacing: 0.06em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  padding-left: 1em;
}
.tlm_header__lowerNavExtraLinkText:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-image: url(../images/common/icon_arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
footer {
  color: #00f;
  font-size: 8vw;
}
.tlm_cv {
  position: relative;
}
.tlm_cv__content {
  border: 1px solid #242424;
}
.tlm_cv__copy {
  font-family: A1ゴシック M, A1 Gothic M, Noto Sans JP, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.tlm_cv__text {
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  line-height: 1.7;
}
.tlm_cv__button {
  width: 100%;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  background-color: #242424;
  color: #fff;
  position: relative;
  font-weight: 600;
  line-height: 1.6;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  display: block;
}
.tlm_cv__button:before {
  content: "";
  background-image: url(../images/common/icon_reservation.svg);
  background-size: cover;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 48%;
}
.tlm_cv__button.--tohoku {
  background: #23a78b;
}
.tlm_cv__button.--kanto {
  background: #4189bc;
}
.tlm_cv__button.--sizuoka {
  background: #e88a1a;
}
.tlm_cv__button.--kansai {
  background: #b565a8;
}
.tlm_cv__button.--yamaguchi {
  background: #d25140;
}
.tlm_modal {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
  opacity: 0;
}
.tlm_modal__content {
  opacity: 1;
  visibility: visible;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tlm_modal__contentInner {
  background: #f0f0f0;
  position: relative;
  margin: 0 auto;
}
.tlm_modal__buttonClose {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  border: none;
}
.tlm_modal__buttonIcon {
  display: inline-block;
  background: url(../images/common/icon_close.svg) no-repeat center
    center/contain;
}
.tlm_modal__inner {
  display: none;
  height: 100%;
}
.tlm_modal__innerDisplay {
  display: block;
}
.tlm_modal__heading {
  text-align: center;
  color: #242424;
  font-family: Noto Sans JP, Helvetica Neue, Segoe UI, Helvetica, 游ゴシック体,
    YuGothic, Yu Gothic M, 游ゴシック Medium, Yu Gothic Medium, メイリオ, Meiryo;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.tlm_modal__navLink {
  display: block;
  background: #fff;
  text-decoration: none;
}
.tlm_modal__navGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tlm_modal__navImage {
  overflow: hidden;
}
.tlm_modal__navRegion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tlm_modal__navName {
  color: #242424;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.tlm_modal__navText {
  color: #242424;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.tlm_modal__navIcon {
  position: relative;
  display: block;
  margin-left: auto;
  border-style: solid;
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.tlm_modal__navIcon:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.tlm_modal__navIcon--kanto {
  border-color: #4189bc;
}
.tlm_modal__navIcon--kanto:before {
  background-image: url(../images/common/icon_arrow_blue.svg);
}
.tlm_modal__navIcon--kansai {
  border-color: #b565a8;
}
.tlm_modal__navIcon--kansai:before {
  background-image: url(../images/common/icon_arrow_pink.svg);
}
.tlm_modal__navIcon--sizuoka {
  border-color: #e88a1a;
}
.tlm_modal__navIcon--sizuoka:before {
  background-image: url(../images/common/icon_arrow_orange.svg);
}
.tlm_modal__navIcon--tohoku {
  border-color: #23a78b;
}
.tlm_modal__navIcon--tohoku:before {
  background-image: url(../images/common/icon_arrow_green.svg);
}
.tlm_modal__navIcon--yamaguchi {
  border-color: #d25140;
}
.tlm_modal__navIcon--yamaguchi:before {
  background-image: url(../images/common/icon_arrow_brown.svg);
}
#tlm_loading__screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}
.tlm_loading-skipped #tlm_loading__screen {
  display: none;
}
.tlm_loading__container {
  max-width: 100%;
}
.tlm_progress__title {
  color: #242424;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.02em;
}
.tlm_progress__bar {
  width: 100%;
  background-color: #dfdfdf;
  overflow: hidden;
}
.tlm_progress {
  width: 0;
  height: 100%;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.tlm_progress.--kanto {
  background-color: #4189bc;
}
.tlm_progress.--tohoku {
  background-color: #23a78b;
}
.tlm_progress.--sizuoka {
  background-color: #e88a1a;
}
.tlm_progress.--kansai {
  background-color: #b565a8;
}
.tlm_progress.--yamaguchi {
  background-color: #d25140;
}
.tlm_progress__text {
  color: #242424;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.02em;
}
.tlm_arrowIcon {
  position: relative;
  display: block;
  border-style: solid;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: #242424;
}
.tlm_arrowIcon:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_arrow_white.svg);
}
html.no-scroll {
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  overflow: hidden;
}
:root {
  --theme-color: utils.$colorBlack;
}
:root[theme="kanto"] {
  --theme-color: #4189bc;
}
:root[theme="kanto2"] {
  --theme-color: #4189bc;
}
:root[theme="kansai"] {
  --theme-color: #b565a8;
}
:root[theme="sizuoka"] {
  --theme-color: #e88a1a;
}
:root[theme="tohoku"] {
  --theme-color: #23a78b;
}
:root[theme="yamaguchi"] {
  --theme-color: #d25140;
}
.pbPage .pbAreaWrapper1 {
  top: auto;
  margin-bottom: 0;
}
.pbPage .pbMainArea {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .tlm_header__wrap--sub {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tlm_header__navItem {
    width: 100%;
  }
  .tlm_header__navLink {
    padding: 12px;
  }
  .tlm_header__navGroup {
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
  .tlm_header__navImage {
    width: 25.7%;
  }
  .tlm_header__lowerNav {
    top: 0;
    height: 100vh;
    height: 100%;
    height: -webkit-fill-available;
  }
  .tlm_header__lowerNavOverlay {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(65, 137, 188, 0.9);
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
    opacity: 0.9;
  }
  .tlm_header__lowerNavOverlay--tohoku {
    background: rgba(35, 167, 139, 0.9);
  }
  .tlm_header__lowerNavOverlay--kanto {
    background: rgba(65, 137, 188, 0.9);
  }
  .tlm_header__lowerNavOverlay--sizuoka {
    background: rgba(232, 138, 26, 0.9);
  }
  .tlm_header__lowerNavOverlay--kansai {
    background: rgba(181, 101, 168, 0.9);
  }
  .tlm_header__lowerNavOverlay--yamaguchi {
    background: rgba(210, 81, 64, 0.9);
  }
  .tlm_cv.--kanto.--isSubPage {
    padding: 100px 0 197px;
  }
  .tlm_cv__inner {
    max-width: 1176px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .tlm_cv__content {
    padding: 80px 68px 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tlm_cv__contentSub {
    width: 349px;
  }
  .tlm_cv__copy {
    font-size: 26px;
    line-height: 1.3;
  }
  .tlm_cv__text {
    font-size: 15px;
    margin-top: 8px;
    letter-spacing: 0.04em;
  }
  .tlm_cv__button {
    cursor: pointer;
    padding: 19px 45px 23px 74px;
    border-radius: 4px;
    font-size: 19px;
  }
  .tlm_cv__button:before {
    width: 24px;
    height: 24px;
    left: 40px;
  }
  .tlm_modal__buttonClose {
    top: 32px;
    right: 32px;
    width: 24px;
    height: 24px;
  }
  .tlm_modal__buttonIcon {
    width: 24px;
    height: 24px;
  }
  .tlm_modal__inner {
    width: 68.6%;
    margin: 0 auto;
  }
  .tlm_modal__heading {
    line-height: 1.9;
    font-size: 1.47vw;
    padding: 57px 0 32px;
  }
  .tlm_modal__navList {
    display: grid;
    grid-template-columns: repeat(2, 48.8%);
    gap: 24px;
    padding-bottom: 80px !important;
  }
  .tlm_modal__navItem {
    width: 100%;
  }
  .tlm_modal__navLink {
    padding: 18px 12px;
  }
  .tlm_modal__navGroup {
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
  .tlm_modal__navImage {
    width: 80px;
    height: 56px;
  }
  .tlm_modal__navRegion {
    row-gap: 4px;
  }
  .tlm_modal__navName {
    font-size: 1.18vw;
    padding-left: 8px;
  }
  .tlm_modal__navText {
    font-size: 0.88vw;
  }
  .tlm_modal__navIcon {
    width: 15px;
    height: 15px;
    border-width: 1px;
    padding: 3px;
  }
  .tlm_modal__navIcon:before {
    width: 9px;
    height: 9px;
  }
  .tlm_progress__text {
    font-size: 16px;
    margin-top: 24px;
  }
  .tlm_arrowIcon {
    width: 20px;
    height: 20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .tlm_arrowIcon:before {
    width: 12px;
    height: 12px;
  }
  .isSp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tlm_header__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 32px;
    height: 80px;
  }
  .tlm_header__wrap.changeColor {
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 14px #0000000d;
  }
  .tlm_header__wrap.changeColor .tlm_logo {
    height: auto;
  }
  .tlm_logo {
    height: 100%;
  }
  .tlm_logo--sub {
    text-align: center;
  }
  .tlm_logoLink--sub {
    padding: 18px 0;
  }
  .tlm_logoLink--sub:before {
    width: 33px;
    height: 15px;
    top: 20px;
  }
  .tlm_link {
    height: 80px;
  }
  .tlm_header__reservationButtton {
    width: 100px;
  }
  .tlm_header__reservationButttonWrap {
    row-gap: 4px;
  }
  .tlm_header__reservationIcon {
    width: 28px;
    height: 28px;
  }
  .tlm_header__reservationIcon:before {
    width: 28px;
    height: 28px;
  }
  .tlm_header__reservationText {
    font-size: 12px;
  }
  .tlm_header__menuButton {
    width: 100px;
    row-gap: 9px;
    padding-top: 20px;
  }
  .tlm_header__menuButton.isClosed .tlm_header__menuButton__line:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  .tlm_header__menuButton.isClosed .tlm_header__menuButton__line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .tlm_header__menuButtonWrap {
    width: 32px;
    height: 19px;
  }
  .tlm_header__menuButton__line {
    width: 32px;
    border-top: 1px solid #242424;
  }
  .tlm_header__menuButtonText {
    font-size: 12px;
  }
  .tlm_header__navMenu {
    top: 80px;
    height: 100%;
  }
  .tlm_header__navInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tlm_header__navThumb {
    display: none;
  }
  .tlm_header__navContent {
    overflow-y: scroll;
    width: 100%;
    padding: 64px 0 70px;
  }
  .tlm_header__navLogo {
    width: 105px;
    height: 125px;
    margin-bottom: 24px;
  }
  .tlm_header__navTitle {
    font-size: 13px;
    margin-bottom: 32px;
  }
  .tlm_header__nav {
    width: 61.4%;
    margin-bottom: 34px;
  }
  .tlm_header__navList {
    display: grid;
    grid-template-columns: repeat(2, 48.8%);
    gap: 15px;
  }
  .tlm_header__navName {
    font-size: 14px;
  }
  .tlm_header__navText {
    font-size: 12px;
  }
  .tlm_header__navIcon {
    width: 15px;
    height: 15px;
    border-width: 1px;
    padding: 3px;
  }
  .tlm_header__navIcon:before {
    width: 9px;
    height: 9px;
  }
  .tlm_header__linkExternal {
    width: 61.4%;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding-bottom: 70px;
  }
  .tlm_header__linkExternalLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #666666;
    padding: 9px 0 10px;
    width: 100%;
  }
  .tlm_header__linkExternalLink:before {
    width: 12px;
    height: 12px;
    right: 10px;
  }
  .tlm_header__linkExternalText {
    font-size: 13px;
  }
  .tlm_header__lowerNavContent {
    max-width: 455px;
    padding: 144px 72px 70px;
  }
  .tlm_header__lowerNavList {
    row-gap: 10px;
  }
  .tlm_header__lowerNavLink {
    border-radius: 4px;
    padding: 16px 16px 16px 24px;
  }
  .tlm_header__lowerNavText {
    font-size: 15px;
  }
  .tlm_header__lowerNavText:before {
    width: 16px;
    height: 16px;
  }
  .tlm_header__lowerNavExtra {
    margin-top: 60px;
  }
  .tlm_header__lowerNavExtraLink {
    border-radius: 4px;
    border: 1px solid #666666;
    padding: 9px 0 10px;
  }
  .tlm_header__lowerNavExtraLinkText {
    font-size: 13px;
  }
  .tlm_header__lowerNavExtraLinkText:before {
    width: 12px;
    height: 12px;
    left: -18px;
  }
  .tlm_cv {
    padding: 100px 0;
  }
  .tlm_cv.--kansai.--isSubPage {
    padding: 90px 0 200px;
  }
  .tlm_cv.--kansai.--isSubPageBottom {
    padding: 100px 0;
  }
  .tlm_cv.--sizuoka.--isSubPage {
    padding: 100px 0 200px;
  }
  .tlm_cv.--sizuoka.--isSubPageBottom {
    padding: 100px 0;
  }
  .tlm_cv.--yamaguchi.--isSubPage {
    padding: 120px 0 166px;
  }
  .tlm_cv.--yamaguchi.--isSubPageBottom {
    padding: 100px 0;
  }
  .tlm_cv.--tohoku.--isSubPage {
    padding: 90px 0 200px;
  }
  .tlm_cv.--tohoku.--isSubPageBottom {
    padding: 100px 0;
  }
  .tlm_modal__contentInner {
    width: 70.4%;
    max-width: 764px;
  }
  .tlm_loading__container {
    width: 160px;
  }
  .tlm_progress__title {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .tlm_progress__bar {
    height: 1px;
  }
  .tlm_progress__text {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 901px) {
  .isSp-900 {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) {
  .tlm_header__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 2.35vw;
    height: 5.86vw;
  }
  .tlm_header__wrap.changeColor {
    -webkit-box-shadow: 0px 0.3vw 1.03vw 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.3vw 1.03vw #0000000d;
  }
  .tlm_header__wrap.changeColor .tlm_logo {
    height: auto;
  }
  .tlm_logo {
    height: 100%;
  }
  .tlm_logo--sub {
    text-align: center;
  }
  .tlm_logoLink--sub {
    padding: 1.32vw 0;
  }
  .tlm_logoLink--sub:before {
    width: 2.42vw;
    height: 1.1vw;
    top: 1.47vw;
  }
  .tlm_link {
    height: 5.86vw;
  }
  .tlm_header__reservationButtton {
    width: 7.33vw;
  }
  .tlm_header__reservationButttonWrap {
    row-gap: 0.3vw;
  }
  .tlm_header__reservationIcon {
    width: 2.05vw;
    height: 2.05vw;
  }
  .tlm_header__reservationIcon:before {
    width: 2.05vw;
    height: 2.05vw;
  }
  .tlm_header__reservationText {
    font-size: 0.88vw;
  }
  .tlm_header__menuButton {
    width: 7.33vw;
    row-gap: 0.66vw;
    padding-top: 1.47vw;
  }
  .tlm_header__menuButton.isClosed .tlm_header__menuButton__line:nth-child(1) {
    -webkit-transform: translateY(0.81vw) rotate(45deg);
    transform: translateY(0.81vw) rotate(45deg);
  }
  .tlm_header__menuButton.isClosed .tlm_header__menuButton__line:nth-child(3) {
    -webkit-transform: translateY(-0.51vw) rotate(-45deg);
    transform: translateY(-0.51vw) rotate(-45deg);
  }
  .tlm_header__menuButtonWrap {
    width: 2.35vw;
    height: 1.4vw;
  }
  .tlm_header__menuButton__line {
    width: 2.35vw;
    border-top: 0.08vw solid #242424;
  }
  .tlm_header__menuButtonText {
    font-size: 0.88vw;
  }
  .tlm_header__navMenu {
    top: 5.86vw;
    height: calc(100vh - 5.86vw);
  }
  .tlm_header__navInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tlm_header__navThumb {
    width: 38.7%;
    min-height: 41.9rem;
  }
  .tlm_header__navContent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    width: 61.4%;
    padding: 4.69vw 7.33vw 5.13vw;
  }
  .tlm_header__navLogo {
    width: 7.69vw;
    height: 9.16vw;
    margin-bottom: 1.76vw;
  }
  .tlm_header__navTitle {
    font-size: 0.96vw;
    margin-bottom: 2.35vw;
  }
  .tlm_header__nav {
    margin-bottom: 2.49vw;
  }
  .tlm_header__navList {
    display: grid;
    grid-template-columns: repeat(2, 48.8%);
    gap: 1.1vw;
  }
  .tlm_header__navName {
    font-size: 1.03vw;
  }
  .tlm_header__navText {
    font-size: 0.88vw;
    white-space: nowrap;
  }
  .tlm_header__navIcon {
    width: 1.1vw;
    height: 1.1vw;
    border-width: 0.08vw;
    padding: 0.22vw;
  }
  .tlm_header__navIcon:before {
    width: 0.66vw;
    height: 0.66vw;
  }
  .tlm_header__linkExternal {
    -webkit-column-gap: 1.18vw;
    -moz-column-gap: 1.18vw;
    column-gap: 1.18vw;
    width: 100%;
  }
  .tlm_header__linkExternalLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    border: 0.08vw solid #666666;
    padding: 0.66vw 0 0.74vw;
    width: 100%;
  }
  .tlm_header__linkExternalLink:before {
    width: 0.88vw;
    height: 0.88vw;
    right: 0.74vw;
  }
  .tlm_header__linkExternalText {
    font-size: 0.96vw;
  }
  .tlm_header__lowerNavContent {
    max-width: 33.31vw;
    padding: 10.55vw 5.28vw 5.13vw;
  }
  .tlm_header__lowerNavList {
    row-gap: 0.74vw;
  }
  .tlm_header__lowerNavLink {
    border-radius: 0.3vw;
    padding: 1.18vw 1.18vw 1.18vw 1.76vw;
  }
  .tlm_header__lowerNavText {
    font-size: 1.1vw;
  }
  .tlm_header__lowerNavText:before {
    width: 1.18vw;
    height: 1.18vw;
  }
  .tlm_header__lowerNavExtra {
    margin-top: 4.4vw;
  }
  .tlm_header__lowerNavExtraLink {
    border-radius: 0.3vw;
    border: 0.08vw solid #666666;
    padding: 0.66vw 2.93vw 0.74vw;
  }
  .tlm_header__lowerNavExtraLinkText {
    font-size: 0.96vw;
  }
  .tlm_header__lowerNavExtraLinkText:before {
    width: 0.88vw;
    height: 0.88vw;
    left: -1.02vw;
  }
  .tlm_cv {
    padding: 7.33vw 0;
  }
  .tlm_cv.--kansai.--isSubPage {
    padding: 6.59vw 0 14.65vw;
  }
  .tlm_cv.--kansai.--isSubPageBottom {
    padding: 7.33vw 0;
  }
  .tlm_cv.--sizuoka.--isSubPage {
    padding: 7.33vw 0 14.65vw;
  }
  .tlm_cv.--sizuoka.--isSubPageBottom {
    padding: 7.33vw 0;
  }
  .tlm_cv.--yamaguchi.--isSubPage {
    padding: 8.79vw 0 12.16vw;
  }
  .tlm_cv.--yamaguchi.--isSubPageBottom {
    padding: 7.33vw 0;
  }
  .tlm_cv.--tohoku.--isSubPage {
    padding: 6.59vw 0 14.65vw;
  }
  .tlm_cv.--tohoku.--isSubPageBottom {
    padding: 7.33vw 0;
  }
  .tlm_modal__contentInner {
    width: 70.43vw;
    max-width: 1200px;
  }
  .tlm_loading__container {
    width: 11.72vw;
  }
  .tlm_progress__title {
    font-size: 1.18vw;
    margin-bottom: 2.05vw;
  }
  .tlm_progress__bar {
    height: 0.08vw;
  }
  .tlm_progress__text {
    font-size: 1.18vw;
    margin-top: 1.76vw;
  }
}
@media screen and (max-width: 900px) {
  .isPc-900 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tlm_header__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 5.34vw;
    height: 16vw;
  }
  .tlm_header__wrap.changeColor {
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 14px #0000000d;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tlm_header__wrap--sub {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tlm_header__wrap--sub.changeColor {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tlm_logo {
    width: 50.4vw;
    opacity: 0;
  }
  .tlm_logo--sub {
    width: 50.4vw;
  }
  .tlm_logoLink--sub img {
    width: 100%;
  }
  .tlm_logoLink--sub:before {
    width: 8.81vw;
    height: 4vw;
    top: 0vw;
  }
  .tlm_link--sub {
    position: fixed;
    top: 0;
    right: 0;
  }
  .tlm_header__reservationButtton {
    width: 17.07vw;
  }
  .tlm_header__reservationButttonWrap {
    row-gap: 0.8vw;
  }
  .tlm_header__reservationIcon {
    width: 5.34vw;
    height: 5.34vw;
  }
  .tlm_header__reservationIcon:before {
    width: 5.34vw;
    height: 5.34vw;
  }
  .tlm_header__reservationText {
    font-size: 2.67vw;
  }
  .tlm_header__menuButton {
    width: 20vw;
    row-gap: 1.6vw;
    padding: 3.74vw 0 2.4vw;
  }
  .tlm_header__menuButton.isClosed .tlm_header__menuButton__line:nth-child(1) {
    -webkit-transform: translateY(2.67vw) rotate(45deg);
    transform: translateY(2.67vw) rotate(45deg);
  }
  .tlm_header__menuButton.isClosed .tlm_header__menuButton__line:nth-child(3) {
    -webkit-transform: translateY(-1.06vw) rotate(-45deg);
    transform: translateY(-1.06vw) rotate(-45deg);
  }
  .tlm_header__menuButtonWrap {
    width: 5.87vw;
    height: 4vw;
  }
  .tlm_header__menuButton__line {
    width: 5.87vw;
    border-top: 0.27vw solid #242424;
  }
  .tlm_header__menuButtonText {
    font-size: 2.67vw;
  }
  .tlm_header__navMenu {
    top: 16vw;
    height: calc(100vh - 16vw);
    height: 100dvh;
  }
  .tlm_header__navThumb {
    display: none;
  }
  .tlm_header__navContent {
    overflow-y: scroll;
    padding: 12.8vw 0;
    width: 100%;
    height: 100dvh;
  }
  .tlm_header__navLogo {
    display: none;
  }
  .tlm_header__navTitle {
    font-size: 3.47vw;
    margin-bottom: 4.27vw;
  }
  .tlm_header__nav {
    width: 82.94vw;
    margin-bottom: 6.67vw;
  }
  .tlm_header__navList {
    padding-bottom: 6.4vw;
  }
  .tlm_header__navItem:not(:last-child) {
    margin-bottom: 0.27vw;
  }
  .tlm_header__navLink {
    padding: 3.2vw;
  }
  .tlm_header__navGroup {
    -webkit-column-gap: 7.47vw;
    -moz-column-gap: 7.47vw;
    column-gap: 7.47vw;
  }
  .tlm_header__navImage {
    width: 21.34vw;
    height: 14.94vw;
  }
  .tlm_header__navRegion {
    row-gap: 1.34vw;
  }
  .tlm_header__navName {
    font-size: 3.74vw;
  }
  .tlm_header__navText {
    font-size: 3.2vw;
  }
  .tlm_header__navIcon {
    width: 4vw;
    height: 4vw;
    border-width: 0.27vw;
    padding: 0.8vw;
  }
  .tlm_header__navIcon:before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .tlm_header__linkExternal {
    -webkit-column-gap: 1.87vw;
    -moz-column-gap: 1.87vw;
    column-gap: 1.87vw;
  }
  .tlm_header__linkExternalLink {
    border-radius: 1.07vw;
    border: 0.27vw solid #666666;
    padding: 2.4vw 8.81vw 2.67vw 4.27vw;
  }
  .tlm_header__linkExternalLink:before {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.67vw;
  }
  .tlm_header__linkExternalText {
    font-size: 3.47vw;
  }
  .tlm_header__lowerNav {
    top: 16vw;
    height: calc(100vh - 16vw);
    height: calc(100% - 16vw);
    height: calc(-webkit-fill-available - 16vw);
  }
  .tlm_header__lowerNavOverlay {
    display: none;
  }
  .tlm_header__lowerNavContent {
    padding: 12.8vw 8.54vw;
  }
  .tlm_header__lowerNavList {
    row-gap: 2.14vw;
  }
  .tlm_header__lowerNavLink {
    border-radius: 1.07vw;
    padding: 4.27vw 4.27vw 4.27vw 6.4vw;
  }
  .tlm_header__lowerNavText {
    font-size: 3.74vw;
  }
  .tlm_header__lowerNavText:before {
    width: 4.27vw;
    height: 4.27vw;
  }
  .tlm_header__lowerNavExtra {
    margin-top: 8vw;
  }
  .tlm_header__lowerNavExtraLink {
    border-radius: 1.07vw;
    border: 0.27vw solid #666666;
    padding: 2.4vw 0 2.67vw;
  }
  .tlm_header__lowerNavExtraLinkText {
    font-size: 3.47vw;
  }
  .tlm_header__lowerNavExtraLinkText:before {
    width: 3.2vw;
    height: 3.2vw;
    left: -4.8vw;
  }
  .tlm_cv {
    padding: 12.8vw 0;
  }
  .tlm_cv.--kanto.--isSubPage {
    padding: 14.94vw 0 37.34vw;
  }
  .tlm_cv.--kanto.--isSubPageBottom {
    padding: 16vw 0 14.94vw;
  }
  .tlm_cv.--kansai.--isSubPage {
    padding: 14.94vw 0 26.67vw;
  }
  .tlm_cv.--kansai.--isSubPageBottom {
    padding: 14.94vw 0;
  }
  .tlm_cv.--sizuoka.--isSubPage {
    padding: 16.8vw 0 26.67vw;
  }
  .tlm_cv.--sizuoka.--isSubPageBottom {
    padding: 14.94vw 0;
  }
  .tlm_cv.--yamaguchi.--isSubPage {
    padding: 17.07vw 0 26.67vw;
  }
  .tlm_cv.--yamaguchi.--isSubPageBottom {
    padding: 14.94vw 0;
  }
  .tlm_cv.--tohoku.--isSubPage {
    padding: 16.27vw 0 26.67vw;
  }
  .tlm_cv.--tohoku.--isSubPageBottom {
    padding: 14.94vw 0;
  }
  .tlm_cv__inner {
    padding: 0 8.54vw;
  }
  .tlm_cv__content {
    padding: 8.54vw 5.87vw 8.81vw;
  }
  .tlm_cv__contentMain {
    margin-bottom: 5.87vw;
  }
  .tlm_cv__copy {
    text-align: center;
    font-size: 4.27vw;
    line-height: 1.58;
  }
  .tlm_cv__text {
    text-align: center;
    font-size: 3.47vw;
    margin-top: 3.2vw;
    letter-spacing: 0.02em;
  }
  .tlm_cv__button {
    padding: 3.74vw 6.94vw 4.8vw 14.67vw;
    border-radius: 1.07vw;
    font-size: 4vw;
    letter-spacing: 0.02em;
  }
  .tlm_cv__button:before {
    width: 5.34vw;
    height: 5.34vw;
    left: 7.2vw;
  }
  .tlm_modal__contentInner {
    width: 89.34vw;
  }
  .tlm_modal__buttonClose {
    top: 3.74vw;
    right: 4.27vw;
    width: 4.54vw;
    height: 4.54vw;
  }
  .tlm_modal__buttonIcon {
    width: 4.54vw;
    height: 4.54vw;
  }
  .tlm_modal__area {
    padding: 0 8.54vw 8.54vw;
  }
  .tlm_modal__heading {
    line-height: 1.6;
    font-size: 4vw;
    padding: 10.67vw 0 5.6vw;
  }
  .tlm_modal__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.14vw;
  }
  .tlm_modal__navItem:not(:last-child) {
    margin-bottom: 0.27vw;
  }
  .tlm_modal__navLink {
    padding: 3.2vw;
  }
  .tlm_modal__navGroup {
    -webkit-column-gap: 7.47vw;
    -moz-column-gap: 7.47vw;
    column-gap: 7.47vw;
  }
  .tlm_modal__navImage {
    width: 21.34vw;
    height: 14.94vw;
  }
  .tlm_modal__navRegion {
    row-gap: 1.34vw;
  }
  .tlm_modal__navName {
    font-size: 3.74vw;
    padding-left: 2.14vw;
  }
  .tlm_modal__navText {
    font-size: 3.2vw;
  }
  .tlm_modal__navIcon {
    width: 4vw;
    height: 4vw;
    border-width: 0.27vw;
    padding: 0.8vw;
  }
  .tlm_modal__navIcon:before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .tlm_loading__container {
    width: 42.67vw;
  }
  .tlm_progress__title {
    font-size: 4.27vw;
    margin-bottom: 7.47vw;
  }
  .tlm_progress__bar {
    height: 0.27vw;
  }
  .tlm_progress__text {
    font-size: 4.27vw;
    margin-top: 6.4vw;
  }
  .tlm_arrowIcon {
    width: 3.47vw;
    height: 3.47vw;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .tlm_arrowIcon:before {
    width: 2.14vw;
    height: 2.14vw;
  }
  .isPc {
    display: none !important;
  }
}
@media screen and (max-height: 660px) {
  .tlm_modal__content {
    display: block;
  }
}
@media (hover: hover) {
  .tlm_header__reservationButtton:hover {
    background-color: #2a9794;
  }
  .tlm_header__reservationButtton.--tohoku:hover {
    background: #166856;
  }
  .tlm_header__reservationButtton.--kanto:hover,
  .tlm_header__reservationButtton.--kanto2:hover,
  .tlm_header__reservationButtton.--kanto3:hover {
    background: #2d6083;
  }
  .tlm_header__reservationButtton.--sizuoka:hover {
    background: #a56111;
  }
  .tlm_header__reservationButtton.--kansai:hover {
    background: #8b437f;
  }
  .tlm_header__reservationButtton.--yamaguchi:hover {
    background: #a03426;
  }
  .tlm_header__menuButton.isClosed:hover {
    background: #fff;
  }
  .tlm_header__menuButton:hover {
    background: #f0f0f0;
  }
  .tlm_header__navIcon.isHover.tlm_header__navIcon--kanto {
    background: #4189bc;
  }
  .tlm_header__navIcon.isHover.tlm_header__navIcon--kanto:before {
    background-image: url(../images/common/icon_arrow_white.svg);
  }
  .tlm_header__navIcon.isHover.tlm_header__navIcon--kansai {
    background: #b565a8;
  }
  .tlm_header__navIcon.isHover.tlm_header__navIcon--kansai:before {
    background-image: url(../images/common/icon_arrow_white.svg);
  }
  .tlm_header__navIcon.isHover.tlm_header__navIcon--sizuoka {
    background: #e88a1a;
  }
  .tlm_header__navIcon.isHover.tlm_header__navIcon--sizuoka:before {
    background-image: url(../images/common/icon_arrow_white.svg);
  }
  .tlm_header__navIcon.isHover.tlm_header__navIcon--tohoku {
    background: #23a78b;
  }
  .tlm_header__navIcon.isHover.tlm_header__navIcon--tohoku:before {
    background-image: url(../images/common/icon_arrow_white.svg);
  }
  .tlm_header__navIcon.isHover.tlm_header__navIcon--yamaguchi {
    background: #d25140;
  }
  .tlm_header__navIcon.isHover.tlm_header__navIcon--yamaguchi:before {
    background-image: url(../images/common/icon_arrow_white.svg);
  }
  .tlm_header__linkExternalLink:hover .tlm_header__linkExternalText {
    -webkit-transform: translateX(4px);
    transform: translate(4px);
  }
  .tlm_header__linkExternalLink:hover:before {
    -webkit-animation: hoverIcon 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation: hoverIcon 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
  .tlm_header__lowerNavLink:hover .tlm_header__lowerNavText {
    -webkit-transform: translateX(4px);
    transform: translate(4px);
  }
  .tlm_header__lowerNavLink:hover .tlm_header__lowerNavText:before {
    -webkit-animation: hoverIcon 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation: hoverIcon 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
  .tlm_header__lowerNavExtraLink:hover .tlm_header__lowerNavExtraLinkText {
    -webkit-transform: translateX(-4px);
    transform: translate(-4px);
  }
  .tlm_header__lowerNavExtraLink:hover
    .tlm_header__lowerNavExtraLinkText:before {
    -webkit-animation: hoverIconReverse 0.7s cubic-bezier(0.23, 1, 0.32, 1)
      forwards;
    animation: hoverIconReverse 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  }
  .tlm_cv__button:hover {
    background-color: #2a9794;
  }
  .tlm_cv__button.--tohoku:hover {
    background: #166856;
  }
  .tlm_cv__button.--kanto:hover {
    background: #2d6083;
  }
  .tlm_cv__button.--sizuoka:hover {
    background: #a56111;
  }
  .tlm_cv__button.--kansai:hover {
    background: #8b437f;
  }
  .tlm_cv__button.--yamaguchi:hover {
    background: #a03426;
  }
  .tlm_modal__navLink:hover .tlm_modal__navIcon:before {
    background: url(../images/common/icon_arrow_white.svg) no-repeat center
      center/contain;
  }
  .tlm_modal__navLink:hover .tlm_modal__navIcon--kanto {
    background: #4189bc;
  }
  .tlm_modal__navLink:hover .tlm_modal__navIcon--kansai {
    background: #b565a8;
  }
  .tlm_modal__navLink:hover .tlm_modal__navIcon--sizuoka {
    background: #e88a1a;
  }
  .tlm_modal__navLink:hover .tlm_modal__navIcon--tohoku {
    background: #23a78b;
  }
  .tlm_modal__navLink:hover .tlm_modal__navIcon--yamaguchi {
    background: #d25140;
  }
  .tlm_modal__navIcon.isHover.tlm_modal__navIcon--kanto {
    background: #4189bc;
  }
  .tlm_modal__navIcon.isHover.tlm_modal__navIcon--kanto:before {
    background-image: url(../images/common/icon_arrow_white.svg);
  }
  .tlm_modal__navIcon.isHover.tlm_modal__navIcon--kansai {
    background: #b565a8;
  }
  .tlm_modal__navIcon.isHover.tlm_modal__navIcon--kansai:before {
    background-image: url(../images/common/icon_arrow_white.svg);
  }
  .tlm_modal__navIcon.isHover.tlm_modal__navIcon--sizuoka {
    background: #e88a1a;
  }
  .tlm_modal__navIcon.isHover.tlm_modal__navIcon--sizuoka:before {
    background-image: url(../images/common/icon_arrow_white.svg);
  }
  .tlm_modal__navIcon.isHover.tlm_modal__navIcon--tohoku {
    background: #23a78b;
  }
  .tlm_modal__navIcon.isHover.tlm_modal__navIcon--tohoku:before {
    background-image: url(../images/common/icon_arrow_white.svg);
  }
  .tlm_modal__navIcon.isHover.tlm_modal__navIcon--yamaguchi {
    background: #d25140;
  }
  .tlm_modal__navIcon.isHover.tlm_modal__navIcon--yamaguchi:before {
    background-image: url(../images/common/icon_arrow_white.svg);
  }
}
