@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.titl01_wrap {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .titl01_wrap {
    margin-bottom: 60px;
  }
}
.titl01_wrap .titl01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 800px) {
  .titl01_wrap .titl01 {
    font-size: 3.6rem;
  }
}
@media (max-width: 800px) {
  .titl01_wrap .pic .capWbg span.bg {
    height: 100%;
  }
}

.aerial_top {
  margin-bottom: 160px;
}
@media (max-width: 800px) {
  .aerial_top {
    margin-bottom: 80px;
  }
}
.aerial_top .titl01 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 2.4rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
  vertical-align: top;
}
@media (max-width: 800px) {
  .aerial_top .titl01 {
    margin-bottom: 60px;
    font-size: 2rem;
  }
}

.base_con01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .base_con01 {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 50px;
  }
}
@media (max-width: 800px) {
  .base_con01 .txts {
    display: contents;
  }
}
.base_con01 .txts .titl01 {
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 3.6rem;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .base_con01 .txts .titl01 {
    font-size: 3rem;
  }
}
.base_con01 .txts .titl02 {
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .base_con01 .txts .titl02 {
    font-size: 1.8rem;
  }
}
.base_con01 .txts .titl03 {
  line-height: 1;
  letter-spacing: 0.02em;
  color: #a58b56;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .base_con01 .txts .titl03 {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
}
.base_con01 .txts .txt01 {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0em;
  font-size: 1.6rem;
}
@media (max-width: 800px) {
  .base_con01 .txts .txt01 {
    font-size: 1.5rem;
    margin-top: 25px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.base_con01 .txts .txt01.mt0 {
  margin-top: 0;
}

.base_con02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media (max-width: 800px) {
  .base_con02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }
}
.base_con02 .box {
  width: calc(33.3333333333% - 16.6666666667px);
}
@media (max-width: 800px) {
  .base_con02 .box {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 800px) {
  .base_con02 .box.box_two {
    width: 100%;
  }
}
.base_con02 .box .titl01 {
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  color: #a58b56;
}
@media (max-width: 800px) {
  .base_con02 .box .titl01 {
    font-size: 1.4rem;
  }
}
@media (max-width: 800px) {
  .base_con02 .box .titl01.fs {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.base_con02 .box .txt01 {
  line-height: 1.33;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-top: 8px;
}
@media (max-width: 800px) {
  .base_con02 .box .txt01 {
    font-size: 1rem;
  }
}

.c01 {
  margin-bottom: 200px;
}
@media (max-width: 480px) {
  .c01 {
    margin-bottom: 80px;
  }
}
.c01 .txts01 .titl01 {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .c01 .txts01 .titl01 {
    font-size: 1.8rem;
  }
}
.c01 .txts01 .titl02 {
  line-height: 1.8;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .c01 .txts01 .titl02 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.c02 {
  margin-bottom: 200px;
}
@media (max-width: 480px) {
  .c02 {
    margin-bottom: 80px;
  }
}

.c03 {
  margin-bottom: 200px;
}
@media (max-width: 480px) {
  .c03 {
    margin-bottom: 80px;
  }
}
.c03 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 25px;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .c03 .boxs01 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.c03 .boxs01 .box02 {
  margin-top: 160px;
}
@media (max-width: 800px) {
  .c03 .boxs01 .box02 {
    margin-top: 0px;
  }
}

.c04 {
  margin-bottom: 200px;
}
@media (max-width: 480px) {
  .c04 {
    margin-bottom: 80px;
  }
}

.aerial01 {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .aerial01 {
    margin-bottom: 30px;
  }
}

.c05 {
  margin-bottom: 200px;
}
@media (max-width: 480px) {
  .c05 {
    margin-bottom: 80px;
  }
}
.c05 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 800px) {
  .c05 .boxs01 {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .c05 .boxs01 .box .capWbg span.cap {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .c05 .boxs01 .box .capWbg span.bg {
    height: 15.25px;
  }
}
@media (max-width: 480px) {
  .c05 .boxs01 .box .capWbg.capWbg_2line span.bg {
    height: 26.5px;
  }
}

.aerial02 {
  margin-bottom: 200px;
}
@media (max-width: 480px) {
  .aerial02 {
    margin-bottom: 80px;
  }
}

.map_wrap {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .map_wrap {
    margin-bottom: 40px;
  }
}
.map_wrap .titl01 {
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .map_wrap .titl01 {
    font-size: 1.5rem;
  }
}
.map_wrap .titl02 {
  text-align: center;
  line-height: 1.65;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .map_wrap .titl02 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.area_info .info_tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .area_info .info_tabs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .area_info .info_tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.area_info .info_tabs.info_tabs_bottom {
  margin-top: 30px;
}
.area_info .info_tabs .info_tab {
  line-height: 40px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0;
  border: 1px #3e3d3c solid;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 800px) {
  .area_info .info_tabs .info_tab {
    line-height: 30px;
    font-size: 1rem;
  }
}
@media not all and (pointer: coarse) {
  .area_info .info_tabs .info_tab:hover {
    background-color: #fff;
  }
}
.area_info .info_tabs .info_tab.on {
  pointer-events: none;
  background: #fff;
}
.area_info .info_base {
  display: none;
}
.area_info .info_base.on {
  display: block;
}
.area_info .info_base .img_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .area_info .info_base .img_boxs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.area_info .info_base .img_boxs .box {
  width: calc(25% - 18.75px);
}
@media (max-width: 800px) {
  .area_info .info_base .img_boxs .box {
    width: calc(50% - 7.5px);
  }
}
.area_info .info_base .img_boxs .box .txt {
  line-height: 1.33;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-top: 8px;
}
@media (max-width: 800px) {
  .area_info .info_base .img_boxs .box .txt {
    font-size: 1rem;
  }
}
.area_info .info_base .txt_boxs {
  display: grid;
  grid-template-columns: 2fr 1fr 80px 2fr 1fr;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .area_info .info_base .txt_boxs {
    grid-template-columns: 2fr 1fr;
    margin-bottom: 30px;
  }
}
.area_info .info_base .txt_boxs .txt01 {
  line-height: 3;
  font-size: 1.3rem;
  letter-spacing: 0;
  border-bottom: 1px #d1c7b8 solid;
}
@media (max-width: 800px) {
  .area_info .info_base .txt_boxs .txt01 {
    font-size: 1rem;
  }
}
.area_info .info_base .txt_boxs .txt02 {
  text-align: right;
  line-height: 3;
  font-size: 1.3rem;
  letter-spacing: 0;
  border-bottom: 1px #d1c7b8 solid;
}
@media (max-width: 800px) {
  .area_info .info_base .txt_boxs .txt02 {
    font-size: 1rem;
  }
}
.area_info .info_base .txt_boxs .line {
  border-bottom: 1px #d1c7b8 solid;
}
@media (max-width: 960px) {
  .area_info .info_base .txt_boxs .line {
    display: none;
  }
}
.area_info .info_base .gmap_btn {
  display: block;
  width: 300px;
  line-height: 40px;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px #3e3d3c solid;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media not all and (pointer: coarse) {
  .area_info .info_base .gmap_btn:hover {
    background-color: #d1c7b8;
  }
}
@media (max-width: 800px) {
  .area_info .info_base .gmap_btn {
    width: 165px;
    line-height: 30px;
    font-size: 1rem;
  }
}/*# sourceMappingURL=location.css.map */