@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: 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: #000;
  /*font-size: 14rem;*/
  font-size: 16rem;
  overflow: hidden;
}

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

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

img {
  backface-visibility: hidden;
}

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

a {
  color: #000;
  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;
  }
}

main {
  display: block;
}

table {
  /*border-collapse: collapse;
  border-spacing: 0;*/
}
table th,
table td {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

.s_inner {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
}

.ttl2 {
  color: #002e73;
  font-size: 30rem;
  font-weight: 700;
  margin-bottom: 90rem;
  text-align: center;
}

.underbar {
  position: relative;
}
.underbar::after {
  background-color: #002e73;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  /*bottom: -40rem;*/
  bottom: -30rem;
  height: 2px;
  width: 60rem;
}

.ttl3 {
  font-size: 20rem;
  color: #002e73;
  font-weight: 700;
}

.leftbar:before {
  content: "";
  border-left: 5px solid #002e73;
  margin-right: 10rem;
}

b {
  font-weight: 700;
}

small {
  font-size: 14rem;
}

.red {
  color: red;
}

.vertical {
  writing-mode: vertical-rl;
}

.btn_white a,
.btn_white button,
.btn_blue a,
.btn_blue button {
  box-shadow: 0 5px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 20rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 50rem;
  width: 340rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: 0.2s linear;
  cursor: pointer;
}
.btn_white a::after,
.btn_white button::after,
.btn_blue a::after,
.btn_blue button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  /*right: 7%;*/
  right: 20rem;
  width: 10rem;
  height: 10rem;
  transform: translateY(-50%) rotate(45deg) skew(-7.5deg, -7.5deg);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btn_white a:hover,
  .btn_white button:hover,
  .btn_blue a:hover,
  .btn_blue button:hover {
    text-decoration: none;
    opacity: 1;
  }
}

.btn_white a,
.btn_white button {
  background: #fff;
  color: #002e73;
  border: 1px solid #002e73;
}
.btn_white a::after,
.btn_white button::after {
  border-top: 1px solid #002e73;
  border-right: 1px solid #002e73;
}
@media (hover: hover) and (pointer: fine) {
  .btn_white a:hover,
  .btn_white button:hover {
    background: #002e73;
    border: 1px solid #fff;
    color: #fff;
  }
  .btn_white a:hover::after,
  .btn_white button:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.btn_blue a,
.btn_blue button {
  background: #002e73;
  color: #fff;
  border: 1px solid #002e73;
}
.btn_blue a::after,
.btn_blue button::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn_blue a:hover,
  .btn_blue button:hover {
    background: #fff;
    border: 1px solid #002e73;
    color: #002e73;
  }
  .btn_blue a:hover::after,
  .btn_blue button:hover::after {
    border-top: 1px solid #002e73;
    border-right: 1px solid #002e73;
  }
}

.col1 .box + .box {
  margin-top: 60rem;
}
.col1 .box .ph {
  width: 960rem;
}
.col1 .box .desc {
  margin-top: 50rem;
  width: 430rem;
}
.col1 .box .desc p {
  margin-top: 50rem;
}
.col1 .box .desc .btn_white a,
.col1 .box .desc .btn_white button,
.col1 .box .desc .btn_blue a,
.col1 .box .desc .btn_blue button {
  margin-left: 0;
}

.col2 .box {
  display: flex;
  justify-content: space-between;
  /*&:nth-of-type(even) {
      flex-direction: row-reverse;
  }*/
}
.col2 .box + .box {
  margin-top: 60rem;
}
.col2 .box .ph {
  width: 480rem;
}
.col2 .box .desc {
  width: 430rem;
}
.col2 .box .desc p {
  margin-top: 50rem;
}
.col2 .box .desc .btn_white a,
.col2 .box .desc .btn_white button,
.col2 .box .desc .btn_blue a,
.col2 .box .desc .btn_blue button {
  margin-left: 0;
}

.col3 {
  display: flex;
  flex-wrap: wrap;
}
.col3 .box {
  width: 300rem;
  margin-bottom: 40rem;
}
.col3 .box:not(:nth-of-type(3n)) {
  margin-right: 30rem;
}
.col3 .box .desc .ttl3,
.col3 .box .desc p {
  margin-top: 1em;
}

.col4 {
  display: flex;
  flex-wrap: wrap;
}
.col4 .box {
  width: 230rem;
  margin-bottom: 20rem;
}
.col4 .box:not(:nth-of-type(4n)) {
  margin-right: 13rem;
}
.col4 .box .desc .ttl3,
.col4 .box .desc p {
  margin-top: 1em;
}

