@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-area img {
  width: 100%;
}
.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: 480px;
  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: 357px;
  width: 90%;
}
@media screen and (min-width: 768px){
  .sec01 .flex .right .img-area.wide {
    margin-bottom: 37px;
  }
}
.sec02 .flex .left {
  width: 49%;
}
.sec02 .flex .left .img-area {
  max-width: 410px;
  margin-left: auto;
}
.sec02 .flex .right {
  width: 48%;
}
.sec02 .flex .right .img-area {
  max-width: 425px;
}

.sec03 {
  margin-top: -128px;
  padding-right: 40px;
}
.sec03 > .img-area {
  max-width: 440px;
  margin-bottom: -20px;
}
.sec03 .sec-inner {
  background: url(../images/location/sec03_bg.png) 100% 0 / cover no-repeat;
  padding: 50px 40px 10px;
}
.sec03 .flex .left {
  width: 38.9%;
}
.sec03 .flex .right {
  width: 58%;
  padding-top: 55px;
}

.sec04 {
  margin-top: -160px;
}
.sec04 .sec-inner {
  margin: 0 auto 85px;
  padding: 212px 0 70px;
  background: rgba(169,169,169,0.1);
}
.sec04 .flex .left {
  width: 42.6%;
  padding-top: 72px;
}
.sec04 .flex .left .img-area {
  max-width: 334px;
  margin-left: auto;
}
.sec04 .flex .right {
  width: 54.2%;
}
.sec04 .flex .right .img-area {
  max-width: 455px;
}
.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: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .sec03 .sec-inner {
    padding-left: 20px;
    padding-right: 0;
  }
  .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;
    padding: 100px 10px 20px;
  }
  .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;
  }
}