/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=url],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff") format("woff");
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff") format("woff");
}

@font-face {
  font-family: "ZenOldMincho";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ZenOldMincho/ZenOldMincho-Medium.woff2") format("woff2"), url("../fonts/ZenOldMincho/ZenOldMincho-Medium.woff") format("woff");
}

@font-face {
  font-family: "ZenOldMincho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ZenOldMincho/ZenOldMincho-SemiBold.woff2") format("woff2"), url("../fonts/ZenOldMincho/ZenOldMincho-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "ZenOldMincho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenOldMincho/ZenOldMincho-Bold.woff2") format("woff2"), url("../fonts/ZenOldMincho/ZenOldMincho-Bold.woff") format("woff");
}

@font-face {
  font-family: "ZenOldMincho";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/ZenOldMincho/ZenOldMincho-Black.woff2") format("woff2"), url("../fonts/ZenOldMincho/ZenOldMincho-Black.woff") format("woff");
}

/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #231815;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

body.is-noscroll {
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
}

@media screen and (min-width: 1441px) {
  body {
    font-size: 1.6em;
  }
}

a.on--opa {
  display: inline-block;
}

.on--popup {
  position: relative;
  display: block;
}

.on--popup:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-image: url(../img/common/popup.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  a.on--opa:hover {
    opacity: 0.8;
  }

  .on--popup:after {
    content: none;
  }
}

/* utils
-------------------------------------------------------*/
.inner {
  margin: 0 auto;
  width: 86.6666666667vw;
}

@media screen and (min-width: 751px) {
  .inner {
    width: 69.4444444444vw;
  }
}

@media screen and (min-width: 1441px) {
  .inner {
    width: 1000px;
  }
}

.text p {
  line-height: 1.75em;
}

.text p:nth-child(n+2) {
  margin-top: 2em;
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }

  .br--pc {
    display: none;
  }

  .br--sp {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .text p {
    line-height: 2.25em;
  }

  .none--pc {
    display: none !important;
  }

  .br--pc {
    display: block;
  }

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

.img--fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.youtube,
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightboxOverlay {
  width: 100% !important;
}

@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  100% {
    -webkit-transform: translateX(240%) translateY(-50%);
    transform: translateX(240%) translateY(-50%);
  }
}

@keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  100% {
    -webkit-transform: translateX(240%) translateY(-50%);
    transform: translateX(240%) translateY(-50%);
  }
}

@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-240%) translateY(-50%);
    transform: translateX(-240%) translateY(-50%);
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

@keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-240%) translateY(-50%);
    transform: translateX(-240%) translateY(-50%);
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 8888;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.header-logo a {
  display: block;
}

.header--front .header-logo {
  position: absolute;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  width: 11.7333333333vw;
}

.header--sub {
  padding-left: 5.3333333333vw;
  background-color: #ffffff;
}

.header--sub .header-logo {
  position: relative;
  width: 34.6666666667vw;
}

.header-btn--lang {
  position: relative;
  width: 17.3333333333vw;
  cursor: pointer;
}

.header-btn--lang-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #212121;
}

.header-btn--lang-label span {
  position: relative;
  padding-top: 5.0666666667vw;
  color: #fff;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.45em;
}

.header-btn--lang-label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  background-image: url(../img/common/lang-wh.svg);
  background-size: contain;
  background-position: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-lang-menu {
  display: none;
  position: absolute;
  top: 12.8vw;
  left: -19.333vw;
  background: #fff;
  border: 1px solid #897850;
  border-radius: 9px;
  z-index: 1000;
  padding: 1em;
  width: 37.667vw;
}

.header-lang-menu a {
  display: block;
  text-align: left;
  padding-top: 0;
  height: auto;
  letter-spacing: 0.13em;
  font-size: 3.2vw;
}

