@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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;
}

/*----calenDar----*/
.calendar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  width: 100%;
  padding: 20px 0 30px;
  margin: 0;
}
@media (max-width: 767px) {
  .calendar {
    overflow: hidden;
    width: auto;
    padding: 20px 20px 40px;
    margin: 10px 0 0;
  }
}
.calendar .flatpickr-input {
  display: none;
}
.calendar .flatpickr-calendar {
  width: 85% !important;
}
@media (max-width: 767px) {
  .calendar .flatpickr-calendar {
    width: 90% !important;
  }
}
.calendar::before {
  content: "";
  display: block;
  position: absolute;
  top: 110px;
  left: 0;
  background: #E6E6E6;
  width: 100%;
  height: 1px;
}

.flatpickr-current-month {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  font-size: 14px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  display: none;
}

.flatpickr-search {
  display: none;
}

.flatpickr-calendar {
  margin: 0;
  box-shadow: none;
}

.flatpickr-months .flatpickr-month {
  margin-bottom: 1em;
  height: 35px;
  font-family: "Montserrat", sans-serif;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  margin: auto;
  cursor: pointer;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    width: 40px;
    height: 40px;
  }
}
.flatpickr-months .flatpickr-prev-month.ui-state-disabled,
.flatpickr-months .flatpickr-next-month.ui-state-disabled {
  opacity: 0.35;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  border: none;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: #C2B59B !important;
  width: 20px !important;
  height: 20px !important;
  stroke-width: 0.2px;
}

.flatpickr-months .flatpickr-prev-month {
  left: -40px !important;
}
@media (max-width: 767px) {
  .flatpickr-months .flatpickr-prev-month {
    left: -35px !important;
  }
}

.flatpickr-months .flatpickr-next-month {
  right: -40px !important;
}
@media (max-width: 767px) {
  .flatpickr-months .flatpickr-next-month {
    right: -35px !important;
  }
}

.flatpickr-rContainer,
.flatpickr-days {
  width: 100% !important;
}

.flatpickr-weekdays {
  height: auto !important;
  margin-bottom: 1em;
}

.dayContainer,
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  padding: 0;
  max-width: 100% !important;
  min-width: auto !important;
  width: 100% !important;
  margin-bottom: 0px;
}

.flatpickr-weekdaycontainer {
  width: 100% !important;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .dayContainer,
  .flatpickr-weekdays .flatpickr-weekdaycontainer {
    min-width: 100% !important;
    width: 100% !important;
  }
}
.flatpickr-weekdays .flatpickr-weekdaycontainer + .flatpickr-weekdaycontainer {
  margin-left: 17px;
  padding-left: 12px;
}

@media only screen and (max-width: 767px) {
  .flatpickr-weekdays .flatpickr-weekdaycontainer + .flatpickr-weekdaycontainer {
    margin-left: 0;
    padding-left: 0;
  }
}
.dayContainer + .dayContainer {
  box-shadow: none !important;
  margin-left: 15px;
  padding-left: 15px;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .dayContainer + .dayContainer {
    margin-left: 0;
    padding-left: 0;
    width: 100% !important;
  }
}
span.flatpickr-weekday {
  color: #231F20 !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  span.flatpickr-weekday {
    font-size: 1.3rem !important;
  }
}
span.flatpickr-weekday:nth-child(7n) {
  color: #29A9E0 !important;
}
span.flatpickr-weekday:nth-child(7n+1) {
  color: #FF0000 !important;
}

.flatpickr-day {
  position: relative;
  z-index: 1 !important;
  margin: 0;
  max-width: 14.2857142857% !important;
  width: 14.2857142857% !important;
  height: 50px !important;
  line-height: 42px !important;
  border-radius: 5px;
  padding: 4px 0;
  color: #231F20;
  font-size: 1.5rem !important;
  font-family: "Montserrat", sans-serif;
}
.flatpickr-day:nth-child(7n) {
  color: #29A9E0;
}
.flatpickr-day:nth-child(7n+1) {
  color: #FF0000;
}

@media only screen and (max-width: 767px) {
  .rangeMode .flatpickr-day {
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 0;
    font-size: 13px !important;
  }
}
.rangeMode .flatpickr-day span {
  font-size: 10px !important;
  position: absolute;
  bottom: 0.25em;
  right: 0.25em;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: none;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange {
  background: none;
  border: none;
  box-shadow: none;
}

.flatpickr-day:hover {
  color: #032784;
  background: none;
  border: none;
  box-shadow: none;
}

.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover {
  color: rgb(45, 175, 185) !important;
  background: rgb(255, 255, 255) !important;
  border: 1px solid rgba(3, 39, 132, 0.2) !important;
  box-shadow: none;
  border-radius: 0 !important;
}

.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: rgba(45, 175, 185, 0.1);
  border: 1px solid rgba(3, 39, 132, 0.2);
  box-shadow: none;
}

.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  color: #032784;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(3, 39, 132, 0.2);
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: none !important;
  border: none;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: none;
  border: none !important;
}
.flatpickr-day.selected::before,
.flatpickr-day.startRange::before,
.flatpickr-day.endRange::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border: none !important;
  background: #F7F4ED !important;
  box-shadow: none !important;
  width: 20px;
  height: 50px;
  margin: auto;
}
@media (max-width: 767px) {
  .flatpickr-day.selected::before,
  .flatpickr-day.startRange::before,
  .flatpickr-day.endRange::before {
    height: 35px;
  }
}
.flatpickr-day.selected::after,
.flatpickr-day.startRange::after,
.flatpickr-day.endRange::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 50%;
  background: #C2B59B;
  width: 50px;
  height: 50px;
  margin: auto;
}
@media (max-width: 767px) {
  .flatpickr-day.selected::after,
  .flatpickr-day.startRange::after,
  .flatpickr-day.endRange::after {
    width: 35px;
    height: 35px;
  }
}
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  border: none;
  background: none;
}
.flatpickr-day.selected span,
.flatpickr-day.startRange span,
.flatpickr-day.endRange span {
  position: absolute;
  top: -40px;
  left: -120px;
  right: -120px;
  bottom: auto;
  border-radius: 8px;
  background: none;
  width: 240px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem !important;
  font-weight: 400;
  color: #fff;
}
.flatpickr-day.selected span::after,
.flatpickr-day.startRange span::after,
.flatpickr-day.endRange span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  border: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  width: 0;
  height: 0;
  margin: 0 auto;
}

.flatpickr-day.inRange {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.flatpickr-day.inRange::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #F7F4ED;
  width: 100%;
  height: 50px;
  margin: auto;
}
@media (max-width: 767px) {
  .flatpickr-day.inRange::before {
    height: 35px;
  }
}
.flatpickr-day.inRange:hover {
  border: none;
  background: none;
}

.flatpickr-day.endRange {
  background: none;
  color: #fff !important;
}
.flatpickr-day.endRange::before {
  left: 0;
  right: auto;
}
.flatpickr-day.endRange::after {
  background: #C2B59B;
}
.flatpickr-day.endRange:hover {
  border: none;
  background: none;
}
.flatpickr-day.endRange.selected {
  color: #231F20;
}

.flatpickr-day.today {
  font-weight: bold;
  border: 1px solid rgba(3, 39, 132, 0.2);
  border-radius: 5px !important;
}

.flatpickr-day.today:hover {
  color: #393939 !important;
  background: rgb(255, 255, 255) !important;
  border: 1px solid rgba(3, 39, 132, 0.2);
  box-shadow: none;
  border-radius: 5px !important;
}

