@import "https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap";
.pageNavi {
  margin: 0 auto 8rem;
}
@media print, screen and (min-width: 768px) {
  .pageNavi {
    max-width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .pageNavi {
    max-width: calc(100% - 4.8rem);
  }
}
.pageNavi__list {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
}
@media print, screen and (min-width: 768px) {
  .pageNavi__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .pageNavi__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pageNavi__item {
  position: relative;
}
.pageNavi__item a {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  height: 6rem;
  justify-content: center;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pageNavi__item a:hover {
    background: #dc8184;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pageNavi__item a:hover {
    background: #dc8184;
  }
}
.pageNavi__item svg {
  position: absolute;
  right: 2.5rem;
  top: calc(50% - 3px);
}
.waterSystem {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .waterSystem {
    background-image: url("../imgs/pc/bg-water.jpg");
    padding: 6rem 0 12rem;
  }
}
@media screen and (max-width: 768px) {
  .waterSystem {
    background-image: url("../imgs/sp/bg-water.jpg");
    padding: 7.5rem 2.4rem 2rem;
  }
}
.waterSystem__inner {
  margin: 0 auto;
  max-width: 120rem;
}
.waterSystem__logos {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .waterSystem__logos {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .waterSystem__logos {
    gap: 2rem;
  }
}
.waterSect {
  margin-top: 8rem;
}
.waterSect__ttl {
  background: #5187a5;
  color: #fff;
  padding-top: 0.8rem;
  padding-bottom: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .waterSect__ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .waterSect__ttl {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.waterSect__ttl .small {
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .waterSect__ttl .small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .waterSect__ttl .small {
    font-size: 1.4rem;
  }
}
.waterSect__head {
  display: flex;
  gap: 5.2rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .waterSect__head {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .waterSect__head img {
    margin-left: auto;
    margin-right: auto;
    width: 15.7rem;
  }
}
@media screen and (max-width: 768px) {
  .waterSect__head--mirabath img {
    width: 24rem;
  }
}
.waterSect__mv {
  margin-bottom: 1.5rem;
}
.waterSect__heading {
  margin-top: 5rem;
  margin-bottom: 4rem;
  text-align: center;
}
.waterSect__heading .subtitle {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .waterSect__heading .subtitle {
    font-size: 2.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .waterSect__heading .subtitle {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .waterSect__heading .title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .waterSect__heading .title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
}
.waterSect__heading .txt {
  margin-top: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .waterSect__heading .txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .waterSect__heading .txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.waterSect__txt {
  flex: 1;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .waterSect__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .waterSect__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.waterSect__points {
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .waterSect__points {
    gap: 5.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .waterSect__points {
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.waterPoint {
  position: relative;
}
@media screen and (max-width: 768px) {
  .waterPoint + .waterPoint {
    margin-top: 1rem;
  }
}
.waterPoint__ttl {
  align-items: center;
  background: #fff;
  display: flex;
  height: 5rem;
  justify-content: center;
  margin-bottom: 2.6rem;
  position: relative;
}
.waterPoint__ttl .point {
  color: #5ab5b2;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  left: 1.5rem;
  position: absolute;
  top: calc(50% - 10px);
}
@media print, screen and (min-width: 768px) {
  .waterPoint__ttl .point {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__ttl .point {
    font-size: 1.6rem;
  }
}
.waterPoint__ttl .txt {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__ttl .txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__ttl .txt {
    font-size: 1.8rem;
  }
}
.waterPoint__ttlLine {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__ttlLine {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__ttlLine {
    margin-bottom: 2rem;
  }
}
.waterPoint__ttlLine .main {
  border-bottom: 1px solid #000;
  display: block;
  font-weight: 500;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__ttlLine .main {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__ttlLine .main {
    font-size: 1.8rem;
  }
}
.waterPoint__ttlLine .sub {
  color: #666;
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.8rem;
}
.waterPoint__ttlBg {
  background: #5187a5;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__ttlBg {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__ttlBg {
    font-size: 1.6rem;
    padding: 1.2rem;
  }
}
.waterPoint__txtTtl {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__txtTtl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__txtTtl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .waterPoint__txtTtl--large {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__txtTtl--large {
    font-size: 1.8rem;
  }
}
.waterPoint__txt {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__txt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
}
.waterPoint__txt .caption {
  color: #000;
}
.waterPoint__txt .caption--block {
  display: block;
  margin-top: 1rem;
}
.waterPoint__lead {
  background: #b1d1ce;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__lead {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem;
  }
}
.waterPoint__col {
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__col {
    gap: 6.2rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__col {
    gap: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .waterPoint__col--gap-small {
    gap: 2rem;
  }
}
.waterPoint__col--gap-x-small {
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .waterPoint__col--sp-colflex {
    flex-direction: column;
  }
}
.waterPoint__img {
  margin-top: 2.6rem;
}
.waterPoint__img--mtnone {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__img--mb {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__img--mb {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__imgItem--pat1 {
    min-width: 10rem;
  }
}
@media print, screen and (min-width: 768px) {
  .waterPoint__imgItem--pat2 {
    width: 35.4rem;
  }
}
.waterPoint__imgItem--pat3 {
  height: -moz-fit-content;
  height: fit-content;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__imgItem--pat3 {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__imgItem--pat3 {
    display: flex;
    gap: 2rem;
  }
  .waterPoint__imgItem--pat3 img {
    width: 20rem;
  }
}
.waterPoint__imgItem--pat3 .caption {
  color: #000;
  display: block;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .waterPoint__imgItem--pat3 .caption {
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .waterPoint__imgItem--pat4 {
    min-width: 12.3rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__imgItem--pat4 {
    min-width: 8rem;
  }
}
.waterPoint__imgItem--pat5 .caption {
  color: #000;
  display: block;
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__imgItem--pat6 {
    min-width: 27.7rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__imgItem--pat6 {
    margin-right: 1.5rem;
    min-width: 15.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .waterPoint__imgItem--pat7 {
    min-width: 20.2rem;
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__imgItem--pat7 {
    margin-left: 1rem;
    min-width: 10.8rem;
  }
}
.waterPoint__notionBdr {
  border: 1px solid #000;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .waterPoint__notionBdr {
    bottom: 0;
    font-size: 1.6rem;
    line-height: 2;
    padding: 1rem;
    position: absolute;
    right: 0;
    width: calc(100% - 30rem);
  }
}
@media screen and (max-width: 768px) {
  .waterPoint__notionBdr {
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1.6;
    margin-top: 3rem;
    padding: 1rem 2rem;
    position: static;
    width: 100%;
  }
}
.equipmentTtl__lead {
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .equipmentTtl__lead {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .equipmentTtl__lead {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.equipmentCard--col-span-2 {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .equipmentCard--col-span-2-sp {
    grid-column: span 2;
  }
}
.equipmentCard--row-span-2 {
  grid-row: span 2;
}
@media print, screen and (min-width: 768px) {
  .equipmentCard--layout1 {
    grid-column: span 2;
    padding-right: calc(50% + 1.2rem);
  }
}
.equipmentCard__img {
  margin-bottom: 1.5rem;
}
.equipmentCard__ttl {
  letter-spacing: normal;
}
@media print, screen and (min-width: 768px) {
  .equipmentCard__ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .equipmentCard__ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
.equipmentCard__ttl .small {
  font-size: 1.4rem;
}
.equipmentCard__txt {
  border-top: 1px solid #000;
  margin-top: 1rem;
  padding-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .equipmentCard__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .equipmentCard__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.equipmentCard__txt .caption {
  color: #000;
  display: inline-block;
  letter-spacing: normal;
  line-height: 1.5;
}
.ecoHeater {
  background: #e7e4e1;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4rem;
}
@media print, screen and (min-width: 768px) {
  .ecoHeater {
    gap: 2rem;
    grid-column: span 3;
  }
}
@media screen and (max-width: 768px) {
  .ecoHeater {
    flex-direction: column;
    gap: 2rem;
    grid-column: span 2;
    padding: 3rem 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .ecoHeater__img {
    width: 28.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ecoHeater__img {
    width: 100%;
  }
}
.ecoHeater__txt {
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .ecoHeater__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .ecoHeater__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.ecoHeater__txt .caption {
  color: #000;
}
@media screen and (max-width: 768px) {
  .ecoHeater__txt .caption {
    margin-top: 1rem;
  }
}
.kireiFunc {
  grid-column: span 2;
}
.kireiFunc__ttl {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .kireiFunc__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .kireiFunc__ttl {
    font-size: 1.6rem;
  }
}
.kireiFunc__cont {
  display: grid;
  grid-gap: 1.8rem 2.4rem;
  gap: 1.8rem 2.4rem;
  grid-template-columns: repeat(2, 1fr);
}
.kireiFunc__item--col-span-2 {
  grid-column: span 2;
}
.kireiFunc__siaa {
  display: grid;
  grid-gap: 0 1rem;
  gap: 0 1rem;
  grid-template: "ttl img" auto "txt img" 1fr/1fr auto;
  margin-top: 1rem;
}
.kireiFunc__siaa .ttl {
  grid-area: ttl;
}
@media print, screen and (min-width: 768px) {
  .kireiFunc__siaa .ttl {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .kireiFunc__siaa .ttl {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.kireiFunc__siaa .txt {
  grid-area: txt;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .kireiFunc__siaa .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .kireiFunc__siaa .txt {
    font-size: 1.2rem;
  }
}
.kireiFunc__siaa .photo {
  grid-area: img;
}
@media screen and (max-width: 768px) {
  .kireiFunc__siaa .photo {
    width: 10rem;
  }
}
.kireiFunc__itemTtl {
  background: #c6dff0;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kireiFunc__itemTtl {
    letter-spacing: -0.05em;
  }
}
.kireiFunc__itemTxt {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0.4rem;
}
@media print, screen and (min-width: 768px) {
  .kireiFunc__itemTxt--large {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .kireiFunc__itemTxt--large {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.kireiFunc > .caption {
  color: #000;
  display: block;
  text-align: center;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .kireiFunc > .caption {
    margin-top: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .pageTtl {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .equipment-kitchen {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .equipment-kitchen {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .equipment-powderRoom {
    margin-top: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .equipment-powderRoom {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .equipment-bathroom {
    margin-top: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .equipment-bathroom {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .equipment-lavatory {
    margin-top: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .equipment-lavatory {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .equipment-amenity {
    margin-top: 24rem;
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .equipment-amenity {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
.eqSect {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .eqSect {
    margin-top: 12rem;
    max-width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .eqSect {
    margin-top: 8rem;
    max-width: 100%;
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .eqSect .sectTtl {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .eqSect .sectTtl__main {
    font-size: 3.2rem;
  }
}
.cardGrid {
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .cardGrid {
    gap: 4rem 2.4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .cardGrid {
    gap: 3rem 2.4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .cardGrid + .cardGrid {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=style.css.map */