.header-lang-dropdown.open .header-lang-menu {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.header-lang-dropdown.clicked .header-btn--lang-label {
  background-color: #d5d5d5;
}

.header-lang-dropdown.clicked .header-btn--lang-label span {
  color: #231815;
}

.header-lang-dropdown.clicked .header-btn--lang-label span::before {
  background-image: url(../img/common/lang-bk.svg);
}

@media screen and (max-width: 750px) {
  .header {
    height: 20.6666666667vw;
  }

  .header.is-open {
    top: 0 !important;
  }

  .header-btn,
  .header-btn .header-btn--lang {
    display: none;
  }

  .header-btn--lang {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 17.3333333333vw 0 auto;
    height: 12.8vw;
  }
}

@media screen and (min-width: 751px) {
  .header--front .header-logo {
    top: 2.0833333333vw;
    left: 2.7777777778vw;
    width: 8.3333333333vw;
  }

  .header--sub {
    padding-left: 2.7777777778vw;
    height: 8.3333333333vw;
  }

  .header--sub .header-logo {
    width: 13.8888888889vw;
  }

  .header-btn {
    position: absolute;
    top: 0;
    right: 6.9444444444vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 31.25vw;
  }

  .header-btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.2222222222vw;
    height: 4.8611111111vw;
  }

  .header-btn a span {
    position: relative;
    display: inline-block;
    padding-right: 1.5972222222vw;
    font-family: "ZenOldMincho", sans-serif;
    font-size: 1.0416666667vw;
    line-height: 1em;
    letter-spacing: 0.02em;
  }

  .header-btn a span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }

  .header-btn a:before {
    content: "";
    position: absolute;
    left: 50%;
    display: inline-block;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }

  .header-btn a:hover {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .header-btn a:hover span {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  .header-btn--hotel {
    width: 22.9166666667vw;
  }

  .header-btn--hotel a {
    padding-left: 1.3888888889vw;
    background-color: #e6dfb8;
    border-radius: 0 0 0 4.1666666667vw;
  }

  .header-btn--hotel a span {
    color: #766335;
  }

  .header-btn--hotel a span:after {
    background-image: url(../img/common/external-bw.svg);
  }

  .header-btn--hotel a:before {
    top: 0.8333333333vw;
    width: 1.6666666667vw;
    height: 1.5277777778vw;
    background-image: url(../img/common/bed-bw.svg);
  }

  .header-btn--hotel a:hover {
    background-color: #766335;
  }

  .header-btn--hotel a:hover span {
    color: #e6dfb8;
  }

  .header-btn--hotel a:hover span:after {
    background-image: url(../img/common/external-bg.svg);
  }

  .header-btn--hotel a:hover:before {
    background-image: url(../img/common/bed-bg.svg);
  }

  .header-btn--reserve {
    width: 17.3611111111vw;
  }

  .header-btn--reserve a {
    background-color: #897850;
  }

  .header-btn--reserve a span {
    color: #ffffff;
  }

  .header-btn--reserve a span:after {
    background-image: url(../img/common/external-wh.svg);
  }

  .header-btn--reserve a:before {
    top: 0.9027777778vw;
    width: 1.3888888889vw;
    height: 1.3194444444vw;
    background-image: url(../img/common/calendar-wh.svg);
  }

  .header-btn--reserve a:hover {
    background-color: #ffffff;
  }

  .header-btn--reserve a:hover span {
    color: #897850;
  }

  .header-btn--reserve a:hover span:after {
    background-image: url(../img/common/external-gd.svg);
  }

  .header-btn--reserve a:hover:before {
    background-image: url(../img/common/calendar-gd.svg);
  }

  .header-btn--lang {
    width: 8.3333333333vw;
  }

  .header-btn--lang-label {
    padding-top: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .header-btn--lang-label span {
    padding-top: 2.0833333333vw;
    padding-right: 0;
    font-size: 0.8333333333vw;
  }

  .header-btn--lang-label span::before {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }

  .header-btn--lang-label:hover {
    background-color: #d5d5d5;
  }

  .header-btn--lang-label:hover span {
    color: #212121;
  }

  .header-btn--lang-label:hover span:before {
    background-image: url(../img/common/lang-bk.svg);
  }

  .header-lang-menu {
    top: 4.861vw;
    left: -4.861vw;
    width: 10.278vw;
  }

  .header-btn .header-lang-menu a {
    display: block;
    text-align: left;
    padding-top: 0;
    height: auto;
    font-size: 0.833vw;
    letter-spacing: 0.13em;
    transition: opacity 0.3s;
  }

  .header-btn .header-lang-menu a:hover {
    opacity: 0.7;
  }

  .header-btn-link--lang {
    padding-top: 0;
  }

  ::-webkit-full-page-media,
  :future,
  :root .header-btn a:before {
    -webkit-transition: none;
    transition: none;
  }

  ::-webkit-full-page-media,
  :future,
  :root .header-btn a span:after {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 1441px) {
  .header--front .header-logo {
    top: 30px;
    left: 40px;
    width: 120px;
  }

  .header--sub {
    padding-left: 40px;
    height: 120px;
  }

  .header--sub .header-logo {
    width: 200px;
  }

  .header-btn {
    right: 100px;
    width: 450px;
  }

  .header-btn a {
    padding-top: 32px;
    height: 70px;
  }

  .header-btn a span {
    padding-right: 23px;
    font-size: 1.5rem;
  }

  .header-btn a span:after {
    width: 15px;
    height: 15px;
  }

  .header-btn--hotel {
    width: 330px;
  }

  .header-btn--hotel a {
    padding-left: 20px;
    border-radius: 0 0 0 60px;
  }

  .header-btn--hotel a:before {
    top: 12px;
    width: 24px;
    height: 22px;
  }

  .header-btn--reserve {
    width: 250px;
  }

  .header-btn--reserve a:before {
    top: 13px;
    width: 20px;
    height: 19px;
  }

  .header-btn--lang {
    width: 120px;
  }

  .header-btn--lang-label {
    padding-top: 0;
  }

  .header-btn--lang-label span {
    padding-top: 30px;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .header-btn--lang-label span::before {
    width: 22px;
    height: 22px;
  }

  .header-lang-menu {
    top: 70px;
    left: -70px;
    width: 148px;
  }

  .header-btn .header-lang-menu a {
    font-size: 1.2rem;
  }
}

/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 20.6666666667vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .contents {
    padding-top: 8.3333333333vw;
  }
}

@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 120px;
  }
}

/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  margin-bottom: 12vw;
}

.footer-info {
  padding: 13.3333333333vw 0;
}

.footer-bar {
  position: relative;
}

