@charset "UTF-8";
body {
  letter-spacing: 0.12em;
}
a {
  color: #000;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s;
}
a img {
  filter: opacity(1);
  transition: filter .3s;
}
a:hover {
  opacity: .7;
  transition: opacity .3s;
}
a:hover img {
  filter: opacity(0.7);
  transition: filter .3s;
}
/*#header {
  margin-top: 20px;

}
@media (min-width: 1281px) {
  #header {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #header {
    margin-top: 15px;
  }
}
#header .header_content {
  position: fixed;
  top: 0;
  height: 80px;
  background-color: #fff;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1281px) {
  #header .header_content {
    height: 110px;
  }
}
#header .position_wrap {
  position: unset !important;
  left: 10%;
  display: flex;
  width: 1175px !important;
  margin: 0 auto;
}
@media (min-width: 1281px) {
  #header .position_wrap {
    margin: 10px auto 40px;
  }
}
#header .position_wrap .shop_link .shop_txt {
  display: none;
}
@media (min-width: 1281px) {
  #header .position_wrap .shop_link .shop_txt {
    color: #141414;
    font-weight: bold;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
  }
}
#header .position_wrap .shop_link .shop_logo {
  width: 191px;
  margin: 10px;
}
@media (min-width: 1281px) {
  #header .position_wrap .shop_link .shop_logo {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #header .position_wrap .shop_link .shop_logo {
    width: 177px;
  }
}
#header .position_wrap .access_wrap {
  display: none;
  font-size: 12px;
  color: #141414;
}
@media (min-width: 1281px) {
  #header .position_wrap .access_wrap {
    display: flex;
    margin-bottom: 20px;
    margin-left: 16px;
  }
}
#header .position_wrap .access_wrap .business_txt {
  margin-top: 0;
  margin-left: 17px;
}
#header .reserve_wrap {
  display: none;
}
@media (min-width: 1281px) {
  #header .reserve_wrap {
    width: 630px;
    border: solid 1px #13622B;
    display: flex;
    height: 43px;
    line-height: 43px;
    margin-left: -16%;
  }
}
#header .reserve_wrap .reserve_txt {
  width: 226px;
  text-align: center;
  background-color: #13622B;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#header .reserve_wrap .contents_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#header .reserve_wrap .contents_wrap .tel_link {
  font-size: 16px;
  font-weight: bold;
  color: #13622B;
}
@media (min-width: 1281px) {
  #header .reserve_wrap .contents_wrap .tel_link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #header .reserve_wrap .contents_wrap .tel_link {
    font-size: 12px;
  }
}
#header .reserve_wrap .contents_wrap .tel_link::before {
  content: "";
  background-image: url("../img/home/tell.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 9px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  #header .reserve_wrap .contents_wrap .tel_link::before {
    width: 15px;
    height: 15px;
  }
}
#header .reserve_wrap .contents_wrap .reserve_link {
  font-size: 20px;
  font-weight: bold;
  color: #13622B;
  margin-left: 46px;
}
@media (max-width: 767px) {
  #header .reserve_wrap .contents_wrap .reserve_link {
    font-size: 12px;
  }
}
#header .reserve_wrap .contents_wrap .reserve_link::before {
  content: "";
  background-image: url("../img/home/web.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 9px;
  width: 21px;
  height: 21px;
  display: inline-block;
}
@media (max-width: 767px) {
  #header .reserve_wrap .contents_wrap .reserve_link::before {
    width: 16px;
    height: 16px;
  }
}
#header .reserve_inner {
  max-width: 528px;
  height: 53px;
  line-height: 53px;
  border: solid 1px #fff;
  margin-left: 0;
  display: flex;
}
@media (max-width: 767px) {
  #header .reserve_inner {
    height: 32px;
    line-height: 32px;
  }
}
#header .reserve_inner .reserve_txt {
  width: 140px;
  background-color: #fff;
  color: #388738;
  font-size: 16px;
}
@media (min-width: 1281px) {
  #header .reserve_inner .reserve_txt {
    width: 165px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #header .reserve_inner .reserve_txt {
    width: 92px;
    font-size: 10px;
  }
}
#header .reserve_inner .contents_wrap .tel_link {
  color: #fff;
}
#header .reserve_inner .contents_wrap .tel_link::before {
  background-image: url("../img/icon/Icon awesome-phone-alt.png");
}
#header .reserve_inner .contents_wrap .reserve_link {
  font-size: 15px;
  color: #fff;
  margin-left: 20px;
}
@media (min-width: 1281px) {
  #header .reserve_inner .contents_wrap .reserve_link {
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  #header .reserve_inner .contents_wrap .reserve_link {
    font-size: 12px;
  }
}
#header .reserve_inner .contents_wrap .reserve_link::before {
  background-image: url("../img/icon/Icon awesome-web-alt.png");
}
#header .menu-trigger, #header .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#header .menu-trigger {
  position: absolute;
  width: 47px;
  height: 35px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 999;
  top: 12px;
  right: 2%;
}
@media (min-width: 1281px) {
  #header .menu-trigger {
    top: 20px;
  }
}
@media (max-width: 767px) {
  #header .menu-trigger {
    width: 36px;
    height: 23px;
    top: 15px;
  }
}
#header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #141414;
  border-radius: 4px;
}
#header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#header .menu-trigger span:nth-of-type(2) {
  top: 15px;
}
@media (max-width: 767px) {
  #header .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
}
#header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#header .menu-trigger::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #141414;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}
@media (max-width: 767px) {
  #header .menu-trigger::after {
    bottom: -22px;
    font-size: 11px;
  }
}
#header .menu-trigger.active::after {
  content: 'CLOSE';
  bottom: -25px;
  color: #fff;
}
@media (max-width: 767px) {
  #header .menu-trigger.active::after {
    bottom: -20px;
  }
}
#header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
  background-color: #fff;
}
@media (max-width: 767px) {
  #header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
}
#header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#header .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-19px) rotate(45deg);
  background-color: #fff;
}
@media (max-width: 767px) {
  #header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}
#header .globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  height: 100vh;
}
#header .globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
#header .globalMenuSp .menu {
  padding: 0;
}
#header nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
#header nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
#header nav.globalMenuSp ul li a {
  display: block;
  color: #C7CB5A;
  padding: 1em 0;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}
#header .globalMenuSp.active {
  opacity: 100;
}
#header .menu {
  color: #fff;
}
#header .menu .shop_wrap {
  background: #388738;
}
#header .menu .menu_w {
  max-width: 1072px;
  width: 100%;
  margin: 0 auto;
  padding: 58px 16px;
  display: flex;
}
@media (min-width: 1281px) {
  #header .menu .menu_w {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  #header .menu .menu_w {
    padding: 26px 16px;
    display: block;
  }
}
#header .menu .shop_content {
  padding-bottom: 20px;
  width: 45%;
  display: block;
}
@media (min-width: 1281px) {
  #header .menu .shop_content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #header .menu .shop_content {
    width: 100%;
    padding-bottom: 0;
  }
}
#header .menu .shop_content:last-child {
  width: 65%;
  padding-top: 18px;
}
@media (min-width: 1281px) {
  #header .menu .shop_content:last-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #header .menu .shop_content:last-child {
    width: 100%;
  }
}
#header .menu .nuv_wrap .link_list {
  font-size: 21px;
  font-weight: bold;
  padding-top: 65px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  #header .menu .nuv_wrap .link_list {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
#header .menu .nuv_wrap .link_list .link_item {
  margin-bottom: 15px;
}
#header .menu .sns_icon_flex__wrap {
  max-width: 110px;
  display: flex;
  justify-content: space-between;
}
#header .menu .sns_icon_flex__wrap .sns_icon {
  width: 30px;
}
#header .menu .sns_icon_flex__wrap__other {
  max-width: 150px;
}
#header .menu .shop_detail {
  font-size: 12px;
  display: block;
  align-items: center;
  width: 100%;
}
@media (min-width: 1281px) {
  #header .menu .shop_detail {
    width: 440px;
  }
}
@media (max-width: 767px) {
  #header .menu .shop_detail {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
#header .menu .shop_detail .bk_txt {
  color: #fff;
  margin-bottom: 13px;
  font-size: 11px;
  font-weight: bold;
}
@media (min-width: 1281px) {
  #header .menu .shop_detail .bk_txt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #header .menu .shop_detail .bk_txt {
    font-size: 10px;
  }
}
#header .menu .shop_detail .bk_txt .br-sp {
  display: none;
}
@media (max-width: 767px) {
  #header .menu .shop_detail .bk_txt .br-sp {
    display: block;
  }
}
#header .menu .shop_detail .logo {
  margin-right: 20px;
}
@media (max-width: 767px) {
  #header .menu .shop_detail .logo {
    width: 43px;
    margin-right: 7px;
  }
}
#header .menu .shop_detail .bk_flex__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #header .menu .shop_detail .bk_flex__wrap {
    margin-bottom: 0;
  }
}
#header .menu .shop_detail .bk_flex__wrap .headerNavLink_txt {
  font-size: 14px;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  #header .menu .shop_detail .bk_flex__wrap .headerNavLink_txt {
    font-size: 16px;
  }
}
#header .menu .shop_detail .bk_flex__wrap .headerNavLink_txt .heading-1 {
  font-size: 26px;
}
@media (max-width: 767px) {
  #header .menu .shop_detail .bk_flex__wrap .headerNavLink_txt .heading-1 {
    font-size: 12px;
  }
}
#header .menu .btn_content {
  background-color: #fff;
  height: 100vh;
  padding: 0 16px;
}
@media (min-width: 1281px) {
  #header .menu .btn_content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content {
    padding: 0;
  }
}
#header .menu .btn_content .btn_flex_weap {
  max-width: 1072px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap {
    padding-top: 0;
    display: block;
  }
}
#header .menu .btn_content .btn_flex_weap div:first-child {
  display: flex;
  width: 45%;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap div:first-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap div:first-child {
    display: block;
    width: 100%;
  }
}
#header .menu .btn_content .btn_flex_weap .recruit_btn {
  width: 140px !important;
  margin-right: 15px;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .recruit_btn {
    width: 175px !important;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .recruit_btn {
    width: 100% !important;
    margin-right: 0;
  }
}
#header .menu .btn_content .btn_flex_weap .recruit_btn a {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #1C3F0E;
  display: inline-block;
  border-radius: 24px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .recruit_btn a {
    width: 175px;
    height: 58px;
    line-height: 58px;
    border-radius: 29px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .recruit_btn a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-radius: 0;
    font-size: 15px;
  }
}
#header .menu .btn_content .btn_flex_weap .school_btn {
  width: 140px;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .school_btn {
    width: 175px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .school_btn {
    width: 100%;
  }
}
#header .menu .btn_content .btn_flex_weap .school_btn a {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #309E92;
  display: inline-block;
  border-radius: 22px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .school_btn a {
    width: 175px;
    height: 58px;
    line-height: 58px;
    border-radius: 29px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .school_btn a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-radius: 0;
    font-size: 15px;
  }
}
#header .menu .btn_content .btn_flex_weap .honkan_btn {
  width: 65%;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .honkan_btn {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .honkan_btn {
    width: 100%;
    margin-bottom: 25px;
    background-color: #3D686E;
    padding: 10px;
    text-align: center;
    color: #fff;
  }
}
#header .menu .btn_content .btn_flex_weap .honkan_btn p {
  color: #141414;
  font-size: 15px;
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .honkan_btn p {
    color: #fff;
    font-size: 10px;
  }
}
#header .menu .btn_content .btn_flex_weap .honkan_btn a {
  width: 190px;
  display: block;
  height: 45px;
  line-height: 45px;
  background-color: #3D686E;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .honkan_btn a {
    width: 210px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .honkan_btn a {
    width: 100%;
    height: auto;
    line-height: unset;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .wrap_sp_flex {
    display: flex;
    align-items: center;
    max-width: 345px;
    justify-content: space-between;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
  }
}
#header .menu .btn_content .contact_link {
  font-size: 15px;
  color: #000;
  max-width: 1072px;
  margin: 40px auto 0;
  display: block;
}
@media (max-width: 767px) {
  #header .menu .btn_content .contact_link {
    margin: 0 25px 0 0;
  }
}
#header .menu .btn_content .contact_link::before {
  content: url("../img/icon/mail.png");
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
#header .menu .btn_content .link_flex_wrap {
  color: #000;
  max-width: 1072px;
  margin: 10px auto 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  #header .menu .btn_content .link_flex_wrap {
    font-size: 13px;
  }
}
#header .menu .btn_content .link_flex_wrap .br-sp {
  direction: none;
}
@media (max-width: 767px) {
  #header .menu .btn_content .link_flex_wrap .br-sp {
    display: block;
  }
}
#header .menu .btn_content .link_flex_wrap .link_content {
  display: flex;
}
@media (max-width: 767px) {
  #header .menu .btn_content .link_flex_wrap .link_content {
    display: block;
    line-height: 2;
    text-align: center;
  }
}
#header .menu .btn_content .link_flex_wrap .link_content a {
  margin-right: 30px;
}
@media (max-width: 767px) {
  #header .menu .btn_content .link_flex_wrap .link_content a:nth-child(3) {
    margin-right: 0;
  }
}
#header .menu .btn_content .link_flex_wrap .link_content a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header-1_underlayer {
    padding-top: 20px;
  }
}*/
/*# sourceMappingURL=base.css.map */