@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

body {
  min-width: 375px;
}

/* header */
.l-gnavi {
  display: none !important;
}

@media print, screen and (min-width: 640px) {
  .l-header {
    height: 70px;
  }
}

/* footer */
.l-footer--fixBtnSpace {
  padding-bottom: 0;
}

/* fixdBtoomNavi */
.p-fixdBtoomNavi {
  display: none;
}

/* headvis */
@media print, screen and (max-width: 639px) {
  .p-headVis {
    height: calc(100svh - 261px);
  }
}

/* intro */
.p-photoAreaDetail-intro__lead {
  margin-bottom: 50px;
  font-size: 1.4rem;
  text-align: left;
}

.p-photoAreaDetail-intro__easyImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.p-photoAreaDetail-intro__easyCatch {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-photoAreaDetail-intro__easyLeadArea {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 20px;
}

.p-photoAreaDetail-intro__easyLead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 10px;
  width: fit-content;
  height: 1.2em;
  background-color: #F8CED1;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
}

.p-photoAreaDetail-intro__easyLead span {
  font-size: 1.1em;
}

.p-photoAreaDetail-intro__easyTxt {
  line-height: 1.8;
}

@media print, screen and (min-width: 640px) {
  .p-photoAreaDetail-intro__lead {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }

  .p-photoAreaDetail-intro__easyLeadArea {
    gap: 15px;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .p-photoAreaDetail-intro__easyLead {
    margin: 0;
  }
}

/* plan */
.p-photoAreaDetail-plan__heading01 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
}

.p-photoAreaDetail-plan__heading01 span {
  display: block;
  margin-bottom: 5px;
  color: #ff8b8b;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-photoAreaDetail-plan__txt {
  line-height: 1.9;
}

.p-photoAreaDetail-plan__box {
  margin-bottom: 50px;
  padding: 40px 10px;
  border-radius: 20px;
  background-color: #f1f1f1;
}

.p-photoAreaDetail-plan__heading02 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  color: #666;
  letter-spacing: .06em;
  text-align: center;
}

.p-photoAreaDetail-plan__heading02::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 32px;
  height: 2px;
  background-color: #ff8b8b;
}

.p-photoAreaDetail-plan__list {
  display: grid;
  gap: 40px 10px;
  grid-template-columns: repeat(2, 1fr);
}

.p-photoAreaDetail-plan__item {
  border-radius: 5px;
  box-shadow: 0px 8px 8px 0px rgb(227 227 227 / 80%);
  background: #fff;
}

.p-photoAreaDetail-plan__photo {
  border-radius: 5px 5px 0 0;
}