.footer-sitemap a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 13.3333333333vw 0 9.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer-sitemap a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9.3333333333vw;
  display: inline-block;
  width: 2.6666666667vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/arrow-bk.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-copy {
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .footer-sitemap a {
    height: 10vw;
    background-color: #f6f4ee;
  }

  .footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 17.3333333333vw;
    background-color: #897850;
  }
}

@media screen and (min-width: 751px) {
  .footer {
    margin: 0;
  }

  .footer-in {
    margin: 0 auto;
    width: 76.3888888889vw;
  }

  .footer-info {
    padding: 6.9444444444vw 0;
  }

  .footer-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.7777777778vw;
  }

  .footer-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: #897850;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  .footer-sitemap a {
    color: #ffffff;
    padding: 0 1.3888888889vw 0 0;
    font-size: 0.8333333333vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  .footer-sitemap a:after {
    right: 0;
    width: 0.4166666667vw;
    height: 0.7638888889vw;
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transition: background-image 0.3s, -webkit-transform 0.3s;
    transition: background-image 0.3s, -webkit-transform 0.3s;
    transition: background-image 0.3s, transform 0.3s;
    transition: background-image 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }

  .footer-sitemap a:hover {
    color: #e6dfb8;
  }

  .footer-sitemap a:hover:after {
    background-image: url(../img/common/arrow-gd.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
    transform: translateX(0.2em) translateY(-50%);
  }

  ::-webkit-full-page-media,
  :future,
  :root .footer-sitemap a:after {
    -webkit-transition: none;
    transition: none;
  }

  .footer-copy {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8333333333vw;
  }
}

@media screen and (min-width: 1441px) {
  .footer-in {
    width: 1100px;
  }

  .footer-info {
    padding: 100px 0;
  }

  .footer-bar {
    height: 40px;
  }

  .footer-sitemap a {
    padding-right: 20px;
    font-size: 1.2rem;
  }

  .footer-sitemap a:after {
    width: 6px;
    height: 11px;
  }

  .footer-copy {
    font-size: 1.2rem;
  }
}

/*  button
-------------------------------------------------------------------------------*/
/* ------------------------------------------- arrow - */
.arrow {
  position: absolute;
  display: block;
  width: 5.12vw;
  height: 5.12vw;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .arrow {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border-width: 0.0694444444vw;
  }
}

@media screen and (min-width: 1441px) {
  .arrow {
    width: 24px;
    height: 24px;
    border-width: 1px;
  }
}

.arrow:before,
.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.1333333333vw;
  height: 1.8666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@media screen and (min-width: 751px) {

  .arrow:before,
  .arrow:after {
    width: 0.6944444444vw;
    height: 1.3194444444vw;
  }
}

@media screen and (min-width: 1441px) {

  .arrow:before,
  .arrow:after {
    width: 10px;
    height: 19px;
  }
}

.arrow:before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.arrow:after {
  -webkit-transform: translateX(-240%) translateY(-50%);
  transform: translateX(-240%) translateY(-50%);
}

