@charset "UTF-8";
.c-basic-title01 {
  color: #a5915a;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 42px);
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-basic-title01 {
    font-size: 42px;
  }
}
.c-basic-title01 .reduce {
  color: #505050;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 45%;
  display: block;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin-top: 0.2rem;
}
@media screen and (min-width: 992px) {
  .c-basic-title01 .reduce {
    font-size: 35%;
  }
}

.c-button-round--black {
  background-color: #1f1e21;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.c-button-round--black::after {
  background-image: url(../images/common/icon_right_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 11px;
  width: 9px;
  margin: 0 0 0 5px;
}
.c-button-round--black:hover {
  background-color: #4d4d4e;
}
.c-button-round--black.comingsoon {
  background-color: #d4d4d4;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  color: #fcfcfc;
  pointer-events: none;
  cursor: default;
}
.c-button-round--gold {
  background-color: #a5915a;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.c-button-round--gold::after {
  background-image: url(../images/common/icon_right_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 11px;
  width: 9px;
  margin: 0 0 0 5px;
}
.c-button-round--gold:hover {
  background-color: #dbcb9c;
}

/* =========================================================
faq
========================================================= */
.p-faq-h1 {
  background: url(../images/tel/img-mv.webp) no-repeat center;
  background-size: cover;
}
.p-faq-h1_title {
  text-align: center;
  color: #ffffff;
  font-size: 8.1395348837vw;
  padding: 15vh 0 5vh;
  letter-spacing: 2px;
}
@media screen and (min-width: 430px) {
  .p-faq-h1_title {
    font-size: 5.6451612903vw;
  }
}
@media screen and (min-width: 620px) {
  .p-faq-h1_title {
    font-size: 4.5572916667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-faq-h1_title {
    font-size: 3.5282258065vw;
  }
}
@media screen and (min-width: 992px) {
  .p-faq-h1_title {
    font-size: 35px;
  }
}
.p-faq-h1_title .main {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  margin-bottom: 5px;
}
.p-faq-h1_title .sub {
  display: block;
  font-size: 40%;
}
.p-faq-nav {
  padding: 40px 2%;
}
@media screen and (min-width: 992px) {
  .p-faq-nav {
    padding: 40px 2%;
  }
}
.p-faq-nav ul {
  background: #a5915a;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-faq-nav ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-faq-nav ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-faq-nav ul li {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.p-faq-nav ul li a {
  display: block;
  padding: 15px 10px;
  text-align: center;
}
.p-faq-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.p-faq-nav ul li a span {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(15px, 1.61vw, 16px);
}
@media screen and (min-width: 992px) {
  .p-faq-nav ul li a span {
    font-size: 16px;
  }
}
.p-faq-block {
  padding: 40px 2% 0;
}
@media screen and (min-width: 992px) {
  .p-faq-block {
    padding: 80px 2% 0;
  }
}
.p-faq-block:first-of-type {
  padding-top: 40px;
}
.p-faq-block_wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.p-faq-block details {
  margin-top: 10px;
}
.p-faq-block details:first-of-type {
  margin-top: 30px;
}
.p-faq-block summary {
  background-color: #EDEDED;
  cursor: pointer;
  color: #505050;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  list-style: none;
  position: relative;
  padding: 20px 40px 20px 45px;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .p-faq-block summary {
    font-size: 20px;
  }
}
.p-faq-block summary::-webkit-details-marker {
  display: none;
}
.p-faq-block summary::before {
  content: "Q,";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.p-faq-block summary::after {
  content: "";
  background: url(../images/common/icon-plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 30px;
  width: 20px;
  height: 20px;
}
.p-faq-block summary:hover {
  background-color: #fefefe;
}
.p-faq-block details[open] summary {
  background-color: #EDEDED;
}
.p-faq-block details[open] summary::after {
  background-image: url(../images/common/icon-minus.svg);
}
.p-faq-block .answer {
  padding: 20px;
}
.p-faq-block .answer p {
  position: relative;
  padding-left: 20px;
  font-size: clamp(15px, 1.61vw, 16px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-faq-block .answer p {
    font-size: 16px;
  }
}
.p-faq-block .answer p::before {
  content: "A,";
  color: #a5915a;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-faq-block details[open] .answer {
  -webkit-animation: fadein 0.5s ease;
          animation: fadein 0.5s ease;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-faq-contact {
  background: #D7D7D6;
  padding: 20px 2%;
}
@media screen and (min-width: 992px) {
  .p-faq-contact {
    padding: 40px 2%;
  }
}
.p-faq-contact_wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.p-faq-contact ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 992px) {
  .p-faq-contact ul {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.p-faq-contact ul li {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  font-size: clamp(13px, 1.41vw, 14px);
}
@media screen and (min-width: 992px) {
  .p-faq-contact ul li {
    font-size: 14px;
  }
}
.p-faq-contact ul li:first-of-type {
  margin-top: 0;
}
.p-faq-contact ul li figure {
  padding: 0 5px 10px;
}
@media screen and (min-width: 992px) {
  .p-faq-contact ul li figure {
    padding: 0 20px 10px;
  }
}
.p-faq-contact ul li figure figcaption {
  color: #a5915a;
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-faq-contact ul li figure figcaption {
    margin-bottom: 20px;
  }
}
.p-faq-contact ul li figure img {
  display: inline-block;
  max-width: 66px;
}
@media screen and (min-width: 992px) {
  .p-faq-contact ul li figure img {
    margin-bottom: 15px;
  }
}
.p-faq-contact ul li a {
  background: linear-gradient(to bottom, #585656 0%, #211815 100%);
  background-color: #000000;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 10px 5px;
  transition: 0.3s;
}
.p-faq-contact ul li a:hover {
  background: #000000;
}
/*# sourceMappingURL=style-faq.css.map */