@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

/* デフォルト（保険） */
:root {
  --page-bg: #ffffff;
}

html, body {
  background-color: var(--page-bg, #ffffff);
}

.page-id-24, .post-type-archive-facility, .page-id-156, .page-id-148, .page-id-158 {
  background: #1C2541;
}

.page-id-143, .page-id-7 {
  background: #FCFAF4;
}

.page-id-160 {
  --grad-from:#A07B47;
  --grad-to:#F3C77E;
  background-image: linear-gradient(90deg, var(--grad-from), var(--grad-to));
}
.page-id-160 .faq .aArea {
  background-image: linear-gradient(90deg, var(--grad-from), var(--grad-to));
}

.page-id-170 {
  background: #FCFAF4;
}

.container {
  max-width: 1320px;
  padding: 0 40px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.flex {
  display: flex;
}

.spOnly {
  display: none;
}

.commonsTLcontents .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commonsTLcontents .block:not(:first-child) {
  margin-top: 4.6rem;
}
.commonsTLcontents .mImg {
  width: 50%;
}
.commonsTLcontents .mImg img {
  height: auto;
}
.commonsTLcontents .tlArea {
  width: 45.3225%;
}
.commonsTLcontents .lTtl {
  font-size: 3.5rem;
  font-weight: 400;
  border-bottom: 1px solid #866936;
  padding-bottom: 1rem;
  color: #fff;
}
.commonsTLcontents .text {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 2.4rem;
  color: #fff;
}
.commonsTLcontents .reverse {
  flex-direction: row-reverse;
}

#header {
  position: fixed;
  width: 100%;
  height: 122px;
  display: flex;
  align-items: center;
  z-index: 9999;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
}
#header .logo {
  width: 147px;
}
#header .gnavList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 215px;
  background: #fff;
  border-radius: 5px;
  height: 60px;
}
#header .gnavItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333%;
  font-size: 12px;
  height: 100%;
  position: relative;
}
#header .gnavItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 100%;
  height: 100%;
}
#header .gnavItem:nth-child(1)::before, #header .gnavItem:nth-child(2)::before {
  content: "";
  display: block;
  width: 0.5px;
  height: 40px;
  background: #000;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
}
#header .humBoxItem {
  flex-direction: column;
  cursor: pointer;
}
#header .humBoxItem .humBox {
  display: block;
  width: 23px;
  height: 13px;
  position: relative;
}
#header .humBoxItem .humBox span {
  transition: 0.7s;
  width: 100%;
  height: 0.3px;
  background: #000;
  display: block;
}
#header .humBoxItem .humBox span:nth-child(2) {
  position: absolute;
  top: 7px;
  left: 0;
}
#header .humBoxItem .humBox span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
}
#header .humBoxItem .sText {
  margin-top: 6px;
  font-size: 10px;
}

#open {
  position: fixed;
  z-index: 9998;
  width: calc(100% - 80px);
  background: #fff;
  border-radius: 10px;
  top: calc(122px + 6rem);
  right: 40px;
  display: none;
  transition: 0.7s;
  overflow-y: auto;
  bottom: 40px;
}
#open .container {
  padding: 8rem 40px;
}
#open .mTtl {
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
}
#open .navBlock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  width: 91.6666666%;
  margin: auto;
  margin-top: 8rem;
}
#open .navBlock .navList {
  margin-top: 1rem;
}
#open .navBlock li {
  line-height: 1.35;
}
#open .navBlock .navTtl {
  list-style: none;
}
#open .navBlock .navItem {
  color: #000;
  margin-left: 1.1em;
  position: relative;
}
#open .navBlock .navItem::after, #open .navBlock .navItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 1px;
  background: #000;
}
#open .navBlock .navItem::after {
  top: 0.7em;
  left: -0.8em;
}
#open .navBlock .navItem::before {
  top: 0em;
  left: -0.8em;
  transform: rotate(90deg);
  transform-origin: left;
}
#open .navBlock .dodList {
  list-style: disc;
}
#open .navBlock .dodList .navItem::after, #open .navBlock .dodList .navItem::before {
  display: none;
}
#open .navTtl a, #open .navItem a, #open .navTtl p {
  color: #000;
}
#open .btnBlock {
  display: flex;
  width: 70%;
  margin: auto;
  margin-top: 4.6rem;
}
#open .btnBlock .btn {
  background: #1C2541;
  width: 40%;
  height: 6rem;
  font-size: 1.8rem;
}

.bg-color {
  background: #FCFAF4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

#access {
  padding: 4.6rem 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #fff;
}
#access .ttl {
  width: 54.3538%;
  margin: auto;
}

.commonTable {
  background: #fff;
  padding-bottom: 4.8rem;
}
.commonTable .detailTable {
  color: #000;
  border: 1px solid #000;
  background: #FCFAF4;
}
.commonTable .detailTable thead {
  background-color: #fff;
}
.commonTable .detailTable tbody {
  color: #000;
}
.commonTable .detailTable th, .commonTable .detailTable td {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.commonTable .detailTable .rowBody {
  border-right: none;
  background: #fff;
}
.commonTable .detailTable .detailHead {
  background: transparent;
  border-bottom: 1px solid #000;
  color: #000;
  border-top: none;
  border-right: none;
}

.map {
  max-width: 1440px;
  margin: auto;
  height: 422px;
  padding-bottom: 9.6rem;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.searchForm {
  background: #1C2541;
  padding: 4.8rem 0;
}
.searchForm .container {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchForm .img {
  width: 20%;
}
.searchForm #search_489ban {
  width: 70%;
}
.searchForm form {
  background: #fff;
  border-radius: 10px;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
  gap: 3rem 0;
}
.searchForm .inbox_489ban, .searchForm .date_489ban, .searchForm button {
  width: calc(33.3333333333% - 2rem);
}
.searchForm .date_489ban {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.searchForm .date_489ban dd {
  display: flex;
  flex-direction: column;
}
.searchForm .date_489ban::after {
  content: "";
  display: block;
  width: 1px;
  height: 6rem;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5.5rem;
}
.searchForm .date_489ban input[type=text] {
  width: 80%;
}
.searchForm .inbox_489ban {
  position: relative;
  display: flex;
  justify-content: center;
}
.searchForm .inbox_489ban::after {
  content: "";
  display: block;
  width: 1px;
  height: 6rem;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
.searchForm input, .searchForm select {
  font-size: 1.8rem;
}
.searchForm button {
  height: 6rem;
  font-size: 2rem;
  background: #1C2541;
  border: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#topSearchForm {
  background: #1C2541;
}

#footer .container {
  max-width: none;
}
#footer .containerTop {
  background: rgba(59, 67, 90, 0.8);
}
#footer .contents {
  max-width: 1240px;
  margin: auto;
  padding: 4.6rem 0;
}
#footer .logo {
  width: 17.80303%;
}
#footer .telBox {
  display: block;
  line-height: 1.4;
  margin-top: 2rem;
}
#footer .live, #footer .tel, #footer .telTime, #footer .mail {
  font-size: 2.5rem;
  color: #fff;
}
#footer .live {
  margin-right: 5.4rem;
}
#footer .btn {
  width: 100%;
  height: 8.7rem;
  margin-top: 4.8rem;
  border-radius: 0;
}
#footer .brownBtn {
  background: rgba(134, 105, 54, 0.4);
  border: 2px solid #866936;
  box-sizing: border-box;
}
#footer .containerUnder {
  background: #3B435A;
}
#footer .navBlock {
  display: flex;
  justify-content: space-between;
  width: 91.6666666%;
  margin: auto;
  margin-top: 8rem;
}
#footer .navBlock .navList {
  margin-top: 1rem;
}
#footer .navBlock li {
  line-height: 1.35;
}
#footer .navBlock .navTtl {
  list-style: none;
}
#footer .navBlock .navItem {
  color: #000;
  margin-left: 1.1em;
  position: relative;
}
#footer .navBlock .navItem::after, #footer .navBlock .navItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 1px;
  background: #fff;
}
#footer .navBlock .navItem::after {
  top: 0.7em;
  left: -0.8em;
}
#footer .navBlock .navItem::before {
  top: 0em;
  left: -0.8em;
  transform: rotate(90deg);
  transform-origin: left;
}
#footer .navBlock .dodList {
  list-style: disc;
}
#footer .navBlock .dodList .navItem {
  color: #fff;
}
#footer .navBlock .dodList .navItem::after, #footer .navBlock .dodList .navItem::before {
  display: none;
}
#footer .navTtl a, #footer .navItem a, #footer .navTtl p {
  color: #fff;
}
#footer .cpBox {
  text-align: center;
  margin-top: 6.4rem;
}
#footer .copy {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
}
#footer .termsList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin: auto;
  margin-top: 2rem;
}
#footer .termsItem a {
  color: #fff;
}

