@charset "UTF-8";
/* ==========================================================
Name:
    wedding.css

Description:
    ウェディングページの設定を記述する

Contents:
    
========================================================== */

.slick-dots {
  z-index: 200;
}

.slick-sp .slick-prev {
  top: 40%;
  left: -17px;
}
.slick-sp .slick-next {
  top: 40%;
  right: -19px;
}
.mod-txt-wedding {
  letter-spacing: 5px;
}
.mod-heading3 {
  /* font-size: 40px; */
}
.mod-heading3::after {
  width: 100px;
}
.mod-heading3 span.wedding-date {
  display: block;
  font-size: 14px;
}
.mod-heading5-2 {
  font-weight: normal;
}
.mod-heading5-2 span {
  font-size: 20px;
}
.mod-heading6-1 {
  font-weight: 100;
  font-size: 30px;
}
.mod-heading6-2 {
  font-weight: 100;
  font-size: 45px;
}
.mod-bg4 {
  padding-right: 0;
  padding-left: 0;
  padding-top: 100px;
}
.mod-flex {
  display: flex;
  align-items: center;
}
.mod-panel {
  position: relative;
  justify-content: flex-start;
  margin-bottom: 100px;
}
.mod-panel-2 {
  justify-content: flex-end;
}
.mod-panel-2 .attraction-slide__inner::after {
  left: -10px;
}
.attraction {
  background-color: #f6f6f4;
  border-bottom: 0;
}
.attraction__inner {
  margin-left: 0;
  margin-right: 0;
}
.attraction-slide__inner {
  padding: 6em 7em 6em;
  width: 750px;
  right: 5%;
  bottom: 20%;
  box-shadow: 3px 0 11px -13px #000000;
  transform-style: preserve-3d;
}
.attraction-slide__inner_2 {
  left: 5%;
}
.attraction-slide__inner::after {
  position: absolute;
  border: 1px solid #a38f57;
  top: 10px;
  left: 10px;
  content: '';
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
}
.attraction-slide__inner-txt {
  font-size: 16px;
}
.attraction-slide__frame {
  width: auto;
}
.sub-ttl {
  padding-left: 2em;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.sub-ttl.-small {
  padding-left: 1em;
  font-size: 14px;
  letter-spacing: 0;

}
.wedding-menu-txt {
  color: #a38f57;
}
.wedding-menu-txt .sub-ttl {
  padding-left: 0;
}
.wedding-red {
  color: #e16a8a;
  letter-spacing: 1.5px;
}
.sumaho {
  display: none !important;
}
.nosumaho {
  display: inherit !important;
}

.widding-top-fv{
  position: relative;
  height: 43.2vw;
  overflow:hidden;
  >.youtube{
    margin-top:-6.8vw;
    pointer-events: none;
  }
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height:100%;
  max-width: 750px;
  padding: 0 10px;
}

.modal-content {
  width: 100%;
}

.modal-close {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.modal-close:before,
.modal-close:after {
  position: absolute;
  content: '';
  top: 30px;
  right: 5px;
  width: 50px;
  height: 1px;
  background-color: #FFF;
}

.modal-close:before {
  transform: rotate(45deg);
}

.modal-close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1700px) {
  .attraction-slide__frame {
    width: 70%;
  }
  .attraction-slide__inner {
    padding: 3em 4em 3em;
    width: 550px;
  }
}

@media screen and (max-width: 1024px) {
  .widding-top-fv {
    height: 54.8vw;

    >.youtube {
      margin-top: -9vw;
    }
  }
}

@media screen and (max-width: 768px) {
  .widding-top-fv {
    height: 72.8vw;

    >.youtube {
      margin-top: -12vw;
    }
  }
}

@media screen and (max-width: 750px) {
  .widding-top-fv-sp {
    position: relative;
  }
  .fv-move-start{
    position: absolute;
    bottom: 80px;
    left: calc(50% - 45px);
    width: 90px;
    height: 90px;
    padding-top: 65px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
  }
  .fv-move-startIcon{
    position: absolute;
    content: '';
    top: 0;
    left: calc(50% - 30px);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #FFF;
  }
  .fv-move-startIcon:after{
    position: absolute;
    content: '';
    top: 20px;
    left: calc(50% - 5px);
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid white;
  }

  .mod-heading6-1 {
    font-size: 20px;
  }
  .mod-txt-wedding {
    letter-spacing: 3px;
  }
  .mod-heading5-2 span {
    font-size: 4vw;
  }
  .mod-heading6-2 {
    font-size: 30px;
  }
  .mod-bg4 {
    padding-top: 30px;
  }
  .mod-panel {
    margin-bottom: 30px;
  }
  .mod-heading3 {
    /* font-size: 25px; */
  }
  .mod-heading3::after {
    width: 55px;
  }
  .mod-heading6-2 {
    font-size: 27px;
  }
  .attraction {
    padding-bottom: 10px;
  }
  .attraction-slide__frame {
    width: 100%;
  }
  .attraction-slide__inner {
    width: 80%;
    padding: 5.33333vw 6.53333vw 6.53333vw;
  }
  .attraction-slide__inner::after {
    display: none;
  }
  .attraction-slide__inner2::after {
    display: none;
  }
  .attraction-slide__inner-txt {
    font-size: 3.46667vw;
  }
  .wedding-menu-txt .sub-ttl {
    letter-spacing: 0;
  }
  .sumaho {
    display: inherit !important;
  }
  .nosumaho {
    display: none !important;
  }
}

/* wedding-report
--------------------------------------------- */
.wedding-report {
  padding: 0 50px;
}

.wedding-report-thumbnail img {
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
  width: 100%;
  margin-bottom: 0;
}

.wedding-report-gallery {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}

/* layout1(1枚) */
.wedding-report-gallery .gallery-layout01 img {
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
  width: 100%;
}

/* layout1(左1枚+ 右1枚) */
.wedding-report-gallery .gallery-layout02 {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.wedding-report-gallery .gallery-layout02 img:nth-child(1) {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
  width: 100%;
}
.wedding-report-gallery .gallery-layout02 img:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
  width: 100%;
}

/* layout3 (左2枚+ 右1枚) */
.wedding-report-gallery .gallery-layout03 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.wedding-report-gallery .gallery-layout03 img:nth-child(1) {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
  width: 100%;
}
.wedding-report-gallery .gallery-layout03 img:nth-child(2) {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
  width: 100%;
}
.wedding-report-gallery .gallery-layout03 img:nth-child(3) {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 1.5 / 1;
}

/* layout4 (左1枚+ 右2枚) */
.wedding-report-gallery .gallery-layout04 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.wedding-report-gallery .gallery-layout04 img:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5 / 1;
}

