@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.l_mv {
  width: 100%;
  position: relative;
}
.l_mv_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .l_mv_text {
    gap: 8px;
  }
}
.l_mv_text h1 {
  font-size: clamp(4.2rem, -2.346rem + 8.846vw, 6.5rem);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-box: trim-both cap alphabetic;
}
.l_mv_text .p {
  font-family: "Noto Serif", serif;
  font-size: clamp(0.8rem, -0.338rem + 1.538vw, 1.2rem);
}

.l_intro {
  padding: 100px 0 75px;
}
@media (max-width: 768px) {
  .l_intro {
    padding: 58px 0 48px;
  }
}
.l_intro h3 {
  font-size: clamp(1.8rem, 0.662rem + 1.538vw, 2.2rem);
  line-height: 1.85;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .l_intro h3 {
    margin-bottom: 32px;
  }
}
.l_intro .p {
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  line-height: 2.5;
  text-align: center;
}

.l_airview .img .img_cap {
  color: #fff;
}

.l_s {
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .l_s {
    margin-bottom: 40px;
  }
}
.l_s_title {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background-color: #f8f4ee;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .l_s_title {
    height: 260px;
    margin-bottom: 28px;
  }
}
.l_s_title .above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l_s_title .above h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.2rem, -1.638rem + 6.538vw, 4.9rem);
  font-weight: 600;
}
.l_s_title .above .p {
  font-family: "Noto Serif", serif;
  font-size: clamp(0.7rem, -0.723rem + 1.923vw, 1.2rem);
}
.l_s_title .below .p {
  font-size: clamp(1.5rem, -0.492rem + 2.692vw, 2.2rem);
  line-height: 1.85;
  text-align: center;
}
.l_s_cnt {
  width: 65%;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .l_s_cnt {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .l_s_cnt {
    width: 90%;
  }
}
.l_s_cnt .above {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1280px) {
  .l_s_cnt .above {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .l_s_cnt .above {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.l_s_cnt .below {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 1280px) {
  .l_s_cnt .below {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .l_s_cnt .below {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.l_e {
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .l_e {
    margin-bottom: 40px;
  }
}
.l_e_title {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background-color: #f8f4ee;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .l_e_title {
    height: 260px;
    margin-bottom: 28px;
  }
}
.l_e_title .above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l_e_title .above h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.2rem, -1.638rem + 6.538vw, 4.9rem);
  font-weight: 600;
}
.l_e_title .above .p {
  font-family: "Noto Serif", serif;
  font-size: clamp(0.7rem, -0.723rem + 1.923vw, 1.2rem);
}
.l_e_title .below .p {
  font-size: clamp(1.5rem, -0.492rem + 2.692vw, 2.2rem);
  line-height: 1.85;
  text-align: center;
}
.l_e_cnt {
  width: 65%;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .l_e_cnt {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .l_e_cnt {
    width: 90%;
  }
}
.l_e_cnt .above {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1280px) {
  .l_e_cnt .above {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .l_e_cnt .above {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.l_e_cnt .below {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 1280px) {
  .l_e_cnt .below {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .l_e_cnt .below {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.l_pg {
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .l_pg {
    margin-bottom: 40px;
  }
}
.l_pg_title {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background-color: #f8f4ee;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .l_pg_title {
    height: 260px;
    margin-bottom: 28px;
  }
}
.l_pg_title .above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l_pg_title .above h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.2rem, -1.638rem + 6.538vw, 4.9rem);
  font-weight: 600;
}
.l_pg_title .above .p {
  font-family: "Noto Serif", serif;
  font-size: clamp(0.7rem, -0.723rem + 1.923vw, 1.2rem);
}
.l_pg_title .below .p {
  font-size: clamp(1.5rem, -0.492rem + 2.692vw, 2.2rem);
  line-height: 1.85;
  text-align: center;
}
.l_pg_cnt {
  width: 65%;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .l_pg_cnt {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .l_pg_cnt {
    width: 90%;
  }
}
.l_pg_cnt .above {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 25px;
}
.l_pg_cnt .below {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 1280px) {
  .l_pg_cnt .below {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .l_pg_cnt .below {
    gap: 15px;
  }
}

.l_info {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .l_info {
    margin-bottom: 45px;
  }
}
.l_info_title {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: #f8f4ee;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .l_info_title {
    height: 130px;
    margin-bottom: 26px;
  }
}
.l_info_title h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.2rem, -1.638rem + 6.538vw, 4.9rem);
  font-weight: 600;
}
.l_info_title .p {
  font-family: "Noto Serif", serif;
  font-size: clamp(0.7rem, -0.723rem + 1.923vw, 1.2rem);
}
.l_info_cnt {
  width: 65%;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .l_info_cnt {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .l_info_cnt {
    width: 90%;
  }
}
.l_info_cnt .map {
  width: 100%;
  margin-bottom: 2px;
}
.l_info_cnt .btns {
  margin-bottom: 25px;
}
.l_info_cnt .btns ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 75px);
  gap: 2px;
}
@media (max-width: 768px) {
  .l_info_cnt .btns ul {
    grid-template-rows: repeat(2, 28px);
  }
}
.l_info_cnt .btns ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: rgba(102, 102, 102, 0.18);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(0.8rem, -2.9rem + 5vw, 2.1rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.l_info_cnt .btns ul li.active {
  background-color: #be9461;
}
.l_info_cnt .lists ul li {
  width: 100%;
  display: none;
}
.l_info_cnt .lists ul li.active {
  display: block;
}

.facility_img {
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .facility_img {
    margin-bottom: 8px;
  }
}
.facility_name .p {
  font-size: clamp(0.9rem, 0.046rem + 1.154vw, 1.2rem);
  text-align: right;
}
.facility_distance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.facility_distance .p {
  font-size: clamp(0.9rem, 0.615rem + 0.385vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.facility_distance .p span {
  width: 35px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(0.9rem, 0.615rem + 0.385vw, 1rem);
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  .facility_distance .p span {
    width: 22px;
    height: 8px;
  }
}
.facility_distance .p.p_1 span {
  background-color: #b27768;
}
.facility_distance .p.p_2 span {
  background-color: #6e9464;
}
.facility_distance.row {
  display: inline;
  text-align: end;
}
.facility_distance.row .p.p_1 {
  margin-bottom: 2px;
}

.f_cap_location {
  display: block !important;
}/*# sourceMappingURL=location.css.map */