.site-main {
  margin-bottom: 0;
}

#page_photography .bg {
  position: relative;
}
#page_photography .bg::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff 1%, #ece5d9 50%, #ffffff 100%);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -2;
  transform: translateX(-50%);
}

.photography_mv img {
  width: 100%;
}

.photography_lead_text {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .photography_lead_text {
    margin-top: 25px;
  }
}
.photography_lead_text p {
  margin: 0;
}

.photography_discription {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
  .photography_discription {
    margin-top: 25px;
    padding-top: 28px;
  }
}
.photography_discription dl {
  margin: 0;
}
.photography_discription dl:not(:first-child) {
  margin-top: 1px;
}
.photography_discription dl dt {
  margin: 0;
  padding: 0;
  color: var(--yae-red);
  font-weight: 500;
}
.photography_discription dl dt::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/common/icon_flower.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
}
.photography_discription dl dd {
  margin: 2px 0 0;
  padding: 0;
}
.photography_discription dl dd a {
  color: var(--yae-red);
  text-decoration: underline;
}
.photography_discription dl:last-child dt {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .photography_discription dl:last-child dt {
    font-size: 18px;
  }
}

.photography_details {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .photography_details {
    margin-top: 50px;
  }
}

.photography_detail_edit {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(175, 145, 97, 0.5);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .photography_detail_edit {
    margin-top: 50px;
    padding: 20px 23px;
  }
}
.photography_detail_edit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fffbf8;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.photography_detail_edit::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid rgba(175, 145, 97, 0.5);
  border-radius: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
}
.photography_detail_edit h3 {
  margin-bottom: 12px;
  color: var(--yae-red);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .photography_detail_edit h3 {
    margin-bottom: 18px;
    font-size: 26px;
  }
}
.photography_detail_edit h3 span {
  text-decoration: underline;
}
.photography_detail_edit dl {
  margin: 5px 0 0;
}
.photography_detail_edit dl dt {
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--yae-red);
  font-weight: 400;
  position: relative;
}
@media (min-width: 768px) {
  .photography_detail_edit dl dt {
    padding: 0 0 0 30px;
  }
}
.photography_detail_edit dl dt::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon_flower.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (min-width: 768px) {
  .photography_detail_edit dl dt::before {
    width: 17px;
    height: 17px;
    top: 10px;
  }
}
.photography_detail_edit dl dd {
  margin: 0;
  padding: 0 0 0 18px;
  color: #595757;
}
@media (min-width: 768px) {
  .photography_detail_edit dl dd {
    padding: 0 0 0 30px;
  }
}

.photography_plans {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .photography_plans {
    margin-top: 50px;
  }
}
.photography_plans .photoplan_item_content_button {
  display: none;
}

.photography_flow {
  margin-top: 20px;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .photography_flow {
    margin-top: 50px;
    padding: 35px 0;
  }
}
.photography_flow::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(to right, #fcaab8 0%, #f89f9b 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  z-index: -1;
  opacity: 0.16;
}
.photography_flow h3 {
  font-weight: 400;
  text-align: center;
}
.photography_flow h3 span {
  display: inline-block;
  padding: 0 10px;
  min-width: 100px;
  color: var(--yae-white);
  font-size: 13px;
  background-color: var(--yae-red);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .photography_flow h3 span {
    padding: 2px 20px;
    font-size: 22px;
    border-radius: 6px;
  }
}
.photography_flow ul {
  margin: 15px 0 0;
  list-style: none;
}
@media (min-width: 768px) {
  .photography_flow ul {
    margin: 30px 0 0;
  }
}
.photography_flow li {
  padding: 10px;
  color: #595757;
  border: 1px solid var(--yae-red);
  border-radius: 6px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .photography_flow li {
    padding: 13px 40px;
  }
}
.photography_flow li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--yae-white);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.photography_flow li:not(:last-child) {
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .photography_flow li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.photography_flow li:not(:last-child)::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 20px;
  height: 10px;
  background-image: url(../images/common/icon_arrow_flow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .photography_flow li:not(:last-child)::after {
    margin-top: 25px;
    width: 28px;
    height: 14px;
  }
}

.photography_disclaimer {
  padding: 20px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .photography_disclaimer {
    padding: 35px 0;
  }
}
.photography_disclaimer::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(../images/photography/sp/bg_disclaimer.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  z-index: -1;
}
@media (min-width: 768px) {
  .photography_disclaimer::after {
    background-image: url(../images/photography/pc/bg_disclaimer.webp);
  }
}
.photography_disclaimer h3 {
  font-weight: 400;
  text-align: center;
}
.photography_disclaimer h3 span {
  display: inline-block;
  min-width: 100px;
  color: var(--yae-white);
  font-size: 13px;
  background-color: var(--yae-red);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .photography_disclaimer h3 span {
    padding: 2px 60px;
    font-size: 22px;
    border-radius: 6px;
  }
}
.photography_disclaimer .textarea {
  margin-top: 15px;
  color: #595757;
}
@media (min-width: 768px) {
  .photography_disclaimer .reserve_button_wrap {
    display: none;
  }
}

.faq_section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .faq_section {
    margin-top: 45px;
    padding-top: 50px;
  }
}

/*# sourceMappingURL=style-p-photography.css.map */
