@charset "UTF-8";
.color_base_text_01 {
  color: rgba(34, 23, 20, 0.1);
}

.color_base_text_02 {
  color: rgba(34, 23, 20, 0.2);
}

.color_base_text_03 {
  color: rgba(34, 23, 20, 0.3);
}

.color_base_text_04 {
  color: rgba(34, 23, 20, 0.4);
}

.color_base_text_05 {
  color: rgba(34, 23, 20, 0.5);
}

.color_base_text_06 {
  color: rgba(34, 23, 20, 0.6);
}

.color_base_text_07 {
  color: rgba(34, 23, 20, 0.7);
}

.color_base_text_08 {
  color: rgba(34, 23, 20, 0.8);
}

.color_base_text_09 {
  color: rgba(34, 23, 20, 0.9);
}

.color_base_text {
  color: #221714;
}

.color_white_01 {
  color: rgba(255, 255, 255, 0.1);
}

.color_white_02 {
  color: rgba(255, 255, 255, 0.2);
}

.color_white_03 {
  color: rgba(255, 255, 255, 0.3);
}

.color_white_04 {
  color: rgba(255, 255, 255, 0.4);
}

.color_white_05 {
  color: rgba(255, 255, 255, 0.5);
}

.color_white_06 {
  color: rgba(255, 255, 255, 0.6);
}

.color_white_07 {
  color: rgba(255, 255, 255, 0.7);
}

.color_white_08 {
  color: rgba(255, 255, 255, 0.8);
}

.color_white_09 {
  color: rgba(255, 255, 255, 0.9);
}

.color_white {
  color: white;
}

.color_black_01 {
  color: rgba(0, 0, 0, 0.1);
}

.color_black_02 {
  color: rgba(0, 0, 0, 0.2);
}

.color_black_03 {
  color: rgba(0, 0, 0, 0.3);
}

.color_black_04 {
  color: rgba(0, 0, 0, 0.4);
}

.color_black_05 {
  color: rgba(0, 0, 0, 0.5);
}

.color_black_06 {
  color: rgba(0, 0, 0, 0.6);
}

.color_black_07 {
  color: rgba(0, 0, 0, 0.7);
}

.color_black_08 {
  color: rgba(0, 0, 0, 0.8);
}

.color_black_09 {
  color: rgba(0, 0, 0, 0.9);
}

.color_black {
  color: black;
}

.sectionHeader {
  position: fixed;
  top: 0;
  z-index: 6;
}

.sectionMv {
  margin-top: 52px;
}
@media only screen and (min-width: 769px) {
  .sectionMv {
    margin-top: 80px;
  }
}
.sectionMv .sectionMv__block01 {
  position: relative;
}
.sectionMv .sectionMv__block01 .sectionMv__movie {
  width: 100%;
  height: calc(100vh - 80px);
}
@media only screen and (min-width: 769px) {
  .sectionMv .sectionMv__block01 .sectionMv__movie {
    height: calc(100vh - 80px);
  }
}
.sectionMv .sectionMv__block01 .sectionMv__movie video {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
}
@media only screen and (min-width: 769px) {
  .sectionMv .sectionMv__block01 .sectionMv__movie video {
    height: calc(100vh - 80px);
  }
}
.sectionMv .sectionMv__block01 .sectionMv__block01__title {
  padding-top: 3em;
  padding-bottom: 1em;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: clamp(1.875rem, 1.565rem + 1.273vw, 2.75rem);
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 38%);
}
.sectionMv .sectionMv__block01 .sectionMv__block01__title__en {
  margin-top: 1em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size: clamp(0.875rem, 0.786rem + 0.364vw, 1.125rem);
  letter-spacing: 0.5em;
  opacity: 0.6;
}

