/*
@import "./util/mixin.scss";
@import "./util/variables.scss";
*/
.txt {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .txt {
    font-size: 2.9333333333vw;
  }
}
.equipmentSect__head {
  text-align: center;
}

.equipmentSect__head + .equipmentSect__cont {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: 4vw;
  }
}
.equipmentSect__cont {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 30px;
}

@media only screen and (max-width: 767px) {
  .equipmentSect__cont {
    gap: 6.4vw 4vw;
  }
}
.facilityCard {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .facilityCard {
    width: 42.6666666667vw;
  }
}
.facilityCard__visual + .facilityCard__desc {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .facilityCard__visual + .facilityCard__desc {
    margin-top: 4vw;
  }
}
.facilityCard__desc .txt + .cap {
  margin-top: 5px;
  color: #999999;
}

.facilityCard__ttl {
  font-size: 16px;
  line-height: 1.6875;
  color: #7A6A44;
  position: relative;
  z-index: 1;
  padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .facilityCard__ttl {
    padding-bottom: 10px;
  }
}
.facilityCard__ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #D0BA7E 0%, #9C7E32 100%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .facilityCard__ttl {
    font-size: 3.7333333333vw;
  }
}
.photo + .facilityCard__ttl {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .photo + .facilityCard__ttl {
    margin-top: 4vw;
  }
}
.facilityCard__ttl + .txt {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .facilityCard__ttl + .txt {
    margin-top: 2.1333333333vw;
  }
}
.facilityCard--full {
  width: 100%;
}
.facilityCard--large {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .facilityCard--large {
    width: 100%;
  }
}
.facilityCard__beside {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .facilityCard__beside {
    flex-direction: column;
    gap: 4vw;
  }
}
.facilityCard__beside--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .facilityCard__beside--reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .facilityCard__beside--mobile-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .facilityCard__beside .facilityCard__visual {
    min-width: 630px;
  }
}
@media screen and (min-width: 768px) {
  .facilityCard__beside .facilityCard__desc {
    margin-top: 0;
  }
}
.facilityCard__ttl + .facilityCard__beside {
  margin-top: 20px;
}
.facilityCard__beside + .cap {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .facilityCard__beside + .cap {
    margin-top: 1.3333333333vw;
  }
}
.facilityCard__desc--flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .facilityCard__desc--flex {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .facilityCard__desc--flex {
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .facilityCard__img {
    min-width: 109px;
  }
}
@media screen and (max-width: 767px) {
  .facilityCard__img {
    min-width: 90px;
  }
}

.photo--border:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  border: solid 1px #cccccc;
}
.photo .cap {
  text-align: right;
}

.photoGroup {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .photoGroup {
    gap: 4vw;
  }
}
.photoGroup__item {
  width: 47.619047619%;
}
@media screen and (max-width: 767px) {
  .photoGroup__item {
    width: 100%;
  }
}
.photoGroup__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background: #898989;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .photoGroup__label {
    height: auto;
    padding: 1.3333333333vw 0;
    font-size: 2.1333333333vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

.unit-equipment-head {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  background: rgba(149, 119, 40, 0.8);
  font-weight: normal;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .unit-equipment-head {
    height: 8.5333333333vw;
    padding: 0 4vw;
    font-size: 4.2666666667vw;
  }
}
.unit-equipment-head + .photo, .unit-equipment-head + .unitLayout {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .unit-equipment-head + .photo, .unit-equipment-head + .unitLayout {
    margin-top: 5.3333333333vw;
  }
}

.sNav {
  position: relative;
  z-index: 10;
}
.sNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 616px;
  margin-left: auto;
  margin-right: auto;
}
.sNav__item {
  width: 48.3766233766%;
}
@media screen and (max-width: 767px) {
  .sNav__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sNav__item:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
.sNav__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: linear-gradient(to right, #D0BA7E, #9C7E32);
  line-height: 1;
  color: #333333;
  transition: 0.3s;
  cursor: pointer;
}
.sNav__link::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  width: auto;
  height: auto;
  background: #ffffff;
  transition: 0.3s;
  opacity: 1;
}
.sNav__link.is-active {
  color: #ffffff;
}
.sNav__link.is-active::before {
  opacity: 0;
}
.sNav__link:hover {
  color: #ffffff;
}
.sNav__link:hover::before {
  opacity: 0;
}
.sNav__link .ja {
  position: relative;
  z-index: 1;
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sNav__link .ja {
    font-size: 3.7333333333vw;
  }
}
.sNav__link .en {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  font-family: "EG Garamond", serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sNav__link .en {
    font-size: 3.2vw;
  }
}
.sNav.bottom {
  margin-top: 100px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .sNav.bottom {
    margin-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}

.tabContent__item {
  display: none;
}
.tabContent__item.is-active {
  display: block;
}

.pageHeading {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pageHeading {
    margin-top: 10.6666666667vw;
  }
}
.pageHeading__inner {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  color: #7A6A44;
}
@media screen and (max-width: 767px) {
  .pageHeading__inner {
    font-size: 4vw;
  }
}

.equipment-catch {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .equipment-catch {
    margin-top: 16vw;
  }
}

.equipment-kitchen {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .equipment-kitchen {
    padding-top: 8vw;
  }
}

.equipment-powder {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .equipment-powder {
    margin-top: 8vw;
  }
}

.equipment-comfort {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .equipment-comfort {
    margin-top: 8vw;
  }
}

.equipment-security {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .equipment-security {
    padding-top: 8vw;
  }
}

.equipment-structure {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .equipment-structure {
    padding-top: 10.6666666667vw;
  }
}