@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.75;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
@media (max-width: 640px) {
  body {
    padding-top: 0px;
    background: #fff;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

@media (min-width: 641px) {
  .visible-sp {
    display: none;
  }
}
@media (max-width: 640px) {
  .visible-pc {
    display: none;
  }
}
.inner {
  max-width: 100%;
  height: inherit;
  padding-left: 18.4375vw;
  padding-right: 18.4375vw;
}
@media (max-width: 640px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.heading-ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  height: 50px;
  width: 100%;
  margin-top: 29px;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0 9px 18px;
  position: relative;
}
.heading-ttl::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 30px;
  background: #00A0E9;
}
.heading-ttl.-bg {
  background: #E7ECD5;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 12px 0 9px 27px;
}
@media (max-width: 640px) {
  .heading-ttl.-bg {
    margin-top: 40px;
  }
}
.heading-ttl.-bg::before {
  left: 10px;
}

@media (max-width: 640px) {
  .drawer_nav-menu {
    padding: 18px 0 31px 0;
  }
}

.drawer_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
  position: relative;
}
@media (min-width: 641px) {
  .drawer_nav-list.-footer a {
    color: #fff;
  }
}
@media (max-width: 640px) {
  .drawer_nav-list {
    display: block;
  }
}
.drawer_nav-list li a {
  text-decoration: none;
}

@media (min-width: 641px) {
  .drawer_nav-item {
    padding: 15px 0;
    border-left: 1px solid #ccc;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .drawer_nav-item:last-child {
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 640px) {
  .drawer_nav-item {
    vertical-align: middle;
  }
  .drawer_nav-item + .drawer_nav-item {
    margin-top: 10px;
  }
}
.drawer_nav-item a {
  font-weight: 700;
  color: #333333;
}
.drawer_nav-item a:hover {
  opacity: 0.6;
}
@media (max-width: 640px) {
  .drawer_nav-item a {
    font-size: 24px;
    line-height: 1.1666666;
    padding-left: 41px;
    position: relative;
  }
  .drawer_nav-item a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url(../img/Gr51.svg);
  }
}

.drawer-container {
  background: #fff;
  padding: 0 16px;
}

.drawer-container-body {
  background: #fff;
}

.drawer-hamburger {
  position: relative;
  background: #00A0E9;
  margin-bottom: 10px;
  margin-left: auto;
  height: 47px;
  cursor: pointer;
  z-index: 999;
}
.drawer-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 5px;
  background: #fff;
  width: 30px;
  right: 10px;
}
.drawer-hamburger span:nth-of-type(1) {
  top: 10px;
}
.drawer-hamburger span:nth-of-type(2) {
  top: 21px;
}
.drawer-hamburger span:nth-of-type(3) {
  top: 32px;
}

.drawer__nav {
  background: #fff;
  max-width: 1042px;
  padding: 0 16px;
  margin: 0 auto 24px auto;
}
.drawer__nav.-footer {
  margin: 0 auto 44px auto;
}
@media (min-width: 641px) {
  .drawer__nav.-footer {
    background: #00A0E9;
    max-width: 100%;
    padding: 15px 0;
  }
}
@media (max-width: 640px) {
  .drawer__nav {
    display: none;
  }
}

@media (min-width: 641px) {
  .drawer_nav-list.-footer {
    max-width: 1010px;
    margin: 0 auto;
  }
}

.drawer_nav-item a {
  text-decoration: none;
}
@media (min-width: 641px) {
  .drawer_nav-item.-footer {
    padding: 0;
  }
  .drawer_nav-item.-footer a {
    font-size: 14px;
  }
}

.news__item {
  margin-bottom: 16px;
}
.news__item:hover {
  opacity: 0.6;
}
.news__item a {
  text-decoration: none;
}

.news__date {
  color: #AAAAAA;
}
.news__date.-blog {
  color: #00A0E9;
  font-size: 12px;
}

.news__item-title {
  font-size: 22px;
  font-weight: 700;
  color: #00A0E9;
  line-height: 1.8;
  margin-top: 4px;
}
.news__item-title.-blog {
  text-decoration: underline;
  font-size: 16px;
}

