@charset "UTF-8";
/*
====>> サイト(案件)毎にスタイルを記述していくファイル <<====

・このファイルはサイト(案件)独自のスタイルを記述するファイル
・ここに記述するファイルは、接頭辞に「p-」を付けたセレクタにする事　/　例：「.p-project-item」

*/
/*---------------------------------------
メディアクエリ関連
---------------------------------------*/
/*---------------------------------------
レイアウト関連
---------------------------------------*/
/*---------------------------------------
テキスト関連
---------------------------------------*/
/*---------------------------------------
コンポーネント関連
---------------------------------------*/
/*自動でベンダープレフィックスをつける*/
/*		TOPページ
-----------------------------------------------------*/
.home {
  /*tripra追加 230214 */
}
.home .l-mainvisual {
  position: relative;
  height: clamp(0rem, 46.875vw, 90rem);
  margin-bottom: 100px;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .home .l-mainvisual {
    height: 100vh;
    height: 100svh;
    margin-bottom: 60px;
  }
}
.home .l-mainvisual img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .home .l-mainvisual img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
    height: 100svh;
  }
}
.home .l-mainvisual .catch-phrase {
  position: absolute;
  left: 80px;
  bottom: 80px;
  color: var(--c-white);
  font-size: clamp(2.7rem, 4.3137254902vw, 6.6rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
}
@media screen and (max-width: 600px) {
  .home .l-mainvisual .catch-phrase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 20px;
    bottom: 20px;
    gap: 10px 0;
  }
}
.home .l-mainvisual .catch-phrase p {
  overflow: hidden;
  line-height: 1.2;
}
.home .l-mainvisual .catch-phrase p span {
  line-height: 1;
}
.home .l-mainvisual .catch-phrase p:last-of-type {
  width: 100%;
}
.home .l-mainvisual .mv-slider {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.home .l-mainvisual .mv-slider_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.home .l-mainvisual .mv-slider_item.is-active {
  opacity: 1;
}
.home .l-mainvisual .mv-badge {
  width: clamp(12.7rem, 12.5vw, 24rem);
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 600px) {
  .home .l-mainvisual .mv-badge {
    bottom: initial;
    top: 80px;
    right: 20px;
  }
}
.home .l-mainvisual .mv-badge img {
  height: auto;
}
.home .tab-reserve-group {
  max-width: calc(1140px + 5%);
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  .home .tab-reserve-group {
    margin-bottom: 60px;
  }
}
.home .tab-reserve-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1082px;
  margin: 30px auto -1px;
}
.home .tab-reserve {
  padding: 15px 5px;
  list-style: none;
  border: 1px solid #F4F2EF;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  width: 50%;
  font-weight: bold;
  color: #333;
}
.home .panel-group {
  border-top: none;
  margin-bottom: 25px;
}
.home .panel {
  display: none;
  max-width: 1082px;
  width: 100%;
  margin: auto;
  border: 1px solid #F4F2EF;
  background: #F4F2EF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: none;
}
.home .panel.tablecheck_tab {
  text-align: center;
}
.home .tab-reserve.is-active {
  background: #F4F2EF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home .panel.is-show {
  display: block;
}
.home .panel-group #booking {
  margin: 0 auto;
}
.home .panel-group #tripla_area {
  background: #F4F2EF;
  margin: 0 auto;
}
.home .panel-group #booking .search-widget-search-container-bf1818 {
  padding: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home .panel-group #tripla_area .confirm_link {
  bottom: 60px;
}
.home .panel-group #tc-widget[data-theme=clear] .tc-book {
  background-color: #F4F2EF;
  border: 1px solid #F4F2EF;
}
.home .panel-group #tc-widget .tc-h1 {
  display: none;
}
.home .panel-group .tc-shop,
.home .panel-group .tc-date,
.home .panel-group .tc-time,
.home .panel-group .tc-ppl {
  position: relative;
}
.home .panel-group .tc-shop::before,
.home .panel-group .tc-date::before,
.home .panel-group .tc-time::before,
.home .panel-group .tc-ppl::before {
  font-family: "Crimson Text", Georgia, æ¸¸æ˜Žæœ, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSæ˜ŽæœE, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 550;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  top: -30px;
  left: 35px;
}
.home .panel-group .tc-shop::before {
  content: "宿泊日";
  left: 0;
}
.home .panel-group .tc-date::before {
  content: "人数";
}
.home .panel-group .tc-time::before {
  content: "時間";
}
.home .panel-group .tc-ppl::before {
  content: "人数";
}
.home .panel-group #tc-widget select,
.home .panel-group #tc-widget input[type=text] {
  color: #000;
  font-size: 15px;
}
.home .panel-group ul.resLink li a {
  font-size: 14px;
}
.home .panel-group #tc-widget[data-theme=clear] .tc-header {
  color: #F4F2EF;
}
.home .panel-group #tc-widget select,
.home .panel-group #tc-widget input[type=text] {
  border-radius: 4px;
}
.home #tripla_area {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 90px;
  padding: 40px 60px;
}
.home #booking {
  margin: 30px auto 0;
}
.home #tripla_area .confirm_link {
  right: 206px;
  bottom: 57px;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  display: block;
  color: #fff;
}
.home #booking .search-widget-search-container-bf1818 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 33px;
  background: #F4F2EF;
}
.home .reserv_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  width: 100%;
}
.home .reserv_label li {
  background-color: var(--c-accent);
  color: #fff;
  margin-bottom: 6px;
  padding: 3.5px 14px;
  border-radius: 1px;
  position: relative;
}
.home .reserv_label li span {
  width: 30px;
  display: inline-block;
}
.home .reserv_label li span img {
  max-width: 100%;
  height: auto;
}
.home .reserv_label li a {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  text-align: left;
  padding: 10px;
  padding: 10px 0 10px 30px;
}
.home .reserv_label li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.home .button-btn-f51c1a {
  background: #878A63 !important;
  font-size: 14px;
}
.home #tripla_area .confirm_link {
  right: 287px;
  bottom: 68px;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  display: block;
}
.home ul.resLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
  max-width: 800px;
  margin: 20px auto 0;
}
.home ul.resLink li {
  width: 23%;
}
.home ul.resLink li a {
  text-align: center;
  display: block;
}
.home .reserv_label li a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .reserv_label li:nth-child(1) a::before {
  background-image: url(../img/common/icon_plane.svg);
}
.home .reserv_label li:nth-child(2) a::before {
  background-image: url(../img/common/icon_jr.svg);
}
.home .reserv_label li:nth-child(3) a::before {
  background-image: url(../img/common/icon_rental-car.svg);
}
.home .input-container-slot-239963 input {
  width: 100% !important;
}
.home .input-container-input-container-da40af .input-container-title-db81ec {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .home {
    /* 221026追加	 */
  }
  .home #booking.ad_0829 {
    margin: 80px auto 0;
    position: relative;
  }
  .home #booking.ad_0829::before {
    content: "";
    background: url(../img/lodgment/lodgment_banner.png) no-repeat center/cover;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -50px;
    left: -30px;
  }
  .home #booking.ad_0829 .search-widget-search-container-bf1818 {
    padding: 15px 25px 10px 130px;
  }
  .home #tripla_area .confirm_link.ad_0829 {
    bottom: 25%;
  }
  .home #tripla_area {
    position: relative;
    width: 100%;
    min-width: 100%;
  }
  .home #tripla_area .confirm_link {
    right: 80px;
    bottom: 375px;
  }
  .home ul.resLink {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 800px;
    margin: 20px auto;
    width: 85%;
  }
  .home ul.resLink li {
    width: auto;
  }
  .home ul.resLink li a {
    text-align: left;
    display: block;
    margin-bottom: 10px;
  }
  .home .reserv_label {
    width: 85%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
  .home .reserv_label li {
    margin-bottom: 0;
    padding: 5px;
    padding-left: 45px;
  }
  .home .reserv_label li a {
    display: block;
  }
  .home #booking .search-widget-search-container-bf1818 {
    width: 100% !important;
  }
  .home .reserv_label .first a::before,
  .home .reserv_label .last a::before {
    width: 35px;
    height: 35px;
    background-size: cover;
    left: 20px;
    bottom: 5px;
  }
  .home .reserv_label .even a::before {
    left: 25px;
  }
  .home #booking .search-widget-search-container-bf1818 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 600px) {
  .home .panel-group #tc-widget[data-layout=horizontal] {
    width: 900px;
    margin-bottom: 60px;
  }
  .home .panel-group #tc-widget .tc-shop select {
    width: 205px;
  }
  .home .panel-group #tc-widget[data-layout=horizontal] .tc-body {
    padding: 35px 10px 10px;
  }
  .home .panel-group #tc-widget select,
  .home .panel-group #tc-widget input[type=text] {
    height: 42px;
  }
  .home .panel-group #tc-widget .tc-icon {
    margin-top: 8px;
  }
}
.home .news {
  max-width: calc(1140px + 5%);
  margin: 0 auto 140px;
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  .home .news {
    margin: 0 auto 40px;
  }
}
.home .news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
  padding: 15px 0;
  border-bottom: 1px solid var(--c-base-03);
}
@media screen and (max-width: 820px) {
  .home .news_item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 20px 0 15px;
  }
}
.home .news_item a svg {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .home .news_item:first-of-type a {
    padding-top: 0;
  }
}
.home .news_title {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .home .news_title {
    width: 95%;
    font-size: 14px;
    line-height: 1.75;
  }
}
.home .news_date {
  color: var(--c-accent);
}
@media screen and (max-width: 600px) {
  .home .news_date {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 600px) {
  .home .news svg {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.home .decoration_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .home .decoration_list {
    margin-bottom: 60px;
  }
}
.home .decoration_item {
  width: 33.3333333333%;
}
.home .decoration_item img {
  width: 100%;
}
.home .concept {
  max-width: 100%;
  margin: 0 auto 220px;
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  .home .concept {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 600px) {
  .home .concept_inner .c-heading_h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .concept_inner .c-heading_h2 .lang_jp {
    padding-left: 0;
  }
  .home .concept_inner .c-heading_h2 .lang_jp:before {
    left: -25px;
  }
}
.home .concept_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 clamp(1rem, 1.0416666667vw, 2rem);
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .home .concept_contents {
    margin-top: 0;
  }
}
.home .concept_contents_text {
  width: 60%;
  width: clamp(0rem, 53.4895833333vw, 102.7rem);
}
@media screen and (max-width: 600px) {
  .home .concept_contents_text {
    width: 100%;
    margin-top: 0px;
  }
}
.home .concept_contents_text p {
  line-height: 1.75;
}
.home .concept_contents_text p:not(.home .concept_contents_text p:last-of-type) {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: clamp(1.8rem, 2.5390625vw, 2.6rem);
}
@media screen and (max-width: 600px) {
  .home .concept_contents_text p {
    text-align: center;
  }
}
.home .concept_contents_text p:last-of-type {
  margin-bottom: clamp(0rem, 7.8125vw, 15rem);
}
.home .concept_contents_text_img {
  position: relative;
}
@media screen and (max-width: 600px) {
  .home .concept_contents_text_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .concept_contents_text_img div {
  position: absolute;
}
@media screen and (max-width: 600px) {
  .home .concept_contents_text_img div {
    position: initial;
  }
  .home .concept_contents_text_img div:first-of-type {
    margin-top: 90px;
    margin-right: -20px;
  }
}
.home .concept_contents_text_img div:first-of-type {
  top: 11vw;
  right: clamp(0rem, 17.7083333333vw, 34rem);
  width: 40%;
}
@media screen and (max-width: 600px) {
  .home .concept_contents_text_img div:first-of-type {
    width: 50%;
  }
}
.home .concept_contents_text_img div:first-of-type img {
  width: 100%;
}
.home .concept_contents_text_img div:last-of-type {
  top: 0;
  right: 50px;
  z-index: 1;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .home .concept_contents_text_img div:last-of-type {
    width: 50%;
  }
}
.home .concept_contents_text_img div:last-of-type img {
  width: 100%;
}
.home .concept_contents_img {
  width: 36%;
  width: clamp(0rem, 32.0833333333vw, 61.6rem);
  margin-top: clamp(-3.3rem, -1.71875vw, 0rem);
}
@media screen and (max-width: 600px) {
  .home .concept_contents_img {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.home .concept_contents_img img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .home .concept_contents_img img {
    width: auto;
  }
}
.home .guest-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px 0;
  background-color: var(--c-base-01);
  padding: 110px 0;
}
@media screen and (max-width: 600px) {
  .home .guest-room {
    gap: 60px 0;
    padding: 60px 0;
  }
}
.home .guest-room_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 40px;
}
@media screen and (max-width: 920px) {
  .home .guest-room_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }
}
.home .guest-room .c-heading {
  width: 100%;
}
@media screen and (max-width: 920px) {
  .home .guest-room .c-heading {
    margin-bottom: 48px;
  }
}
.home .guest-room .c-heading_h2 {
  margin-bottom: 0;
}
.home .guest-room .c-heading_h2 .lang_en,
.home .guest-room .c-heading_h2 .lang_jp {
  color: var(--c-white) !important;
}
.home .guest-room .c-heading_h2 .lang_jp:before, .home .guest-room .c-heading_h2 .lang_jp:after {
  background-color: var(--c-white);
}
.home .guest-room_heading_list {
  width: 100%;
  max-width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  padding-left: 50px;
  border-left: solid #FFF 1px;
}
@media screen and (max-width: 920px) {
  .home .guest-room_heading_list {
    padding-left: 25px;
  }
}
.home .guest-room_heading_list_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0rem, 1.953125vw, 2rem);
}
@media screen and (max-width: 920px) {
  .home .guest-room_heading_list_item_text {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .guest-room_heading_list_item_text_en {
  width: 170px;
}
@media screen and (max-width: 600px) {
  .home .guest-room_heading_list_item_text_en {
    line-height: 1;
  }
}
.home .guest-room_heading_list_item a {
  color: var(--c-white);
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .home .guest-room_heading_list_item a {
    font-size: 12px;
  }
}
.home .guest-room_heading_list_item a svg {
  margin-left: auto;
}
@media screen and (max-width: 920px) {
  .home .guest-room_heading_list_item a svg {
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.home .guest-room_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1700px + 5%);
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .home .guest-room_contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 5%;
  }
}
.home .guest-room_contents:not(:nth-of-type(odd)) {
  margin-left: auto;
  padding-left: 5%;
}
.home .guest-room_contents:not(:nth-of-type(even)) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 5%;
}
.home .guest-room_contents:not(:nth-of-type(even)) .--spnone {
  padding-left: 5%;
}
@media screen and (max-width: 600px) {
  .home .guest-room_contents:not(:nth-of-type(even)) .--pcnone {
    padding-right: 0;
    padding-left: 5%;
  }
}
.home .guest-room_contents_name_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .guest-room_contents_name_jp, .home .guest-room_contents_name_en {
  color: var(--c-white);
  white-space: pre;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.home .guest-room_contents_name_jp {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 12px;
}
@media screen and (max-width: 600px) {
  .home .guest-room_contents_name_jp {
    font-size: 14px;
    letter-spacing: 6px;
  }
}
.home .guest-room_contents_name_en {
  font-size: 38px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .home .guest-room_contents_name_en {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
  }
  .home .guest-room_contents_name_en span {
    line-height: 1;
    color: var(--c-white);
    white-space: pre;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.home .guest-room_contents_img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .home .guest-room_contents_img {
    width: 78%;
  }
}
.home .guest-room_contents_img_effect {
  max-width: 100%;
}
.home .guest-room_contents_img_effect:before {
  background: var(--c-base-01);
}
.home .guest-room_contents_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .home .guest-room_contents_img img {
    aspect-ratio: 302/311;
  }
}
.home .guest-room_contents_img p {
  color: var(--c-white);
  max-width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .home .guest-room_contents .--spnone {
    display: none;
  }
}
.home .guest-room_contents .--pcnone {
  display: none;
}
@media screen and (max-width: 600px) {
  .home .guest-room_contents .--pcnone {
    padding-right: 5%;
    color: var(--c-white);
    font-size: 14px;
  }
}
.home .reservation-area {
  padding: 0 5%;
}
.home .facility {
  padding: 120px 10px;
  background-color: #F4F2EF;
}
@media screen and (max-width: 920px) {
  .home .facility {
    padding: 60px 5%;
  }
}
.home .facility_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  margin: 0 auto clamp(0rem, 6.8359375vw, 7rem);
  padding: 0 5% 0 3%;
}
@media screen and (max-width: 920px) {
  .home .facility_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .facility_text {
  width: 430px;
}
@media screen and (max-width: 920px) {
  .home .facility_text {
    width: 100%;
    text-align: right;
  }
  .home .facility_text p {
    text-align: left;
  }
}
.home .facility_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1%;
}
@media screen and (max-width: 600px) {
  .home .facility_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    margin: 0 -6%;
  }
}
.home .facility_item {
  position: relative;
  width: 33%;
}
@media screen and (max-width: 600px) {
  .home .facility_item {
    width: 95%;
  }
}
.home .facility_item:nth-child(2) {
  margin-top: clamp(0rem, 4.2708333333vw, 8.2rem);
}
@media screen and (max-width: 600px) {
  .home .facility_item:nth-child(2) {
    margin-top: 0;
    margin-left: auto;
  }
}
.home .facility_item:nth-child(3) {
  margin-top: clamp(0rem, 8.5416666667vw, 16.4rem);
}
@media screen and (max-width: 600px) {
  .home .facility_item:nth-child(3) {
    margin-top: 0;
  }
}
.home .facility_item_img.mask-anim:before {
  background-color: #F4F2EF;
}
.home .facility_item img {
  width: 100%;
}
.home .facility_item_text {
  position: absolute;
  left: 28px;
  bottom: 16px;
  color: var(--c-white);
}
@media screen and (max-width: 820px) {
  .home .facility_item_text {
    width: 95%;
    left: 5px;
  }
}
.home .facility_item_text .lang_en {
  font-size: clamp(2rem, 1.9791666667vw, 3.8rem);
}
.home .facility_item_text .lang_jp {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 25px;
  font-size: clamp(1.2rem, 0.8333333333vw, 1.6rem);
}
.home .facility_item_text .lang_jp:before, .home .facility_item_text .lang_jp:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--c-white);
}
.home .facility_item_text .lang_jp:before {
  left: 0;
}
.home .facility_item_text .lang_jp:after {
  right: -22px;
}
.home .tourist {
  margin: 0 auto;
  padding: 120px 2% 0;
}
@media screen and (max-width: 600px) {
  .home .tourist {
    padding: 60px 2% 0;
  }
}
.home .tourist_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .home .tourist_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .home .tourist_header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 920px) {
  .home .tourist_text {
    text-align: right;
  }
}
.home .tourist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 600px) {
  .home .tourist_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.home .tourist_item {
  width: 33%;
}
@media screen and (max-width: 600px) {
  .home .tourist_item {
    width: 100%;
  }
}
.home .tourist_item_img {
  margin-bottom: 10px;
}
.home .tourist_item_img img {
  width: 100%;
}
.home .tourist_item p {
  font-size: clamp(1.4rem, 1.3020833333vw, 2rem);
}
@media screen and (max-width: 600px) {
  .home .tourist_item p.lang_en {
    font-size: 16px;
  }
  .home .tourist_item p.lang_jp {
    line-height: 1;
  }
}

/*		ゲストルーム
-----------------------------------------------------*/
.contents-type_header {
  position: relative;
  padding: 10px;
}
.contents-type_header_title {
  position: absolute;
  left: 40px;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 600px) {
  .contents-type_header_title {
    left: 20px;
    bottom: 20px;
    gap: 10px 0;
  }
}
.contents-type_header_title .lang_jp {
  font-size: clamp(1.2rem, 1.4379084967vw, 2.4rem);
}
.contents-type_header_title .lang_en {
  font-size: clamp(2.2rem, 4.2483660131vw, 8.6rem);
}
.contents-type_header_title span {
  color: var(--c-white);
  line-height: 1;
}
.contents-type_header img {
  width: 100%;
}

.room-type_bg {
  background-color: #F4F2EF;
}
.room-type_concept {
  margin: 0 auto 100px;
  max-width: 1200px;
  padding: 0 5% 0;
}
@media screen and (max-width: 600px) {
  .room-type_concept {
    margin: 0 auto 50px;
  }
}
.room-type_concept_name {
  margin-bottom: 33px;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .room-type_concept_name {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.room-type_slider {
  margin-bottom: 150px;
  padding-bottom: 50px !important;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (max-width: 600px) {
  .room-type_slider {
    margin-bottom: 50px;
  }
}
.room-type_slider_contents {
  margin: 0 auto;
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  .room-type_slider_contents {
    padding: 60px 0 0;
  }
}
.room-type_slider .slider_item figure {
  text-align: center;
}
.room-type_slider .slider_item figure figcaption {
  margin-top: 24px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .room-type_slider .slider_item figure figcaption {
    margin-top: 16px;
    font-size: 16px;
  }
}
.room-type_slider .swiper-button-prev,
.room-type_slider .swiper-button-next {
  height: 74px;
  width: 74px;
}
.room-type_slider .swiper-button-prev::after,
.room-type_slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 74px;
  height: 74px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .room-type_slider .swiper-button-prev::after,
  .room-type_slider .swiper-button-next::after {
    width: 50px;
    height: 50px;
  }
}
.room-type_slider .swiper-button-prev::after {
  background-image: url(../img/common/icon_slider_left.svg);
}
.room-type_slider .swiper-button-next::after {
  background-image: url(../img/common/icon_slider_right.svg);
}
.room-type_slider .swiper-button-prev {
  left: 9%;
}
@media screen and (max-width: 600px) {
  .room-type_slider .swiper-button-prev {
    left: 0%;
    top: 28vw;
  }
}
@media (max-width: 375px) {
  .room-type_slider .swiper-button-prev {
    top: 32vw;
  }
}
.room-type_slider .swiper-button-next {
  right: 9%;
}
@media screen and (max-width: 600px) {
  .room-type_slider .swiper-button-next {
    right: 0%;
    top: 28vw;
  }
}
@media (max-width: 375px) {
  .room-type_slider .swiper-button-next {
    top: 32vw;
  }
}
.room-type_slider .swiper-pagination-bullet {
  top: 95% !important;
  margin-top: 60px;
  background-color: var(--c-accent);
}
.room-type_type {
  max-width: calc(940px + 10%);
  margin: 0 auto;
  padding: 0 5% 140px;
}
@media screen and (max-width: 600px) {
  .room-type_type {
    padding: 0 5% 70px;
  }
}
.room-type_type .table {
  width: 100%;
}
.room-type_type .table th {
  padding: 30px 0;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #3B4043;
}
@media screen and (max-width: 600px) {
  .room-type_type .table th {
    font-size: 2.7vw;
    padding: 0 0 30px;
    letter-spacing: 1.8px;
  }
}
.room-type_type .table td {
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  .room-type_type .table td {
    font-size: 2.7vw;
    letter-spacing: 1.8px;
  }
}
.room-type_type .table tr th,
.room-type_type .table tr td {
  width: 20%;
}
.room-type_type .table tr th:first-of-type,
.room-type_type .table tr td:first-of-type {
  text-align: left;
}
.room-type_type .table tr:nth-child(2) td {
  padding-top: 30px;
}
.room-type_type .table tr:nth-last-child td {
  width: 40%;
}
.room-type_type .table .open-modal-btn {
  padding: 5px;
  -webkit-transform: 0.1s;
          transform: 0.1s;
  background-color: var(--c-accent);
  color: var(--c-white);
  border-radius: 5px;
  border: none;
}
@media screen and (max-width: 600px) {
  .room-type_type .table .open-modal-btn {
    font-size: 12px;
  }
}
.room-type_type .table .open-modal-btn:hover {
  background-color: var(--c-white);
  color: var(--c-accent);
  cursor: pointer;
}
.room-type_detail {
  max-width: calc(940px + 10%);
  margin: 0 auto;
  padding: 0 5% 40px;
}
.room-type_detail_items_title {
  width: 236px;
  font-size: 20px;
}
.room-type_detail_items_list {
  max-width: 704px;
}
.room-type_detail_items_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 0;
}
@media screen and (max-width: 600px) {
  .room-type_detail_items_list ul {
    gap: 25px 0;
  }
}
.room-type_detail_items_list ul li {
  width: 175px;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .room-type_detail_items_list ul li {
    width: 33%;
  }
}
.room-type_detail_items_list ul li .item_block {
  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;
  gap: 15px 0;
}
@media screen and (max-width: 600px) {
  .room-type_detail_items_list ul li .item_block_text {
    font-size: 10px;
  }
  .room-type_detail_items_list ul li .item_block_text:has(.span-line-height) {
    line-height: 1.49;
    text-align: center;
  }
}
.room-type_detail_equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  border-top: 1px solid #3B4043;
  border-bottom: 1px solid #3B4043;
}
@media screen and (max-width: 600px) {
  .room-type_detail_equipment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px 0;
    padding: 20px 0;
  }
}
.room-type_detail_amenity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #3B4043;
}
@media screen and (max-width: 600px) {
  .room-type_detail_amenity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px 0;
    padding: 30px 0;
  }
}

