@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
body {
  background-image: url(../img/residence/base_bg.webp);
  background-size: 200px;
}

.b_titl {
  font-size: clamp(1.6rem, 0.294rem + 1.765vw, 2.2rem);
  margin: 20px 0 40px;
}
@media (max-width: 740px) {
  .b_titl {
    margin: 15px 0 30px;
  }
}

.b_txt {
  line-height: 1.4;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 15px;
}
.b_txt span {
  font-size: 1rem;
}

.b_cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #5e5b58;
}

main {
  margin: 120px 0;
}
@media (max-width: 740px) {
  main {
    margin: 80px 0;
  }
}
main .titl01 {
  text-align: center;
  font-size: clamp(5.3rem, -0.576rem + 7.941vw, 8rem);
  letter-spacing: 0.06em;
  margin-bottom: 60px;
  color: #30302e;
}
@media (max-width: 740px) {
  main .titl01 {
    margin-bottom: 50px;
  }
}

.f_cap {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pp_wrap {
  margin-bottom: 80px;
}
.pp_wrap .titl {
  text-align: center;
  font-size: clamp(2.2rem, 1.547rem + 0.882vw, 2.5rem);
  line-height: 1.8;
  margin-bottom: 80px;
}
.pp_wrap .pp_btn {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 30px;
}
.pp_wrap .pp_cap {
  text-align: center;
  font-size: 1.2rem;
}

.reco_wrap {
  background-color: #5e5b58;
  width: 100%;
  padding: 80px 0 100px;
}
@media (max-width: 740px) {
  .reco_wrap {
    padding: 60px 0 80px;
  }
}
.reco_wrap .titl {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 40px;
}
.reco_wrap .boxs {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 740px) {
  .reco_wrap .boxs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.equipment {
  padding-top: 160px;
}
@media (max-width: 740px) {
  .equipment {
    padding-top: 100px;
  }
}
.equipment .top_box {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 60px;
}
.equipment .top_box .tabs {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 740px) {
  .equipment .top_box .tabs {
    gap: 10px;
    margin-bottom: 60px;
  }
}
.equipment .top_box .tabs .tab {
  text-align: center;
  font-size: clamp(1.3rem, 0.865rem + 0.588vw, 1.5rem);
  color: #7f6752;
  line-height: 50px;
  background-color: #edebe5;
  border: 1px solid #d0c9b9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .equipment .top_box .tabs .tab {
    line-height: 45px;
  }
}
@media not all and (pointer: coarse) {
  .equipment .top_box .tabs .tab:hover {
    background-color: #fff;
  }
}
.equipment .top_box .tabs .tab.on {
  color: #fff;
  background-color: #998575;
  border: 1px solid #d9d1cb;
  pointer-events: none;
}
.equipment .top_box .titl01 {
  text-align: center;
  font-size: clamp(4rem, -0.788rem + 6.471vw, 6.2rem);
  margin-bottom: 60px;
}
.equipment .top_box .titl02 {
  text-align: center;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
}
.equipment .c01 {
  border-top: 1px solid #888;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 120px;
}
@media (max-width: 740px) {
  .equipment .c01 {
    margin-bottom: 80px;
  }
}
.equipment .c01 .boxs01 {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .equipment .c01 .boxs01 {
    margin-bottom: 30px;
  }
}
.equipment .c01 .boxs01 .txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 740px) {
  .equipment .c01 .boxs01 .txts {
    display: block;
  }
}
@media (max-width: 740px) {
  .equipment .c01 .boxs01 .txts .b_txt {
    margin-bottom: 10px;
  }
}
.equipment .c01 .boxs02 {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  gap: 35px;
}
@media (max-width: 740px) {
  .equipment .c01 .boxs02 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.equipment .c01 .boxs02 .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media (max-width: 740px) {
  .equipment .c01 .boxs02 .right {
    grid-template-columns: 1fr;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    gap: 0px;
  }
}
.equipment .c01 .boxs03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.equipment .c02 {
  border-top: 1px solid #888;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 120px;
}
@media (max-width: 740px) {
  .equipment .c02 {
    margin-bottom: 80px;
  }
}
.equipment .c02 .boxs01 {
  display: grid;
  grid-template-columns: 460fr 490fr;
}
@media (max-width: 740px) {
  .equipment .c02 .boxs01 {
    grid-template-columns: 1fr;
  }
}
.equipment .c02 .boxs01 .right {
  padding: 40px;
  background-color: #f7f7f4;
}
@media (max-width: 740px) {
  .equipment .c02 .boxs01 .right {
    padding: 20px;
  }
}
.equipment .c02 .boxs01_cap {
  text-align: right;
  margin: 15px 0 30px;
}
.equipment .c02 .boxs02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px;
}
@media (max-width: 740px) {
  .equipment .c02 .boxs02 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.equipment .c03 {
  border-top: 1px solid #888;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 120px;
}
@media (max-width: 740px) {
  .equipment .c03 {
    margin-bottom: 80px;
  }
}
.equipment .c03 .obi_titl {
  background-color: #677865;
  line-height: 30px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
}
.equipment .c03 .boxs01 {
  display: grid;
  grid-template-columns: 460fr 490fr;
}
@media (max-width: 740px) {
  .equipment .c03 .boxs01 {
    grid-template-columns: 1fr;
  }
}
.equipment .c03 .boxs01 .right {
  padding: 40px;
  background-color: #f7f7f4;
}
@media (max-width: 740px) {
  .equipment .c03 .boxs01 .right {
    padding: 20px;
  }
}
.equipment .c03 .boxs01_cap {
  text-align: right;
  margin: 15px 0 30px;
}

.life_quality {
  padding-top: 160px;
}
@media (max-width: 740px) {
  .life_quality {
    padding-top: 100px;
  }
}
.life_quality .top_box {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 60px;
}
.life_quality .top_box .tabs {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 740px) {
  .life_quality .top_box .tabs {
    gap: 10px;
    margin-bottom: 60px;
  }
}
.life_quality .top_box .tabs .tab {
  text-align: center;
  font-size: clamp(1.3rem, 0.865rem + 0.588vw, 1.5rem);
  color: #7f6752;
  line-height: 50px;
  background-color: #edebe5;
  border: 1px solid #d0c9b9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .life_quality .top_box .tabs .tab {
    line-height: 45px;
  }
}
@media not all and (pointer: coarse) {
  .life_quality .top_box .tabs .tab:hover {
    background-color: #fff;
  }
}
.life_quality .top_box .tabs .tab.on {
  color: #fff;
  background-color: #998575;
  border: 1px solid #d9d1cb;
  pointer-events: none;
}
.life_quality .top_box .titl01 {
  text-align: center;
  font-size: clamp(4rem, -0.788rem + 6.471vw, 6.2rem);
}
.life_quality .c04 {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
@media (max-width: 740px) {
  .life_quality .c04 {
    grid-template-columns: 1fr;
    gap: 80px;
    margin-bottom: 80px;
  }
}
.life_quality .c04 .column {
  border-top: 1px solid #888;
}
.life_quality .c04 .column .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media (max-width: 740px) {
  .life_quality .c04 .column .boxs01 {
    gap: 15px;
  }
}
.life_quality .c04 .column .boxs01 .sp .b_txt {
  margin-top: 0;
}
.life_quality .c04 .column .boxs01 .txt01 {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 15px;
}
.life_quality .c05 {
  border-top: 1px solid #888;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 80px;
}
.life_quality .c05 .boxs01 {
  background-color: #fff;
  padding: 40px 40px 20px 20px;
}
@media (max-width: 740px) {
  .life_quality .c05 .boxs01 {
    padding: 40px 20px 20px 10px;
  }
}
.life_quality .c05 .boxs01 .b_cap {
  text-align: right;
}
@media (max-width: 740px) {
  .life_quality .c05 .boxs01 .b_cap {
    margin-top: 20px;
  }
}
.life_quality .c05 .txts01 .txt01 {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 15px;
}
.life_quality .c06 {
  border-top: 1px solid #888;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.life_quality .c06 .boxs01 {
  display: grid;
  grid-template-columns: 2fr 7fr;
  gap: 40px;
}
@media (max-width: 740px) {
  .life_quality .c06 .boxs01 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.life_quality .c06 .boxs01 .txts .txt01 {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 15px;
}
@media (max-width: 740px) {
  .life_quality .c06 .boxs01 .c06_01 {
    width: 95vw;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
  }
}
@media (max-width: 740px) {
  .life_quality .c06 .boxs01 .c06_01 img {
    max-width: 700px;
    width: 700px;
    height: 345px;
  }
}/*# sourceMappingURL=quality.css.map */