.container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1042px;
  padding: 0 16px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .container-inner {
    display: block;
  }
}

main {
  width: 73%;
}
@media (max-width: 640px) {
  main {
    width: 100%;
  }
}

@media (min-width: 641px) {
  aside {
    max-width: 258px;
    padding-left: 14px;
  }
}
@media (max-width: 640px) {
  aside {
    width: 100%;
    margin-left: 0;
  }
}

/**********************
header
**********************/
.header {
  background: #fff;
}

.header_announce {
  color: #fff;
  font-size: 14px;
  padding-left: 18.4375vw;
  background: #00A0E9;
  height: 26px;
  width: 100%;
  max-width: 100%;
  top: 0;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .header_announce {
    height: 100%;
    padding: 5px;
  }
}

.header__container {
  background: #fff;
  max-width: 100%;
  width: 100%;
}

.header_content {
  width: 100%;
  max-width: 1332px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  margin: 0 auto 16px auto;
}
@media (max-width: 640px) {
  .header_content {
    height: 100%;
    display: block;
  }
}

.header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 641px) {
  .header_contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 640px) {
  .header_contact {
    height: 100%;
  }
}

.header_content-title {
  display: block;
  text-align: center;
  margin-right: 18px;
}
.header_content-title:hover {
  opacity: 0.6;
}
@media (max-width: 640px) {
  .header_content-title {
    margin: 0 auto 13px;
  }
}
.header_content-title img {
  width: 100%;
  height: 60px;
  vertical-align: bottom;
}
@media (max-width: 640px) {
  .header_content-title img {
    width: auto;
  }
}

.header_content-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_contact-tel {
  max-width: 266px;
}
.header_contact-tel:hover {
  opacity: 0.6;
}
.header_contact-tel img {
  height: 100%;
}
.header_contact-tel.visible-pc img {
  width: 100%;
  vertical-align: bottom;
}
.header_contact-tel.visible-sp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.header_contact-tel.visible-sp:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.header_contact-reservation {
  margin-left: 18px;
  max-width: 335px;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.header_contact-reservation:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 640px) {
  .header_contact-reservation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.header_contact-reservation a img {
  vertical-align: bottom;
}
@media (max-width: 640px) {
  .header_contact-reservation a img {
    width: 100%;
    height: 100%;
  }
}

.header__container {
  background: #fff;
}

.header-image-content {
  background: #fff;
  border: solid 3px #ebece7;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .header-image-content {
    padding: 0;
  }
}