/*--sat_sun--*/
.dayContainer span:nth-child(7n-6).nextMonthDay,
.dayContainer span:nth-child(7n).nextMonthDay,
.dayContainer span:nth-child(7n-6).prevMonthDay,
.dayContainer span:nth-child(7n).prevMonthDay,
.dayContainer span:nth-child(7n-6).disabled,
.dayContainer span:nth-child(7n).disabled {
  color: rgba(57, 57, 57, 0.3);
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-disabled {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.3) !important;
}

/*common*/
.flatpickr-current-month .numInputWrapper {
  padding: 0 !important;
  width: auto !important;
  overflow: hidden;
  font-size: 1.7rem;
  font-family: inherit;
}
@media (max-width: 767px) {
  .flatpickr-current-month .numInputWrapper {
    font-size: 1.5rem !important;
  }
}
.flatpickr-current-month .numInputWrapper::after {
  content: ".";
}

.flatpickr-current-month input.cur-year {
  pointer-events: none !important;
  appearance: none !important;
  padding: 0 !important;
  width: 2.5em !important;
  font-size: 1.7rem;
  cursor: none;
}
.flatpickr-current-month input.cur-year:hover, .flatpickr-current-month input.cur-year:focus {
  background: none !important;
}
.flatpickr-current-month input.cur-year _::-webkit-full-page-media, .flatpickr-current-month input.cur-year _:future, :root .flatpickr-current-month input.cur-year {
  width: 3.1em !important;
}

@-moz-document url-prefix() {
  .flatpickr-current-month input.cur-year {
    width: 3.1em !important;
  }
}
@media only screen and (max-width: 767px) {
  .flatpickr-current-month input.cur-year {
    width: 2.85em !important;
  }
}
input.numInput::-webkit-inner-spin-button,
input.numInput::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input.numInput[type=number] {
  -moz-appearance: textfield !important;
}

.flatpickr-current-month span.cur-month {
  margin-left: 5px !important;
  position: relative;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .flatpickr-current-month span.cur-month {
    font-size: 1.5rem;
  }
}

.flatpickr-current-month .arrowUp, .flatpickr-current-month .arrowDown {
  display: none !important;
}

.flatpickr-calendar.animate.open {
  background: #fff !important;
  padding: 10px 20px !important;
}
.flatpickr-calendar.animate.open .flatpickr-prev-month {
  left: 0px !important;
}
.flatpickr-calendar.animate.open .flatpickr-next-month {
  right: 0px !important;
}
.flatpickr-calendar.animate.open .flatpickr-day {
  height: 35px !important;
  line-height: 35px !important;
  padding: 0 !important;
}
.flatpickr-calendar.animate.open .flatpickr-day.selected::before, .flatpickr-calendar.animate.open .flatpickr-day.startRange::before, .flatpickr-calendar.animate.open .flatpickr-day.endRange::before {
  height: 35px;
}
.flatpickr-calendar.animate.open .flatpickr-day.selected::after,
.flatpickr-calendar.animate.open .flatpickr-day.startRange::after,
.flatpickr-calendar.animate.open .flatpickr-day.inRange::before,
.flatpickr-calendar.animate.open .flatpickr-day.endRange::after {
  width: 35px;
  height: 35px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  display: none;
}

body:not(.lang_ja) .book .tabList,
body:not(.lang_ja) .book .tabContents,
body .book .tabList,
body .book .tabContents {
  display: none !important;
}
body:not(.lang_ja) #bookTab01,
body:not(.lang_ja) #bookModalTab01,
body #bookTab01,
body #bookModalTab01 {
  display: block !important;
}

/* =========================================================
bookArea
========================================================= */
.bookAreaForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bookAreaForm {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .bookAreaForm.pc {
    display: none;
  }
}
.bookAreaForm .formParts dt {
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 2.4rem;
}
:lang(ja) .bookAreaForm .formParts dt {
  font-size: 2.1rem;
}
.bookAreaForm .formParts dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 47px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
:lang(ja) .bookAreaForm .formParts dd {
  font-family: "Montserrat", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", "Yu Gothic", YuGothic, "游ゴシック", "Noto Sans JP", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}
.bookAreaForm .formParts input,
.bookAreaForm .formParts select {
  box-sizing: border-box;
  appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid;
  width: 100%;
  padding-block: 8px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.bookAreaForm .formParts select {
  background: url("../img/common/icon_select.svg") no-repeat right center;
  color: inherit;
}
.bookAreaForm .formParts:first-of-type {
  width: 20%;
}
#bookTab02 .bookAreaForm .formParts:has(select), #bookModalTab02 .bookAreaForm .formParts:has(select) {
  width: 18%;
}
.bookAreaForm .input-group {
  display: flex;
  gap: 90px;
  width: 30%;
  min-width: 350px;
}
@media (max-width: 1500px) {
  .bookAreaForm .input-group {
    gap: 40px;
    width: auto;
    min-width: 20%;
  }
}
.bookAreaForm .input-group .formParts {
  position: relative;
  width: calc(50% - 45px);
}
.bookAreaForm .input-group .formParts:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: -55px;
  bottom: 20px;
  background: #C2B59B;
  width: 20px;
  height: 1px;
}
@media (max-width: 1500px) {
  .bookAreaForm .input-group .formParts:first-child::after {
    right: -20%;
    width: 10px;
  }
}
.bookAreaForm .input-group .formParts .calendar {
  background: url(../img/common/icon_cal.svg) no-repeat right 10px center;
}
.bookAreaForm .c-stepper {
  display: flex;
  align-items: center;
}
.bookAreaForm .c-stepper button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  width: 47px;
  height: 47px;
  font-size: 2.4rem;
}
.bookAreaForm .c-stepper button:hover {
  border-color: #C2B59B;
  background: #C2B59B;
  color: #3E4732;
}
.bookAreaForm .c-stepper .js-stepper {
  border-bottom: none;
  width: 60px;
  text-align: center;
  font-size: 1.8rem;
}
.bookAreaForm .c-stepper .js-stepper[type=number]::-webkit-outer-spin-button, .bookAreaForm .c-stepper .js-stepper[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bookAreaForm .c-stepper .js-stepper[type=number] {
  -moz-appearance: textfield;
}
.bookAreaForm .submitBtn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #C2B59B;
  width: 47px;
  height: 47px;
  margin-top: auto;
}
.bookAreaForm .submitBtn .arrow {
  fill: #3E4732;
  width: 15px;
  height: 8px;
  margin: 0;
}
@media (any-hover: hover) {
  .bookAreaForm .submitBtn:hover {
    background: #96863F;
  }
  .bookAreaForm .submitBtn:hover .arrow {
    fill: #fff;
  }
}

