@charset "UTF-8";
/**
 * 変数
 */
/**
 * color
 * ---------------------------
 */
/**
 * コンテンツ幅
 * ---------------------------
 */
/**
 * font famiry
 * ---------------------------
 */
/*
page-link
---------------------------*/
#page-link .wrap {
  padding-bottom: 50px;
}
#page-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-link ul li {
  width: 100%;
  max-width: 450px;
  border-top: 1px solid #457C32;
}
#page-link ul li:last-of-type {
  border-bottom: 1px solid #457C32;
}
#page-link ul li a {
  position: relative;
  padding: 22px 30px;
  font-size: min(4.3vw, 16px);
  letter-spacing: 0.1em;
  text-align: center;
}
#page-link ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #006221;
  border-radius: 50%;
}
#page-link ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 42px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 769px) {
  #page-link .wrap {
    padding-bottom: 100px;
  }
  #page-link ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page-link ul li {
    width: 50%;
    max-width: 200px;
    border-top: none;
    border-left: 1px solid #457C32;
  }
  #page-link ul li:last-of-type {
    border-bottom: none;
    border-right: 1px solid #457C32;
  }
  #page-link ul li a {
    padding: 6px 10px 36px;
    font-size: min(2vw, 18px);
  }
  #page-link ul li a::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #page-link ul li a::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/*
information
---------------------------*/
#information .wrap {
  padding-bottom: 60px;
}
#information .overview {
  margin-top: 40px;
}
#information .overview p {
  font-size: min(4.5vw, 16px);
  line-height: 1.6;
}
#information .overview p + p {
  margin-top: 20px;
}
#information .detail {
  margin-top: 40px;
}
#information .detail dl + dl {
  margin-top: 40px;
}
#information .detail dl dt {
  padding: 10px;
  border-top: 3px solid #006221;
  border-bottom: 1px solid #006221;
}
#information .detail dl dt p {
  font-size: min(5vw, 18px);
  font-weight: 700;
  line-height: 1.4;
}
#information .detail dl dd {
  padding-top: 15px;
}
#information .detail dl dd > * + * {
  margin-top: 20px;
}
#information .detail dl dd p {
  font-size: min(4.5vw, 16px);
  line-height: 1.6;
}
#information .detail dl dd .btn__wrap {
  width: 100%;
  max-width: 470px;
  padding-right: 10px;
}
#information .detail dl dd .btn__wrap a {
  padding: 23px 15px 23px 20%;
  font-size: min(3.8vw, 14px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
#information .detail dl dd .contact > * + * {
  margin-top: 15px;
}
#information .detail dl dd .contact .name {
  font-size: min(4.5vw, 16px);
  font-weight: 500;
  line-height: 1.6;
}
#information .detail dl dd .contact .icon-text__wrap > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#information .detail dl dd .contact .icon-text__wrap > * + * {
  margin-top: 15px;
}
#information .detail dl dd .contact .icon-text__wrap .icon__wrap {
  width: 8%;
  max-width: 20px;
  margin-right: 10px;
}
#information .detail dl dd .contact .icon-text__wrap p {
  font-size: min(4.5vw, 16px);
  line-height: 1.6;
}
@media (min-width: 769px) {
  #information .wrap {
    padding-bottom: 100px;
  }
  #information .overview {
    margin-top: 40px;
  }
  #information .overview p {
    font-size: min(2vw, 18px);
    text-align: center;
  }
  #information .detail {
    margin-top: 80px;
  }
  #information .detail dl + dl {
    margin-top: 57px;
  }
  #information .detail dl dt {
    padding: 6px 20px;
  }
  #information .detail dl dt p {
    font-size: min(2.8vw, 26px);
  }
  #information .detail dl dd {
    padding-top: 20px;
  }
  #information .detail dl dd p {
    font-size: min(2vw, 18px);
  }
  #information .detail dl dd .btn__wrap {
    padding-right: 0;
  }
  #information .detail dl dd .btn__wrap a {
    padding: 28px 15px 28px 100px;
    font-size: min(2vw, 18px);
  }
  #information .detail dl dd .contact > * + * {
    margin-top: 10px;
  }
  #information .detail dl dd .contact .name {
    font-size: min(2vw, 18px);
  }
  #information .detail dl dd .contact .icon-text__wrap > * + * {
    margin-top: 10px;
  }
  #information .detail dl dd .contact .icon-text__wrap .icon__wrap {
    width: 26px;
    max-width: initial;
  }
  #information .detail dl dd .contact .icon-text__wrap p {
    font-size: min(2vw, 18px);
  }
}

/*
membership
---------------------------*/
#membership .explanation {
  padding: 40px 0;
}
#membership .explanation p {
  font-size: min(4.1vw, 16px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (min-width: 769px) {
  #membership .explanation {
    padding: 40px 0;
  }
  #membership .explanation p {
    font-size: min(2vw, 18px);
  }
}/*# sourceMappingURL=entry.css.map */