@charset "UTF-8";

:root {
  /* 色管理用の変数 */
  --black-color: #333333;
  --white-color: #ffffff;
  --back-color: #faf9f8;
  --accent-color: #ad9d69;
}

:root {
  /* コンテンツ幅管理用の変数 */
  --content-width: 1140px;
}

:root {
  /* z-index管理用の変数 */
  --z-index-back: -1;
  --z-index-default: 1;
}

:root {
  --font-notosans-Regular: "Noto Sans JP", sans-serif;
  --font-Garamond-Regular: "adobe-garamond-pro", serif;
  --font-constantia-Regular: "constantia", sans-serif;
  --font-GDNPShueiMinPr6-Regular: "dnp-shuei-mincho-pr6", sans-serif;
}

/* ---------- base ---------- */
body {
  color: var(--black-color);
  font-size: 14px;
  font-family: var(--font-notosans-Regular);
  line-height: 1.0;
  letter-spacing: 0.1em;
}

/* ---------- layout ---------- */
.l_container {
  width: 100%;
  padding: 0 16px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.l_container {
  max-width: calc(var(--content-width) + 32px);
}

.l_contents {
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .l_contents {
    padding: 120px 0;
  }
}


/* ---------- module ---------- */
.m_section-title {
    font-size: 12px;
    color: var(--accent-color);
    letter-spacing: 0.04em;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .m_section-title::before {
    font-size: 29px;
    font-family: var(--font-Garamond-Regular);
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    display: block;
  }

  .m_section-title::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--accent-color);
    display: block;
    margin: 8px auto 20px;
  }

  .m_highlight {
    color: var(--accent-color);
  }

  .m_content__title {
    font-size: 21px;
    font-family: var(--font-GDNPShueiMinPr6-Regular);
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: center;
  }

  .m_content__title-min {
    font-size: 19px;
  }

  .m_content__text {
    margin-top: 20px;
    letter-spacing: 0;
    line-height: 23px;
  }

  .m_strong_text {
    font-size: 15px;
  }
@media screen and (min-width: 768px) {
  .m_section-title {
    font-size: 17px;
  }

  .m_section-title::before {
    font-size: 50px;
    margin-bottom: 43px;
  }

  .m_section-title::after {
    width: 50px;
    height: 4px;
    margin: 23px auto 0;
  }
  
  .m_content__title {
    font-size: 27px;
    line-height: 1.4;
    text-align-last: left;
  }

  .m_content__title-min {
    font-size: 24px;
  }

  .m_content__text {
    line-height: 33px;
  }

  .m_strong_text {
    font-size: 16px;
  }

}

@media screen and (min-width: 1066px) {
  .m_section-title {
    font-size: 21px;
  }

  .m_section-title::before {
    font-size: 63px;
  }

  .m_content__title {
  font-size: 33px;
}

.m_content__title-min {
  font-size: 28px;
}

.m_content__text {
  margin-top: 30px;
  font-size: 16px;
}

.m_strong_text {
  font-size: 19px;
}

}

.m_sm343 {
  max-width: 343px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .m_sm343 {
    max-width: none;
  }
}
/* ---------- utility ---------- */
.u_lg-cut {
  display: none;
}
.u_lg-cut969 {
  display: none;
}

@media screen and (min-width: 768px) {
  .u_lg-cut {
    display: block;
  }
  
  .u_sp-cut {
    display: none;
  }
}

@media screen and (min-width: 969px) {
  .u_lg-cut969 {
    display: block;
  }
}

/* ---------- js ---------- */

/* ---------- wedding hospitality ---------- */
.hospitality_section-title::before {
  content: "HOSPITALITY";
}
.hospitality {
  background: var(--back-color);
}

.hospitality {
  padding: 50px 0;
}

.hospitality-hide {
  display: none;
}

.hospitality__content__text-wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
}

.hospitality__content__text {
  text-align: center;
  line-height: 23px;
}

.hospitality__content__text-ac {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hospitality__content__text-ac::before,
.hospitality__content__text-ac::after {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--accent-color);
  display: block;
}
.hospitality__content__text-ac::before {
  transform: rotate(45deg);
}
.hospitality__content__text-ac::after {
  transform: rotate(135deg);
}

.hospitality__image_wrap {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .hospitality {
    width: 100%;
    display: flex;
    aspect-ratio: 3 / 1;
    background: none;
    padding: 0;
    margin-top: 100px;
  }

  .hospitality__content {
    width: 50%;
    min-height: 320px;
    background-color: var(--back-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
  }

  .hospitality-hide {
    display: block;
  }

  .hospitality__content__text-wrap {
    display: none;
  }

  .hospitality__content__text {
    text-align-last: left;
    line-height: 33px;
  }

  .hospitality__strong_text {
    font-size: 16px;
  }

  .hospitality__strong_text-min {
    font-size: 14px;
  }

  .hospitality__image_wrap {
    max-width: 606px;
    width: 50%;
    margin: 0;
    padding: 0;
    border: solid 1px var(--accent-color);
    aspect-ratio: 547 / 289;
  }

  .hospitality_impress__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .hospitality_price__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/*  */
@media screen and (min-width: 1000px) {
  .hospitality__content {
    width: 48%;
  }

  .hospitality__image_wrap {
    width: 52%;
  }
  
  .hospitality__strong_text {
    font-size: 24px;
  }

  .hospitality__strong_text-min {
    font-size: 20px;
  }
}


/* ---------- wedding select ---------- */
.select_section-title::before {
  content: "HOW TO SELECT";
}

.select {
  width: 100%;
  margin-top: 80px;
  padding: 50px 0;
  background: var(--back-color);
}

.select__content {
  background-color: var(--back-color);
  padding: 0 10px;
}

.select_content__title {
  position: relative;
  border-bottom: 1px solid var(--accent-color);
}

.select_content__title::before {
  content: "";
  width: 42px;
  height: 20px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.select_content__title-pt1::before {
  background: url(../img/point/point1-sp.png) no-repeat center center / cover;
  left: 16%;
}
.select_content__title-pt2::before {
  background: url(../img/point/point2-sp.png) no-repeat center center / cover;
  left: 8%;
}
.select_content__title-pt3::before {
  background: url(../img/point/point3-sp.png) no-repeat center center / cover;
  left: 8%;
}

.select__image_wrap-sp {
  display: none;
}

.select__image_wrap {
  margin-top: 50px;
}

.select__image_wrap-grp {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.select__image_wrap-point02 {
  margin: 0;
  padding: 0;
}

.select__img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 必要に応じてcontainなどに変更 */
  display: block;
}

@media screen and (min-width: 768px) {
  .select {
    margin-top: 100px;
    padding: 0;
  } 

  .select__inner_point {
    background: none;
  }
  
  .select {
    display: flex;
    aspect-ratio: 2 / 1;
  }

  .select__content {
    width: 48%;
    height: 740px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    letter-spacing: 0;
    padding: 0 25px;
  }

  .select_content__title::before {
  width: 80px;
  height: 40px;
  top: 0;
}

.select_content__title-pt1::before {
  background: url(../img/point/point1-sp.png) no-repeat center center / contain;
  top: 50%;
  left: 95%;
}
.select_content__title-pt2::before {
  background: url(../img/point/point2-sp.png) no-repeat center center / contain;
  left: 0;
}
.select_content__title-pt3::before {
  background: url(../img/point/point3-sp.png) no-repeat center center / contain;
  top: 100%;
  left: 80%;
}

  .select_point2 {
    flex-direction: row-reverse;
  }
  .select__content_point2 {
    width: 49%;
    height: 578px;
  }

  .select__image_wrap-sp {
    display: block;
  }

  .select__image_wrap {
    max-width: 606px;
    width: 52%;
    margin: 0;
    padding: 0;
    border: solid 1px var(--accent-color);
  }

  .select__image_wrap-grp {
    display: none;
  }
}


/* ---------- sub contents ---------- */
.sub-contents {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sub-contents__content {
  border: 1px solid var(--accent-color);
}

.sub-contents__title {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: var(--font-GDNPShueiMinPr6-Regular);
  background-color: var(--accent-color);
  color: var(--white-color);
  letter-spacing: 0.04em;
  text-align: center;
}

.sub-contents__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px;
}

.sub-contents__text {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .sub-contents {
    flex-direction: row;
    gap: 0;
    border: 1px solid var(--accent-color);
  }

  .sub-contents-re {
    flex-direction: row-reverse;
  }

  .sub-contents__image_wrap {
    width: 30%;
    padding: 25px;
  }
  
  .sub-contents__content {
    border: none;
    width: calc(100% - 30%);
    display: flex;
    flex-direction: column;
  }

  .sub-contents__title {
    height: 54px;
    font-size: clamp(16px, 2.5vw, 29px);
  }

  .sub-contents__text-wrap {
    margin-top: clamp(10px, 1.5vw, 25px);
    gap: clamp(8px, 1.5vw, 25px);
  }

  .sub-contents__text {
    font-size: clamp(12px, 1.5vw, 14px);
    line-height: 1.6;
  }
}

/* ---------- summary ---------- */
.summary_content {
  margin-top: 60px;
  background: var(--back-color);
}

.summary_content__title {
  font-size: 14px;
  background-color: var(--black-color);
  color: var(--white-color);
  text-align: center;
  display: block;
}

.summary_content_inner {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-right: 4px solid var(--accent-color);
  border-bottom: 4px solid var(--accent-color);
  border-left: 4px solid var(--accent-color);
}

.summary_content__points {
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.summary_content__points-text {
  font-family: var(--font-GDNPShueiMinPr6-Regular);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
  letter-spacing: 0;
}

.summary_content__points-text::before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  margin-right: 10px;
}

.summary_points01::before {
  background: url(../img/point/point1-sp.png) no-repeat center center / cover;
}
.summary_points02::before {
  background: url(../img/point/point2-sp.png) no-repeat center center / cover;
}
.summary_points03::before {
  background: url(../img/point/point3-sp.png) no-repeat center center / cover;
}

.summary_content__note {
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0;
}

/*  */
@media screen and (min-width: 768px) {
  .summary_content {
    border: 8px solid var(--accent-color);
    margin-top: 85px;
    padding: 0 0 30px 0;
    text-align: center;
  }

  .summary_content__title {
    height: 54px;
    font-size: 25px;
    padding: 0 60px;
    display: inline-block;
    transform: translateY(-50%);
  }

  .summary_content_inner {
    padding: none;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .summary_content__points {
    width: 80%;
    max-width: none;
    margin: 40px auto;
  }

  .summary_content__points-text {
    font-size: 22px;
  }

  .summary_content__points-text::before {
    width: 90px;
    height: 40px;
    margin-right: 40px;
  }

  .summary_content__note {
    font-size: 16px;
  }

}

@media screen and (min-width: 1030px) {
  .summary_content__points-text {
    font-size: 31px;
    letter-spacing: 0;
  }

  .summary_content__points-text-min {
    font-size: 25px;
  }
  
  .summary_content__points-text::before {
    width: 120px;
    height: 60px;
    margin-right: 80px;
  }

  .summary_content__note {
    font-size: 21px;
  }
}