.book .tabList {
  gap: 25px;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .book .tabList {
    display: none;
  }
}
.book .tabList li {
  margin: 0;
}
.book .tabList li a {
  display: flex;
  border-bottom: 1px solid;
  padding-bottom: 0;
  color: #C2B59B;
  opacity: 1;
  font-size: 1.4rem;
}
:lang(ja) .book .tabList li a {
  font-size: 1.4rem;
}
.book .tabList li a:hover {
  border-color: #C2B59B;
  color: #231F20;
}
.book .tabList li.active a {
  border-color: #C2B59B;
  background: #C2B59B;
  color: #231F20;
}
@media (min-width: 768px) {
  .book .spBlock {
    display: none;
  }
}
.book .spBlock h3 {
  color: #97863F;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.book .spBlock .bookBtn {
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .book .spBlock .bookBtn {
    margin-block: 20px 5px;
  }
}
.book .spBlock .bookBtn .btnLink,
.book .spBlock .bookBtn a {
  border: 1px solid #C2B59B;
  background: none;
  color: #C2B59B;
}
@media (max-width: 767px) {
  .book .spBlock .bookBtn .btnLink,
  .book .spBlock .bookBtn a {
    padding-inline: 30px;
  }
}
.book .subMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .book .subMenu {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .book .subMenu.pc {
    display: none;
  }
}
.book .subMenu:has(.link a[style="display: none;"]) {
  margin-top: 0;
}
.book .link {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .book .link {
    text-align: center;
    font-size: 1.1rem;
  }
}
.book .link a {
  text-decoration: underline;
}
.book .link a:hover {
  text-decoration: none;
}
.book .link a + a {
  margin-left: 20px;
}
.book .dynamicPackagingWrap {
  background: #C2B59B;
  color: #3E4732;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .book .dynamicPackagingWrap {
    margin-top: 25px;
  }
}
.book .dynamicPackaging .inner {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .book .dynamicPackaging .inner {
    display: block;
  }
}
.book .dynamicPackaging h3 {
  border-right: 1px solid;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .book .dynamicPackaging h3 {
    border-right: none;
    border-bottom: 1px solid;
    text-align: center;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}
.book .dynamicPackaging p {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .book .dynamicPackaging p {
    display: block;
  }
}
.book .dynamicPackaging p span {
  font-family: "EB Garamond", serif;
  font-size: 1.9rem;
  font-style: italic;
}
.book .dynamicPackaging .arrow {
  width: 15px;
  height: 8px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .book .dynamicPackaging .arrow {
    display: none;
  }
}

/* =========================================================
calendar
========================================================= */
.flatpickr-calendar {
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.flatpickr-calendar .clearBtn,
.flatpickr-calendar .todayBtn {
  display: block;
  padding: 0 20px 15px;
}
.flatpickr-calendar .clearBtn {
  float: left;
}
.flatpickr-calendar .todayBtn {
  float: right;
}

.flatpickr-current-month input.cur-year,
.flatpickr-current-month span.cur-month {
  font-weight: 400;
}

.flatpickr-weekdays {
  padding: 10px;
}

.dayContainer {
  padding: 10px;
}

span.flatpickr-weekday {
  font-weight: 500;
}
span.flatpickr-weekday:first-child {
  color: #FE0000;
}

:lang(ja) .flatpickr-current-month {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
:lang(ja) .numInputWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
:lang(ja) .numInputWrapper::after {
  content: "年";
}

/* =========================================================
modal
========================================================= */
.bookModal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  background: rgba(62, 71, 50, 0.9);
  transition: all 0.15s;
}
.bookOn .bookModal {
  opacity: 1;
  visibility: visible;
}
.bookModal .modalCloseBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .bookModal .modalCloseBtn {
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
  }
}
.bookModal .modalCloseBtn::before, .bookModal .modalCloseBtn::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #C2B59B;
  width: 30px;
  height: 1px;
  margin: auto;
  rotate: 45deg;
}
.bookModal .modalCloseBtn::after {
  rotate: -45deg;
}
.bookModal .modalinner {
  width: 100%;
  max-height: 100%;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .bookModal .modalinner {
    max-width: 100%;
    padding: 40px 0;
  }
}
.bookModal .modalinner:has(.calendar) {
  max-width: 900px;
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: none;
  /* IE, Edge (Old) */
  -ms-overflow-style: none;
}
.bookModal .modalinner:has(.calendar)::-webkit-scrollbar {
  display: none;
}
.bookModal .bookTitle {
  margin-bottom: 15px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .bookModal .bookTitle {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .bookModal .tabList {
    display: flex;
  }
}
@media (max-width: 767px) {
  .bookModal .tabList li a {
    border: 1px solid;
    background: none;
  }
}
.bookModal .bookAreaForm {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 5%;
}
.bookModal .bookAreaForm:has(.calendar) .formParts {
  width: 30%;
}
@media (max-width: 767px) {
  .bookModal .bookAreaForm:has(.calendar) .formParts {
    width: 47.5%;
  }
}
.bookModal .bookAreaForm:has(.calendar) .formParts:has(.locations) {
  width: 100%;
}
.bookModal .bookAreaForm:has(.calendar) .formParts dt {
  display: none;
}
.bookModal .bookAreaForm:has(.calendar) .formParts select {
  padding-block: 10px;
}
.bookModal .bookAreaForm:has(.calendar) .btn {
  width: 30%;
  margin: 0;
}
@media (max-width: 767px) {
  .bookModal .bookAreaForm:has(.calendar) .btn {
    width: 100%;
  }
}
.bookModal .bookAreaForm:has(.calendar) .btn .btnLink {
  width: 100%;
  height: 50px;
  color: #3E4732;
}
@media (max-width: 767px) {
  .bookModal .bookAreaForm {
    padding-inline: 6%;
    gap: 20px 5%;
  }
  .bookModal .bookAreaForm .formParts {
    width: 47.5%;
  }
  .bookModal .bookAreaForm .formParts:has(.locations) {
    width: 100%;
  }
  .bookModal .bookAreaForm .formParts dt {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .bookModal .bookAreaForm .formParts dd .c-stepper {
    margin-top: 15px;
  }
  .bookModal .bookAreaForm .input-group {
    gap: 10%;
  }
  .bookModal .bookAreaForm .input-group .formParts:first-child::after {
    right: -16%;
    width: 8%;
  }
}
@media (max-width: 767px) {
  .bookModal #bookTab02 .bookAreaForm .formParts:has(select),
  .bookModal #bookModalTab02 .bookAreaForm .formParts:has(select) {
    width: 100%;
  }
}

.calendarWrap {
  border-bottom: none;
  height: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .calendarWrap {
    overflow: hidden;
    width: auto;
    margin: 0 -6.75%;
  }
}
.calendarWrap .jsDatepickerText {
  position: static;
  display: none;
}
.calendarWrap .checkinWrap {
  border-bottom: 1px solid #E6E6E6;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .calendarWrap .checkinWrap {
    margin: 0;
    padding: 20px 5%;
  }
}
.calendarWrap .checkinWrap .reloadBtn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: #C2B59B;
  width: 510px;
  height: 45px;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .calendarWrap .checkinWrap .reloadBtn {
    width: 100%;
    font-size: 1.3rem;
  }
}
.calendarWrap .checkinOutBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  max-width: 510px;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .calendarWrap .checkinOutBox {
    justify-content: center;
  }
}
.calendarWrap .checkinOutBox::after {
  content: "";
  display: block;
  background: #C2B59B;
  width: 30px;
  height: 1px;
  margin-inline: 20px;
}
@media (max-width: 767px) {
  .calendarWrap .checkinOutBox .checkinText,
  .calendarWrap .checkinOutBox .checkoutText {
    line-height: 1.4;
    text-align: center;
  }
}
.calendarWrap .checkinOutBox .checkoutText {
  order: 1;
}
.calendarWrap .checkinOutBox .title {
  margin-right: 20px;
  color: #C2B59B;
}
@media (max-width: 767px) {
  .calendarWrap .checkinOutBox .title {
    display: block;
    margin-right: 0;
  }
}
.calendarWrap .checkinOutBox .day {
  color: #231F20;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .calendarWrap .checkinOutBox .day {
    font-size: 1.7rem;
  }
}
.calendarWrap .calendar {
  margin-top: 0;
}
.calendarWrap .calendar::before {
  content: none;
}
.calendarWrap .calendar .flatpickr-input {
  display: none;
}
.calendarWrap .calendar .flatpickr-calendar {
  display: none;
  box-shadow: none;
}
.bookOn .calendarWrap .calendar .flatpickr-calendar {
  display: block !important;
}

