
/* common */
.text {
  font-size: 1.5rem;
  line-height: 2;
}
.text + .text {
  margin-top: 3rem;
}

.parallax__base {
  display: block;
}
.parallax__base.--aspect-ratio_1230-450 {
  aspect-ratio: 1230/450;
}
@media screen and (max-width: 768px) {
.parallax__base.--aspect-ratio_1230-450 {
  aspect-ratio: 330/420;
  max-height: 50rem;
}
}


.parallax-figure {
    top: -15%;
}
/* End common */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
ストーリー（reason）
＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.reason {}
.reason h3 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}
.reason__upper-area {
  padding: 12rem 0 13.5rem;
  background-color: #faf6f2;
}
/* ----- reason-exterior ----- */
.reason-exterior {}
.reason-exterior__sec {
  width: 73%;
  max-width: 100rem;
  padding-bottom: 14rem;
  margin: 0 auto;
}
.reason-exterior__title-and-imgs-area {
  display: flex;
  gap: 6rem;
  text-wrap: nowrap;
}
.reason-exterior__title {
  writing-mode: vertical-rl;
  font-size: 3rem;
  line-height: 1.8;
}
.reason-exterior__imgs {
  position: relative;
  z-index: 0;
  width: 60%;
}
.reason-exterior__imgs img {
  border-radius: 5px;
}
.reason-exterior__img {}
.reason-exterior__img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(calc(100% - 10rem),calc(100% - 7rem));
  z-index: 1;
  width: 44%;
}
.reason-exterior__decoration-img {
  position: absolute;
  top: 36%;
  right: -16%;
  transform: translate(100%,0);
  z-index: 1;
  width: 11rem;
}
.reason-exterior__text-area {
  padding-top: 6rem;
}
/* ----- reason-wedding ----- */
.reason-wedding {}
.reason-wedding__sec {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  width: 85%;
  max-width: 120rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}