.amenity_ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.amenity_dl dt {
  color: #002e73;
  font-size: 20rem;
  font-weight: 700;
  margin-top: 1em;
}
.amenity_dl dt:first-of-type {
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
.amenity_dl dd {
  border-bottom: 1px solid #ccc;
  margin-top: 1em;
  padding-bottom: 1em;
}

/*フェードイン*/
.fadein {
  animation: fadein 2s ease 0s 1 forwards;
  opacity: 0;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
/*スクロールしたらフェードイン*/
.s_fadein {
  opacity: 0;
  /*transform: translateY(10%);*/
  transition: all 2s;
}

.s_fadein.effect-scroll {
  opacity: 1;
  /*transform: translate(0);*/
}

.col1 .swiper_outer {
  position: relative;
  z-index: 0;
  width: 960rem;
}
.col1 .swiper_outer .swiper-button-prev,
.col1 .swiper_outer .swiper-button-next {
  width: 65rem;
  height: 65rem;
  background-size: 100%;
  /*margin-top: 12rem;*/
  /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
.col1 .swiper_outer .swiper-button-next {
  background-image: url(/assets/img/btn_next.svg);
  right: -40rem;
}
.col1 .swiper_outer .swiper-button-prev {
  background-image: url(/assets/img/btn_prev.svg);
  left: -40rem;
}
.col1 .swiper_outer .photo-cont .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;
}
.col1 .swiper_outer .photo-cont .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.col1 .swiper_outer .thumbs-cont {
  margin-top: 20rem;
}
.col1 .swiper_outer .thumbs-cont .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px) !important;
}
.col1 .swiper_outer .thumbs-cont .swiper-slide {
  /*width: calc((100% - 60rem) / 4 ) !important;*/
  width: calc((100% - 75rem) / 6) !important;
}
.col1 .swiper_outer .thumbs-cont .swiper-slide + .swiper-slide {
  margin-left: 15rem;
}
.col1 .swiper_outer .thumbs-cont .swiper-slide-thumb-active {
  position: relative;
}
.col1 .swiper_outer .thumbs-cont .swiper-slide-thumb-active::before {
  border: 4px solid #002e73;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.col2 .swiper_outer {
  position: relative;
  z-index: 0;
  width: 480rem;
}
.col2 .swiper_outer .swiper-button-prev,
.col2 .swiper_outer .swiper-button-next {
  width: 14rem;
  height: 24rem;
  background-size: 100%;
  /*margin-top: 12rem;*/
  /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
.col2 .swiper_outer .swiper-button-next {
  background-image: url(/assets/img/arrow_next.svg);
  right: -20rem;
}
.col2 .swiper_outer .swiper-button-prev {
  background-image: url(/assets/img/arrow_prev.svg);
  left: -20rem;
}
.col2 .swiper_outer .thumbs-cont {
  margin-top: 20rem;
}
.col2 .swiper_outer .thumbs-cont .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px) !important;
}
.col2 .swiper_outer .thumbs-cont .swiper-slide {
  /*width: calc((100% - 60rem) / 4 ) !important;*/
  width: calc((100% - 75rem) / 6) !important;
}
.col2 .swiper_outer .thumbs-cont .swiper-slide + .swiper-slide {
  margin-left: 15rem;
}
.col2 .swiper_outer .thumbs-cont .swiper-slide-thumb-active {
  position: relative;
}
.col2 .swiper_outer .thumbs-cont .swiper-slide-thumb-active::before {
  border: 4px solid #002e73;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

/*----- pageTop -----*/
#pageTop {
  position: fixed;
  bottom: 295rem;
  right: 20rem;
}
#pageTop a {
  color: #fff;
  font-size: 20rem;
  /*background-color: #4285f4;*/
  background-color: #999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60rem;
  width: 60rem;
  z-index: 2;
  text-decoration: none;
}

.tel_floating {
  display: block;
  position: fixed;
  bottom: 90rem;
  right: 0;
  gap: 1%;
}
.tel_floating a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190rem;
  height: 90rem;
  color: #fff;
  font-size: 18rem;
  font-weight: bold;
  position: relative;
}
.tel_floating a:nth-child(1) {
  background-color: #204075;
}
.tel_floating a:nth-child(2) {
  background-color: #1f6552;
  margin-top: 1%;
}
.tel_floating a .tel_box {
  position: relative;
  padding-left: 21rem;
}
.tel_floating a .tel_box::before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/ico_tel.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 18rem;
  height: 25rem;
  background-size: contain;
  top: 0;
  left: 0;
}
.tel_floating a .booking_box {
  position: relative;
  padding-left: 30rem;
}
.tel_floating a .booking_box::before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/ico_memo.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 26rem;
  height: 26rem;
  background-size: contain;
  top: 0;
  left: 0;
}