.wedding-report-gallery .gallery-layout04 img:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
  width: 100%;
}

.wedding-report-gallery .gallery-layout04 img:nth-child(3) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.5 / 1;
}

.wedding-hall {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
  text-align: center;
}

.wedding-hall .item {
  max-width: 290px;
  width: 100%;
}

.wedding-hall .hall-label {
  background-color: #f3efe4;
  padding: 8px 10px;
  font-size: 18px;
}

.wedding-hall .hall-name {
  margin-top: 20px;
  font-size: 16px;
}

.mod-bg3.-wedding-report-bg {
  background-color: #F6F6F4;
}
.wedding-report-section {
  display: flex;
  gap: 50px;
}
.wedding-report-inner {
  padding: 50px 0;
}
.wedding-report-inner > * + * {
  margin-top: 100px;
}

.wedding-report-section.-reverce {
  flex-direction: row-reverse;
}

.wedding-report-section .wedding-ph {
  max-width: 750px;
  width: 100%;
}
.wedding-report-section .wedding-ph img {
  object-fit: contain;
  aspect-ratio: 1.5 / 1;
  width: 100%;
}
.wedding-report-section .wedding-caption {
  max-width: 350px;
  width: 100%;
  padding: 10px 0;
}
.wedding-report-section .wedding-caption .title {
  font-size: 20px;
}
.wedding-report-section .wedding-caption .text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 24px;
}

.wedding-report-message {
  background-color: #fff;
  padding: 6px;
  border: 3px solid #a38f57;
  position: relative;
}

.wedding-report-message .wedding-report-message-inner {
  border: 1px solid #a38f57;
  padding: 45px;
}
@media screen and (max-width: 750px) {
  .wedding-report {
      padding: 0 10px;
   }
  .wedding-hall {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wedding-hall .item {
    width: 100%;
  }
  .wedding-hall .hall-label {
    font-size: 16px;
  }
  .wedding-hall .hall-name {
    margin-top: 10px;
    font-size: 14px;
  }
  .wedding-report-section {
    flex-direction: column;
    gap: 20px;
  }
  .wedding-report-inner>*+* {
    margin-top: 50px;
  }
  .wedding-report-inner {
    padding: 20px 0;
  }
  .wedding-report-section.-reverce {
    flex-direction: column;
  }
  .wedding-report-section .wedding-caption {
    padding: 0;
  }
  .wedding-report-section .wedding-caption .title {
    font-size: 18px;
  }
  .wedding-report-section .wedding-caption .text {
    font-size: 14px;
    margin-top: 12px;
  }
    .wedding-report-message {
      padding: 4px;
      border: 3px solid #a38f57;
    }
  
    .wedding-report-message .wedding-report-message-inner {
      padding: 30px 18px;
    }
}