@media screen and (min-width: 751px) {

  .form-btn:hover .arrow:before,
  .on--btn:hover .arrow:before {
    -webkit-animation-name: transformRightLeft;
    animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

@media screen and (min-width: 751px) {

  .form-btn:hover .arrow:after,
  .on--btn:hover .arrow:after {
    -webkit-animation-name: transformLeftRight;
    animation-name: transformLeftRight;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}

/* ------------------------------------------- box - */
.btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 14.6666666667vw;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.4vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .btn-box {
    height: 4.8611111111vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}

@media screen and (min-width: 1441px) {
  .btn-box {
    height: 70px;
    border-width: 1px;
    border-radius: 3px;
  }
}

.btn-box span {
  position: relative;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4vw;
  line-height: 1.2em;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .btn-box span {
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

@media screen and (min-width: 1441px) {
  .btn-box span {
    font-size: 2rem;
  }
}

.btn-box .arrow {
  top: 50%;
  right: 2.6666666667vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .btn-box .arrow {
    right: 2.0833333333vw;
  }
}

@media screen and (min-width: 1441px) {
  .btn-box .arrow {
    right: 30px;
  }
}

.btn-box--tp {
  border-color: #897850;
}

.btn-box--tp span {
  color: #897850;
}

.btn-box--tp .arrow {
  background-color: #897850;
  border-color: #897850;
}

.btn-box--tp .arrow:before,
.btn-box--tp .arrow:after {
  background-image: url(../img/common/arrow-wh.svg);
}

@media screen and (min-width: 751px) {
  .btn-box--tp:hover {
    background-color: #897850;
  }

  .btn-box--tp:hover span {
    color: #ffffff;
  }

  .btn-box--tp:hover .arrow {
    background-color: #f6f4ee;
  }

  .btn-box--tp:hover .arrow:before,
  .btn-box--tp:hover .arrow:after {
    background-image: url(../img/common/arrow-gd.svg);
  }
}

.btn-box--gd {
  background-color: #897850;
  border-color: #897850;
}

.btn-box--gd span {
  color: #ffffff;
}

.btn-box--gd .arrow {
  background-color: #ffffff;
  border-color: #897850;
}

.btn-box--gd .arrow:before,
.btn-box--gd .arrow:after {
  background-image: url(../img/common/arrow-gd.svg);
}

@media screen and (min-width: 751px) {
  .btn-box--gd:hover {
    background-color: #ffffff;
  }

  .btn-box--gd:hover span {
    color: #897850;
  }

  .btn-box--gd:hover .arrow {
    background-color: #897850;
  }

  .btn-box--gd:hover .arrow:before,
  .btn-box--gd:hover .arrow:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
}

/* ------------------------------------------- dashed - */
.btn-dashed {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.6666666667vw 12vw 2.6666666667vw 0;
  font-size: 3.4666666667vw;
  line-height: 1.2em;
}

@media screen and (min-width: 751px) {
  .btn-dashed {
    padding: 1.0416666667vw 4.8611111111vw 1.0416666667vw 0;
    font-size: 1.1111111111vw;
  }
}

@media screen and (min-width: 1441px) {
  .btn-dashed {
    padding: 15px 70px 15px 0;
    font-size: 1.6rem;
  }
}

.btn-dashed:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed_sp.png);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

@media screen and (min-width: 751px) {
  .btn-dashed:before {
    height: 0.0694444444vw;
    background-image: url(../img/common/dashed.png);
    background-size: auto 0.0694444444vw;
  }
}

@media screen and (min-width: 1441px) {
  .btn-dashed:before {
    height: 1px;
    background-size: auto 1px;
  }
}

/*  drawer
-------------------------------------------------------------------------------*/
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/common/bg_sp.jpg);
  background-size: cover;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
  z-index: 1;
}

.drawer.is-open {
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  opacity: 1;
  visibility: visible;
}

.drawer-scroll {
  position: relative;
  padding: 24vw 0 13.3333333333vw 0;
  height: 100%;
  overflow-y: scroll;
}

@media screen and (min-width: 751px) {
  .drawer {
    background-image: url(../img/common/bg.jpg);
    background-image: image-set(url(../img/common/bg.jpg) 1x, url(../img/common/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/bg.jpg) 1x, url(../img/common/bg-2x.jpg) 2x);
  }

  .drawer-scroll {
    padding: 6.9444444444vw 0;
  }
}

@media screen and (min-width: 1441px) {
  .drawer-scroll {
    padding: 100px 0;
  }
}

/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12vw;
  z-index: 999;
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.float-btn>li {
  padding: 0 0.2666666667vw;
  width: 33.3333333333vw;
}

.float-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4.8vw;
  height: 12vw;
}

.float-btn a span {
  position: relative;
  display: inline-block;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
}

.float-btn a:before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.float-btn--external a span {
  position: relative;
  padding-right: 4.8vw;
}

.float-btn--external a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 3.0666666667vw;
  height: 3.0666666667vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.float-btn--hotel {
  background-color: #e6dfb8;
}

.float-btn--hotel a span {
  color: #766335;
}

.float-btn--hotel a span:after {
  background-image: url(../img/common/external-bw.svg);
}

.float-btn--hotel a:before {
  top: 2vw;
  width: 3.4666666667vw;
  height: 3.2vw;
  background-image: url(../img/common/bed-bw.svg);
}

.float-btn--reserve {
  background-color: #897850;
}

.float-btn--reserve a span {
  color: #ffffff;
}

.float-btn--reserve a span:after {
  background-image: url(../img/common/external-wh.svg);
}

.float-btn--reserve a:before {
  top: 2.1333333333vw;
  width: 3.2vw;
  height: 3.0666666667vw;
  background-image: url(../img/common/calendar-wh.svg);
}

.float-btn--contact {
  background-color: #505f6a;
}

.float-btn--contact a span {
  color: #ffffff;
}

.float-btn--contact a:before {
  top: 2.4vw;
  width: 2.9333333333vw;
  height: 2.5333333333vw;
  background-image: url(../img/common/mail-wh.svg);
}

@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}

/*  gnavi
-------------------------------------------------------------------------------*/
.gnavi {
  gap: 6.6666666667vw;
}

.gnavi-parent li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 4.2666666667vw;
  line-height: 1.2em;
}

.gnavi-child {
  margin: 1.3333333333vw 0 0 9.3333333333vw;
  padding-bottom: 6.6666666667vw;
}

.gnavi-child li:nth-child(n+2) {
  margin-top: 1em;
}

.gnavi-child li a {
  position: relative;
  display: block;
  padding-left: 4.2666666667vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
}