/*----- 予約検索パネル  -----*/
.directin-sp-form {
  /*border-bottom: 2px solid #eee;*/
  /*box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2);*/
  box-shadow: 0rem 5rem 5rem -3rem rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 0;
}

.directin-sp-form button {
  background: #002e73 !important;
}

/*----- PCグロナビ  -----*/
.header_pc nav .gnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -90rem;
  position: relative;
  z-index: 0;
  padding: 25rem 0 25rem;
}
.header_pc nav .gnav li {
  position: relative;
}
.header_pc nav .gnav li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #002e73;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.header_pc nav .gnav li:hover::before {
  width: 60rem;
}
.header_pc nav .gnav li a {
  border-right: 1px solid #b5b5b5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15rem;
  height: 40rem;
  width: 160rem;
}
.header_pc nav .gnav li a:hover {
  opacity: 1;
}
.header_pc nav.fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}
.header_pc nav.fixed .gnav {
  margin-top: 0;
}

#page_room nav > ul li:nth-child(2)::before,
#page_facility nav > ul li:nth-child(5)::before,
#page_spa nav > ul li:nth-child(3)::before,
#page_cuisine nav > ul li:nth-child(4)::before,
#page_sightseeing nav > ul li:nth-child(6)::before,
#page_access nav > ul li:nth-child(7)::before {
  background-color: #fff;
  width: 60rem;
}

/*----- トップページ -----*/
#page_top .header_pc .header_tel {
  position: absolute;
  top: 0;
  right: 0;
  width: 18.75vw;
}
#page_top .header_pc nav .gnav {
  background: rgba(255, 255, 255, 0.9);
}
#page_top .header_pc nav .gnav li.logo {
  display: none;
}
#page_top .header_pc nav .gnav li:nth-of-type(2) a {
  border-left: 1px solid #b5b5b5;
}
#page_top .mv {
  height: 100vh;
  position: relative;
}
#page_top .mv .ph img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_top .mv .logo {
  position: absolute;
  top: 35rem;
  left: 50rem;
  width: 685rem;
  z-index: 1;
}
#page_top .mv .mv_catch {
  text-align: center;
  position: absolute;
  font-size: 54rem;
  font-weight: bold;
  color: #fff;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: 1rem 1rem 10rem #333;
  display: block;
  z-index: 1;
}
#page_top .mv .mv_catch p {
  line-height: 1.7;
}
#page_top main .top_ttl {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, transparent 0%, #002e73 20%, #002e73 80%, transparent 100%);
     border-image: linear-gradient(to right, transparent 0%, #002e73 20%, #002e73 80%, transparent 100%);
  border-image-slice: 1;
  color: #002e73;
  font-size: 30rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10rem;
  letter-spacing: 0.1em;
}
#page_top main .top_about {
  display: flex;
  justify-content: space-between;
  padding: 90rem 0 70rem;
  position: relative;
}
#page_top main .top_about::after {
  content: "";
  background: url(/assets/img/bg_top_about.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 361rem;
  width: 306rem;
  position: absolute;
  right: -180rem;
  bottom: -20rem;
  z-index: -1;
}
#page_top main .top_about .pic {
  width: 480rem;
}
#page_top main .top_about .desc h2 {
  font-size: 36rem;
  color: #002e73;
  font-weight: bold;
}
#page_top main .top_about .desc p {
  margin-top: 50rem;
  line-height: 2;
}
#page_top main .top_room,
#page_top main .top_spa,
#page_top main .top_cuisine {
  height: 32.5520833333vw;
  min-height: 488rem;
}
#page_top main .top_room .inner,
#page_top main .top_spa .inner,
#page_top main .top_cuisine .inner {
  height: 100%;
}
#page_top main .top_room .inner .desc,
#page_top main .top_spa .inner .desc,
#page_top main .top_cuisine .inner .desc {
  color: #fff;
  background: rgba(0, 46, 115, 0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 2.6041666667vw;
  padding-bottom: 3.125vw;
  height: 100%;
  width: 375rem;
}
#page_top main .top_room .inner .desc .ttl,
#page_top main .top_spa .inner .desc .ttl,
#page_top main .top_cuisine .inner .desc .ttl {
  font-size: 52rem;
}
#page_top main .top_room .inner .desc .text,
#page_top main .top_spa .inner .desc .text,
#page_top main .top_cuisine .inner .desc .text {
  font-size: 20rem;
  margin-top: 2.6041666667vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
}
#page_top main .top_room .inner .desc .btn_blue a,
#page_top main .top_spa .inner .desc .btn_blue a,
#page_top main .top_cuisine .inner .desc .btn_blue a {
  background: none;
  border: 1px solid #fff;
  width: 214rem;
}
#page_top main .top_room .inner .desc .btn_blue a::after,
#page_top main .top_spa .inner .desc .btn_blue a::after,
#page_top main .top_cuisine .inner .desc .btn_blue a::after {
  border-top: none;
  border-right: none;
}
@media (hover: hover) and (pointer: fine) {
  #page_top main .top_room .inner .desc .btn_blue a:hover,
  #page_top main .top_spa .inner .desc .btn_blue a:hover,
  #page_top main .top_cuisine .inner .desc .btn_blue a:hover {
    background: #fff;
  }
}
#page_top main .top_room {
  background: url("/assets/img/bg_top_room.jpg?220428_v01");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#page_top main .top_room .inner .desc {
  margin-left: auto;
}
#page_top main .top_cuisine {
  background: url("/assets/img/bg_top_cuisine.jpg?220422_v02");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 15rem;
}
#page_top main .top_spa {
  background: url("/assets/img/bg_top_spa.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 15rem;
}
#page_top main .top_spa .inner .desc {
  margin-left: auto;
}
#page_top main .top_news {
  padding: 60rem 0;
  /*ul {
      background-image: linear-gradient(to right, #002e73, #002e73 1px, transparent 1px, transparent 7px);
      background-size: 7px 1px;
      background-position: bottom;
      background-repeat: repeat-x;
      margin-top: 65rem;
      margin-bottom: 60rem;
      padding-bottom: 35rem;

      li {

          & + li {
              margin-top: 70rem;
          }

          .ttl3 {

              a {
                  color: #002e73;
              }

          }

          .content {
              line-height: 1.5;
              margin-top: 25rem;

              span {
                  font-size: 13rem;
              }

          }

      }

  }*/
}
#page_top main .top_news .btn_blue {
  margin-top: 3em;
}
#page_top main .top_news .btn_blue a {
  width: 480rem;
}
#page_top main .top_news .info_list {
  margin-top: 3em;
}
#page_top main .top_news .info_list li {
  display: flex;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