@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/EBGaramond-VariableFont_wght.woff") format("woff"), url("../fonts/EBGaramond-VariableFont_wght.woff2") format("woff2");
  font-weight: 400 500 600 700 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff") format("woff"), url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 200 300 400 500 600 700 800;
  font-style: normal;
  font-display: swap;
}
/* =========================================================
パーツ
========================================================= */
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sp {
    display: none;
  }
}

@media (max-width: 321px) {
  .exsp {
    display: none;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 1024px) {
  img,
  svg {
    height: auto;
  }
}

button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  touch-action: manipulation;
}

/* =========================================================
多言語
========================================================= */
body:not(.lang_ja) .jaOnly {
  display: none !important;
}

.lang_ja .jaExc {
  display: none !important;
}

body:not(.lang_en) .enOnly {
  display: none !important;
}

.lang_en .enExc {
  display: none !important;
}

body:not(.lang_zh-CHT) .zh-CHTOnly {
  display: none !important;
}

.lang_zh-CHT .zh-CHTExc {
  display: none !important;
}

body:not(.lang_ko) .koOnly {
  display: none !important;
}

.lang_ko .koExc {
  display: none !important;
}

/* =========================================================
見出し、テキスト
========================================================= */
.secTitle01 {
  margin: 30px 0 30px;
  line-height: 1.2;
  font-size: 4.8rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .secTitle01 {
    margin: 20px 0 50px;
  }
}
@media (max-width: 767px) {
  .secTitle01 {
    margin: 20px 0 25px;
    line-height: 1.1;
    font-size: 3.4rem;
  }
}
.secTitle01 i {
  font-style: italic;
}
.secTitle01.center {
  text-align: center;
}
.secTitle01:first-child {
  margin-top: 0;
}
:lang(ja) .secTitle01 {
  line-height: 1.4;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  :lang(ja) .secTitle01 {
    font-size: 2.8rem;
  }
}

.secTitle02 {
  position: relative;
  margin: 30px 0 50px;
  font-size: 6rem;
}
@media (max-width: 1024px) {
  .secTitle02 {
    margin: 30px 0 15px;
    font-size: 3.4rem;
  }
}
.secTitle02::before {
  content: "";
  display: block;
  position: absolute;
  left: calc((100% + 30px) * -1);
  top: 0;
  bottom: 0;
  background: #C2B59B;
  width: 100%;
  height: 1px;
  margin: auto;
}
.secTitle02.center {
  text-align: center;
}
.secTitle02:first-child {
  margin-top: 0;
}
:lang(ja) .secTitle02 {
  font-size: 4.7rem;
}
@media (max-width: 767px) {
  :lang(ja) .secTitle02 {
    font-size: 2.8rem;
  }
}

.secTitle03 {
  margin: 20px 0 5px;
  line-height: 1.7;
  font-size: 2.3rem;
}
@media (max-width: 1024px) {
  .secTitle03 {
    margin: 15px 0 5px;
    line-height: 1.8;
    font-size: 1.7rem;
  }
}
.secTitle03:first-child {
  margin-top: 0;
}

