@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.p-locationphoto {
  display: block;
  color: #303030;
}
.p-locationphoto .main-visual {
  height: 57.5rem;
}
.p-locationphoto .main-visual .ttl {
  font-weight: normal;
  text-shadow: none;
}
.p-locationphoto .main-visual .ttl span {
  letter-spacing: 0px;
}

.locationphoto-inner {
  max-width: 123rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.locationphoto-about__lead {
  font-size: 2.4rem;
  line-height: 4.8rem;
  text-align: center;
  margin-bottom: 3rem;
}
.locationphoto-about__lead .lg {
  font-size: 125%;
}
.locationphoto-about__price {
  font-size: 4.8rem;
  line-height: 1.4375;
  color: #e93f43;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}
.locationphoto-about__copy {
  font-size: 3rem;
  line-height: 1.6;
  color: #303030;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.locationphoto-about__ttl {
  font-size: 4.8rem;
  line-height: 1.4375;
  color: #e93f43;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.locationphoto-about__ttl span {
  display: inline-block;
  border-bottom: 4px solid #e93f43;
  padding-bottom: 0.4rem;
}
.locationphoto-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 109rem;
  margin: 0 auto 10rem;
}
.locationphoto-about__item {
  width: calc(50% - 6.4rem);
  background: #e6e6e6;
  margin: 6.5rem 3.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.1rem 3rem;
}
.locationphoto-about__ico {
  width: 13.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.locationphoto-about__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 2rem;
  font-size: 2.4rem;
  line-height: 1.5;
}

.locationphoto-point {
  background: #fff;
  overflow: hidden;
}
.locationphoto-point__photo {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 50%;
  width: 50vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.locationphoto-point__content {
  padding: 6rem 0 10rem 5rem;
}
.locationphoto-point__num {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.locationphoto-point__ttl {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.locationphoto-point__desc {
  font-size: 1.6rem;
  line-height: 2;
}
.locationphoto-point__item {
  position: relative;
  padding-left: 50%;
}
.locationphoto-point__item:nth-child(2n+1) {
  padding-left: 0;
  padding-right: 50%;
}
.locationphoto-point__item:nth-child(2n+1) .locationphoto-point__photo {
  left: 50%;
  right: auto;
}
.locationphoto-point__item:nth-child(2n+1) .locationphoto-point__content {
  padding-left: 0;
  padding-right: 5rem;
}

.locationphoto-price {
  padding: 10rem 0;
}
.locationphoto-price .t-center {
  text-align: center;
}
.locationphoto-price__tbl table {
  display: table;
  width: 100%;
}
.locationphoto-price__tbl thead th {
  background: #e93f43;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  padding: 0.8rem 0;
  border-left: 1px solid #fff;
}
.locationphoto-price__tbl thead th:first-child {
  border-left: none;
}
.locationphoto-price__tbl tbody {
  background: #fff;
}
.locationphoto-price__tbl tbody tr {
  border-top: 1px solid #c7c7c7;
}
.locationphoto-price__tbl tbody tr:first-child {
  border-top: none;
}
.locationphoto-price__tbl tbody td {
  border-left: 1px solid #c7c7c7;
  padding: 3rem 3rem;
}
.locationphoto-price__tbl tbody td:first-child {
  border-left: none;
}
.locationphoto-price__tbl td, .locationphoto-price__tbl th {
  vertical-align: middle;
}
.locationphoto-price__tbl .txt {
  font-size: 1.8rem;
  line-height: 1.66666667;
}
.locationphoto-price__tbl .photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 24rem;
  padding-top: 0.4rem;
}
.locationphoto-price__tbl .photo-list li {
  width: 8rem;
  padding-right: 0.6rem;
  margin-top: 0.6rem;
}
.locationphoto-price__tbl .photo-list li img {
  display: block;
  width: 100%;
}

.locationphoto-hero__inner {
  background: #fff;
  padding: 2.5rem 7rem 5rem;
  max-width: 114rem;
  margin: 0 auto;
}
.locationphoto-hero__logo {
  max-width: 69rem;
  margin: 0 auto 3rem;
}
.locationphoto-hero__desc {
  font-size: 2.4rem;
  line-height: 1.66666667;
}

.locationphoto-line {
  padding: 10rem 0;
}
.locationphoto-line__inner {
  max-width: 95.6rem;
  margin: 0 auto;
}
.locationphoto-line__link {
  display: block;
  width: 100%;
  background: #2cbe15;
  border-radius: 3rem;
  text-align: center;
  padding: 3rem 6.2761506276%;
}
.locationphoto-line__ttl {
  margin-bottom: 1.7rem;
}
.locationphoto-line__ttl img {
  width: 33.9rem;
  max-width: 50%;
}
.locationphoto-line__sttl {
  margin-bottom: 2.2rem;
}
.locationphoto-line__sttl img {
  width: 53.4rem;
  max-width: 64%;
}
.locationphoto-line__copy {
  margin-bottom: 2.2rem;
}
.locationphoto-line__copy img {
  width: 35.8rem;
  max-width: 43%;
}
.locationphoto-line__lbl {
  background: #fff;
  padding: 1.4rem 3.7rem 1rem;
  display: inline-block;
}
.locationphoto-line__lbl img {
  width: 49.4rem;
  max-width: 100%;
}

.locationphoto-gallery__head {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50rem;
  background: url("../img/gallery/gallery_bg.jpg") no-repeat bottom center;
  background-size: cover;
}
.locationphoto-gallery__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 6rem;
  line-height: 1.15;
  font-weight: bold;
  color: #3a3a3a;
  letter-spacing: 0.05em;
}
.locationphoto-gallery__main {
  padding: 10rem 0;
}
.locationphoto-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 6rem;
  margin: 0 -1rem;
}
.locationphoto-gallery__item {
  width: 16.66666%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.locationphoto-gallery__btn a {
  font-size: 2.4rem;
  border-radius: 3rem;
}

@media print, screen and (max-width: 1023px) {
  .locationphoto-point__content {
    padding: 4rem 0 6rem 2rem;
  }
  .locationphoto-point__num {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .locationphoto-point__ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .locationphoto-point__desc {
    font-size: 1.5rem;
  }
  .locationphoto-point__item:nth-child(2n+1) .locationphoto-point__content {
    padding-right: 2rem;
  }

  .locationphoto-gallery__head {
    height: 40rem;
  }
  .locationphoto-gallery__main {
    padding: 6rem 0;
  }
  .locationphoto-gallery__list {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .locationphoto-gallery__item {
    width: 25%;
  }
  .locationphoto-gallery__btn a {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=locationphoto_pc.css.map */