@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}

body {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #333;
  font-size: 16rem;
  overflow: hidden;
}

select,
input,
textarea,
button {
  font: inherit;
}

img {
  backface-visibility: hidden;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

/*a {
  color: #333;
  text-decoration: none;
  text-decoration: underline transparent;
  transition: .2s linear;
  backface-visibility: hidden;

  &.tel_link {
    pointer-events: none;
  }
}

.link {
  color: rgb(48, 48, 231);
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}*/
a {
  color: #333;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.2s linear;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a.tel_link {
    /*pointer-events: none;*/
  }
}

.link {
  color: #002e73;
  font-weight: 500;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .link:hover {
    color: #002e73;
    opacity: 1;
    text-decoration: none;
  }
}

.mt_ll {
  margin-top: 150rem;
}

.mt_l {
  margin-top: 105rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.mt0 {
  margin-top: 0 !important;
}

.notes {
  margin-top: 20rem;
  font-size: 14rem;
}

#pageTop {
  display: none;
  position: fixed;
  right: 20rem;
  bottom: 80rem;
  /*z-index: 100;*/
  z-index: 10;
}
#pageTop a {
  display: block;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background-color: #333;
  position: relative;
}
#pageTop a::after {
  content: "";
  display: block;
  width: 16rem;
  height: 16rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 26rem;
  left: 21rem;
}

