@charset "UTF-8";
/* CSS Document */
.underline {
  text-decoration: underline
}
.txtlink {
  color: #fff;
  transition: all .3s
}
.txtlink:hover {
  color: #6FBE03;
}
.txt_link {
  color: #6FBE03;
}
.txt_link:hover {
  text-decoration: underline;
}
.f_green {
  color: #6FBE03
}
.f_b {
  font-weight: bold
}
.f_9 {
  font-size: 9px;
}
.f_10 {
  font-size: 10px;
}
.f_11 {
  font-size: 11px;
}
.f_12 {
  font-size: 12px;
}
.f_18 {
  font-size: 18px;
}
.f_21 {
  font-size: 21px;
}
.notes {
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;  
}
@media screen and (max-width: 767px) {
  .f_21 {
    font-size: calc(17px + 4 * (100vw - 414px)/353);
  }
}
@media screen and (max-width: 414px) {
  .notes {
    font-size: 12px
  }
}
.md_block {
  display: none
}
.sp_block {
  display: none
}
@media screen and (max-width: 414px) {
  .sp_inline {
    display: none
  }
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px
}
.narrow_container {
  max-width: 780px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px
}
.container_inner {
  padding-top: 60px;
  padding-bottom: 60px
}
@media screen and (max-width: 414px) {
  .container {
    padding-top: 25px;
    padding-bottom: 25px
  }
  .narrow_container {
    padding-top: 25px;
    padding-bottom: 25px
  }
  .container_inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .md_inline {
    display: none
  }
  .md_block {
    display: block
  }
}
@media screen and (max-width: 414px) {
  .sp_block {
    display: block
  }
}
@media screen and (max-width: 1000px) {
  .container {
    padding-left: 4%;
    padding-right: 4%
  }
  .narrow_container {
    padding-left: 4%;
    padding-right: 4%
  }
  .container_inner {
    padding-left: 4%;
    padding-right: 4%
  }
}
/*** FOOTER ***/
.footer_menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 420px
}
.footer_menu li {
  margin-bottom: 15px;
  width: calc(100% / 2);
}
.footer_menu li a {
  color: #999;
  font-size: 14px;
  transition: all .3s
}
.footer_menu li a:hover {
  font-size: 14px;
  color: #6fbe03
}
.footer_tel {
  font-size: 17px;
  text-align: center;
}
.footer_add {
  font-size: 11px;
  text-align: center;
}
.footer_bg {
  background-color: #232323;
  margin-top: 180px
}
.footer_container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 20px
}
.footer_container_inner {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px
}
.footer_logo_block {
  margin-right: auto
}
.footer_menu_block {
  max-width: 580px
}
.copyright {
  font-size: 12px;
  text-align: center;
  color: #999;
}
@media screen and (max-width: 1000px) {
  .footer_container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 850px) {
  .footer_container_inner {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }
  .footer_menu {
    margin-bottom: 50px
  }
  .footer_logo_block {
    margin-right: 0;
  }

  .footer_bg{
    margin-top: 120px;
  }
}
@media screen and (max-width: 414px) {
  .footer_logo_block {
    margin: auto
  }
  .footer_menu li a {
    font-size: 12px
  }
  .footer_container_inner {
    margin-bottom: 10px;
  }
}
.btn_new_member {
  display: inline-block;
  padding: 20px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  color: #fff !important;
  font-size: 25px !important;
  width: 350px !important;
  text-align: center;
  transition: all .3s;
  background: rgb(11, 16, 187);
  background: linear-gradient(0deg, rgba(11, 16, 187, 1) 0%, rgba(24, 27, 134, 1) 100%);
  border-bottom: solid 5px #000484;
}
.btn_new_member:hover {
  background: rgb(1, 8, 240);
  background: linear-gradient(0deg, rgba(1, 8, 240, 1) 0%, rgba(0, 4, 154, 1) 100%);
}
.btn_new_member:active {
  box-shadow: none;
  position: relative;
  border-bottom: none;
  top: 7px;
}
.btn_trial {
  display: inline-block;
  padding: 20px;
  font-weight: bold;
  border-radius: 4px;
  background: rgb(249, 121, 0);
  background: linear-gradient(0deg, rgba(249, 121, 0, 1) 0%, rgba(224, 137, 54, 1) 100%);
  border-bottom: solid 5px #d95500;
  text-decoration: none;
  color: #fff !important;
  font-size: 25px !important;
  width: 350px !important;
  text-align: center;
  transition: all .3s;
}
.btn_trial:hover {
  background: rgb(255, 160, 71);
  background: linear-gradient(0deg, rgba(255, 160, 71, 1) 0%, rgba(251, 173, 99, 1) 100%);
}
.btn_trial:active {
  box-shadow: none;
  position: relative;
  border-bottom: none;
  top: 7px;
}
.btn_reserve:before {
  background: url("../img/common/icon_calendar.png")no-repeat left top/30px auto;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  transform: translateY(0.15em);
  margin-right: 5px;
  margin-left: -10px
}
.btn_reserve {
  display: inline-block;
  padding: 20px;
  font-weight: bold;
  border-radius: 4px;
  background: rgb(94, 159, 6);
  background: linear-gradient(0deg, rgba(94, 159, 6, 1) 0%, rgba(180, 239, 20, 1) 100%);
  border-bottom: solid 5px #4e8702;
  text-decoration: none;
  color: #fff !important;
  font-size: 25px !important;
  width: 350px !important;
  text-align: center;
  transition: all .3s;
}
.btn_reserve:hover {
  background: rgb(104, 181, 2);
  background: linear-gradient(0deg, rgba(104, 181, 2, 1) 0%, rgba(186, 255, 0, 1) 100%);
}
.btn_reserve:active {
  box-shadow: none;
  position: relative;
  border-bottom: none;
  top: 7px;
}
.btn_container {
  display: flex;
  justify-content: space-around;
  margin: 60px auto
}
.btn_container li {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btn_container {
    flex-direction: column;
    align-items: center;
  }
  .btn_new_member, .btn_reserve, .btn_trial {
    width: 100% !important;
    display: block;
  }
  .btn_container li {
    padding: 15px;
    box-sizing: border-box;
    width: 100%
  }
  .btn_container {
    display: flex;
    justify-content: space-around;
    margin: 25px auto
  }
}
.footer_logo_kg img {
  display: block;
  max-width: 192px;
  height: auto;
  text-align: left;
}
.footer_logo_ks img {
  display: block;
  max-width: 140px;
  height: auto;
  text-align: left;
}
.footer_name_ks {
  font-size: 13px;
  margin-top: 5px
}
.footer_logo_2row {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.footer_logo_2row li {
  padding-right: 50px;
  box-sizing: border-box;
}
.footer_logo_2row li:last-child {
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  .footer_logo_2row {
    display: flex;
    justify-content: flex-start
  }
  .footer_logo_2row li:last-child {
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 414px) {
  .footer_logo_2row {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_logo_2row li, .footer_logo_2row li:last-child {
    padding-right: 0px;
  }
  .footer_logo_2row li {
    margin-bottom: 20px
  }
}
.footer_logo_ks_heading {
  font-size: 16px;
  border-bottom: solid 1px #fff;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.btn_txt {
  font-size: 16px;
  text-align: center;
  display: block
}
@media screen and (max-width: 414px) {
  .btn_txt {
    font-size: 13px;
  }
}