@charset "UTF-8";
/*-ベースカラー-*/
/*-フォントカラー-*/
/*-ボタンカラー-*/
/*-アクセントカラー-*/
.inner {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

body {
  max-height: 100%;
  max-width: 100%;
}

a:hover {
  opacity: 0.7;
}

button {
  cursor: pointer;
}

button:hover {
  opacity: 0.7;
}

.head {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .head {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.header {
  background: #fff;
  opacity: 0.7;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  width: 1040px;
  height: inherit;
}

.header__logo__wrapper {
  display: flex;
  align-items: center;
}

.header__logo {
  width: 70px;
  height: 70px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 50px;
    height: 50px;
  }
}

.header__items-wrapper {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__items-wrapper {
    margin-left: 20px;
  }
}

.header__items {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__items {
    padding-top: 10px;
  }
}

.header__item {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .header__item {
    font-size: 12px;
  }
}
.header__item:not(:first-child) {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .header__item:not(:first-child) {
    padding-left: 10px;
  }
}

.drawer__icon {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .drawer__icon {
    display: block;
  }
}
.drawer__icon.is-active {
  transform: translateX(-200px);
}
.drawer__icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer__icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer__icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: #000;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
}

.drawer__content {
  width: 200px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer__content.is-active {
  transform: translateX(0);
}

.drawer-content__item {
  border-bottom: 1px dotted #707070;
}
.drawer-content__item a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 18px 20px;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

.main-visual {
  height: 680px;
  width: 100%;
  background: url(../img/top_mv-pc.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-visual {
    background: url(../img/top_sp_mv.png) no-repeat center center/cover;
    height: 500px;
  }
}

.main-visual__inner {
  width: 1040px;
}

.main-visual__content {
  position: absolute;
  top: 50%;
  left: 35%;
}
@media screen and (max-width: 767px) {
  .main-visual__content {
    left: 12%;
  }
}

.main-visual__title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .main-visual__title {
    font-size: 24px;
  }
}

.header__nav {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav__inner {
  width: 1040px;
}

.header__nav__item-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.header__nav__item {
  border-right: 1px solid #000;
  padding-right: 40px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.header__nav__item:first-child {
  border-left: 1px solid #000;
  padding-left: 40px;
}
.header__nav__item:not(:first-child) {
  padding-left: 40px;
}

.about__btn-bar {
  background: #00598b;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .about__btn-bar {
    margin-top: 40px;
  }
}

.about__btn-bar__inner {
  width: 1040px;
}

@media screen and (min-width: 768px) {
  .about__btn-bar__wrapper {
    display: flex;
    justify-content: space-around;
  }
}

.about__btn-bar__wrapper__block1 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .about__btn-bar__wrapper__block2 {
    padding-top: 20px;
  }
}

.about__btn-bar__item {
  background: #fff;
  width: 300px;
  height: 100px;
  border-radius: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .about__btn-bar__item {
    font-size: 14px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .about__btn-bar__item__small {
    height: 70px;
  }
}

.about__btn-bar__item__center {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .about__btn-bar__item__center {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .about__btn-bar__item__block2 {
    width: 340px;
    height: 70px;
  }
}

.pickup__content {
  background: url(../img/top-pickup_bg.png) no-repeat center center/cover;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickup__content {
    background: url(../img/top-sp-pickup_bg.png) no-repeat center center/cover;
    height: 800px;
  }
}

.pickup__content__inner {
  width: 800px;
}

.pickup__content__wrapper {
  background: #fff;
  position: absolute;
  width: 800px;
  height: 350px;
  margin: auto;
  margin-top: 70px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .pickup__content__wrapper {
    width: 343px;
    height: 600px;
    margin-top: 100px;
  }
}

.pickup__content__head {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pickup__content__items {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .pickup__content__items {
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .pickup__content__item:not(:first-child) {
    padding-top: 20px;
  }
}

.pickup__content__item-title {
  font-weight: 600;
  text-align: center;
  padding-top: 5px;
}

.pickup__content__item-detail {
  font-weight: 500;
  font-size: 14px;
}

.news__content {
  background: #fff;
}

.news__content__inner {
  width: 1040px;
}

@media screen and (min-width: 768px) {
  .news__content__items-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .news__content__items-wrapper {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .news__content__item {
    padding-top: 20px;
  }
}

.news__content__item__text {
  padding-top: 10px;
}

.news__date {
  font-size: 12px;
}

.news__content__btn__wrapper {
  text-align: center;
  padding-top: 40px;
}

.news__content__btn {
  background: #f2b705;
  padding: 10px 50px;
  font-weight: 600;
}

.model-course__content {
  background: url(../img/top_course_bg.png) no-repeat center center/cover;
  height: 550px;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .model-course__content {
    height: 970px;
  }
}

.model-course__inner {
  width: 1040px;
}

.model-course__head {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .model-course__items-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .model-course__items-wrapper {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .model-course__item {
    display: inline-block;
  }
  .model-course__item:not(:first-child) {
    padding-top: 40px;
  }
}

.model-course__item__img {
  width: 300px;
  height: 200px;
}
.model-course__item__img img {
  border-radius: 30px;
}

.model-course__item__title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
}

.model-course__img-pengin {
  position: absolute;
  right: 30px;
  top: 5%;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .model-course__img-pengin {
    width: 65px;
    height: 135px;
    padding-top: 800px;
  }
}

.floor-map {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .floor-map {
    padding-bottom: 40px;
  }
}

.floor-map__img {
  margin: 0 auto;
  display: block;
}

.access {
  background: #83cdd2;
  height: 840px;
}
@media screen and (max-width: 767px) {
  .access {
    width: 100%;
    height: 1000px;
  }
}

.access__inner {
  width: 1040px;
}

.access__map {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 350px;
}

.access__text__wrapper {
  padding-top: 30px;
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access__text__wrapper {
    display: block;
    width: 100%;
  }
}

.access__text__title {
  font-weight: 600;
}

.access__text__left__phone-number-wrapper {
  padding-top: 10px;
}

.access__text__left__business-hours-wrapper {
  padding-top: 10px;
}

.access__text__left__regular-holiday-wrapper {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .access__text__right-wrapper {
    padding-top: 20px;
  }
}

.access__text__right__btn__wrapper {
  padding-top: 20px;
}

.access__text__right__btn {
  background: #f2b705;
  width: 220px;
  height: 40px;
  border-radius: 10px;
  font-weight: 600;
}

.price {
  padding-bottom: 70px;
}

.price__inner {
  width: 1040px;
}

.price__table-wrapper {
  text-align: center;
}

.price__table {
  width: 540px;
  height: 440px;
  margin: 0 auto;
  color: #00598b;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .price__table {
    width: 343px;
    height: 340px;
  }
}

.price__table__title {
  width: 25%;
  background: #99bdd1;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th, td {
  border: 2px solid #00598b;
  vertical-align: middle;
}

.banner {
  background: #00598b;
}

.banner__inner {
  width: 1040px;
}

.banner__items-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .banner__items-wrapper {
    display: block;
  }
}

.banner__item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .banner__item:not(:first-child) {
    padding-top: 30px;
  }
}

.footer__title {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .footer__title {
    padding-top: 20px;
  }
}

.footer__wrapper {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    padding-top: 0;
  }
}

.footer {
  background: #fff;
}

.footer__inner {
  width: 1040px;
}

.footer__items-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer__items-wrapper {
    display: block;
  }
}

.footer__item1__head {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
}

.footer__item4__title:not(:first-child) {
  padding-top: 20px;
}

.footer__btn {
  background: #f2b705;
  width: 220px;
  height: 40px;
  display: block;
  font-weight: 600;
  border-radius: 10px;
}
.footer__btn:not(:first-child) {
  margin-top: 20px;
}

small {
  background: #00598b;
  display: block;
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top a {
  text-decoration: none;
}
.to-top a img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .to-top a img {
    width: 60px;
  }
}/*# sourceMappingURL=style.css.map */