.secTitle04 {
  margin: 20px 0 5px;
  font-size: 1.7rem;
}
@media (max-width: 1024px) {
  .secTitle04 {
    margin: 15px 0 5px;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.secTitle04:first-child {
  margin-top: 0;
}

.leadText {
  margin: 0 0 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .leadText {
    margin: 0 0 20px;
  }
}

.en {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.c_red {
  color: #C2B59B;
}

.c_sub {
  color: #3E4732;
}

.c_gold {
  color: #96863F;
}

strong {
  font-weight: 600;
}
i,
em {
  font-style: italic;
}

/* =========================================================
block
========================================================= */
.bg_color {
  background: #3E4732;
}

.bg_color2 {
  background: #D2D3CE;
  color: #231F20;
}

.bg_color3 {
  background: #D2D3CE;
  color: #231F20;
}
@media (any-hover: hover) {
  .bg_color3 .btn a:hover {
    border-color: #96863F;
    background: #96863F;
  }
}

.bg_white {
  background: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
}
.flex .photo {
  flex-shrink: 0;
}

.wide img {
  width: 100%;
  height: auto;
}

hr.separator {
  border: none;
  border-top: 1px solid #231F20;
  margin: 50px 0;
}
@media (max-width: 767px) {
  hr.separator {
    margin: 50px 0;
  }
}
hr.separator.gray {
  border-color: #E6E6E6;
}

/* =========================================================
リンクボタン
========================================================= */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
a svg {
  transition: all 0.25s;
}

.icon_ex {
  fill: #808080;
  width: 17px;
  height: 13px;
  vertical-align: middle;
  margin: 0 0 3px 5px;
}

.icon_pdf,
.icon_dl {
  fill: #808080;
  width: 13px;
  height: 14px;
  vertical-align: middle;
  margin: 0 0 2px 8px;
}

.contents a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.btn {
  margin-block: 60px;
}
@media (max-width: 767px) {
  .btn {
    margin-block: 30px;
  }
}
.btn .btnLink,
.btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 1px solid;
  min-width: 190px;
  height: 47px;
  padding-inline: 40px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn .btnLink,
  .btn a {
    gap: 15px;
    border: none;
    background: #C2B59B;
    min-width: 140px;
    height: 42px;
    color: #231F20;
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .btn .btnLink:hover,
  .btn a:hover {
    opacity: 1;
    background: #C2B59B;
    color: #231F20;
  }
}
@media (any-hover: hover) {
  .btn .btnLink:hover svg,
  .btn a:hover svg {
    margin-right: -7px;
  }
}
.btn:last-child {
  margin-bottom: 0;
}
.btn.green .btnLink,
.btn.green a {
  border: 1px solid #4E5C36;
  background-color: #4E5C36;
  color: #D2D3CE;
}
.btn.green .btnLink::after,
.btn.green a::after {
  background: rgba(255, 255, 255, 0.5);
}
.btn.white .btnLink,
.btn.white a {
  border: 1px solid none;
  background-color: #fff;
  color: #C2B59B;
}
.btn.white .btnLink::after,
.btn.white a::after {
  background: #C2B59B;
}
.btn.gold .btnLink,
.btn.gold a {
  border: 1px solid #C2B59B;
  background-color: #C2B59B;
  color: #231F20;
}
.btn.center {
  text-align: center;
}

.btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .btnList {
    flex-direction: column;
    gap: 8px;
  }
}
.btnList.center {
  justify-content: center;
}
.btnList .btn {
  margin: 0;
}
.btnList.vertical {
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .btnList.vertical {
    gap: 10px;
  }
}

/* =========================================================
リスト
========================================================= */
.dash > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.dash > li::before {
  content: "-";
  margin-right: 10px;
}

.disc li {
  margin-left: 0.75em;
  text-indent: -0.75em;
}
.disc li::before {
  content: "・";
  margin-right: 5px;
}

.numList > li {
  counter-increment: li_count;
  margin-left: 1em;
  text-indent: -1em;
}
.numList > li::before {
  content: counter(li_count) ". ";
}

.tabList {
  display: flex;
  gap: 0 80px;
  margin: 10px 0 60px;
}
@media (max-width: 767px) {
  .tabList {
    gap: 0px 20px;
    margin: 20px -5.5% 30px;
    padding-inline: 6%;
    overflow-x: auto;
  }
}
.tabList li {
  display: flex;
  white-space: nowrap;
}
.tabList li a {
  position: relative;
  display: block;
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
  opacity: 0.6;
  color: #D2D3CE;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .tabList li a {
    border-bottom-width: 1px;
    padding-bottom: 2px;
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .tabList li a:hover {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  :lang(ja) .tabList li a {
    font-size: 1.9rem;
  }
}
.tabList li.active a {
  border-bottom-color: #96863F;
  color: #96863F;
  opacity: 1;
}

.columnList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .columnList {
    gap: 5vw;
  }
}
@media (max-width: 767px) {
  .columnList {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .columnList.column2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .columnList.column3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .columnList.column4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 56px;
  }
}
.columnList .listItem {
  counter-increment: li_count;
}
@media (max-width: 767px) {
  .columnList .listItem + .listItem {
    margin-top: 40px;
  }
}
@media (max-width: 1500px) {
  .columnList .listItem .photo img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .columnList .listItem .photo img {
    width: 100%;
  }
}
.columnList .listItem .columnTitle {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .columnList .listItem .columnTitle {
    margin-bottom: 5px;
  }
}
.columnList .listItem .columnTitle::after {
  content: "";
  display: block;
  background: #D0161B;
  width: 75px;
  height: 1px;
  margin-block: 15px;
}
@media (max-width: 767px) {
  .columnList .listItem .columnTitle::after {
    content: none;
  }
}

.pageNav {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .pageNav {
    gap: 25px;
    font-size: 1.2rem;
  }
}
.pageNav li a {
  display: block;
  color: #D2D3CE;
  padding-bottom: 3px;
}
.pageNav li.current {
  border-bottom: 1px solid #96863F;
  color: #96863F;
}
/* =========================================================
table
========================================================= */
.table01 {
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .table01 {
    margin: 15px 0;
  }
}
.table01:first-child {
  margin-top: 0;
}
.table01:last-child {
  margin-bottom: 0;
}
.table01 th,
.table01 td {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 18px 30px 18px 36px;
}
@media (max-width: 767px) {
  .table01 th,
  .table01 td {
    padding: 15px 10px;
  }
}
.table01 th {
  background: rgba(194, 181, 155, 0.2);
  text-align: left;
  font-weight: 700;
}
@media (max-width: 767px) {
  .table01 th {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .table01 tr:last-child td {
    border-bottom: 1px solid #E6E6E6;
  }
}
.table01 thead th {
  text-align: center;
}

/* =========================================================
SLICK
========================================================= */
@media (max-width: 767px) {
  .slick-slider .slick-slide .pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .slick-slider .slick-slide .sp {
    display: none;
  }
}

.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block !important;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 0;
  color: #C2B59B;
  cursor: pointer;
  transition: all 0.2s;
  text-indent: -9999px !important;
}
@media (max-width: 767px) {
  .slick-arrow {
    bottom: 46px;
    width: 40px;
    height: 40px;
  }
}
.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 15px;
  height: 15px;
  margin: auto;
  rotate: 45deg;
}

.slick-prev {
  left: -200px;
  transform: scale(-1, 1);
}
@media (max-width: 1600px) {
  .slick-prev {
    left: -5vw;
  }
}
@media (max-width: 767px) {
  .slick-prev {
    left: -24px;
  }
}

.slick-next {
  right: -200px;
}
@media (max-width: 1600px) {
  .slick-next {
    right: -5vw;
  }
}
@media (max-width: 767px) {
  .slick-next {
    right: -24px;
  }
}

.slick-dots,
.slick-dotsWrap .slick-dots {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .slick-dots,
  .slick-dotsWrap .slick-dots {
    margin: 30px auto 0;
    text-align: center;
  }
}
.slick-dots li,
.slick-dotsWrap .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 12px;
  font-size: 12px;
}
.slick-dots li:only-child,
.slick-dotsWrap .slick-dots li:only-child {
  display: none;
  margin-top: -30px;
}
.slick-dots li button,
.slick-dotsWrap .slick-dots li button {
  border: none;
  border-radius: 50%;
  background: #C2B59B;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  opacity: 0.3;
  cursor: pointer;
}
.slick-dots li.slick-active button,
.slick-dotsWrap .slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dotsWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .slick-dotsWrap {
    margin-top: 30px;
  }
}
.slick-dotsWrap .slick-dots {
  display: inline-flex;
  margin-top: 0;
}
@media (max-width: 767px) {
  .slick-dotsWrap .slick-dots {
    flex-wrap: wrap;
    margin: 0;
  }
}
.slick-dotsWrap .slick-pause {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #060605;
  background: none;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0 0 -3px;
  color: #C2B59B;
}
.slick-dotsWrap .slick-pause .icon_play {
  display: none;
}
.slick-dotsWrap .slick-pause.paused .icon_play {
  display: block;
}
.slick-dotsWrap .slick-pause.paused .icon_stop {
  display: none;
}
.slick-dotsWrap .slick-pause svg {
  fill: #060605;
  width: 7px;
  height: 7px;
}
.slick-arrowsWrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .slick-arrowsWrap {
    justify-content: space-between;
  }
}
.slick-arrowsWrap .slick-arrow {
  position: static;
  margin: 0;
  border: 1px solid;
  background: none;
  width: 50px;
  height: 50px;
  color: #231F20;
}
@media (max-width: 767px) {
  .slick-arrowsWrap .slick-arrow {
    width: 27px;
    height: 27px;
  }
}
.slick-arrowsWrap .slick-arrow svg {
  fill: currentColor;
  width: 13px;
  height: 13px;
  transition: all 0.25s;
}
@media (max-width: 767px) {
  .slick-arrowsWrap .slick-arrow svg {
    width: 10px;
    height: 10px;
  }
}
@media (any-hover: hover) {
  .slick-arrowsWrap .slick-arrow:hover svg {
    margin-right: -7px;
  }
}
@media (max-width: 767px) {
  .slick-arrowsWrap .slick-next {
    order: 1;
  }
}