#page_top main .top_news .info_list li + li {
  margin-top: 1em;
}
#page_top main .top_news .info_list li .time {
  color: #a68d72;
  width: 6em;
}
#page_top main .top_news .info_list li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page_top main .top_news .btn_white {
  margin-top: 3em;
}
#page_top main .top_access {
  background: url("/assets/img/bg_top_access.jpg?220428_v01");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 50rem 0 90rem;
  text-align: center;
}
#page_top main .top_access .top_ttl {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, transparent 0%, #fff 20%, #fff 80%, transparent 100%);
     border-image: linear-gradient(to right, transparent 0%, #fff 20%, #fff 80%, transparent 100%);
  border-image-slice: 1;
  color: #fff;
}
#page_top main .top_access iframe {
  margin-top: 30rem;
  width: 800rem;
  height: 350rem;
}
#page_top main .top_access .note {
  color: #fff;
  margin-top: 30rem;
}
#page_top main .top_access .btn_white {
  margin-top: 75rem;
}
#page_top main .top_plan {
  padding: 50rem 0 90rem;
}
#page_top main .top_plan .col4 {
  background-image: linear-gradient(to right, #002e73, #002e73 1px, transparent 1px, transparent 7px);
  background-size: 7px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  margin-top: 40rem;
  margin-bottom: 45rem;
  padding-bottom: 35rem;
}
#page_top main .top_plan .col4 .box {
  margin-bottom: 20rem;
}
#page_top main .top_plan .col4 .box .desc .ttl3 {
  font-size: 18rem;
}
#page_top main .top_plan .col3 {
  background-image: linear-gradient(to right, #002e73, #002e73 1px, transparent 1px, transparent 7px);
  background-size: 7px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  margin-top: 40rem;
  margin-bottom: 45rem;
  padding-bottom: 35rem;
}
#page_top main .top_plan .col3 .box {
  margin-bottom: 20rem;
}
#page_top main .top_plan .col3 .box .desc .ttl3 {
  font-size: 18rem;
}