.gnavi-child li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/common/navi-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .gnavi {
    border-bottom-color: #766956;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .gnavi-block {
    width: 100%;
  }

  .gnavi-parent li {
    border-top-color: #766956;
    border-top-style: solid;
    border-top-width: 1px;
  }

  .gnavi-parent li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4vw;
    height: 13.3333333333vw;
  }

  .footer .gnavi {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5.9027777778vw;
    width: 36.8055555556vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .gnavi-parent li a {
    position: relative;
    display: inline-block;
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  .gnavi-parent li a:hover {
    color: #e6dfb8;
  }

  .gnavi-parent a.external {
    padding-right: 1.8055555556vw;
  }

  .gnavi-parent a.external:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    background-image: url(../img/common/external-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }

  .gnavi-parent a.external:hover:after {
    background-image: url(../img/common/external-bg.svg);
  }

  ::-webkit-full-page-media,
  :future,
  :root .gnavi-parent a.external:after {
    -webkit-transition: none;
    transition: none;
  }

  .gnavi-parent li:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }

  .gnavi-child {
    margin: 1.7361111111vw 0 0 0;
    padding: 0;
  }

  .gnavi-child li a {
    display: inline-block;
    padding-left: 1.0416666667vw;
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  .gnavi-child li a:before {
    width: 0.3472222222vw;
    height: 0.5555555556vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }

  .gnavi-child li a:hover {
    color: #e6dfb8;
  }

  .gnavi-child li a:hover:before {
    background-image: url(../img/common/navi-bg.svg);
  }

  ::-webkit-full-page-media,
  :future,
  :root .gnavi-child a:before {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 1441px) {
  .gnavi {
    gap: 85px;
    width: 530px;
  }

  .gnavi-parent li a {
    font-size: 1.6rem;
  }

  .gnavi-parent a.external {
    padding-right: 26px;
  }

  .gnavi-parent a.external:after {
    width: 16px;
    height: 16px;
  }

  .gnavi-parent li:nth-child(n+2) {
    margin-top: 25px;
  }

  .gnavi-child {
    margin-top: 25px;
  }

  .gnavi-child li a {
    padding-left: 15px;
    font-size: 1.4rem;
  }

  .gnavi-child li a:before {
    width: 5px;
    height: 8px;
  }
}

/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.heading {
  position: relative;
  z-index: 1;
}

.heading-in {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-en {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.5em;
}

.heading-ja {
  position: relative;
  display: inline-block;
  padding-left: 10vw;
  color: #897850;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.5em;
}

.heading-ja:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.7333333333vw;
  height: 5.7333333333vw;
  background-image: url(../img/common/moon.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .heading-en {
    font-size: 3.4722222222vw;
  }

  .heading-ja {
    padding-left: 4.1666666667vw;
    font-size: 1.1111111111vw;
  }

  .heading-ja:before {
    top: auto;
    bottom: 0;
    width: 2.5694444444vw;
    height: 2.5694444444vw;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 1441px) {
  .heading-en {
    font-size: 5rem;
  }

  .heading-ja {
    padding-left: 60px;
    font-size: 1.6rem;
  }

  .heading-ja:before {
    width: 37px;
    height: 37px;
  }
}

/* marquee
-------------------------------------------------------------------------------*/
.marquee {
  overflow: hidden;
}

.marquee-wrap {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}

.fv .marquee-wrap {
  -webkit-animation: marquee_Horizontal 40s linear infinite;
  animation: marquee_Horizontal 40s linear infinite;
}

.car .marquee-wrap {
  -webkit-animation: marquee_Vertical 70s linear infinite;
  animation: marquee_Vertical 70s linear infinite;
}

@-webkit-keyframes marquee_Horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}

@keyframes marquee_Horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}

@-webkit-keyframes marquee_Vertical {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes marquee_Vertical {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/*  section
-------------------------------------------------------------------------------*/
.sec {
  position: relative;
}

.sec-in {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
}

@media screen and (min-width: 751px) {
  .sec-in {
    width: 76.3888888889vw;
  }
}

@media screen and (min-width: 1441px) {
  .sec-in {
    width: 1100px;
  }
}

/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-pagination {
  bottom: auto !important;
  gap: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .slide-pagination {
    gap: 1.0416666667vw;
  }
}

@media screen and (min-width: 1441px) {
  .slide-pagination {
    gap: 15px;
  }
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 13.3333333333vw;
  height: 0.5333333333vw;
  background-color: #e6dfb8;
  border-radius: 0 !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}

@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 2.0833333333vw;
    height: 0.3472222222vw;
  }
}

@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }
}

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #897850 !important;
}

/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.3333333333vw;
  height: 16.8vw;
  background-color: #505f6a;
  border-radius: 0 0 0 4vw;
  z-index: 8888;
  cursor: pointer;
}

