@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
.guide-nav {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 769px) {
  .guide-nav {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
.guide-nav li {
  width: 250px;
}
.guide-nav li a {
  font-size: 20px;
}
@media (min-width: 769px) {
  .guide-nav li a {
    padding: 6px 0;
  }
}
.guide-nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 13px;
  height: 14px;
  background: url(../images/common/icon_arrow_r.svg) no-repeat;
  transform: rotate(90deg);
}

@media (min-width: 769px) {
  #about {
    padding-bottom: 50px;
  }
}
#about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_noise.png);
  mix-blend-mode: color-burn;
  opacity: 0.5;
  z-index: 1;
}
#about .c-ttl-s {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #about .c-ttl-s {
    margin-bottom: 20px;
  }
}
#about .c-ttl-s .txt-jp {
  font-size: 16px;
}
#about .c-ttl-s .txt-en {
  font-size: 60px;
}
#about .about-list .inner {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #about .about-list .inner {
    margin-bottom: 25px;
  }
}
#about .about-list .inner dt {
  border-radius: 17px;
  background: #143948;
  color: #fff;
  text-align: center;
  width: 192px;
  margin: 0 auto 15px;
  font-size: 16px;
  padding: 5px;
  font-weight: 400;
}
#about .about-list .inner dd {
  text-align: center;
}
#about .about-list .inner dd.font-l {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 769px) {
  #about .about-list .inner dd.font-l {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #about .wave-bg-b {
    height: auto;
    bottom: -13.4vw;
  }
}
@media (min-width: 769px) {
  #about .wave-bg-b {
    transform: scale(-1, -1);
  }
}

#access {
  background: #cce7e0;
  padding: 18.6666666667vw 0 50px;
}
@media (min-width: 769px) {
  #access {
    padding-top: 8.9285714286vw;
    padding-bottom: 10px;
  }
}
#access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_noise.png);
  mix-blend-mode: color-burn;
  opacity: 0.5;
  z-index: 1;
}
#access .c-ttl-s {
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  #access .pc-flex {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  #access .pc-flex {
    display: flex;
    gap: 65px;
    margin-top: 60px;
  }
}
#access .pc-flex .map-box {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 700px) {
  #access .pc-flex .map-box {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  #access .pc-flex .map-box {
    width: 50%;
    max-width: 540px;
  }
}
#access .pc-flex .map-box iframe {
  width: 100%;
  height: 223px;
}
@media screen and (min-width: 900px) {
  #access .pc-flex .map-box iframe {
    height: 352px;
  }
}
#access .pc-flex .txt-box {
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  #access .pc-flex .txt-box {
    flex: 1;
  }
}
#access .pc-flex .txt-box .address {
  margin-bottom: 6px;
}
#access .pc-flex .txt-box .detail {
  margin-bottom: 13px;
}
@media (min-width: 769px) {
  #access .pc-flex .txt-box .detail {
    margin-bottom: 16px;
    line-height: 1.75;
  }
}
#access .pc-flex .txt-box .btn-base.btn-more {
  font-weight: bold;
}
@media (max-width: 768px) {
  #access .pc-flex .txt-box .btn-base.btn-more {
    margin: 10px auto 0;
    width: 81%;
  }
}
@media screen and (min-width: 700px) {
  #access .pc-flex .txt-box .btn-base.btn-more {
    max-width: 273px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  #access .pc-flex .txt-box .btn-base.btn-more {
    margin-left: 0;
  }
}
#access .pc-flex .txt-box .btn-base.btn-more a {
  font-size: 14px;
}
@media (max-width: 768px) {
  #access .pc-flex .txt-box .btn-base.btn-more a {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  #access .wave-bg-b {
    transform: scale(-1, -1);
  }
}

#faq {
  background: #fff6cc;
  padding: 25.3333333333vw 0 21.3333333333vw;
}
#faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_noise.png);
  mix-blend-mode: color-burn;
  opacity: 0.5;
  z-index: 1;
}
@media (min-width: 769px) {
  #faq {
    padding: 12.5vw 0 11.6071428571vw;
  }
}
#faq .cs-txt {
  text-align: center;
}
@media (min-width: 769px) {
  #faq .cs-txt {
    margin-top: 60px;
  }
}
#faq .c-ttl-s {
  margin-bottom: 10px;
}
#faq .faq-list {
  max-width: 950px;
  margin: 0 auto;
}
#faq .faq-list .inner {
  border-radius: 8px;
  background: #fff;
  margin-bottom: 8px;
  padding: 16px;
  padding-right: 40px;
  position: relative;
}
@media (min-width: 769px) {
  #faq .faq-list .inner {
    padding: 20px 40px;
    padding-right: 60px;
  }
}
#faq .faq-list .inner.active dt:before {
  transform: rotate(0);
}
#faq .faq-list .inner .icon-q,
#faq .faq-list .inner .icon-a {
  font-family: "Staatliches", sans-serif;
  font-size: 30px;
  line-height: 1;
}
#faq .faq-list .inner .detail {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  flex: 1;
}
@media (min-width: 769px) {
  #faq .faq-list .inner .detail {
    font-size: 16px;
    line-height: 1.75;
  }
}
#faq .faq-list .inner dt {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
#faq .faq-list .inner dt:before, #faq .faq-list .inner dt:after {
  content: "";
  position: absolute;
  margin: auto;
  right: -24px;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  background: #143949;
}
@media (min-width: 769px) {
  #faq .faq-list .inner dt:before, #faq .faq-list .inner dt:after {
    width: 20px;
  }
}
#faq .faq-list .inner dt:before {
  transform: rotate(90deg);
  transition: all 0.5s;
}
#faq .faq-list .inner dt.active:before {
  transform: rotate(0);
}
#faq .faq-list .inner dt.active + dd {
  max-height: 500px;
  padding-top: 20px;
}
#faq .faq-list .inner dd {
  display: flex;
  gap: 8px;
  padding-top: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
}
#faq .faq-list .inner dd .detail {
  padding-top: 4px;
}
/*# sourceMappingURL=_map/guide.css.map */
