@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* hotspring */
/* ============================================ */
.hotspring-wrapper {
  padding-bottom: 150px;
}
@media all and (max-width: 896px) {
  .hotspring-wrapper {
    padding-bottom: 80px;
  }
}
.hotspring .natural {
  padding: 150px 0;
}
@media all and (max-width: 896px) {
  .hotspring .natural {
    padding: 64px 0;
  }
}
.hotspring .natural-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 42px 0;
  margin-right: calc(50% - 50vw);
}
@media all and (max-width: 1025px) {
  .hotspring .natural-container {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .hotspring .natural-container {
    gap: 28px 0;
  }
}
.hotspring .natural-contents {
  width: 37%;
}
@media all and (max-width: 1025px) {
  .hotspring .natural-contents {
    width: 100%;
  }
}
.hotspring .natural-img {
  width: 57%;
}
@media all and (max-width: 1025px) {
  .hotspring .natural-img {
    width: 100%;
  }
}
.hotspring .natural-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotspring .natural-txt {
  margin-top: 52px;
  font-size: 1.8rem;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .hotspring .natural-txt {
    margin-top: 32px;
    font-size: 1.6rem;
  }
}
.hotspring .natural-note {
  color: #4C6B40;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .hotspring .natural-note {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}
.hotspring .natural .second-anchor {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .hotspring .natural .second-anchor {
    margin-top: 56px;
  }
}
.hotspring .natural .second-anchor__list > li {
  width: calc((100% - 96px) / 4);
}
@media all and (max-width: 896px) {
  .hotspring .natural .second-anchor__list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 480px) {
  .hotspring .natural .second-anchor__list > li {
    width: 100%;
  }
}
.hotspring-container {
  padding: 100px 0;
  background: url("../images/common/bg_contents_03.jpg") top center/100% auto repeat-y;
  position: relative;
}
@media all and (max-width: 896px) {
  .hotspring-container {
    padding: 50px 0 64px;
  }
}
.hotspring-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(252deg, #ffbfd4 0%, #ffe5ee 100%);
  opacity: 0.3;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.hotspring-inner {
  max-width: 1200px;
  position: relative;
  z-index: 20;
}
.hotspring-photo {
  margin-top: 42px;
}
.hotspring-slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 583/336;
}
.hotspring-thumbnail {
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .hotspring-thumbnail {
    margin-top: 10px;
  }
}
.hotspring-thumbnail .splide {
  padding: 0 56px;
}
@media all and (max-width: 896px) {
  .hotspring-thumbnail .splide {
    padding: 0 32px;
  }
}
.hotspring-thumbnail .splide__slide {
  border: none !important;
  position: relative;
}
.hotspring-thumbnail .splide__slide.is-active::before {
  background: transparent;
}
.hotspring-thumbnail .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 250/125;
}
.hotspring-thumbnail .splide__slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.05s ease-out;
}
.hotspring-thumbnail .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 0;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .hotspring-thumbnail .splide__arrow {
    width: 24px;
    height: 24px;
  }
}
.hotspring-thumbnail .splide__arrow--prev {
  left: 0;
  background: url("../images/common/slide_arrow_prev_brown.svg") center center/contain no-repeat;
}
.hotspring-thumbnail .splide__arrow--next {
  right: 0;
  background: url("../images/common/slide_arrow_next_brown.svg") center center/contain no-repeat;
}
.hotspring-thumbnail .splide__arrow svg {
  display: none;
}
.hotspring-block {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .hotspring-block {
    margin-top: 24px;
  }
}
.hotspring-txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .hotspring-txt {
    font-size: 1.6rem;
  }
}
.hotspring-note {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .hotspring-note {
    margin-top: 20px;
  }
}
.hotspring-note > li {
  padding-left: 1.2em;
  position: relative;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .hotspring-note > li {
    margin-top: 8px;
  }
}
.hotspring-note > li:first-of-type {
  margin-top: 0;
}
.hotspring-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.hotspring .large, .hotspring .private {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .hotspring .large, .hotspring .private {
    margin-top: 64px;
  }
}
.hotspring .info {
  padding: 100px 0 80px;
}
@media all and (max-width: 896px) {
  .hotspring .info {
    padding: 50px 0 24px;
  }
}
.hotspring .relaxation {
  padding: 80px 0 150px;
}
@media all and (max-width: 896px) {
  .hotspring .relaxation {
    padding: 50px 0 84px;
  }
}
.hotspring .relaxation-container {
  padding: 48px 40px 64px;
  background: #fff;
  border-radius: 64px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
  border: 3px dashed #DC7A7A;
}
@media all and (max-width: 896px) {
  .hotspring .relaxation-container {
    padding: 30px 24px 34px;
    border-radius: 24px;
    border-width: 2px;
  }
}
.hotspring .relaxation-inner {
  max-width: 1200px;
  margin-inline: auto;
}
.hotspring .relaxation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .hotspring .relaxation-list {
    gap: 16px;
    margin-top: 32px;
  }
}
@media all and (max-width: 600px) {
  .hotspring .relaxation-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hotspring .relaxation-txt {
  margin-top: 32px;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .hotspring .relaxation-txt {
    margin-top: 20px;
  }
}