@charset "UTF-8";
:root {
  --color-text: #333;
  --color-text-light: #666;
  --color-brown: #836F60;
  --color-border: #dcdcdc;
  --cat-notes: #836F60;
  --cat-important: #333;
  --cat-event: #672525;
}

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 Serif JP", serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #333;
  font-size: 16rem;
  overflow: hidden;
  letter-spacing: 0.05em;
}

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: #fff;
  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;
}

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

.fwb {
  font-weight: bold;
}

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

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

.c_red {
  color: #FF0000;
}

.c_txt {
  letter-spacing: 0.08em;
  line-height: 2.5;
}

#pageTop {
  display: none;
  position: fixed;
  right: 40rem;
  bottom: 40rem;
  /*z-index: 100;*/
  z-index: 10;
}
#pageTop a {
  display: block;
  width: 64rem;
  height: 64rem;
  /*border-radius: 50%;*/
  /*background-color: #333;*/
  position: relative;
  /*&::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(42, 26, 26, 0.68);
  position: fixed;
  /*padding: 0 25rem;*/
  padding: 0 1.3020833333vw;
  top: 0;
  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: 114rem;
  transition: 0.2s linear;
}
header .header_wrap .logo_wrap {
  /*position: relative;*/
}
header .header_wrap .logo_wrap a {
  display: inline-block;
  /*width: 237rem;*/
  /*width: calc(237 / 1920 * 100vw);*/
  width: min(calc(237 / 1920 * 100vw),237px);
}
header .header_wrap .right_content {
  display: flex;
  align-items: flex-end;
  height: 100%;
  /*margin-left: 100rem;*/
  /*margin-left: calc(100 / 1920 * 100vw);*/
  /*width: 1531rem;*/
  /*width: max-content;*/
}
header .header_wrap .right_content .header_tel_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  /*margin-left: 130rem;*/
  /*margin-left: calc(100 / 1920 * 100vw);*/
}
header .header_wrap .right_content .header_tel_btn .tel_wrap {
  text-align: right;
  width: -moz-max-content;
  width: max-content;
}
header .header_wrap .right_content .header_tel_btn .tel_wrap .tel {
  /*font-size: 28rem;*/
  font-size: min(calc(28 / 1920 * 100vw),28px);
  letter-spacing: 0.05em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header_wrap .right_content .header_tel_btn .tel_wrap .tel::before {
  content: "";
  background: url(/assets/img/ico_tel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  /*height: 22rem;*/
  height: min(calc(22 / 1920 * 100vw),22px);
  /*width: 22rem;*/
  width: min(calc(22 / 1920 * 100vw),22px);
  z-index: 1;
  margin-right: 0.3em;
}
header .header_wrap .right_content .header_tel_btn .tel_wrap .contact_lang {
  display: flex;
  align-items: baseline;
}
header .header_wrap .right_content .header_tel_btn .tel_wrap .contact_lang .contact a {
  /*font-size: 13rem;*/
  font-size: min(calc(13 / 1920 * 100vw),13px);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  header .header_wrap .right_content .header_tel_btn .tel_wrap .contact_lang .contact a:hover {
    text-decoration: none;
  }
}
header .header_wrap .right_content .header_tel_btn .tel_wrap .contact_lang .eng a {
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-size: 13rem;*/
  font-size: min(calc(13 / 1920 * 100vw),13px);
  border: 1px solid #fff;
  padding: 0.1em 1em;
  margin-left: 1em;
}
header .header_wrap .right_content .header_tel_btn .tel_wrap .contact_lang .eng a span {
  /*font-size: 7rem;*/
  font-size: min(calc(7 / 1920 * 100vw),7px);
  margin-right: 0.8em;
  margin-top: 0.3em;
}
header .header_wrap .right_content .header_tel_btn .btn_more a {
  font-size: 0.9375vw;
  /*width: 178rem;*/
  width: 9.2708333333vw;
}
header .header_wrap .right_content .header_tel_btn .btn_more.btn_more01 {
  /*margin-left: 39rem;*/
  margin-left: 2.03125vw;
}
header .header_wrap .right_content .header_tel_btn .btn_more.btn_more01 a {
  background-color: #836F60;
}
header .header_wrap .right_content .header_tel_btn .btn_more.btn_more02 {
  /*margin-left: 13rem;*/
  margin-left: 0.6770833333vw;
}
header .header_wrap .right_content .nav_tel_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 80.7291666667vw;
}
header .header_wrap .right_content .nav_tel_wrap nav ul {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li + li {
  /*margin-left: 3em;*/
  margin-left: 3.125vw;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li > a {
  font-size: 15rem;
  /*font-size: unquote('min(calc(15 / 1920 * 100vw),15px)');*/
  position: relative;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li > a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25rem;
  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*/
}
header .header_wrap {
  /*/right_content*/
}
header {
  /*/header_wrap*/
}

/*/header*/
main {
  /*background-color: #F3F3F3;*/
  background-image: url(/assets/img/bg_top_washi.webp);
  /*background-repeat: no-repeat;*/
  background-position: center top;
  /* background-size: cover; */
  display: block;
}

footer {
  color: #fff;
  /*margin-top: 150rem;*/
  padding: 110rem 0 105rem;
  background-color: #836F60;
}
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 {
  text-align: center;
  /*width: 276rem;*/
}
footer .footer_wrap .footer_box .footer_desc .footer_logo a {
  display: inline-block;
  width: 237rem;
}
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: 14rem;
  line-height: 2;
  letter-spacing: 0.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_box .footer_desc .footer_sns {
  margin-top: 45rem;
}
footer .footer_wrap .footer_box .footer_desc .footer_sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  /* justify-content: center; */
}
footer .footer_wrap .footer_box .footer_desc .footer_sns ul li a {
  width: 32rem;
  display: inline-block;
}
footer .footer_wrap .footer_box .footer_desc .footer_sns ul li + li {
  margin-left: 20rem;
}
footer .footer_wrap .tel_wrap {
  text-align: right;
}
footer .footer_wrap .tel_wrap .tel {
  font-size: 36rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
footer .footer_wrap .tel_wrap .tel::before {
  content: "";
  background: url(/assets/img/ico_tel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 22rem;
  width: 22rem;
  z-index: 1;
  margin-right: 0.3em;
}
footer .footer_wrap .tel_wrap .txt {
  color: #fff;
  font-size: 15rem;
}
footer .footer_wrap .footer_nav {
  width: 677rem;
}
footer .footer_wrap .footer_nav .footer_tel_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
}
footer .footer_wrap .footer_nav .footer_tel_btn .btn_more a {
  width: 178rem;
}
footer .footer_wrap .footer_nav .footer_tel_btn .btn_more.btn_more01 {
  margin-left: 39rem;
}
footer .footer_wrap .footer_nav .footer_tel_btn .btn_more.btn_more01 a {
  border: 1px solid #fff;
  background-color: transparent;
}
footer .footer_wrap .footer_nav .footer_tel_btn .btn_more.btn_more02 {
  margin-left: 22rem;
}
footer .footer_wrap .footer_nav .footer_nav_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50rem;
}
footer .footer_wrap .footer_nav .footer_nav_box ul {
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
footer .footer_wrap .footer_nav .footer_nav_box ul li + li {
  /* margin-left: 55rem; */
  margin-top: 2em;
}
footer .footer_wrap .footer_nav .footer_nav_box ul li a {
  color: #fff;
  font-size: 14rem;
  position: relative;
  /* &::after {
    content: "／";
    position: absolute;
    right: -35rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  } */
}
footer .footer_wrap .footer_nav .footer_nav_box ul li {
  /* &:last-of-type {
    a {
      &::after {
        display: none;
      }
    }
  } */
}
footer .footer_wrap .footer_map_bnr {
  display: flex;
  /*justify-content: space-between;*/
  border-top: 1px solid #fff;
  margin-top: 50rem;
  padding-top: 45rem;
}
footer .footer_wrap .footer_map_bnr .footer_map .ttl {
  text-align: center;
  position: relative;
}
footer .footer_wrap .footer_map_bnr .footer_map .ttl span {
  font-size: 10rem;
  position: absolute;
  right: 0;
  top: 0.5em;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer_wrap .footer_map_bnr .footer_map .ttl span:hover {
    text-decoration: none;
  }
}
footer .footer_wrap .footer_map_bnr .footer_map .gmap {
  margin-top: 1em;
}
footer .footer_wrap .footer_map_bnr .footer_map .gmap iframe {
  height: 220rem;
  width: 465rem;
}
footer .footer_wrap .footer_map_bnr .footer_bnr {
  margin-left: 16rem;
}
footer .footer_wrap .footer_map_bnr .footer_bnr .ttl {
  margin-left: 5em;
}
footer .footer_wrap .footer_map_bnr .footer_bnr .box {
  display: flex;
  margin-top: 1em;
}
footer .footer_wrap .footer_map_bnr .footer_bnr .box .bnr01 {
  width: 507rem;
}
footer .footer_wrap .footer_map_bnr .footer_bnr .box .bnr_wrap {
  margin-left: 17rem;
}
footer .footer_wrap .footer_map_bnr .footer_bnr .box .bnr_wrap .bnr02 {
  width: 196rem;
}
footer .footer_wrap .footer_map_bnr .footer_bnr .box .bnr_wrap .bnr03 {
  margin-top: 5rem;
  width: 202rem;
}
footer .footer_wrap .copyright {
  text-align: center;
  color: #fff;
  margin-top: 60rem;
}
footer .footer_wrap .copyright small {
  font-size: 10rem;
  letter-spacing: 0.2em;
}

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

* {
  box-sizing: border-box;
}

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

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

.font_sans {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.font_poppins {
  font-family: "Poppins", sans-serif;
}*/
.font_garamond {
  font-family: "EB Garamond", serif;
}

.sec_ttl {
  font-size: 120rem;
  line-height: 1;
}

.sec_catch {
  /*font-size: 36rem;*/
  font-size: 34rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.7;
  letter-spacing: 0.1em;
}

.bg_yama01 {
  position: absolute;
  top: 0;
  right: 0;
  /*width: 963rem;*/
  width: 50.15625vw;
  z-index: -1;
}

.bg_yama02 {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 960rem;*/
  width: 50vw;
  z-index: -1;
}

.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: 54rem;
  width: 54rem;
  transition: 0.2s linear;
}

.arrow2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arrow2::after {
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  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);
  }
}

.btn_more a {
  width: 279rem;
  font-size: 18rem;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #836F60;
  padding: 0.7em 0;
  letter-spacing: 0.05em;
}
.btn_more a::after {
  background-color: #fff;
  content: "";
  width: 14rem;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
.btn_more a:hover {
  /* background-color: #836F60; */
  /* opacity: 1; */
}
.btn_more a:hover::after {
  /*right: 20rem;*/
}
.btn_more.color a,
.btn_more.color button {
  /*border: 1px solid #672525;*/
  background-color: #672525;
}
@media (hover: hover) and (pointer: fine) {
  .btn_more.color a:hover,
  .btn_more.color button:hover {
    /*color: #672525;*/
    /*background-color: #fff;*/
    /*opacity: 1;*/
  }
}
.btn_more.white a,
.btn_more.white button {
  /*border: 1px solid #333;*/
  background-color: #fff;
  color: #333;
}
.btn_more.white a::after,
.btn_more.white button::after {
  background-color: #836F60;
}
.btn_more.white a:hover,
.btn_more.white button:hover {
  background-color: #C2C2C2;
  opacity: 1;
}

.center_tit {
  text-align: center;
}
.center_tit .en {
  display: block;
  font-size: 58rem;
  font-weight: 500;
  line-height: 1;
}
.center_tit .jp {
  font-size: 32rem;
  /*margin-top: 0.5em;*/
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.center_tit .jp::before {
  content: "";
  background: url(/assets/img/deco_center_tit.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 53rem;
  width: 52rem;
  z-index: 1;
}
.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;
}
.col .box a {
  display: block;
  border-bottom: 1px solid #2d1508;
}
.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;
}
.col .box a {
  /*h3*/
}
@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 .box {
  /*/a*/
}
.col.col2 .box {
  width: 468rem;
  margin-top: 90rem;
}
.col.col2 .box:not(:nth-of-type(2n)) {
  margin-right: 24rem;
}
.col {
  /*/col2*/
}
.col.col3 .box {
  width: 304rem;
  margin-top: 70rem;
}
.col.col3 .box .arrow::after {
  margin-right: 0.5em;
}
.col.col3 .box:not(:nth-of-type(3n)) {
  margin-right: 24rem;
}
.col {
  /*/col2*/
}

.swiper_outer {
  height: 100%;
  width: 63.5416666667vw;
  position: relative;
}
.swiper_outer .swiper-container {
  overflow: hidden;
}
.swiper_outer .swiper-container .swiper-slide {
  width: 39.0625vw;
}
.swiper_outer .swiper-container .swiper-slide img {
  width: 100%;
  height: 500rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper_outer .swiper-pagination {
  position: absolute;
  bottom: -2.5em !important;
  left: 0 !important;
  display: flex;
  /*flex-direction: column;*/
  gap: 0.5em;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.swiper_outer .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #333;
  width: 8rem;
  height: 8rem;
  /*background-color: #C2C2C2;*/
  background-color: unset;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.swiper_outer .swiper-pagination .swiper-pagination-bullet-active {
  background: #333 !important;
  /*transform: scale(2);*/
}

.top_mv {
  /*height: calc(100vh - 114rem);*/
  height: 100vh;
  position: relative;
  overflow: hidden;
  /*margin-top: 114rem;*/
}
.top_mv .ph img {
  /*height: calc(100vh - 114rem);*/
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv .swiper_outer {
  width: 100%;
}
.top_mv .swiper_outer .swiper-pagination {
  bottom: 40rem !important;
  justify-content: center;
}
.top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.top_mv .swiper_outer .swiper-slide-active .swiper-img,
.top_mv .swiper_outer .swiper-slide-duplicate-active .swiper-img,
.top_mv .swiper_outer .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.top_mv .swiper_outer .swiper-slide img {
  /*height: calc(100vh - 114rem);*/
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_news {
  background-color: rgba(255, 255, 255, 0.96);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 98rem;
  width: 439rem;
  z-index: 1;
}
.mv_news .heading {
  color: #fff;
  background-color: #333;
  font-size: 15rem;
  padding: 0.3em 2em;
  text-align: center;
  width: 184rem;
}
.mv_news .post_time {
  /*width: calc(100% - 180rem);*/
  font-size: 13rem;
  display: block;
  margin-top: 12rem;
  padding: 0 1.1em;
  line-height: 1;
}
.mv_news a {
  color: #333;
  display: block;
  width: 100%;
  padding: 0 1.1em;
  max-width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mv_news a .ttl {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mv_news a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.1em;
  right: 1.5em;
  width: 1em;
  height: 1em;
  transform: translateY(-30%) rotate(45deg) skew(-7.5deg, -7.5deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  box-sizing: border-box;
  transition: 0.3s;
}

.top_lead {
  color: #fff;
  background-image: url(/assets/img/bg_top_lead.jpg?260611);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 113rem;
  padding-bottom: 115rem;
  height: 720rem;
  width: 1680rem;
  position: relative;
  z-index: 1;
}
.top_lead .inner {
  display: flex;
  flex-direction: row-reverse;
  /*margin-left: 372rem;*/
  /*margin-left: calc(372 / 1920 * 100vw);*/
  /*width: 939rem;*/
  width: 800rem;
  /*width: fit-content;*/
  width: 48.90625vw;
}
.top_lead .sec_ttl {
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 45rem;
  bottom: 45rem;
}
.top_lead .sec_catch {
  margin-left: 30rem;
  /*margin-left: calc(30 / 1920 * 100vw);*/
  letter-spacing: 0.2em;
}
.top_lead .txt {
  /*margin: 110px auto 0;*/
  font-size: 19rem;
  text-align: left;
  line-height: 4;
  letter-spacing: 0.2em;
}

.top_news {
  /*background-color: rgba(148, 139, 112, .1);*/
  padding-top: 105rem;
  padding-bottom: 220rem;
  position: relative;
}
.top_news .bg_yama01 {
  top: -240rem;
}
.top_news .inner {
  position: relative;
}
.top_news .sec_ttl {
  color: #DFDFDF;
  margin-top: -90rem;
  margin-left: -120rem;
}
.top_news p.btn_more a {
  margin-top: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.c_news_list {
  margin-top: 85rem;
}
.c_news_list li {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.c_news_list li + li {
  margin-top: 1em;
}
.c_news_list li:last-of-type {
  border-bottom: unset;
}
.c_news_list li .thumbs_wrap {
  width: 145rem;
  aspect-ratio: 145/100;
}
.c_news_list li .thumbs_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c_news_list li .desc {
  margin-left: 65rem;
  width: calc(100% - 210rem);
}
.c_news_list li .desc .meta {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.c_news_list li .desc .meta .time {
  background-color: #fff;
  /*display: block;*/
  font-size: 14rem;
  letter-spacing: 0.1em;
  padding: 0.1em 1em;
  /*width: 150rem;*/
}
.c_news_list li .desc .meta .cat_wrap {
  display: flex;
  gap: 6rem;
  flex-wrap: wrap;
}
.c_news_list li .desc .meta .cat_wrap .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12rem;
  padding: 1rem 7rem;
  color: #fff;
  background-color: var(--cat-notes);
}
.c_news_list li .desc .meta .cat_wrap .cat.cat_important-notice {
  background-color: var(--cat-important);
}
.c_news_list li .desc .meta .cat_wrap .cat.cat_event-info {
  background-color: var(--cat-event);
}
.c_news_list li .desc .title {
  /*width: calc(100% - 150rem);*/
  margin-top: 0.5em;
}
.c_news_list li .desc .title a {
  color: #000;
  align-items: flex-start;
}
.c_news_list li .desc .title a span {
  /*width: 460rem;*/
  max-width: 85%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .c_news_list li .desc .title a.arrow:hover::after {
    margin-right: -0.2em;
  }
}

.top_winery {
  color: #fff;
  background-image: url(/assets/img/bg_top_winery.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 116rem;
  padding-bottom: 264rem;
  height: 1000rem;
  position: relative;
  z-index: 2;
}
.top_winery .inner_l {
  position: relative;
}
.top_winery .sec_ttl {
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 110rem;
  bottom: 120rem;
}
.top_winery .seckv {
  position: absolute;
}
.top_winery .seckv.seckv01 {
  top: -5rem;
  left: 10rem;
  width: 264rem;
}
.top_winery .seckv.seckv02 {
  top: -200rem;
  right: 0rem;
  width: 312rem;
}
.top_winery .sec_catch {
  line-height: 2.6;
  letter-spacing: 0.2em;
}
.top_winery .txt {
  text-align: center;
  line-height: 2.7;
  letter-spacing: 0.1em;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  width: 756rem;
  /*width: fit-content;*/
}
.top_winery .btn_more a {
  margin-top: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.top_winery .swiper_outer {
  margin-top: 110rem;
  margin-left: auto;
  margin-right: auto;
  width: 62.5vw;
}
.top_winery .swiper_outer .swiper-container .swiper-slide {
  width: 17.7083333333vw;
}
.top_winery .swiper_outer .swiper-container .swiper-slide img {
  height: 10.625vw;
}
.top_winery .swiper_outer .swiper-pagination {
  justify-content: center;
}

.top_content {
  /*margin-top: 110rem;*/
  position: relative;
}
.top_content .col2 .box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.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;
  font-weight: bold;
}
.top_content .col2 .box .text_wrap .text p.t_description {
  text-align: left;
  width: 375rem;
}
.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;
}
.top_content.rev .col2 .box {
  flex-direction: row-reverse;
}
.top_content.rev .col2 .box .swiper-pagination {
  left: auto;
  right: -2em;
}
.top_content.top_hotspring {
  padding-top: 250rem;
  position: relative;
  z-index: 1;
}
.top_content.top_hotspring .col2 {
  margin-top: 65rem;
}
.top_content.top_hotspring .col2 .box {
  justify-content: flex-end;
}
.top_content.top_hotspring .col2 .box .pic {
  /*width: calc(969 / 1920 * 100vw);*/
  width: 969rem;
}
.top_content.top_hotspring .col2 .box .text_wrap {
  margin-left: 100rem;
  width: auto;
}
.top_content.top_hotspring .col2 .box .text_wrap .text p.t_description {
  /*width: 375rem;*/
  width: 385rem;
}
.top_content.top_hotspring .col2 .box .text_wrap .text p.btn_more {
  margin-top: 80rem;
}
.top_content.top_hotspring .sec_ttl {
  color: #DFDFDF;
  text-align: right;
  margin-top: 30rem;
  margin-right: 10rem;
}
.top_content.top_hotspring .swiper_outer {
  margin-top: 30rem;
  margin-left: auto;
  width: 81.25vw;
}
.top_content.top_hotspring .swiper_outer .swiper-container .swiper-slide {
  width: 19.375vw;
}
.top_content.top_hotspring .swiper_outer .swiper-container .swiper-slide img {
  height: 22.0833333333vw;
}
.top_content.top_dining {
  padding-top: 220rem;
}
.top_content.top_dining .bg_yama01 {
  top: -130rem;
}
.top_content.top_dining .swiper_outer {
  margin-top: 65rem;
  width: 100%;
}
.top_content.top_dining .swiper_outer .swiper-container .swiper-slide {
  width: 50vw;
}
.top_content.top_dining .swiper_outer .swiper-container .swiper-slide img {
  height: 28.125vw;
}
.top_content.top_dining .swiper_outer .swiper-pagination {
  bottom: -2em !important;
  justify-content: center;
}
.top_content.top_dining .inner {
  position: relative;
}
.top_content.top_dining .sec_ttl {
  color: #DFDFDF;
  margin-top: 20rem;
  margin-left: -120rem;
}
.top_content.top_dining .text {
  display: flex;
  justify-content: space-between;
}
.top_content.top_dining .text .t_description {
  line-height: 2.7;
  letter-spacing: 0.1em;
  width: 580px;
}
.top_content.top_dining .text .btn_more {
  margin-top: 20rem;
}
.top_content.top_rooms {
  margin-top: 170rem;
  padding-top: 140rem;
  padding-bottom: 170rem;
  position: relative;
}
.top_content.top_rooms::before {
  background-color: #fff;
  content: "";
  width: 1558rem;
  /*width: calc(1558 / 1920 * 100vw);*/
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.top_content.top_rooms .bg_yama02 {
  top: -500rem;
  z-index: -2;
}
.top_content.top_rooms .col2 {
  margin-top: 10rem;
}
.top_content.top_rooms .col2 .box {
  justify-content: flex-end;
}
.top_content.top_rooms .col2 .box .swiper_outer {
  margin-top: 90rem;
  width: 50vw;
}
.top_content.top_rooms .col2 .box .swiper_outer .ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  width: 531rem;
}
.top_content.top_rooms .col2 .box .swiper_outer .center_tit .jp {
  flex-direction: row;
  width: 172rem;
}
.top_content.top_rooms .col2 .box .swiper_outer .sec_ttl {
  color: #DFDFDF;
  margin-left: 30rem;
}
.top_content.top_rooms .col2 .box .swiper_outer .swiper-container {
  margin-top: 30rem;
}
.top_content.top_rooms .col2 .box .swiper_outer .swiper-container .swiper-slide {
  width: 50vw;
}
.top_content.top_rooms .col2 .box .swiper_outer .swiper-container .swiper-slide img {
  height: 28.125vw;
}
.top_content.top_rooms .col2 .box .swiper_outer .swiper-pagination {
  justify-content: flex-end;
}
.top_content.top_rooms .col2 .box .text_wrap {
  margin-left: 108rem;
  width: auto;
}
.top_content.top_rooms .col2 .box .text_wrap .text p.t_description {
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 70rem;
  width: 385rem;
}
.top_content.top_rooms .col2 .box .text_wrap .text p.btn_more {
  margin-top: 60rem;
}
.top_content.top_rooms .col2 .box .text_wrap .text p.btn_more a {
  border: 1px solid #836F60;
}
.top_content.top_facilities {
  padding-top: 190rem;
  padding-bottom: 300rem;
}
.top_content.top_facilities .bg_yama01 {
  top: auto;
  bottom: 90rem;
}
.top_content.top_facilities .inner .sec_ttl {
  color: #DFDFDF;
  margin-left: -110rem;
}
.top_content.top_facilities .col2 {
  margin-top: 10rem;
}
.top_content.top_facilities .col2 .box {
  justify-content: flex-end;
}
.top_content.top_facilities .col2 .box .swiper_outer {
  width: 50vw;
}
.top_content.top_facilities .col2 .box .swiper_outer .swiper-container .swiper-slide {
  width: 37.5vw;
}
.top_content.top_facilities .col2 .box .swiper_outer .swiper-container .swiper-slide img {
  height: 25vw;
}
.top_content.top_facilities .col2 .box .text_wrap {
  /*margin-left: 480rem;*/
  margin-top: 20rem;
  margin-right: 108rem;
  width: auto;
}
.top_content.top_facilities .col2 .box .text_wrap .text p.t_description {
  letter-spacing: 0.1em;
  line-height: 2.5;
  width: 385rem;
}
.top_content.top_facilities .col2 .box .text_wrap .text p.btn_more {
  margin-top: 60rem;
}

.bnr_dayplan {
  margin-top: 120rem;
  position: relative;
  z-index: 1;
}

.to_top {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 1000;
  width: 80rem;
}

/* ==========================================================================
   カレント表示
========================================================================== */
#page_hotspring header nav ul li.hotspring a::after,
#page_rooms header nav ul li.rooms a::after,
#page_dining header nav ul li.dining a::after,
#page_facilities header nav ul li.facilities a::after,
#page_access header nav ul li.access a::after,
#page_winery header nav ul li.winery a::after {
  opacity: 1 !important;
  width: 50rem !important;
}

/* ==========================================================================
   下層共通
   ========================================================================== */
.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: 114rem;*/
  margin-left: auto;
  margin-right: auto;
  height: 600rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  /* background: linear-gradient(90deg, rgba(0,10,103,.1) 0%, rgba(255,255,255,.1) 100%); */
}
.under_page .under_mv::before {
  content: "";
  display: block;
  background-color: rgba(42, 26, 26, 0.34);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.under_page .under_mv .tit_wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.under_page .under_mv .tit_wrap .under_tit {
  color: #fff;
  letter-spacing: 0.1em;
}
.under_page .under_mv .tit_wrap .under_tit .jp {
  display: block;
  font-size: 48rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  /*text-shadow: #000 0 0 0.5em;*/
}
.under_page .under_mv .tit_wrap .under_tit .en {
  font-size: 18rem;
  letter-spacing: 0.1em;
  /*font-weight: 500;*/
}
.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;
  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 {
  color: #333;
  text-decoration: underline;
}
.under_page .breadcrumb li a:hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.under_page .anc_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 88rem 104rem;
}
.under_page .anc_box li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.under_page .anc_box li a .pic {
  width: 68rem;
}
.under_page .anc_box li a .txt {
  color: #333;
  border-bottom: 1px solid #836F60;
  font-size: 18rem;
  padding: 1em 0;
  position: relative;
  text-align: center;
  width: 180rem;
}
.under_page .anc_box li a .txt::after {
  content: "";
  background-image: url(/assets/img/arrow_hotspring_anc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8rem;
  height: 15rem;
  position: absolute;
  top: 1.4em;
  right: 0;
  transition: 0.2s linear;
}
@media (hover: hover) and (pointer: fine) {
  .under_page .anc_box li a:hover .txt::after {
    top: 1.7em;
  }
}
.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 .c_lead_wrap {
  text-align: center;
}
.under_page .c_lead_wrap .lead_ttl {
  font-size: 36rem;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.under_page .c_lead_wrap .lead_txt {
  line-height: 2.5;
  letter-spacing: 0.08em;
  margin-top: 24rem;
}
.under_page .c_ttl_ico {
  font-size: 28rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 50rem;
  padding-right: 50rem;
  position: relative;
}
.under_page .c_ttl_ico::before, .under_page .c_ttl_ico::after {
  content: "";
  display: block;
  width: 25rem;
  height: 17rem;
  background: url(/assets/img/ico_ttl_circle.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 2rem;
}
.under_page .c_ttl_ico::after {
  left: auto;
  right: 0;
}
.under_page .c-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
  font-size: 28rem;
  font-weight: normal;
  color: var(--color-text);
  margin-bottom: 70rem;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .under_page .c-section-title {
    font-size: 22rem;
    margin-bottom: 15rem;
  }
}
.under_page .c-section-title::before, .under_page .c-section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--color-brown);
}
@media screen and (max-width: 680px) {
  .under_page .c-section-title::before, .under_page .c-section-title::after {
    width: 40rem;
  }
}

#page_top .panel_area {
  background-color: #fff;
}

.panel_area .wrapper {
  background-color: #fff;
  max-width: 1100rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panel_area .bestrate_wrap {
  width: 18%;
  flex-shrink: 0;
}
.panel_area .bestrate_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.panel_area .wrpForm {
  width: 82%;
  display: flex;
  align-items: center;
  padding: 0 2%;
  box-sizing: border-box;
}
.panel_area .panel_ttl {
  width: 12%;
  padding-right: 2%;
  margin-right: 2%;
  text-align: center;
  border-right: 1px dashed #d8b98e;
  box-sizing: border-box;
}
.panel_area .panel_ttl .jp {
  margin: 0;
  font-weight: 700;
  color: #555;
}
.panel_area .panel_ttl .en {
  margin: 2rem 0 0;
  font-size: 10rem;
  letter-spacing: 0.08em;
  color: #c0a16b;
}
.panel_area .yprox_theme--default {
  width: 86%;
  padding: 0;
  background: transparent;
}
.panel_area .yprox_theme--default .inner {
  display: flex;
  align-items: center;
  gap: 2%;
  flex-wrap: nowrap;
  width: 100%;
}
.panel_area .yprox_theme--default label {
  font-size: 12rem;
  font-weight: 700;
  color: #4a2a2a;
  margin-bottom: 3rem;
  white-space: nowrap;
}
.panel_area .yprox_theme--default label::before {
  content: "●";
  color: #b40000;
  font-size: 9rem;
  margin-right: 3rem;
}
.panel_area .yprox_theme--default select,
.panel_area .yprox_theme--default input[type=text] {
  font-size: 14rem;
  border: 1px solid #333;
}
.panel_area .yprox_theme--default input[type=submit] {
  width: 10% !important;
  min-width: 60rem;
  padding: 0;
  border-radius: 5rem;
  background-color: #672525 !important;
  color: #fff;
  font-weight: 700;
}
.panel_area .js-yprox-searchForm__boxNoDate {
  display: none !important;
}
.panel_area .js-yprox-searchForm__wrpCheckInn {
  width: 36% !important;
  flex: none !important;
}
.panel_area .js-yprox-searchForm__wrpAdults {
  width: 12% !important;
  flex: none !important;
}
.panel_area .js-yprox-searchForm__wrpNights,
.panel_area .js-yprox-searchForm__wrpRooms {
  width: 10% !important;
  flex: none !important;
}
.panel_area .box_sub_nav {
  width: 16%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel_area .box_sub_nav li {
  line-height: 1.4;
  white-space: nowrap;
}
.panel_area .box_sub_nav li::before {
  content: "▶";
  font-size: 9rem;
  margin-right: 4rem;
}
.panel_area .box_sub_nav a {
  color: #333;
  font-size: 11rem;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .panel_area .wrapper {
    flex-wrap: wrap;
  }
  .panel_area .bestrate_wrap {
    width: 18%;
  }
  .panel_area .wrpForm {
    width: 82%;
  }
  .panel_area .yprox_theme--default .inner {
    flex-wrap: wrap;
  }
  .panel_area .js-yprox-searchForm__wrpCheckInn {
    width: 42% !important;
  }
  .panel_area .js-yprox-searchForm__wrpAdults,
  .panel_area .js-yprox-searchForm__wrpNights,
  .panel_area .js-yprox-searchForm__wrpRooms {
    width: 16% !important;
  }
  .panel_area .yprox_theme--default input[type=submit] {
    width: 16% !important;
  }
  .panel_area .box_sub_nav {
    width: 100%;
    display: flex;
    gap: 15rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 680px) {
  #page_top .panel_area {
    margin-top: 190rem;
  }
  .panel_area {
    padding: 0 0 15rem;
  }
  .panel_area .wrapper,
  .panel_area .wrpForm,
  .panel_area .yprox_theme--default .inner {
    display: block;
  }
  .panel_area .bestrate_wrap,
  .panel_area .wrpForm,
  .panel_area .ttl_wrap,
  .panel_area .yprox_theme--default,
  .panel_area .js-yprox-searchForm__wrpCheckInn,
  .panel_area .js-yprox-searchForm__wrpAdults,
  .panel_area .js-yprox-searchForm__wrpNights,
  .panel_area .js-yprox-searchForm__wrpRooms,
  .panel_area .box_sub_nav {
    width: 100% !important;
    max-width: none !important;
  }
  .panel_area .bestrate_wrap {
    max-width: 170rem;
    margin: 0 auto;
  }
  .panel_area .wrpForm {
    padding: 0 15rem 15rem;
  }
  .panel_area .panel_ttl {
    margin: 15rem 0;
    padding: 0;
    border-right: none;
    width: 100%;
  }
  .panel_area .panel_ttl .jp {
    font-size: 20rem;
  }
  .panel_area .js-yprox-searchForm__wrpCheckInn,
  .panel_area .js-yprox-searchForm__wrpAdults,
  .panel_area .js-yprox-searchForm__wrpNights,
  .panel_area .js-yprox-searchForm__wrpRooms,
  .panel_area .box_sub_nav {
    margin-bottom: 10rem;
  }
  .panel_area .yprox_theme--default input[type=submit] {
    width: 100% !important;
  }
}
@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
/*-------------------------
ここからSP
-------------------------*/
@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%;
  }
  .notes {
    margin-top: 20rem;
    font-size: 11rem;
  }
  .inner,
  .inner_l {
    width: 335rem;
  }
  .mt_ll {
    margin-top: 60rem;
  }
  .mt_l {
    margin-top: 45rem;
  }
  .mt_m {
    margin-top: 30rem;
  }
  .mt_s {
    margin-top: 10rem;
  }
  .c_txt {
    line-height: 2;
  }
  .sec_ttl {
    font-size: 60rem;
  }
  .sec_catch {
    font-size: 18rem;
    line-height: 2.7;
    letter-spacing: 0.1em;
  }
  .bg_yama01 {
    width: 283.5rem;
  }
  .bg_yama02 {
    width: 283.5rem;
  }
  .arrow::after {
    height: 27rem;
    width: 27rem;
  }
  .arrow2::after {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin-right: 0;
  }
  .bg_slidein::after {
    width: 100%;
  }
  .btn_more {
    margin-top: 2em;
  }
  .btn_more a,
  .btn_more button {
    font-size: 14rem;
    padding: 1.1em 0;
    width: 280rem;
  }
  .btn_more a::after,
  .btn_more button::after {
    width: 14rem;
  }
  .btn_more a::before,
  .btn_more button::before {
    display: none;
  }
  .center_tit .en {
    font-size: 29rem;
  }
  .center_tit .jp {
    font-size: 21rem;
  }
  .center_tit .jp::before {
    margin-bottom: 0.5em;
    height: 31rem;
    width: 32rem;
  }
  .center_tit.under_tit .en {
    margin-top: 10rem;
  }
  #pageTop {
    /*right: 20rem;*/
    right: 15rem;
    bottom: 60rem;
  }
  #pageTop a {
    width: 40rem;
    height: 40rem;
    /*&::after {
      top: 17rem;
      left: 14rem;
      width: 10rem;
      height: 10rem;
    }*/
  }
  header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*background-color: #fff;*/
    background: rgba(42, 26, 26, 0.78);
    transition: 0.2s linear;
    transform: translateY(0);
    padding: 0;
  }
  header .header_wrap {
    /*height: 50rem;*/
    height: 69rem;
    /*padding: 0 3%;*/
  }
  header .header_wrap .logo_wrap {
    margin-left: 0;
  }
  header .header_wrap .logo_wrap a {
    width: 243rem;
    margin-left: 1.5em;
  }
  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*/
  }
  header .header_wrap {
    /*/right_content*/
    /*ハンバーガーメニュー*/
  }
  header .header_wrap .navToggle {
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 1.5em;
    top: 0;
    width: 30rem;
    /*height: 100%;*/
    cursor: pointer;
    z-index: 4;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    /*padding: 10rem 0;*/
    transition: 0.3s;
  }
  header .header_wrap .navToggle p:last-child {
    display: none;
  }
  header .header_wrap .navToggle span {
    background: #fff;
    display: block;
    position: absolute;
    top: 35rem;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    /*width: 35rem;*/
    transition: 0.35s ease-in-out;
  }
  header .header_wrap .navToggle span::before, header .header_wrap .navToggle span::after {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.35s ease-in-out;
  }
  header .header_wrap .navToggle span::before {
    /*transform: translate(0, 10px);*/
    top: 10rem;
  }
  header .header_wrap .navToggle span::after {
    /*transform: translate(0, -10px);*/
    top: -10rem;
  }
  header .header_wrap .navToggle.active p:nth-of-type(1) {
    display: none;
  }
  header .header_wrap .navToggle.active p:last-child {
    display: block;
  }
  header .header_wrap .navToggle.active span {
    background: rgba(30, 30, 30, 0);
  }
  header .header_wrap .navToggle.active span:before {
    transform: rotate(135deg);
    top: 0;
  }
  header .header_wrap .navToggle.active span:after {
    transform: rotate(-135deg);
    top: 0;
  }
  header .header_wrap .megaMenu {
    color: #333 !important;
    background-color: #F1F1F1;
    width: 100%;
    height: calc(100vh - 69rem);
    position: fixed;
    top: 69rem;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 3;
    overflow-y: auto;
    /*display: none;*/
    transform: translateX(100%);
    /*transition: .2s linear;*/
    transition: 0.35s ease-in-out;
  }
  header .header_wrap .megaMenu a {
    color: #333 !important;
  }
  header .header_wrap .megaMenu {
    /*.scrollblock {
    height: 605px;
    }*/
  }
  header .header_wrap .megaMenu .scrollblock {
    height: 100%;
    overflow: auto;
  }
  header .header_wrap .megaMenu.active {
    /*display: block;*/
    transform: translateX(0);
  }
  header .header_wrap .megaMenu .gnav_inner {
    /*max-width: 960px;
    width: 70%;*/
    width: 335rem;
    margin: 40rem auto 40rem;
    /*ここから*/
  }
  header .header_wrap .megaMenu .gnav_inner .nav_box {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  header .header_wrap .megaMenu .gnav_inner .nav_box ul {
    flex-wrap: wrap;
  }
  header .header_wrap .megaMenu .gnav_inner .nav_box ul li + li {
    margin-top: 2em;
  }
  header .header_wrap .megaMenu .gnav_inner .nav_box ul li a {
    font-size: 14.5rem;
    position: relative;
  }
  header .header_wrap .megaMenu .gnav_inner .sns {
    border-top: 1px solid #333;
    margin-top: 30rem;
    padding-top: 30rem;
  }
  header .header_wrap .megaMenu .gnav_inner .sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header_wrap .megaMenu .gnav_inner .sns ul li a {
    width: 24rem;
    display: inline-block;
  }
  header .header_wrap .megaMenu .gnav_inner .sns ul li + li {
    margin-left: 17rem;
  }
  header .header_wrap .megaMenu .gnav_inner .tel_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
  }
  header .header_wrap .megaMenu .gnav_inner .tel_wrap .tel {
    font-size: 21rem;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .header_wrap .megaMenu .gnav_inner .tel_wrap .tel::before {
    content: "";
    background: url(/assets/img/ico_tel_black.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 14rem;
    width: 14rem;
    z-index: 1;
    margin-right: 0.3em;
  }
  header .header_wrap .megaMenu .gnav_inner .tel_wrap .txt {
    font-size: 12rem;
    margin-left: 1em;
  }
  header .header_wrap .megaMenu .gnav_inner .btn_wrap {
    display: flex;
    justify-content: space-between;
  }
  header .header_wrap .megaMenu .gnav_inner .btn_wrap .btn_more a {
    color: #fff !important;
    font-size: 17rem;
    width: 162rem;
  }
  header .header_wrap .megaMenu .gnav_inner .btn_wrap .btn_more.btn_more01 a {
    background-color: #836F60;
  }
  header .header_wrap .megaMenu .gnav_inner {
    /*ここまで*/
  }
  header .header_wrap .megaMenu {
    /*/gnav_inner*/
  }
  header .header_wrap {
    /*/megaMenu*/
  }
  header {
    /*/header_wrap*/
  }
  /*/header*/
  .fl_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .fl_btn .btn_more {
    margin-top: 0;
  }
  .fl_btn .btn_more a {
    font-size: 15rem;
    padding: 0;
    height: 45rem;
    width: 141rem;
  }
  .fl_btn .btn_more.btn_more01 a {
    background-color: #836F60;
  }
  .fl_btn .btn_more.btn_tel a {
    background: rgba(51, 51, 51, 0.92);
    width: 94rem;
  }
  .fl_btn .btn_more.btn_tel a img {
    width: 17rem;
  }
  .fl_btn .btn_more.btn_tel a::after {
    display: none;
  }
  main {
    background-image: url(/assets/img/bg_top_washi_sp.jpg);
    /*background-repeat: no-repeat;*/
    /* background-size: cover; */
  }
  footer {
    padding: 50rem 0 25rem;
  }
  footer .footer_wrap .footer_box {
    display: block;
  }
  footer .footer_wrap .footer_box .footer_desc {
    width: 100%;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_logo a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 177.5rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_info {
    margin-top: 20rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_info p.company {
    font-size: 12rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_info p.address {
    font-size: 12rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_sns {
    margin-top: 30rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_sns ul li + li {
    margin-left: 17rem;
  }
  footer .footer_wrap .footer_box .footer_desc .footer_sns ul li a {
    width: 24rem;
  }
  footer .footer_wrap .tel_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5em;
  }
  footer .footer_wrap .tel_wrap .tel {
    font-size: 21rem;
  }
  footer .footer_wrap .tel_wrap .tel::before {
    height: 14rem;
    width: 14rem;
  }
  footer .footer_wrap .tel_wrap .txt {
    font-size: 11rem;
    margin-left: 1em;
  }
  footer .footer_wrap .footer_nav {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
  }
  footer .footer_wrap .footer_nav .footer_nav_box {
    margin-top: 35rem;
  }
  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: 1em;
  }
  footer .footer_wrap .footer_nav .footer_nav_box ul li a {
    font-size: 11rem;
    /*&::after {
      right: -25rem;
    }*/
  }
  footer .footer_wrap .footer_map_bnr {
    display: block;
    margin-top: 50rem;
    padding-top: 35rem;
  }
  footer .footer_wrap .footer_map_bnr .footer_map .ttl span {
    font-size: 10rem;
    right: 0;
    left: 0;
    top: 190rem;
    bottom: 0.5em;
  }
  footer .footer_wrap .footer_map_bnr .footer_map .gmap {
    margin-top: 1em;
  }
  footer .footer_wrap .footer_map_bnr .footer_map .gmap iframe {
    height: 150rem;
    width: 335rem;
  }
  footer .footer_wrap .footer_map_bnr .footer_bnr {
    margin-top: 50rem;
    margin-left: 0;
  }
  footer .footer_wrap .footer_map_bnr .footer_bnr .ttl {
    margin-left: 0;
    text-align: center;
  }
  footer .footer_wrap .footer_map_bnr .footer_bnr .box {
    display: block;
    margin-top: 1em;
  }
  footer .footer_wrap .footer_map_bnr .footer_bnr .box .bnr01 {
    width: 100%;
  }
  footer .footer_wrap .footer_map_bnr .footer_bnr .box .bnr_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 16rem;
    margin-left: 0;
  }
  footer .footer_wrap .footer_map_bnr .footer_bnr .box .bnr_wrap .bnr02 {
    width: 137rem;
  }
  footer .footer_wrap .footer_map_bnr .footer_bnr .box .bnr_wrap .bnr03 {
    margin-top: 0;
    width: 193.5rem;
  }
  footer .footer_wrap .copyright {
    margin-top: 30rem;
  }
  footer .footer_wrap .copyright small {
    font-size: 10rem;
    letter-spacing: 0;
  }
  .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 .ttl3,
  .col.col3 .box .desc p {
    margin-top: 0.3em;
  }
  .swiper_outer {
    width: 100%;
    /*height: 250rem;*/
  }
  .swiper_outer .swiper-container .swiper-slide {
    width: 75%;
  }
  .swiper_outer .swiper-container .swiper-slide img {
    height: 250rem;
  }
  .swiper_outer .swiper-pagination {
    gap: 0.7em;
  }
  .top_mv {
    /*height: calc(100vh - 69rem);*/
    height: 100vh;
    /*margin-top: 69rem;*/
    overflow: unset;
  }
  .top_mv .ph img {
    /*height: calc(100vh - 69rem);*/
    height: 100vh;
  }
  .top_mv .swiper_outer .swiper-pagination {
    bottom: 70rem !important;
    gap: 0.7em;
  }
  .top_mv .swiper_outer .swiper-pagination .swiper-pagination-bullet {
    width: 8rem;
    height: 8rem;
  }
  .top_mv .swiper_outer .swiper-slide img {
    /*height: calc(100vh - 69rem);*/
    height: 100vh;
  }
  .top_mv {
    /*縦線が動いてスクロールを促す*/
  }
  .top_mv .scrolldown1 {
    position: absolute;
    left: 30rem;
    top: 450rem;
    /*bottom: 50rem;*/
    height: 55rem;
    z-index: 1;
  }
  .top_mv .scrolldown1 span {
    color: #fff;
    background: rgba(51, 51, 51, 0.92);
    font-size: 12rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100rem;
    letter-spacing: 0.1em;
    padding: 1.5em 0.3em;
    z-index: 1;
  }
  .top_mv .scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30rem;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
    z-index: 2;
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 30rem;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 50rem;
      opacity: 0;
    }
  }
  .mv_news {
    right: 10rem;
    bottom: -155rem;
    height: 95rem;
    width: 356rem;
  }
  .mv_news .heading {
    font-size: 15rem;
    padding: 0.2em 2em;
    width: 177rem;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .mv_news .txt {
    /*width: calc(100% - 180rem);*/
    font-size: 12.5rem;
    width: 300rem;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-height: 80rem;
    overflow: hidden;
  }
  .mv_news .txt time {
    font-size: 11rem;
    margin-right: 0;
    min-width: 90rem;
  }
  .mv_news a {
    color: #333;
    display: block;
    padding-right: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.5em;
  }
  .mv_news a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 15rem;
    right: 1.5em;
    width: 1em;
    height: 1em;
    transform: translateY(-30%) rotate(45deg) skew(-7.5deg, -7.5deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    box-sizing: border-box;
    transition: 0.3s;
  }
  .reservation {
    margin-top: 210rem;
  }
  .top_lead {
    color: #fff;
    background-image: url(/assets/img/bg_top_lead_sp.jpg?260611);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 45rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40rem;
    padding-bottom: 75rem;
    height: 650rem;
    width: 335rem;
    position: relative;
    z-index: 1;
  }
  .top_lead .inner {
    display: flex;
    flex-direction: column;
    /*margin-left: 372rem;*/
    /*margin-left: calc(372 / 1920 * 100vw);*/
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 300rem;
    width: 330rem;
  }
  .top_lead .sec_ttl {
    position: absolute;
    right: 10rem;
    bottom: 25rem;
  }
  .top_lead .sec_catch {
    font-size: 18rem;
    margin-left: auto;
    letter-spacing: 0.2em;
  }
  .top_lead .txt {
    /*margin: 110px auto 0;*/
    font-size: 13.5rem;
    text-align: left;
    line-height: 2.5;
    letter-spacing: 0.05em;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    writing-mode: horizontal-tb;
  }
  .top_news {
    padding-top: 65rem;
    padding-bottom: 155rem;
  }
  .top_news .bg_yama01 {
    top: -70rem;
  }
  .top_news .sec_ttl {
    margin-top: -85rem;
    margin-left: -20rem;
  }
  .top_news p.btn_more a {
    margin-top: 55rem;
  }
  .c_news_list {
    margin-top: 65rem;
  }
  .c_news_list li .thumbs_wrap {
    width: 100rem;
  }
  .c_news_list li .desc {
    margin-left: 13rem;
    width: calc(100% - 105rem);
  }
  .c_news_list li .desc .meta {
    flex-direction: column;
    gap: 6rem;
    align-items: flex-start;
  }
  .c_news_list li .desc .meta .time {
    font-size: 11rem;
  }
  .c_news_list li .desc .meta .cat_wrap .cat {
    font-size: 10rem;
  }
  .top_winery {
    background-image: url(/assets/img/bg_top_winery_sp.jpg);
    padding-top: 175rem;
    padding-bottom: 195rem;
    height: 860rem;
  }
  .top_winery .sec_ttl {
    left: 10rem;
    top: 360rem;
  }
  .top_winery .seckv.seckv01 {
    top: -140rem;
    left: 0rem;
    width: 112rem;
  }
  .top_winery .seckv.seckv02 {
    top: -240rem;
    right: 0rem;
    width: 200rem;
  }
  .top_winery .sec_catch {
    line-height: 3;
    letter-spacing: 0.3em;
  }
  .top_winery .txt {
    font-size: 14rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
    margin-top: 5em;
    width: 100%;
    text-align: left;
  }
  .top_winery .btn_more a {
    margin-top: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top_winery .swiper_outer {
    margin-top: 30rem;
    margin-left: -12rem;
    width: 360rem;
  }
  .top_winery .swiper_outer .swiper-container .swiper-slide {
    width: 203.5rem;
  }
  .top_winery .swiper_outer .swiper-container .swiper-slide img {
    height: 122rem;
  }
  .top_winery .swiper_outer .swiper-pagination {
    justify-content: center;
  }
  .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 .text_wrap {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  .top_content .col2 .box .text_wrap .text p.lead {
    width: 100%;
    margin-top: 30rem;
    font-size: 16rem;
  }
  .top_content .col2 .box .text_wrap .text p.t_description {
    width: 100%;
    /*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_hotspring {
    padding-top: 185rem;
  }
  .top_content.top_hotspring .bg_yama02 {
    top: 20rem;
  }
  .top_content.top_hotspring .col2 {
    margin-top: 30rem;
  }
  .top_content.top_hotspring .col2 .box .pic {
    width: 354rem;
  }
  .top_content.top_hotspring .col2 .box .text_wrap {
    margin-top: -30rem;
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  .top_content.top_hotspring .col2 .box .text_wrap .text p.t_description {
    letter-spacing: 0.07em;
    width: 100%;
  }
  .top_content.top_hotspring .col2 .box .text_wrap .text p.btn_more {
    margin-top: 40rem;
  }
  .top_content.top_hotspring .sec_ttl {
    color: #DFDFDF;
    text-align: right;
    margin-top: 30rem;
    margin-right: 10rem;
  }
  .top_content.top_hotspring .swiper_outer {
    margin-top: 20rem;
    width: 328rem;
  }
  .top_content.top_hotspring .swiper_outer .swiper-container .swiper-slide {
    width: 238.5rem;
  }
  .top_content.top_hotspring .swiper_outer .swiper-container .swiper-slide img {
    height: 272rem;
  }
  .top_content.top_dining {
    padding-top: 130rem;
  }
  .top_content.top_dining .bg_yama01 {
    top: -20rem;
  }
  .top_content.top_dining .swiper_outer {
    margin-top: 30rem;
  }
  .top_content.top_dining .swiper_outer .swiper-container .swiper-slide {
    width: 100%;
  }
  .top_content.top_dining .swiper_outer .swiper-container .swiper-slide img {
    height: 270rem;
  }
  .top_content.top_dining .swiper_outer .swiper-pagination {
    /*bottom: -2em !important;*/
  }
  .top_content.top_dining .sec_ttl {
    margin-top: 40rem;
    margin-left: -15rem;
  }
  .top_content.top_dining .text {
    display: block;
    margin-top: 10rem;
  }
  .top_content.top_dining .text .t_description {
    font-size: 14rem;
    line-height: 2;
    /*letter-spacing: -0.01em;*/
    width: 100%;
  }
  .top_content.top_dining .text .btn_more {
    margin-top: 30rem;
  }
  .top_content.top_dining .text .btn_more a {
    margin-left: auto;
    margin-right: auto;
  }
  .top_content.top_rooms {
    margin-top: 55rem;
    padding-top: 45rem;
    padding-bottom: 60rem;
  }
  .top_content.top_rooms::before {
    width: 345rem;
    top: 0;
    right: 0;
  }
  .top_content.top_rooms .bg_yama02 {
    top: -90rem;
  }
  .top_content.top_rooms .col2 {
    margin-top: 10rem;
  }
  .top_content.top_rooms .col2 .box .swiper_outer {
    margin-top: -20rem;
    width: 320rem;
  }
  .top_content.top_rooms .col2 .box .swiper_outer .ttl_wrap {
    margin-left: 60rem;
    width: 290.5rem;
  }
  .top_content.top_rooms .col2 .box .swiper_outer .center_tit .jp {
    /*width: 107.5rem;*/
    width: 115rem;
  }
  .top_content.top_rooms .col2 .box .swiper_outer .center_tit .jp::before {
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  .top_content.top_rooms .col2 .box .swiper_outer .sec_ttl {
    margin-left: 15rem;
  }
  .top_content.top_rooms .col2 .box .swiper_outer .swiper-container {
    margin-top: 15rem;
  }
  .top_content.top_rooms .col2 .box .swiper_outer .swiper-container .swiper-slide {
    width: 320rem;
  }
  .top_content.top_rooms .col2 .box .swiper_outer .swiper-container .swiper-slide img {
    height: 270rem;
  }
  .top_content.top_rooms .col2 .box .text_wrap {
    margin-top: 50rem;
    margin-left: 65rem;
    width: 260rem;
  }
  .top_content.top_rooms .col2 .box .text_wrap .text p.sec_catch {
    line-height: 2;
    letter-spacing: 0.1em;
    writing-mode: horizontal-tb;
  }
  .top_content.top_rooms .col2 .box .text_wrap .text p.t_description {
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 15rem;
    width: 100%;
  }
  .top_content.top_rooms .col2 .box .text_wrap .text p.btn_more {
    margin-top: 40rem;
  }
  .top_content.top_facilities {
    padding-top: 60rem;
    padding-bottom: 125rem;
  }
  .top_content.top_facilities .bg_yama01 {
    bottom: 10rem;
  }
  .top_content.top_facilities .inner .sec_ttl {
    margin-left: 0;
    position: absolute;
    top: 440rem;
    left: 5rem;
  }
  .top_content.top_facilities .col2 {
    margin-top: 30rem;
  }
  .top_content.top_facilities .col2 .box .swiper_outer {
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  .top_content.top_facilities .col2 .box .swiper_outer .swiper-container .swiper-slide {
    width: 100%;
  }
  .top_content.top_facilities .col2 .box .swiper_outer .swiper-container .swiper-slide img {
    height: 223.5rem;
  }
  .top_content.top_facilities .col2 .box .swiper_outer .swiper-pagination {
    justify-content: center;
  }
  .top_content.top_facilities .col2 .box .text_wrap {
    margin-top: 120rem;
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  .top_content.top_facilities .col2 .box .text_wrap .text p.t_description {
    letter-spacing: 0.05em;
    line-height: 2.2;
    width: 100%;
  }
  .top_content.top_facilities .col2 .box .text_wrap .text p.btn_more {
    margin-top: 50rem;
  }
  .bnr_dayplan {
    margin-top: 47rem;
  }
  #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;
  }
  /* ==========================================================================
   下層共通SP
   ========================================================================== */
  .under_page .under_mv {
    /*margin-top: 69rem;*/
    height: 400rem;
  }
  .under_page .under_mv .tit_wrap {
    width: -moz-max-content;
    width: max-content;
  }
  .under_page .under_mv .tit_wrap .under_tit {
    /*text-shadow: #000 0 0 0.5em;*/
  }
  .under_page .under_mv .tit_wrap .under_tit .jp {
    font-size: 33rem;
  }
  .under_page .under_mv .tit_wrap .under_tit .en {
    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: 2em;
  }
  .under_page .anc_box {
    gap: 30rem 30rem;
    justify-content: flex-start;
  }
  .under_page .anc_box li a .pic {
    width: 40rem;
  }
  .under_page .anc_box li a .txt {
    font-size: 12rem;
    width: 110rem;
  }
  .under_page .anc_box li a .txt::after {
    width: 6rem;
    height: 11rem;
    top: 1.3em;
  }
  .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 .c_lead_wrap .lead_ttl {
    font-size: 20rem;
  }
  .under_page .c_lead_wrap .lead_txt {
    line-height: 2;
    font-size: 14rem;
    margin-top: 10rem;
  }
  .under_page .c_ttl_ico {
    font-size: 22rem;
    padding-left: 40rem;
    padding-right: 40rem;
  }
}
/*----- 動き -----*/
.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);
  }
}/*# sourceMappingURL=style.css.map */