/*----- 下層ページ -----*/
.under_page .header_pc .header_tel {
  position: absolute;
  top: 0;
  right: 0;
  width: 18.75vw;
}
.under_page .header_pc nav .gnav {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 0;
}
.under_page .header_pc nav .gnav li::before {
  background-color: #fff;
}
.under_page .header_pc nav .gnav li a {
  color: #fff;
}
.under_page .header_pc nav .gnav li.logo::before {
  display: none;
}
.under_page .header_pc nav .gnav li.logo a {
  width: 204rem;
  padding-right: 40rem;
  box-sizing: content-box;
}
.under_page .header_pc nav .gnav li.logo a:hover {
  opacity: 0.7;
}
.under_page .mv {
  position: relative;
}
.under_page .mv .ph img {
  width: 100%;
}
.under_page .mv .ttl1 {
  font-size: 56rem;
  font-weight: 700;
  color: #002e73;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  position: absolute;
  bottom: 42%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.under_page main {
  background: url("/assets/img/bg_under.jpg");
  background-repeat: repeat;
  /*background-position: center top;*/
  background-size: auto;
  padding-bottom: 100rem;
}
.under_page main .breadcrumb {
  padding-top: 30rem;
  font-size: 15rem;
}
.under_page main .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.under_page main .breadcrumb ul li::after {
  content: "＞";
  display: inline-block;
  margin-left: 8rem;
  margin-right: 8rem;
}
.under_page main .breadcrumb ul li:last-child::after {
  display: none;
}
.under_page main .breadcrumb ul li a {
  text-decoration: underline;
}
.under_page main .breadcrumb ul li a:hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.under_page main section {
  margin-top: 100rem;
}

/*----- 客室 -----*/
#page_room main .info .col3 {
  margin-top: 50rem;
}

/*----- 温泉 -----*/
#page_spa main .guide table {
  margin-top: 70rem;
}
#page_spa main .guide table th,
#page_spa main .guide table td {
  padding: 20rem;
}
#page_spa main .guide table th {
  width: 30%;
}
#page_spa main .guide .btn_blue {
  margin-top: 75rem;
}

/*----- 館内案内 -----*/
/*----- アクセス -----*/
#page_access main .guide {
  text-align: center;
}
#page_access main .guide .logo {
  margin-top: 60rem;
  margin-left: auto;
  margin-right: auto;
  width: 350rem;
}
#page_access main .guide .address {
  margin-top: 30rem;
}
#page_access main .guide .tel_fax {
  color: #002e73;
  display: flex;
  justify-content: center;
  font-size: 20rem;
  font-weight: 700;
  margin-top: 20rem;
}
#page_access main .guide .tel_fax a {
  color: #002e73;
}
#page_access main .guide .tel_fax li + li {
  margin-left: 30rem;
}
#page_access main .guide iframe {
  margin-top: 30rem;
  height: 500rem;
  width: 100%;
}
#page_access main .guide .note {
  margin-top: 20rem;
}
#page_access main .info .amenity_dl {
  text-align: center;
}
#page_access main .info .amenity_dl .align_left {
  text-align: left;
  display: inline-block;
}

/*----- 利用規約 -----*/
#page_terms .lead {
  /*text-align: center;*/
}
#page_terms .block {
  clear: both;
  margin: 2.5em 0 0;
}
#page_terms .block .hlv03 {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #002e73;
}
#page_terms .block .termlist {
  margin-left: 1.5em;
  list-style: decimal;
}
#page_terms .block .sublist li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#page_terms table {
  margin-top: 1em;
  margin-bottom: 1em;
}
#page_terms table td {
  text-align: center;
}
#page_terms .date {
  margin-top: 8em;
  text-align: right;
}