#privacyPolicy, #petsTerms, #accommodationTerms {
  padding-top: calc(122px + 9.6rem);
  padding-bottom: 4.8rem;
}
#privacyPolicy h1, #petsTerms h1, #accommodationTerms h1 {
  font-size: 3rem;
}
#privacyPolicy .c-pageContent, #petsTerms .c-pageContent, #accommodationTerms .c-pageContent {
  margin-top: 4.8rem;
}

.roomPicture {
  margin-top: 9.6rem;
}
.roomPicture .contents {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
.roomPicture .img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.roomPicture .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomPicture .btn {
  width: 100%;
  background: #866936;
  margin-top: 2rem;
}

/* カスタム可能な変数（任意） */
:root {
  --u-grad-from: #EEBB4C;
  --u-grad-to: #FADD9E;
  --u-gap: 1rem;
  --u-height: 12px;
  --u-duration: .8s;
}

.moveBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  padding: 0 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto 0;
  text-decoration: none;
  color: #fff;
  padding-bottom: calc(var(--u-gap) + var(--u-height));
}
.moveBtn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--u-height);
  background: linear-gradient(90deg, var(--u-grad-from), var(--u-grad-to));
  border-radius: 9999px;
  transform-origin: left center;
  transform: scaleX(1);
  pointer-events: none;
}
.moveBtn:hover::after, .moveBtn:focus-visible::after {
  animation: u-snap-to-zero 1ms steps(1, end) 0s 1 forwards, u-grow var(--u-duration) ease 0.001s 1 forwards;
}

/* 0%に即時リセット（ステップ1で一気に切り替え） */
@keyframes u-snap-to-zero {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(0);
  }
}
/* 0 → 100% へ伸びる */
@keyframes u-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
/* 動きを減らす設定のユーザーにはアニメを省略（任意） */
@media (prefers-reduced-motion: reduce) {
  .moveBtn::after {
    animation: none !important;
    transform: scaleX(1);
  }
}
#topFv .fvContainer {
  background: url(../img/top/fv.png) no-repeat center/cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
#topFv .fvVideo, #topFv .textImg {
  position: absolute;
  z-index: 10;
}
#topFv .fvVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#topFv .textImg {
  top: calc(122px + 46.7289vh);
  right: 40px;
  width: 30.5%;
}

#topNews {
  padding: 4.8rem 0;
}
#topNews .ttl {
  width: 20%;
  margin: auto;
}
#topNews .article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.8rem;
}
#topNews .articleItem {
  width: 23%;
}
#topNews .articleItem .articleThumb {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
}
#topNews .articleItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#topNews a {
  color: #000;
}
#topNews .articleTtl, #topNews .time {
  font-size: 1.8rem;
  line-height: 1.4;
}
#topNews .articleTtl {
  overflow: hidden;
}

#topAbout {
  padding-top: 4.8rem;
}
#topAbout .bgWrapperTop {
  background: url(../img/top/about-img.png) no-repeat center/cover;
  padding: 55rem 4rem 0 4rem;
  position: relative;
}
#topAbout .ttl {
  width: 54.0322%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#topAbout .bgWrapperBottom {
  background: url(../img/top/about-bg.png) no-repeat center/cover;
  padding: 6.4rem 0;
}
#topAbout .bgWrapperBottom .container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 1440px;
}
#topAbout .bgWrapperBottom .text {
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}

#topOur {
  padding-top: 9.6rem;
  padding-bottom: 4.8rem;
}
#topOur .container {
  position: relative;
}
#topOur .illustImg {
  position: absolute;
  z-index: 2;
}
#topOur .illustImg-01 {
  width: 22%;
  top: 0;
  left: 10%;
}
#topOur .illustImg-02 {
  width: 22%;
  top: 0;
  right: 10%;
}
#topOur .illustImg-03 {
  width: 20%;
  top: 29%;
  right: 0;
}
#topOur .illustImg-04 {
  width: 10%;
  top: 43%;
  left: 34%;
}
#topOur .illustImg-05 {
  width: 20%;
  top: 59%;
  left: 4%;
}
#topOur .illustImg-06 {
  width: 9%;
  bottom: 0%;
  right: 34%;
}
#topOur .illustImg-07 {
  width: 10%;
  bottom: 2%;
  right: 0;
}
#topOur .tlArea {
  position: relative;
  z-index: 1;
}
#topOur .tlArea .illustImg-08 {
  width: 26%;
  top: 0;
  right: 0;
}
#topOur .ttl {
  width: 29.1935%;
  margin: auto;
}
#topOur .contents {
  margin-top: 4.6rem;
}
#topOur .commonsTLcontents .mImg {
  width: 54%;
}
#topOur .commonsTLcontents .tlArea {
  background: #1C2541;
  padding: 4rem;
  width: 42.7419%;
  box-sizing: border-box;
  border-radius: 10px;
}
#topOur .commonsTLcontents .lTtl {
  font-size: 2.5rem;
  border: none;
}
#topOur .commonsTLcontents .text {
  font-size: 1.6rem;
}

#topMemory {
  padding: 4.8rem 0;
}
#topMemory .container {
  position: relative;
}
#topMemory .ttl {
  width: 46.45161%;
  position: relative;
  z-index: 2;
}
#topMemory .illustImg {
  position: absolute;
  z-index: 1;
}
#topMemory .illustImg-sun {
  width: 22%;
  left: -3%;
  top: -40%;
}
#topMemory .illustImg-flag {
  width: 18%;
  left: 49%;
  top: 29%;
}
#topMemory .memories {
  margin-top: 6.4rem;
}
#topMemory .memories .memories__label {
  color: #3B435A;
}
#topMemory .moveBtn {
  color: #000;
}

#topStayBg {
  background: url(../img/top/stay-bg.png) no-repeat center/cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
#topStayBg #topStay {
  padding: 4.8rem 0;
}
#topStayBg #topStay .ttl {
  width: 27.661%;
  margin: auto;
}
#topStayBg #topStay .contents {
  margin-top: 4.8rem;
  display: flex;
  justify-content: space-between;
}
#topStayBg #topStay .block {
  width: 32%;
}
#topStayBg #topStay .bTtl {
  width: auto;
  height: 6rem;
  margin-top: 1rem;
}
#topStayBg #topStay .bTtl img {
  height: 100%;
  width: auto;
}
#topStayBg #topStay .text {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0;
}
#topStayBg #topDining {
  padding: 4.8rem 0 9.6rem 0;
}
#topStayBg #topDining .bgWrap {
  background: url(../img/top/dining-bg.png) no-repeat center/cover;
  padding: 8rem 4rem;
}
#topStayBg #topDining .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#topStayBg #topDining .ttl {
  width: 69.44444%;
}
#topStayBg #topDining .text {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin-top: 4rem;
  padding: 0 40px;
}
#topStayBg #topDining .btnBlock {
  width: 62rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

#modelCourse {
  padding-top: 4.8rem;
}
#modelCourse .fContainer {
  max-width: 1440px;
  margin: auto;
}
#modelCourse .ttl {
  width: 28.125%;
  margin: auto;
}
#modelCourse .modelWrapper {
  margin-top: 4.8rem;
}
#modelCourse .modelItem {
  padding: 4.8rem 80px;
  background: #FADD9E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 70rem;
}
#modelCourse .modelItem__spa {
  background: #ECE0AE;
}
#modelCourse .modelItem__stay {
  background: #B6D99E;
}
#modelCourse .modelImg {
  width: 45.5147%;
}
#modelCourse .textBlock {
  width: 49.8529%;
}
#modelCourse .bTtl {
  width: 74.483%;
}
#modelCourse .modelItem__spa .bTtl {
  width: 100%;
}
#modelCourse .modelItem__stay .bTtl {
  width: 100%;
}
#modelCourse .dayArea {
  padding: 1rem 2rem;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 10px;
}
#modelCourse .dayArea:not(:first-child) {
  margin-top: 3rem;
}
#modelCourse .day {
  width: 19.2023%;
}
#modelCourse .dayList {
  margin-top: 5rem;
}
#modelCourse .swiper-button-next, #modelCourse .swiper-button-prev {
  color: #fff;
  opacity: 0.5;
}