.p-photoAreaDetail-plan__label {
  border-radius: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-photoAreaDetail-plan__txtArea {
  padding: 5px 7px 7px;
}

.p-photoAreaDetail-plan__name {
  font-weight: bold;
}

.p-photoAreaDetail-plan__name span {
  font-size: 0.8em;
}

.p-photoAreaDetail-plan__originalPrice {
  margin-top: 10px;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

.p-photoAreaDetail-plan__originalPrice span {
  text-decoration: line-through;
}

.p-photoAreaDetail-plan__priceArea {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.p-photoAreaDetail-plan__priceIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eb6877;
  color: #FFF;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.1;
}

.p-photoAreaDetail-plan__price {
  color: #ff8b8b;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.p-photoAreaDetail-plan__price span {
  margin-right: .2em;
  color: #666;
  font-size: 0.8em;
}

.p-photoAreaDetail-plan__btn {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 640px) {
  .p-photoAreaDetail-plan__heading01 {
    font-size: 2.9rem;
  }

  .p-photoAreaDetail-plan__heading01 span {
    font-size: 1.6rem;
  }

  .p-photoAreaDetail-plan__txt {
    font-size: 1.6rem;
    text-align: center;
  }

  .p-photoAreaDetail-plan__box {
    margin-bottom: 80px;
    padding: 60px 40px;
    border-radius: 40px;
  }

  .p-photoAreaDetail-plan__heading02 {
    padding-bottom: 15px;
    margin-bottom: 60px;
    font-size: 23px;
    font-size: 2.3rem;
  }

  .p-photoAreaDetail-plan__heading02::after {
    width: 48px;
    height: 3px;
  }

  .p-photoAreaDetail-plan__list {
    gap: 80px 20px;
  }

  .p-photoAreaDetail-plan__item {
    border-radius: 10px;
    box-shadow: 0px 10px 8px 0px rgb(227 227 227 / 80%);
  }

  .p-photoAreaDetail-plan__photo {
    border-radius: 10px 10px 0 0;
  }

  .p-photoAreaDetail-plan__label {
    border-radius: 10px 0 0 0;
    font-size: 2rem;
  }

  .p-photoAreaDetail-plan__txtArea {
    padding: 15px 20px 20px;
  }

  .p-photoAreaDetail-plan__name {
    font-size: 1.8rem;
  }

  .p-photoAreaDetail-plan__originalPrice {
    margin-top: 20px;
    font-size: 1.9rem;
  }

  .p-photoAreaDetail-plan__priceArea {
    gap: 20px;
    margin-top: 10px;
  }

  .p-photoAreaDetail-plan__priceIcon {
    width: 70px;
    height: 70px;
    font-size: 1.4rem;
  }

  .p-photoAreaDetail-plan__price {
    font-size: 3.6rem;
  }

  .p-photoAreaDetail-plan__btn {
    margin-top: 35px;
    font-size: 1.6rem;
  }
}

/* dress */
.p-photoAreaDetail-dress__heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.4;
  text-align: center;
}

.p-photoAreaDetail-dress__heading span {
  display: block;
  margin-bottom: 5px;
  color: #ff8b8b;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-photoAreaDetail-dress__txt {
  line-height: 1.9;
}

.p-photoAreaDetail-dress__note {
  margin-top: 15px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.9;
}

@media print, screen and (min-width: 640px) {
  .p-photoAreaDetail-dress__slide .p-slide__item {
    width: 420px;
    margin: 0 40px;
  }

  .p-photoAreaDetail-dress__heading {
    font-size: 2.9rem;
  }

  .p-photoAreaDetail-dress__heading span {
    font-size: 1.6rem;
  }

  .p-photoAreaDetail-dress__txt {
    font-size: 1.6rem;
    text-align: center;
  }

  .p-photoAreaDetail-dress__note {
    font-size: 1.2rem;
    text-align: center;
  }
}

/* gallery */
@media print, screen and (max-width:639px) {
  .p-photoAreaDetail-gallery__slide .p-slide__item {
    width: 300px;
  }
}

/* 特に多い質問 */
#ContentWrap.RESORT * {
  box-sizing: content-box;
  font-size: 1.6rem;
}

@media print, screen and (max-width:639px) {
  #ContentWrap.RESORT *, #ContentWrap.RESORT *:after, #ContentWrap.RESORT *:before {
    box-sizing: border-box;
  }
}

#ContentWrap {
  padding-bottom: 50px;
}

.c-faq {
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.c-faq:nth-of-type(2n) {
  background-color: transparent;
}

.c-faq__inner {
  position: relative;
  padding: 10px;
  cursor: pointer;
}

@media print, screen and (min-width: 640px) {
  .c-faq__inner {
    padding: 20px;
  }
}

.c-faq__question {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}

.c-faq__question::before {
  content: 'Q.';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Montserrat, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #ffa8a8;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
}

@media print, screen and (min-width: 640px) {
  .c-faq__question {
    padding-left: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-faq__question::before {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.c-faq__answer {
  font-family: Montserrat, "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #ffa8a8;
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 640px) {
  .c-faq__answer {
    bottom: 20px;
  }
}

.c-faq__detail {
  padding: 0 10px;
  visibility: hidden;
  max-height: 0px;
  -webkit-transition: .3s padding ease, .3s max-height ease;
  transition: .3s padding ease, .3s max-height ease;
}

@media print, screen and (min-width: 640px) {
  .c-faq__detail {
    padding: 0 20px;
  }
}

.is-on .c-faq__detail {
  padding: 10px;
  visibility: visible;
  max-height: 100%;
  -webkit-transition: .3s padding ease, .3s max-height ease;
  transition: .3s padding ease, .3s max-height ease;
}

@media print, screen and (min-width: 640px) {
  .is-on .c-faq__detail {
    padding: 30px 20px;
  }
}

.c-faq__detail a {
  text-decoration: underline;
  color: #e78486;
}