/* =========================================================
quize
========================================================= */
.quize .wrapper01 {
  padding-block: 150px;
}
@media (max-width: 767px) {
  .quize .wrapper01 {
    max-width: 100%;
    padding: 0;
  }
}
.quize .wrapper01 .line03 {
  position: absolute;
  top: 220px;
  left: -35px;
}
.quizeSlide {
  background: #D2D3CE;
  color: #231F20;
}
.quizeSlide .slick-track,
.quizeSlide .slick-list {
  display: flex;
}
.quizeSlide .listItem {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.quizeSlide .listItem .wrapper02 {
  padding-block: 150px;
}
@media (max-width: 767px) {
  .quizeSlide .listItem .wrapper02 {
    padding-block: 40px;
  }
}
@media (max-width: 1024px) {
  .quizeSlide .listItem .textBlock {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.quizeSlide .listItem .subTitle {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .quizeSlide .listItem .subTitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .quizeSlide .listItem .secTitle01 {
    font-size: 2.2rem;
  }
}
.quizeSlide .listItem .secTitle01 + p {
  margin: -15px 0 30px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .quizeSlide .listItem .secTitle01 + p {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.quizeSlide .listItem .line05 {
  position: absolute;
  bottom: 70px;
  right: 70px;
}
.quizeSlide .listItem .btn {
  margin-block: 40px 0;
}
@media (max-width: 767px) {
  .quizeSlide .listItem .btn {
    margin-block: auto 0;
  }
}
.quizeSlide .listItem .btn .btnLink {
  min-width: 120px;
}
@media (any-hover: hover) {
  .quizeSlide .listItem .btn a:hover,
  .quizeSlide .listItem .btn .btnLink:hover {
    opacity: 1;
    border-color: #96863F;
    background: #96863F;
    color: #fff;
  }
}
.quizeSlide .photoBlock {
  text-align: left;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .quizeSlide .photoBlock {
    padding-bottom: 270px;
    font-size: 1.2rem;
  }
}
.quizeSlide .photoBlock .textBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .quizeSlide .photoBlock .textBlock {
    height: auto;
  }
}
@media (max-width: 767px) {
  .quizeSlide .photoBlock .textBlock {
    height: auto;
    padding: 75px 20% 75px 0;
  }
  :lang(ja) .quizeSlide .photoBlock .textBlock {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .quizeSlide .photoBlock .secTitle01 {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .quizeSlide .photoBlock .btn {
    margin-top: 30px;
  }
}
.quizeSlide .photoBlock .photo {
  position: absolute;
  top: -185px;
  bottom: -185px;
  left: 800px;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 1125px;
  height: 1125px;
}
@media (max-width: 1500px) {
  .quizeSlide .photoBlock .photo {
    left: 55%;
  }
}
@media (max-width: 1024px) {
  .quizeSlide .photoBlock .photo {
    top: auto;
    bottom: 0;
    left: -274px;
    right: -274px;
    width: 548px;
    height: 548px;
    margin: auto;
    translate: 0 50%;
  }
}
.quizeSlide .photoBlock .photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 75%;
  height: 756px;
  margin: auto;
}
@media (max-width: 1024px) {
  .quizeSlide .photoBlock .photo img {
    top: auto;
    right: 0;
    bottom: 47%;
    width: 100vw;
    height: auto;
  }
}
.quizeSlide .photoBlock .line04 {
  position: absolute;
  bottom: 40px;
  left: 640px;
}
@media (max-width: 1500px) {
  .quizeSlide .photoBlock .line04 {
    left: 45%;
  }
}
@media (max-width: 767px) {
  .quizeSlide .photoBlock .line04 {
    right: 10px;
    bottom: 10px;
  }
}
.quizeSlide .photoBlock .line04_sp {
  position: absolute;
  bottom: 200px;
  left: 10px;
}
.quizeSlide .buttonList {
  display: flex;
  align-items: center;
}
.quizeSlide .buttonListWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .quizeSlide .buttonListWrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    font-weight: 500;
  }
}
.quizeSlide .buttonListWrap:has(.type01) {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .quizeSlide .buttonListWrap:has(.type01) {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .quizeSlide .buttonListWrap:has(.type01) p:not([class]) {
    width: 140px;
  }
}
.quizeSlide .buttonListWrap:has(.type02) {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .quizeSlide .buttonListWrap:has(.type02) {
    margin-top: 20px;
  }
}
.quizeSlide .buttonList li label {
  position: relative;
}
.quizeSlide .buttonList li label input {
  appearance: none;
  position: absolute;
  inset: 0;
  margin: auto;
  border: none;
  background: none;
  cursor: pointer;
}
.quizeSlide .buttonList.type01 {
  gap: 50px;
}
@media (max-width: 1024px) {
  .quizeSlide .buttonList.type01 {
    flex-direction: column;
    gap: 20px;
  }
}
.quizeSlide .buttonList.type01 li label,
.quizeSlide .buttonList.type01 li button {
  position: relative;
  display: block;
  border-radius: 50%;
  border: 5px solid #818181;
  width: 42px;
  height: 42px;
  font-size: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .quizeSlide .buttonList.type01 li label,
  .quizeSlide .buttonList.type01 li button {
    border-width: 3px;
    width: 20px;
    height: 20px;
  }
}
.quizeSlide .buttonList.type01 li label:has(input:checked), .quizeSlide .buttonList.type01 li label:hover,
.quizeSlide .buttonList.type01 li button:has(input:checked),
.quizeSlide .buttonList.type01 li button:hover {
  background: #818181;
}
.quizeSlide .buttonList.type01 li label input,
.quizeSlide .buttonList.type01 li button input {
  border-radius: 50%;
}
.quizeSlide .buttonList.type01 li .btn1,
.quizeSlide .buttonList.type01 li .btn7 {
  width: 78px;
  height: 78px;
}
@media (max-width: 767px) {
  .quizeSlide .buttonList.type01 li .btn1,
  .quizeSlide .buttonList.type01 li .btn7 {
    width: 36px;
    height: 36px;
  }
}
.quizeSlide .buttonList.type01 li .btn2,
.quizeSlide .buttonList.type01 li .btn6 {
  width: 63px;
  height: 63px;
}
@media (max-width: 767px) {
  .quizeSlide .buttonList.type01 li .btn2,
  .quizeSlide .buttonList.type01 li .btn6 {
    width: 30px;
    height: 30px;
  }
}
.quizeSlide .buttonList.type01 li .btn3,
.quizeSlide .buttonList.type01 li .btn5 {
  width: 51px;
  height: 51px;
}
@media (max-width: 767px) {
  .quizeSlide .buttonList.type01 li .btn3,
  .quizeSlide .buttonList.type01 li .btn5 {
    width: 24px;
    height: 24px;
  }
}
.quizeSlide .buttonList.type01 li .btn1, .quizeSlide .buttonList.type01 li .btn2, .quizeSlide .buttonList.type01 li .btn3 {
  border-color: #80935F;
}
.quizeSlide .buttonList.type01 li .btn1:has(input:checked), .quizeSlide .buttonList.type01 li .btn1:hover, .quizeSlide .buttonList.type01 li .btn2:has(input:checked), .quizeSlide .buttonList.type01 li .btn2:hover, .quizeSlide .buttonList.type01 li .btn3:has(input:checked), .quizeSlide .buttonList.type01 li .btn3:hover {
  background: #80935F;
}
.quizeSlide .buttonList.type01 li .btn5, .quizeSlide .buttonList.type01 li .btn6, .quizeSlide .buttonList.type01 li .btn7 {
  border-color: #5878AA;
}
.quizeSlide .buttonList.type01 li .btn5:has(input:checked), .quizeSlide .buttonList.type01 li .btn5:hover, .quizeSlide .buttonList.type01 li .btn6:has(input:checked), .quizeSlide .buttonList.type01 li .btn6:hover, .quizeSlide .buttonList.type01 li .btn7:has(input:checked), .quizeSlide .buttonList.type01 li .btn7:hover {
  background: #5878AA;
}
.quizeSlide .buttonList.type02 {
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .quizeSlide .buttonList.type02 {
    gap: 10px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .quizeSlide .buttonList.type02 li {
    aspect-ratio: 1;
    width: calc(50% - 5px);
  }
}
.quizeSlide .buttonList.type02 li label,
.quizeSlide .buttonList.type02 li button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(129, 129, 129, 0.5);
  width: 222px;
  height: 160px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .quizeSlide .buttonList.type02 li label,
  .quizeSlide .buttonList.type02 li button {
    width: 100%;
    height: 100%;
  }
}
.quizeSlide .buttonList.type02 li label:has(input:checked), .quizeSlide .buttonList.type02 li label:hover,
.quizeSlide .buttonList.type02 li button:has(input:checked),
.quizeSlide .buttonList.type02 li button:hover {
  background: #C2B59B;
}
.quizeSlide .buttonList.type02:has(li:nth-child(6):last-child) {
  max-width: 706px;
}
@media (max-width: 1024px) {
  .quizeSlide .buttonList.type02:has(li:nth-child(6):last-child) li {
    aspect-ratio: auto;
  }
}
.quizeSlide .buttonList.type02:has(li:nth-child(6):last-child) li label,
.quizeSlide .buttonList.type02:has(li:nth-child(6):last-child) li button {
  height: 60px;
}
@media (max-width: 767px) {
  .quizeSlide .buttonList.type02:has(li:nth-child(6):last-child) li label,
  .quizeSlide .buttonList.type02:has(li:nth-child(6):last-child) li button {
    height: 120px;
  }
}
@media (min-width: 1024px) {
  .quizeSlide li[data-slick-index="5"] .buttonListWrap p:not([class]) {
    width: 190px;
  }
}

/* =========================================================
seemore
========================================================= */
.seemore .secTitle02::before {
  background: #231F20;
}
.seemore .secTitle02 + p {
  width: calc(100% - 520px);
}
@media (max-width: 1200px) {
  .seemore .secTitle02 + p {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1024px) {
  .seemore .secTitle02 + p {
    width: auto;
  }
}
.seemore .btnList {
  position: absolute;
  right: 0;
  top: 285px;
}
@media (max-width: 1500px) {
  .seemore .btnList {
    right: 40px;
  }
}
@media (max-width: 1400px) {
  .seemore .btnList {
    right: 80px;
  }
}
@media (max-width: 1200px) {
  .seemore .btnList {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .seemore .btnList {
    position: static;
    margin-block: 20px 40px;
  }
}
.seemore .btnList .btn a {
  min-width: 140px;
}
@media (max-width: 767px) {
  .seemore .btnList .btn:not(.green) a {
    background-color: #96863F;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .seemoreList {
    display: grid;
    margin-top: 80px;
    gap: 16px;
    max-height: 700px;
  }
  .seemoreList .listItem {
    height: 100%;
  }
  .seemoreList .listItem:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
    max-height: 700px;
  }
  .seemoreList .listItem:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .seemoreList .listItem:nth-child(2) .textBlock {
    padding-inline: 15px;
  }
  .seemoreList .listItem:nth-child(3) {
    grid-column: 4/6;
    grid-row: 1/2;
  }
  .seemoreList .listItem:nth-child(4) {
    grid-column: 3/6;
    grid-row: 2/3;
  }
}
.seemoreList .slick-list,
.seemoreList .slick-track {
  display: flex;
}
.seemoreList .listItem {
  overflow: hidden;
}
.seemoreList .listItem a {
  position: relative;
  display: block;
  height: 100%;
}
@media (any-hover: hover) {
  .seemoreList .listItem a:hover {
    opacity: 1;
  }
  .seemoreList .listItem a:hover .photo img {
    scale: 1.1;
  }
}
.seemoreList .listItem .photo {
  height: 100%;
}
.seemoreList .listItem .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .seemoreList .listItem .photo img {
    aspect-ratio: 307/310;
  }
}
.seemoreList .listItem .textBlock {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, #231F20 0, rgba(35, 31, 32, 0) 100%);
  width: 100%;
  height: 70%;
  padding: 0 50px 40px;
  color: #D2D3CE;
}
@media (max-width: 767px) {
  .seemoreList .listItem .textBlock {
    padding: 0 6% 20px;
  }
}
.seemoreList .listItem .subTitle,
.seemoreList .listItem .subTitle + p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  color: #C2B59B;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .seemoreList .listItem .subTitle,
  .seemoreList .listItem .subTitle + p {
    font-size: 1.6rem;
  }
}
.seemoreList .listItem h3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 2.6rem;
}
.seemoreList .listItem h3 p {
  font-family: inherit;
  font-size: inherit;
}
.seemoreList .slick-dots li button {
  border: 1px solid #96863F;
  background-color: rgba(150, 134, 63, 0.3);
  opacity: 1;
}
.seemoreList .slick-dots li.slick-active button {
  background-color: #96863F;
}

/* =========================================================
layout.css
========================================================= */
html,
body {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  overflow-x: hidden;
  background: #231F20;
  color: #C2B59B;
  font-size: 16px;
  font-family: "EB Garamond", "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  min-width: 1640px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
body.fixed, body.bookOn, body.modalOn, body.navOn {
  overflow: hidden;
}
:lang(en) body {
  word-break: keep-all;
  font-size: 18px;
  font-family: "EB Garamond", serif;
}
@media (max-width: 767px) {
  :lang(en) body {
    font-size: 1.2rem;
  }
}
:lang(ja) body {
  line-height: 1.7;
}
@media (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1640px) {
  body {
    min-width: 0;
  }
}

.wrapper {
  position: relative;
  max-width: 1640px;
  margin-inline: auto;
  padding-block: 120px;
}
@media (max-width: 1500px) {
  .wrapper {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    max-width: 90%;
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 90%;
    padding-block: 30px;
  }
}
.wrapper01 {
  position: relative;
  max-width: 1640px;
  margin-inline: auto;
}
@media (max-width: 1680px) {
  .wrapper01 {
    margin-inline: 40px;
  }
}
@media (max-width: 1400px) {
  .wrapper01 .wrapper02 {
    padding-inline: 40px;
  }
}
@media (max-width: 767px) {
  .wrapper01 {
    max-width: 88%;
    margin-inline: auto;
  }
}
.wrapper02 {
  position: relative;
  max-width: 1364px;
  margin-inline: auto;
  padding-block: 140px;
}
@media (max-width: 1500px) {
  .wrapper02 {
    padding-inline: 40px;
  }
}
@media (max-width: 1400px) {
  .wrapper02 {
    padding-inline: 80px;
  }
}
@media (max-width: 767px) {
  .wrapper02 {
    max-width: 88%;
    padding: 50px 0;
  }
}

/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .globalHeader {
    background: #231F20;
  }
}
:lang(ja) .globalHeader {
  font-family: "Montserrat", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", "Yu Gothic", YuGothic, "游ゴシック", "Noto Sans JP", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}
.globalHeader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, #231f20 40%, rgba(35, 31, 32, 0) 100%);
  width: 100%;
  height: 155px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .globalHeader::before {
    top: 55px;
    background: linear-gradient(180deg, #231f20 0%, rgba(35, 31, 32, 0) 100%);
    height: 22px;
  }
}
.globalHeader .wrapper01 {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 60px 45px;
}
@media (max-width: 767px) {
  .globalHeader .wrapper01 {
    gap: 5px;
    height: 55px;
    padding-block: 0;
  }
}
.globalHeader .siteLogo {
  margin-right: auto;
}
.globalHeader .siteLogo a img {
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .globalHeader .siteLogo a img {
    width: 53px;
    margin-bottom: -10px;
  }
}
.globalHeader .bookBtn {
  margin: 0;
}
@media (max-width: 767px) {
  .globalHeader .bookBtn {
    height: 100%;
    transition: all 0.2s;
    opacity: 1;
    visibility: visible;
  }
}
.globalHeader .bookBtn button,
.globalHeader .bookBtn a {
  appearance: none;
  min-width: 170px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .globalHeader .bookBtn button,
  .globalHeader .bookBtn a {
    display: flex;
    align-items: center;
    border-radius: 0;
    border: none;
    border-bottom: 4px solid;
    background: none;
    height: 100%;
    min-width: 0;
    padding: 0;
    color: #96863F;
    font-size: 1.1rem;
    font-weight: 600;
  }
}
.navOn .globalHeader .bookBtn {
  opacity: 0;
  visibility: hidden;
}
.header_show .globalHeader, .navOn .globalHeader {
  position: fixed;
  animation: headerAnime 0.5s ease;
}
@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.gnavBtn {
  color: inherit;
}
@media (max-width: 1024px) {
  .gnavBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-right: -5px;
  }
}
.fixed .gnavBtn, .bookOn .gnavBtn {
  pointer-events: none;
}
.gnavBtn .line {
  position: relative;
  display: block;
  background: #C2B59B;
  width: 20px;
  height: 1px;
  margin: 8px auto;
  transition: all 0.15s;
  text-indent: -9999px;
}
.gnavBtn .line::before, .gnavBtn .line::after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  background: #C2B59B;
  width: 28px;
  height: 1px;
  transition: all 0.15s;
}
.gnavBtn .line::after {
  top: auto;
  bottom: -6px;
}
.navOn .gnavBtn .line {
  background: transparent;
  width: 20px;
}
.navOn .gnavBtn .line:before {
  top: 0;
  transform: rotate(45deg);
  width: 20px;
}
.navOn .gnavBtn .line:after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 20px;
}
.header_show .gnavBtn .line::before, .header_show .gnavBtn .line::after {
  background: #C2B59B;
}

