.bathroomSect__cont .usableList__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .bathroomSect__cont .usableList__inner {
    gap: 76px 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bathroomSect__cont .usableList__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .bathroomSect__cont .usableList__inner {
    gap: 36px 28px;
  }
}

@media screen and (min-width: 768px) {
  .bathroomSect__cont .usableList__item {
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .bathroomSect__cont .usableList__item {
    width: calc(50% - 14px);
  }
}

@media screen and (min-width: 768px) {
  .bathroomSect__cont .usableList__item:nth-child(1) {
    width: 570px;
  }
}

@media screen and (max-width: 768px) {
  .bathroomSect__cont .usableList__item:nth-child(1) {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bathroomSect__head + .bathroomSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .bathroomSect__head + .bathroomSect__cont {
    margin-top: 32px;
  }
}

.equipmentCard__head + .equipmentCard__body {
  position: relative;
}

@media screen and (min-width: 768px) {
  .equipmentCard__head + .equipmentCard__body {
    height: 180px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__head + .equipmentCard__body {
    height: 220px;
    margin-top: 10px;
  }
}

.equipmentCard__body .heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .equipmentCard__body .heading {
    min-height: 75px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__body .heading {
    letter-spacing: .03em;
    min-height: 46px;
  }
}

.heading + .equipmentCard__txt {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .heading + .equipmentCard__txt {
    margin-top: 16px;
    top: 74px;
  }
}

@media screen and (max-width: 768px) {
  .heading + .equipmentCard__txt {
    margin-top: 12px;
    top: 42px;
  }
}

.equipmentCard__txt .txt {
  color: #4c4b49;
  letter-spacing: .1em;
  line-height: 1.8;
}

.equipmentCard__txt .txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.equipmentCard__txt .txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.equipmentCard__txt .txt:before, .equipmentCard__txt .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .equipmentCard__txt .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__txt .txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .equipmentCard__txt .caption {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__txt .caption {
    margin-top: 6px;
  }
}

.eyesFeatureBox {
  background-color: rgba(250, 249, 247, 0.5);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .eyesFeatureBox {
    margin-left: auto;
    margin-right: auto;
    max-width: 886px;
  }
}

@media screen and (max-width: 768px) {
  .eyesFeatureBox {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 768px) {
  .eyesFeatureBox:not(:first-child) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .eyesFeatureBox:not(:first-child) {
    margin-top: 40px;
  }
}

.eyesFeatureBox__cat {
  background-color: #006e38;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  letter-spacing: .1em;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .eyesFeatureBox__cat {
    font-size: 20px;
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .eyesFeatureBox__cat {
    font-size: 14px;
    padding: 12px;
  }
}

.eyesFeatureBox__cat:before {
  background: no-repeat center / cover;
  content: '';
  display: block;
  height: 100%;
  inset: 0;
  left: 0;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .eyesFeatureBox__cat:before {
    background-image: url("../../common/imgs/pc/bg-texture-heading.jpg");
  }
}

@media screen and (max-width: 768px) {
  .eyesFeatureBox__cat:before {
    background-image: url("../../common/imgs/sp/bg-texture-heading.jpg");
  }
}

.eyesFeatureBox__heading {
  color: #006e38;
  grid-column: auto / span 2;
  letter-spacing: .2em;
  text-align: center;
  line-height: 1.6;
}

.eyesFeatureBox__heading:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.eyesFeatureBox__heading:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.eyesFeatureBox__heading:before, .eyesFeatureBox__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .eyesFeatureBox__heading {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .eyesFeatureBox__heading {
    font-size: 18px;
  }
}

.eyesFeatureBox__lead {
  color: #4c4b49;
  letter-spacing: .1em;
  line-height: 1.8;
}

.eyesFeatureBox__lead:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.eyesFeatureBox__lead:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.eyesFeatureBox__lead:before, .eyesFeatureBox__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .eyesFeatureBox__lead {
    font-size: 14px;
    grid-column: auto / span 2;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .eyesFeatureBox__lead {
    font-size: 12px;
  }
}

.eyesFeatureBox__inner {
  display: grid;
}

@media screen and (min-width: 768px) {
  .eyesFeatureBox__inner {
    gap: 40px 56px;
    grid-template-columns: 357fr 314fr;
    padding: 40px 80px 80px;
  }
}

@media screen and (max-width: 768px) {
  .eyesFeatureBox__inner {
    gap: 50px 32px;
    grid-template-columns: 1fr 146px;
    padding: 40px 15px;
  }
}

@media screen and (max-width: 768px) {
  .eyesFeatureBox__body {
    grid-column: auto / span 2;
  }
}

.eyesFeatureBox__caption {
  grid-column: auto / span 2;
}

.eyesFeatureBox--eyesCenter .eyesFeatureBox__inner {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .eyesFeatureBox--eyesCenter .eyesFeatureBox__inner {
    gap: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .eyesFeatureBox--eyesCenter .eyesFeatureBox__inner {
    gap: 50px 0;
  }
}

.eyesFeatureBox--eyesCenter .eyesFeatureBox__visual {
  grid-column: auto / span 2;
}

@media screen and (min-width: 768px) {
  .eyesFeatureBox--eyesCenter .eyesFeatureBox__visual {
    margin-left: auto;
    margin-right: auto;
    width: 558px;
  }
}

.eyesFeatureBox--eyesCenter .eyesFeatureBox__body {
  grid-column: auto / span 2;
}

@media screen and (min-width: 768px) {
  .eyesplusSect {
    margin: 0 auto;
    max-width: 1000px;
  }
}

.eyesplusSect__explanation {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .eyesplusSect__explanation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 42px;
    margin: 100px auto 0;
    padding: 40px 16px 40px 56px;
    width: 684px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusSect__explanation {
    margin-top: 46px;
    padding: 20px 10px 32px;
  }
}

@media screen and (min-width: 768px) {
  .eyesplusSect__explanation .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusSect__explanation .txt {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .eyesplusSect__explanation .photo {
    width: 206px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusSect__explanation .photo {
    margin: 0 auto;
    width: 204px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusSect__explanation .photo + .txt {
    margin-top: 21px;
  }
}

@media screen and (min-width: 768px) {
  .eyesplusSect__policy {
    border-top: 1px solid #006e38;
    margin-top: 100px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusSect__policy {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .eyesplusSect__policy .eyesplusTtl + .eyesPolicyList {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusSect__policy .eyesplusTtl + .eyesPolicyList {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .eyesplusSect__activity {
    border-top: 1px solid #006e38;
    margin-top: 100px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusSect__activity {
    margin-top: 60px;
  }
}

.eyesplusSect__activity .eyesplusTtl + .photo {
  margin-top: 50px;
}

.eyesplusTtl {
  text-align: center;
}

.eyesplusTtl__logo {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .eyesplusTtl__logo {
    width: 201px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusTtl__logo {
    width: 176px;
  }
}

.eyesplusTtl__logo img {
  height: auto;
  width: 100%;
}

.eyesplusTtl__txt {
  color: #006e38;
  letter-spacing: .2em;
  line-height: 1.6;
}

.eyesplusTtl__txt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.eyesplusTtl__txt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.eyesplusTtl__txt:before, .eyesplusTtl__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .eyesplusTtl__txt {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusTtl__txt {
    font-size: 18px;
  }
}

.eyesplusTtl__txt .num {
  display: inline-block;
  font-family: "EB Garamond", serif;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .eyesplusTtl__txt .num {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusTtl__txt .num {
    font-size: 31px;
  }
}

@media screen and (min-width: 768px) {
  .eyesplusTtl__logo + .eyesplusTtl__txt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusTtl__logo + .eyesplusTtl__txt {
    margin-top: 13px;
  }
}

.eyesplusTtl__heading {
  color: #4c4b49;
  display: block;
  letter-spacing: .1em;
  margin-top: 25px;
  line-height: 1.84615;
}

.eyesplusTtl__heading:before {
  content: '';
  margin-top: calc((1 - 1.84615) * .5em);
}

.eyesplusTtl__heading:after {
  margin-bottom: calc((1 - 1.84615) * .5em);
}

.eyesplusTtl__heading:before, .eyesplusTtl__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .eyesplusTtl__heading {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .eyesplusTtl__heading {
    font-size: 13px;
  }
}

.eyesPolicyCard {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .eyesPolicyCard {
    border-bottom: 1px solid rgba(0, 110, 56, 0.3);
    height: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .eyesPolicyCard {
    border-bottom: 1px solid #006e38;
    padding-bottom: 15px;
  }
}

.eyesPolicyCard__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .eyesPolicyCard__head {
    gap: 12px;
    width: 152px;
  }
}

@media screen and (max-width: 768px) {
  .eyesPolicyCard__head {
    gap: 9px;
    width: 110px;
  }
}

@media screen and (min-width: 768px) {
  .eyesPolicyCard__icon {
    width: 27px;
  }
}

@media screen and (max-width: 768px) {
  .eyesPolicyCard__icon {
    width: 21px;
  }
}

.eyesPolicyCard__icon img {
  height: auto;
  width: 100%;
}

.eyesPolicyCard__heading {
  color: #006e38;
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
  line-height: 1.44;
}

.eyesPolicyCard__heading:before {
  content: '';
  margin-top: calc((1 - 1.44) * .5em);
}

.eyesPolicyCard__heading:after {
  margin-bottom: calc((1 - 1.44) * .5em);
}

.eyesPolicyCard__heading:before, .eyesPolicyCard__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .eyesPolicyCard__heading {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .eyesPolicyCard__heading {
    font-size: 20px;
  }
}

.eyesPolicyCard__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.eyesPolicyCard__purpose {
  color: #006e38;
  letter-spacing: .01em;
  line-height: 1.44;
}

.eyesPolicyCard__purpose:before {
  content: '';
  margin-top: calc((1 - 1.44) * .5em);
}

.eyesPolicyCard__purpose:after {
  margin-bottom: calc((1 - 1.44) * .5em);
}

.eyesPolicyCard__purpose:before, .eyesPolicyCard__purpose:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .eyesPolicyCard__purpose {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .eyesPolicyCard__purpose {
    font-size: 14px;
  }
}

.eyesPolicyCard__target {
  color: #4c4b49;
  letter-spacing: .01em;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .eyesPolicyCard__target {
    font-size: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .eyesPolicyCard__target {
    font-size: 13px;
    padding-left: 14px;
  }
}

.eyesPolicyCard__target:before {
  aspect-ratio: 1 / 1;
  background-color: #006e38;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .eyesPolicyCard__target:before {
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .eyesPolicyCard__target:before {
    width: 9px;
  }
}

.eyesPolicyCard__target .inner {
  display: block;
  line-height: 1.44;
}

.eyesPolicyCard__target .inner:before {
  content: '';
  margin-top: calc((1 - 1.44) * .5em);
}

.eyesPolicyCard__target .inner:after {
  margin-bottom: calc((1 - 1.44) * .5em);
}

.eyesPolicyCard__target .inner:before, .eyesPolicyCard__target .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .eyesPolicyCard__purpose + .eyesPolicyCard__target {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .eyesPolicyCard__purpose + .eyesPolicyCard__target {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .eyesPolicyList {
    display: grid;
    gap: 40px 56px;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    margin-left: auto;
    margin-right: auto;
    max-width: 888px;
  }
}

@media screen and (max-width: 768px) {
  .eyesPolicyList__item:not(:first-child) {
    margin-top: 14px;
  }
}

.facilityBox {
  background-color: rgba(250, 249, 247, 0.5);
  border: 2px solid rgba(149, 139, 121, 0.5);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .facilityBox {
    margin-left: auto;
    margin-right: auto;
    max-width: 886px;
    padding: 0 101px 56px;
  }
}

@media screen and (max-width: 768px) {
  .facilityBox {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 38px;
  }
}

@media screen and (min-width: 768px) {
  .facilityBox:not(:first-child) {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .facilityBox:not(:first-child) {
    margin-top: 40px;
  }
}

.facilityBox__ttl {
  color: #958b79;
  letter-spacing: .2em;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .facilityBox__ttl {
    font-size: 18px;
    padding-top: 42px;
  }
}

@media screen and (max-width: 768px) {
  .facilityBox__ttl {
    font-size: 21px;
    padding-top: 44px;
  }
}

.facilityBox__ttl:before {
  background-color: #958b79;
  content: '';
  height: 32px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1px;
}

.facilityBox__ttl .inner {
  display: block;
  line-height: 1.5;
}

.facilityBox__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.facilityBox__ttl .inner:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.facilityBox__ttl .inner:before, .facilityBox__ttl .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .facilityBox__head + .facilityBox__body {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .facilityBox__head + .facilityBox__body {
    margin-top: 38px;
  }
}

.facilityList {
  display: grid;
}

@media screen and (min-width: 768px) {
  .facilityList {
    gap: 26px 56px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .facilityList {
    gap: 40px;
  }
}

.facilityList__heading {
  background-color: rgba(191, 188, 182, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.facilityList__heading:before {
  background: no-repeat center / cover;
  content: '';
  display: block;
  inset: 0;
  mix-blend-mode: color-burn;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .facilityList__heading:before {
    background-image: url("../../common/imgs/pc/bg-texture-heading.jpg");
  }
}

@media screen and (max-width: 768px) {
  .facilityList__heading:before {
    background-image: url("../../common/imgs/sp/bg-texture-heading.jpg");
  }
}

.facilityList__heading .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #958b79;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .facilityList__heading .num {
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__heading .num {
    width: 32px;
  }
}

.facilityList__heading .t {
  color: #4c4b49;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  letter-spacing: .2em;
  padding: 14px;
  line-height: 1.5;
}

.facilityList__heading .t:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.facilityList__heading .t:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.facilityList__heading .t:before, .facilityList__heading .t:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.facilityList__heading--normal:after {
  background-color: #006e38;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

.facilityList__heading--normal .t {
  padding-left: 30px;
}

@media screen and (min-width: 768px) {
  .facilityList__desc {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__desc {
    margin-top: 32px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .facilityList__desc .photo {
    width: 185px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__desc .photo {
    width: 116px;
  }
}

.facilityList__desc:has(.facilityList__visual):not(.facilityList__desc--lg) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .facilityList__desc:has(.facilityList__visual):not(.facilityList__desc--lg) {
    gap: 18px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__desc:has(.facilityList__visual):not(.facilityList__desc--lg) {
    gap: 32px;
  }
}

.facilityList__desc:has(.facilityList__visual):not(.facilityList__desc--lg) .facilityList__txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.facilityList__desc--lg .facilityList__visual {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .facilityList__desc--lg .facilityList__visual {
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__desc--lg .facilityList__visual {
    width: 100%;
  }
}

.facilityList__desc--lg .facilityList__visual .photo {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .facilityList__desc--lg .facilityList__txtArea {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__desc--lg .facilityList__txtArea {
    margin-top: 12px;
  }
}

.facilityList__txt {
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.8;
}

.facilityList__txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.facilityList__txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.facilityList__txt:before, .facilityList__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.facilityList__txt .green {
  color: #006e38;
}

.facilityList__txt + .caption {
  margin-top: 10px;
}

.facilityList__visuals .usableList__inner {
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .facilityList__visuals .usableList__item {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__visuals .usableList__item {
    width: calc(50% - 5px);
  }
}

.facilityList__visuals .usableList__item .photo {
  height: auto;
  width: 100%;
}

.facilityList__visuals + .facilityList__txtArea {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .facilityList--01 {
    grid-template-rows: repeat(3, auto);
  }
}

@media screen and (min-width: 768px) {
  .facilityList--01 .facilityList__item:nth-child(1) {
    grid-row: auto / span 3;
  }
}

.facilityList--eyesDefault {
  grid-template-columns: 1fr;
}

.facilityList--eyesDefault .facilityList__heading .num {
  background-color: #006e38;
}

@media screen and (min-width: 768px) {
  .facilityList--eyesCenter {
    grid-template-columns: repeat(2, 1fr);
  }
}

.facilityList--eyesCenter .facilityList__heading .num {
  background-color: #006e38;
}

@media screen and (min-width: 768px) {
  .kitchenSect__head .headingCombi + .enTtl {
    margin-top: 148px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__head .headingCombi + .enTtl {
    margin-top: 71px;
  }
}

.kitchenSect__cont .usableList__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .kitchenSect__cont .usableList__inner {
    gap: 76px 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .kitchenSect__cont .usableList__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont .usableList__inner {
    gap: 36px 28px;
  }
}

@media screen and (min-width: 768px) {
  .kitchenSect__cont .usableList__item {
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont .usableList__item {
    width: calc(50% - 14px);
  }
}

@media screen and (min-width: 768px) {
  .kitchenSect__cont .usableList__item:nth-child(1) {
    width: 570px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont .usableList__item:nth-child(1) {
    width: 100%;
  }
}

.kitchenSect__cont .usableList__item:nth-child(4) .equipmentCard__body .heading, .kitchenSect__cont .usableList__item:nth-child(5) .equipmentCard__body .heading {
  min-height: 64px;
}

@media screen and (max-width: 768px) {
  .kitchenSect__cont .usableList__item:nth-child(4) .equipmentCard__body .heading + .equipmentCard__txt, .kitchenSect__cont .usableList__item:nth-child(5) .equipmentCard__body .heading + .equipmentCard__txt {
    margin-top: 12px;
    top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: 32px;
  }
}

.otherSect__cont .usableList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 768px) {
  .otherSect__cont .usableList__inner {
    gap: 76px 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .otherSect__cont .usableList__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__cont .usableList__inner {
    gap: 36px 28px;
  }
}

.otherSect__cont .usableList__item {
  height: auto;
}

@media screen and (min-width: 768px) {
  .otherSect__cont .usableList__item {
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__cont .usableList__item {
    width: calc(50% - 14px);
  }
}

.otherSect__cont .usableList__item .equipmentCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.otherSect__cont .usableList__item .equipmentCard__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.otherSect__cont .usableList__item .equipmentCard__body .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .otherSect__head + .otherSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__head + .otherSect__cont {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .otherSect__bottom {
    margin-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__bottom {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .pageNaviBtn {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .pageNaviBtn {
    margin: 0 -13px 60px;
  }
}

.powderRoomSect__cont .usableList__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .powderRoomSect__cont .usableList__inner {
    gap: 76px 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .powderRoomSect__cont .usableList__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .powderRoomSect__cont .usableList__inner {
    gap: 36px 28px;
  }
}

@media screen and (min-width: 768px) {
  .powderRoomSect__cont .usableList__item {
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .powderRoomSect__cont .usableList__item {
    width: calc(50% - 14px);
  }
}

@media screen and (min-width: 768px) {
  .powderRoomSect__cont .usableList__item:nth-child(1) {
    width: 570px;
  }
}

@media screen and (max-width: 768px) {
  .powderRoomSect__cont .usableList__item:nth-child(1) {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .powderRoomSect__head + .powderRoomSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .powderRoomSect__head + .powderRoomSect__cont {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .equipment-kitchen {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-kitchen {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .equipment-powderRoom,
  .equipment-bathroom,
  .equipment-other {
    padding: 120px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-powderRoom,
  .equipment-bathroom,
  .equipment-other {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .equipment-eyesplus {
    padding: 100px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-eyesplus {
    padding: 70px 0 60px;
  }
}

@media screen and (min-width: 768px) {
  .equipment-eyesFeature {
    padding: 100px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-eyesFeature {
    padding: 60px 0 80px;
  }
}
