html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

main {
  position: relative;
}

.l-main-visual {
  width: 100%;
  height: 100vh;
  position: relative;
}

.l-footer {
  background-image: url(../../images/footer_bg.jpg);
  height: 100%;
  padding: 20px;
  background-size: cover;
  height: 160px;
  display: grid;
  align-items: end;
  justify-items: center;
}
@media (min-width: 1025px) {
  .l-footer {
    height: 200px;
  }
}
.l-footer small {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  color: #FFF;
}

.l-footer__wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.l-footer__wrap img {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .l-footer__wrap img {
    width: 100px;
    margin-right: 30px;
  }
}
@media (min-width: 1025px) {
  .l-footer__wrap img {
    margin-right: 40px;
  }
}

.l-footer__text {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-footer__text {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #FFF;
    max-width: 600px;
  }
}
@media (min-width: 1025px) {
  .l-footer__text {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #FFF;
    max-width: 800px;
  }
}

.c-title {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #3C381E;
  background-image: url(../../../images/title_bg_sp.svg);
  background-size: contain;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 15px;
  background-position: center;
}
@media (min-width: 768px) {
  .c-title {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.3rem;
    color: #3C381E;
    margin-bottom: 45px;
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .c-title {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 5.6rem;
    color: #3C381E;
  }
}

.c-bg {
  background-image: url(../../../images/room_bg.jpg);
  height: 100%;
  padding: 20px;
  background-size: cover;
}
@media (min-width: 768px) {
  .c-bg {
    padding: 50px;
  }
}
@media (min-width: 1025px) {
  .c-bg {
    padding: 80px;
  }
}

.c-text {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #3C381E;
  padding: 10px;
}
@media (min-width: 768px) {
  .c-text {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #3C381E;
    margin: 0 auto;
    max-width: 600px;
  }
}
@media (min-width: 1025px) {
  .c-text {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #3C381E;
    max-width: 800px;
  }
}

.p-catch {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 3.3rem;
  color: #FFF;
  position: absolute;
  right: 15px;
  top: 100px;
}
@media (min-width: 768px) {
  .p-catch {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 4.2rem;
    color: #FFF;
    left: 10%;
  }
}
@media (min-width: 1025px) {
  .p-catch {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    line-height: 6rem;
    color: #FFF;
    top: 25%;
  }
}
.p-catch__logo {
  position: absolute;
  top: 175px;
  right: 25px;
  width: 80px;
}
@media (min-width: 768px) {
  .p-catch__logo {
    top: 220px;
    left: 12%;
    width: 90px;
  }
}
@media (min-width: 1025px) {
  .p-catch__logo {
    left: 10%;
    top: 44%;
    width: 166px;
  }
}

.p-cta-btn {
  position: fixed;
  background: #727444;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  bottom: 15px;
  right: 15px;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1000;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #FFF;
}
@media (min-width: 768px) {
  .p-cta-btn {
    width: 110px;
    height: 110px;
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #FFF;
  }
}
@media (min-width: 1025px) {
  .p-cta-btn {
    width: 150px;
    height: 150px;
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.3rem;
    color: #FFF;
  }
}

.p-cta-btn:hover {
  transform: translateX(3px) translateY(3px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.p-lang-btn {
  display: flex;
  background-color: #FFF;
  width: 70px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 0.5px solid #3C381E;
}
@media (min-width: 768px) {
  .p-lang-btn {
    width: 90px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1025px) {
  .p-lang-btn {
    width: 105px;
    height: 45px;
    top: 30px;
    right: 30px;
  }
}
.p-lang-btn span {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #3C381E;
}
@media (min-width: 768px) {
  .p-lang-btn span {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #3C381E;
  }
}
@media (min-width: 1025px) {
  .p-lang-btn span {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.8rem;
    color: #3C381E;
  }
}

.p-concept {
  background-image: url(../../../images/concept-area_bg.jpg);
  height: 100%;
  padding: 20px;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-concept {
    padding: 50px;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .p-concept {
    padding: 80px;
  }
}
.p-concept img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-concept img {
    padding-top: 0;
    width: auto;
    height: 400px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1025px) {
  .p-concept img {
    height: 655px;
  }
}

.p-concept__text-area {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
@media (min-width: 768px) {
  .p-concept__text-area {
    position: absolute;
    top: 25%;
    left: 0;
    width: 50%;
    padding: 50px 70px 50px 30px;
  }
}

.p-concept__title {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #3C381E;
  text-decoration: underline;
  padding-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .p-concept__title {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #3C381E;
  }
}
@media (min-width: 1025px) {
  .p-concept__title {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.3rem;
    color: #3C381E;
  }
}

.p-concept__text {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #3C381E;
}
@media (min-width: 768px) {
  .p-concept__text {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #3C381E;
  }
}
@media (min-width: 1025px) {
  .p-concept__text {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #3C381E;
  }
}

.p-swiper-wrap {
  margin-inline: auto;
  max-width: 500px;
  position: relative;
}
@media (min-width: 1025px) {
  .p-swiper-wrap {
    max-width: 800px;
  }
}

.swiper-slide img {
  height: auto;
  width: 100%;
  display: block;
}

.swiper {
  max-width: 500px;
}
@media (min-width: 1025px) {
  .swiper {
    max-width: 800px;
  }
}

@media (min-width: 768px) {
  .swiper-button-prev {
    left: -50px !important;
  }
}
@media (min-width: 1025px) {
  .swiper-button-prev {
    left: -70px !important;
  }
}

@media (min-width: 768px) {
  .swiper-button-next {
    right: -50px !important;
  }
}
@media (min-width: 1025px) {
  .swiper-button-next {
    right: -70px !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #FFF !important;
  margin-top: calc(-13% - var(--swiper-navigation-size) / 2) !important;
}
@media (min-width: 768px) {
  .swiper-button-next,
.swiper-button-prev {
    color: #3C381E !important;
  }
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 25%;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.p-swiper__text {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #3C381E;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-swiper__text {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #3C381E;
  }
}
@media (min-width: 1025px) {
  .p-swiper__text {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #3C381E;
    max-width: 800px;
  }
}

.mv-swiper {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
}
.mv-swiper .swiper-slide img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 60%;
     object-position: 60% 60%;
  transform: scale(1);
  transition: transform 14s ease;
}

.mv-swiper .swiper-slide-active img {
  transform: scale(1.08);
}

.p-meal_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-meal_item {
  width: 100%;
}

.p-onsen_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-onsen_item {
  width: 100%;
  height: 100%;
}

.p-kankou_img {
  width: 100%;
  max-width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-kankou_img {
    height: auto;
    flex-grow: 2;
    flex-basis: 0;
    max-width: none;
    min-width: 0;
  }
}

.p-kankou_figure:nth-of-type(1) .p-kankou_img {
  -o-object-position: center 70%;
     object-position: center 70%;
}

.p-kankou_figure {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-kankou_figure {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: 600px;
  }
}

.p-kankou_caption {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #3C381E;
}
@media (min-width: 768px) {
  .p-kankou_caption {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #3C381E;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
  }
}
@media (min-width: 1025px) {
  .p-kankou_caption {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #3C381E;
  }
}
.p-kankou_caption h3 {
  font-weight: 700;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .p-kankou_caption h3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .p-kankou_figure:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}

.p-access li {
  list-style: disc;
  margin-left: 20px;
}

.u-margin-bottom {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .u-margin-bottom {
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .u-margin-bottom {
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=style.css.map */