@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
.clead {
  font-size: 18px;
  line-height: 1.77;
  text-align: center;
}

/* intro
---------------------------------------------------------------------- */
.intro {
  padding: 75px 0 10px;
  position: relative;
  background-size: cover;
}
.intro::before {
  content: "";
  display: block;
  width: 100%;
  height: 560px;
  background-color: #FAF6F3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.intro::after {
  content: "";
  display: block;
  width: 446px;
  height: 137px;
  position: absolute;
  top: 66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/bg_intro.png) no-repeat;
  background-size: contain;
  z-index: 0;
}

.intro__ttl {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
}

.intro__lead {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
}

.intro__imgWrap {
  position: relative;
}

.intro__img {
  margin-bottom: 9px;
  text-align: center;
}
.intro__img figcaption {
  font-size: 18px;
  margin-top: 0.8em;
}

.intro__capacity {
  position: absolute;
  top: 36px;
  left: 30px;
  display: block;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* spa
---------------------------------------------------------------------- */
.spa {
  padding: 90px 0 80px;
}
.spa dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.spa__list li {
  width: calc(50% - 10px);
  position: relative;
}

.spa__img {
  position: relative;
}

.spa__ttl {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  padding: 2px 10px;
  color: #fff;
  background-color: #00AF79;
}

.spa__note {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.spa__note span {
  color: #00AF79;
}

/* other
---------------------------------------------------------------------- */
.other {
  padding: 90px 0 190px;
}

.other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 20px;
}
.other__list li {
  width: calc(50% - 10px);
  position: relative;
}

.other__ttl {
  font-size: 24px;
  text-align: left;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 5px;
}
.other__ttl span {
  font-size: 10px;
  display: block;
  color: var(--primary-color);
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.other__img {
  margin-bottom: 15px;
  position: relative;
}
.other__img span {
  position: absolute;
  bottom: 13px;
  right: 20px;
  width: 134px;
  height: 134px;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.other__img span:hover {
  width: 200px;
  height: 200px;
}

.other__txt {
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.other__detail {
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0;
}/*# sourceMappingURL=facility.css.map */