@charset "UTF-8";
/*
add 2024.01.30
*/
.bigbtn.twolines a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  border-radius: 60px;
  padding: 2.5rem 2rem 2.5rem 3rem;
  position: relative;
}
.bigbtn.twolines a::after {
  display: block;
}

.lang-en {
  font-family: "futura-pt" !important;
}

.room-block .colabo-bottom {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.room-block .colabo-bottom button {
  display: block;
  padding: 2rem 2.5rem;
  border: 1px solid #ccc;
  border-radius: 16px;
  font-size: 1.8rem;
  font-family: initial;
}
.room-block .colabo-bottom button:not(:last-of-type) {
  margin-right: 20px;
}

.modal .comment {
  position: relative;
  padding: 50px 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.modal .comment::before {
  content: "";
  background-image: url(../img/icon-quotaion-start.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 23px;
  height: 18px;
}
.modal .comment::after {
  content: "";
  background-image: url(../img/icon-quotaion-end.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 23px;
  height: 18px;
}

.wedding h2 {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 40px 0;
  line-height: 1.6;
}
.wedding h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 2.6rem;
}
.wedding h4 {
  font-family: "futura-pt";
  color: #fff;
  font-size: 1.8rem;
}
.wedding h4 span {
  background-color: #707070;
  padding: 10px;
}
.wedding h5 {
  font-family: "futura-pt";
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px;
}
.wedding .features {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 100%;
}
.wedding .features::before {
  content: "";
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 45px;
  height: 45px;
}
.wedding .features::after {
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0 22px;
  z-index: -1;
}
.wedding .features .features-inner {
  width: 92%;
}
.wedding .creaters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 40px;
}
.wedding .creaters picture {
  display: block;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
}
.wedding .creaters .creaters-info {
  -webkit-flex-basis: 82%;
      -ms-flex-preferred-size: 82%;
          flex-basis: 82%;
}
.wedding .creaters .creaters-info p {
  font-size: 1.4rem;
}
.wedding .creaters .creaters-info .linkBtn {
  margin-top: 20px;
}
.wedding .creaters .creaters-info .linkBtn a {
  border: 1px solid #ccc;
  border-radius: 14px;
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
}
.wedding .creaters .creaters-info .linkBtn a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon-blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  margin-left: 10px;
}
.wedding .contactBtn {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}
.wedding .contactBtn a {
  padding: 1.5rem 4rem;
  background-color: #0080D2;
  border-radius: 50px;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  min-width: 400px;
}
.wedding #contact-container {
  position: fixed;
  top: 160px;
  bottom: auto;
  right: 0;
  left: auto;
  margin: auto;
  height: 200px;
  width: 60px;
}
.wedding #contact-container a {
  padding: 2.3rem 0.8rem;
  background-color: #0080D2;
  border-radius: 20px 0 0 20px;
  font-size: 1.8rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1.2;
  display: block;
  width: 100%;
}

html:lang(en) .wedding #contact-container {
  width: 45px;
}

/* モーダル */
.modal-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5000;
}

.modal-inner {
  width: 90%;
  max-width: 880px;
  position: relative;
}

.modal-header {
  height: 0;
  padding: 0;
  width: 90%;
  overflow: visible;
}

.modal-container {
  background-color: #fff;
  overflow-y: auto;
  padding: 30px;
  max-height: 720px;
  height: 80vh;
  width: 100%;
  position: relative;
  border-radius: 6px;
}
.modal-container .slider-2 .swiper-thumb {
  margin-bottom: 40px;
}

button.modal-close {
  background: #999;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -23px;
  right: -13px;
  z-index: 1100;
}

.modal-close::before {
  content: "✕";
}

.modal-content {
  line-height: 1.5;
  margin-bottom: 2rem;
}

.modal-open {
  display: block;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.micromodal-slide {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
}

.micromodal-slide.is-open {
  visibility: visible;
  height: auto;
  overflow: auto;
  opacity: 1;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

@media screen and (max-width: 768px) {
  .top-wedding .bigbtn.twolines a {
    width: 220px;
  }
  .top-wedding .container-body .containerBody-bottom .bigbtn {
    margin-top: 20px;
  }
  .room-block .colabo-bottom button {
    text-align: center;
    font-size: 1.6rem;
    width: 100%;
  }
  .room-block .colabo-bottom button:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .modal h4 {
    margin-bottom: 10px;
  }
  .modal .comment {
    padding: 40px 20px;
  }
  .modal .comment::before {
    top: 10px;
    left: 10px;
  }
  .modal .comment::after {
    bottom: 10px;
    right: 10px;
  }
  .wedding h3 {
    font-size: 2.4rem;
  }
  .wedding h4 {
    font-size: 1.6rem;
  }
  .wedding h5 {
    font-size: 1.6rem;
    padding: 0 0 5px;
  }
  .wedding .features::before {
    width: 22px;
    height: 22px;
  }
  .wedding .features::after {
    margin: 0 10px;
  }
  .wedding .features .features-inner {
    width: 90%;
  }
  .wedding .creaters picture {
    -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
  }
  .wedding .creaters .creaters-info {
    -webkit-flex-basis: 72%;
        -ms-flex-preferred-size: 72%;
            flex-basis: 72%;
  }
  .wedding .creaters .creaters-info .linkBtn {
    margin-top: 20px;
  }
  .wedding .creaters .creaters-info .linkBtn a {
    font-size: 1.2rem;
  }
  .wedding .contactBtn {
    margin-top: 60px;
  }
  .wedding .contactBtn a {
    padding: 1.5rem;
    border-radius: 50px;
    font-size: 1.8rem;
    display: block;
    min-width: auto;
  }
  .wedding #contact-container {
    top: 60px;
    height: 190px;
    width: 45px;
  }
  .wedding #contact-container a {
    padding: 2rem 0.6rem;
    font-size: 1.6rem;
    line-height: 1;
    width: 100%;
  }
  html:lang(en) .wedding #contact-container {
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  .top-wedding .container-body .containerBody-bottom .bigbtn {
    margin-top: 0;
  }
}/*# sourceMappingURL=add240130-style.css.map */