/*----- フッター -----*/
footer {
  color: #002e73;
  background: url("/assets/img/bg_footer.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 45rem 0 30rem;
  text-align: center;
}
footer .fnav {
  margin-top: 60rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .fnav li a {
  border-right: 1px solid #b5b5b5;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15rem;
  height: 10rem;
  width: 125rem;
}
footer .fnav li:first-of-type a {
  border-left: 1px solid #b5b5b5;
  margin-bottom: 20rem;
}
footer .fnav li:nth-of-type(7) a {
  border-left: 1px solid #b5b5b5;
}
footer .logo {
  margin-left: auto;
  margin-right: auto;
  width: 455rem;
}
footer .address {
  margin-top: 45rem;
}
footer .tel_fax {
  display: flex;
  justify-content: center;
  font-size: 32rem;
  font-weight: 700;
  margin-top: 25rem;
}
footer .tel_fax a {
  color: #002e73;
}
footer .tel_fax li + li {
  margin-left: 40rem;
}
footer .copy {
  font-size: 13rem;
  margin-top: 45rem;
}

@media screen and (min-width: 768px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 1024px) {
  #page_top .mv {
    height: auto;
  }
  #page_top .mv .ph img {
    height: auto;
  }
  #page_top .mv .logo {
    width: 450rem;
  }
  #pageTop {
    bottom: 105rem;
  }
  .tel_floating {
    display: flex;
    bottom: 0;
  }
  .tel_floating a:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .ttl2 {
    font-size: 20rem;
    margin-bottom: 50rem;
  }
  .underbar::after {
    bottom: -20rem;
    height: 2rem;
    width: 30rem;
  }
  .ttl3 {
    font-size: 16rem;
    color: #002e73;
  }
  .leftbar:before {
    margin-right: 5rem;
  }
  small {
    font-size: 12rem;
  }
  .btn_white a,
  .btn_white button,
  .btn_blue a,
  .btn_blue button {
    font-size: 15rem;
    height: 40rem;
    width: 250rem;
  }
  .btn_white a::after,
  .btn_white button::after,
  .btn_blue a::after,
  .btn_blue button::after {
    width: 8rem;
    height: 8rem;
  }
  .tel_link {
    text-decoration: underline;
  }
  .col1 .box + .box {
    margin-top: 60rem;
  }
  .col1 .box .ph {
    width: 960rem;
  }
  .col1 .box .desc {
    margin-top: 20rem;
    width: 430rem;
  }
  .col1 .box .desc p {
    margin-top: 20rem;
  }
  .col2 .box {
    flex-direction: column;
  }
  .col2 .box + .box {
    margin-top: 60rem;
  }
  .col2 .box .ph {
    width: 100%;
  }
  .col2 .box .desc {
    width: 100%;
  }
  .col2 .box .desc .ttl3 {
    margin-top: 20rem;
  }
  .col2 .box .desc p {
    margin-top: 20rem;
  }
  .col2 .box .desc .btn_white a,
  .col2 .box .desc .btn_white button,
  .col2 .box .desc .btn_blue a,
  .col2 .box .desc .btn_blue button {
    margin-left: auto;
  }
  .col3 {
    /*flex-direction: column;*/
  }
  .col3 .box {
    /*width: 100%;*/
    width: 48%;
    margin-bottom: 20rem;
    /*& + .box {
        margin-top: 3em;
    }*/
  }
  .col3 .box:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .col3 .box:not(:nth-of-type(even)) {
    margin-right: 4%;
  }
  .col4 .box {
    width: 48%;
  }
  .col4 .box:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .col4 .box:not(:nth-of-type(even)) {
    margin-right: 4%;
  }
  .amenity_dl dt {
    font-size: 16rem;
  }
  /*スクロールしたらフェードイン*/
  .s_fadein {
    /*transform: translateY(0%);*/
    transition: all 1s;
  }
  .col1 .swiper_outer {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  .col1 .swiper_outer .swiper-button-prev,
  .col1 .swiper_outer .swiper-button-next {
    width: 30rem;
    height: 30rem;
    background-size: 100%;
  }
  .col1 .swiper_outer .swiper-button-next {
    right: -15rem;
  }
  .col1 .swiper_outer .swiper-button-prev {
    left: -15rem;
  }
  .col1 .swiper_outer .photo-cont .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .col1 .swiper_outer .photo-cont .swiper-slide img {
    height: 300rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .col1 .swiper_outer .photo-cont .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;
  }
  .col1 .swiper_outer .photo-cont .swiper-slide.swiper-slide-active::after {
    opacity: 0;
  }
  .col1 .swiper_outer .thumbs-cont {
    margin-top: 20rem;
  }
  .col1 .swiper_outer .thumbs-cont .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .col1 .swiper_outer .thumbs-cont .swiper-slide {
    width: 80rem !important;
    height: 70rem;
  }
  .col1 .swiper_outer .thumbs-cont .swiper-slide + .swiper-slide {
    margin-left: 15rem;
  }
  .col1 .swiper_outer .thumbs-cont .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .col2 .swiper_outer {
    width: 100%;
  }
  .col2 .swiper_outer .swiper-button-prev,
  .col2 .swiper_outer .swiper-button-next {
    width: 20rem;
    height: 36rem;
    background-size: 100%;
    /*margin-top: 18rem;*/
  }
  .col2 .swiper_outer .swiper-button-next {
    right: -12rem;
  }
  .col2 .swiper_outer .swiper-button-prev {
    left: -12rem;
  }
  .col2 .swiper_outer .thumbs-cont {
    margin-top: 20rem;
  }
  .col2 .swiper_outer .thumbs-cont .swiper-slide {
    /*width: calc((100% - 30rem) / 4 ) !important;*/
    width: calc((100% - 50rem) / 6) !important;
  }
  .col2 .swiper_outer .thumbs-cont .swiper-slide + .swiper-slide {
    margin-left: 10rem;
  }
  /*----- pageTop -----*/
  #pageTop {
    bottom: 60rem;
    right: 10rem;
  }
  #pageTop a {
    height: 50rem;
    width: 50rem;
  }
  .tel_floating {
    gap: 0;
  }
  .tel_floating a {
    height: 50rem;
    font-size: 16rem;
  }
  /*----- ヘッダーSP -----*/
  .header_sp {
    /*background-color: white;*/
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 50rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    /* ヘッダーのロゴ部分 */
    /* ヘッダーのナビ部分 */
    /* ハンバーガーメニュー */
    /* ハンバーガーメニューの線 */
    /* ハンバーガーメニュークリック後のスタイル */
    /*tel追加*/
  }
  .header_sp .header__inner {
    padding: 0 20rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
  }
  .header_sp .header__title {
    width: 170rem;
  }
  .header_sp .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: rgba(255, 255, 255, 0.9);
    transition: ease 0.4s;
  }
  .header_sp .nav__items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .header_sp .nav__items li a {
    font-size: 18rem;
    font-weight: 500;
  }
  .header_sp .nav__items li + li {
    margin-top: 20rem;
  }
  .header_sp .header__hamburger {
    /*width: 48rem;*/
    width: 30rem;
    /*height: 100%;*/
    padding: 0;
  }
  .header_sp .hamburger {
    background-color: transparent;
    border-color: transparent;
    /*z-index: 9999;*/
  }
  .header_sp .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .header_sp .hamburger span:nth-child(1) {
    top: 0;
  }
  .header_sp .hamburger span:nth-child(2) {
    margin: 8rem 0;
  }
  .header_sp .hamburger span:nth-child(3) {
    top: 0;
  }
  .header_sp .header__nav.active {
    transform: translateX(0);
  }
  .header_sp .hamburger.active span:nth-child(1) {
    /*top: 5rem;*/
    top: 6rem;
    transform: rotate(45deg);
  }
  .header_sp .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header_sp .hamburger.active span:nth-child(3) {
    /*top: -13rem;*/
    top: -12rem;
    transform: rotate(-45deg);
  }
  .header_sp .icons {
    display: flex;
    justify-content: space-between;
    width: 70rem;
  }
  .header_sp .icons .tel {
    font-size: 24rem;
  }
  /*----- トップページ -----*/
  #page_top .mv {
    margin-top: 50rem;
  }
  #page_top .mv .mv_catch {
    font-size: 5.3333333333vw;
    top: 50%;
  }
  #page_top main .top_ttl {
    font-size: 22rem;
  }
  #page_top main .top_about {
    flex-direction: column-reverse;
    padding: 40rem 0;
  }
  #page_top main .top_about::after {
    background-size: 50%;
    right: -160rem;
    bottom: 90rem;
  }
  #page_top main .top_about .pic {
    width: 100%;
    margin-top: 30rem;
  }
  #page_top main .top_about .desc h2 {
    width: 245rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 20rem;
  }
  #page_top main .top_about .desc p {
    font-size: 12rem;
    margin-top: 20rem;
    text-align: center;
  }
  #page_top main .top_room,
  #page_top main .top_spa,
  #page_top main .top_cuisine {
    height: 76vw;
    min-height: auto;
  }
  #page_top main .top_room .inner,
  #page_top main .top_spa .inner,
  #page_top main .top_cuisine .inner {
    width: 100%;
  }
  #page_top main .top_room .inner .desc,
  #page_top main .top_spa .inner .desc,
  #page_top main .top_cuisine .inner .desc {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    width: 120rem;
  }
  #page_top main .top_room .inner .desc .ttl,
  #page_top main .top_spa .inner .desc .ttl,
  #page_top main .top_cuisine .inner .desc .ttl {
    font-size: 22rem;
  }
  #page_top main .top_room .inner .desc .text,
  #page_top main .top_spa .inner .desc .text,
  #page_top main .top_cuisine .inner .desc .text {
    font-size: 11rem;
    margin-top: 4vw;
    width: 8em;
  }
  #page_top main .top_room .inner .desc .btn_blue a,
  #page_top main .top_spa .inner .desc .btn_blue a,
  #page_top main .top_cuisine .inner .desc .btn_blue a {
    font-size: 11rem;
    height: 30rem;
    width: 80rem;
  }
  #page_top main .top_room {
    background: url("/assets/img/bg_top_room_sp.jpg?220428_v01");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #page_top main .top_cuisine {
    background: url("/assets/img/bg_top_cuisine_sp.jpg?220422_v02");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #page_top main .top_spa {
    background: url("/assets/img/bg_top_spa_sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #page_top main .top_news {
    padding: 30rem 0;
    /*ul {
        margin-top: 30rem;
        margin-bottom: 30rem;
        padding-bottom: 20rem;

        li {

            & + li {
                margin-top: 30rem;
            }

            .title {

                a {
                    font-size: 16rem;
                }

            }

            .content {
                margin-top: 20rem;

                span {
                    font-size: 11rem;
                }

            }

        }

    }*/
  }
  #page_top main .top_news .btn_blue a {
    width: 100%;
  }
  #page_top main .top_news .btn_blue a::after {
    right: 10rem;
  }
  #page_top main .top_access {
    background-size: auto;
    padding: 30rem 0 50rem;
  }
  #page_top main .top_access iframe {
    margin-top: 20rem;
    width: 100%;
    height: 300rem;
  }
  #page_top main .top_access .note {
    margin-top: 10rem;
  }
  #page_top main .top_access .btn_white {
    margin-top: 30rem;
  }
  #page_top main .top_plan {
    padding: 30rem 0 50rem;
  }
  #page_top main .top_plan .col4 {
    margin-top: 30rem;
    margin-bottom: 30rem;
    padding-bottom: 30rem;
  }
  #page_top main .top_plan .col4 .box .desc .ttl3 {
    font-size: 13rem;
    letter-spacing: -0.05em;
  }
  /*----- 下層ページ -----*/
  .under_page .mv {
    margin-top: 50rem;
    margin-bottom: 0;
  }
  .under_page .mv .ttl1 {
    font-size: 30rem;
    top: 50%;
    bottom: unset;
  }
  .under_page main {
    padding-bottom: 60rem;
  }
  .under_page main .breadcrumb {
    padding-top: 20rem;
    font-size: 11rem;
  }
  .under_page main section {
    margin-top: 50rem;
  }
  /*----- 温泉 -----*/
  #page_spa main .guide table {
    margin-top: 30rem;
  }
  #page_spa main .guide table th,
  #page_spa main .guide table td {
    padding: 10rem;
  }
  #page_spa main .guide .btn_blue {
    margin-top: 30rem;
  }
  /*----- 館内案内 -----*/
  /*----- アクセス -----*/
  #page_access main .guide .logo {
    margin-top: 40rem;
    width: 70%;
  }
  #page_access main .guide .address {
    margin-top: 20rem;
  }
  #page_access main .guide .tel_fax {
    font-size: 13rem;
    margin-top: 10rem;
  }
  #page_access main .guide .tel_fax li + li {
    margin-left: 20rem;
  }
  #page_access main .guide iframe {
    margin-top: 20rem;
    height: 300rem;
    width: 100%;
  }
  #page_access main .guide .note {
    margin-top: 10rem;
  }
  /*----- フッター -----*/
  footer {
    background-size: cover;
    padding: 30rem 0 30rem;
  }
  footer .fnav li a {
    font-size: 10rem;
    height: auto;
    width: auto;
    padding: 5rem 10rem;
  }
  footer .fnav li:first-of-type a {
    margin-bottom: 10rem;
  }
  footer .logo {
    margin-top: 30rem;
    width: 70%;
  }
  footer .address {
    font-size: 11rem;
    margin-top: 20rem;
  }
  footer .tel_fax {
    font-size: 13rem;
    margin-top: 20rem;
  }
  footer .tel_fax li + li {
    margin-left: 20rem;
  }
  footer .copy {
    font-size: 10rem;
    margin-top: 30rem;
  }
}/*# sourceMappingURL=style.css.map */