.header.is-open .toggle {
  position: fixed;
  top: 0;
  right: 0;
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 6vw;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.toggle span:nth-of-type(1) {
  top: 3.4666666667vw;
}

.toggle span:nth-of-type(2) {
  top: 5.6vw;
}

.toggle span:nth-of-type(3) {
  top: 7.7333333333vw;
}

.toggle.is-active span:nth-of-type(1) {
  top: 5.6vw;
  -webkit-transform: translateX(-50%) rotate(35deg);
  transform: translateX(-50%) rotate(35deg);
}

.toggle.is-active span:nth-of-type(2) {
  display: none;
}

.toggle.is-active span:nth-of-type(3) {
  top: 5.6vw;
  -webkit-transform: translateX(-50%) rotate(-35deg);
  transform: translateX(-50%) rotate(-35deg);
}

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 3.3333333333vw;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 400;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.2em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .toggle {
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    border-radius: 0 0 0 2.0833333333vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .toggle:hover {
    opacity: 0.9;
  }

  .toggle span {
    width: 2.0833333333vw;
  }

  .toggle span:nth-of-type(1) {
    top: 1.5972222222vw;
  }

  .toggle span:nth-of-type(2) {
    top: 2.3611111111vw;
  }

  .toggle span:nth-of-type(3) {
    top: 3.125vw;
  }

  .toggle.is-active span:nth-of-type(1) {
    top: 2.3611111111vw;
  }

  .toggle.is-active span:nth-of-type(3) {
    top: 2.3611111111vw;
  }

  .toggle-text {
    bottom: 1.3888888889vw;
    font-size: 0.9027777778vw;
  }
}

@media screen and (min-width: 1441px) {
  .toggle {
    width: 100px;
    height: 100px;
    border-radius: 0 0 0 30px;
  }

  .toggle span {
    width: 30px;
  }

  .toggle span:nth-of-type(1) {
    top: 23px;
  }

  .toggle span:nth-of-type(2) {
    top: 34px;
  }

  .toggle span:nth-of-type(3) {
    top: 45px;
  }

  .toggle.is-active span:nth-of-type(1) {
    top: 34px;
  }

  .toggle.is-active span:nth-of-type(3) {
    top: 34px;
  }

  .toggle-text {
    bottom: 20px;
    font-size: 1.3rem;
  }
}

/*  guide
-------------------------------------------------------------------------------*/
.guide {
  position: relative;
}

.footer .guide {
  padding: 13.3333333333vw 0;
  background-image: url(../img/common/bg_sp.jpg);
  background-size: cover;
}

.guide-box {
  margin: 0 auto;
  width: 82.6666666667vw;
}

.guide-logo {
  margin: 0 auto 17.3333333333vw auto;
  width: 62.4vw;
}

.guide-logo a {
  display: block;
}

.guide-info-name {
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 1.75em;
}

.guide-info-add {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.75em;
}

.guide-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8vw;
  margin-top: 13.3333333333vw;
}

.guide-sitemap a {
  position: relative;
  display: inline-block;
  padding-left: 4.2666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 400;
  letter-spacing: 0;
}

.guide-sitemap a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.3333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/common/navi-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.guide-copy {
  margin-top: 8vw;
  color: #f4f4f4;
  font-size: 3.7333333333vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 750px) {
  .header .guide-info {
    margin-top: 10.6666666667vw;
  }

  .guide-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }

  .footer .guide-btn {
    display: none;
  }

  .guide-btn>div {
    width: 39.3333333333vw;
  }

  .guide-btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7.4666666667vw;
    height: 16vw;
  }

  .guide-btn a span {
    position: relative;
    display: inline-block;
    padding-right: 4.8vw;
    font-family: "ZenOldMincho", sans-serif;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0;
  }

  .guide-btn a span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .guide-btn a:before {
    content: "";
    position: absolute;
    left: 50%;
    display: inline-block;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .guide-btn--hotel {
    background-color: #e6dfb8;
  }

  .guide-btn--hotel a span {
    color: #766335;
  }

  .guide-btn--hotel a span:after {
    background-image: url(../img/common/external-bw.svg);
  }

  .guide-btn--hotel a:before {
    top: 2.9333333333vw;
    width: 4.5333333333vw;
    height: 4.2666666667vw;
    background-image: url(../img/common/bed-bw.svg);
  }

  .guide-btn--reserve {
    background-color: #897850;
  }

  .guide-btn--reserve a span {
    color: #ffffff;
  }

  .guide-btn--reserve a span:after {
    background-image: url(../img/common/external-wh.svg);
  }

  .guide-btn--reserve a:before {
    top: 3.0666666667vw;
    width: 4.2666666667vw;
    height: 4.1333333333vw;
    background-image: url(../img/common/calendar-wh.svg);
  }

  .guide-btn--contact {
    background-color: #505f6a;
  }

  .guide-btn--contact a span {
    color: #ffffff;
  }

  .guide-btn--contact a:before {
    top: 2.4vw;
    width: 2.9333333333vw;
    height: 2.5333333333vw;
    background-image: url(../img/common/mail-wh.svg);
  }
}