#topMap {
  background: #fff;
  padding: 4.8rem;
}
#topMap .ttl {
  width: 42.7419%;
  margin: auto;
}
#topMap .img {
  margin-top: 6rem;
  position: relative;
}
#topMap .chText {
  text-align: center;
}
#topMap .sp-text {
  display: none;
}
#topMap .numLink {
  position: absolute;
  z-index: 1;
  color: #fff;
  background: #87BD44;
  border-radius: 50%;
  line-height: 1;
  font-size: 3rem;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  transform: translate(-50%, -50%); /* ピンの中心合わせ */
}
#topMap .numLink:nth-of-type(1) {
  top: 29%;
  left: 30%;
}
#topMap .numLink:nth-of-type(2) {
  top: 21%;
  left: 41%;
}
#topMap .numLink:nth-of-type(3) {
  top: 77%;
  left: 45%;
}
#topMap .numLink:nth-of-type(4) {
  top: 42%;
  left: 66%;
}
#topMap .numLink:nth-of-type(5) {
  top: 26%;
  left: 78%;
}
#topMap .numLink:nth-of-type(6) {
  top: 36%;
  left: 75%;
}
#topMap .numLink:nth-of-type(7) {
  top: 44%;
  left: 83%;
}
#topMap .numLink:nth-of-type(8) {
  top: 64%;
  left: 73%;
}
#topMap .numLink:nth-of-type(9) {
  top: 63%;
  left: 82%;
}
#topMap #mapPopup {
  position: absolute;
  z-index: 20;
  transform: translate(-50%, -50%); /* デフォ：マーカーの上に出す */
  display: none;
  width: 24%;
}
#topMap #mapPopup .popup-inner {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}
#topMap #mapPopup .popup-thumb {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#topMap #mapPopup .popup-title {
  font-weight: 400;
  font-size: 2rem;
  margin-top: 1rem;
}
#topMap #mapPopup .popup-note {
  font-size: 1.4rem;
  margin-top: 2rem;
}
#topMap #mapPopup .popup-btn {
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: #091732;
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  margin-top: 3rem;
}
#topMap #mapPopup.active {
  display: block;
}

body.modal-open {
  overflow: hidden;
}

.commonsFv {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/eat/fv-bg.png) no-repeat center/cover;
  height: 100vh;
  flex-direction: column;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}
.commonsFv .bCover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 30%;
}
.commonsFv .fvContainer {
  position: relative;
}
.commonsFv .textImg {
  width: 70%;
  margin: auto;
}
.commonsFv .fvText {
  font-size: 2.5rem;
  line-height: 1.5;
  width: 86%;
  margin: auto;
  margin-top: 2rem;
}

.introduction {
  padding-top: 9.6rem;
  padding-bottom: 4.8rem;
}
.introduction .contents {
  border: 3px solid #FCFAF4;
  border-radius: 10px;
  padding: 5rem;
  margin: auto;
  box-sizing: border-box;
}
.introduction .lTtl {
  font-size: 3rem;
  color: #FCFAF4;
  font-weight: 400;
}
.introduction .lTtl span {
  border-bottom: 1px solid #FCFAF4;
  padding-bottom: 1rem;
}
.introduction .text {
  font-size: 2.5rem;
  color: #FCFAF4;
  margin-top: 4rem;
  line-height: 1.75;
}

.oyster .contents {
  border: 3px solid #FCFAF4;
  border-radius: 10px;
  padding: 5rem;
  margin: auto;
  box-sizing: border-box;
  margin-top: 4.6rem;
}
.oyster .lTtl {
  font-size: 3rem;
  color: #FCFAF4;
  font-weight: 400;
}
.oyster .lTtl span {
  border-bottom: 1px solid #FCFAF4;
  padding-bottom: 1rem;
}
.oyster .text {
  font-size: 2.5rem;
  color: #FCFAF4;
  margin-top: 4rem;
  line-height: 1.75;
}
.oyster .goldBtn {
  background: #866936;
  width: 23.548%;
  height: 6.2rem;
  margin-right: 0;
  margin-top: 3.2rem;
}

.oysterSlider, .dinnerSlider, .optionSlider {
  padding: 4.8rem 0;
}

.dinnerSlider {
  padding-bottom: 9.6rem;
}

.menu {
  padding: 4.8rem 0;
}
.menu .menuBlock:not(:first-child) {
  margin-top: 9.6rem;
}
.menu .menuBlock .textArea {
  border: 3px solid #FCFAF4;
  padding: 5rem;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 4.8rem;
}
.menu .menuBlock .lineTtl {
  font-size: 3rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #FCFAF4;
  color: #FCFAF4;
  font-weight: 400;
}
.menu .menuBlock .text {
  font-size: 2.5rem;
  color: #FCFAF4;
  margin-top: 3rem;
}
.menu .menuBlock .mInfo {
  align-items: flex-end;
}
.menu .menuBlock .price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.87%;
  font-size: 2.5rem;
  padding: 10px;
  box-sizing: border-box;
  color: #FCFAF4;
  background: #866936;
  margin-left: auto;
  border-radius: 10px;
}
.menu .bContainer {
  padding-top: 4.8rem;
}

#menuDinner {
  padding-bottom: 0;
}

:root {
  --grad-from:#BDA57B;
  --grad-to:#634D27;
}

.goldBtn {
  background-image: linear-gradient(90deg, var(--grad-from), var(--grad-to));
}

.btn {
  color: #fff;
  height: 10.5rem;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: auto;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49.032%;
}

#optionMenu .ttl {
  width: 41.04%;
  margin: auto;
}

#takeout {
  max-width: 1440px;
  margin: auto;
  padding: 4.8rem 0;
}
#takeout .text {
  font-size: 2rem;
  margin-top: 2rem;
  text-align: center;
  color: #fff;
}

.faq {
  padding: 4.8rem 0;
}
.faq .contents {
  margin-top: 4.6rem;
}
.faq .ttl {
  width: 20.625%;
  margin: auto;
}
.faq .block {
  background: #FCFAF4;
  padding: 1px;
}
.faq .block:not(:first-child) {
  margin-top: 2rem;
}
.faq .qArea, .faq .aArea {
  padding: 1.8rem 2.9rem;
}
.faq .qArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .qArea span {
  display: block;
  width: 2rem;
  height: 1px;
  background: #000;
  position: relative;
}
.faq .qArea span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}
.faq .aArea {
  color: #FCFAF4;
  display: none;
}
.faq .qTtl {
  color: #000;
  font-weight: 400;
  font-size: 2rem;
}

.page-id-156 .faq {
  padding-bottom: 9.6rem;
}

body.single-facility #singleFacilityFaq .aArea {
  background-color: var(--page-bg, #fff);
}

.staySelect {
  padding: 4.8rem 0;
}
.staySelect .ttl {
  width: 47.013%;
  margin: auto;
}
.staySelect .rTtlImg {
  width: 50%;
  margin: auto;
}
.staySelect .contents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2カラム */
  gap: 2.4rem;
}
.staySelect .block {
  display: flex;
  flex-direction: column;
}
.staySelect .mImg {
  aspect-ratio: 1/1;
}
.staySelect .mImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  overflow: hidden;
}
.staySelect .bTtl {
  height: 6.5rem;
  width: auto;
  margin: auto;
  margin-top: 2rem;
}
.staySelect .bTtl img {
  height: 100%;
  width: auto;
  display: block;
  margin: auto;
}
.staySelect .tagList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  align-items: stretch;
}
.staySelect .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4rem;
  background: #866936;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
}
.staySelect .tagL {
  grid-column: span 2;
}
.staySelect .textArea {
  margin-top: 2rem;
  border: 3px solid #866936;
  padding: 2rem 2.5rem;
}
.staySelect .textArea .text {
  font-size: 1.6rem;
  color: #fff;
}
.staySelect .textArea .btn {
  width: 31.785%;
  font-size: 1.4rem;
  height: 3.4rem;
  margin-left: auto;
  margin-right: 0;
  margin-top: 2.4rem;
}
.staySelect .btn {
  margin-top: 9.6rem;
}

.post-type-archive-facility {
  background: #1C2541;
}
.post-type-archive-facility #archiveFacilityFv {
  background: none;
  background: #FCFAF4;
}
.post-type-archive-facility .contents {
  margin-top: 9.6rem;
}

#archiveFacility {
  padding-bottom: 9.6rem;
}
#archiveFacility .contents {
  margin-top: 9.6rem;
}

#eatStaySelect {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}

