/* media query */
body {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) {
  body {
    font-size: 1.6rem;
  }
}

.page-lead {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff;
}
@media screen and (max-width: 1260px) {
  .page-lead {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .page-lead {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.page-lead__text {
  margin-bottom: 40px;
  text-align: center;
}
.page-lead__text:last-child {
  margin-bottom: 0;
}
.page-content {
  padding: 50px 0;
  background-color: #F3F1EE;
}
.page-content__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 668px) {
  .page-content__title {
    font-size: 3.2rem;
  }
}
.page-content__text {
  text-align: center;
  padding-bottom: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .page-content__text {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .page-content__text {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.page-content__images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.page-content__image {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-content__subtitle {
  background-color: #B0A18E;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 25px;
  border-radius: 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1260px) {
  .page-content__subtitle {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .page-content__subtitle {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 668px) {
  .page-content__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-content__subtitle-text {
  margin-left: 75px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
}
@media screen and (max-width: 668px) {
  .page-content__subtitle-text {
    font-size: 2.4rem;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.page-content__subtitle-link {
  margin-left: 75px;
  padding: 7px 20%;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  text-align: center;
  max-height: 45px;
}
@media screen and (max-width: 668px) {
  .page-content__subtitle-link {
    margin-left: 0;
  }
}
.page-content__gallery {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1260px) {
  .page-content__gallery {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .page-content__gallery {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.page-content__gallery a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .page-content__gallery a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-content__gallery p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-content__gallery .caption-aoyama {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7F7554;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  padding: 10px 20px;
}
@media screen and (max-width: 668px) {
  .page-content__gallery .caption-aoyama {
    position: static;
    text-align: center;
  }
}
.page-content__gallery .caption-yotsuya {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #47201A;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  padding: 10px 20px;
}
@media screen and (max-width: 668px) {
  .page-content__gallery .caption-yotsuya {
    position: static;
    text-align: center;
  }
}
.page-detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 1260px) {
  .page-detail {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .page-detail {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.page-detail__title {
  color: #055f8c;
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}
@media screen and (max-width: 668px) {
  .page-detail__title {
    font-size: 2.8rem;
  }
}
.page-detail__text {
  text-align: center;
  margin-bottom: 50px;
}
.page-detail__image figcaption {
  text-align: center;
  margin-bottom: 20px;
  color: #055f8c;
  font-weight: 700;
  font-size: 2rem;
}
.page-detail__image img {
  text-align: center;
}
.page-footer {
  background: url(../../mw_plan/img/bg-more.jpg) no-repeat center/cover;
  padding-top: 60px;
  padding-bottom: 90px;
}
.page-footer__decoration {
  color: #055f8c;
  text-align: center;
}
.page-footer__title {
  font-weight: 700;
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 668px) {
  .page-footer__title {
    font-size: 3.5rem;
  }
}
.page-footer__button {
  text-align: center;
}
.page-footer__button a {
  background-color: #055f8c;
  color: #fff;
  padding: 20px 100px;
  text-align: center;
  border-radius: 10px;
  font-size: 2.4rem;
}

@media screen and (max-width: 668px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 668px) {
  .sp-only {
    display: inline;
  }
}