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

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/*共通設定*/
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.wrap {
  overflow: hidden;
}

.parent {
  padding: 80px 5vw;
}

.parent-02 {
  padding: 0 5vw;
}

.parent-03 {
  padding: 0 5vw;
}

.child {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.sp-br,
.sp-ul {
  display: none;
}

/*終わり*/
/*アニメーション*/
/*スクロールふわっと表示*/
.scroll {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.scroll.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s;
}

/*終わり*/
/*js表示 一個ずつ出てくる*/
.scr-target {
  opacity: 0;
  transform: translate3d(0, 35px, 0);
}

.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

/*終わり*/
/*スクロールフェードイン*/
.js-fadeLeft {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity .6s, transform .6s;
}

.js-fadeLeft.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.js-fadeRight {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity .6s, transform .6s;
}

.js-fadeRight.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s, transform .6s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

/*終わり*/
/*終わり*/
/*<header class="header">*/
.header {
  padding: 16px 0;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
}

.header-inner {
  width: 100%;
  height: 100%;
}

.header-site-menu {
  width: 100%;
  height: 100%;
}

.header-nav {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-nav .pc-ul {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header-nav .pc-ul-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.reserve-btn {
  border: solid 1px #fff;
  padding: 8px 40px;
}

/*終わり*/
/*<div class="banner">*/
.banner {
  padding: 0 5vw;
  position: fixed;
  bottom: 16px;
  right: 0;
  z-index: 1;
}

.banner-btn {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  text-align: right;
}

.banner-btn img {
  display: block;
}

/*終わり*/
/*<div class="r-banner">*/
.r-banner {
  position: fixed;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.r-banner-in {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.r-banner-flex {
  padding: 4px 2vw;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-banner-flex .flex-l {
  display: flex;
  align-items: center;
}

.r-banner-img {
  max-width: 80px;
  width: 100%;
  margin-right: 16px;
}

.r-banner-txt {
  font-size: 16px;
}

.r-banner-btn {
  text-align: center;
  border: solid 1px #222;
  max-width: 180px;
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*終わり*/
/*<footer class="index-footer">*/
.index-footer {
  background-color: #f1f1f1;
}

.index-footer-txt {
  text-align: center;
  padding: 4px 0;
}

/*終わり*/
/*<footer class="footer">*/
.footer {
  margin-bottom: 60px;
}

.footer-in {
  border-top: solid 2px #f1f1f1;
}

.footer-nav {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px 0;
}

.footer-nav li {
  width: 23%;
  text-align: center;
  margin-bottom: 8px;
}

.footer-txt {
  border-top: solid 2px #f1f1f1;
  padding: 16px;
}

.footer-txt-in {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.footer .txt-05 {
  background-color: #f1f1f1;
  padding: 4px 5vw;
  text-align: center;
}

.pc-none {
  display: none;
}

.stay_box {
  margin: 0 auto;
  padding: 30px 0 0 0;
  max-width: 1200px;
  background: #fff;
  text-align: center;
  border-top: solid 2px #f1f1f1;
}

.stay_box .hotel_tel {
  margin: 20px 0;
}

.stay_box .hotel_tel .h_code {
  display: inline-block;
  margin: 0 10px 10px 0;
  border: 1px solid #2c818b;
  border-radius: 10px;
  padding-top: 5px;
  width: 100px;
  background: #2c818b;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.stay_box .hotel_tel .h_code span {
  display: block;
  margin-top: 5px;
  border-radius: 0 0 9px 9px;
  background: #fff;
  color: #000;
  font-size: 20px;
}

.stay_box .hotel_tel .h_txt {
  display: inline-block;
  color: #000;
  font-size: 16px;
}

.stay_box .hotel_tel .h_txt span {
  display: inline-block;
  padding-left: 10px;
  color: #000;
  font-size: 36px;
}

.ukv {
  background: #736969;
  text-align: center;
  padding: 50px 0 50px 0;
}

.ukv h1 {
  font-size: 30px;
  color: #fff;
}

.ukv h1 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.con_about .box_about {
  width: 1360px;
  margin: 0 auto 4em;
}

.con_about .box_about .box_tbl {
  width: 100%;
}

.con_about .box_about .box_tbl .tbl_basic {
  width: 100%;
}

.box_tbl table tr:nth-child(1) {
  border-top: 2px solid #999;
}

.con_about .box_about .box_tbl .tbl_basic th {
  width: 25%;
  text-align: left;
}

.box_tbl table tr th, .box_tbl table tr td {
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  padding: 15px;
}

.con_about .box_about .box_tbl .tbl_basic td dl {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #aaa;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.con_about .box_about .box_tbl .tbl_basic td dl dt {
  width: 25%;
}

.con_about .box_about .box_tbl .tbl_basic td dl dd {
  width: 70%;
  border-left: 1px dotted #aaa;
}

.con_about .box_about .box_tbl .tbl_basic td dl dt, .con_about .box_about .box_tbl .tbl_basic td dl dd {
  padding: 0.4em 0.4em 0.4em 1em;
  box-sizing: border-box;
}

.con_about .box_about .box_tbl .tbl_basic td dl:last-child {
  border-bottom: none;
}

.bbtn {
  width: 300px;
  margin: auto;
}

.bbtn a {
  display: block;
  background: #000;
  border-radius: 50px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}

.tst {
  font-weight: bold;
  margin: 10px 0;
}

.tst_n {
  font-weight: bold;
  margin: 0;
}

.privacyBox {
  margin-bottom: 50px;
  color: #333;
}

.privacyBox .mb20 {
  margin-bottom: 4px;
}

.privacyBox .ttl {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}

.privacyBox table tbody tr {
  border: 1px solid #ddd;
}

.privacyBox table tbody tr .none {
  border: none;
}

.privacyBox table tbody tr th {
  background: #fff7e6;
  border: 1px solid #ddd;
  padding: 15px;
}

.privacyBox table tbody tr {
  border: 1px solid #ddd;
}

.privacyBox table tbody tr .tbl_list {
  line-height: 2;
  width: 50%;
}

.box_tbl table tr:nth-child(1) {
  border-top: 2px solid #999;
}

.privacyBox table tbody tr {
  border: 1px solid #ddd;
}

.privacyBox table tbody tr td {
  padding: 15px;
  border: 1px solid #ddd;
}

.table-wrap {
  overflow-x: auto;
}

.privacyBox .list li {
  line-height: 2;
  text-indent: -1.2em;
  padding-left: 2em;
}

.pp {
  margin-bottom: 15px;
}

.scInrS {
  color: #956f29;
  text-decoration: underline;
}

.dateLabel {
  margin: 0 0 15px 0;
}

.icatch {
  margin: 0 0 15px 0;
  width: 100%;
}

.icatch img {
  width: 100%;
  height: auto;
}

.con_about .box_infonews p {
  margin-bottom: 10px;
}

.con_about .box_infonews {
  max-width: 900px;
  margin: 0 auto 4em;
}

.con_about .box_infonews img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.infobtn {
  border-radius: 50px;
  border: 1px solid #000;
  padding: 10px 50px;
  margin: 30px 0 0 0;
}

/*終わり*/
@media screen and (max-width: 1500px) and (min-width: 1025px) {
  .con_about .box_about {
    width: 1200px;
    margin: 0 auto 4em;
  }
}
/*タブレット*/
@media (max-width: 1024px) {
  /*共通設定*/
  .header-nav .pc-ul {
    display: none;
  }

  /*終わり*/
  /*<header class="header">*/
  .header {
    padding: 0 5vw;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 100;
  }

  .header-nav {
    flex-direction: column;
  }

  .header-nav .sp-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    font-size: 16px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  /*ハンバーガーボタン*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 60;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    background-color: #907f41;
    box-shadow: 0 0 2px #fff;
    border-radius: 4px;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 6px;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .header-nav {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.5s;
    width: 100%;
  }

  .header-nav .sp-ul {
    background-color: #907f41;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    color: #fff;
  }

  .header-nav .sp-ul li {
    list-style-type: none;
    padding: 0;
    width: 50%;
    margin: 0;
  }

  .header-nav .sp-ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .header-nav .sp-ul a:hover {
    background: #ddd;
  }

  .header-nav .sp-ul li a {
    padding: 1.5em 0;
    font-size: 16px;
    text-decoration: none;
    display: block;
  }

  /* このクラスを、jQueryで付与・削除する */
  .header-nav.active {
    transform: translateY(0%);
  }

  /*終わり*/
  /*<div class="banner">*/
  .banner-btn {
    max-width: 200px;
  }

  /*終わり*/
  /*<footer class="footer">*/
  .footer-nav li {
    font-size: 12px;
    width: 25%;
  }

  /*終わり*/
  .con_about .box_about {
    width: 95%;
  }

  .con_about .box_about .box_tbl .tbl_basic th {
    width: 100%;
  }

  .box_tbl table tr th, .box_tbl table tr td {
    display: block;
  }

  .con_about .box_about .box_tbl .tbl_basic td dl {
    border-bottom: none;
  }

  .con_about .box_about .box_tbl .tbl_basic td dl dt {
    width: 100%;
    background: #ccc;
    border-bottom: 1px dotted #aaa;
  }

  .con_about .box_about .box_tbl .tbl_basic td dl dd {
    width: 100%;
    margin-bottom: 0.4em;
    border-left: none;
    border-radius: none;
  }

  .box_tbl table tr th {
    background: #ccc;
    max-width: none;
  }
}
/*スマホ*/
@media (max-width: 599px) {
  /*共通設定*/
  .parent {
    padding: 50px 4%;
  }

  .pc-br {
    display: none;
  }

  .sp-br {
    display: block;
  }

  /*終わり*/
  /*<header class="header">*/
  /*ハンバーガーボタン*/
  .header-nav .sp-ul {
    padding: 0 5vw;
  }

  .header-nav .sp-ul li {
    width: 100%;
  }

  .header-nav .sp-ul li a {
    padding: 8px 0;
    width: 100%;
    display: block;
  }

  /*終わり*/
  /*<div class="banner">*/
  .banner-btn {
    max-width: 150px;
  }

  /*終わり*/
  /*<div class="r-banner">*/
  .r-banner-img {
    margin-right: 8px;
  }

  .r-banner-txt {
    font-size: 12px;
  }

  .r-banner-btn {
    max-width: 80px;
    font-size: 12px;
  }

  /*終わり*/
  /*<footer class="footer">*/
  .footer {
    margin-bottom: 100px;
  }

  .footer-in {
    border-top: none;
  }

  .footer-nav {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .footer-nav::after {
    content: "";
    position: absolute;
    top: 0;
    /* left: -5vw; */
    width: 100vw;
    height: 100%;
    background-color: #333;
    z-index: -1;
  }

  .footer-nav li {
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
    color: #fff;
    padding-left: 4%;
  }

  .footer-nav li a {
    display: block;
  }

  .footer-txt {
    border-top: none;
    padding: 16px 4vw;
  }

  .parent-02 {
    padding: 0;
  }

  .parent-03 {
    padding: 50px 4%;
  }

  .pc-none {
    display: inherit;
  }

  .stay_box .hotel_tel .h_code {
    display: inline-block;
    margin: 0 10px 10px 0;
    border: 1px solid #2c818b;
    border-radius: 10px;
    padding-top: 5px;
    width: 100px;
    background: #2c818b;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  .stay_box .hotel_tel .h_txt {
    display: block;
    color: #000;
    font-size: 16px;
  }

  /*終わり*/
}
.topuse {
  text-align: left !important;
  margin-top: 2rem;
}

.global-header .link-lang {
  margin-left: 20px !important;
}

.global-header .link-lang a {
  border: 1px solid #FFF;
  padding: 11px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.global-header .link-reserve a {
  padding: 11px 35px !important;
}

.global-header .link-reserve {
  margin-left: 20px !important;
}

.en_home .global-header .link-lang {
  margin: unset !important;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .global-header .link-reserve {
    margin: 0 auto !important;
    width: 200px;
  }

  .global-header .link-reserve a {
    display: block;
  }

  .global-header .link-lang {
    margin: 0 auto !important;
    width: 200px;
  }

  .global-header .link-lang a {
    display: block;
  }

  body.home .global-header .link-lang {
    margin: unset !important;
    width: auto;
  }
}
.plan-link {
  font-size: 15px !important;
}

.plan-link a:before {
  width: 22px !important;
}

.plan-link a:before, .plan-link a:after {
  /* right: -82%!important;*/
}

.plan-link a:after {
  width: 7px !important;
}

@media screen and (max-width: 768px) {
  .plan-link a {
    padding-right: 5%;
  }
}
.mat100 {
  margin-top: 100px;
}

.en_home .header {
  opacity: 1;
}

/* .en_home header.global-header {
    position: fixed;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100;
} */
.plan-detail th {
  white-space: normal !important;
}

a.other_link {
  font-weight: bold;
  display: block;
  text-align: center;
  width: 300px;
  margin: 20px auto;
  padding: 20px 0;
  border: 2px solid #f1f1f1;
  position: relative;
}

a.other_link:after {
  position: absolute;
  top: 53%;
  right: 7%;
  height: 1px;
  background: #343434;
  content: "";
  width: 10px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

a.other_link:before {
  position: absolute;
  top: 53%;
  right: 7.2%;
  height: 1px;
  width: 20px;
  background: #343434;
  content: "";
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .footer-nav li a.other_link {
    display: inline-block;
  }

  .footer-nav li:last-child {
    margin-bottom: 0;
  }
}
.con_about {
  margin-top: 10rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_about {
    width: 95%;
    margin-inline: auto;
    margin-top: 4.28rem;
  }
}
