@charset "UTF-8";
/* Scss Document */
/*=============================================================
よくあるご質問設定
=============================================================*/
.faq #gheader .header {
  /* .logo {
      width: 180px;
      height: 180px;
      background-color: #76572F;
      -webkit-mask: url(../image/common/logo.svg) no-repeat center;
      mask: url(../image/common/logo.svg) no-repeat center;
  }*/
}
.faq #gheader .header-navi li a {
  color: #333;
}
.faq #com-page-tit {
  height: 300px;
}
@media screen and (min-width: 768.9px) {
  .faq #com-page-tit {
    height: 500px;
  }
}
.faq #com-page-tit:before,
.faq #com-page-tit .pic {
  display: none;
}
.faq #com-page-tit .inner {
  color: #333333;
}
.faq .container {
  width: 1360px;
}
.faq #sec-faq .tit {
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 400;
  border-bottom: 1px solid #CECCC2;
  padding-bottom: 16px;
  margin-top: 52px;
}
@media screen and (min-width: 768.9px) {
  .faq #sec-faq .tit {
    margin-top: 104px;
  }
}
@media screen and (min-width: 768.9px) {
  .faq #sec-faq .tit:first-of-type {
    margin-top: 0;
  }
}
.faq #sec-faq dl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 768.9px) {
  .faq #sec-faq dl {
    border-bottom: 1px solid #CECCC2;
  }
}
.faq #sec-faq dl dt {
  position: relative;
  padding-left: 36px;
  font-size: clamp(14px, 4vw, 21px);
  border-top: 1px solid #CECCC2;
  padding: 16px 20px 16px 20px;
}
@media screen and (min-width: 768.9px) {
  .faq #sec-faq dl dt {
    padding: 32px 50px 32px 50px;
  }
}
.faq #sec-faq dl dt:first-of-type {
  border: none;
}
.faq #sec-faq dl dt:before {
  content: "Q";
  font-family: "Cormorant", serif;
  font-size: clamp(14px, 3vw, 32px);
  color: #76572F;
  margin-right: 20px;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 0;
}
@media screen and (min-width: 768.9px) {
  .faq #sec-faq dl dt:before {
    top: 32px;
  }
}
.faq #sec-faq dl dt span {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  right: 0px;
  top: 50%;
}
@media screen and (min-width: 768.9px) {
  .faq #sec-faq dl dt span {
    width: 16px;
    right: 20px;
  }
}
.faq #sec-faq dl dt span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768.9px) {
  .faq #sec-faq dl dt span:before {
    width: 16px;
  }
}
.faq #sec-faq dl dt.on span:before {
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq #sec-faq dl dd {
  position: relative;
  padding-left: 36px;
  font-size: clamp(14px, 3vw, 17px);
  padding: 0 10px 16px 30px;
}
@media screen and (min-width: 768.9px) {
  .faq #sec-faq dl dd {
    padding: 0 50px 32px 50px;
  }
}
.faq #sec-faq dl dd:before {
  content: "A";
  font-family: "Cormorant", serif;
  font-size: clamp(15px, 3vw, 32px);
  color: #76572F;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (min-width: 768.9px) {
  .faq #sec-faq dl dd:before {
    top: 0;
  }
}

.drawer-hamburger-icon:before {
  background-color: #707070;
}
.drawer-hamburger-icon:after {
  background-color: #707070;
}

.fixed .swp_logo {
  content: url("../image/common/logo_w.png");
}
@media screen and (min-width:1209.9px) {
  .fixed #gheader .header-navi li a {
    color: #ffffff;
  }
}
.fixed .drawer-hamburger-icon:before {
  background-color: #ffffff !important;
}
.fixed .drawer-hamburger-icon:after {
  background-color: #ffffff !important;
}
.fixed.drawer-open .drawer-hamburger-icon:before {
  background-color: #707070 !important;
}
.fixed.drawer-open .drawer-hamburger-icon:after {
  background-color: #707070 !important;
}/*# sourceMappingURL=style_faq.css.map */