@media screen and (min-width: 751px) {
  .guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .guide {
    padding: 9.0277777778vw 0 6.9444444444vw 0;
    background-image: url(../img/common/bg.jpg);
    background-image: image-set(url(../img/common/bg.jpg) 1x, url(../img/common/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/bg.jpg) 1x, url(../img/common/bg-2x.jpg) 2x);
  }

  .guide-box {
    margin: 0 auto;
    width: 69.4444444444vw;
  }

  .guide-logo {
    margin: 0 auto 10.4166666667vw auto;
    width: 23.1944444444vw;
  }

  .guide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .guide-btn {
    display: none;
  }

  .guide-info {
    margin: 0;
    width: 25vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .guide-info-name {
    font-size: 1.25vw;
  }

  .guide-info-add {
    font-size: 1.0416666667vw;
  }

  .guide-sitemap {
    gap: 2.0833333333vw;
    margin-top: 10.4166666667vw;
  }

  .guide-sitemap a {
    padding-left: 1.0416666667vw;
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  .guide-sitemap a:before {
    width: 0.3472222222vw;
    height: 0.5555555556vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }

  .guide-sitemap a:hover {
    color: #e6dfb8;
  }

  .guide-sitemap a:hover:before {
    background-image: url(../img/common/navi-bg.svg);
  }

  ::-webkit-full-page-media,
  :future,
  :root .guide-sitemap a:before {
    -webkit-transition: none;
    transition: none;
  }

  .guide-copy {
    margin-top: 5.5555555556vw;
    font-size: 0.8333333333vw;
  }
}

@media screen and (min-width: 1441px) {
  .footer .guide {
    padding: 130px 0 100px 0;
  }

  .guide-box {
    width: 1000px;
  }

  .guide-logo {
    margin: 0 auto 150px auto;
    width: 334px;
  }

  .guide-info {
    width: 360px;
  }

  .guide-info-name {
    font-size: 1.8rem;
  }

  .guide-info-add {
    font-size: 1.5rem;
  }

  .guide-sitemap {
    gap: 30px;
    margin-top: 150px;
  }

  .guide-sitemap a {
    padding-left: 15px;
    font-size: 1.4rem;
  }

  .guide-sitemap a:before {
    width: 5px;
    height: 8px;
  }

  .guide-copy {
    margin-top: 80px;
    font-size: 1.2rem;
  }
}

/*  #contact
-------------------------------------------------------------------------------*/
.contact {
  position: relative;
  padding: 13.3333333333vw 0 20vw 0;
  background-color: #ffffff;
}

.contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 119.6vw;
  background-image: url(../img/contact/bg.png);
  background-size: cover;
  background-position: center bottom;
}

.contact-box {
  position: relative;
  margin: 0 auto;
  padding: 10vw 9.3333333333vw 10.6666666667vw 9.3333333333vw;
  width: 86.6666666667vw;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

.contact-heading {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.contact-en {
  position: relative;
  padding-bottom: 3.3333333333vw;
  display: inline-block;
  line-height: 1em;
}

.contact-en:after {
  content: "";
  position: absolute;
  right: -5.3333333333vw;
  bottom: 0;
  display: inline-block;
  width: 5.7333333333vw;
  height: 5.7333333333vw;
  background-image: url(../img/common/moon.svg);
  background-size: contain;
}

.contact-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5.3333333333vw 0;
}

.contact-menu>li {
  width: 100%;
}

.contact-menu>li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 9.3333333333vw;
  height: 22.6666666667vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.4vw;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.contact-menu>li a span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4vw;
  line-height: 1em;
  letter-spacing: 0.03em;
}

.contact-menu>li a:before {
  content: "";
  position: absolute;
  top: 5.0666666667vw;
  left: 50%;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.0666666667vw;
  background-size: contain;
  background-position: center bottom;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact-menu--reserve a span {
  padding-right: 4.8vw;
}

.contact-menu--reserve a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/external-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.contact-menu--reserve a:before {
  background-image: url(../img/common/calendar-wh.svg);
}

.contact-menu--contact a:before {
  background-image: url(../img/common/mail-wh.svg);
}

.contact-menu>li a .arrow {
  right: 2vw;
  bottom: 2vw;
  background-color: #897850;
  border-color: #897850;
}

.contact-menu>li a .arrow:before,
.contact-menu>li a .arrow:after {
  background-image: url(../img/common/arrow-wh.svg);
}

@media screen and (min-width: 751px) {
  .contact {
    padding: 6.9444444444vw 0 10.4166666667vw 0;
  }

  .contact:before {
    height: 42.7083333333vw;
    background-image: url(../img/contact/bg.png);
    background-image: image-set(url(../img/contact/bg.png) 1x, url(../img/contact/bg-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/contact/bg.png) 1x, url(../img/contact/bg-2x.png) 2x);
  }

  .contact-box {
    padding: 4.8611111111vw 0;
    width: 93.0555555556vw;
    border-width: 0.0694444444vw;
  }

  .contact-heading {
    margin-bottom: 3.4722222222vw;
  }

  .contact-en {
    padding-bottom: 1.0416666667vw;
  }

  .contact-en:after {
    right: -2.4305555556vw;
    width: 2.5694444444vw;
    height: 2.5694444444vw;
  }

  .contact-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4.0277777778vw;
  }

  .contact-menu>li {
    width: 32.6388888889vw;
  }

  .contact-menu>li a {
    padding-top: 5.5555555556vw;
    height: 10.4166666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2083333333vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .contact-menu>li a span {
    font-size: 1.3888888889vw;
    letter-spacing: 0.08em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  .contact-menu>li a:before {
    top: 2.0833333333vw;
    width: 2.7777777778vw;
    height: 2.6388888889vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }

  .contact-menu>li a:hover {
    background-color: #ffffff;
  }

  .contact-menu>li a:hover span {
    color: #897850;
  }

  .contact-menu--reserve a span {
    padding-right: 1.7361111111vw;
  }

  .contact-menu--reserve a span:after {
    width: 1.25vw;
    height: 1.25vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }

  .contact-menu--reserve a:hover span:after {
    background-image: url(../img/common/external-gd.svg);
  }

  .contact-menu--reserve a:hover:before {
    background-image: url(../img/common/calendar-gd.svg);
  }

  .contact-menu--contact a:hover:before {
    background-image: url(../img/common/mail-gd.svg);
  }

  ::-webkit-full-page-media,
  :future,
  :root .contact-menu>li a:before {
    -webkit-transition: none;
    transition: none;
  }

  ::-webkit-full-page-media,
  :future,
  :root .contact-menu>li a span:after {
    -webkit-transition: none;
    transition: none;
  }

  .contact-menu>li a .arrow {
    right: 1.3888888889vw;
    bottom: 1.3888888889vw;
  }
}

@media screen and (min-width: 1441px) {
  .contact {
    padding: 100px 0 150px 0;
  }

  .contact:before {
    height: 615px;
  }

  .contact-box {
    padding: 70px 0;
    width: 1340px;
    border-width: 1px;
  }

  .contact-heading {
    margin-bottom: 50px;
  }

  .contact-en {
    padding-bottom: 15px;
  }

  .contact-en:after {
    right: -35px;
    width: 37px;
    height: 37px;
  }

  .contact-menu {
    gap: 58px;
  }

  .contact-menu>li {
    width: 470px;
  }

  .contact-menu>li a {
    padding-top: 80px;
    height: 150px;
    border-width: 1px;
    border-radius: 3px;
  }

  .contact-menu>li a span {
    font-size: 2rem;
  }

  .contact-menu>li a:before {
    top: 30px;
    width: 40px;
    height: 38px;
  }

  .contact-menu--reserve a span {
    padding-right: 25px;
  }

  .contact-menu--reserve a span:after {
    width: 18px;
    height: 18px;
  }

  .contact-menu>li a .arrow {
    right: 20px;
    bottom: 20px;
  }
}

/*  faq --> common
-------------------------------------------------------------------------------*/
.faq-post .c-faq:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.c-faq {
  position: relative;
}

.c-faq:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed_sp.png);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.c-faq dt:before,
.c-faq dd:before {
  position: absolute;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.1333333333vw;
  font-optical-sizing: auto;
}

.c-faq dt {
  position: relative;
  padding: 0 6.6666666667vw 4.6666666667vw 14.6666666667vw;
  width: 100%;
  font-family: "ZenOldMincho", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.55em;
}

.c-faq dt:before {
  content: "Q.";
  top: 0;
  left: 3.7333333333vw;
  color: #92825d;
}

.c-faq dd {
  position: relative;
  padding: 4.6666666667vw 6vw 4.6666666667vw 14.6666666667vw;
  width: 100%;
  color: #505f6a;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.75em;
}

.c-faq dd:before {
  content: "A.";
  top: 4.6666666667vw;
  left: 4.4vw;
  color: #c82536;
}

.c-faq dd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed_sp.png);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.c-faq dd .editor {
  margin: 0;
}

.c-faq dd .editor p {
  padding: 0;
}

.faq-post--archive .c-faq dt {
  padding-right: 12vw;
  cursor: pointer;
}

.faq-post--archive .c-faq dt:after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 2.6666666667vw;
  display: inline-block;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../img/faq/plus.svg);
  background-size: contain;
}

