.p-inquiry__arrow {
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-inquiry__arrow {
    width: 4rem;
    height: 4rem;
    margin: 1.5rem 0 0 auto;
  }
}
.p-inquiry__arrow a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #D91A2A;
}
.p-inquiry__arrow a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-inquiry__arrow a:hover {
    opacity: 1;
  }
  .p-inquiry__arrow a:hover::before {
    opacity: 1;
  }
}
.p-inquiry__arrow a img {
  position: relative;
  width: 1.6rem;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-inquiry__arrow a img {
    width: 1.1rem;
  }
}
.p-inquiry-form {
  position: relative;
  background: #F5F5EE;
  padding: 3.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-form {
    padding: 3rem 2rem 2rem;
  }
}
.p-inquiry-form__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-form__ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
}
.p-inquiry-form__ttl img {
  width: 2rem;
  height: auto;
  margin-right: 0.7rem;
}
.p-inquiry-form__txt {
  font-size: 1.4rem;
}
.p-inquiry-form__arrow {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-form__arrow {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.p-inquiry-num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-num {
    display: block;
    margin-top: 5rem;
  }
}
.p-inquiry-num__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-num__ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0 -2em 2rem 0;
  }
}
.p-inquiry-num__ttl.u-reserve {
  color: #fff;
  margin: 0 -2em 0 0;
}
.p-inquiry-num__ttl img {
  width: 2rem;
  height: auto;
  margin-right: 0.7rem;
}
.p-inquiry-num-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-inquiry-num-content {
    display: block;
  }
}
.p-inquiry-num-content__num {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: -0.3rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-num-content__num {
    font-size: 3.6rem;
  }
}
.p-inquiry-num-content__txt {
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-num-content__txt {
    margin: 1rem 0 0 0;
  }
}
.p-inquiry-tel {
  position: relative;
  width: 59rem;
  background: #F5F5EE;
  padding: 3rem 4rem 3.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-tel {
    width: 100%;
    padding: 3rem 2rem 2rem;
  }
}
.p-inquiry-tel__time {
  line-height: 1;
  font-weight: 500;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-tel__time {
    margin-top: 2rem;
  }
}
.p-inquiry-tel__guide {
  position: relative;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3rem 0 1rem;
  padding: 0 0 0 1em;
}
.p-inquiry-tel__guide::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #D91A2A;
  border-radius: 100%;
}
.p-inquiry-tel__list {
  font-size: 1.4rem;
}
.p-inquiry-tel__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-inquiry-tel__btn {
    display: block;
  }
}
.p-inquiry__btns {
  width: 59rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry__btns {
    width: auto;
  }
}
.p-inquiry-fax {
  position: relative;
  background: #F5F5EE;
  padding: 3rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-fax {
    margin: 5rem 0 0;
    padding: 3rem 2rem 2rem;
  }
}
.p-inquiry-fax__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-inquiry-fax__btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-inquiry-fax-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.p-inquiry-fax-content__txt {
  margin: 0 0 0 1rem;
}
.p-inquiry-reserve {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #4ABAA7;
  padding: 5.3rem 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry-reserve {
    display: block;
    margin: 5rem 0 0;
    padding: 3rem 2rem 2rem;
  }
}
.p-inquiry-reserve__btn a {
  background: #fff;
}
.p-inquiry-reserve__btn a::before {
  background: rgba(74, 186, 167, 0.2);
}

.p-faq {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-top: 14.6rem;
  }
}
.p-faq-define {
  margin: 3.5rem 0 6rem;
}
.p-faq-define:last-of-type {
  margin-bottom: 0;
}
.p-faq-define__ttl {
  position: relative;
  background: #F5F5EE;
  border-radius: 0.5rem;
  padding: 2rem 4rem;
  margin-top: 2rem;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl {
    padding: 1.5rem 5.4rem 1.5rem 2rem;
  }
}
.p-faq-define__ttl:first-of-type {
  margin-top: 0;
}
.p-faq-define__ttl::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 4.5rem;
  width: 1.4rem;
  height: 0.3rem;
  border-radius: 1rem;
  background: #D91A2A;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl::before {
    right: 2.4rem;
  }
}
.p-faq-define__ttl::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 5.05rem;
  width: 0.3rem;
  height: 1.4rem;
  border-radius: 1rem;
  background: #D91A2A;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-faq-define__ttl::after {
    right: 2.95rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-faq-define__ttl:hover {
    background: rgba(30, 32, 31, 0.2);
  }
}
.p-faq-define__ttl.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.p-faq-define__ttl.is-open::after {
  opacity: 0;
}
.p-faq-define__txt {
  display: none;
  background: #F5F5EE;
  border-top: 1px solid #DBDBCD;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-define__txt {
    padding: 2rem;
  }
}
.p-faq-define__txt a {
  background: linear-gradient(transparent calc(100% - 1px), #1E201F 0%);
}
@media (hover: hover) and (pointer: fine) {
  .p-faq-define__txt a:hover {
    background: none;
    opacity: 1;
  }
}