#singleFacility {
  padding-top: calc(122px + 9.6rem);
  --grad-from:#4B5A8A;
  --grad-to:#17203B;
}
#singleFacility .ttlImg {
  width: -moz-fit-content;
  width: fit-content;
  height: 9.1rem;
}
#singleFacility .ttlImg img {
  width: 100%;
  height: 100%;
}
#singleFacility .leadText {
  font-size: 2.5rem;
  margin-top: 2rem;
  color: #fff;
}
#singleFacility .mainImg {
  margin-top: 4.6rem;
}
#singleFacility .mainImg img {
  height: auto;
}
#singleFacility .features {
  margin-top: 9.6rem;
}
#singleFacility .features .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 3px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
#singleFacility .features .block:not(:first-child) {
  margin-top: 4.8rem;
}
#singleFacility .features .block .fMainImg {
  width: 47.5806%;
  height: 100%;
  line-height: 0;
}
#singleFacility .features .block .fMainImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
#singleFacility .features .block .area {
  width: 44.8387%;
  padding: 5rem;
}
#singleFacility .features .block .aTtl {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
}
#singleFacility .features .block .aTtlImg {
  height: 7rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  display: block;
}
#singleFacility .features .block .aTtlImg img {
  height: 100%;
}
#singleFacility .features .block .aText {
  font-size: 2.5rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 2.4rem;
}
#singleFacility .features .reverse {
  flex-direction: row-reverse;
}
#singleFacility .singlePrecautions {
  display: none;
  margin-top: 9.6rem;
  background: #FCFAF4;
}
#singleFacility .singlePrecautions .container {
  border-radius: 10px;
  padding: 7rem 40px;
}
#singleFacility .singlePrecautions .contents {
  width: 88.7096%;
  margin: auto;
}
#singleFacility .singlePrecautions .lTtl {
  font-size: 3rem;
  color: #1C2541;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#singleFacility .singlePrecautions .lTtl::before, #singleFacility .singlePrecautions .lTtl::after {
  content: "";
  display: block;
  width: 28.2258%;
  height: 1px;
  background: #1C2541;
}
#singleFacility .singlePrecautions .list {
  margin-top: 4.8rem;
}
#singleFacility .singlePrecautions .item {
  color: #1C2541;
  font-size: 2.5rem;
  line-height: 1.6;
}
#singleFacility .faqBtn {
  margin-top: 4.8rem;
}
#singleFacility .singleFacilitySlider {
  padding: 9.6rem 0;
  margin-top: 9.6rem;
  background: #FCFAF4;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#singleFacility .singleFacilitySlider .memories__label {
  font-size: 3rem;
  color: #000;
}
#singleFacility #singleFacilityFaq {
  padding: 4.8rem 0;
}
#singleFacility .blueBtn {
  background-image: linear-gradient(90deg, var(--grad-from), var(--grad-to));
}

.postid-54 #singleFacility .singlePrecautions {
  display: block;
}

.specSection {
  margin-top: 9.6rem;
}

.detailSection {
  margin-top: 4.6rem;
}

.specTable,
.detailTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  overflow: hidden; /* 角丸を効かせる */
}

/* 罫線っぽい枠 */
.specTable th, .specTable td,
.detailTable th, .detailTable td {
  padding: 1.8rem 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  vertical-align: middle;
}

.specTable tr:first-child th,
.specTable tr:first-child td,
.detailTable thead th {
  border-top: none;
}

.specTable tr th:first-child,
.specTable tr td:first-child,
.detailTable tr th:first-child,
.detailTable tr td:first-child {
  border-left: none;
}

/* 左見出しセル */
.specTable th,
.detailTable .rowTitle {
  width: 32%;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.05);
}

/* 右本文セル */
.specTable td,
.detailTable .rowBody {
  width: 68%;
  line-height: 1.9;
  font-size: 2.5rem;
}

/* 詳細テーブルの見出し行 */
.detailTable .detailHead {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  padding: 1.6rem 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.page-id-141 {
  background: #FCFAF4;
}

#faqFv {
  background: #1C2541;
}

#faqBtnBlock {
  padding-bottom: 4.8rem;
}
#faqBtnBlock .container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1C2541;
  border-radius: 10px;
  margin-top: 9.6rem;
  padding: 10.8rem 40px;
}
#faqBtnBlock .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 78.78787878%;
  margin: auto;
}
#faqBtnBlock .btn {
  width: 43.2692%;
}
#faqBtnBlock .whiteBtn {
  background: #fff;
  color: #000;
}

#facFaq.faq, #roomFaq.faq {
  padding: 4.8rem;
}
#facFaq.faq .ttl, #roomFaq.faq .ttl {
  width: auto;
  font-size: 2.5rem;
  font-weight: 400;
}
#facFaq.faq .contents, #roomFaq.faq .contents {
  margin-top: 2rem;
}
#facFaq.faq .block, #roomFaq.faq .block {
  background: #1C2541;
}
#facFaq.faq .qArea span, #roomFaq.faq .qArea span {
  background: #fff;
}
#facFaq.faq .qArea span::after, #roomFaq.faq .qArea span::after {
  background: #fff;
}
#facFaq.faq .qTtl, #roomFaq.faq .qTtl {
  color: #fff;
}
#facFaq.faq .aArea, #roomFaq.faq .aArea {
  background: #FCFAF4;
  color: #000;
}

#roomFaq.faq {
  padding-top: 0;
}

#tuktukFv {
  background: url(../img/tuktuk/fv.png) no-repeat center/cover;
}
#tuktukFv .fvText {
  color: #fff;
}

#tuktukTableSection {
  margin-top: 9.6rem;
  padding-bottom: 4.6rem;
}
#tuktukTableSection .container {
  background: #fff;
  padding: 6rem 4rem;
  border-radius: 10px;
  max-width: 1240px;
}
#tuktukTableSection .ttlArea {
  text-align: center;
}
#tuktukTableSection .ttl {
  font-size: 2.5rem;
  font-weight: 400;
}
#tuktukTableSection .note {
  font-size: 1.6rem;
  color: #556e8e;
  margin-top: 1rem;
}
#tuktukTableSection #tuktukTable {
  border-radius: 10px;
  margin-top: 4rem;
}
#tuktukTableSection #tuktukTable .detailTable tr:nth-child(1) th, #tuktukTableSection #tuktukTable .detailTable tr:nth-child(1) .rowBody {
  border-top: 0;
}
#tuktukTableSection #tuktukTable .rowBody {
  text-align: center;
}
#tuktukTableSection #tuktukTable td, #tuktukTableSection #tuktukTable th {
  padding: 1rem;
}

.recommendTime {
  padding: 4.6rem 0;
}
.recommendTime .ttl {
  width: 60%;
  margin: auto;
}
.recommendTime .contents {
  margin-top: 6rem;
}
.recommendTime .btn {
  width: 100%;
  background: #866936;
  height: 7rem;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 4.6rem;
}

#tuktukRecommendTime .lTtl {
  color: #000;
}
#tuktukRecommendTime .text {
  color: #000;
}

.reservationText {
  background: #A07B47;
  max-width: 1160px;
  margin: auto;
  font-size: 3rem;
  text-align: center;
  padding: 4.6rem 40px;
  color: #fff;
  border-radius: 10px;
}
.reservationText a {
  color: #fff;
}

#precautions {
  padding: 4.6rem 0;
}
#precautions .container {
  background: #1C2541;
  max-width: 1240px;
  padding: 8rem;
  border-radius: 10px;
}
#precautions .borderTtl, #precautions .note {
  color: #fff;
}
#precautions .lineArea {
  text-align: center;
}
#precautions .borderTtl {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#precautions .borderTtl::before, #precautions .borderTtl::after {
  content: "";
  width: 35rem;
  height: 1px;
  background: #fff;
}
#precautions .list {
  list-style: disc;
  margin-top: 4.6rem;
}
#precautions .note {
  margin-left: 1em;
  font-size: 2.5rem;
  line-height: 1.75;
}

#privateFv {
  background: url(../img/private/fv.png) no-repeat center/cover;
}
#privateFv .fvText {
  color: #fff;
}

.privatePriceTable {
  padding: 4.6rem 0;
  padding-top: 0;
  /* 列幅（お好みで調整） */
  /* 左列の色帯（スクショっぽい淡い色） */
  /* 右の縦大枠の区切り線（左側に太めの線） */
  /* 最終行の下線を消す */
}
.privatePriceTable .price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden; /* 角丸を効かせる */
  table-layout: fixed; /* 列幅を安定させる */
}
.privatePriceTable .price-table th,
.privatePriceTable .price-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #d9dde7;
  vertical-align: middle;
  font-weight: 400;
}
.privatePriceTable .price-table .season {
  width: 22%;
}
.privatePriceTable .price-table .price {
  width: 38%;
}
.privatePriceTable .price-table .note {
  width: 40%;
}
.privatePriceTable .price-table tr:nth-child(1) .season {
  background: #e7f0e7;
}
.privatePriceTable .price-table tr:nth-child(2) .season {
  background: #eef6ea;
}
.privatePriceTable .price-table tr:nth-child(3) .season {
  background: #f0f6e9;
}
.privatePriceTable .price-table tr:nth-child(4) .season {
  background: #f5f1f6;
}
.privatePriceTable .price-table tr:nth-child(5) .season {
  background: #f4ecf6;
}
.privatePriceTable .price-table tr:nth-child(6) .season {
  background: #f4ecf6;
}
.privatePriceTable .price-table .note {
  border-left: 1px solid #cfd5e2;
  text-align: left;
  line-height: 1.6;
  color: #000;
}
.privatePriceTable .price-table tr:last-child th,
.privatePriceTable .price-table tr:last-child td {
  border-bottom: none;
}
.privatePriceTable .note {
  font-size: 2.5rem;
  margin-top: 3rem;
  color: #fff;
}