/* =========================================================
globalNav
========================================================= */
.globalNav {
  display: flex;
  align-items: center;
  gap: 45px;
  color: #C2B59B;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .globalNav {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 2;
    display: block;
    background: #231F20;
    width: 100%;
    height: calc(100% - 55px);
    overflow-y: auto;
    padding: 40px 5%;
  }
}
.navOn .globalNav {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navOn .globalNav {
    top: 150px;
  }
}
@media (max-width: 767px) {
  .navOn .globalNav {
    top: 55px;
  }
}
.globalNav .gnavList {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .globalNav .gnavList {
    display: block;
    font-size: 1.8rem;
  }
}
:lang(en) .globalNav .gnavList {
  text-transform: uppercase;
}
.globalNav .gnavList > li {
  position: relative;
}
.globalNav .gnavList > li > a,
.globalNav .gnavList > li .nestBtn {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .globalNav .gnavList > li > a,
  .globalNav .gnavList > li .nestBtn {
    padding: 10px 0;
  }
}
:lang(en) .globalNav .gnavList > li > a,
:lang(en) .globalNav .gnavList > li .nestBtn {
  text-transform: uppercase;
}
.globalNav .gnavList > li .nestBtn {
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .globalNav .gnavList > li .nestBtn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .globalNav .gnavList > li .nestBtn::after {
    content: "";
    display: block;
    background: url(../img/common/icon_select.svg) no-repeat center;
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
}
.globalNav .gnavList > li .nestBtn.on + .nestList {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .globalNav .gnavList > li .nestBtn.on + .nestList {
    height: auto;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .globalNav .gnavList > li .nestBtn.on::after {
    rotate: 180deg;
  }
}
.globalNav .gnavList > li .nestList {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .globalNav .gnavList > li .nestList {
    position: static;
    height: 0;
    line-height: 0;
    padding: 0;
    font-size: 1.2rem;
  }
  .globalNav .gnavList > li .nestList > li {
    margin-bottom: 7px;
  }
}
.globalNav .gnavList > li .nestList > li a {
  display: block;
  padding: 4px 0;
}
.globalNav .signBtn {
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  .globalNav .signBtn {
    flex-wrap: wrap;
    margin-top: 15px;
  }
}
.globalNav .signBtn li a {
  border: 1px solid #C2B59B;
  padding: 4px 8px;
  display: block;
  text-align: center;
  letter-spacing: 1.2px;
  font-size: 1.3rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .globalNav .signBtn li a {
    padding: 5px 10px;
    font-size: 1.5rem;
  }
}
.globalNav .lang {
  position: relative;
}
@media (max-width: 767px) {
  .globalNav .lang {
    margin-top: 30px;
  }
}
.globalNav .lang #langBtn {
  appearance: none;
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  cursor: pointer;
}
.globalNav .lang #langBtn:checked + label + .langList {
  opacity: 1;
  visibility: visible;
}
.globalNav .lang .langBtnLabel,
.globalNav .lang #langBtn + label {
  display: block;
  background: url(../img/common/icon_select.svg) no-repeat right center/16px auto;
  padding-right: 24px;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .globalNav .lang .langBtnLabel,
  .globalNav .lang #langBtn + label {
    display: inline-block;
    background-size: 12px auto;
    padding-right: 20px;
  }
}
.globalNav .lang .langList {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding-block: 10px;
  transition: all 0.2s;
}
.globalNav .lang:has(#langBtn:checked) .langList {
  opacity: 1;
  visibility: visible;
}