.other-room {
  padding: 120px 0 0;
  background-color: var(--c-white);
}
@media screen and (max-width: 600px) {
  .other-room {
    padding: 60px 0 0;
  }
}
.other-room_inner {
  max-width: calc(1460px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
.other-room_inner .c-heading {
  margin-bottom: 50px;
}
.other-room_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 600px) {
  .other-room_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}
.other-room_item {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .other-room_item {
    width: 100%;
  }
}
.other-room_item a {
  display: block;
}
.other-room_item a:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .other-room_item a:hover {
    opacity: 0.7;
  }
}
.other-room_item_img {
  position: relative;
  margin-bottom: 15px;
}
.other-room_item_text .lang_en {
  margin-right: 20px;
}

/*		施設のご利用方法
-----------------------------------------------------*/
.user-guide_heading {
  margin-bottom: 125px;
}
@media screen and (max-width: 600px) {
  .user-guide_heading {
    margin-bottom: 65px;
  }
}
.user-guide_heading_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .user-guide_heading_c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.user-guide_heading_c .c-heading_h2 {
  line-height: 1.2;
  text-align: left;
}
.user-guide_heading_c .heading-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
  width: 393.37px;
  padding-left: 60px;
  border-left: 1px solid #3B4043;
}
@media screen and (max-width: 820px) {
  .user-guide_heading_c .heading-list {
    max-width: 600px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 600px) {
  .user-guide_heading_c .heading-list {
    width: 100%;
    padding-left: 25px;
  }
}
.user-guide_container {
  width: 100%;
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
.user-guide_container .heading-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.user-guide_container .heading-item a svg {
  margin-left: auto;
}
.user-guide_section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-weight: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .user-guide_section_title {
    gap: 0;
    margin-bottom: 30px;
  }
}
.user-guide_section_title span {
  font-size: 16px;
}
.user-guide_section_title .big {
  font-size: 32px;
  color: var(--c-accent);
}
@media screen and (max-width: 600px) {
  .user-guide_section_title .big {
    line-height: 1.75;
  }
}
.user-guide_section.--section01 .timeline:before {
  height: 88%;
}
.user-guide_section.--section02 .timeline:before {
  top: 70px;
  height: 78%;
}
.user-guide_section.--section03 .timeline:before {
  height: 67% !important;
  top: 80px;
}
.user-guide_section .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px 0;
  position: relative;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .user-guide_section .timeline {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.user-guide_section .timeline:before {
  position: absolute;
  top: 7px;
  left: 46px;
  content: "";
  width: 1px;
  height: 85%;
  background-color: var(--c-accent);
}
@media screen and (max-width: 600px) {
  .user-guide_section .timeline:before {
    height: 90%;
    top: 34px;
    left: 28px;
  }
}
.user-guide_section .timeline_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 600px) {
  .user-guide_section .timeline_item {
    gap: 0 10px;
  }
}
.user-guide_section .timeline_item:last-child {
  background-color: var(--c-white);
}
@media screen and (max-width: 600px) {
  .user-guide_section .timeline_item:last-child {
    background-color: initial;
  }
}
.user-guide_section .timeline_item_num {
  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;
  width: 94px;
  min-width: 94px;
  height: 94px;
  min-height: 94px;
  background-color: var(--c-white);
  border: 10px solid var(--c-white);
  border-radius: 100%;
  color: var(--c-accent);
  font-size: 20px;
  outline: 1px solid var(--c-accent);
  outline-offset: -20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .user-guide_section .timeline_item_num {
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    border: 5px solid var(--c-white);
    outline-offset: -10px;
    font-size: 16px;
  }
}
.user-guide_section .timeline_item_text_head {
  color: var(--c-accent);
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .user-guide_section .timeline_item_text_head {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 600px) {
  .user-guide_section .timeline_item_text_comment {
    font-size: 14px;
  }
}
.user-guide_section .timeline_item_text_comment a {
  color: var(--c-accent);
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .user-guide_section .timeline_item_text_comment a {
    font-size: 14px;
  }
}
.user-guide_section:last-of-type .timeline {
  margin-bottom: 0;
}
.user-guide_section:last-of-type .timeline:before {
  height: 80%;
}

/*		観光案内
-----------------------------------------------------*/
.tourist_container {
  width: 100%;
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
.tourist_gMap {
  display: none;
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .tourist_gMap {
    margin-bottom: 75px;
  }
}
.tourist_gMap.is-active {
  display: block;
}
.tourist_gMap iframe {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .tourist_gMap iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.tourist-list_tab {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .tourist-list_tab {
    margin-bottom: 20px;
  }
}
.tourist-list_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
  max-width: calc(940px + 10%);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .tourist-list_tab ul {
    gap: 0 15px;
  }
}
.tourist-list_tab ul li {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 443px;
  padding: 35px 2% 30px;
  background-color: var(--c-white);
  border: 1px solid var(--c-accent);
  color: var(--c-accent);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tourist-list_tab ul li:focus {
  opacity: 0.7;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .tourist-list_tab ul li:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (max-width: 600px) {
  .tourist-list_tab ul li {
    padding: 10px 2% 5px;
  }
}
.tourist-list_tab ul li.is-active {
  background-color: var(--c-accent);
  color: var(--c-white);
}
.tourist-list_tab ul li .lang_en {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .tourist-list_tab ul li .lang_en {
    font-size: 12px;
  }
}
.tourist-list_tab ul li .lang_jp {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .tourist-list_tab ul li .lang_jp {
    font-size: 10px;
    line-height: 1.5;
  }
}
.tourist-item {
  display: none;
}
.tourist-item.is-active {
  display: block;
}
.tourist-item_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 3%;
}
.tourist-item_contents:not(:last-of-type) {
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .tourist-item_contents:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 820px) {
  .tourist-item_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 3%;
  }
}
@media screen and (max-width: 600px) {
  .tourist-item_contents {
    gap: 10px 0;
    margin-bottom: 50px;
  }
}
.tourist-item_contents_img {
  width: 47%;
}
@media screen and (max-width: 820px) {
  .tourist-item_contents_img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_img {
    width: 100%;
  }
}
.tourist-item_contents_headline {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px 0;
  width: 48%;
}
@media screen and (max-width: 820px) {
  .tourist-item_contents_headline {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_headline {
    width: 100%;
    gap: 10px 0;
    margin-bottom: 20px;
  }
}
.tourist-item_contents_name h2 {
  color: var(--c-accent);
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_name h2 {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 600px) {
  .tourist-item_contents_desc p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.tourist-item_contents_info {
  padding-left: 25px;
  border-left: 1px solid var(--c-accent);
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_info {
    margin-bottom: 20px;
    padding-left: 15px;
  }
}
.tourist-item_contents_info address {
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_info address {
    font-size: 12px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_info P {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.75;
  }
}

.tourist-item_contents_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.tourist-item_contents_link_btn {
  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;
  width: 49%;
  padding: 20px;
  border: 1px solid var(--c-text);
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_link_btn {
    width: 100%;
    padding: 10px 20px;
  }
}
.tourist-item_contents_link_btn rect,
.tourist-item_contents_link_btn path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tourist-item_contents_link_btn:focus {
  background-color: var(--c-accent);
  border: 1px solid var(--c-accent);
  color: var(--c-white);
}
.tourist-item_contents_link_btn:focus rect,
.tourist-item_contents_link_btn:focus path {
  fill: var(--c-white);
}
@media (hover: hover) and (pointer: fine) {
  .tourist-item_contents_link_btn:hover {
    background-color: var(--c-accent);
    border: 1px solid var(--c-accent);
    color: var(--c-white);
  }
  .tourist-item_contents_link_btn:hover rect,
  .tourist-item_contents_link_btn:hover path {
    fill: var(--c-white);
  }
}

.tourist-item_contents_access {
  width: 100%;
  background-color: var(--c-base-02);
}
.tourist-item_contents_access .access-flow_tab {
  background-color: var(--c-accent);
  color: var(--c-white);
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_access .access-flow_tab {
    padding: 0 10px;
  }
}
@media screen and (max-width: 414px) {
  .tourist-item_contents_access .access-flow_tab {
    padding: 10px 20px;
  }
}
.tourist-item_contents_access .access-flow_contents {
  max-width: 1060px;
  margin: 0 auto;
  padding: 50px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1200px) {
  .tourist-item_contents_access .access-flow_contents {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_access .access-flow_contents {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 600px) {
  .tourist-item_contents_access .access-flow_contents {
    padding: 20px 20px;
  }
}
.tourist-item_contents_access .access-flow_contents-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1%;
  width: 100%;
  min-width: 960px;
}
@media screen and (max-width: 414px) {
  .tourist-item_contents_access .access-flow_contents-sp {
    min-width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px 0;
  }
}
.tourist-item_contents_access .access-flow_contents_item {
  height: 150px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 414px) {
  .tourist-item_contents_access .access-flow_contents_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 20px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  .tourist-item_contents_access .access-flow_contents_item:nth-of-type(odd) .access-flow_contents_item_img {
    min-width: 100px;
  }
  .tourist-item_contents_access .access-flow_contents_item:nth-of-type(even) .access-flow_contents_item_img {
    min-width: 100px;
  }
}
.tourist-item_contents_access .access-flow_contents_item_desc {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150%;
}
@media screen and (max-width: 414px) {
  .tourist-item_contents_access .access-flow_contents_item_desc {
    position: initial;
    -webkit-transform: none;
            transform: none;
    width: calc(100% - 100px);
  }
}
.tourist-item_contents_access .access-flow_contents_item_desc p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 414px) {
  .tourist-item_contents_access .access-flow_contents_item_desc p {
    text-align: left;
  }
}
.tourist-item_contents_access .access-flow_contents_item:nth-of-type(odd) .access-flow_contents_item_img {
  margin-bottom: 10px;
}
@media screen and (max-width: 414px) {
  .tourist-item_contents_access .access-flow_contents_item:nth-of-type(odd) .access-flow_contents_item_img {
    width: 100px;
    margin-bottom: 0;
  }
}
.tourist-item_contents_access .access-flow_contents_item:nth-of-type(odd) .access-flow_contents_item_desc p {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 414px) {
  .tourist-item_contents_access .access-flow_contents_item:nth-of-type(odd) .access-flow_contents_item_desc p {
    font-size: 1.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 414px) {
  .tourist-item_contents_access .access-flow_contents_item:nth-of-type(even) .access-flow_contents_item_desc {
    margin-left: -50px;
  }
}

/*		施設紹介
-----------------------------------------------------*/
.facility_container {
  width: 100%;
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
.facility_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3%;
}
@media screen and (max-width: 600px) {
  .facility_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.facility_contents:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .facility_contents:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.facility_contents:not(:last-of-type) {
  margin-bottom: 123px;
}
@media screen and (max-width: 600px) {
  .facility_contents:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.facility_contents:last-of-type {
  margin-bottom: 195px;
}
@media screen and (max-width: 600px) {
  .facility_contents:last-of-type {
    margin-bottom: 100px;
  }
}
.facility_contents_text {
  width: 100%;
  max-width: 472px;
}
.facility_contents_text_date {
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
@media screen and (max-width: 600px) {
  .facility_contents_text_date {
    margin: 20px 0;
    padding: 10px 0;
  }
}
.facility_contents_text_date table {
  width: 100%;
}
.facility_contents_text_date table tr th {
  font-weight: normal;
  text-align: left;
}
.facility_contents_text_date table tr th,
.facility_contents_text_date table tr td {
  padding: 7.5px 0;
}
@media screen and (max-width: 600px) {
  .facility_contents_text_date table tr th,
  .facility_contents_text_date table tr td {
    padding: 0;
  }
}
.facility_contents_text_date table tr:first-child th {
  color: var(--c-accent);
}
.facility_item_img:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*		アクセス
-----------------------------------------------------*/
.facility_heading {
  margin-bottom: 125px;
}
@media screen and (max-width: 600px) {
  .facility_heading {
    margin-bottom: 60px;
  }
}
.facility_heading_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.facility_heading_c .c-heading_h2 {
  text-align: left;
}
.facility_heading_c .heading-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
  width: 393.37px;
  padding-left: 60px;
  border-left: 1px solid #3B4043;
}
.facility_container {
  width: 100%;
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
.facility_container .heading-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.facility_container .heading-item a svg {
  margin-left: auto;
}

/*		特定商取引法
-----------------------------------------------------*/
.law .contents-type_header_title span {
  color: var(--c-text);
}
.law .contents-type_header_title span.lang_jp span {
  color: var(--c-accent);
}
.law .law_body {
  max-width: calc(940px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
.law .law_body table {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .law .law_body table tr {
    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;
    gap: 0 20px;
  }
}
.law .law_body table tr th,
.law .law_body table tr td {
  padding: 60px 0;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid var(--c-text);
}
@media screen and (max-width: 600px) {
  .law .law_body table tr th,
  .law .law_body table tr td {
    padding: 30px 0;
    font-size: 14px;
  }
}
.law .law_body table tr th {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .law .law_body table tr th {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

/*		よくある質問
-----------------------------------------------------*/
.faq .faq_body {
  max-width: calc(1060px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
.faq .faq_body .qa_box {
  position: relative;
  z-index: 10;
}
.faq .faq_body .qa_box:hover {
  cursor: pointer;
}
.faq .faq_body .qa_box .lang_en {
  color: var(--c-accent);
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .faq .faq_body .qa_box .lang_en {
    font-size: 24px;
  }
}
.faq .faq_body .qa_box dl dt.is-open .crossBar::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.faq .faq_body .qa_box dl dd {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.faq .faq_body .qa_box dl dd.is-open {
  max-height: 250px;
  padding: 20px 0;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .faq .faq_body .qa_box dl dd.is-open {
    max-height: 550px;
  }
}
.faq .faq_body .qa_box .js-qa_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--c-text);
}
.faq .faq_body .qa_box .js-qa_parent .pageSubTitle {
  font-size: 16px;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 600px) {
  .faq .faq_body .qa_box .js-qa_parent .pageSubTitle {
    font-size: 14px;
    line-height: 1.75;
  }
}
.faq .faq_body .qa_box .js-qa_parent .crossBar {
  min-width: 21px;
  min-height: 21px;
  right: 0;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .faq .faq_body .qa_box .js-qa_parent .crossBar {
    min-width: 14px;
    min-height: 14px;
  }
}
.faq .faq_body .qa_box .js-qa_parent .crossBar:before {
  content: "";
  display: inline-block;
  width: 1.6px;
  height: 100%;
  background-color: #4D4D4D;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.faq .faq_body .qa_box .js-qa_parent .crossBar:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.6px;
  background-color: #4D4D4D;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq .faq_body .qa_box .qa_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.faq .faq_body .qa_box .qa_child .contentText {
  padding-right: 5%;
}
@media screen and (max-width: 600px) {
  .faq .faq_body .qa_box .qa_child .contentText {
    font-size: 14px;
    line-height: 1.75;
  }
}

/*		投稿
-----------------------------------------------------*/
.single {
  padding-top: 170px;
}
@media screen and (max-width: 600px) {
  .single {
    padding-top: 100px;
  }
}
.single_body .headline {
  padding: 0 5%;
  text-align: center;
}
.single_body .headline time {
  margin-bottom: 30px;
  color: var(--c-accent);
}
@media screen and (max-width: 600px) {
  .single_body .headline time {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.single_body .headline h1 {
  margin-bottom: 50px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .single_body .headline h1 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.single_body .post-thumb {
  margin: 0 auto 50px;
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  .single_body .post-thumb {
    margin-bottom: 25px;
  }
}
.single_body .post-thumb img {
  width: 100%;
}
.single_content {
  max-width: calc(940px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
.single_content h1, .single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6 {
  margin-bottom: 2.5rem;
  font-weight: normal;
}
.single_content h2 {
  font-size: 16px;
}
.single_content p {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .single_content p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.single_content a {
  color: var(--c-accent);
  text-decoration: underline;
}
.single_content blockquote {
  padding: 25px 75px;
  background-color: #F4F2EF;
  border-left: 5px solid #878A63;
}
@media screen and (max-width: 600px) {
  .single_content blockquote {
    padding: 15px 25px;
  }
}
.single_content blockquote p:last-of-type {
  margin-bottom: 0;
}

/*		お問い合わせ
-----------------------------------------------------*/
.contact_container {
  max-width: calc(920px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
.contact_container table {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .contact_container table {
    margin-bottom: 20px;
  }
}
.contact_container table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px 0;
}
@media screen and (max-width: 600px) {
  .contact_container table tbody {
    gap: 30px 0;
  }
}
.contact_container table tr {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px 0;
}
.contact_container table tr th,
.contact_container table tr td {
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .contact_container table tr th,
  .contact_container table tr td {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
.contact_container table tr th span {
  margin-left: 10px;
  padding: 3px 5px;
  background-color: var(--c-accent);
  color: var(--c-white);
  font-size: 1.2rem;
}
.contact_container table tr td {
  width: 100%;
}
.contact_container table tr td input,
.contact_container table tr td textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #707070;
}
.contact_container table tr td.zip {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .contact_container table tr td.zip {
    margin-bottom: 0;
  }
}
.contact_container table tr td.zip p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.contact_container table tr td.zip p span {
  width: 100px;
}
.contact .checkBox {
  width: 450px;
  margin: 0 auto 60px;
  padding: 22px;
  border: 1px solid #4D4D4D;
}
@media screen and (max-width: 600px) {
  .contact .checkBox {
    width: 100%;
    padding: 15px;
  }
}
.contact .checkBox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .contact .checkBox p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 0;
  }
}
.contact .checkBox a {
  color: var(--c-accent);
  font-size: 1.4rem;
  text-decoration: underline;
}
.contact .wpcf7-submit {
  display: block;
  width: 480px;
  margin: 0 auto;
  padding: 24px 2%;
  background-color: var(--c-accent);
  border: none;
  color: var(--c-white);
  position: relative;
}
.contact .wpcf7-submit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 11.73px;
  height: 13.52px;
  background-image: url(../img/common/img_arrow_contact.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .wpcf7-submit:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .contact .wpcf7-submit:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 600px) {
  .contact .wpcf7-submit {
    width: 100%;
    padding: 30px 2%;
  }
}
.contact .confilmBtn {
  margin-top: 50px;
}
.contact .confilmBtn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5%;
}
@media screen and (max-width: 600px) {
  .contact .confilmBtn p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.contact .confilmBtn p .wpcf7-submit {
  margin: initial;
}
.contact .confilmBtn .wpcf7-previous {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 25px 5%;
  background-color: #3B4043;
  color: var(--c-white);
}
.contact .confilmBtn .wpcf7-previous:focus {
  cursor: pointer;
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .contact .confilmBtn .wpcf7-previous:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.contact .form-step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 60px;
  width: 300px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  .contact .form-step {
    margin: 0 auto 20px;
  }
}
.contact .form-step:before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: var(--c-text);
}
.contact .form-step_item .num {
  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;
  min-width: 60px;
  min-height: 60px;
  margin-bottom: 10px;
  background-color: var(--c-white);
  border: 1px solid #C3C3C3;
  border-radius: 100px;
  color: #C3C3C3;
}
.contact .form-step_item .text {
  display: block;
  color: #C3C3C3;
  text-align: center;
}
.contact .form-step_item.is-active .num {
  background-color: #3B4043;
  color: var(--c-white);
}
.contact .form-step_item.is-active .text {
  color: #3B4043;
}
.contact .confilm-message {
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .contact .confilm-message {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.contact .confilm-message .big {
  margin-bottom: 35px;
  font-size: clamp(2.4rem, 2.4615384615vw, 3.2rem);
}
@media screen and (max-width: 600px) {
  .contact .confilm-message .big {
    margin-bottom: 20px;
  }
}
.contact .confilm-page table tr {
  position: relative;
}
.contact .confilm-page table tr::before {
  content: "";
  width: 100%;
  height: 0.5px;
  background: #E1E1E1;
  bottom: -35%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 600px) {
  .contact .confilm-page table tr::before {
    bottom: -20%;
  }
}
.contact .confilm-page tr td.zip p span {
  width: auto;
}
.contact .returnPage {
  margin-top: 70px;
}
@media screen and (max-width: 600px) {
  .contact .returnPage {
    margin-top: 40px;
  }
}
.contact .returnPage a {
  display: block;
  width: 480px;
  margin: 0 auto;
  padding: 24px 2%;
  background-color: var(--c-accent);
  border: none;
  color: var(--c-white);
  position: relative;
}
@media screen and (max-width: 600px) {
  .contact .returnPage a {
    width: 100%;
  }
}

.access .facility_body .route-map {
  max-width: 720px;
  margin: 0 auto;
}
.access .facility_body .route-map_image {
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-map_image {
    margin-bottom: 70px;
  }
}
.access .facility_body .route-train {
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-train {
    margin-bottom: 70px;
  }
}
.access .facility_body .route-train_contents {
  position: relative;
}
.access .facility_body .route-train_contents .stationBox--pc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-train_contents .stationBox--pc {
    position: initial;
    margin-top: 20px;
  }
}
.access .facility_body .route-train_contents .stationBox--pc .stationBoxName {
  position: relative;
  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;
  height: 70px;
  padding: 5px;
  background-color: var(--c-accent) !important;
  color: var(--c-white);
  line-height: 1.5;
}
.access .facility_body .route-train_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-train_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access .facility_body .route-train_item {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-train_item {
    width: 100%;
  }
}
.access .facility_body .route-train_item .stationBox {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-train_item .stationBox {
    height: 60px;
  }
}
.access .facility_body .route-train_item .stationBox .stationBoxName {
  position: relative;
  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;
  height: 70px;
  padding: 5px;
  font-size: clamp(1.2rem, 1.2307692308vw, 1.6rem);
  background-color: #F4F2EF;
  line-height: 1.5;
}
.access .facility_body .route-train_item .stationBox p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  background-color: var(--c-white);
  font-size: clamp(1rem, 0.9230769231vw, 1.2rem);
  line-height: 1.75;
}
.access .facility_body .route-train_item .stationBox.--last {
  height: 70px;
  margin-bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-train_item .stationBox.--last {
    display: none;
  }
}
.access .facility_body .route-train_item .timeline {
  height: 175px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-train_item .timeline {
    height: 150px;
  }
}
.access .facility_body .route-train_item .timeline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--c-accent);
}
.access .facility_body .route-train_item .timeline p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--c-white);
}
.access .facility_body .route-train_item:nth-of-type(1) .timeline, .access .facility_body .route-train_item:nth-of-type(5) .timeline {
  height: 470px;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-train_item:nth-of-type(1) .timeline, .access .facility_body .route-train_item:nth-of-type(5) .timeline {
    height: 147.5px;
  }
}
.access .facility_body .route-train.pcnone .route-train_contents {
  margin-bottom: 20px;
}
.access .facility_body .route-train.pcnone .route-train_contents_item_head {
  height: 56px;
  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;
  padding: 10px 2%;
  background-color: #F4F2EF;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5;
}
.access .facility_body .route-train.pcnone .route-train_contents_item_head .stationBox {
  position: relative;
}
.access .facility_body .route-train.pcnone .route-train_contents_item_head .stationBox .stationBoxName p {
  font-size: clamp(1.2rem, 1.2307692308vw, 1.6rem);
  line-height: 1.5;
}
.access .facility_body .route-train.pcnone .route-train_contents_item_body_contents.route-time {
  position: relative;
  padding: 32px 0;
  text-align: center;
}
.access .facility_body .route-train.pcnone .route-train_contents_item_body_contents.route-time p {
  background-color: var(--c-white);
}
.access .facility_body .route-train.pcnone .route-train_contents_item_body_contents.route-time:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--c-accent);
}
.access .facility_body .route-train.pcnone .route-train_contents_item_body_contents.destination {
  padding: 20px 2%;
  background-color: #F4F2EF;
  border-radius: 10px;
  text-align: center;
}
.access .facility_body .route-train.pcnone .route-train_contents_item_body_contents.destination.--last {
  background-color: var(--c-accent);
  color: var(--c-white);
}
.access .facility_body .route-train.pcnone .route-train_contents_item_body_contents.destination .stationBoxName {
  font-size: clamp(1.2rem, 1.2307692308vw, 1.6rem);
  line-height: 1.5;
}
.access .facility_body .accordion_line {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.access .facility_body .accordion_line_box {
  position: relative;
}
.access .facility_body .accordion_line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -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;
  width: 100%;
  height: 1px;
  background-color: var(--c-accent);
}
.access .facility_body .accordion_line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -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;
  width: 100%;
  height: 1px;
  background-color: var(--c-accent);
}
.access .facility_body .accordion_line.is-active::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.access .facility_body .accordion_line.is-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.access .facility_body .route-air {
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air {
    margin-bottom: 70px;
  }
}
.access .facility_body .route-air_contents {
  position: relative;
}
.access .facility_body .route-air_contents .stationBox--pc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_contents .stationBox--pc {
    position: initial;
    margin-top: 20px;
  }
}
.access .facility_body .route-air_contents .stationBox--pc .stationBoxName {
  position: relative;
  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;
  height: 70px;
  padding: 5px;
  background-color: var(--c-accent) !important;
  color: var(--c-white);
  line-height: 1.5;
}
.access .facility_body .route-air_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access .facility_body .route-air_item {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_item {
    width: 100%;
  }
}
.access .facility_body .route-air_item .stationBox {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_item .stationBox {
    height: 60px;
  }
}
.access .facility_body .route-air_item .stationBox .stationBoxName {
  position: relative;
  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;
  height: 70px;
  padding: 5px;
  font-size: clamp(1.4rem, 1.2307692308vw, 1.6rem);
  background-color: #F4F2EF;
  line-height: 1.5;
}
.access .facility_body .route-air_item .stationBox p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  background-color: var(--c-white);
  font-size: clamp(1rem, 0.9230769231vw, 1.2rem);
}
.access .facility_body .route-air_item .stationBox.--last {
  height: 70px;
  margin-bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_item .stationBox.--last {
    display: none;
  }
}
.access .facility_body .route-air_item .timeline {
  height: 175px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_item .timeline {
    height: 150px;
  }
}
.access .facility_body .route-air_item .timeline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--c-accent);
}
.access .facility_body .route-air_item .timeline p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--c-white);
}
.access .facility_body .route-air_item .timeline p.--text {
  font-size: clamp(1rem, 1.0769230769vw, 1.4rem);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_item .timeline p.--text {
    line-height: 1.75;
  }
}
.access .facility_body .route-air_item:nth-of-type(1) .--long {
  height: 470px;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_item:nth-of-type(1) .--long {
    height: 147.5px;
  }
}
.access .facility_body .route-air_item .--short {
  height: 87.5px;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_item .--short {
    height: 140px;
  }
}
.access .facility_body .route-air_contents {
  display: none;
}
.access .facility_body .route-air_contents.is-active {
  display: block;
}
.access .facility_body .route-air_contents .desc {
  margin-bottom: 40px;
  color: var(--c-accent);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_contents .desc {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.access .facility_body .route-air_contents .note {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-air_contents .note {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .access .facility_body .route-air_contents .note p {
    line-height: 1.75;
  }
}
.access .facility_body .route-air_contents .note a {
  color: var(--c-accent);
  text-decoration: underline;
}
.access .facility_body .route-car_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-car_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3%;
  }
}
.access .facility_body .route-car_contents ul {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-car_contents ul {
    width: 100%;
  }
  .access .facility_body .route-car_contents ul li {
    font-size: 1.2rem;
  }
}
.access .facility_body .route-car_link {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-car_link {
    width: 100%;
  }
  .access .facility_body .route-car_link .c-more-btn {
    width: 100%;
  }
}
.access .facility_body .route-car .gmap {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .access .facility_body .route-car .gmap {
    margin-bottom: 0px;
  }
}
.access .facility_body .route-car .gmap iframe {
  width: 100%;
}
.access .airTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .access .airTab {
    margin-bottom: 25px;
  }
}
.access .airTab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 35px 3%;
  border: 1px solid var(--c-accent);
  color: var(--c-accent);
}
@media screen and (max-width: 600px) {
  .access .airTab-nav {
    width: 100%;
    padding: 10px 2%;
  }
}
.access .airTab-nav.is-active {
  background-color: var(--c-accent);
  color: var(--c-white);
}
.access .airTab-nav:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .access .airTab-nav:hover {
    cursor: pointer;
  }
}
.access .airTab-nav .lang_en {
  font-size: clamp(1.4rem, 1.0769230769vw, 2rem);
}
@media screen and (max-width: 600px) {
  .access .airTab-nav .lang_en {
    text-align: center;
  }
}
.access .airTab-nav .lang_jp {
  font-size: clamp(1rem, 1.0769230769vw, 1.6rem);
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .access .airTab-nav .lang_jp {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .access .airTab-nav .lang_jp {
    text-align: center;
  }
}

/*		下層ページ
-----------------------------------------------------*/
/*		下層ページ
-----------------------------------------------------*/
/*		404ページ
-----------------------------------------------------*/
.p-404 {
  background: #f7f6f2; /*サイトの背景色*/
  padding: 90px 0 60px; /*ヘッダーの高さを入れてください*/
}
.p-404 .p-404-mv {
  width: 100%;
  min-height: 60vh;
  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;
}
.p-404 .p-404-mv .c-title_l {
  text-align: center;
  font-weight: bold;
}
.p-404 .p-404-mv .c-title_l span {
  font-size: 3.2rem;
  color: #99b521; /*サイトのアクセントカラー*/
}
.p-404 .p-404-mv .c-title_l h1 {
  margin: 30px 0;
  font-size: 3.2rem;
  color: #000000;
}
.p-404 .p-404-mv p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
.p-404 .p-404-mv .c-btn_wrap {
  margin: 96px auto 0;
}

/*.p-404*/
@media (max-width: 600px) {
  .p-404 .p-404-mv .c-title_l {
    font-size: 2rem;
  }
  .p-404 .p-404-mv .c-title_l span {
    font-size: 2rem;
  }
  .p-404 .p-404-mv .c-title_l h1 {
    font-size: 1.8rem;
  }
  .p-404 .p-404-mv p {
    font-size: 1.4rem;
  }
  .p-404 .p-404-mv p .is_sp {
    display: block;
  }
  .p-404 .p-404-mv .c-link_btn {
    width: 100%;
  }
  .p-404 .p-404-mv .c-link_btn a {
    font-size: 1.6rem;
  }
  /*.p-404*/
} /*max-width: 600px*//*# sourceMappingURL=projects.css.map */

/* 250317 */
.home ul.resLink li a{
	text-decoration: underline;
}
.search-widget-day-use-wrapper-fc1ff9{
	margin-bottom:10px;
}
@media screen and (max-width:992px) {
	.search-widget-input-wrapper-eaf5bf{
		width:100%!important;
	}
	.search-widget-button-wrapper-d2b715{
		width:100%;
	}
	.search-widget-day-use-wrapper-fc1ff9{
		width:100%;
	}
	.home .reserv_label{
		    justify-content: center;
	}
}

.float-link{
      display: none;
      opacity: 0;
      visibility: hidden;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: var(--c-accent);
      padding: 10px 0;
      transition: opacity 0.5s, visibility 0.5s;
}

@media (max-width: 600px) { /* スマホ向け */
  html[data-scroll='50'] .float-link,
  html[data-scroll-gt='50'] .float-link {
    opacity: 1;
    visibility: visible;
  }
}

.float-link a{
      position: relative;
      display: block;
      color: var(--c-white);
      font-size: 1.4rem;
      width: 100%;
      text-align: center;
}
.float-link a p{
      position: relative;
      display: inline-block;
}
.float-link a p svg{
	    position: absolute;
	    top: 30%;
	    right: -30px;
}


.l-footer_nav_guest{
	width:40%;
}

@media screen and (max-width:600px) {
.l-wrapper{
		margin-bottom: 50px;
}
.home .panel-group #tripla_area{
	padding: 40px;
		}
	.home .reserv_label li a{
		padding: 0px 0 0px 30px;
	}
	.home ul.resLink{
		        width: 100%;
			display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
	.home .tab-reserve{
		padding: 0 5px;
	}
	.float-link{
		display:block;
	}
}

/* 250421 */
.c-more-btn.c-plus-btn {
  display: block;
  margin-bottom: 30px;
}

.c-more-btn.c-plus-btn .c-arrow-link {
  padding: 20px 50px;
    background: var(--c-accent);
    color: #fff;
    border: 1px solid var(--c-accent);
    transition: .3s;
    text-align: center;
    margin: 20px 0 0;
    display: inline-block;
}

.c-more-btn.c-plus-btn .c-arrow-link:hover{
  background: #fff;
  color: var(--c-accent);
}

.c-more-btn.c-plus-btn .c-arrow-link:hover svg{
  stroke: var(--c-accent);
}

.c-more-btn.c-plus-btn .c-arrow-link span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 6px;
}

@media screen and (max-width: 600px)  {
  .c-more-btn.c-plus-btn {
    display: block;
    width: 100%;
    margin: 10% 0 6%;
  }

  .c-more-btn.c-plus-btn .c-arrow-link span {
    font-size: 3.1vw;
    margin-bottom: 0;
}

/* .c-more-btn.c-plus-btn .c-arrow-link--icon {
  right: -41vw;
} */

.c-more-btn.c-plus-btn .c-arrow-link {
  padding: 25px 8% 25px 6%;
        display: block;
        font-size: 4.0vw !important;
        line-height: 170%;
        margin-top: 10px;
}
}

/* 250602 */
.user-guide_section_title_sub{
  display: inline-block;
  background-color: var(--c-base-02);
  padding: 10px 30px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: normal;
}

.user-guide_section .timeline {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 60px;
}

.user-guide_section.--section01 .timeline.no_line:before {
  height: 96%;
}

.user-guide_section_body {
  margin-bottom: 60px;
}

a.anchor{
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

@media screen and (min-width: 601px) {
  .user-guide_section_body.last_box{
    margin-bottom: 100px;
    padding-bottom: 100px;
    /* border-bottom: 1px solid #E1E1E1; */
  }
}

@media screen and (max-width: 600px) {
  .user-guide_section_title_sub {
    padding: 5px 30px;
    font-size: 4.1vw;
}

.user-guide_section.--section01 .timeline.no_line:before {
  height: 92%;
}
}

/* 250616 */

.facility_heading_c.parking p {
  max-width: 600px;
  width: 50%;
}

.facility_heading_c.parking strong {
  display: block;
  font-size: 20px;
  color: #878A63;
  margin-bottom: 35px;
  font-weight: normal;
}

.facility_heading_c.parking .parking_txt_box {
  max-width: 410px;
    width: 40%;
    background-color: #F4F2EF;
    padding: 30px;
}

.facility_heading_c.parking .parking_txt_box strong {
  font-size: 16px;
  margin-bottom: 20px;
}

.facility_heading_c.parking .parking_txt_box ul li {
  padding-left: 23px;
  position: relative;
}

.facility_heading_c.parking .parking_txt_box ul li::before {
  content: "";
  background-color: #878A63;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.access .facility_body .route-map.parking {
  max-width: calc(940px + 10%);
}

.parking_info {
  padding: 60px 0;
  display: flex;
  align-items: center;
  gap: 120px;
  border-top: 1px solid #3B4043;
}

.parking_info:last-child {
  border-bottom: 1px solid #3B4043;
}

.parking_info dt {
  color: #878A63;
  width: 27%;
}

.parking_info dd {

}

@media screen and (max-width: 600px) {
  .facility_heading.parking {
    margin-bottom: 25%;
  }

  .facility_heading_c.parking {
    flex-wrap: wrap;
  }

  .facility_heading_c.parking p {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10%;
}

.facility_heading_c.parking .parking_txt_box {
  max-width: 100%;
  width: 100%;
  background-color: #F4F2EF;
  padding: 7%;
}

.facility_heading_c.parking strong {
  margin-bottom: 25px;
}

.facility_heading_c.parking .parking_txt_box ul li {
  font-size: 3.2vw;
}

.parking_info {
  padding: 7% 0;
  gap: 20px;
  flex-wrap: wrap;
}

.parking_info dt {
  width: 100%;
}
}

/* 250617 */
.amenity_txt {
  font-size: 13px;
  color: red;
  margin: 20px 35px 0px;
}

@media screen and (max-width: 600px) {
  .amenity_txt {
    margin: 20px 3vw 0px;
  }
}

@media screen and (min-width: 601px) {
  .parking_info dd strong {
    font-weight: normal;
  }

  .parking_info dd .spnone {
display: inline-block!important;
  }
}

/* 250618 */
@media screen and (max-width: 600px) {
  .l-footer_nav_guest {
    width: 45%;
}

a.no_transition.no_link {
  pointer-events: none !important;
}
}

/* 250704 */
.l-header_certificationtxt {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

.l-footer_certificationtxt {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .l-header_certificationtxt {
    font-size: 13px;
    text-align: center;
    line-height: 180%;
    margin-bottom: 20px;
  }

  .l-footer_certificationtxt {
    margin-top: 8%;
    line-height: 180%;
  }
}