.privateBenefits {
  padding: 4.6rem 0;
  padding-bottom: 9.6rem;
}
.privateBenefits .ttl {
  font-size: 8rem;
  color: #fff;
}
.privateBenefits .ttl span {
  color: #866936;
}
.privateBenefits .contents {
  margin-top: 6rem;
}
.privateBenefits .block {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.privateBenefits .block:not(:first-child) {
  margin-top: 4.6rem;
}
.privateBenefits .tArea {
  background: #fff;
  padding: 2rem 4rem;
}
.privateBenefits .bTtl {
  display: flex;
  align-items: center;
  font-size: 3.8rem;
  font-weight: 400;
}
.privateBenefits .bTtl .num {
  font-size: 7rem;
  color: #866936;
  font-weight: 700;
}
.privateBenefits .bTtl .price {
  font-size: 2.5rem;
}
.privateBenefits .noteText {
  font-size: 2.5rem;
  color: #fff;
  margin-top: 4.6rem;
}

#supriseFv {
  background: url(../img/surprise/fv.png) no-repeat center/cover;
}
#supriseFv .fvText {
  color: #fff;
  font-size: 2.5rem;
}

.supriseBtn {
  margin-top: 4.8rem;
  width: 100%;
  line-height: 1.4;
}

.howToUse {
  padding: 4.8rem;
}
.howToUse .contents {
  background: #fff;
  padding: 9.6rem 10rem;
  border-radius: 10px;
}
.howToUse .ttl {
  font-size: 5rem;
  font-weight: 400;
  color: #1C2541;
}
.howToUse .list {
  margin-top: 4.6rem;
}
.howToUse .item {
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: #1C2541;
}
.howToUse .item:not(:first-child) {
  margin-top: 2rem;
}
.howToUse .item .num {
  font-size: 7rem;
  font-weight: 700;
  color: #866936;
  margin-right: 3.5rem;
}
.howToUse .item .small {
  font-size: 2.5rem;
}
.howToUse .btn {
  width: 100%;
  background: #866936;
  max-width: 1240px;
  margin-top: 4.8rem;
}

#rvParkFv {
  background: url(../img/rv-park/fv.png) no-repeat center/cover;
}
#rvParkFv .fvText {
  color: #fff;
}

.rvImgContents {
  margin-top: 4.6rem;
}
.rvImgContents .btn {
  width: 100%;
  background: #866936;
  height: 7rem;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 4.6rem;
}

.serviceInclud {
  padding: 4.6rem 0;
}
.serviceInclud .contents {
  border: 3px solid #866936;
  box-sizing: border-box;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.serviceInclud .ttlBox {
  width: 100%;
  background: #866936;
  text-align: center;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceInclud .ttlBox .ttl {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
}
.serviceInclud .noteContents {
  flex-direction: column;
  gap: 0;
}
.serviceInclud .block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.serviceInclud .otherBlock {
  width: 100%;
  display: block;
}
.serviceInclud .otherBlock .area {
  width: 100%;
  display: block;
}
.serviceInclud .otherBlock .aLineTtl {
  width: 50%;
}
.serviceInclud .reverse {
  flex-direction: row-reverse;
}
.serviceInclud .img {
  flex: 0 0 50%;
  display: block;
}
.serviceInclud .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceInclud .noteList, .serviceInclud .area {
  flex: 0 0 45.322258%;
  width: 45.322258%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 6rem 2.4rem;
}
.serviceInclud .noteList {
  justify-content: center;
}
.serviceInclud .area .noteList {
  width: 100%;
  padding: 0;
  margin-top: 2.4rem;
}
.serviceInclud .note {
  font-size: 2rem;
  line-height: 1.75;
  color: #fff;
}
.serviceInclud .aLineTtl {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #866936;
  padding-bottom: 1rem;
}
.serviceInclud .btn {
  width: 100%;
  background: #866936;
  font-size: 4rem;
  margin-top: 9.6rem;
}

#vipFv {
  background: #FCFAF4;
}

.page-id-160 .recommendTime .otherBlock {
  width: 100%;
  display: block;
  margin-top: 4.6rem;
}
.page-id-160 .recommendTime .otherBlock .area {
  width: 100%;
  display: block;
}
.page-id-160 .recommendTime .otherBlock .lTtl {
  font-size: 3.5rem;
  font-weight: 400;
  border-bottom: 1px solid #866936;
  padding-bottom: 1rem;
  color: #fff;
}
.page-id-160 .recommendTime .otherBlock .text {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 2.4rem;
  color: #fff;
}

.membershipRegulations {
  margin-top: 4.6rem;
}
.membershipRegulations .ttl {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 400;
}
.membershipRegulations .lTtl {
  border-bottom: 1px solid #1C2541;
  padding-bottom: 1rem;
}
.membershipRegulations .regulations {
  margin-top: 2rem;
}
.membershipRegulations .rItem {
  font-size: 4rem;
  color: #fff;
  font-weight: 400;
}

#facilityInfoFv {
  background: url(../img/facility-info/fv.png) no-repeat center/cover;
}
#facilityInfoFv .fvText {
  color: #fff;
}

.imgSection {
  padding-top: 9.6rem;
  padding-bottom: 4.8rem;
}

#spa {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
#spa .ttl {
  font-size: 3.5rem;
  font-weight: 400;
}
#spa .text {
  font-size: 2.5rem;
  margin-top: 2.4rem;
  line-height: 1.4;
}
#spa .mwBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.6rem;
}
#spa .block {
  width: 45.6451%;
}
#spa .bTtl, #spa .time {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
}
#spa .bTtl {
  margin-top: 2rem;
}
#spa .mainImg {
  width: 100%;
  margin-top: 4.6rem;
}

#illumination {
  padding: 4.8rem 0;
}
#illumination img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#illumination .fContainer {
  max-width: 1440px;
  margin: auto;
}
#illumination .block {
  justify-content: space-between;
  align-items: stretch;
}
#illumination .block:not(:first-child) {
  margin-top: 9.6rem;
}
#illumination .block:not(:first-child) .ttlBox {
  margin-left: auto;
}
#illumination .reverse {
  flex-direction: row-reverse;
}
#illumination .imgArea {
  width: 53.680555%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#illumination .ltImg {
  width: 100%;
}
#illumination .subImgArea {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 5rem;
}
#illumination .llImg {
  width: 50.7115%;
}
#illumination .lrImg {
  width: 44.76067%;
}
#illumination .ttlArea {
  width: 41.80555%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#illumination .ttlBox {
  width: 93.35548%;
}
#illumination .lTtl {
  font-size: 3.5rem;
  border-bottom: 1px solid #000;
  padding-bottom: 0.8rem;
  font-weight: 400;
}
#illumination .text {
  font-size: 1.8rem;
  line-height: 1.666666;
  margin-top: 3rem;
}
#illumination .rImg {
  width: 100%;
  margin-top: 3rem;
}

#otherFacility {
  padding: 4.8rem 0;
}
#otherFacility .gridLayout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 10rem;
}
#otherFacility .tArea {
  margin-top: 3rem;
}
#otherFacility .lTtl {
  font-size: 3.5rem;
  border-bottom: 1px solid #000;
  margin-top: 0.8rem;
  font-weight: 400;
}
#otherFacility .lTtl span {
  font-size: 2rem;
}
#otherFacility .text {
  font-size: 1.8rem;
  line-height: 1.666666;
  margin-top: 3rem;
}
#otherFacility .wideBlock {
  margin-top: 4rem;
}

#dog {
  padding: 4.8rem 0;
}
#dog .contents {
  margin-top: 3rem;
}
#dog .block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#dog .block:not(:first-child) {
  margin-top: 4.8rem;
}
#dog .bImg {
  width: 45.080645%;
}
#dog .textArea {
  width: 50.564516%;
}
#dog .ttl {
  font-size: 3.5rem;
  font-weight: 400;
}
#dog .borderArea {
  border: 3px solid #866936;
  padding: 3rem;
  margin-top: 2.4rem;
}
#dog .text {
  font-size: 1.8rem;
  line-height: 1.6666666;
}
#dog .last {
  margin-top: 2rem;
}
#dog .reverse {
  flex-direction: row-reverse;
}
#dog .reverse .bImg {
  width: 45%;
}
#dog .reverse .textArea {
  width: 50.5645%;
}
#dog .btn {
  margin-top: 9.6rem;
}

#archive {
  padding-top: calc(9.6rem + 122px);
}
#archive .ttl {
  width: 20%;
  margin: auto;
}
#archive .contents {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2rem;
}
#archive .article {
  color: #000;
}
#archive .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
}
#archive .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#archive .pagination {
  margin: auto;
  margin-top: 9.6rem;
  text-align: center;
}

#single {
  padding-top: calc(9.6rem + 122px);
}
#single h1 {
  font-size: 3.5rem;
}
#single h2 {
  font-size: 3rem;
}
#single h3 {
  font-size: 2.5rem;
}
#single h4 {
  font-size: 2rem;
}