/* =========================================================
contents
========================================================= */
.contents {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contents {
    overflow: hidden;
    padding-top: 55px;
  }
}

.breadcrumbs {
  padding: 20px 40px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 5% 0;
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
.breadcrumbsList li {
  display: inline;
}
.breadcrumbsList li a {
  color: #666666;
}
.breadcrumbsList li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 1px;
  background: #666666;
  margin-inline: 15px 10px;
}
.breadcrumbsList li:last-child {
  color: #3E4732;
  text-decoration: underline;
}

.titleArea {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .titleArea {
    padding-top: 0;
  }
}
.titleArea .secTitle02 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .titleArea .secTitle02 {
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

/* =========================================================
globalFooter
========================================================= */
.globalFooter {
  border-top: 1px solid #C2B59B;
}
.contents:has(section.bg_color:last-child) + .globalFooter {
  border-top: none;
}
.globalFooter .wrapper01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 75px;
  padding-block: 100px 70px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .globalFooter .wrapper01 {
    gap: 20px 20px;
  }
}
@media (max-width: 767px) {
  .globalFooter .wrapper01 {
    flex-direction: column;
    gap: 30px;
    padding-block: 50px 30px;
    font-size: 1rem;
  }
}
.globalFooter .logo {
  margin-right: auto;
}
@media (min-width: 1024px) {
  .globalFooter .footerBlock:nth-of-type(2) {
    padding-right: 80px;
  }
}
.globalFooter .footerBlock dt {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .globalFooter .footerBlock dt {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.globalFooter .footerBlock .logo {
  margin-top: 40px;
}
.globalFooter .footerBlockWrap {
  width: 260px;
}
@media (max-width: 767px) {
  .globalFooter .footerBlockWrap {
    width: 100%;
  }
}
.globalFooter .footerBlockWrap .footerBlock + .footerBlock {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .globalFooter .footerBlockWrap .footerBlock .onlyTop + dt {
    display: none;
  }
}
.globalFooter .footerBlockWrap .letterForm {
  position: relative;
}
.globalFooter .footerBlockWrap .letterForm input {
  box-sizing: border-box;
  appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #C2B59B;
  background: url(../img/common/icon_mail.svg) no-repeat 5px center;
  width: 100%;
  padding: 10px 0 10px 30px;
  margin-top: -5px;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .globalFooter .footerBlockWrap .letterForm input {
    font-size: 1.2rem;
  }
}
.globalFooter .footerBlockWrap .letterForm input::placeholder {
  color: rgba(194, 181, 155, 0.5);
}
html:lang(en) .globalFooter .footerBlockWrap .letterForm input {
  font-size: 1.8rem;
}
.globalFooter .footerBlockWrap .letterForm button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 37px;
}
.globalFooter .footerBlockWrap .letterForm button img {
  rotate: -90deg;
}
.globalFooter .footerBlock .link02 {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: flex;
  gap: 60px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .globalFooter .footerBlock .link02 {
    position: static;
    display: block;
    font-size: 1rem;
  }
}
.globalFooter .snsList {
  display: flex;
  align-items: center;
  gap: 16px;
}
.globalFooter .snsList li a {
  display: block;
}
.globalFooter .snsList li a img {
  display: block;
}
@media (max-width: 767px) {
  .globalFooter .onlyTop {
    display: none;
  }
}
.globalFooter .separator {
  border: none;
  border-top: 1px solid #C2B59B;
  width: 100%;
  margin: 50px 0 20px;
}

.copyright {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 0.9rem;
  }
}
/*# sourceMappingURL=map/style.css.map */