header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  /* z-index: 2; */
  z-index: 3;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.2s linear;
}
header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 125rem;
  transition: 0.2s linear;
}
header .header_wrap .logo_wrap {
  margin-left: 30rem;
  position: relative;
}
header .header_wrap .logo_wrap a {
  font-weight: bold;
  font-size: 30rem;
}
header .header_wrap .logo_wrap a span {
  font-size: 26rem;
}
header .header_wrap .right_content {
  display: flex;
  /*align-items: center;*/
  align-items: flex-end;
  height: 100%;
  /* &.pc_hm {
    height: auto;

    nav {
      position: fixed;
      right: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      background: rgba(255, 255, 255, 0.9);
      transition: ease 0.6s;
      margin-top: 0;
      opacity: 0;
      pointer-events: none;

      ul {
        display: block;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);

        li {
          text-align: center;
          font-weight: bold;

          &+li {
            margin-top: 25rem;
            margin-left: 0;
          }
        }
      }
    }

    .icons {
      display: flex;
      align-items: center;
      margin-right: 30rem;
      position: relative;
      z-index: 15;

      &:hover {
        cursor: pointer;
      }

      .hamburger {
        width: 30rem;

        span {
          width: 100%;
          height: 3rem;
          border-radius: 10%;
          border: 1px solid #000;
          background-color: #000;
          position: relative;
          transition: ease .4s;
          display: block;

          &+span {
            margin-top: 5rem;
          }

        }
      }

      p {
        margin-left: 20rem;
      }
    }
  } */
}
header .header_wrap .right_content .nav_tel_wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header_wrap .right_content .nav_tel_wrap .pc_tel {
  margin-top: 10rem;
  text-align: right;
}
header .header_wrap .right_content .nav_tel_wrap .pc_tel a {
  font-size: 22rem;
  color: #2d1508;
  letter-spacing: 0.075rem;
}
header .header_wrap .right_content .nav_tel_wrap nav {
  /*margin-top: 30rem;*/
  /* transform: translateX(200vw); */
}
header .header_wrap .right_content .nav_tel_wrap nav ul {
  display: flex;
  align-items: center;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li {
  /* padding-bottom: 2em; */
}
header .header_wrap .right_content .nav_tel_wrap nav ul li + li {
  /*margin-left: 5em;*/
  /*margin-left: 3em;*/
  margin-left: 3vw;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li > a {
  font-size: 18rem;
  /* font-weight: bold; */
  position: relative;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li > a::after {
  content: "";
  width: 0;
  height: 5rem;
  background-color: #2d1508;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -51rem;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  header .header_wrap .right_content .nav_tel_wrap nav ul li > a:hover::after {
    opacity: 1;
    width: 50rem;
  }
}
header .header_wrap .right_content .nav_tel_wrap #nav2 {
  position: fixed;
  right: 0;
  left: 0;
  top: 125rem;
  width: 100%;
  height: calc(100vh - 125rem);
  background: rgba(0, 0, 0, 0.7);
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  /* transform: translateX(100%); */
  transition: 0.2s linear;
}
header .header_wrap .right_content .nav_tel_wrap #nav2 ul {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .header_wrap .right_content .nav_tel_wrap #nav2 ul li {
  text-align: center;
  font-weight: bold;
  padding-bottom: 0;
}
header .header_wrap .right_content .nav_tel_wrap #nav2 ul li a {
  color: #fff;
  font-size: 24rem;
}
header .header_wrap .right_content .nav_tel_wrap #nav2 ul li a::after {
  display: none;
}
header .header_wrap .right_content .nav_tel_wrap #nav2 ul li + li {
  margin-top: 25rem;
  margin-left: 0;
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn {
  z-index: 100;
  margin-left: 2em;
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner {
  position: relative;
  cursor: pointer;
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .btn {
  padding-left: 1em;
  padding-right: 2em;
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .btn p {
  font-size: 18rem;
  position: relative;
  letter-spacing: -0.05em;
  transition: 0.3s linear;
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .btn p::after {
  content: "";
  display: block;
  width: 12rem;
  height: 7rem;
  background: url(/assets/img/ico_language.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  /* right: 12rem; */
  right: -1.5em;
  transform: translateY(-50%);
  transition: 0.3s linear;
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .btn p:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .btn.open p::after {
  transform: translateY(-50%) rotate(-180deg);
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .accordion {
  height: 0;
  overflow: hidden;
  transition: 0.3 linear;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .accordion li a {
  position: relative;
  display: block;
  background-color: #fff;
  height: 30rem;
  line-height: 30rem;
  font-size: 15rem;
  color: #2d1508;
  padding-left: 1em;
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .accordion li a:hover {
  color: #fff;
  background-color: #2d1508;
  opacity: 1;
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .accordion li + li a {
  border-top: 1px solid #DDDDDD;
}
header .header_wrap .right_content .nav_tel_wrap .lang_select_btn:hover .lang_inner .accordion {
  height: auto;
  transition: 0.3 linear;
}
header .header_wrap .right_content .nav_tel_wrap .reserve_btn {
  /*margin-left: 5em;*/
  margin-left: 4vw;
  height: 100%;
}
header .header_wrap .right_content .nav_tel_wrap .reserve_btn a {
  border: 1px solid #D84021;
  /*display: inline-block;*/
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #D84021;
  height: 100%;
  /* width: 126rem; */
  width: 120rem;
  /*width: 180rem;*/
  position: relative;
}
header .header_wrap .right_content .nav_tel_wrap .reserve_btn a::before {
  content: "";
  display: block;
  width: 40rem;
  height: 44rem;
  background: url(/assets/img/ico_calendar.svg) no-repeat;
  /*background-size: contain;*/
  background-size: 100%;
}
header .header_wrap .right_content .nav_tel_wrap .reserve_btn a p {
  text-align: center;
  color: #fff;
  font-size: 20rem;
  /*font-size: 18rem;*/
  letter-spacing: 0.1rem;
  padding-top: 0.8em;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a:hover {
    background-color: #fff;
    opacity: 1;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a:hover::before {
    background: url(/assets/img/ico_calendar_orange.svg) no-repeat;
    background-size: 100%;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a:hover p {
    color: #D84021;
  }
}
header .header_wrap .right_content .nav_tel_wrap .icons {
  cursor: pointer;
  text-align: center;
  /* width: 126rem; */
  width: 120rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .header_wrap .right_content .nav_tel_wrap .icons .hamburger {
  margin-top: 1em;
  width: 36rem;
  cursor: pointer;
}
header .header_wrap .right_content .nav_tel_wrap .icons .hamburger span {
  border: 2px solid #2D1508;
  background-color: #2D1508;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
header .header_wrap .right_content .nav_tel_wrap .icons .hamburger span + span {
  margin-top: 0.5em;
}
header .header_wrap .right_content .nav_tel_wrap .icons p {
  font-size: 20rem;
  margin-top: 0.5em;
}
header.active {
  /* .header_wrap .right_content.pc_hm {
    nav {
      opacity: 1;
      transition: ease 0.3s;
      pointer-events: auto;
      z-index: 10;
    }

    .icons {
      span {

        &:nth-child(1) {
          top: 4rem;
          transform: rotate(45deg);
        }

        &:nth-child(2) {
          display: none;
        }

        &:nth-child(3) {
          top: -4rem;
          transform: rotate(-45deg);
        }
      }
    }
  } */
  /* .header_wrap .right_content.pc_hm { */
}
header.active .header_wrap .right_content .nav_tel_wrap #nav2 {
  opacity: 1;
  visibility: visible;
  /* transform: translateX(0); */
}
header.active .header_wrap .right_content .nav_tel_wrap .icons span:nth-child(1) {
  top: 12rem;
  transform: rotate(45deg);
}
header.active .header_wrap .right_content .nav_tel_wrap .icons span:nth-child(2) {
  /* display: none; */
  opacity: 0;
}
header.active .header_wrap .right_content .nav_tel_wrap .icons span:nth-child(3) {
  top: -12rem;
  transform: rotate(-45deg);
}
header.visible {
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
}
header.visible .header_wrap {
  /* height: 90rem; */
  height: 100rem;
}
header.visible .header_wrap .logo_wrap a {
  width: 200rem;
}
header.visible .header_wrap .right_content .nav_tel_wrap nav ul li > a::after {
  bottom: -39rem;
}
header.active.visible .header_wrap .right_content .nav_tel_wrap #nav2 {
  top: 100rem;
  height: calc(100vh - 100rem);
}
header.hidden {
  opacity: 0;
  visibility: hidden;
}
header.hidden .logo_wrap a {
  width: 200rem;
}
header.hidden .header_wrap {
  height: 90rem;
}

main {
  display: block;
}

footer {
  /*margin-top: 150rem;*/
  padding: 75rem 0 20rem;
  background-color: #2d1508;
}
footer .footer_wrap {
  /*margin-bottom: 80rem;*/
}
footer .footer_wrap .footer_box {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
footer .footer_wrap .footer_box .footer_desc .footer_logo a {
  display: inline-block;
  color: #fff;
  font-size: 28rem;
  font-weight: bold;
}
footer .footer_wrap .footer_box .footer_desc .footer_logo a span {
  font-size: 24rem;
  display: block;
}
footer .footer_wrap .footer_box .footer_desc .footer_info {
  margin-top: 45rem;
}
footer .footer_wrap .footer_box .footer_desc .footer_info p {
  color: #fff;
}
footer .footer_wrap .footer_box .footer_desc .footer_info p.company {
  font-size: 16rem;
  font-weight: bold;
}
footer .footer_wrap .footer_box .footer_desc .footer_info p.address {
  font-size: 16rem;
  margin-top: 1em;
}
footer .footer_wrap .footer_box .footer_desc .footer_info p.address em {
  font-size: 1.25em;
  font-weight: bold;
}
footer .footer_wrap .footer_box .footer_desc .footer_info p.address .tel_link {
  color: #fff;
}
footer .footer_wrap .footer_nav {
  width: 432rem;
}
footer .footer_wrap .footer_nav .footer_nav_box {
  display: flex;
  justify-content: space-between;
}
footer .footer_wrap .footer_nav .btn_more {
  margin-top: 30rem;
}
footer .footer_wrap .footer_nav ul {
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
footer .footer_wrap .footer_nav ul li {
  /* &:last-of-type {
    a {
      &::after {
        display: none;
      }
    }
  } */
}
footer .footer_wrap .footer_nav ul li + li {
  /* margin-left: 55rem; */
  margin-top: 1em;
}
footer .footer_wrap .footer_nav ul li a {
  color: #fff;
  font-size: 16rem;
  position: relative;
  /* &::after {
    content: "／";
    position: absolute;
    right: -35rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  } */
}
footer .footer_wrap .footer_nav .btn_more a {
  width: 100%;
}
footer .footer_wrap .footer_sns {
  margin-top: 45rem;
}
footer .footer_wrap .footer_sns ul {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
footer .footer_wrap .footer_sns ul li a {
  width: 32rem;
  display: inline-block;
}
footer .footer_wrap .footer_sns ul li + li {
  margin-left: 20rem;
}
footer .footer_wrap .copyright {
  text-align: center;
  color: #fff;
  margin-top: 80rem;
}
footer .footer_wrap .copyright small {
  font-size: 14rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.l_inner {
  width: 1200rem;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.font_bebas {
  font-family: "Bebas Neue", serif;
}

.font_roboto {
  font-family: "Roboto", serif;
}

.font_poppins {
  font-family: "Poppins", sans-serif;
}

.font_serif {
  font-family: "Noto Serif", serif;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arrow::after {
  content: "";
  background-image: url(/assets/img/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20rem;
  width: 20rem;
  transition: 0.2s linear;
}

.arrow2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arrow2::after {
  content: "";
  border-top: 2px solid #2D1508;
  border-right: 2px solid #2D1508;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) skew(-2.5deg, -2.5deg);
  transition: 0.2s linear;
  margin-right: 1em;
}
@media (hover: hover) and (pointer: fine) {
  .arrow2:hover::after {
    margin-right: 0.7em;
  }
}

.bg_slidein::after {
  content: "";
  background-color: #2d1508;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg_slidein.effect-scroll::after {
  animation-name: bg_slidein;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  transform: translateX(-100%);
}
@keyframes bg_slidein {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.bg_gray {
  background-color: #F6F6F6;
}

.btn_more a {
  width: 316rem;
  font-size: 18rem;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2D1508;
  padding: 1.2em 0;
}
.btn_more a::after {
  content: "";
  display: block;
  width: 23rem;
  height: 24rem;
  background: url(/assets/img/ico_arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25rem;
  transition: 0.3s;
}
.btn_more a:hover {
  /* background-color: #2D1508; */
  /* opacity: 1; */
}
.btn_more a:hover::after {
  right: 20rem;
}
.btn_more.color a,
.btn_more.color button {
  border: 1px solid #D84021;
  background-color: #D84021;
}
@media (hover: hover) and (pointer: fine) {
  .btn_more.color a:hover,
  .btn_more.color button:hover {
    color: #D84021;
    background-color: #fff;
    opacity: 1;
  }
  .btn_more.color a:hover::after,
  .btn_more.color button:hover::after {
    background: url(/assets/img/ico_arrow_right_orange.svg) no-repeat;
    right: 20rem;
  }
}
.btn_more.white a,
.btn_more.white button {
  border: 1px solid #2D1508;
  background-color: #fff;
  color: #2D1508;
}
.btn_more.white a::after,
.btn_more.white button::after {
  background: url(/assets/img/ico_arrow.svg) no-repeat;
}
.btn_more.white a:hover,
.btn_more.white button:hover {
  background-color: #C2C2C2;
  opacity: 1;
}

.center_tit {
  text-align: center;
  color: #2d1508;
}
.center_tit .en {
  display: block;
  font-size: 58rem;
  font-weight: 500;
  line-height: 1;
}
.center_tit .jp {
  display: block;
  font-size: 18rem;
  margin-top: 0.5em;
}
.center_tit.under_tit .en {
  display: block;
  margin-top: 14rem;
}
.center_tit.under_tit .jp {
  display: block;
  color: #5A5A5A;
}
.center_tit.ta_l {
  text-align: left;
}

.col {
  display: flex;
  flex-wrap: wrap;
  /*/col2*/
  /*/col2*/
}
.col .box {
  /*/a*/
}
.col .box a {
  display: block;
  border-bottom: 1px solid #2d1508;
  /*h3*/
}
.col .box a .ph {
  overflow: hidden;
}
.col .box a .ph img {
  transition: 0.2s linear;
}
.col .box a h3 {
  color: #2d1508;
  display: flex;
  font-size: 24rem;
  font-weight: bold;
  margin: 1em 0;
}
.col .box a h3 span {
  transition: 0.2s linear;
}
.col .box a h3.arrow::after {
  transition: 0.2s linear;
}
@media (hover: hover) and (pointer: fine) {
  .col .box a:hover {
    opacity: 1;
  }
  .col .box a:hover .ph img {
    opacity: 0.7;
    transform: scale(1.1);
  }
  .col .box a:hover h3 span {
    opacity: 0.7;
    /*text-decoration: underline;*/
  }
  .col .box a:hover h3.arrow::after {
    transform: scale(1.2);
  }
}
.col.col2 .box {
  width: 468rem;
  margin-top: 90rem;
}
.col.col2 .box:not(:nth-of-type(2n)) {
  margin-right: 24rem;
}
.col.col3 .box {
  width: 304rem;
  margin-top: 40rem;
}
.col.col3 .box .arrow::after {
  margin-right: 0.5em;
}
.col.col3 .box:not(:nth-of-type(3n)) {
  margin-right: 24rem;
}
.col.col3 .box .desc p {
  font-size: 12.5rem;
  margin-top: 0.5em;
}

.top_mv {
  height: calc(100vh - 125rem);
  position: relative;
  overflow: hidden;
  margin-top: 125rem;
}
.top_mv .ph img {
  height: calc(100vh - 125rem);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv .swiper_outer .swiper-pagination {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: 1em;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  gap: 0.8em;
  width: auto;
}
.top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  width: 7rem;
  height: 7rem;
  opacity: 1;
}
.top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(2);
}
.top_mv .swiper_outer .swiper-slide img {
  height: calc(100vh - 125rem);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv .catch {
  color: #fff;
  text-align: left;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 144rem;
  left: 7.5vw;
  line-height: 1.4;
  z-index: 1;
}
.top_mv .catch .txt01 {
  font-size: 48rem;
  font-weight: normal;
  text-shadow: #000 0 0 0.5em;
}

.top_plan {
  padding-top: 110rem;
  padding-bottom: 110rem;
  text-align: center;
}
.top_plan .col3 .desc h3 {
  text-align: left;
  margin-top: 1em;
}
.top_plan .btn_more {
  margin-top: 60rem;
}
.top_plan .btn_more a {
  margin-left: auto;
  margin-right: auto;
  width: 440rem;
}

.top_content {
  /*margin-top: 110rem;*/
}
.top_content .col2 .box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top_content .col2 .box .swiper_outer {
  /*width: calc(1280 / 1920 * 100vw);*/
  width: 63.5416666667vw;
  position: relative;
}
.top_content .col2 .box .swiper_outer .swiper-container {
  overflow: hidden;
}
.top_content .col2 .box .swiper_outer .swiper-container .swiper-slide {
  /*width: calc(640 / 1920 * 100vw);*/
  width: 39.0625vw;
}
.top_content .col2 .box .swiper_outer .swiper-container .swiper-slide img {
  /*max-width: none;*/
  width: 100%;
  /*height: auto;*/
  height: 500rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_content .col2 .box .swiper_outer .swiper-pagination {
  position: absolute;
  top: 0.2em;
  /*left: calc(580 / 1920 * 100vw);*/
  left: -2em;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top_content .col2 .box .swiper_outer .swiper-pagination .swiper-pagination-bullet {
  width: 7rem;
  height: 7rem;
  background-color: #C2C2C2;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.top_content .col2 .box .swiper_outer .swiper-pagination .swiper-pagination-bullet-active {
  background: #8E8E8E !important;
  transform: scale(2);
}
.top_content .col2 .box .text_wrap {
  /*width: calc(640 / 1920* 100vw);*/
  width: 36.4583333333vw;
}
.top_content .col2 .box .text_wrap .text {
  padding-top: 10rem;
  position: relative;
  height: 100%;
}
.top_content .col2 .box .text_wrap .text p.lead {
  text-align: left;
  width: 375rem;
  margin: 65rem auto 0;
  font-size: 20rem;
  color: #2D1508;
  font-weight: bold;
}
.top_content .col2 .box .text_wrap .text p.t_description {
  color: #5A5A5A;
  font-size: 16rem;
  text-align: left;
  width: 375rem;
  margin: 30rem auto 0;
}
.top_content .col2 .box .text_wrap .text p.btn_more {
  margin-top: 40rem;
}
.top_content .col2 .box .text_wrap .text p.btn_more a {
  margin-left: auto;
  margin-right: auto;
  width: 370rem;
}
.top_content.rev .col2 .box {
  flex-direction: row-reverse;
}
.top_content.rev .col2 .box .swiper-pagination {
  left: auto;
  right: -2em;
}
.top_content.top_facility {
  margin-top: 170rem;
}

.top_location {
  background-image: url(/assets/img/bg_top_location.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  /* background-size: cover; */
  margin-top: 100rem;
  padding-top: 110rem;
}
.top_location h2 {
  color: #fff;
}
.top_location .content_wrap {
  display: flex;
  margin-top: 55rem;
  /*position: relative;*/
  /*z-index: 2;*/
}
.top_location .content_wrap .ph iframe {
  width: 535rem;
  height: 373rem;
}
.top_location .content_wrap .text_wrap {
  margin-left: 55rem;
}
.top_location .content_wrap .text_wrap .text {
  width: 375rem;
}
.top_location .content_wrap .text_wrap .text p {
  color: #fff;
}
.top_location .content_wrap .text_wrap .text p.t_description {
  margn-top: 30rem;
}
.top_location .content_wrap .text_wrap .text .btn_more a {
  margin-left: unset;
  margin-top: 50rem;
  width: 100%;
}

.top_sightseeing {
  padding-top: 120rem;
  padding-bottom: 120rem;
}

.top_news {
  /*margin-top: 150rem;*/
  background-color: rgba(148, 139, 112, 0.1);
  padding-top: 110rem;
  padding-bottom: 110rem;
}
.top_news .inner {
  position: relative;
}
.top_news .news_list {
  margin-top: 50rem;
}
.top_news .news_list li {
  display: flex;
  padding-bottom: 1em;
  border-bottom: 1px dashed #D6D6D6;
  position: relative;
  /* &::before {
    content: '';
    background-color: #2d1508;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 130rem;
  } */
}
.top_news .news_list li + li {
  margin-top: 22rem;
}
.top_news .news_list li .time {
  display: block;
  width: 150rem;
}
.top_news .news_list li .title {
  width: calc(100% - 150rem);
}
.top_news .news_list li .title a span {
  width: 460rem;
}
@media (hover: hover) and (pointer: fine) {
  .top_news .news_list li .title a.arrow:hover::after {
    margin-right: -0.2em;
  }
}
.top_news p.btn_more a {
  margin-top: 50rem;
  margin-left: auto;
  margin-right: auto;
  width: 370rem;
}

/*.thumbs_wrap .swiper-slide-thumb-active::before {
  border: 3px solid #CF4444;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}*/
.to_top {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 1000;
  width: 80rem;
}

#page_top header .header_wrap .right_content .nav_tel_wrap nav ul li.top > a::after,
#page_news header .header_wrap .right_content .nav_tel_wrap nav ul li.news > a::after,
#page_single header .header_wrap .right_content .nav_tel_wrap nav ul li.news > a::after,
#page_rooms header .header_wrap .right_content .nav_tel_wrap nav ul li.rooms > a::after,
#page_facility header .header_wrap .right_content .nav_tel_wrap nav ul li.facility > a::after,
#page_service header .header_wrap .right_content .nav_tel_wrap nav ul li.service > a::after {
  width: 50rem;
}

.under_page .btn_more.reserve {
  margin-top: 50rem;
}
.under_page .btn_more.reserve a {
  background-color: #CF4444;
  margin: 0 auto;
  transition: 0.4s;
}
.under_page .btn_more.reserve a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.under_page .under_mv {
  position: relative;
  width: 100%;
  max-width: 1920rem;
  /*margin: 0 auto;*/
  margin-top: 125rem;
  margin-left: auto;
  margin-right: auto;
  height: 450rem;
  /* background: linear-gradient(90deg, rgba(0,10,103,.1) 0%, rgba(255,255,255,.1) 100%); */
}
.under_page .under_mv .tit_wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.under_page .under_mv .tit_wrap .under_tit {
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 0.5em;
}
.under_page .under_mv .tit_wrap .under_tit .en {
  font-size: 68rem;
  font-weight: 500;
}
.under_page .under_mv .tit_wrap .under_tit .jp {
  display: block;
  font-size: 18rem;
}
.under_page .under_lead {
  margin-top: 110rem;
  text-align: center;
}
.under_page .under_lead .ttl {
  font-size: 36rem;
  line-height: 1.8;
}
.under_page .under_lead .desc {
  margin-top: 38rem;
  line-height: 2;
}
.under_page .breadcrumb {
  font-size: 14rem;
  display: flex;
  /*justify-content: flex-end;*/
  /*margin-right: 3em;*/
  margin-left: 3em;
  padding: 1.5em 0;
}
.under_page .breadcrumb li::after {
  content: "＞";
  display: inline-block;
  margin-left: 8rem;
  margin-right: 8rem;
}
.under_page .breadcrumb li:last-child::after {
  display: none;
}
.under_page .breadcrumb li a {
  text-decoration: underline;
}
.under_page .breadcrumb li a:hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.under_page .anc_area {
  margin-top: 50rem;
}
.under_page .anc_area ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 3rem solid #E6E6E6;
  display: flex;
}
.under_page .anc_area ul li {
  width: 365rem;
}
.under_page .anc_area ul li + li {
  position: relative;
}
.under_page .anc_area ul li + li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 36rem;
  background-color: #E6E6E6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.under_page .anc_area ul li a {
  position: relative;
  transition: 0.4s;
  display: block;
}
.under_page .anc_area ul li a::after {
  content: "";
  display: block;
  width: 22rem;
  height: 22rem;
  background: url(/assets/img/ico_arrow_bottom.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 60rem;
  top: 50%;
  transform: translateY(-50%);
}
.under_page .anc_area ul li a:hover {
  background-color: #E6E6E6;
  transition: 0.4s;
}
.under_page .anc_area ul li a span {
  display: block;
  color: #2d1508;
  font-size: 16rem;
  padding: 13rem 25rem 13rem 0;
  text-align: center;
}
.under_page .common_content .common_table {
  margin-top: 40rem;
}
.under_page .common_content .common_table table {
  width: 100%;
}
.under_page .common_content .common_table table tr th,
.under_page .common_content .common_table table tr td {
  font-size: 16rem;
  color: #5A5A5A;
  font-weight: normal;
  border-top: 1px dashed #5A5A5A;
  border-bottom: 1px dashed #5A5A5A;
  padding: 12rem 40rem;
}
.under_page .common_content .common_table table tr th {
  text-align: center;
  background-color: #EFEFEF;
  width: 22%;
}
.under_page .common_content p.text {
  margin-top: 20rem;
  font-size: 16rem;
  color: #5A5A5A;
}
.under_page .common_content .flex_wrap {
  display: flex;
}
.under_page .swiper_area {
  position: relative;
  margin-top: 55rem;
}
.under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide {
  padding-left: 22rem;
  padding-right: 22rem;
}
.under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  transition: 0.3s;
}
.under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.under_page .swiper_area .swiper_wrap .prev_next {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev,
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next {
  width: auto;
  height: auto;
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
  width: 65rem;
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev::after,
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next::after {
  display: none;
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev {
  left: 0;
  right: auto;
  transform: translateX(-50%);
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next {
  right: 0;
  left: auto;
  transform: translateX(50%);
}
.under_page .thumbs_wrap {
  margin-top: 18rem;
}
.under_page .thumbs_wrap .swiper ul.swiper-wrapper {
  flex-wrap: wrap;
  gap: 17rem;
}
.under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide {
  width: auto !important;
  cursor: pointer;
}
.under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
  width: 145rem;
  height: 100rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*infiniteのページネーション*/
.pagination {
  position: absolute;
  top: 0.2em;
  left: 500rem;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  z-index: 1;
}
.pagination .dot {
  width: 7rem;
  height: 7rem;
  background-color: #C2C2C2;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.pagination .dot.active {
  background-color: #8E8E8E;
  transform: scale(2);
}
.pagination.reverse {
  left: auto;
  right: 500rem;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.4;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .l_inner {
    width: 335rem;
  }
  .inner {
    width: 335rem;
  }
  .mt_ll {
    margin-top: 60rem;
  }
  .mt_l {
    margin-top: 45rem;
  }
  .mt_m {
    margin-top: 30rem;
  }
  .mt_s {
    margin-top: 10rem;
  }
  .arrow2::after {
    border-top: 1px solid #2D1508;
    border-right: 1px solid #2D1508;
    margin-right: 0;
  }
  .bg_slidein::after {
    width: 100%;
  }
  .btn_more {
    margin-top: 2em;
  }
  .btn_more a,
  .btn_more button {
    font-size: 14rem;
  }
  .btn_more a::after,
  .btn_more button::after {
    height: 16rem;
    width: 16rem;
  }
  .btn_more a::before,
  .btn_more button::before {
    display: none;
  }
  .btn_plan a {
    width: 90%;
    font-size: 18rem;
    height: 60rem;
  }
  .btn_plan a span.ico {
    width: 24rem;
    margin-right: 20rem;
    padding-bottom: 0rem;
  }
  .center_tit .en {
    font-size: 29rem;
  }
  .center_tit .jp {
    font-size: 14rem;
  }
  .center_tit.under_tit .en {
    margin-top: 10rem;
  }
  #pageTop {
    /*right: 20rem;*/
    right: 18rem;
  }
  #pageTop a {
    width: 40rem;
    height: 40rem;
  }
  #pageTop a::after {
    top: 17rem;
    left: 14rem;
    width: 10rem;
    height: 10rem;
  }
  header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: 0.2s linear;
    transform: translateY(0);
    /* &.active .header_wrap .right_content .nav_tel_wrap { */
  }
  header .header_wrap {
    /*height: 50rem;*/
    height: 69rem;
    /*padding: 0 3%;*/
  }
  header .header_wrap .logo_wrap {
    margin-left: 18rem;
  }
  header .header_wrap .logo_wrap a {
    font-size: 18rem;
  }
  header .header_wrap .logo_wrap a span {
    font-size: 16rem;
    display: block;
  }
  header .header_wrap .right_content {
    /*.reserve_btn {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0;

      height: auto;

      a {
        width: 100%;
        padding-left: 0;

        &::before {
          width: 35rem;
          height: 38rem;
          left: 85rem;
        }

        p {
          padding-top: 0;
          padding-bottom: 10rem;
          font-size: 18rem;
        }
      }
    }*/
  }
  header .header_wrap .right_content .nav_tel_wrap {
    /*display: flex;*/
    /*align-items: center;*/
    /* display: block; */
    position: fixed;
    /* bottom: 20rem; */
    /* right: 30rem; */
    right: 0;
    z-index: 2;
    /* height: auto; */
    width: -moz-max-content;
    width: max-content;
  }
  header .header_wrap .right_content .nav_tel_wrap .sp_tel {
    width: 25rem;
    margin-right: 15rem;
    margin-top: 4rem;
  }
  header .header_wrap .right_content .nav_tel_wrap #nav2 {
    /* display: none; */
    /* opacity: 0;
    visibility: hidden; */
    transform: translateX(200vw);
    transition: none;
  }
  header .header_wrap .right_content .nav_tel_wrap #nav2 ul {
    transition: none;
  }
  header .header_wrap .right_content .nav_tel_wrap .lang_select_btn {
    margin-left: 0;
    margin-right: 0.7em;
  }
  header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .btn p {
    font-size: 13rem;
    /* letter-spacing: 0; */
  }
  header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .btn p::after {
    width: 9rem;
    height: 5rem;
    right: -1.2em;
  }
  header .header_wrap .right_content .nav_tel_wrap .lang_select_btn .lang_inner .accordion li a {
    font-size: 13rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn {
    display: none;
    height: 69rem;
    margin-left: 0;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a {
    width: 63rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a::before {
    width: 20rem;
    height: 22rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .reserve_btn a p {
    font-size: 11rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons {
    display: none;
    width: 63rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons .hamburger {
    margin-top: 0.5em;
    /* width: 18rem; */
    width: 20rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons .hamburger span {
    border: 1px solid #2D1508;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons .hamburger span + span {
    margin-top: 0.4em;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons p {
    font-size: 11rem;
    margin-top: 0.5em;
  }
  header .header_wrap .right_content.pc_hm .icons .hamburger {
    margin-top: 0;
  }
  header.active .header_wrap .right_content .nav_tel_wrap {
    /* nav {
      opacity: 1;
      transition: ease 0.6s;
      pointer-events: auto;
    } */
  }
  header.active .header_wrap .right_content .nav_tel_wrap #nav2 ul li a {
    font-size: 18rem;
  }
  header.active .header_wrap .right_content .nav_tel_wrap #nav2 ul li + li {
    margin-top: 25rem;
  }
  header.active .header_wrap .right_content .nav_tel_wrap .icons button span:nth-child(1) {
    top: 8rem;
  }
  header.active .header_wrap .right_content .nav_tel_wrap .icons button span:nth-child(3) {
    top: -6rem;
  }
  header.visible {
    top: auto;
    bottom: -69rem;
    transform: translateY(-100%);
  }
  header.visible .header_wrap {
    height: 69rem;
  }
  header.visible .header_wrap .logo_wrap a {
    width: 106rem;
  }
  header.visible .header_wrap .right_content .nav_tel_wrap .lang_select_btn {
    display: none;
  }
  header.visible .header_wrap .right_content .nav_tel_wrap .reserve_btn {
    display: block;
  }
  header.visible .header_wrap .right_content .nav_tel_wrap .icons {
    display: flex;
  }
  header.active.visible .header_wrap .right_content .nav_tel_wrap #nav2 {
    /* display: block; */
    /* opacity: 1;
    visibility: visible; */
    transform: translateX(0);
    top: calc(-100vh + 69rem);
    height: calc(100vh - 69rem);
  }
  header.hidden {
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: -69rem;
    transform: translateY(0);
    display: none;
  }
  header.hidden .header_wrap {
    height: 69rem;
  }
  header.hidden .header_wrap .logo_wrap a {
    width: 106rem;
  }
  header.hidden .header_wrap .right_content .nav_tel_wrap #nav2 {
    display: none;
  }
  header.hidden .header_wrap .right_content .nav_tel_wrap .lang_select_btn {
    display: none;
  }
  footer {
    /*padding: 50rem 0 100rem;*/
    padding: 35rem 0 10rem;
  }
  footer .footer_wrap {
    /*margin-bottom: 0;*/
  }
  footer .footer_wrap .footer_box {
    display: block;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_logo a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_logo a span {
    font-size: 18rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_info {
    margin-top: 35rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_info p.company {
    font-size: 14rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_info p.address {
    font-size: 14rem;
  }
  footer .footer_wrap .footer_nav {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
  }
  footer .footer_wrap .footer_nav .footer_nav_box {
    margin-top: 25rem;
  }
  footer .footer_wrap .footer_nav .footer_nav_box ul {
    flex-wrap: wrap;
  }
  footer .footer_wrap .footer_nav .footer_nav_box ul li {
    /* margin: 0 20rem; */
  }
  footer .footer_wrap .footer_nav .footer_nav_box ul li + li {
    margin-left: 0;
    margin-top: 0.2em;
  }
  footer .footer_wrap .footer_nav .footer_nav_box ul li a {
    font-size: 12rem;
  }
  footer .footer_wrap .footer_nav .footer_nav_box ul li a::after {
    right: -25rem;
  }
  footer .footer_wrap .footer_sns {
    margin-top: 30rem;
  }
  footer .footer_wrap .footer_sns ul li + li {
    margin-left: 10rem;
  }
  footer .footer_wrap .footer_sns ul li a {
    width: 22rem;
  }
  footer .footer_wrap .copyright {
    margin-top: 45rem;
  }
  footer .footer_wrap .copyright small {
    font-size: 12rem;
  }
  .col.col2 .box {
    flex-direction: column;
  }
  .col.col2 .box + .box {
    margin-top: 60rem;
  }
  .col.col2 .box .ph {
    width: 100%;
  }
  .col.col2 .box .desc {
    width: 100%;
  }
  .col.col2 .box .desc .ttl3 {
    margin-top: 20rem;
  }
  .col.col2 .box .desc p {
    margin-top: 10rem;
  }
  .col.col2 .box .desc .btn_white a,
  .col.col2 .box .desc .btn_white button,
  .col.col2 .box .desc .btn_black a,
  .col.col2 .box .desc .btn_black button,
  .col.col2 .box .desc .btn_gold a,
  .col.col2 .box .desc .btn_gold button {
    margin-left: auto;
  }
  .col.col3 {
    /*flex-direction: column;*/
  }
  .col.col3 .box {
    /*width: 100%;*/
    width: 48%;
    margin-top: 20rem;
    /*& + .box {
              margin-top: 3em;
          }*/
  }
  .col.col3 .box:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .col.col3 .box:not(:nth-of-type(even)) {
    margin-right: 4%;
  }
  .col.col3 .box .desc p {
    font-size: 12rem;
    line-height: 1.2;
  }
  .top_mv {
    height: calc(100vh - 69rem);
    margin-top: 69rem;
  }
  .top_mv .ph img {
    height: calc(100vh - 69rem);
  }
  .top_mv .swiper_outer .swiper-pagination {
    right: 1em;
    top: auto;
    transform: none;
    bottom: 1.5em;
    /* gap: 0.5em; */
  }
  .top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet {
    width: 5rem;
    height: 5rem;
  }
  .top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet-active {
    transform: scale(2);
  }
  .top_mv .swiper_outer .swiper-slide img {
    height: calc(100vh - 69rem);
  }
  .top_mv .catch {
    font-size: 38.5rem;
    width: 335rem;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-70%);
  }
  .top_mv .catch .txt01 {
    font-size: 20rem;
  }
  .top_plan {
    padding-top: 60rem;
    padding-bottom: 90rem;
    text-align: center;
  }
  .top_plan .col3 .desc h3 {
    margin-top: 0.5em;
  }
  .top_plan .btn_more {
    margin-top: 40rem;
  }
  .top_plan .btn_more a {
    width: auto;
  }
  .top_content .col2 .box {
    flex-direction: column-reverse;
  }
  .top_content .col2 .box .swiper_outer {
    width: 100%;
    /*height: 250rem;*/
  }
  .top_content .col2 .box .swiper_outer .swiper-container .swiper-slide {
    width: 75%;
  }
  .top_content .col2 .box .swiper_outer .swiper-container .swiper-slide img {
    height: 250rem;
  }
  .top_content .col2 .box .swiper_outer .swiper-pagination {
    top: -1.5em;
    left: 0.5em;
    flex-direction: row;
    gap: 0.2em;
  }
  .top_content .col2 .box .text_wrap {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  .top_content .col2 .box .text_wrap .text p.lead {
    width: 335rem;
    margin-top: 30rem;
    font-size: 16rem;
  }
  .top_content .col2 .box .text_wrap .text p.t_description {
    width: 335rem;
    margin-top: 30rem;
    font-size: 14rem;
  }
  .top_content .col2 .box .text_wrap .text p.btn_more {
    margin-top: 30rem;
  }
  .top_content .col2 .box .text_wrap .text p.btn_more a {
    width: auto;
  }
  .top_content.rev .col2 .box {
    flex-direction: column-reverse;
  }
  .top_content.rev .col2 .box .swiper-pagination {
    left: 0.5em;
  }
  .top_content.top_facility {
    margin-top: 85rem;
  }
  .top_location {
    background-image: url(/assets/img/bg_top_location_sp.jpg);
    background-size: cover;
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .top_location .content_wrap {
    flex-direction: column;
    margin-top: 20rem;
  }
  .top_location .content_wrap .ph {
    margin-left: -20rem;
    width: 347rem;
  }
  .top_location .content_wrap .ph iframe {
    width: 100%;
    height: 250rem;
  }
  .top_location .content_wrap .text_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  .top_location .content_wrap .text_wrap .text {
    width: auto;
  }
  .top_location .content_wrap .text_wrap .text p.t_description {
    font-size: 12rem;
    margin-top: 20rem;
  }
  .top_location .content_wrap .text_wrap .text .btn_more a {
    margin-top: 25rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .top_location .content_wrap .text_wrap .text .btn_more a::after {
    background-size: contain;
  }
  .top_sightseeing {
    padding-top: 56rem;
    padding-bottom: 56rem;
  }
  .top_news {
    /*margin-top: 75rem;*/
    padding-top: 45rem;
    padding-bottom: 38rem;
  }
  .top_news h2 {
    position: relative;
    top: 0;
  }
  .top_news .news_list {
    margin-top: 55rem;
    width: 100%;
  }
  .top_news .news_list li {
    display: block;
    padding-bottom: 0.5em;
  }
  .top_news .news_list li::before {
    width: 65rem;
  }
  .top_news .news_list li + li {
    margin-top: 5rem;
  }
  .top_news .news_list li .time {
    display: block;
    width: auto;
  }
  .top_news .news_list li .title {
    width: auto;
  }
  .top_news .news_list li .title a {
    /*padding-right: 24rem;*/
    /*&::after {
      right: 5rem;
      width: 10rem;
      height: 10rem;
      border-top-width: 1px;
      border-right-width: 1px;
    }*/
  }
  .top_news .news_list li .title a span {
    width: 300rem;
  }
  .top_news p.btn_more {
    position: relative;
    left: 0;
    margin-top: 35rem;
  }
  .top_news p.btn_more a {
    width: auto;
  }
  #page_rooms header .header_wrap .right_content .nav_tel_wrap nav ul li.rooms > a::after,
  #page_breakfast header .header_wrap .right_content .nav_tel_wrap nav ul li.breakfast > a::after,
  #page_service header .header_wrap .right_content .nav_tel_wrap nav ul li.service > a::after {
    display: none;
  }
  .under_page .under_mv {
    margin-top: 69rem;
    height: 200rem;
  }
  .under_page .under_mv .tit_wrap .under_tit {
    font-size: 26rem;
  }
  .under_page .under_mv .tit_wrap .under_tit .en {
    font-size: 33rem;
  }
  .under_page .under_mv .tit_wrap .under_tit .jp {
    font-size: 12rem;
  }
  .under_page .under_lead {
    margin-top: 55rem;
  }
  .under_page .under_lead .ttl {
    font-size: 20rem;
  }
  .under_page .under_lead .desc {
    font-size: 13rem;
    margin-top: 20rem;
  }
  .under_page .breadcrumb {
    padding-top: 20rem;
    font-size: 11rem;
    margin-left: 1.5em;
  }
  .under_page .anc_area ul {
    display: block;
    width: 100%;
  }
  .under_page .anc_area ul li {
    width: 100%;
  }
  .under_page .anc_area ul li + li::before {
    width: 70%;
    height: 1rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .under_page .common_content .common_table table {
    border-top: 1px dashed #5A5A5A;
  }
  .under_page .common_content .common_table table tr th,
  .under_page .common_content .common_table table tr td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 10rem 12rem;
  }
  .under_page .swiper_area {
    height: 300rem;
  }
  .under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
    height: 300rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .under_page .swiper_area .swiper_wrap .prev_next {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev,
  .under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next {
    width: 32rem;
  }
  .under_page .thumbs_wrap {
    margin-top: 15rem;
  }
  .under_page .thumbs_wrap.inner {
    width: 300rem;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper {
    flex-wrap: wrap;
    gap: 2%;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide {
    margin-bottom: 8rem;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
    width: 96rem;
    height: 82rem;
  }
  .pagination {
    flex-direction: row;
    left: 0.5em;
    top: -1.5em;
  }
  .pagination.reverse {
    left: 0.5em;
    right: auto;
  }
}
.top_hotel {
  padding-top: 30rem;
}
.top_hotel .col {
  justify-content: center;
}
.top_hotel .col.col3 .box .desc p {
  font-size: 16rem;
}
.top_hotel .col .box a {
  display: inline;
}

@media screen and (max-width: 680px) {
  .top_hotel {
    padding-top: 0;
  }
  .top_hotel .col.col3 .box .desc p {
    font-size: 12rem;
  }
}
/*----- 動き -----*/
.fadein01,
.fadein02,
.fadein03,
.fadein04 {
  opacity: 0;
  transition: all 0.8s;
}

.fadeleft01,
.fadeleft02,
.fadeleft03,
.fadeleft04 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s;
}

.faderight01,
.faderight02,
.faderight03,
.faderight04 {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s;
}

.fadeup01,
.fadeup02,
.fadeup03,
.fadeup04 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s;
}

.fadedown01,
.fadedown02,
.fadedown03,
.fadedown04 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.8s;
}

.fadein02,
.fadeleft02,
.faderight02,
.fadeup02,
.fadedown02 {
  transition-delay: 0.2s;
}

.fadein03,
.fadeleft03,
.faderight03,
.fadeup03,
.fadedown03 {
  transition-delay: 0.4s;
}

.fadein04,
.fadeleft04,
.faderight04,
.fadeup04,
.fadedown04 {
  transition-delay: 0.6s;
}

.fadein01.effect-scroll,
.fadein02.effect-scroll,
.fadein03.effect-scroll,
.fadein04.effect-scroll,
.fadeleft01.effect-scroll,
.fadeleft02.effect-scroll,
.fadeleft03.effect-scroll,
.fadeleft04.effect-scroll,
.faderight01.effect-scroll,
.faderight02.effect-scroll,
.faderight03.effect-scroll,
.faderight04.effect-scroll,
.fadeup01.effect-scroll,
.fadeup02.effect-scroll,
.fadeup03.effect-scroll,
.fadeup04.effect-scroll,
.fadedown01.effect-scroll,
.fadedown02.effect-scroll,
.fadedown03.effect-scroll,
.fadedown04.effect-scroll {
  opacity: 1;
  transform: translate(0);
}

/*ディレイ*/
.delay01,
.delay02,
.delay03 {
  opacity: 0;
}

.delay01 {
  animation: delay 1.5s ease 0s 1 forwards;
}

.delay02 {
  animation: delay 1s ease 0.5s 1 forwards;
}

.delay03 {
  animation: delay 1s ease 0.8s 1 forwards;
  transform: translateY(50px);
}

.delay04,
.delay05,
.delay06,
.delay07,
.delay08 {
  opacity: 0;
  transform: translateY(50px);
}

.delay04 {
  animation: delay 0.6s ease 1.2s 1 forwards;
}

.delay05 {
  animation: delay 0.6s ease 1.3s 1 forwards;
}

.delay06 {
  animation: delay 0.6s ease 1.4s 1 forwards;
}

.delay07 {
  animation: delay 0.6s ease 1.5s 1 forwards;
}

.delay08 {
  animation: delay 0.6s ease 1.6s 1 forwards;
}

@keyframes delay {
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*1文字ずつ出現*/
.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スライド*/
@keyframes slide01 {
  0% {
    opacity: 0;
  }
  22.2% {
    opacity: 0;
  }
  33.3% {
    opacity: 1;
  }
  66.6% {
    opacity: 1;
  }
  77.7% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide02 {
  0% {
    opacity: 0;
  }
  33.3% {
    opacity: 0;
  }
  55.5% {
    opacity: 0;
  }
  66.6% {
    opacity: 1;
  }
  88.8% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes half_slide {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  83% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes infinite_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes infinite_scroll_reverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */