@charset "UTF-8";
.page-head {
  background-image: url("../assets/images/order/order-head.jpg");
}
.page-head h1 {
  color: #666666;
}

.head-text {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}
.head-text p {
  font-size: 15px;
  line-height: 2em;
  color: #666666;
  letter-spacing: 0.12em;
  font-family: "游明朝", "ヒラギノ明朝", serif;
}

.section-head {
  font-family: "游明朝", "ヒラギノ明朝", serif;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  color: #666666;
  text-align: center;
}

.flow {
  max-width: 960px;
  margin: 0 auto 80px;
  padding-top: 80px;
  color: #666666;
}
.flow .head-comment {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
.flow__item {
  margin-bottom: 80px;
}
.flow__item h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.flow__item h3 .num {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 32px;
  font-family: "游明朝", "ヒラギノ明朝", serif;
  background-image: url("../assets/images/order/num-back.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.flow__item h3 .title {
  font-size: 24px;
}
.flow__item .content {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 50px;
}
.flow__item .content_reverse {
  flex-direction: row-reverse;
}
.flow__item .content img {
  width: 45.8%;
}
.flow__item .content .text {
  width: 45.8%;
}
.flow__item .content .text p {
  font-size: 14px;
  line-height: 24px;
}
.flow__item .content .text p + p {
  margin-top: 1em;
}
.flow__item .content .text p a {
  color: #666666;
  text-decoration: underline;
  transition: 0.3s;
}
.flow__item .content .text p a:hover {
  color: #3B1D06;
}
.flow__item .content::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E5EAF0;
  position: absolute;
  top: 0;
  left: 50%;
}
.flow__contact p {
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 36px;
  text-align: center;
}
.flow__contact .button {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.flow__contact .button .button-reserve {
  width: 270px;
}
.flow__contact .button .button-inquiry {
  width: 270px;
}

.faq {
  width: calc(100% + 120px);
  margin-left: -60px;
  margin-bottom: 40px;
  padding: 120px 60px;
  background-color: #F7F9FB;
}
.faq .section-head {
  margin-bottom: 80px;
}
.faq__item {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 24px 0;
  border-top: solid 1px #D5D5D5;
  position: relative;
}
.faq__item:last-child {
  border-bottom: solid 1px #D5D5D5;
}
.faq__item .question {
  display: flex;
  align-items: flex-start;
  padding: 0 64px 0 20px;
  cursor: pointer;
}
.faq__item .question span {
  width: 48px;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  display: block;
  border-radius: 24px;
  background-color: #fff;
}
.faq__item .question p {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 13px;
  width: calc(100% - 88px);
}
.faq__item .answer {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
  padding: 24px 64px 24px 20px;
  background-color: #fff;
}
.faq__item .answer__wrapper {
  display: none;
}
.faq__item .answer span {
  width: 48px;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  display: block;
  border-radius: 24px;
  background-color: #E5EAF0;
}
.faq__item .answer p {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 13px;
  width: calc(100% - 88px);
}
.faq__item .button {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #3B1D06;
  position: absolute;
  top: 36px;
  right: 20px;
  pointer-events: none;
}
.faq__item .button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/order/icon-plus.svg");
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__item.open .button {
  background-color: #fff;
  border: solid 1px #3B1D06;
}
.faq__item.open .button::before {
  background-image: url("../assets/images/order/icon-minus.svg");
}

@media screen and (max-width:767px) {
  .page-head {
    background-image: url("../assets/images/order/order-head-sp.jpg");
  }
  .head-text {
    margin-bottom: 56px;
  }
  .head-text p {
    font-size: 14px;
  }
  .section-head {
    margin-bottom: 20px;
  }
  .flow {
    padding-top: 120px;
    margin-top: -80px;
  }
  .flow .head-comment {
    margin-bottom: 32px;
    text-align: left;
  }
  .flow__item {
    margin-bottom: 120px;
  }
  .flow__item h3 {
    margin-bottom: 40px;
  }
  .flow__item h3 .num {
    margin-bottom: 16px;
  }
  .flow__item h3 .title {
    font-size: 20px;
  }
  .flow__item .content {
    display: block;
    padding-bottom: 0;
  }
  .flow__item .content img {
    width: 100%;
    margin-bottom: 40px;
  }
  .flow__item .content .text {
    width: 100%;
  }
  .flow__item .content::before {
    height: 52px;
    top: auto;
    bottom: -100px;
    left: 50%;
  }
  .flow__item:nth-child(7) {
    margin-bottom: 60px;
  }
  .flow__item:nth-child(7) .content::before {
    display: none;
  }
  .flow__contact p {
    margin-bottom: 32px;
  }
  .flow__contact .button {
    display: block;
  }
  .flow__contact .button .button-reserve {
    width: 100%;
    max-width: 350px;
    font-size: 15px;
    margin: 0 auto 10px;
  }
  .flow__contact .button .button-inquiry {
    width: 100%;
    max-width: 350px;
    font-size: 15px;
    margin: auto;
  }
  .faq {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 80px 20px;
  }
  .faq__wrapper {
    padding-top: 80px;
    margin-top: -80px;
  }
  .faq .section-head {
    margin-bottom: 40px;
  }
  .faq__item .question {
    padding: 0 38px 0 12px;
  }
  .faq__item .question span {
    margin-right: 12px;
  }
  .faq__item .question p {
    width: calc(100% - 72px);
  }
  .faq__item .answer {
    padding: 24px 38px 24px 12px;
  }
  .faq__item .answer span {
    margin-right: 12px;
  }
  .faq__item .answer p {
    width: calc(100% - 72px);
  }
  .faq__item .button {
    right: 0;
  }
  .faq__item.open .button {
    background-color: #fff;
    border: solid 1px #3B1D06;
  }
  .faq__item.open .button::before {
    background-image: url("../assets/images/order/icon-minus.svg");
  }
}
@media screen and (max-width: 374px) {
  .head-text p br.sp-only {
    display: none;
  }
}