.faq-post--archive .c-faq dt.is-open:after {
  background-image: url(../img/faq/minus.svg);
}

.faq-post--archive .c-faq dd {
  display: none;
}

@media screen and (max-width: 750px) {
  .faq-post {
    margin-left: -6.6666666667vw;
    width: 100vw;
  }
}

@media screen and (min-width: 751px) {
  .faq-post .c-faq:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }

  .c-faq {
    padding: 0;
  }

  .c-faq:after {
    height: 0.0694444444vw;
    background-image: url(../img/common/dashed.png);
    background-size: auto 0.0694444444vw;
  }

  .c-faq dt:before,
  .c-faq dd:before {
    font-size: 2.5vw;
  }

  .c-faq dt {
    padding: 0 4.1666666667vw 1.0416666667vw 4.1666666667vw;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
  }

  .c-faq dt:before {
    left: 0;
  }

  .c-faq dd {
    padding: 2.4305555556vw 1.0416666667vw 1.7361111111vw 4.8611111111vw;
    font-size: 1.25vw;
  }

  .c-faq dd:before {
    top: 2.4305555556vw;
    left: 0.2083333333vw;
  }

  .c-faq dd:after {
    height: 0.0694444444vw;
    background-image: url(../img/common/dashed.png);
    background-size: auto 0.0694444444vw;
  }

  .faq-post--archive .c-faq dt:after {
    top: 0.25em;
    right: 1.3888888889vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}

@media screen and (min-width: 1441px) {
  .faq-post .c-faq:nth-child(n+2) {
    margin-top: 50px;
  }

  .c-faq:after {
    height: 1px;
    background-size: auto 1px;
  }

  .c-faq dt:before,
  .c-faq dd:before {
    font-size: 3.6rem;
  }

  .c-faq dt {
    padding: 0 20px 20px 70px;
    font-size: 1.8rem;
  }

  .c-faq dd {
    padding: 35px 15px 25px 70px;
    font-size: 1.8rem;
  }

  .c-faq dd:before {
    top: 35px;
    left: 3px;
  }

  .c-faq dd:after {
    height: 1px;
    background-size: auto 1px;
  }

  .faq-post--archive .c-faq dt {
    padding-right: 80px;
  }

  .faq-post--archive .c-faq dt:after {
    right: 20px;
    width: 24px;
    height: 24px;
  }
}