.header_image-body {
  height: 346px;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 640px) {
  .header_image-body {
    width: 100%;
    height: 46.66666vw;
  }
}
.header_image-body img {
  max-width: 1300px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**********************
container
**********************/
.container {
  background: #F5F5F5;
  -webkit-box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.16) inset;
  padding: 40px 0 140px 0;
}
@media (max-width: 640px) {
  .container {
    background: #fff;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/**********************
news
**********************/
.news__list {
  padding-top: 21px;
}

.news-footer {
  margin-top: 36px;
  background: #F39800;
  border-radius: 6px;
  width: 190px;
  height: 36px;
  padding: 4px 40px 8px 38px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.news-footer:hover {
  opacity: 0.6;
}
.news-footer::before {
  position: absolute;
  content: "";
  right: 13.1px;
  top: 40%;
  width: 12px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.news-footer::after {
  position: absolute;
  content: "";
  right: 13.1px;
  top: 55%;
  width: 12px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.news-footer a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

/**********************
course
**********************/
.course {
  line-height: 1.75;
}

.course-text {
  margin: 20px 0;
}

.course-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-content-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.course-content-item:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.course-content-item + .course-content-item {
  margin-left: 18px;
}
/**********************
impression
**********************/
.impression-container {
  margin-bottom: 40px;
}

.impression-content:first-child {
  margin-top: 24px;
}
.impression-content:not(:first-child) {
  margin-top: 25px;
}

.impression-content-body {
  padding: 25px 24px 25px 25px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CECEBF;
}
@media (max-width: 640px) {
  .impression-content-body {
    display: block;
  }
}

.content-img {
  width: 178px;
  height: 178px;
}
@media (max-width: 640px) {
  .content-img {
    margin: 0 auto;
  }
}
.content-img img {
  width: 100%;
  height: 100%;
}

.content-item {
  margin-left: 25px;
  width: calc(100% - 178px - 25px);
  max-width: 100%;
}
@media (max-width: 640px) {
  .content-item {
    margin: 16px auto 0;
    width: 100%;
  }
}

.content-item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545454545;
  color: #00A0E9;
  padding-bottom: 7px;
  border-bottom: 1px solid #CECEBF;
}
@media (max-width: 640px) {
  .content-item-title {
    font-size: 18px;
  }
}

.content-item-text {
  line-height: 1.75;
  margin-top: 24px;
}

.content-item-detail {
  line-height: 1.5;
  text-align: right;
  margin-top: 45px;
}
/**********************
contact
.visible-pc
.visible-sp
**********************/
.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #CECEBF;
  padding: 35px 35px 35px 32px;
}
@media (max-width: 640px) {
  .contact__content {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
  }
}

.contact__content-tel {
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.contact__content-tel:hover {
  opacity: 0.6;
}
@media (max-width: 640px) {
  .contact__content-tel {
    padding: 0 35px;
    margin-bottom: 20px;
  }
}
.contact__content-tel img {
  width: 100%;
  height: 50px;
}

.contact__content-btn {
  width: 335px;
  height: 64px;
  padding-left: 32px;
  margin-left: 32px;
  border-left: 1px solid #CECEBF;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.contact__content-btn:hover {
  opacity: 0.6;
}
@media (max-width: 640px) {
  .contact__content-btn {
    width: 100%;
    height: 64px;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 65px;
    border-left: none;
  }
}
.contact__content-btn a {
  text-decoration: none;
}
/**********************
blog
**********************/
.blog__item {
  padding-bottom: 15px;
  border-bottom: 1px dotted #AAAAAA;
}

/**********************
reservation
**********************/
.reservation-btn {
  margin-top: 40px;
  height: 50px;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.reservation-btn:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.reservation-btn img {
  height: 100%;
}
@media (max-width: 640px) {
  .reservation-btn {
    width: 100%;
    height: auto;
  }
}

/**********************
movie
**********************/
.movie__iframe-wrap {
  width: 100%;
  padding-top: 61.8181818182%;
  position: relative;
}
.movie__iframe-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/**********************
guidance
**********************/
.guidance__img img {
  width: 100%;
}

.guidance__content {
  padding-top: 10px;
}
.guidance__content p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}

/**********************
banner
**********************/
.banner {
  width: 100%;
  height: 94px;
  background: #CCCCCC;
  font-weight: 700;
  color: #333333;
  text-align: center;
  padding: 33px 0px;
  margin-top: 30px;
}
.banner + .banner {
  margin-top: 8px;
}
.banner a {
  text-decoration: none;
  font-weight: 700;
  color: #333333;
  margin: 0 auto;
}

/**********************
online-store
**********************/
.online-store {
  margin-top: 30px;
  width: 100%;
  height: 80% a;
  height-text-decoration: none;
}
.online-store img {
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .online-store {
    margin: 30px 0 65px 0;
  }
}

/**********************
footer
**********************/
.drawer-container-footer {
  margin-bottom: 40px;
}

.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  margin-bottom: 40px;
}

.footer_content-title {
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.footer_content-title:hover {
  opacity: 0.6;
}
@media (min-width: 641px) {
  .footer_content-title {
    max-width: 330px;
    padding: 0 32px;
  }
}
@media (max-width: 640px) {
  .footer_content-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px 0 16px;
  }
}

.footer_contact-tel:hover {
  opacity: 0.6;
}
@media (min-width: 641px) {
  .footer_contact-tel {
    max-width: 330px;
    padding: 40px 32px 0 32px;
  }
}
@media (max-width: 640px) {
  .footer_contact-tel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 16px 0 10px;
  }
}

.footer_copyright {
  background: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}