@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Libre+Caslon+Display&display=swap");
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  margin-top: 0;
  font-weight: 400;
  color: #57514c;
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.06em;
  overflow-x: hidden;
  position: relative;
}

a {
  color: #01451b;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

summary::-webkit-details-marker {
  display: none;
}

sup,
sub {
  font-size: 0.6em;
}

.dInlineBlock {
  display: inline-block !important;
}

.fontEn {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}

@keyframes isUsual {
  0% {
    position: fixed;
    top: 0;
  }
  100% {
    position: absolute;
    top: 0;
  }
}
@keyframes isFixed {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}
#globalHeader:has(.isOpen) {
  transform: translateY(0) !important;
}

.snsList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  z-index: 111;
}
.snsList.dark li svg {
  fill: #fff;
}
.snsList.light li svg {
  fill: #333;
}
.snsList li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.snsList svg {
  display: block;
  fill: #fff;
  transition: 0.3s fill;
}

main {
  display: block;
  padding-top: 0;
}

#globalFooter {
  color: #fff;
  position: relative;
}
#globalFooter a {
  color: #fff;
}
#globalFooter .gfInner .gfAccess {
  display: flex;
}
#globalFooter .gfInner .gfAccess .gfAccessText p:not(.gfAccessLink) a {
  text-decoration: none;
  pointer-events: none;
}
#globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  display: inline-block;
  position: relative;
}
#globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a:before {
  content: "";
  display: block;
  background: url(../images/common/icon_map.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
#globalFooter .gfInner .gfSitemap .gfSitemapList {
  display: flex;
  flex-wrap: wrap;
}
#globalFooter .gfInner .gfSitemap .gfSitemapList > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#globalFooter .gfInner .gfSitemap .gfSitemapList > li a {
  display: block;
  color: #fff;
}
#globalFooter .gfInner .gfReserve .gfReserveBtn a {
  display: block;
  border: 1px solid #86928b;
  border-radius: 9999px;
  position: relative;
}
#globalFooter .gfInner .gfReserve .gfReserveBtn a:before {
  content: "";
  display: block;
  background: url(../images/common/icon_calendar.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList {
  display: flex;
  flex-wrap: wrap;
}
#globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a {
  display: inline-block;
  position: relative;
}
#globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a[target=_blank]:after {
  content: "";
  display: block;
  background: url(../images/common/icon_blank.svg) no-repeat;
  background-size: contain;
  position: absolute;
}
#globalFooter .gfInner .gfBlank .gfBlankList {
  display: flex;
}
#globalFooter .gfInner .gfBlank .gfBlankList li a {
  display: block;
  position: relative;
}
#globalFooter .gfInner .gfBlank .gfBlankList li a:after {
  content: "";
  display: block;
  background: url(../images/common/icon_blank.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}

#globalFooter {
  color: #fff;
  position: relative;
}
#globalFooter a {
  color: #fff;
}
#globalFooter:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background: linear-gradient(rgb(12, 37, 23) 30%, rgba(12, 37, 23, 0) 100%);
  transform: rotate(-180deg);
  position: absolute;
  left: 0;
  pointer-events: none;
}
.cookieConsentLayout {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 99;
  transition: 0.4s 1s transform ease-in-out;
  transform: translateY(0);
  backdrop-filter: blur(8px);
  z-index: 112;
}
.cookieConsentLayout:not(.jsCookieConsent) {
  transform: translateY(calc(100% + 50px));
}
.cookieConsentLayout .cookieText {
  font-weight: bold;
}
.cookieConsentLayout .cookieText a {
  color: #183c29;
  text-decoration: underline;
}
.cookieConsentLayout .cookieBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-align: center;
  background: transparent;
}
.cookieConsentLayout .cookieBtn > a {
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  border-radius: 9999px;
  background: #183c29;
  position: relative;
}
.cookieConsentLayout .cookieClose {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: all 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.cookieConsentLayout .cookieClose > span {
  display: block;
  width: 25px;
  height: 2px;
  background: #57514c;
  position: absolute;
  right: 0;
  left: 0;
}
.cookieConsentLayout .cookieClose > span:nth-child(1) {
  transform: rotate(45deg);
}
.cookieConsentLayout .cookieClose > span:nth-child(2) {
  transform: rotate(-45deg);
}

@keyframes btnArrow {
  30% {
    opacity: 0;
    transform: rotate(0deg);
  }
  31% {
    transform: rotate(180deg);
  }
  35% {
    background-color: transparent;
    border: none;
    background-image: url(../images/common/icon_arrow_green.svg);
    transform: rotate(180deg);
  }
  36% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    background-color: transparent;
    border: none;
    background-image: url(../images/common/icon_arrow_green.svg);
    transform: rotate(0deg);
  }
}
@keyframes btnArrow_white {
  30% {
    opacity: 0;
    transform: rotate(0deg);
  }
  31% {
    transform: rotate(180deg);
  }
  35% {
    background-color: transparent;
    border: none;
    transform: rotate(180deg);
  }
  36% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    background-color: transparent;
    border: none;
    transform: rotate(0deg);
  }
}
@keyframes btnArrowBorder {
  30% {
    opacity: 1;
  }
  31% {
    opacity: 0;
  }
  35% {
    background-color: transparent;
    background-image: url(../images/common/btn_deco_gray.png);
    transform: rotate(180deg);
  }
  36% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
body.headerActive #globalHeader.isFixed:not(.isUsual) {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.9);
}

main {
  position: relative;
}

#globalHeader .ghLogo {
  transition: 0.4s opacity;
}

main {
  position: relative;
  z-index: 0;
}

.homeFooter {
  position: relative;
  background: url(../images/common/footer_bg.webp) no-repeat;
  background-size: cover;
}