.sectionKurashi {
  background-image: url(../images/common/bg_white.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}

.sectionKurashi__block01 {
  margin: auto;
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  width: 90%;
}
@media only screen and (min-width: 1000px) {
  .sectionKurashi__block01 {
    margin: 0;
    margin-top: 2em;
    width: 96%;
    grid-template-columns: 60fr 40fr;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionKurashi__block01 {
    gap: 6em;
    grid-template-columns: 50fr 50fr;
  }
}
.sectionKurashi__block01 .sectionKurashi__block01__text01 {
  text-align: left;
  line-height: 2;
}
@media only screen and (min-width: 1000px) {
  .sectionKurashi__block01 .sectionKurashi__block01__text01 {
    order: 2;
    line-height: 3;
  }
}
.sectionKurashi__block01 .sectionKurashi__block01__photo01 {
  max-width: 778px;
}
@media only screen and (min-width: 1000px) {
  .sectionKurashi__block01 .sectionKurashi__block01__photo01 {
    order: 1;
  }
}

.sectionKurashi__slider {
  background-color: #dcd6cf;
}
.sectionKurashi__slider .sectionKurashi__slider__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media only screen and (min-width: 1000px) {
  .sectionKurashi__slider .sectionKurashi__slider__inner {
    grid-template-columns: 45fr 55fr;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionKurashi__slider .sectionKurashi__slider__inner {
    grid-template-columns: 50fr 50fr;
  }
}
@media only screen and (min-width: 769px) {
  .sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__photo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__photo img {
    width: 100%;
    object-fit: cover;
  }
}
.sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text {
  position: relative;
  text-align: left;
  padding: 1em 6em 1em 1em;
  font-size: clamp(0.875rem, 0.831rem + 0.182vw, 1rem);
}
@media only screen and (min-width: 1200px) {
  .sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text {
    padding: 3em;
    padding-right: 30%;
  }
}
.sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text::after {
  content: "春";
  position: absolute;
  top: 0px;
  right: -20px;
  font-size: clamp(7rem, 2.391rem + 18.909vw, 20rem);
  line-height: 1;
  z-index: -1;
  color: rgba(122, 106, 86, 0.4);
}
@media only screen and (min-width: 769px) {
  .sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text::after {
    top: -50px;
    right: -60px;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text.spring::after {
  content: "春";
}
.sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text.summer::after {
  content: "夏";
}
.sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text.autumn::after {
  content: "秋";
}
.sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text.winter::after {
  content: "冬";
}
.sectionKurashi__slider .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text.festival::after {
  content: "祭";
}
.sectionKurashi__slider .slick-dots {
  background-color: #7a6a56;
  position: relative;
  bottom: 0;
}
.sectionKurashi__slider .slick-dots li {
  height: 35px;
}
.sectionKurashi__slider .slick-dots li button:before {
  color: white;
  font-size: 8px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media only screen and (min-width: 1000px) {
  .sectionKurashi__slider.slider-2 .sectionKurashi__slider__inner {
    grid-template-columns: 55fr 45fr;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionKurashi__slider.slider-2 .sectionKurashi__slider__inner {
    grid-template-columns: 50fr 50fr;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionKurashi__slider.slider-2 .sectionKurashi__slider__inner .sectionKurashi__slider__inner__photo {
    order: 2;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionKurashi__slider.slider-2 .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text {
    order: 1;
    padding: 1em 1em 1em 6em;
  }
  .sectionKurashi__slider.slider-2 .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text::after {
    right: auto;
    left: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionKurashi__slider.slider-2 .sectionKurashi__slider__inner .sectionKurashi__slider__inner__text {
    padding: 3em;
    padding-right: 3em;
    padding-left: 30%;
  }
}

.sectionKurashi__mapBlock .sectionKurashi__mapBlock__map {
  margin: auto;
  max-width: 1300px;
}

.sectionHotel {
  background-image: url(../images/common/bg_white.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}

.sectionHotel__block01 {
  position: relative;
}
.sectionHotel__block01 .sectionHotel__block01__image01 {
  width: 80%;
  max-width: 680px;
  margin: auto 0 auto auto;
}
@media only screen and (min-width: 769px) {
  .sectionHotel__block01 .sectionHotel__block01__image01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width: 769px) {
  .sectionHotel__block02 {
    margin: auto auto auto 0;
    margin-top: 6em;
    width: 60%;
  }
}
.sectionHotel__block02 .sectionHotel__block02__text {
  margin-top: 1em;
  text-align: left;
  padding-left: 2em;
  padding-right: 2em;
}
@media only screen and (min-width: 769px) {
  .sectionHotel__block02 .sectionHotel__block02__text {
    margin-left: auto;
    margin-right: 0;
    max-width: 630px;
  }
}
.sectionHotel__block02 .sectionHotel__block02__image01 {
  margin-top: 1em;
}

.sectionLocation {
  padding-bottom: 3em;
  background-image: url(../images/common/bg_brown.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}

.sectionLocation__block01 {
  position: relative;
  color: white;
}
.sectionLocation__block01 .sectionLocation__block01__image01 {
  width: 80%;
  max-width: 680px;
  margin: auto auto auto 0;
}
@media only screen and (min-width: 769px) {
  .sectionLocation__block01 .sectionLocation__block01__image01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
  }
}

.sectionLocation__block02 {
  color: white;
}
@media only screen and (min-width: 769px) {
  .sectionLocation__block02 {
    margin: auto 0 auto auto;
    margin-top: 6em;
    width: 60%;
  }
}
.sectionLocation__block02 .sectionLocation__block02__text {
  margin-top: 1em;
  text-align: left;
  padding-left: 2em;
  padding-right: 2em;
}
@media only screen and (min-width: 769px) {
  .sectionLocation__block02 .sectionLocation__block02__text {
    margin-left: 0;
    margin-right: auto;
    max-width: 680px;
  }
}
.sectionLocation__block02 .sectionLocation__block02__image01 {
  margin-top: 1em;
}

.sectionLocation__block03 {
  margin-top: 2em;
}
.sectionLocation__block03 .sectionLocation__block03__map {
  margin: auto;
  max-width: 868px;
}
.sectionLocation__block03 .sectionLocation__block03__list01 {
  margin: auto;
  width: 80%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  max-width: 786px;
}
@media only screen and (min-width: 769px) {
  .sectionLocation__block03 .sectionLocation__block03__list01 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 769px) {
  .sectionLocation__block03 .sectionLocation__block03__list01 .sectionLocation__block03__list01__item.combination {
    grid-column: 1/3;
  }
}

.sectionAccess {
  padding-bottom: 3em;
  background-image: url(../images/common/bg_white.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}

.sectionAccess__block01 {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  align-items: start;
}
@media only screen and (min-width: 1000px) {
  .sectionAccess__block01 {
    margin: 0;
    grid-template-columns: 40fr 60fr;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionAccess__block01 {
    margin-right: 0;
    margin-left: auto;
    gap: 6em;
    grid-template-columns: 35fr 65fr;
    max-width: 1490px;
  }
}
.sectionAccess__block01 .sectionAccess__block01__text01__title {
  font-size: clamp(1.125rem, 0.748rem + 1.545vw, 2.188rem);
  line-height: 2;
}
.sectionAccess__block01 .sectionAccess__block01__text01 {
  margin: auto;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  line-height: 2;
  width: 90%;
}
@media only screen and (min-width: 1000px) {
  .sectionAccess__block01 .sectionAccess__block01__text01 {
    margin-top: 2em;
    order: 1;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionAccess__block01 .sectionAccess__block01__text01 {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionAccess__block01 .sectionAccess__block01__photo01 {
    order: 2;
  }
}

.sectionAccess__block03 {
  margin: auto;
  margin-top: 2em;
  max-width: 958px;
}
@media only screen and (min-width: 769px) {
  .sectionAccess__block03 {
    margin-top: 4em;
  }
}
.sectionAccess__block03 .sectionAccess__block03__title {
  padding: 0.5em;
  background-color: #7a6a56;
  color: white;
}
.sectionAccess__block03 .sectionAccess__block03__list {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0em;
}
@media only screen and (min-width: 769px) {
  .sectionAccess__block03 .sectionAccess__block03__list {
    grid-template-columns: 1fr 1fr;
  }
}
.sectionAccess__block03 .sectionAccess__block03__list .sectionAccess__block03__list__item {
  overflow: hidden;
}
.sectionAccess__block03 .sectionAccess__block03__list .sectionAccess__block03__list__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: clamp(1.125rem, 0.704rem + 1.727vw, 2.313rem);
}
.sectionAccess__block03 .sectionAccess__block03__list .sectionAccess__block03__list__item a img {
  transition: 1s all;
  filter: brightness(50%);
}
.sectionAccess__block03 .sectionAccess__block03__list .sectionAccess__block03__list__item a:hover img {
  transform: scale(1.1, 1.1);
  filter: brightness(100%);
  transition: 1s all;
  opacity: 1;
}
.sectionAccess__block03 .sectionAccess__block03__list .sectionAccess__block03__list__item .sectionAccess__block03__list__item__text {
  position: absolute;
}

.modaal-container {
  max-width: 800px;
}

.modaal-content-container {
  padding: 10px;
}

.sectionAccess__block04 {
  margin: auto;
  margin-top: 2em;
  max-width: 958px;
}
@media only screen and (min-width: 769px) {
  .sectionAccess__block04 {
    margin-top: 4em;
  }
}
.sectionAccess__block04 .sectionAccess__block04__title {
  padding: 0.5em;
  background-color: #7a6a56;
  color: white;
}
.sectionAccess__block04 .sectionAccess__block04__list {
  margin: auto;
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  width: 90%;
}
@media only screen and (min-width: 769px) {
  .sectionAccess__block04 .sectionAccess__block04__list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.sectionAccess__block04 .sectionAccess__block04__list video {
  width: 100%;
}

.sectionPlan {
  padding-bottom: 3em;
  background-image: url(../images/common/bg_white.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}

.sectionPlan .sectionTitleBlock img {
  object-position: center bottom;
}

.sectionPlan__title01 {
  margin-top: 1em;
  font-size: clamp(1.125rem, 0.903rem + 0.909vw, 1.75rem);
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .sectionPlan__title01 {
    margin-top: 2em;
  }
}

.sectionPlan__title02 {
  margin-top: 1em;
  margin: auto;
  font-size: clamp(1rem, 0.867rem + 0.545vw, 1.375rem);
  background-color: #7a6a56;
  padding: 0.5em;
  color: white;
  line-height: 1.5;
  max-width: 958px;
}
@media only screen and (min-width: 769px) {
  .sectionPlan__title02 {
    margin-top: 2em;
  }
}

.sectionPlan__block01 {
  margin: auto;
  margin-top: 2em;
  width: 90%;
  max-width: 824px;
}

.sectionPlan__block02 {
  margin: auto;
  margin-top: 2em;
  width: 90%;
}
@media only screen and (min-width: 769px) {
  .sectionPlan__block02 {
    width: 100%;
    max-width: 1800px;
  }
}

.sectionPlan__block03 {
  margin: auto;
  margin-top: 2em;
  width: 80%;
  max-width: 958px;
}

.sectionValue {
  padding-bottom: 3em;
  background-image: url(../images/common/bg_white.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}

.sectionValue__title01 {
  margin-top: 1em;
  font-size: clamp(1.125rem, 0.903rem + 0.909vw, 1.75rem);
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .sectionValue__title01 {
    margin-top: 2em;
  }
}

.sectionValue__title02 {
  margin-top: 1em;
  font-size: clamp(1rem, 0.867rem + 0.545vw, 1.375rem);
  background-color: #dcd6cf;
  padding: 0.5em;
  color: #7a6a56;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .sectionValue__title02 {
    margin-top: 2em;
  }
}

.sectionValue .sectionWrap {
  max-width: 954px;
}

.js-scrollable .scrollImg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .js-scrollable .scrollImg {
    width: 550px;
  }
}

.sectionValue__block01 .sectionValue__block01__text {
  margin-top: 1em;
  font-size: clamp(1rem, 0.867rem + 0.545vw, 1.375rem);
}

.sectionValue__block02 .sectionValue__block02__list {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
@media only screen and (min-width: 769px) {
  .sectionValue__block02 .sectionValue__block02__list {
    grid-template-columns: 1fr 1fr;
  }
}
.sectionValue__block02 .sectionValue__block02__text {
  margin-top: 1em;
  font-size: clamp(1rem, 0.867rem + 0.545vw, 1.375rem);
}

.sectionValue__block03 {
  margin: auto;
  margin-top: 2em;
  max-width: 954px;
}

.sectionIntro {
  background-image: url(../images/common/bg_white.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  border-bottom: 20px solid rgb(122, 106, 86);
}

.sectionIntro__block01 {
  margin: auto;
  max-width: 1294px;
}
.sectionIntro__block01 img {
  mix-blend-mode: multiply;
}

.sectionIntro__block02 {
  margin: auto;
  margin-left: auto;
  margin-right: 0;
  max-width: 1294px;
}/*# sourceMappingURL=top.css.map */