#contact {
  padding-bottom: 4.8rem;
  padding-top: calc(9.6rem + 122px);
}
#contact .container {
  max-width: 1000px;
}
#contact .ttl {
  font-size: 3.5rem;
  font-weight: 400;
  text-align: center;
}
#contact .tBlock {
  margin-top: 4.8rem;
  text-align: center;
}
#contact .note {
  font-size: 1.8rem;
}
#contact .requireNote {
  color: #587CA9;
  margin-top: 3rem;
  font-size: 1.4rem;
}
#contact .rNote {
  font-size: 1.4rem;
  color: red;
}
#contact form {
  margin-top: 4.8rem;
}
#contact .area {
  display: flex;
  align-items: center;
}
#contact .area p {
  width: 100%;
}
#contact .area:not(:first-child) {
  margin-top: 4.6rem;
}
#contact .box p {
  width: 100%;
}
#contact .cArea {
  display: block;
}
#contact .telArea p {
  display: flex;
}
#contact .telArea span {
  width: 100%;
}
#contact input[type=text], #contact input[type=tel], #contact input[type=email] {
  width: 100%;
}
#contact .box, #contact label {
  width: 30%;
}
#contact .cBox .wpcf7-checkbox {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
#contact .cBox label {
  display: flex;
  align-items: center;
  width: auto;
}
#contact textarea {
  width: 100%;
  margin-top: 1rem;
}
#contact .ctArea {
  flex-direction: column;
  align-items: flex-start;
}
#contact .ctArea label {
  width: auto;
}
#contact .require {
  color: red;
  font-size: 2rem;
}
#contact label, #contact .checkTtl {
  font-size: 2rem;
}
#contact input, #contact textarea {
  font-size: 2rem;
  padding: 1rem;
}
#contact input[type=submit] {
  background: #866936;
  border: none;
  color: #fff;
  width: 30%;
  margin: auto;
  margin-top: 3rem;
  display: block;
}

#advert {
  position: fixed;
  display: block;
  width: 26rem;
  height: 26rem;
  z-index: 1000;
  bottom: 10px;
  left: 10px;
  border-radius: 20px;
  overflow: hidden;
}
#advert img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#advert .cross {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1001;
}
#advert .cross span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transform-origin: right;
  transform: rotate(-45deg);
  position: absolute;
}
#advert .cross span:nth-child(2) {
  transform-origin: left;
  transform: rotate(45deg);
  top: 0;
  left: 8px;
}

#inst {
  padding: 4.8rem 0;
  background: #fff;
}
#inst .ttl {
  width: 50%;
  margin: auto;
}

#open.active {
  display: block;
}

#main.active, #footer.active {
  opacity: 0.7;
}

.jsHumMenu.active .humBox span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: left;
}
.jsHumMenu.active .humBox span:nth-child(2) {
  opacity: 0;
}
.jsHumMenu.active .humBox span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: left;
  bottom: auto;
  top: 16px;
}

#main.active, #footer.active {
  opacity: 0.7;
}

.faq .qArea span.active::after {
  display: none;
}

.memories .memories__frame {
  height: 28rem;
}
.memories .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.memories .memories__label {
  text-align: center;
  font-size: 2rem;
  margin-top: 3rem;
  color: #fff;
}