body.english_home {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body.english_home .num {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  font-style: normal;
}
#mainContents {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1110px) {
  body:has(#ghMenuBtn.isOpen):before {
    opacity: 1;
    pointer-events: inherit;
  }
  body:has(#ghMenuBtn.isOpen) #globalHeader .ghInner .ghReserveBtn a {
    background: rgba(255, 255, 255, 0.85);
  }
  body:has(#ghMenuBtn.isOpen) .snsList li a svg {
    fill: #fff;
  }
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
    transition: 0.4s background, 0.4s transform;
  }
  #globalHeader.isView, #globalHeader.isFixed {
    backdrop-filter: blur(20px);
  }
  #globalHeader.isView {
    transform: translateY(-60px);
  }
  #globalHeader:not(.isView) {
    transform: translateY(0);
    position: fixed;
  }
  #globalHeader.isFixed:not(.isUsual) {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.9);
  }
  #globalHeader .ghInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    padding: 0 75px 0 20px;
    position: relative;
  }
  #globalHeader .ghInner .ghLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100px;
  }
  #globalHeader .ghInner .ghLogo a {
    display: block;
    width: 100%;
  }
  #globalHeader .ghInner .ghLogo a picture {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #globalHeader .ghInner .ghLogo a img {
    width: 100%;
  }
  #globalHeader .ghInner .ghReserveBtn {
    position: relative;
    z-index: 10;
  }
  #globalHeader .ghInner .ghReserveBtn a {
    display: block;
    color: #fff;
    border: 1px solid #01451b;
    border-radius: 9999px;
    padding-block: 9px;
    padding-inline: 14px 30px;
    text-align: center;
    color: #01451b;
    font-size: 11px;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.85);
    transition: 0.3s background, 0.3s color;
  }
  #globalHeader .ghInner .ghReserveBtn a:before {
    content: "";
    display: block;
    background: url(../images/common/icon_calendar_green.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
  }
  #globalHeader #ghMenuBtn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: transparent;
    width: 75px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
  }
  #globalHeader #ghMenuBtn > span {
    background: #183c29;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.2s transform, 0.2s opacity, 0.2s background;
  }
  #globalHeader #ghMenuBtn > span {
    width: 35px;
    height: 1px;
  }
  #globalHeader #ghMenuBtn > span:nth-child(1) {
    transform: translateY(-4px);
  }
  #globalHeader #ghMenuBtn > span:nth-child(2) {
    transform: translateY(4px);
  }
  #globalHeader #ghMenuBtn.isOpen > span {
    background: #fff;
  }
  #globalHeader #ghMenuBtn.isOpen > span:nth-child(1) {
    transform: rotate(30deg);
  }
  #globalHeader #ghMenuBtn.isOpen > span:nth-child(2) {
    transform: rotate(-30deg);
  }
  #globalHeader #ghMenuBtn.isOpen + .ghMenu {
    transform: translateX(0);
  }
  #globalHeader .ghMenu {
    background: #01451b;
    width: 225px;
    height: 100dvh;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    transform: translateX(100%);
    transition: 0.3s transform;
    z-index: 1;
  }
  #globalHeader .ghMenu .ghNav {
    padding: 110px 38px;
    height: 100%;
    overflow-y: auto;
  }
  #globalHeader .ghMenu .ghNav ul > li + li {
    margin-top: 12px;
  }
  #globalHeader .ghMenu .ghNav ul > li a {
    display: block;
    color: #fff;
    padding: 7px 0;
    font-size: 15px;
    position: relative;
  }
  #globalHeader .ghMenu .ghNav ul > li a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(../images/common/icon_blank.svg) no-repeat;
    background-size: contain;
  }
  @keyframes btnArrow {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrow_white {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrowBorder {
    30% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    35% {
      background-color: transparent;
      background-image: url(../images/common/btn_deco_gray.png);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0deg);
    }
  }
  body.headerActive #globalHeader .ghLogo {
    opacity: 1;
    pointer-events: visible;
  }
  body:not(.headerActive) #globalHeader .ghLogo {
    opacity: 0;
    pointer-events: none;
  }
  #globalHeader {
    backdrop-filter: blur(0);
    pointer-events: none;
  }
  #globalHeader .ghInner > * {
    pointer-events: visible;
  }
  #globalHeader #ghMenuBtn,
  #globalHeader .ghMenu {
    pointer-events: visible;
  }
  #globalHeader.isUsual {
    box-shadow: none !important;
    backdrop-filter: none;
  }
  #globalHeader:not([class]) #ghMenuBtn > span, #globalHeader.isUsual #ghMenuBtn > span {
    background: #fff;
  }
  #globalHeader_pc {
    display: none !important;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1111px) {
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader {
    display: flex;
    width: 100%;
    height: 118px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    transition: 0.4s background, 0.4s transform, 0.4s height;
  }
  #globalHeader.isView {
    transform: translateY(-120px);
  }
  #globalHeader:not(.isView) {
    transform: translateY(0);
    position: fixed;
  }
  #globalHeader:not(.isFixed) {
    transform: translateY(-120px);
  }
  #globalHeader.isFixed:not(.isUsual) {
    height: 70px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.9);
  }
  #globalHeader.isFixed:not(.isUsual) .ghLogo img {
    top: 20px;
  }
  #globalHeader .ghLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.125vw;
    max-width: 232px;
    aspect-ratio: 232/30;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 40px;
  }
  #globalHeader .ghLogo a {
    display: block;
    width: 100%;
  }
  #globalHeader .ghLogo img {
    width: 100%;
    display: block;
  }
  #globalHeader .ghInner .ghReserveBtn {
    display: flex;
    align-items: center;
    width: 16.4vw;
    max-width: 210px;
    aspect-ratio: 210/40;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.3vw;
    margin: auto;
    transition: 0.4s height;
  }
  #globalHeader .ghInner .ghReserveBtn a {
    display: block;
    width: 100%;
    border: 1px solid #01451b;
    border-radius: 9999px;
    padding-block: 9px;
    padding-inline: min(30px, 2vw) min(54px, 4.1vw);
    text-align: center;
    color: #01451b;
    font-size: min(18px, 1.4vw);
    line-height: 1.2;
    transition: 0.3s background, 0.3s color;
  }
  #globalHeader .ghInner .ghReserveBtn a:hover {
    background: rgba(255, 255, 255, 0.85);
  }
  #globalHeader .ghInner .ghReserveBtn a:before {
    content: "";
    display: block;
    background: url(../images/common/icon_calendar_green.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: min(18px, 1.4vw);
    height: min(18px, 1.4vw);
    top: 0;
    bottom: 0;
    right: min(22px, 1.71875vw);
    margin: auto;
  }
  #globalHeader #ghMenuBtn {
    display: none !important;
  }
  #globalHeader .ghMenu {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  #globalHeader .ghMenu .ghNav {
    margin-right: 40px;
  }
  #globalHeader .ghMenu .ghNav ul {
    display: flex;
    font-size: min(19px, 1.48vw);
  }
  #globalHeader .ghMenu .ghNav ul > li {
    line-height: 1.4;
  }
  #globalHeader .ghMenu .ghNav ul > li + li {
    margin-left: min(60px, 1.8vw);
  }
  #globalHeader .ghMenu .ghNav ul > li a {
    color: #183c29;
  }
  #globalHeader .ghMenu .ghNav ul > li a:hover {
    transition: 0.3s;
    opacity: 0.6;
  }
  #globalHeader .ghMenu .ghNav ul .ghNavItemSP {
    display: none;
  }
  @keyframes btnArrow {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrow_white {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrowBorder {
    30% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    35% {
      background-color: transparent;
      background-image: url(../images/common/btn_deco_gray.png);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0deg);
    }
  }
  #globalHeader_pc {
    height: 118px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
  }
  #globalHeader_pc .ghLogo {
    transition: 0.4s opacity;
  }
  #globalHeader_pc .ghReserveBtn {
    display: flex;
    align-items: center;
    width: 16.4vw;
    max-width: 210px;
    aspect-ratio: 210/40;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.3vw;
    margin: auto;
    transition: 0.4s height;
    z-index: 15;
  }
  #globalHeader_pc .ghReserveBtn a {
    display: block;
    width: 100%;
    color: #01451b;
    border: 1px solid #01451b;
    border-radius: 9999px;
    padding-block: 9px;
    padding-inline: min(30px, 2vw) min(54px, 4.1vw);
    text-align: center;
    font-size: min(18px, 1.4vw);
    line-height: 1.2;
    transition: 0.3s background, 0.3s color;
    background: rgba(255, 255, 255, 0.85);
  }
  #globalHeader_pc .ghReserveBtn a:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
  }
  #globalHeader_pc .ghReserveBtn a:hover:before {
    background-image: url(../images/common/icon_calendar.svg);
  }
  #globalHeader_pc .ghReserveBtn a:before {
    content: "";
    display: block;
    background: url(../images/common/icon_calendar_green.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: min(18px, 1.4vw);
    height: min(18px, 1.4vw);
    top: 0;
    bottom: 0;
    right: min(22px, 1.71875vw);
    margin: auto;
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.75;
  }
  body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity;
    z-index: 9;
  }
  .tel {
    color: #01451b;
    text-decoration: underline;
  }
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  .snsList {
    width: 80px;
    bottom: 31px;
    right: 20px;
  }
  .snsList li {
    width: 23px;
    height: 23px;
  }
  .snsList li svg {
    width: 23px;
    height: 23px;
  }
  .snsList li + li {
    margin-left: 20px;
  }
  .snsList svg {
    width: 23px;
    height: 23px;
  }
  #globalFooter {
    padding: 60px 20px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessLogo {
    flex: none;
    width: 80px;
    margin-inline: auto;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText {
    width: calc(100% - 120px);
    font-size: 12px;
    line-height: 1.83;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink {
    margin-top: 20px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a {
    padding-left: 20px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a:before {
    width: 11px;
    height: 19px;
    top: 2px;
  }
  #globalFooter .gfInner .gfSitemap {
    margin-top: 38px;
  }
  #globalFooter .gfInner .gfSitemap .gfSitemapList > li {
    width: 50%;
  }
  #globalFooter .gfInner .gfSitemap .gfSitemapList > li a {
    padding: 15px 9px;
    font-size: 12px;
  }
  #globalFooter .gfInner .gfReserve {
    width: calc(100% - 18px);
    max-width: 298px;
    margin-top: 40px;
    margin-inline: auto;
  }
  #globalFooter .gfInner .gfReserve .gfReserveBtn a {
    padding: 10px 100px 10px 25px;
    font-size: 13px;
  }
  #globalFooter .gfInner .gfReserve .gfReserveBtn a:before {
    width: 16px;
    height: 15px;
    right: 17px;
  }
  #globalFooter .gfInner .gfInfo {
    margin-top: 43px;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList {
    gap: 4%;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li {
    width: 48%;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a[target=_blank] {
    padding-right: 20px;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a[target=_blank]:after {
    width: 12px;
    height: 12px;
    top: 5px;
    right: 0;
  }
  #globalFooter .gfInner .gfInfo .gfCopyright {
    margin-top: 27px;
    font-size: 13px;
  }
  #globalFooter .gfInner .gfInfo .gfCopyright small {
    font-size: 13px;
  }
  #globalFooter .gfInner .gfBlank {
    margin-top: 60px;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList {
    flex-direction: column;
    align-items: flex-start;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li {
    font-size: 12px;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li + li {
    margin-top: 13px;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li a {
    padding-right: 18px;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li a:after {
    width: 12px;
    height: 12px;
    top: 5px;
  }
  #globalFooter {
    background-image: url(../images/common/footer_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #globalFooter:before {
    height: 100px;
    top: -99px;
  }
  #globalFooter:after {
    content: "";
    display: block;
    background-image: url(../images/second/bg_footer_secondSp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: 180px;
  }
  .cookieConsentLayout {
    width: 100%;
    padding: 14px 0 14px;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    bottom: 0;
  }
  .cookieConsentLayout .cookieInner {
    padding: 0 15px 0 15px;
  }
  .cookieConsentLayout .cookieText .cookieTitle {
    margin-right: 30px;
    font-size: 16px;
  }
  .cookieConsentLayout .cookieText .cookieTitle + * {
    margin-top: 8px;
  }
  .cookieConsentLayout .cookieBtn {
    margin-top: 15px;
  }
  .cookieConsentLayout .cookieBtn > a {
    display: inline-block;
    padding: 6px 18px;
    font-size: 14px;
    margin: 0 auto;
  }
  .cookieConsentLayout .cookieBtn > a + .btn {
    margin-top: 18px;
  }
  .cookieConsentLayout .cookieClose {
    right: 15px;
    top: 15px;
  }
  @keyframes btnArrow {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrow_white {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrowBorder {
    30% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    35% {
      background-color: transparent;
      background-image: url(../images/common/btn_deco_gray.png);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0deg);
    }
  }
  body.english_home #topBgimg {
    aspect-ratio: 75/70;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }
  body.english_home #topBgimg img {
    width: 100%;
    height: auto;
  }
  #eng1stView {
    aspect-ratio: 750/700;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #eng1stView:after {
    content: "";
    display: block;
    width: 100%;
    height: 40vw;
    background: linear-gradient(0deg, #faf7f2 30%, rgba(250, 247, 242, 0) 100%);
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 5;
  }
  #eng1stView {
    /*
    &:before{
    	content: "";
    	display: block;
    	width: 100%;
    	height: 40vw;
    	background-image: url(../images/english/sect_type1_bg.webp);
    	background-repeat: no-repeat;
    	background-position: left bottom;
    	background-size: 100% 100%;
    	position: absolute;
    	bottom: -2px;
    	left: 0;
    	z-index: 4;
    }
    */
  }
  #eng1stView #fvInner {
    aspect-ratio: 750/700;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-bottom: 18vw;
  }
  #eng1stView #fvInner .logoWrap h1 {
    aspect-ratio: 137/179;
    width: 10.5vw;
    margin: 0 auto;
  }
  #eng1stView #fvInner .logoWrap .catch {
    color: #fff;
    font-size: 3.5vw;
    line-height: 1;
    margin-top: 3.5vw;
  }
  .sectType1 {
    padding: 15vw 0;
    background-color: #faf7f2;
  }
  .sectType1#weAre {
    background-image: url(../images/english/sp_sect_type1_bg.webp);
    background-repeat: repeat-y;
    background-position: 0 0;
    background-size: 50% 100%;
  }
  .sectType1 .sectInner {
    width: 90%;
    margin: 0 auto;
  }
  .sectType1 .sectInner .txt h2 {
    padding-left: 2.5em;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 1;
    position: relative;
  }
  .sectType1 .sectInner .txt h2:before {
    content: "";
    display: block;
    background-color: #57514c;
    width: 2em;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0.5em;
  }
  .sectType1 .sectInner .txt h3 {
    font-size: 6.4vw;
    font-weight: 600;
    margin-top: 9vw;
    line-height: 1.3;
  }
  .sectType1 .sectInner .txt p {
    font-size: 4.2vw;
    line-height: 1.5;
    margin-top: 8.6vw;
  }
  .sectType1 .sectInner .txt p .asta {
    margin-top: 1.5em;
    display: block;
    font-size: 3.5vw;
    color: #005046;
  }
  .sectType1 .sectInner .imgWrap {
    margin-top: 18.6vw;
  }
  .sectType1.rev {
    background-color: #fff;
    background-image: none;
  }
  #photoSlide {
    position: relative;
    z-index: 2;
    background-color: #faf7f2;
    padding: 32vw 0 12vw;
  }
  #photoSlide #reserveThumbList .reserveThumbListItem {
    padding: 0 2.5vw;
  }
  #photoSlide #reserveThumbList .reserveThumbListItem img {
    width: 40vw;
    height: auto;
  }
  #fadeImg {
    position: relative;
    z-index: 1;
  }
  #fadeImg .sectHead {
    position: absolute;
    z-index: 5;
    padding: 11vw 0 0 10vw;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(250, 247, 242, 0) 10%, rgb(250, 247, 242) 90%);
  }
  #fadeImg .sectHead h2 {
    color: #fff;
    font-size: 6.6vw;
    font-weight: 500;
  }
  #fadeImg #fadeBody {
    position: relative;
    z-index: 3;
  }
  #fadeImg #fadeBody .slide {
    aspect-ratio: 750/1223;
    width: 100vw;
  }
  #fadeImg #fadeBody .slide .txtWrap {
    position: absolute;
    z-index: 5;
    color: #fff;
    bottom: 10vw;
    left: 10vw;
    width: 80vw;
  }
  #fadeImg #fadeBody .slide .txtWrap .num {
    font-size: 10.6vw;
    font-weight: 500;
    line-height: 1;
  }
  #fadeImg #fadeBody .slide .txtWrap h3 {
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1.8vw;
  }
  #fadeImg #fadeBody .slide .txtWrap p {
    font-size: 4.2vw;
    line-height: 1.4;
    margin-top: 1.3vw;
    margin-bottom: 2.5vw;
  }
  #fadeImg #fadeBody .slide .imgWrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #fadeImg #fadeBody .slide .imgWrap img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #fadeImg #fadeBody .slick-arrow {
    position: absolute;
    bottom: 3vw;
    z-index: 5;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  #fadeImg #fadeBody .slick-arrow:before {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    transform: rotate(45deg);
  }
  #fadeImg #fadeBody .slick-arrow.slick-prev {
    right: 8vw;
    bottom: 5vw;
  }
  #fadeImg #fadeBody .slick-arrow.slick-prev:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  #fadeImg #fadeBody .slick-arrow.slick-next {
    right: 4vw;
    bottom: 5vw;
  }
  #fadeImg #fadeBody .slick-arrow.slick-next:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  section.info .inner .txt h2 {
    font-size: 6.4vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  section.info .inner .txt h2 span {
    font-size: 3.6vw;
    padding: 0 1em;
    font-weight: 600;
  }
  section.info .inner .txt h3 {
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 6.6vw;
  }
  section.info .inner .txt p {
    font-size: 4.2vw;
    line-height: 1.5;
    margin-top: 6.6vw;
  }
  section.info .inner .txt p .asta {
    font-size: 3.3vw;
    display: block;
    margin-top: 1.5em;
    color: #005046;
  }
  #vegan {
    background-color: #faf7f2;
    position: relative;
    padding: 20vw 0;
  }
  #vegan .inner {
    width: 90%;
    margin: 0 auto;
  }
  #vegan .img {
    width: 90%;
    margin: 16vw auto 0;
  }
  #vegan .img img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #rooms {
    padding: 20vw 0;
  }
  #rooms .inner .imgL {
    width: 66vw;
    margin: 0 auto;
  }
  #rooms .inner .imgL img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #rooms .inner .txt {
    width: 90%;
    margin: 12vw auto 0;
  }
  #rooms .inner .imgR {
    width: 80vw;
    margin: 6vw 0 0 auto;
  }
  #rooms .inner .imgR img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #where {
    background-color: #faf6f2;
    background-image: url(../images/english/where_bg.webp);
    background-size: 90% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 100px 0 70px;
    padding-top: 64vw;
  }
  #where .inner {
    width: 90%;
    margin: 0 auto;
  }
  #where .inner .txt h2 {
    padding-left: 3.5em;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 1;
    position: relative;
  }
  #where .inner .txt h2:before {
    content: "";
    display: block;
    background-color: #57514c;
    width: 3em;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0.5em;
  }
  #where .inner .txt h3 {
    font-size: 6.4vw;
    font-weight: 700;
    margin-top: 6.4vw;
    line-height: 1.3;
  }
  #where .inner .txt p {
    font-size: 4.2vw;
    line-height: 1.5;
    margin-top: 13vw;
  }
  #where .inner .txt .access {
    background-color: #fff;
    padding: 5vw;
    margin-top: 10.5vw;
  }
  #where .inner .txt .access h3 {
    font-size: 5vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 0;
  }
  #where .inner .txt .access h3 svg {
    aspect-ratio: 72/85;
    width: 3.6vw;
    fill: #57514c;
  }
  #where .inner .txt .access p {
    font-size: 4.2vw;
    line-height: 1.5;
    margin-top: 4.2vw;
  }
  #where .inner .txt .access ul {
    display: flex;
    margin-top: 10px;
    gap: 10px;
  }
  #where .inner .txt .access ul li svg {
    aspect-ratio: 1/1;
    width: 14vw;
    fill: #57514c;
  }
  #mustSee {
    margin-top: 20vw;
  }
  #mustSee #bsHead {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mustSee #bsHead h2 {
    font-size: 6.4vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  #mustSee #bsHead h2 span {
    font-size: 3.6vw;
    padding: 0 1em;
    font-weight: 500;
  }
  #mustSee .slideWrap {
    position: relative;
  }
  #mustSee .slideWrap .catch {
    font-size: 5.6vw;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 15%, rgb(255, 255, 255) 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10.3vw 0 14.3vw;
    z-index: 5;
  }
  #mustSee .slideWrap #blueSlide {
    padding-top: 100px;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .img {
    width: 100%;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .img img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .txt {
    color: #fff;
    line-height: 1;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 5vw 10vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .txt .num {
    font-size: 10.6vw;
    font-weight: 500;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .txt h3 {
    font-size: 6vw;
    margin-top: 2vw;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .txt p {
    font-size: 4.2vw;
    margin-top: 1.5vw;
    margin-bottom: 2.5vw;
    line-height: 1.5;
  }
  #mustSee .slideWrap #blueSlide .slick-arrow {
    position: absolute;
    bottom: 3vw;
    z-index: 5;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  #mustSee .slideWrap #blueSlide .slick-arrow:before {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    transform: rotate(45deg);
  }
  #mustSee .slideWrap #blueSlide .slick-arrow.slick-prev {
    right: 8vw;
    bottom: 5vw;
  }
  #mustSee .slideWrap #blueSlide .slick-arrow.slick-prev:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  #mustSee .slideWrap #blueSlide .slick-arrow.slick-next {
    right: 4vw;
    bottom: 5vw;
  }
  #mustSee .slideWrap #blueSlide .slick-arrow.slick-next:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #dayTrip {
    position: relative;
    padding: 19vw 0;
    background-color: #fff;
  }
  #dayTrip .inner {
    width: 90%;
    margin: 0 auto;
  }
  #dayTrip .inner .txt h2 {
    font-size: 8vw;
    line-height: 1.3;
    font-weight: 600;
  }
  #dayTrip .inner .txt .sasie {
    display: flex;
    gap: 2.6vw;
    margin-top: 10vw;
    width: 100%;
  }
  #dayTrip .inner .txt .sasie .pic {
    flex: 1;
  }
  #dayTrip .inner .txt .sasie .pic img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #dayTrip .inner .txt h3 {
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10vw;
  }
  #dayTrip .inner .txt p {
    font-size: 4.5vw;
    line-height: 1.5;
    margin-top: 9vw;
  }
  #dayTrip .img {
    aspect-ratio: 498/740;
    width: 75vw;
    margin: 9vw auto 0;
  }
  #dayTrip .img img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #guest {
    margin-top: 10vw;
    padding-bottom: 15vw;
  }
  #guest .sectHead {
    width: 90%;
    margin: 0 auto;
  }
  #guest .sectHead h2 {
    font-size: 6.4vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
  #guest .sectHead h2 span {
    font-size: 3.6vw;
    padding: 0 1em;
    font-weight: 500;
  }
  #guest .sectHead h3 {
    font-size: 6.4vw;
    line-height: 1.3;
    margin-top: 6.2vw;
    font-weight: 600;
  }
  #guest #guestSlide {
    width: 90%;
    margin: 20vw auto 0;
  }
  #guest #guestSlide .gSlide {
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    padding: 0 5vw 5vw;
    height: auto;
    position: relative;
  }
  #guest #guestSlide .gSlide.gSlide {
    margin-top: 60px;
  }
  #guest #guestSlide .gSlide:nth-of-type(n + 4) {
    display: none;
  }
  #guest #guestSlide .gSlide .icon {
    width: 88px;
    margin: -44px auto 0;
  }
  #guest #guestSlide .gSlide .icon img {
    max-width: none;
    width: 100%;
    height: 100%;
  }
  #guest #guestSlide .gSlide .comment {
    position: relative;
    border-top: 1px solid #bfbfbf;
    margin-top: 30px;
    padding: 35px 0 0;
  }
  #guest #guestSlide .gSlide .comment .wq {
    background-color: #f2f2f2;
    padding-right: 10px;
    position: absolute;
    top: -15px;
    left: -15px;
  }
  #guest #guestSlide .gSlide .comment .wq svg {
    aspect-ratio: 38/30;
    width: 38px;
    fill: #ccc9c6;
  }
  #guest #guestSlide .gSlide .comment p {
    font-size: 4.8vw;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #183c29;
  }
  #guest #guestSlide .gSlide .btmItem {
    margin-top: 4vw;
  }
  #guest #guestSlide .gSlide .star {
    text-align: right;
    border-bottom: 1px solid #bfbfbf;
    color: #5e5750;
  }
  #guest #guestSlide .gSlide .spec {
    color: #183c29;
    padding-top: 4vw;
  }
  #guest #guestSlide .gSlide .spec span {
    display: block;
    text-align: right;
    line-height: 1.5;
  }
  #guest #guestSlide .gSlide .spec .event {
    font-size: 4.2vw;
    font-weight: 500;
  }
  #guest #guestSlide .gSlide .spec .company {
    font-size: 3.2w;
  }
  #bottomInfo {
    background-color: #faf7f2;
    padding-bottom: 50vw;
    padding-top: 8vw;
  }
  #bottomInfo .inner {
    width: 90%;
    margin: 0 auto;
  }
  #bottomInfo .inner .commit {
    background-color: #fff;
    padding: 6.5vw 5vw;
  }
  #bottomInfo .inner .commit .title {
    font-size: 5.6vw;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #57514c;
    font-weight: 500;
    padding-bottom: 3.5vw;
  }
  #bottomInfo .inner .commit p {
    font-size: 3.4vw;
    line-height: 1;
    text-align: center;
    margin-top: 3.5vw;
  }
  #bottomInfo .inner .commit .bnrs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
    margin-top: 30px;
  }
  #bottomInfo .inner .contact {
    background-color: #fff;
    padding: 6.5vw 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5.3vw;
  }
  #bottomInfo .inner .contact .title {
    font-size: 7.8vw;
    line-height: 1;
    font-weight: 500;
  }
  #bottomInfo .inner .contact p {
    font-size: 3.4vw;
    line-height: 1;
    text-align: center;
    margin-top: 35px;
  }
  #bottomInfo .inner .contact a.link {
    margin-top: 4.6vw;
    display: block;
    border: 1px solid #183c29;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #183c29;
    border-radius: 100px;
    width: 80%;
    height: 10vw;
    font-size: 3.7vw;
    gap: 10px;
  }
  #bottomInfo .inner .contact a.link svg {
    width: 3.5vw;
    height: 3.5vw;
    fill: #183c29;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 18px;
    line-height: 2.5;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  .snsList {
    width: 80px;
    bottom: 40px;
    right: 40px;
  }
  .snsList li {
    width: 30px;
    height: 30px;
  }
  .snsList li svg {
    width: 30px;
    height: 30px;
  }
  .snsList li + li {
    margin-left: 15px;
  }
  .snsList li a {
    transition: 0.2s transform;
  }
  .snsList li a:focus-visible, .snsList li a:hover {
    transform: scale(1.1);
  }
  .snsList svg {
    width: 30px;
    height: 30px;
  }
  #globalFooter {
    padding-block: 80px 130px;
  }
  #globalFooter .gfInner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1760px;
    padding-inline: 40px;
    margin: auto;
  }
  #globalFooter .gfInner .gfAccess {
    width: 460px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessLogo {
    width: 124px;
    margin-right: 62px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText {
    width: calc(100% - 186px);
    font-size: 16px;
    line-height: 1.875;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink {
    margin-top: 30px;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a {
    padding-left: 26px;
    transition: 0.3s opacity;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a:hover {
    opacity: 0.7;
  }
  #globalFooter .gfInner .gfAccess .gfAccessText .gfAccessLink a:before {
    width: 14px;
    height: 24px;
    top: 4px;
  }
  #globalFooter .gfInner .gfSitemap {
    width: calc(100% - 480px - 230px - 80px);
    max-width: 720px;
    margin-left: auto;
  }
  #globalFooter .gfInner .gfSitemap .gfSitemapList > li {
    width: 50%;
  }
  #globalFooter .gfInner .gfSitemap .gfSitemapList > li a {
    padding: 7px 15px;
    font-size: 15px;
    transition: 0.2s opacity;
  }
  #globalFooter .gfInner .gfSitemap .gfSitemapList > li a:hover {
    opacity: 0.7;
  }
  #globalFooter .gfInner .gfReserve {
    width: 0;
  }
  #globalFooter .gfInner .gfReserve .gfReserveBtn a {
    padding: 0 33px;
    font-size: 16px;
    transition: 0.3s background;
  }
  #globalFooter .gfInner .gfReserve .gfReserveBtn a:hover {
    background: rgba(1, 69, 27, 0.8);
  }
  #globalFooter .gfInner .gfReserve .gfReserveBtn a:before {
    width: 18px;
    height: 18px;
    right: 29px;
  }
  #globalFooter .gfInner .gfInfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 770px;
    margin-top: 65px;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li {
    margin-right: 38px;
    font-size: 14px;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a {
    transition: 0.3s opacity;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a:hover {
    opacity: 0.7;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a[target=_blank] {
    padding-right: 27px;
  }
  #globalFooter .gfInner .gfInfo .gfSubNav .gfSubNavList > li a[target=_blank]:after {
    width: 16px;
    height: 16px;
    top: 3px;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.3s opacity, 0.3s transform;
  }
  #globalFooter .gfInner .gfInfo .gfCopyright {
    margin-top: 10px;
    line-height: 1.2;
  }
  #globalFooter .gfInner .gfInfo .gfCopyright small {
    font-size: 16px;
  }
  #globalFooter .gfInner .gfBlank {
    width: calc(100% - 800px);
    max-width: 960px;
    margin-top: 117px;
    margin-left: auto;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px 40px;
    font-size: 16px;
    line-height: 1.4;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li a {
    padding-right: 27px;
    transition: 0.3s opacity;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li a:hover {
    opacity: 0.7;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList li a:after {
    width: 16px;
    height: 16px;
    top: 3px;
    bottom: 0;
    margin: auto;
    transition: 0.3s opacity, 0.3s transform;
  }
  #globalFooter {
    background-image: url(../images/common/footer_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #globalFooter:before {
    height: 230px;
    top: -230px;
  }
  #globalFooter:after {
    content: "";
    display: block;
    background-image: url(../images/second/bg_footer_second.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -400px;
    left: 0;
    width: 100%;
    height: 400px;
  }
  .cookieConsentLayout {
    width: 100%;
    padding: 20px 0;
    left: 0;
    bottom: 0;
  }
  .cookieConsentLayout .cookieInner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding-right: 100px;
    padding-left: 100px;
    margin-inline: auto;
  }
  .cookieConsentLayout .cookieText {
    width: calc(100% - 203px);
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .cookieConsentLayout .cookieText a:hover, .cookieConsentLayout .cookieText a:focus {
    text-decoration: none;
  }
  .cookieConsentLayout .cookieText .cookieTitle {
    font-size: 18px;
  }
  .cookieConsentLayout .cookieText .cookieTitle + * {
    margin-top: 12px;
  }
  .cookieConsentLayout .cookieBtn {
    flex: none;
    margin-top: 0;
    margin-left: 30px;
  }
  .cookieConsentLayout .cookieBtn > a {
    display: block;
    padding: 6px 18px;
    font-size: 15px;
    transition: 0.4s opacity;
    cursor: pointer;
  }
  .cookieConsentLayout .cookieBtn > a:focus, .cookieConsentLayout .cookieBtn > a:hover {
    opacity: 0.6;
  }
  .cookieConsentLayout .cookieBtn > a > span {
    position: relative;
    transition: 0.4s opacity;
  }
  .cookieConsentLayout .cookieClose {
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .cookieConsentLayout .cookieClose:focus span, .cookieConsentLayout .cookieClose:hover span {
    opacity: 0.7;
  }
  .cookieConsentLayout .cookieClose > span {
    transition: 0.4s opacity;
  }
  @keyframes btnArrow {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrow_white {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrowBorder {
    30% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    35% {
      background-color: transparent;
      background-image: url(../images/common/btn_deco_gray.png);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0deg);
    }
  }
  body:not(.headerActive) #globalHeader.isFixed:not([class]) .ghLogo, body:not(.headerActive) #globalHeader.isFixed.isUsual .ghLogo,
  body #globalHeader:not([class]) .ghLogo,
  body #globalHeader.isUsual .ghLogo {
    filter: brightness(0) invert(1);
  }
  body:not(.headerActive) #globalHeader.isFixed:not([class]) .ghNav ul > li a, body:not(.headerActive) #globalHeader.isFixed.isUsual .ghNav ul > li a,
  body #globalHeader:not([class]) .ghNav ul > li a,
  body #globalHeader.isUsual .ghNav ul > li a {
    color: #fff;
  }
  body:not(.headerActive) #globalHeader.isFixed:not([class]) .ghReserveBtn a, body:not(.headerActive) #globalHeader.isFixed.isUsual .ghReserveBtn a,
  body #globalHeader:not([class]) .ghReserveBtn a,
  body #globalHeader.isUsual .ghReserveBtn a {
    color: #01451b;
    border: 1px solid #01451b;
    background: rgba(255, 255, 255, 0.85);
  }
  body:not(.headerActive) #globalHeader.isFixed:not([class]) .ghReserveBtn a:hover, body:not(.headerActive) #globalHeader.isFixed.isUsual .ghReserveBtn a:hover,
  body #globalHeader:not([class]) .ghReserveBtn a:hover,
  body #globalHeader.isUsual .ghReserveBtn a:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
  }
  body:not(.headerActive) #globalHeader.isFixed:not([class]) .ghReserveBtn a:hover:before, body:not(.headerActive) #globalHeader.isFixed.isUsual .ghReserveBtn a:hover:before,
  body #globalHeader:not([class]) .ghReserveBtn a:hover:before,
  body #globalHeader.isUsual .ghReserveBtn a:hover:before {
    background-image: url(../images/common/icon_calendar.svg);
  }
  body #globalHeader:not(.isView) {
    transform: translateY(0);
    position: fixed;
  }
  #smoothContent {
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  body.english_home #topBgimg {
    aspect-ratio: 75/70;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }
  body.english_home #topBgimg img {
    width: 100%;
    height: auto;
  }
  #eng1stView {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
  }
  #eng1stView:after {
    content: "";
    display: block;
    width: 100%;
    height: 50vh;
    background: linear-gradient(0deg, rgb(250, 247, 242) 30%, rgba(250, 247, 242, 0) 100%);
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 5;
  }
  #eng1stView #fvInner {
    aspect-ratio: 192/88;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #eng1stView #fvInner .logoWrap h1 {
    aspect-ratio: 137/179;
    width: 137px;
    margin: 0 auto;
  }
  #eng1stView #fvInner .logoWrap .catch {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    margin-top: 40px;
  }
  #mainContents:before {
    content: "";
    display: block;
    width: 50%;
    height: 150px;
    position: absolute;
    top: -150px;
    left: 0;
    background-image: url(../images/english/sect_type1_bg_overtop.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
  }
  .sectType1 {
    padding: 190px 0;
    background-color: #faf7f2;
  }
  .sectType1#weAre {
    background-image: url(../images/english/sect_type1_bg.webp);
    background-repeat: repeat-y;
    background-position: 0 0;
    background-size: 50% auto;
  }
  .sectType1 .sectInner {
    display: flex;
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
  }
  .sectType1 .sectInner .txt {
    flex: 1;
    order: 2;
  }
  .sectType1 .sectInner .txt h2 {
    padding-left: 67px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    position: relative;
  }
  .sectType1 .sectInner .txt h2:before {
    content: "";
    display: block;
    background-color: #57514c;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0.5em;
  }
  .sectType1 .sectInner .txt h3 {
    font-size: 34px;
    font-weight: 600;
    margin-top: 70px;
    line-height: 1.3;
  }
  .sectType1 .sectInner .txt p {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 50px;
  }
  .sectType1 .sectInner .txt p .asta {
    margin-top: 1.5em;
    display: block;
    font-size: 18px;
    color: #005046;
  }
  .sectType1 .sectInner .imgWrap {
    flex: 1;
    position: relative;
    order: 1;
  }
  .sectType1 .sectInner .imgWrap img {
    max-width: none;
    width: 41vw;
    position: absolute;
    top: 0;
    right: 11vw;
  }
  .sectType1.rev {
    background-color: #fff;
    background-image: none;
  }
  .sectType1.rev .sectInner .txt {
    order: 1;
  }
  .sectType1.rev .sectInner .imgWrap {
    order: 2;
  }
  .sectType1.rev .sectInner .imgWrap img {
    right: auto;
    left: 11vw;
  }
  #photoSlide {
    position: relative;
    z-index: 2;
    background-color: #faf7f2;
    padding: 90px 0 120px;
  }
  #photoSlide #reserveThumbList .reserveThumbListItem {
    padding: 0 10px;
  }
  #photoSlide #reserveThumbList .reserveThumbListItem img {
    max-width: none;
    width: 25vw;
    height: auto;
  }
  #fadeImg {
    position: relative;
    z-index: 1;
  }
  #fadeImg .sectHead {
    position: absolute;
    z-index: 5;
    padding: 11vw 0 0 6vw;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(250, 247, 242, 0) 10%, rgb(250, 247, 242) 95%);
  }
  #fadeImg .sectHead h2 {
    color: #fff;
    font-size: 2.8vw;
    font-weight: 500;
  }
  #fadeImg #fadeBody {
    position: relative;
    z-index: 3;
  }
  #fadeImg #fadeBody .slide {
    aspect-ratio: 192/104;
  }
  #fadeImg #fadeBody .slide .txtWrap {
    position: absolute;
    z-index: 5;
    color: #fff;
    bottom: 7vw;
    left: 6vw;
    width: 44vw;
  }
  #fadeImg #fadeBody .slide .txtWrap .num {
    font-size: 3.6vw;
    font-weight: 500;
    line-height: 1;
  }
  #fadeImg #fadeBody .slide .txtWrap h3 {
    font-size: 2.4vw;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1.8vw;
  }
  #fadeImg #fadeBody .slide .txtWrap p {
    font-size: 1.2vw;
    line-height: 1.4;
    margin-top: 1.3vw;
  }
  #fadeImg #fadeBody .slide .imgWrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #fadeImg #fadeBody .slide .imgWrap img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #fadeImg #fadeBody .slick-arrow {
    position: absolute;
    bottom: 3vw;
    z-index: 5;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  #fadeImg #fadeBody .slick-arrow:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
  }
  #fadeImg #fadeBody .slick-arrow.slick-prev {
    right: 5vw;
  }
  #fadeImg #fadeBody .slick-arrow.slick-prev:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  #fadeImg #fadeBody .slick-arrow.slick-next {
    right: 4vw;
  }
  #fadeImg #fadeBody .slick-arrow.slick-next:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  section.info .inner .txt h2 {
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  section.info .inner .txt h2 span {
    font-size: 18px;
    padding: 0 1em;
    font-weight: 500;
  }
  section.info .inner .txt h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 60px;
  }
  section.info .inner .txt p {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 50px;
  }
  section.info .inner .txt p .asta {
    font-size: 18px;
    display: block;
    margin-top: 1.5em;
    color: #005046;
  }
  #vegan {
    background-color: #faf7f2;
    position: relative;
    padding: 100px min(50px, 2.5vw) 90px 0;
  }
  #vegan .inner {
    max-width: calc(1280px + 5vw);
    width: 100%;
    display: flex;
    position: absolute;
    gap: 5.7vw;
    margin: 0 auto;
    top: 100px;
    right: 0;
    left: 0;
  }
  #vegan .inner .txt {
    width: 50%;
    aspect-ratio: 80/49;
    background-color: #faf7f2;
    padding-left: 2.5vw;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  #vegan .img {
    width: 41.7vw;
    margin: 0 0 0 auto;
  }
  #vegan .img img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #rooms {
    padding: 100px 0 90px;
  }
  #rooms .inner {
    display: flex;
  }
  #rooms .inner .imgL {
    width: 38%;
    padding: 0 8vw 0 4vw;
  }
  #rooms .inner .imgL img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #rooms .inner .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #rooms .inner .imgR {
    width: 30%;
    padding-left: 2vw;
    display: flex;
    align-items: flex-end;
  }
  #rooms .inner .imgR img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #where {
    background-color: #faf6f2;
    background-image: url(../images/english/where_bg.webp);
    background-size: auto 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 100px 0 90px;
  }
  #where .inner {
    display: flex;
    justify-content: flex-end;
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
  }
  #where .inner .txt {
    width: 50%;
  }
  #where .inner .txt h2 {
    padding-left: 67px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    position: relative;
  }
  #where .inner .txt h2:before {
    content: "";
    display: block;
    background-color: #57514c;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0.5em;
  }
  #where .inner .txt h3 {
    font-size: 34px;
    font-weight: 600;
    margin-top: 70px;
    line-height: 1.3;
  }
  #where .inner .txt p {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 50px;
  }
  #where .inner .txt .access {
    background-color: #fff;
    padding: 35px;
    margin-top: 50px;
  }
  #where .inner .txt .access h3 {
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 0;
  }
  #where .inner .txt .access h3 svg {
    aspect-ratio: 72/85;
    width: 21px;
    fill: #57514c;
  }
  #where .inner .txt .access p {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 10px;
  }
  #where .inner .txt .access ul {
    display: flex;
    margin-top: 10px;
    gap: 10px;
  }
  #where .inner .txt .access ul li svg {
    aspect-ratio: 1/1;
    width: 80px;
    fill: #57514c;
  }
  #mustSee {
    margin-top: 140px;
  }
  #mustSee #bsHead {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mustSee #bsHead h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
  }
  #mustSee #bsHead h2 span {
    font-size: 18px;
    padding: 0 1em;
    font-weight: 500;
  }
  #mustSee .slideWrap {
    position: relative;
  }
  #mustSee .slideWrap .catch {
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0 100px;
    z-index: 5;
  }
  #mustSee .slideWrap #blueSlide {
    padding-top: 100px;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .img {
    width: 100%;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .img img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .txt {
    color: #fff;
    line-height: 1;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0 5.2vw 6.2vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .txt .num {
    font-size: 3.6vw;
    font-weight: 500;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .txt h3 {
    font-size: 2.4vw;
    margin-top: 2vw;
    font-weight: 500;
  }
  #mustSee .slideWrap #blueSlide .slideB .slideInner .txt p {
    font-size: 1.2vw;
    margin-top: 1.5vw;
    max-width: 600px;
    line-height: 1.5;
  }
  #mustSee .slideWrap #blueSlide .slick-arrow {
    position: absolute;
    bottom: 3vw;
    z-index: 5;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  #mustSee .slideWrap #blueSlide .slick-arrow:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
  }
  #mustSee .slideWrap #blueSlide .slick-arrow.slick-prev {
    right: 5vw;
    bottom: 5vw;
  }
  #mustSee .slideWrap #blueSlide .slick-arrow.slick-prev:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  #mustSee .slideWrap #blueSlide .slick-arrow.slick-next {
    right: 4vw;
    bottom: 5vw;
  }
  #mustSee .slideWrap #blueSlide .slick-arrow.slick-next:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #dayTrip {
    position: relative;
    padding: 160px 0;
    background-color: #fff;
  }
  #dayTrip .inner {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 160px;
    display: flex;
  }
  #dayTrip .inner .txt {
    width: min(48vw, 900px);
  }
  #dayTrip .inner .txt h2 {
    font-size: 54px;
    line-height: 1.3;
    font-weight: 500;
  }
  #dayTrip .inner .txt .sasie {
    display: flex;
    gap: 20px;
    margin-top: 60px;
    width: 100%;
  }
  #dayTrip .inner .txt .sasie .pic {
    flex: 1;
  }
  #dayTrip .inner .txt .sasie .pic img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #dayTrip .inner .txt h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 60px;
  }
  #dayTrip .inner .txt p {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 50px;
  }
  #dayTrip .img {
    aspect-ratio: 498/740;
    width: 25vw;
    margin: 0 0 0 65vw;
  }
  #dayTrip .img img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  #guest {
    margin-top: 120px;
    padding-bottom: 160px;
  }
  #guest .sectHead {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #guest .sectHead h2 {
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  #guest .sectHead h2 span {
    font-size: 18px;
    padding: 0 1em;
    font-weight: 500;
  }
  #guest .sectHead h3 {
    font-size: 42px;
    line-height: 1.3;
    text-align: center;
    margin-top: 60px;
    font-weight: 500;
  }
  #guest #guestSlide {
    max-width: 1280px;
    margin: 90px auto 0;
  }
  #guest #guestSlide .slick-track {
    padding-top: 44px;
    display: flex;
  }
  #guest #guestSlide .slick-arrow {
    position: absolute;
    top: calc(50% - 1vw);
    z-index: 5;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  #guest #guestSlide .slick-arrow:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
  }
  #guest #guestSlide .slick-arrow.slick-prev {
    left: -2vw;
  }
  #guest #guestSlide .slick-arrow.slick-prev:before {
    border-bottom: 2px solid #57514c;
    border-left: 2px solid #57514c;
  }
  #guest #guestSlide .slick-arrow.slick-next {
    right: -2vw;
  }
  #guest #guestSlide .slick-arrow.slick-next:before {
    border-top: 2px solid #57514c;
    border-right: 2px solid #57514c;
  }
  #guest #guestSlide .gSlide {
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    padding: 0 30px 130px;
    height: auto;
    position: relative;
    margin: 0 20px;
  }
  #guest #guestSlide .gSlide .icon {
    width: 88px;
    margin: -44px auto 0;
  }
  #guest #guestSlide .gSlide .icon img {
    max-width: none;
    width: 100%;
    height: 100%;
  }
  #guest #guestSlide .gSlide .comment {
    position: relative;
    border-top: 1px solid #bfbfbf;
    margin-top: 30px;
    padding: 35px 0 0;
  }
  #guest #guestSlide .gSlide .comment .wq {
    background-color: #f2f2f2;
    padding-right: 10px;
    position: absolute;
    top: -15px;
    left: -15px;
  }
  #guest #guestSlide .gSlide .comment .wq svg {
    aspect-ratio: 38/30;
    width: 38px;
    fill: #ccc9c6;
  }
  #guest #guestSlide .gSlide .comment p {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #183c29;
  }
  #guest #guestSlide .gSlide .btmItem {
    position: absolute;
    left: 30px;
    bottom: 15px;
    width: calc(100% - 60px);
  }
  #guest #guestSlide .gSlide .star {
    text-align: right;
    border-bottom: 1px solid #bfbfbf;
    color: #5e5750;
  }
  #guest #guestSlide .gSlide .spec {
    color: #183c29;
    padding-top: 15px;
  }
  #guest #guestSlide .gSlide .spec span {
    display: block;
    text-align: right;
    line-height: 1.5;
  }
  #guest #guestSlide .gSlide .spec .event {
    font-size: 19px;
    font-weight: 500;
  }
  #guest #guestSlide .gSlide .spec .company {
    font-size: 15px;
  }
  #bottomInfo {
    background-color: #faf7f2;
    padding-bottom: 500px;
    padding-top: 160px;
  }
  #bottomInfo .inner {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    gap: 35px;
  }
  #bottomInfo .inner .commit {
    flex: 1;
    background-color: #fff;
    padding: 55px 40px;
  }
  #bottomInfo .inner .commit .title {
    font-size: 38px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #57514c;
    font-weight: 500;
    padding-bottom: 30px;
  }
  #bottomInfo .inner .commit p {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-top: 35px;
  }
  #bottomInfo .inner .commit .bnrs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
    margin-top: 30px;
  }
  #bottomInfo .inner .commit .bnrs li a {
    transition: all 0.5s linear;
  }
  #bottomInfo .inner .commit .bnrs li a:hover {
    opacity: 0.7;
  }
  #bottomInfo .inner .contact {
    flex: 1;
    background-color: #fff;
    padding: 55px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #bottomInfo .inner .contact .title {
    font-size: 54px;
    line-height: 1;
    font-weight: 500;
  }
  #bottomInfo .inner .contact p {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    margin-top: 15px;
  }
  #bottomInfo .inner .contact a.link {
    margin-top: 30px;
    display: block;
    border: 1px solid #183c29;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #183c29;
    border-radius: 100px;
    width: 280px;
    height: 60px;
    font-size: 18px;
    gap: 10px;
    transition: all 0.5s linear;
  }
  #bottomInfo .inner .contact a.link svg {
    width: 16px;
    height: 16px;
    fill: #183c29;
  }
  #bottomInfo .inner .contact a.link:hover {
    background-color: rgba(24, 60, 41, 0.2);
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  @keyframes isUsual {
    0% {
      position: fixed;
      top: 0;
    }
    100% {
      position: absolute;
      top: 0;
    }
  }
  @keyframes isFixed {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  }
  #globalHeader .ghInner .ghLogo {
    max-width: 200px;
  }
  #globalFooter .gfInner {
    flex-direction: column;
  }
  #globalFooter .gfInner .gfAccess {
    margin-inline: auto;
  }
  #globalFooter .gfInner .gfSitemap {
    width: 100%;
    margin-top: 40px;
    margin-left: inherit;
    margin-right: inherit;
  }
  #globalFooter .gfInner .gfReserve {
    margin-inline: auto;
  }
  #globalFooter .gfInner .gfBlank {
    width: 100%;
    max-width: inherit;
    margin-left: inherit;
  }
  #globalFooter .gfInner .gfBlank .gfBlankList {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .cookieConsentLayout .cookieText {
    width: 100%;
  }
  .cookieConsentLayout .cookieBtn {
    margin-left: 20px;
  }
  .cookieConsentLayout .cookieBtn > a {
    min-width: 40%;
  }
  @keyframes btnArrow {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      background-image: url(../images/common/icon_arrow_green.svg);
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrow_white {
    30% {
      opacity: 0;
      transform: rotate(0deg);
    }
    31% {
      transform: rotate(180deg);
    }
    35% {
      background-color: transparent;
      border: none;
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      background-color: transparent;
      border: none;
      transform: rotate(0deg);
    }
  }
  @keyframes btnArrowBorder {
    30% {
      opacity: 1;
    }
    31% {
      opacity: 0;
    }
    35% {
      background-color: transparent;
      background-image: url(../images/common/btn_deco_gray.png);
      transform: rotate(180deg);
    }
    36% {
      opacity: 0;
      transform: rotate(180deg);
    }
    100% {
      opacity: 1;
      transform: rotate(0deg);
    }
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/eng.css.map */
