@charset "UTF-8";

/*

styles_dist.cssは、TailwindCSSのビルドしたファイルのため
TailwindCSS以外のCSSは、styles_others.cssに記述する。

*/


/* font */
/* @import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');
.txt-serif{font-family: 'Crimson Text', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;} */
@font-face {
  font-family: 'SatsukiGendaiMincho';
  src: url('/lp/histrip-wedding/fonts/SatsukiGendaiMincho-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  background-color: #fcf8f1;
}

/* footer */
#footer {
  position: absolute;
  z-index: 2;
  width: 100%;
  background: #222828;
}

#footer a {
  color: #8B7140;
  text-decoration: underline;
}

/* footer button */
.footer-btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  font-size: 12px;
  z-index: 1;
}

.btn-reserve {
  display: inline-block;
  touch-action: manipulation;
  cursor: pointer;
  padding: 13px 57px;
  font-size: 14px;
  color: #fff;
  background: #c0a57e;
  border: 2px solid #c0a57e;
  border-radius: 6px;
}

.btn-reserve:hover {
  color: #c0a57e;
  background: #fff;
}

/* form */
#form {
  position: relative;
}

/* RWD Image Maps(Chrome) */
.imgmap {
  width: 100%;
  height: auto;
}


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

  .footer-btn {
    bottom: 20px;
    right: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
  }

  .btn-reserve {
    padding: 13px 0;
    border-radius: 0;
    width: 100%
  }

}

/* fv */
.fv__img {
  position: relative;
  z-index: 0;
}

/* .fv__img::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../image/manzokudo-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: 108px;
  bottom: 0;
  right: 2%;
  z-index: 1;
} */
.fv__manzokudo-logo {
  position: absolute;
  bottom: 200px;
  right: 2%;
  width: 25%;
  z-index: 1;
}

.fv__manzokudo-logo {
  aspect-ratio: 200/108;
}

.fv-img {
  aspect-ratio: 1/0.79;
  width: 100%;
  object-fit: cover;
}

.fv__schedule {
  background-color: #fcf8f1;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 3%;
  border-radius: 10px;
  position: absolute;
  left: 3%;
  bottom: 200px;
  width: 28vw;
  position: relative;
  z-index: 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.fv__schedule::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../image/sanka-free-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: -30px;
  right: -5%;
  z-index: 1;
}

.fv__schedule::before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
}
.fv__schedule__inner {
  display: grid;
  grid-template-columns: 48% 52%;
  column-gap: 10px;
}
.fv__schedule-place {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 8px;
  text-align: left;
}

.fv__schedule-date {
  color: #DD5166;
  font-weight: 800;
  font-size:  1.5rem;
  letter-spacing: .05em;
  text-align: left;
  line-height: 1;
}

.fv__schedule-date span {
  font-weight: 600;
  font-size:  9px;
  display: inline-block;
}

.fv__schedule-time {
  color: #DD5166;
  font-weight: 600;
  font-size:  11px;
  line-height: 1.2;
}

.btn {
  text-align: center;
  padding: 50px 3%;
}

.btn__link {
  color: #fff;
  background-color: #E58A9F;
  border-radius: 25px;
  padding: 20px 70px;
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-family: "Satsuki Gendai Mincho", "Shippori Mincho", serif;
  font-weight: normal;
  font-style: normal;
  box-shadow: 0 6px 0 #BA828F;
}
.manzokudo-logo {
  aspect-ratio: 200/108;
  width: 180px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .fv__schedule {
    width: 45vw;
  }
}

@media (max-width:768px) {

.fv__img::before {
  bottom: 150px;
}
.fv__schedule {
  bottom: 110px;  
  padding: 6% 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
}

.fv__manzokudo-logo {
  bottom: 50px;
}
  .btn__link {
    border-radius: 12px;
    padding: 16px 60px;
  }
}
@media (min-width: 450px) and (max-width: 768px) {
  .fv__schedule {
    bottom: 140px;
  }
}

/* faq */
.faq {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 0;
  max-width: 650px;
  width: 100%;
  margin-inline: auto;
}

.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: 650px;
  width: 100%;
  margin-inline: auto;
}

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

.faq_item .label-q {
  width: 100%;
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #2E221A;
  font-weight: bold;
}

.label-q {
  position: relative;
  padding-left: 23px;
  font-size: 17px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #42AF74;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  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: transparent;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.label-btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #E58A9F;
  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: #E58A9F;
  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: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  display: inline-block;
}

.txt-a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  display: inline-block;
  margin-right: 21px;
  color: #E58A9F;
  padding: 30px 0;
}

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

.content {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 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;
}

.content_inner p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

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


/* access */

.access {
  padding: 50px 0;
  position: relative;
  z-index: 0;
  max-width: 650px;
  width: 100%;
  margin-inline: auto;
}

.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 {
  width: 100%;
  margin-inline: auto;
}

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

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

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

.access_wrap {
  display: grid;
  width: 100%;
  margin-inline: auto;
}

.access_container {
  position: relative;
}

.access_area {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background-color: #E58A9F;
  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;
}

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

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

  .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: #fff;
  padding: 50px 3%;
  border-radius: 25px;
  width: 100%;
}

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

.access_info-items dt {
  display: inline-block;
  background-color: #F4C2CD;
  border-radius: 10px;
  color: #2E221A;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  padding: 8px 20px;
}

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

.access_info-items dd {
  display: block;
  font-size: 18px;
  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;
  border-bottom: 1px solid #E58A9F;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.access_info-item--big {
  font-size: clamp(1.75rem, 1.364rem + 1.93vw, 2.813rem);
}

.access_info-item--small,
.access_info-item--last-hours {
  font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);

}
.access_info-item--hours {
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
}
.access__map {
  margin-top: 50px;
}