.reason-wedding__imgs {
  position: relative;
  z-index: 0;
  width: 43%;
}
.reason-wedding__imgs img {
  border-radius: 5px;
}
.reason-wedding__img {
  position: relative;
  z-index: 0;
  width: 67%;
  transform: translate(50%,0);
}
.reason-wedding__img2 {
  position: relative;
  z-index: 1;
  width: 55%;
  margin-top: -12.5rem;
}
.reason-wedding__decoration-img {
  position: absolute;
  top: -15rem;
  left: 0;
  transform: translate(0,0);
  z-index: 1;
  width: 11.6rem;
}
.reason-wedding__text-type-contents {
  width: 32rem;
  padding: 4.5rem 0 5rem;
}
/* ----- reason-hospitality ----- */
.reason-hospitality {}
.reason-hospitality__sec {
  width: 68%;
  max-width: 110rem;
  padding-bottom: 14rem;
  margin: 0 auto;
}
.reason-hospitality__imgs {
  position: relative;
  z-index: 0;
  width: 50%;
  margin: 0 0 -12.8rem 36rem;
}
.reason-hospitality__imgs img {
  border-radius: 5px;
}
.reason-hospitality__img {}
.reason-hospitality__img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(56%,76%);
  z-index: 1;
  width: 57%;
}
.reason-wedding__decoration-img {
  position: absolute;
  top: -15rem;
  left: 0;
  transform: translate(0,0);
  z-index: 1;
  width: 11.6rem;
}
.reason-hospitality__text-type-contents {
  width: 47rem;
}
/* ----- reason-hometown ----- */
.reason-hometown {}
.reason-hometown__sec {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem 9%;
  width: 77%;
  max-width: 130rem;
  margin: 0 auto;
}
.reason-hometown__img {
  width: 38%;
}
.reason-hometown__img > img {
  border-radius: 5px;
}
.reason-hometown__text-type-contents {
  width: calc(100% - 38% - 9%);
}
.reason-hometown__decoration-img {
  position: absolute;
  top: -12rem;
  right: -2rem;
  transform: translate(0,0);
  z-index: 1;
  width: 20rem;
}
/* ----- reason-bottom ----- */
.reason-bottom {
  background-color: #fffffb;
}
.reason-bottom__inner {
  padding: 11rem 0 12rem;
  background-image: linear-gradient(210deg, rgba(167,164,126,0.1) 0%, rgba(167,164,126,0.5) 100%);
}
.reason-bottom__small-sections-area {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 5%;
  width: 84%;
  margin: 0 auto;
}
.reason-bottom__small-sec {
  width: calc((100% - 5%) / 2);
}
.common-reason-page-section-title {
  font-size: 2.4rem;
  line-height: 1.8;
}
.common-reason-page-section-text-area {
  padding-top: 3rem;
}
/* -------------------- ストーリー（reason） responsive (1100) -------------------- */
@media screen and (max-width: 1100px) {
  /* ----- reason-hometown ----- */
  .reason-hospitality {}
  .reason-hospitality__img2 {
    transform: translate(20%,76%);
  }
}
/* -------------------- ストーリー（reason） responsive (1000) -------------------- */
@media screen and (max-width: 1000px) {
  .reason {}
  .reason__upper-area {
    padding: 5rem 0 8rem;
  }
  /* ----- reason-exterior ----- */
  .reason-exterior {}
  .reason-exterior__sec {
    width: 90%;
    padding-bottom: 7rem;
  }
  .reason-exterior__title {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .reason-exterior__img2 {
    transform: translate(calc(100% - 7rem), calc(100% - 14rem));
  }
  .reason-exterior__decoration-img {
    top: 20%;
    right: -12%;
    width: 7rem;
  }
  /* ----- reason-wedding ----- */
  .reason-wedding {}
  .reason-wedding__sec {
    width: 90%;
  }
  .reason-wedding__decoration-img {
    top: -5rem;
    left: 0;
    width: 7rem;
  }
  .reason-wedding__text-type-contents {
    padding: 4.5rem 0 2rem;
  }
  /* ----- reason-hospitality ----- */
  .reason-hospitality {}
  .reason-hospitality__sec {
    width: 90%;
    padding-bottom: 6rem;
  }
  .reason-hospitality__imgs {
    margin: 0 0 5.2rem 16rem;
  }
  /* ----- reason-hometown ----- */
  .reason-hometown {}
  .reason-hometown__sec {
    align-items: start;
    width: 90%;
  }
  .reason-hometown__decoration-img {
    top: -9rem;
    right: -2rem;
    width: 16rem;
  }
  /* ----- reason-bottom ----- */
  .reason-bottom {}
  .reason-bottom__inner {
    padding: 8rem 0 9rem;
  }
  .reason-bottom__small-sections-area {
    gap: 5rem 5%;
    width: 90%;
  }
  .reason-bottom__small-sec {
    width: 100%;
  }
  .common-reason-page-section-title {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .common-reason-page-section-text-area {
    padding-top: 2rem;
  }
}
/* -------------------- ストーリー（reason） responsive (769) -------------------- */
@media screen and (max-width: 769px) {
  .reason {}
  /* ----- reason-exterior ----- */
  .reason-exterior {}
  .reason-exterior__title-and-imgs-area {
    position: relative;
    flex-wrap: wrap;
    gap: 0;
  }
  .reason-exterior__title {
    order: 3;
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    margin-top:6rem;
    margin-left: auto;
  }
  .reason-exterior__imgs {
    display: contents;
    order: 1;
    width: 100%;
  }
  .reason-exterior__img {
    width: 90%;
    margin-left: auto;
  }
  .reason-exterior__img2 {
    order: 2;
    position: relative;
    transform: translate(0,0);
    padding-top: 1.5rem;
    width: 50%;
  }
  .reason-exterior__decoration-img {
    top: 19rem;
    right: calc(50% + 6rem);
    transform: translate(50%, 0);
  }
  .reason-exterior__text-area {
    padding-top: 4rem;
  }
  /* ----- reason-wedding ----- */
  .reason-wedding {}
  .reason-wedding__sec {
    width: 90%;
    padding-bottom: 5.5rem;
  }
  .reason-wedding__imgs {
    width: 100%;
  }
  .reason-wedding__img {
    width: 63%;
    transform: translate(0, 0);
  }
  .reason-wedding__img2 {
    width: 46%;
    margin-top: -23%;
    margin-left: auto;
  }
  .reason-wedding__decoration-img {
    top: 20%;
    left: unset;
    right: 10%;
    width: 7rem;
  }
  .reason-wedding__text-type-contents {
    width: 100%;
    padding: 1rem 0 0;
  }
  /* ----- reason-hospitality ----- */
  .reason-hospitality {}
  .reason-hospitality__sec {
    width: 90%;
    padding-bottom: 6rem;
  }
  .reason-hospitality__imgs {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding-bottom: 5rem;
    margin: 0;
  }
  .reason-hospitality__img {
    width: 80%;
    margin: 0 0 0 auto;
  }
  .reason-hospitality__img2 {
    position: relative;
    transform: translate(0);
    width: 47%;
    margin-bottom: -18%;
  }
  .reason-hospitality__text-type-contents {
    width: 100%;
  }
  /* ----- reason-hometown ----- */
  .reason-hometown {}
  .reason-hometown__sec {
    flex-direction: column;
    gap: 3rem 9%;
  }
  .reason-hometown__img {
    width: 100%;
  }
  .reason-hometown__decoration-img {
    top: -12rem;
    right: -4rem;
  }
  .reason-hometown__text-type-contents {
    width: 100%;
  }
  /* ----- reason-bottom ----- */
  .reason-bottom {}
}