@charset 'UTF-8';

img {
  display: block;
  max-width: 100%;
  margin-inline: auto;
}

a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.main {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.row {
  position: relative;
  z-index: -1;
}

.mv {
  position: relative;
  z-index: 0;
  /* padding-bottom: 80px; */
  /*background-color: #9ed8c9;*/
  background-image:
    url('../image/mv_bg_img_pc.png'),                 /* 上（最前面） */
    linear-gradient(45deg, #78d3ba 46%, #fbd2ce 54%); /* 下（背面） */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 65% center;
  aspect-ratio: 1366/750;
}

.mv::before {
  content: "";
  display: block;
  width: 615px;
  height: 615px;
  background-image: url(../image/flower01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -150px;
  right: -210px;
  z-index: 1;
}


.mv__copy {
  position: absolute;
  top: 5%;
  left: 57%;
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.mv__copy::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background-image: url(../image/circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -45px;
  left: -30px;
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  .mv__copy {
    max-width: 330px;
  }
}

@media screen and (max-width: 992px) {
  .mv::before {
    width: 400px;
    height: 400px;
    bottom: -130px;
    right: -100px;
  }
}
.mv__icon {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 170px;
}
.mv__icon-sinjoshiki {
  position: absolute;
  top: 100px;
  left: 40px;
  width: 170px;
}

@media screen and (max-width: 768px) {
  .mv::before {
    display: none;
  }

  .mv__icon {
    top: 73%;
    left: initial;
    right: 35px;
    width: 125px;
  }

  .mv__icon-sinjoshiki {
    position: absolute;
    top: 60%;
    left: initial;
    right: 35px;
    width: 90px;
  }

  .mv__copy {
    max-width: 78vw;
  }
}

.mv_info {
  position: absolute;
  bottom: 10%;
  right: calc(50% - min(48%, 55rem));
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .mv_info {
    bottom: 1%;
  }
  /* .mv__copy::after {
    right: 0;
  } */
}

@media screen and (max-width: 768px) {
  .mv {
    background-image:
    url('../image/mv_bg_img_sp.png'),                 /* 上（最前面） */
    linear-gradient(45deg, #78d3ba 46%, #fbd2ce 54%); /* 下（背面） */

    aspect-ratio: 375/660;
    background-size: 100%;
    background-position: center center;
  }

  .mv__copy::after {
    width: 200px;
    height: 200px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mv__bottom {
    background-color: rgba(158, 216, 201, 0.5);
    width: 100%;
    height: 170px;
  }

  .mv__copy {
    /* left: 50%; */
    transform: translateX(-50%);
    top: 25px;
  }

  .mv_info {
    bottom: -5%;
    left: 0;
    width: 100%;
  }

  .section01 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 500px) {
  .mv_info {
    bottom: -8%;
    left: 0;
    width: 100%;
  }
  .section01 {
    margin-top: -50px;
  }
}

.about {
  background-color: #F1F7F6;
  margin: 25px;
  padding: 100px 0;
  text-align: center;
}



.about__content-img {
  display: block;
  max-width: 500px;
  width: 100%;
}

.about__note {
  color: #9b9b9b;
  font-size: 8px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 10px;
}

.about__bnr {
  width: 40vw;
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 10px;
  margin-top: 50px;
}

img.about__icon {
  display: block;
  width: 180px;
  aspect-ratio: 180/77;
  width: 100%;
  object-fit: contain;
}
.about__btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 50px 0;
    margin-top: 160px;
  }

  .about__content-img {
    width: 80%;
  }
  .about__bnr {
    width: 80vw;
      flex-direction: row-reverse;
  }
}

.info_item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-right: 60px;
}

@media screen and (max-width: 1066px) {
  .info_item {
    padding-right: 20px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .info_item {
    background-color: rgba(255, 255, 255, 0.89);
    padding: 4px 20px;
    /* justify-content: center; */
  }
}

.info_item+.info_item {
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .info_item+.info_item {
    margin-top: 2px;
  }
}

.info_inner1 {
  display: flex;
  align-items: center;
  column-gap: 30px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .info_inner1 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
  }
}

.info_area {
  background-color: #f08f64;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  white-space: nowrap;
  width: 85px;
  padding-left: clamp(0.625rem, calc(0.304rem + 0.67vw), 0.875rem);
  padding-right: clamp(0.625rem, calc(0.304rem + 0.67vw), 0.875rem);
}

@media screen and (max-width: 992px) {
  .info_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .info_area {
    width: 100%;
    background-color: transparent;
    color: #f08f64;
    text-align: left;
    padding: 10px 0;
  }
}

.info_area.info_area--osaka {
  padding-top: 28px;
  padding-bottom: 28px;
}

.info_area.info_area--tennoji, 
.info_area.info_area--kyoto,
.info_area.info_area--kobe {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1066px) {
  .info_area.info_area--osaka {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .info_area.info_area--tennoji, 
  .info_area.info_area--kobe {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .info_area.info_area--kyoto {
    padding-top: 25px;
    padding-bottom: 25px;
  }

}

@media screen and (max-width: 768px) {

  .info_area.info_area--osaka,
  .info_area.info_area--tennoji,
  .info_area.info_area--horie,
  .info_area.info_area--kyoto,
  .info_area.info_area--kobe {
    padding: 3px 6px;
    background-color: #f08f64;
    color: #fff;
    display: inline-block;
    width: 40%;
    text-align: center;
  }
}

.info_hall {
  color: #f08f64;
  width: 160px;
  font-size: 1.4rem;
  line-height: 2;
}

.info_date {
  white-space: nowrap;
  color: #f08f64;
}

.info_time {
  color: #f08f64;
  font-size: 1.1rem;
}

@media screen and (max-width: 1066px) {
  .info_time {
    font-size: 0.8rem;
  }
.info_hall {
  font-size: 1.1rem;
}
}

.fz24 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .info_time {
    font-size: 13px;
  }

  .fz-24 {
    font-size: 1.25rem;
  }
}

.hall {
  padding-bottom: 206px;
  background-color: #f1f7f6;
  padding-top: 40px;
  position: relative;
  z-index: -3;
}

@media screen and (max-width: 768px) {
  .hall {
    padding-bottom: 120px;
  }
}

.hall::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(241, 247, 246, 1) 0%,
      rgba(241, 247, 246, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hall::before {
  content: "";
  display: block;
  width: 49.3%;
  height: 450px;
  background-image: url(../image/flower02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .hall::before {
    width: 94.6%;
    height: 236px;
  }
}

.hall_title {
  width: 89.6%;
  margin-left: auto;
}

.hall_title img {
  aspect-ratio: 1224/128;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .hall_title {
    width: 92%;
  }

  .hall_title img {
    aspect-ratio: 345/145;
  }
}

.hall_cards {
  margin-top: 40px;
  width: 80%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .hall_cards {
    margin-top: 36px;
    width: 90%;
  }
}

.resort {
  background-color: #fff;
  padding-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .resort {
    padding-bottom: 67px;
  }
}

.resort_title {
  width: 89.7%;
  margin-left: auto;
}

.resort_title img {
  aspect-ratio: 1226/250;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .resort_title {
    width: 92%;
  }

  .resort_title img {
    aspect-ratio: 345/302;
  }
}

.resort_cards {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .resort_cards {
    margin-top: 36px;
  }
}

.photo {
  background-color: #fff;
  padding-bottom: 162px;
  position: relative;
  z-index: -1;
}

.photo::before {
  content: "";
  display: block;
  width: 916px;
  height: 1158px;
  background-image: url(../image/green01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -350px;
  left: -460px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .photo::before {
    width: 520px;
    height: 840px;
    left: -260px;
  }
}

.photo_title {
  width: 89.7%;
  margin-left: auto;
}

.photo_title img {
  aspect-ratio: 1226/89;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .photo_title {
    width: 92%;
  }

  .photo_title img {
    aspect-ratio: 345/119;
  }
}

.photo_cards {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .photo_cards {
    margin-top: 36px;
  }
}

.cards {
  max-width: 78%;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 25px;
}

@media screen and (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}

.card_img {
  position: relative;
  width: 100%;
}

.card_img img {
  aspect-ratio: 260/189;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .card_img img {
    aspect-ratio: 165/120;
  }
}

.card_img span {
  position: absolute;
  display: inline-block;
  color: #fff;
  background-color: #45a599;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 8px 22px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .card_img span {
    font-size: 11px;
    padding: 3px 11px;
  }
}

.card_title {
  margin-top: 10px;
}

.card_title p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .card_title p {
    font-size: 11px;
  }
}

.festa {
  background-color: #f1f7f6;
  position: relative;
  z-index: -1;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .festa {
    padding-top: 10px;
    padding-bottom: 70px;
  }
}

.festa_title {
  position: absolute;
  right: 65px;
  top: -80px;
  z-index: 1;
  max-width: 37.7%;
}

@media screen and (max-width: 768px) {
  .festa_title {
    max-width: 70%;
    right: initial;
    left: 9%;
  }
}

.festa_title-wrap {
  display: flex;
  align-items: end;
  column-gap: 88px;
}

@media screen and (max-width: 768px) {
  .festa_title-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 63px;
    row-gap: 44px;
  }
}

.festa_main-img {
  max-width: 54%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .festa_main-img {
    max-width: 89%;
    margin-right: auto;
  }
}

.festa_main-img img {
  aspect-ratio: 738/500;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .festa_main-img img {
    aspect-ratio: 345/270;
  }
}

.festa_desc {
  max-width: 29.3%;
  width: 100%;
  margin-bottom: 74px;
}

@media screen and (max-width: 768px) {
  .festa_desc {
    max-width: 78%;
    margin-inline: auto;
    margin-bottom: 0;
    margin-top: -10px;
  }
}

.festa_cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px 18px;
  max-width: 78%;
  width: 100%;
  margin-inline: auto;
  margin-top: 86px;
}

@media screen and (max-width: 768px) {
  .festa_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 5px;
    margin-top: 56px;
  }
}

.festa__bnr {
  margin-top: 50px;
}

.festa__bnr img {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .festa__bnr img {
    max-width: 75%;
  }
}

.festa_btn {
  text-align: center;
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .festa_btn {
    margin-top: 33px;
  }
}

.contents-card_img img {
  aspect-ratio: 165/120;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents-card_title {
  text-align: center;
  font-size: 13px;
  margin-top: 12px;
  color: #45a599;
}

.contents-card_title span {
  color: #222;
  display: block;
  margin-top: 8px;
}

.present {
  position: relative;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .present {
    background-color: #f1f7f6;
    z-index: -1;
  }
}

.present::before {
  content: "";
  display: block;
  width: 600px;
  height: 600px;
  background-image: url(../image/flower03.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -270px;
  left: -140px;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .present::before {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .present::before {
    width: 370px;
    height: 370px;
    top: 0;
    left: 0;
  }
}

.present::after {
  content: "";
  display: block;
  width: 615px;
  height: 615px;
  background-image: url(../image/flower04.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -130px;
  right: calc(50% - min(60%, 80rem));
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .present::after {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .present::before {
    width: 300px;
    height: 300px;
    left: -110px;
    z-index: -1;
  }

  .present::after {
    width: 320px;
    height: 390px;
    z-index: -1;
  }
}

.present_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  z-index: 1;
  max-width: 440px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .present_title {
    max-width: 64%;
  }
}

.present_inner {
  max-width: 80%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .present_inner {
    max-width: 90%;
  }
}

.present_desc {
  text-align: center;
  line-height: 2;
}

.present_contents {
  display: flex;
  justify-content: center;
  column-gap: 45px;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .present_contents {
    display: grid;
    grid-template-columns: 1fr, 1fr;
    row-gap: 50px;
  }
}

.present_text {
  font-size: 10px;
  text-align: right;
}

.present_btn {
  text-align: center;
  margin-top: 50px;
}

.faq {
  background-color: #f1f7f6;
  padding-top: 160px;
  padding-bottom: 150px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 0;
}

.faq_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  z-index: 1;
}

.faq input[type="radio"],
input[type="checkbox"] {
  display: none;
}

.faq_inner {
  max-width: 68.5%;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .faq_inner {
    max-width: 90%;
  }
}

.faq_item+.faq_item {
  margin-top: 15px;
}

.faq_item:nth-child(odd) .label-q {
  width: 100%;
  background-color: #45a599;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: bold;
}

.faq_item:nth-child(even) .label-q {
  width: 100%;
  background-color: #79bdb4;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: bold;
}

.label-q {
  position: relative;
  padding-left: 23px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  box-shadow: 0px 3px 6px 0px #707070;
  display: flex;
  align-items: baseline;
  column-gap: 18px;
}

@media screen and (max-width: 768px) {
  .label-q {
    padding-left: 14px;
    padding-right: 50px;
    font-size: 14px;
  }
}

.label-btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.label-btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #45a599;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: ease-in-out 0.4s;
}

.label-btn::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #45a599;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: ease-in-out 0.4s;
}

.js-title.is-active .label-btn::after {
  transform: rotate(90deg);
  transition: ease-in-out 0.4s;
  top: 28%;
  left: 48%;
}

.txt-q {
  font-family: "Karla", sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
}

.txt-a {
  font-family: "Karla", sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  margin-right: 21px;
  color: #45a599;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .txt-a {
    padding: 20px 0;
  }
}

.content {
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.content p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .content p {
    font-size: 13px;
  }
}

.content_inner {
  display: flex;
  align-items: baseline;
}

.js-title.is-active .content {
  display: block;
}

.access {
  padding: 140px 0;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .access {
    padding: 90px 0;
  }
}

.access_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .access_title {
    top: -67px;
    left: 57%;
    width: 66%;
  }

  .access_title img {
    aspect-ratio: 270/85;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.access_container {
  max-width: 82%;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .access_container {
    max-width: 89.3%;
  }
}

.access_container+.access_container {
  margin-top: 85px;
}

@media screen and (max-width: 768px) {
  .access_container+.access_container {
    margin-top: 65px;
  }
}

.access_wrap {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .access_wrap {
    flex-direction: column-reverse;
    width: 90%;
    margin-inline: auto;
  }
}

.access_container {
  position: relative;
}

.access_area {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background-color: #45a599;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: -45px;
  color: #fff;
  font-size: 2rem;
  display: grid;
  place-items: center;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .access_area {
    width: 90px;
    height: 90px;
    top: -45px;
    left: initial;
    right: 10px;
    font-size: 1.5rem;
  }
}

.gmap {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.gmap iframe {
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: calc(100% + 180px + 180px);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .gmap {
    width: 100%;
  }

  .gmap iframe {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.access_info {
  background-color: #fff7ee;
  padding: 50px 60px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .access_info {
    width: 100%;
    padding: 20px;
  }
}

.access_info-items dt {
  display: block;
  color: #45a599;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #45a599;
}

@media screen and (max-width: 768px) {
  .access_info-items dt {
    font-size: 15px;
  }
}

.access_info-items dd {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.access_info-item:last-child dd {
  line-height: 2;
}

.access_info-item+.access_info-item {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .access_info-item+.access_info-item {
    margin-top: 16px;
  }
}

.access_info-item {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.fz50 {
  font-size: 50px;
}

.fz30 {
  font-size: 30px;
}

.fz28 {
  font-size: 28px;
}

.fz20 {
  font-size: 20px;
}

.fz18 {
  font-size: 18px;
}

.fz16 {
  font-size: 16px;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fz50 {
    font-size: 27px;
  }

  .fz30 {
    font-size: 20px;
  }

  .fz28 {
    font-size: 20px;
  }

  .fz20 {
    font-size: 14px;
  }

  .fz18 {
    font-size: 15px;
  }

  .fz16 {
    font-size: 14px;
  }
}

.form {
  z-index: 1;
}

.form .bg-form,
.form .container {
  position: relative;
  z-index: 1;
}

.form iframe {
  position: relative;
  z-index: 2;
}

.form-area {
  background-color: #f1f7f6;
  padding-top: 340px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .form-area {
    padding-top: 130px;
    padding-bottom: 70px;
  }
}

.form {
  position: relative;
}

.form_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 106px;
  z-index: 1;
  max-width: 590px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form_title {
    max-width: 320px;
    top: -40px;
  }
}

.form_title img {
  aspect-ratio: 588/141;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .form_title img {
    aspect-ratio: 318/119;
  }
}

.btn {
  width: 420px;
  padding: 24px;
  border: none;
  color: #fff;
  background-color: #d74472;
  border-radius: 0;
  display: inline-block;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .btn {
    max-width: 300px;
    padding: 20px;
  }
}

.btn:hover {
  color: #fff;
}

/* fixed button */
.ft-btn {
  background: #d74472;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  /* 読み込み時に非表示にする */
  opacity: 0;
  animation-name: intro;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-delay: 8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes intro {
  100% {
    opacity: 1;
  }
}

.ft-btn a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 20px 0 22px 0;
  font-size: 1.6rem;
}

.ft-btn:hover a {
  text-decoration: none;
}

.btn span,
.ft-btn span {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  display: inline-block;
}

.section-point {
  position: relative;
}

.point_title {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .point_title {
    top: -3%;
  }
}

.point_title img {
  aspect-ratio: 346 / 96;
  width: clamp(26.25rem, 21.872rem + 9.12vw, 29.625rem);
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .point_images {
    display: block;
    width: 90%;
    margin-inline: auto;
  }
}

.section-movie {
  position: relative;
  padding-top: 100px;
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .section-movie {
    padding-bottom: 100px;
  }
}

.section-movie::before {
  position: absolute;
  display: block;
  content: "";
  max-width: 450px;
  width: 100%;
  height: 600px;
  background-image: url(../image/bride%EF%B9%9601.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: -1%;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .section-movie::before {
    max-width: 380px;
    height: 500px;
    left: -5%;
  }
}

@media screen and (max-width: 768px) {
  .section-movie::before {
    display: none;
  }
}

.movie {
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: 12%;
}

@media screen and (max-width: 768px) {
  .movie {
    width: 80%;
    margin-inline: auto;
  }
}

.section-movie::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../image/img01_03_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .section-movie::after {
    background-image: url(../image/img01_03_sp.webp);
  }
}

.movie iframe {
  box-shadow: 30px 30px 0 #98d7c4;
  aspect-ratio: 822/465;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .movie iframe {
    box-shadow: 10px 10px 0 #98d7c4;
    aspect-ratio: 335/220;
  }
}

.movie::before {
  position: absolute;
  display: block;
  content: "";
  width: clamp(9.375rem, 6.943rem + 5.07vw, 11.25rem);
  height: clamp(9.375rem, 6.943rem + 5.07vw, 11.25rem);
  background-image: url(../image/fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -70px;
  top: -50px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .movie::before {
    width: 100px;
    height: 100px;
    right: -10px;
  }
}

.section-weddingplace {
  position: relative;
}

.weddingplace_title {
  position: absolute;
  top: -10%;
  left: 10%;
}

@media screen and (max-width: 768px) {
  .weddingplace_title {
    top: -3%;
  }
}

.weddingplace_title img {
  aspect-ratio: 474 / 199;
  width: clamp(26.25rem, 21.872rem + 9.12vw, 29.625rem);
  height: 100%;
  object-fit: cover;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.txt-mini-fv,
.txt-mini {
  text-align: right;
  margin: 0;
}

.txt-mini-fv a {
  font-size: 11px;
  font-weight: bold;
  color: #d74472;
}

.txt-mini a {
  font-size: 14px;
  color: #d74472;
}

.txt-mini-fv a:hover,
.txt-mini a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .txt-mini-fv a {
    font-size: 9px;
  }

  .txt-mini a {
    font-size: 12px;
  }
}