.js-memories-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media screen and (max-width: 1320px) {
  html {
    font-size: 0.75757575vw;
  }
  #modelCourse .modelWrapper {
    height: 120rem;
  }
  #modelCourse .modelItem {
    display: block;
    padding: 4.8rem 20px;
    height: 120rem;
  }
  #modelCourse .modelImg {
    width: 100%;
  }
  #modelCourse .textBlock {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.66666666vw;
  }
  body {
    font-size: 1.2rem;
  }
  .spNone {
    display: none;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .container {
    padding: 0 20px;
  }
  .flex {
    display: block;
  }
  .btn {
    height: 8rem;
    font-size: 1.8rem;
  }
  .searchForm {
    padding-top: 2.4rem;
  }
  .searchForm .container {
    display: block;
    padding: 0 20px;
    position: relative;
  }
  .searchForm #search_489ban {
    width: 100%;
  }
  .searchForm .img {
    width: 40%;
  }
  .searchForm form {
    width: 100%;
    padding: 2rem;
    gap: 1rem 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .searchForm .date_489ban {
    width: 40%;
    margin-right: 5rem;
  }
  .searchForm .date_489ban::after {
    right: -3.5rem;
  }
  .searchForm .inbox_489ban::after {
    display: none;
  }
  .searchForm input, .searchForm select {
    font-size: 1.2rem;
  }
  .searchForm button {
    width: 100%;
    height: 4rem;
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .searchForm label, .searchForm input, .searchForm select {
    font-size: 1.4rem;
  }
  #header {
    height: 70px;
  }
  #header .logo {
    width: 79px;
  }
  #header .gnavList {
    width: 180px;
    height: 40px;
  }
  #header .gnavItem {
    font-size: 10px;
  }
  #header .humBoxItem .humBox {
    width: 20px;
  }
  #header .humBoxItem .sText {
    margin-top: 2px;
  }
  #header .humBox span:nth-child(3) {
    top: 14px;
  }
  #header .gnavItem:nth-child(1)::before, #header .gnavItem:nth-child(2)::before {
    height: 26px;
    top: 8px;
  }
  #open {
    width: calc(100% - 40px);
    top: calc(70px + 6rem);
    right: 20px;
  }
  #open .container {
    padding: 6rem 20px;
  }
  #open .navBlock {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 4.8rem;
  }
  #open .btnBlock {
    display: block;
    width: 100%;
  }
  #open .btnBlock .btn {
    width: 100%;
    height: 6rem;
    font-size: 1.6rem;
  }
  #open .btnBlock .btn:not(:first-child) {
    margin-top: 2rem;
  }
  #footer .logo {
    width: 33%;
  }
  #footer .telBox {
    display: block;
    margin-top: 3rem;
    line-height: 1.75;
  }
  #footer .live, #footer .tel, #footer .telTime, #footer .mail {
    font-size: 1.6rem;
  }
  #footer .live {
    margin-right: 0;
  }
  #footer .navBlock {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 2rem;
    margin-top: 0;
  }
  #footer .btn {
    height: 6rem;
  }
  #footer .copy {
    font-size: 1.4rem;
  }
  #footer .termsList {
    width: 80%;
    font-size: 1rem;
  }
  #privacyPolicy, #petsTerms, #accommodationTerms {
    padding-top: calc(70px + 9.6rem);
  }
  #privacyPolicy h1, #petsTerms h1, #accommodationTerms h1 {
    font-size: 2rem;
  }
  #privacyPolicy .c-pageContent, #petsTerms .c-pageContent, #accommodationTerms .c-pageContent {
    margin-top: 4.8rem;
  }
  #access .ttl {
    width: 78.8059%;
  }
  .detailTable th, .detailTable td {
    display: block;
    width: 100%;
    border-right: none;
  }
  .commonTable .detailTable th {
    border-right: none;
  }
  .commonTable .detailTable tbody tr:first-child th {
    border-top: none;
  }
  .detailTable .detailHead {
    font-size: 1.2rem;
    box-sizing: border-box;
    background: transparent;
  }
  .detailTable .rowTitle {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.2rem;
  }
  .detailTable .rowBody {
    width: 100%;
    font-size: 1.2rem;
    box-sizing: border-box;
  }
  .specSection {
    margin-top: 4.8rem;
  }
  .specSection th, .specSection td {
    font-size: 1.2rem;
  }
  .commonsTLcontents .block {
    display: block;
  }
  .memories .swiper-slide {
    width: 89.33333%;
  }
  .memories .memories__frame {
    height: 16.5rem;
  }
  .memories .memories__label {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .staySelect .rTtlImg {
    width: 70%;
  }
  .staySelect .contents {
    display: block;
  }
  .staySelect .block:not(:first-child) {
    margin-top: 3rem;
  }
  .staySelect .bTtl {
    height: 4.5rem;
  }
  .staySelect .tag {
    font-size: 1.2rem;
  }
  .staySelect .textArea {
    padding: 2rem;
  }
  .staySelect .textArea .btn {
    width: 100%;
  }
  #archiveFacility .contents {
    margin-top: 4.8rem;
  }
  .commonsFv .fvText {
    font-size: 1.4rem;
  }
  .menu .menuBlock .textArea {
    padding: 2rem;
  }
  .menu .menuBlock .lineTtl {
    font-size: 1.8rem;
  }
  .menu .menuBlock .text {
    font-size: 1.4rem;
  }
  .menu .menuBlock .price {
    width: 100%;
    margin-top: 3.2rem;
    font-size: 1.8rem;
  }
  .goldBtn {
    width: 90%;
  }
  .faq .ttl {
    width: 33%;
  }
  .faq .qArea, .faq .aArea {
    padding: 1rem;
  }
  .faq .qTtl {
    font-size: 1.2rem;
  }
  .faq .qArea span {
    width: 1rem;
  }
  .recommendTime .ttl {
    width: 80%;
  }
  .commonsTLcontents .mImg, .commonsTLcontents .tlArea {
    width: 100%;
  }
  .commonsTLcontents .tlArea {
    margin-top: 1rem;
  }
  .commonsTLcontents .lTtl {
    font-size: 1.8rem;
  }
  .commonsTLcontents .text {
    font-size: 1.4rem;
  }
  .reservationText {
    padding: 2rem 20px;
    font-size: 1.4rem;
    line-height: 1.4;
    box-sizing: border-box;
    width: 90%;
  }
  .roomPicture .contents {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .roomPicture .btn {
    height: 6rem;
    font-size: 1.4rem;
  }
  :root {
    --u-height: 8px;
    --u-gap: 1rem;
  }
  .moveBtn {
    font-size: 1.2rem;
    padding: 1.5rem 2rem;
  }
  #topFv .textImg {
    top: auto;
    bottom: 10%;
    width: 66%;
    right: 20px;
  }
  #topNews .ttl {
    width: 30%;
  }
  #topNews .article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2.4rem;
  }
  #topNews .articleItem {
    width: 100%;
  }
  #topNews .articleTtl, #topNews .time {
    font-size: 1.2rem;
  }
  #topNews .articleTtl {
    margin-top: 1rem;
  }
  #topAbout {
    padding-top: 0;
  }
  #topAbout .bgWrapperTop {
    padding: 20rem 4rem 0 4rem;
  }
  #topAbout .ttl {
    width: 70%;
  }
  #topAbout .bgWrapperBottom {
    padding: 2.4rem 0;
  }
  #topAbout .bgWrapperBottom .text {
    font-size: 1.4rem;
  }
  #topOur {
    padding-top: 4.8rem;
  }
  #topOur .ttl {
    width: 51%;
  }
  #topOur .contents {
    margin-top: 2.4rem;
  }
  #topOur .illustImg-01, #topOur .illustImg-02 {
    display: none;
  }
  #topOur .illustImg-03 {
    top: 22%;
    right: 6%;
    width: 30%;
  }
  #topOur .illustImg-04 {
    width: 19%;
    top: 54%;
    left: auto;
    right: 8%;
  }
  #topOur .illustImg-05 {
    width: 26%;
    top: 66%;
    left: auto;
    right: 6%;
  }
  #topOur .illustImg-06 {
    width: 13%;
    bottom: -2%;
    right: 34%;
  }
  #topOur .illustImg-07 {
    width: 14%;
    bottom: -2%;
    right: 7%;
  }
  #topOur .commonsTLcontents .mImg, #topOur .commonsTLcontents .tlArea {
    width: 100%;
  }
  #topOur .commonsTLcontents .tlArea {
    margin-top: 2.4rem;
    padding: 2rem;
  }
  #topOur .commonsTLcontents .lTtl {
    font-size: 2rem;
  }
  #topOur .commonsTLcontents .text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  #topMemory .ttl {
    width: 100%;
  }
  #topMemory .illustImg-sun {
    width: 38%;
  }
  #topMemory .memories {
    margin-top: 2.4rem;
  }
  #topMemory .moveBtn {
    margin-top: 4rem;
  }
  #topStayBg #topStay {
    padding-bottom: 0;
  }
  #topStayBg #topStay .ttl {
    width: 50%;
  }
  #topStayBg #topStay .contents {
    display: block;
  }
  #topStayBg #topStay .block {
    width: 100%;
  }
  #topStayBg #topStay .block:not(:first-child) {
    margin-top: 4.8rem;
  }
  #topStayBg #topStay .bTtl {
    height: 3.5rem;
  }
  #topStayBg #topStay .text {
    font-size: 1.4rem;
  }
  #topStayBg #topStay .moveBtn {
    margin-top: 4rem;
  }
  #topStayBg #topDining {
    padding-bottom: 4.8rem;
  }
  #topStayBg #topDining .bgWrap {
    padding: 2rem 0rem;
  }
  #topStayBg #topDining .ttl {
    width: 100%;
  }
  #topStayBg #topDining .text {
    font-size: 1.4rem;
    padding: 0 20px;
  }
  #topStayBg #topDining .btnBlock {
    width: 100%;
    display: block;
  }
  #topStayBg #topDining .moveBtn {
    margin-top: 4rem;
  }
  #modelCourse .ttl {
    width: 47%;
  }
  #modelCourse .modelWrapper {
    height: 85rem;
    margin-top: 3rem;
  }
  #modelCourse .bTtl {
    margin: auto;
    margin-top: 3rem;
  }
  #modelCourse .dayArea {
    display: block;
  }
  #modelCourse .day {
    width: 24%;
  }
  #modelCourse .dayList {
    margin-top: 0;
  }
  #topMap {
    padding: 4.8rem 0;
    padding-bottom: 2.4rem;
  }
  #topMap .ttl {
    width: 74.029%;
  }
  #topMap .pc-text {
    display: none;
  }
  #topMap .sp-text {
    display: block;
  }
  #topMap .img {
    margin-top: 0;
  }
  #topMap .numLink {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
  }
  #topMap #mapPopup {
    width: 60%;
  }
  #topMap #mapPopup .popup-title {
    font-size: 1.6rem;
  }
  #topMap #mapPopup .popup-note {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  #topMap #mapPopup .popup-btn {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  #advert {
    width: 36.5rem;
    height: 9.6rem;
    left: 5px;
    right: 5px;
    border-radius: 6px;
  }
  #singleFacility {
    padding-top: calc(70px + 4.8rem);
  }
  #singleFacility .ttlImg {
    height: 5rem;
  }
  #singleFacility .ttlImg img {
    width: auto;
  }
  #singleFacility .leadText {
    font-size: 1.4rem;
  }
  #singleFacility .features {
    margin-top: 4.8rem;
  }
  #singleFacility .features .block {
    display: block;
    border: 1px solid #fff;
  }
  #singleFacility .features .block .fMainImg, #singleFacility .features .block .area {
    width: 100%;
  }
  #singleFacility .features .block .area {
    padding: 1rem;
    box-sizing: border-box;
  }
  #singleFacility .features .block .aTtl {
    font-size: 1.6rem;
  }
  #singleFacility .features .block .aTtlImg {
    height: 4rem;
  }
  #singleFacility .features .block .aTtlImg img {
    width: auto;
  }
  #singleFacility .features .block .aText {
    font-size: 1.6rem;
  }
  #singleFacility .faqBtn {
    width: 90%;
  }
  #singleFacility .singlePrecautions .container {
    padding: 4.8rem 20px;
  }
  #singleFacility .singlePrecautions .lTtl {
    font-size: 1.6rem;
  }
  #singleFacility .singlePrecautions .contents {
    width: 100%;
  }
  #singleFacility .singlePrecautions .item {
    font-size: 1.2rem;
  }
  #singleFacility .singleFacilitySlider {
    padding: 4.6rem 0;
  }
  #singleFacility .singleFacilitySlider .memories__label {
    font-size: 2rem;
  }
  .introduction .contents {
    padding: 2rem;
  }
  .introduction .lTtl {
    font-size: 1.8rem;
  }
  .introduction .text {
    font-size: 1.4rem;
  }
  .oyster .contents {
    padding: 2rem;
  }
  .oyster .lTtl {
    font-size: 1.8rem;
  }
  .oyster .text {
    font-size: 1.4rem;
  }
  .oyster .goldBtn {
    width: 100%;
  }
  #optionMenu .ttl {
    width: 60%;
  }
  #optionMenu .text {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
  #takeout {
    padding-top: 0;
  }
  #takeout .text {
    font-size: 1.2rem;
  }
  .optionSlider {
    padding-top: 0;
  }
  #allExperience {
    padding-top: 4.8rem;
    padding-bottom: 0;
  }
  #spa {
    padding-bottom: 0;
  }
  #spa .ttl {
    font-size: 1.8rem;
  }
  #spa .text {
    font-size: 1.4rem;
  }
  #spa .mwBlock {
    display: block;
  }
  #spa .block {
    width: 100%;
  }
  #spa .block:not(:first-child) {
    margin-top: 3rem;
  }
  #spa .bTtl, #spa .time {
    font-size: 1.6rem;
  }
  #illumination .block {
    display: flex;
    flex-direction: column-reverse;
  }
  #illumination .block:not(:first-child) {
    margin-top: 4.8rem;
  }
  #illumination .block:not(:first-child) .ttlBox {
    margin-left: 0;
  }
  #illumination .imgArea {
    width: 100%;
    margin-top: 2rem;
  }
  #illumination .subImgArea {
    margin-top: 1rem;
  }
  #illumination .ttlArea {
    width: 100%;
  }
  #illumination .lTtl {
    font-size: 1.8rem;
    margin: 0 20px 0.8rem;
  }
  #illumination .text {
    font-size: 1.4rem;
    padding: 0 20px;
    margin-top: 3rem;
  }
  #otherFacility {
    padding-top: 0;
  }
  #otherFacility .gridLayout {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  #otherFacility .lTtl {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  #otherFacility .lTtl span {
    font-size: 1.4rem;
  }
  #otherFacility .text {
    font-size: 1.4rem;
  }
  #dog {
    padding-top: 0;
  }
  #dog .block {
    display: block;
  }
  #dog .bImg, #dog .textArea {
    width: 100%;
  }
  #dog .ttl {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #dog .textArea {
    padding: 0;
  }
  #dog .borderArea {
    padding: 2rem;
    margin-top: 2rem;
  }
  #dog .text {
    font-size: 1.4rem;
  }
  #dog .mainImg {
    display: none;
  }
  #dog .reverse .bImg, #dog .reverse .textArea {
    width: 100%;
  }
  #dog .reverse .ttl {
    font-size: 2rem;
  }
  #dog .reverse .textArea {
    padding: 0;
  }
  #dog .reverse .borderArea {
    padding: 2rem;
  }
  #dog .reverse .text {
    font-size: 1.4rem;
  }
  #dog .btn {
    margin-top: 4.8rem;
  }
  #tuktukTableSection {
    margin-top: 0;
  }
  #tuktukTableSection .container {
    padding: 6rem 2rem;
  }
  #tuktukTableSection .ttl {
    font-size: 1.8rem;
  }
  #tuktukTableSection .note {
    font-size: 1.4rem;
  }
  #tuktukTableSection .detailTable tr {
    display: flex;
  }
  #tuktukTableSection #tuktukTable {
    padding-bottom: 0;
  }
  #tuktukRecommendTime {
    padding-top: 0;
  }
  #precautions .container {
    padding: 6rem 20px;
  }
  #precautions .borderTtl {
    font-size: 1.8rem;
  }
  #precautions .borderTtl::before, #precautions .borderTtl::after {
    width: 10rem;
  }
  #precautions .note {
    font-size: 1.4rem;
  }
  .privatePriceTable .note {
    font-size: 1.4rem;
  }
  .privateBenefits .ttl {
    font-size: 2.4rem;
  }
  .privateBenefits .ttl span {
    font-size: 3rem;
  }
  .privateBenefits .contents {
    margin-top: 4.8rem;
  }
  .privateBenefits .tArea {
    padding: 1rem 2rem;
  }
  .privateBenefits .bTtl {
    display: grid;
    font-size: 1.6rem;
  }
  .privateBenefits .bTtl .num {
    font-size: 2.4rem;
  }
  .privateBenefits .bTtl .price {
    font-size: 1.4rem;
  }
  .privateBenefits .noteText {
    font-size: 1.4rem;
  }
  #supriseFv .fvText {
    font-size: 1.4rem;
  }
  .supriseBtn {
    font-size: 1.4rem;
    width: 100%;
    height: 9rem;
  }
  .howToUse {
    padding: 4.8rem 0;
  }
  .howToUse .contents {
    padding: 4.6rem 2rem;
  }
  .howToUse .ttl {
    font-size: 2rem;
  }
  .howToUse .list {
    margin-top: 3rem;
  }
  .howToUse .item {
    font-size: 1.6rem;
    display: grid;
    line-height: 1.4;
  }
  .howToUse .item .num {
    font-size: 2.4rem;
    margin-right: 0;
  }
  .howToUse .item .small {
    font-size: 1.4rem;
  }
  .howToUse .btn {
    width: 90%;
  }
  .rvImgContents .btn {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .serviceInclud .ttlBox {
    height: 6rem;
  }
  .serviceInclud .ttlBox .ttl {
    font-size: 1.8rem;
  }
  .serviceInclud .block {
    display: block;
  }
  .serviceInclud .block:not(:first-child) {
    margin-top: 3rem;
  }
  .serviceInclud .img {
    height: 23rem;
  }
  .serviceInclud .noteList, .serviceInclud .area {
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
  }
  .serviceInclud .note {
    font-size: 1.4rem;
  }
  .serviceInclud .aLineTtl {
    font-size: 1.8rem;
  }
  .serviceInclud .btn {
    font-size: 2rem;
    margin-top: 4.8rem;
  }
  .membershipRegulations .lTtl {
    font-size: 2.4rem;
  }
  .membershipRegulations .rItem {
    font-size: 1.8rem;
  }
  .recommendTime .contents {
    margin-top: 0;
  }
  .recommendTime .lTtl {
    margin-top: 1rem;
  }
  .recommendTime .btn {
    font-size: 2rem;
  }
  .page-id-160 .recommendTime .otherBlock .lTtl {
    font-size: 1.8rem;
  }
  .page-id-160 .recommendTime .otherBlock .text {
    font-size: 1.4rem;
  }
  #faqBtnBlock .container {
    padding: 4.6rem 20px;
  }
  #faqBtnBlock .block {
    width: 100%;
    display: block;
  }
  #faqBtnBlock .whiteBtn {
    width: 100%;
  }
  #faqBtnBlock .whiteBtn:not(:first-child) {
    margin-top: 3rem;
  }
  #facFaq.faq {
    padding: 4.8rem 0;
  }
  #facFaq.faq .ttl {
    font-size: 2rem;
  }
  #roomFaq.faq {
    padding: 4.8rem 0;
  }
  #roomFaq.faq .ttl {
    font-size: 2rem;
  }
  #contact {
    padding-top: calc(9.6rem + 70px);
  }
  #contact .ttl {
    font-size: 2.4rem;
  }
  #contact .note {
    font-size: 1.4rem;
  }
  #contact .requireNote, #contact .rNote {
    font-size: 1.2rem;
  }
  #contact .area {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  #contact .cArea {
    display: block;
  }
  #contact .telArea p {
    display: block;
  }
  #contact .box {
    width: auto;
  }
  #contact .cBox .wpcf7-list-item {
    margin: 0;
  }
  #contact .cBox .wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
  #contact .cBox input {
    margin: 0;
  }
  #contact label, #contact #contact .checkTtl, #contact .require {
    font-size: 1.4rem;
  }
  #contact input, #contact textarea {
    font-size: 1.4rem;
    padding: 0.5rem;
    margin-top: 1rem;
  }
  #contact .checkTtl {
    font-size: 1.4rem;
  }
  #contact input[type=text], #contact input[type=tel], #contact input[type=email], #contact input[type=submit] {
    width: 100%;
  }
  #archive {
    padding-top: calc(9.6rem + 70px);
  }
  #archive .contents {
    grid-template-columns: repeat(2, 1fr);
  }
  #single {
    padding-top: calc(9.6rem + 70px);
  }
}
/* =====================================================
春夏用
===================================================== */
.page-id-432 #topAbout .bgWrapperTop {
  background: url(../img/sub/about-img.png) no-repeat center/cover;
}
.page-id-432 #topAbout .bgWrapperBottom {
  background: url(../img/sub/about-bg.png) no-repeat center/cover;
}
.page-id-432 #topAbout .bgWrapperBottom .text {
  color: #000;
}
.page-id-432 #topOur {
  background: #C4EDEF;
}
.page-id-432 #topOur .illustImg-01 {
  width: 10%;
  left: 25%;
}
.page-id-432 #topOur .illustImg-02 {
  width: 11%;
  top: -2%;
  right: 24%;
}
.page-id-432 #topOur .illustImg-03 {
  width: 17%;
  top: 28%;
  right: 0%;
}
.page-id-432 #topOur .illustImg-04 {
  width: 14%;
  top: 59%;
  left: 29%;
}
.page-id-432 #topOur .illustImg-05 {
  width: 11%;
  top: 91%;
  left: auto;
  right: 3%;
}
.page-id-432 #topOur .commonsTLcontents .tlArea {
  background: #DFF8F9;
}
.page-id-432 #topOur .commonsTLcontents .lTtl, .page-id-432 #topOur .commonsTLcontents .text {
  color: #000;
}
.page-id-432 #topMemory {
  padding-top: 9.6rem;
}
.page-id-432 #modelCourse .modelItem__family {
  background: #FFF0D0;
}
.page-id-432 #modelCourse .modelItem__spa {
  background: #FFF8D7;
}
.page-id-432 #modelCourse .modelItem__stay {
  background: #EBFFDD;
}
.page-id-432 #topStayBg {
  background: url(../img/sub/stay-bg.png) no-repeat center/cover;
}
.page-id-432 #topStayBg #topStay .text {
  color: #000;
}
.page-id-432 #topStayBg #topStay .moveBtn {
  color: #000;
}
.page-id-432 #topStayBg #topDining .bgWrap {
  background: url(../img/sub/dining-bg.png) no-repeat center/cover;
}
.page-id-432 #topStayBg #topDining .text, .page-id-432 #topStayBg #topDining .moveBtn {
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-id-432 #topOur .illustImg-03 {
    width: 23%;
    top: 24%;
    right: 5%;
  }
  .page-id-432 #topOur .illustImg-04 {
    width: 18%;
    top: 55%;
    left: auto;
    right: 5%;
  }
  .page-id-432 #topOur .illustImg-05 {
    width: 19%;
    top: 84%;
    left: auto;
    right: 7%;
  }
}/*# sourceMappingURL=style.css.map */