@charset "utf-8";

/* ===================================
Location
=================================== */
.mv-wrap {
  height: 322px;
  background: url(../images/location/mv.png) 50% 50% / cover no-repeat;
  position: relative;
}
.mv-wrap::after {
  position: absolute;
  content: "八王子駅周辺";
  font-size: 10px;
  bottom: 5px;
  right: 20px;
  color: #fff;
}
.mv-wrap .page-ttl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #000;
}
.mv-wrap .page-ttl::first-letter {
  font-size: 67px;
}
.lead {
  font-size: 25px;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 100px;
}
.page-note p {
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .mv-wrap {
    height: 200px;
  }
  .mv-wrap .page-ttl {
    font-size: 30px;
  }
  .mv-wrap .page-ttl::first-letter {
    font-size: 48px;
  }
  .lead {
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sec01 {
  background: url(../images/location/sec01_bg.png) 0 0 / cover no-repeat;
  margin-bottom: 50px;
}
.sec01-text {
  font-size: 22px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  padding-top: 35px;
  margin-bottom: 30px;
}
.sec-wrap .flex {
  display: flex;
  justify-content: space-between;
}
.sec01 .flex .left {
  width: 56.5%;
  padding-top: 50px;
}
.img-area {
  margin-bottom: 17px;
}
.img-cap {
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.2;
  text-align: right;
}
.img-cap.c-white {
  color: #fff;
}
.sec01 .flex .left .img-area:nth-child(2) {
  max-width: 400px;
  width: 90%;
  margin-left: auto;
}
.sec01 .flex .right {
  width: 41%;
}
.sec01 .flex .right .img-area:nth-child(1),
.sec01 .flex .right .img-area:nth-child(3) {
  max-width: 326px;
  width: 90%;
}

.sec02 .flex .left {
  width: 53.6%;
}
.sec02 .flex .right {
  width: 43.9%;
}
.sec02 .flex .right .img-area:nth-child(2) {
  max-width: 411px;
  width: 90%;
}

.sec03 {
  margin-top: -128px;
  padding-left: 40px;
  margin-bottom: 65px;
}
.sec03 .sec-inner {
  background: url(../images/location/sec03_bg.png) 100% 0 / cover no-repeat;
  padding-top: 96px;
  padding-left: 40px;
}
.sec03 .flex .left {
  width: 38.9%;
}
.sec03 .flex .right {
  width: 58%;
  padding-top: 55px;
}

.sec04 .sec-inner {
  max-width: 916px;
  margin: 0 auto 85px;
  background: rgba(169,169,169,0.1);
}
.sec04 .flex .left {
  width: 54.5%;
}
.sec04 .flex .left .img-area {
  max-width: 452px;
  margin-left: auto;
}
.sec04 .flex .right {
  width: 42.7%;
  padding-top: 127px;
}
.sec04 .flex .right .img-area {
  max-width: 348px;
}
.map-area {
  text-align: center;
}

@media screen and (max-width:767px) {
  .sec-wrap .flex {
    flex-direction: column;
  }
  .sec01 {
    background: url(../images/location/sec01_bg.png) 4% 0 / cover no-repeat;
  }
  .sec01-text {
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .sec01 .flex .left {
    width: 100%;
    padding-top: 0;
  }
  .img-cap {
    font-size: 12px;
  }
  .sec01 .flex .left .img-area:nth-child(1) .img-cap {
    color: #fff;
  }
  .sec01 .flex .left .img-area:nth-child(2) {
    width: 80%;
  }
  .sec01 .flex .right {
    width: 100%;
  }
  .sec01 .flex .right .img-cap.c-white {
    color: #000;
  }
  .sec01 .flex .right .img-area:nth-child(2) {
    max-width: 412px;
    margin-left: auto;
  }
  .sec02 .flex .left {
    width: 100%;
  }
  .sec02 .flex .right {
    width: 100%;
  }
  .sec03 {
    padding-left: 20px;
    margin-bottom: 50px;
  }
  .sec03 .sec-inner {
    padding-top: 145px;
    padding-left: 20px;
  }
  .sec03 .flex .left {
    width: 100%;
  }
  .sec03 .flex .left .img-area {
    max-width: 359px;
    margin-left: auto;
  }
  .sec03 .flex .right {
    width: 100%;
    padding-top: 0;
  }
  .sec03 .flex .right .img-area {
    max-width: 534px;
  }
  .sec04 .sec-inner {
    margin-bottom: 50px;
  }
  .sec04 .flex .left {
    width: 100%;
  }
  .sec04 .flex .right {
    width: 100%;
    padding-top: 0;
  }
  .map-area {
    position: relative;
    margin-bottom: 70px;
  }
  .map-area::before {
    position: absolute;
    content: "";
    bottom: -90px;
    right: 0;
    width: 55px;
    height: 74px;
    background: url(../images/common/pin.png) 0 0 / cover no-repeat;
  }
}

@media screen and (max-width:480px) {
  .sec01 .flex .left .img-area:nth-child(2) .img-cap {
    color: #fff;
  }
}