@charset "UTF-8";
/********************
 共通 
********************/
/* カラー */
/********************
 guide
********************/
/* お申込みの流れと料金案内 */
.guide {
  /* セクション_お申込みの流れ */
  /* セクション_見学 */
  /* セクション_料金表 */
}

.guide .guide__title::before {
  content: "GUIDE";
}

.guide .apply {
  padding-top: 80px;
}

.guide .apply .bk__light {
  padding-top: 80px;
}

.guide .apply .apply__title {
  margin-top: 80px;
}

.guide .apply .apply__title::before {
  content: "APPLY";
}

.guide .apply .apply-wrap {
  margin-top: 80px;
  padding-bottom: 80px;
}

.guide .apply .apply-wrap .apply-content {
  padding-top: 16px;
}

.guide .apply .apply-wrap .apply-content .apply-content__box {
  margin-right: 0;
  margin-left: 0;
  padding: 16px 0;
  border: 1px solid #DBD3B8;
  background-color: #FFF;
}

.guide .apply .apply-wrap .apply-content .apply-content__box .apply-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2rem;
}

.guide .apply .apply-wrap .apply-content .apply-content__box .apply-content__title::before {
  color: #DBD3B8;
  content: attr(data-num);
  font-size: 4rem;
  font-family: 'Tangerine', cursive;
}

.guide .apply .apply-wrap .apply-content .apply-content__box .apply-content__txt {
  padding-top: 32px;
}

.guide .apply .apply-wrap .apply-content .apply-content__box .apply-content__list-wrap {
  padding-top: 16px;
  padding-left: 0;
  list-style: none;
}

.guide .tour {
  margin: 0 calc(50% - 50vw);
  margin-top: 80px;
  padding: 64px var(--bs-gutter-x, 0.75rem);
  width: 100vw;
  background-image: url(../img/guide/guide_tour.jpg);
  background-position: center;
  background-size: cover;
  color: #FFF;
}

.guide .tour .tour__title {
  margin-top: 80px;
}

.guide .tour .tour__title::before {
  content: "TOUR";
}

.guide .tour .tour-wrap .tour-content {
  margin-top: 32px;
  text-align: center;
}

.guide .tour .tour-wrap .tour-content .tour-content__txt {
  margin: 32px auto 0;
  margin-top: 32px;
  text-align: left;
}

.guide .fee .bk__light {
  padding-top: 80px;
}

.guide .fee .fee__title {
  margin-top: 0;
}

.guide .fee .fee__title::before {
  content: "FEE";
}

.guide .fee .fee-wrap .fee-list {
  text-align: center;
}

.guide .fee .fee-wrap .fee-list .fee-list__term-wrap .fee-list__term {
  margin-bottom: 32px;
  width: auto;
  font-weight: 400;
}

.guide .fee .fee-wrap .fee-list .fee-list__desc {
  text-align: left;
}

.guide .fee .fee-wrap .fee-list .fee-list__desc .fee-list-option {
  display: block;
}

.guide .fee .fee-wrap .fee-list .fee-list__desc .fee__link {
  padding: 0 .3em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #333333));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #333333 50%);
  background-position: 0 0;
  background-size: auto 200%;
  color: #333;
  -webkit-transition: .3s;
  transition: .3s;
}

.guide .fee .fee-wrap .fee-list .fee-list__desc .fee__link:hover {
  background-position: 0 100%;
  color: #FFF;
}

.guide .fee .fee-wrap .fee-list .font--sm {
  margin-bottom: 16px;
}

.guide .fee .fee-wrap .fee__box {
  margin: 32px calc(50% - 50vw);
  padding: 32px 8px;
  width: 100vw;
  background-color: #250707;
  opacity: 0.8;
}

.guide .fee .fee-wrap .fee__box .fee__txt {
  color: #FFF;
  font-size: 1.2rem;
}

.guide .fee .fee-wrap .fee__box .fee__txt .fee__adobelink {
  padding: 0 .3em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, white));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, white 50%);
  background-position: 0 0;
  background-size: auto 200%;
  color: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
}

.guide .fee .fee-wrap .fee__box .fee__txt .fee__adobelink:hover {
  background-position: 0 100%;
  color: #333;
}

@media (min-width: 992px) {
  .guide {
    /* セクション_お申込みの流れ */
    /* セクション_見学 */
    /* セクション_料金表 */
  }
  .guide .apply {
    margin-bottom: 200px;
  }
  .guide .apply .apply-wrap .apply-content .apply-content__box {
    padding: 40px 0;
  }
  .guide .tour {
    margin-top: 200px;
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .guide .fee .bk__light {
    padding-top: 160px;
  }
  .guide .fee .fee-wrap .fee-list .fee-list__term {
    margin-top: 80px;
  }
  .guide .fee .fee-wrap .fee-list .fee-list__desc {
    margin-top: 80px;
  }
  .guide .fee .fee-wrap .fee__box {
    margin-top: 80px;
    margin-bottom: 80px;
    width: auto;
  }
}
/*# sourceMappingURL=guide.css.map */