@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700|Noto+Sans+JP:300,400");
/* ========================================
========== UNIVERSAN & RESET CSS ==========
======================================== */
body {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 28px;
}

img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a, button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a {
  color: #27aae3;
}
a:hover, a:active, a:focus, a:active:focus, a:active:hover {
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
}

textarea {
  resize: vertical;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.section {
  padding: 50px 0;
}

.row-5 {
  margin: 0 -5px;
}

#lightcase-content img {
  width: auto;
}

.img-link {
  display: block;
}

.img-responsive {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.bg-lblue {
  background-color: #f1f7fc;
}

.bg-lorange {
  background-color: #fdf8ef;
}

.bg-img {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-img .text-container {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg-img .banner-title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.section-title {
  font-weight: 400;
}
.section-title.latin {
  margin-bottom: 15px;
  color: #27aae3;
  font-family: "Merriweather", serif;
  font-size: 60px;
  font-weight: 300;
}
.section-title.jpn {
  margin-bottom: 15px;
  color: #27aae3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: bold;
}

.section-subtitle {
  margin-bottom: 30px;
  color: #27aae3;
  font-size: 24px;
}

.btn-all-round {
  border-radius: 100px;
}

.btn-outline-white {
  padding: 10px 30px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white:active:hover {
  color: #27aae3;
  background-color: #fff;
  border-color: #fff;
}

/* AFFIX */
.box-navigate-tourist-spot.affix {
  top: 30px;
  width: auto;
}
.box-navigate-tourist-spot.affix-bottom {
  position: absolute;
}
@media (min-width: 992px) {
  .box-navigate-tourist-spot.affix, .box-navigate-tourist-spot.affix-bottom {
    width: 292px;
  }
}
@media (min-width: 1200px) {
  .box-navigate-tourist-spot.affix, .box-navigate-tourist-spot.affix-bottom {
    width: 360px;
  }
}

/* AFFIX END */
.btn-primary {
  background-color: #27aae3;
  border-color: #27aae3;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #187ba7;
  border-color: #187ba7;
}

/* ============================================
========== UNIVERSAN & RESET CSS END ==========
============================================ */
/* ====================================
========== NAVBAR-CUSTOM CSS ==========
==================================== */
.navbar-default .secondary-menu .navbar-nav > li > a:hover, .navbar-default .secondary-menu .navbar-nav > li > a:active, .navbar-default .secondary-menu .navbar-nav > li > a:focus, .navbar-default .secondary-menu .navbar-nav > li > a:active:focus, .navbar-default .secondary-menu .navbar-nav > li > a:active:hover {
  color: #f7931e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.dropdown.mega-dropdown.active > a {
  color: #f7931e;
  background-color: transparent;
  border-bottom-color: #f7931e;
}
.navbar-default .navbar-nav > li.dropdown.mega-dropdown img {
  max-width: 50px;
}
.navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu .dropdown-header {
  color: #f7931e;
}
.navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul li a {
  color: #777;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul li a:hover, .navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul li a:active, .navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul li a:focus, .navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul li a:active:focus, .navbar-default .navbar-nav > li.dropdown.mega-dropdown .dropdown-menu ul li a:active:hover {
  color: #f7931e;
  background-color: transparent;
  border-bottom-color: #f7931e;
}
@media (min-width: 992px) {
  .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav {
    display: table;
    float: none;
    width: 100%;
    text-align: center;
  }
  .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li {
    display: table-cell;
    float: none;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #ddd;
  }
  .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a:hover, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a:active, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a:focus, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a:active:focus, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a:active:hover {
    color: #f7931e;
    background-color: transparent;
    border-bottom-color: #f7931e;
  }
  .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a:hover:before, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a:active:before, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a:focus:before, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a:active:focus:before, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li > a:active:hover:before {
    border-color: #f7931e;
  }
  .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li:nth-child(1) > a {
    border-left: 0;
  }
  .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li:hover, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li:active, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li:focus, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li:active:focus, .navbar-default.navbar-twostage .navbar-offcanvas .navbar-nav > li:active:hover {
    border-color: #f7931e;
  }
}

.secondary-menu .menu-img {
  display: block;
  width: auto;
  max-width: 100%;
}
.secondary-menu .btn-orange {
  padding: 5px 30px;
}

.btn-orange {
  padding: 6px 30px;
  color: #fff !important;
  background-color: #f7931e !important;
  border-color: #f7931e;
  border-radius: 100px;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange:active:focus, .btn-orange:active:hover {
  background-color: #d87c11 !important;
  border-color: #d87c11 !important;
}

.btn-olive {
  padding: 6px 30px;
  color: #fff !important;
  background-color: #707258 !important;
  border-color: #707258;
  border-radius: 100px;
}
.btn-olive:hover, .btn-olive:active, .btn-olive:focus, .btn-olive:active:focus, .btn-olive:active:hover {
  background-color: #4b4e43 !important;
  border-color: #4b4e43 !important;
}

/* ========================================
========== NAVBAR-CUSTOM CSS END ==========
======================================== */
/* ===================================
========== INDEX / HOME CSS ==========
=================================== */
h1.special-case {
  font-size: 16px;
  font-weight: 300;
}

/* ----- HOME BANNER ----- */
.home-banner .home-swiper .home-swiper-prev, .home-banner .home-swiper .home-swiper-next {
  margin: 0;
  padding: 40px 25px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-banner .home-swiper .home-swiper-pagination {
  position: relative;
  bottom: auto;
}

/* ----- HOME BANNER END ----- */
/* ----- OUR COURSE ----- */
.our-course {
  padding: 75px 0;
}

.special-row {
  position: relative;
}
.special-row.indo:after {
  content: "Indonesia";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -88px;
  color: #27aae3;
  font-family: "Merriweather", serif;
  font-size: 42px;
  font-weight: 400;
  opacity: 0.35;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.special-row.eng:after {
  content: "English";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -94px;
  color: #f7931e;
  font-family: "Merriweather", serif;
  font-size: 42px;
  font-weight: 400;
  opacity: 0.35;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.special-row .row {
  position: relative;
  z-index: 2;
}

.course-container {
  background-color: #f1f7fc;
}
.course-container .text-container {
  padding: 75px;
}

.courses-container {
  display: block;
  height: 100%;
  font-size: 14px;
  background-color: #fff;
}
.courses-container .courses-text-container {
  padding: 15px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.courses-container .courses-text-container .title {
  margin-bottom: 5px;
  color: #27aae3;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.courses-container .courses-text-container p {
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.courses-container:hover, .courses-container:active, .courses-container:focus, .courses-container:active:focus, .courses-container:active:hover {
  text-decoration: none;
}
.courses-container:hover .courses-text-container .title, .courses-container:active .courses-text-container .title, .courses-container:focus .courses-text-container .title, .courses-container:active:focus .courses-text-container .title, .courses-container:active:hover .courses-text-container .title {
  color: #fff;
}
.courses-container:hover .courses-text-container p, .courses-container:active .courses-text-container p, .courses-container:focus .courses-text-container p, .courses-container:active:focus .courses-text-container p, .courses-container:active:hover .courses-text-container p {
  color: #fff;
}
.courses-container.indo .courses-text-container .title {
  color: #27aae3;
}
.courses-container.indo:hover .courses-text-container, .courses-container.indo:active .courses-text-container, .courses-container.indo:focus .courses-text-container, .courses-container.indo:active:focus .courses-text-container, .courses-container.indo:active:hover .courses-text-container {
  background-color: #27aae3;
}
.courses-container.indo:hover .courses-text-container .title, .courses-container.indo:active .courses-text-container .title, .courses-container.indo:focus .courses-text-container .title, .courses-container.indo:active:focus .courses-text-container .title, .courses-container.indo:active:hover .courses-text-container .title {
  color: #fff;
}
.courses-container.eng .courses-text-container .title {
  color: #f7931e;
}
.courses-container.eng:hover .courses-text-container, .courses-container.eng:active .courses-text-container, .courses-container.eng:focus .courses-text-container, .courses-container.eng:active:focus .courses-text-container, .courses-container.eng:active:hover .courses-text-container {
  background-color: #f7931e;
}
.courses-container.eng:hover .courses-text-container .title, .courses-container.eng:active .courses-text-container .title, .courses-container.eng:focus .courses-text-container .title, .courses-container.eng:active:focus .courses-text-container .title, .courses-container.eng:active:hover .courses-text-container .title {
  color: #fff;
}

/* ----- OUR COURSE END ----- */
/* ----- SPECIAL COURSE ----- */
.special-course {
  background-color: #fdf8ef;
}

/* ----- SPECIAL COURSE END ----- */
/* ----- OUR FEATURE ----- */
.feature-container {
  margin-bottom: 50px;
}
.feature-container .title {
  margin-bottom: 15px;
  color: #f7931e;
  font-size: 20px;
}
.feature-container p {
  line-height: 2.5;
}

/* ----- OUR FEATURE END ----- */
/* ----- OUR FACILITY ----- */
.home-facility {
  position: relative;
}
.home-facility:before {
  content: "";
  position: absolute;
  top: 0;
  right: 55%;
  bottom: 100px;
  left: 0;
  background-color: #f1f7fc;
}
.home-facility .img-facility {
  margin-top: -75px;
  padding-left: 30px;
}

/* ----- OUR ACCOMODATION END ----- */
/* ----- OUR ACCOMODATION ----- */
.home-accomodation {
  position: relative;
}
.home-accomodation:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 55%;
  background-color: #fdf8ef;
}
.home-accomodation .img-accomodation-container {
  margin-top: -50px;
}
.home-accomodation .img-accomodation {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  margin-bottom: -75px;
}

/* ----- OUR ACCOMODATION END ----- */
/* ----- OUR VIDEO ----- */
.home-video {
  position: relative;
}
.home-video:before, .home-video:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.home-video:before {
  top: 200px;
  right: 55%;
  bottom: 200px;
  left: 0;
  background-color: #f1f7fc;
}
.home-video:after {
  top: 300px;
  right: 0;
  bottom: 0px;
  left: 45%;
  background-color: #fdf8ef;
}
.home-video .container {
  position: relative;
  z-index: 2;
}

/* ----- OUR VIDEO END ----- */
/* ----- OUR CUSTOMER ----- */
.customer-review-container {
  display: block;
}
.customer-review-container .text-container {
  position: relative;
  padding-left: 80px;
  text-align: left;
}
.customer-review-container .text-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 49px;
  background-image: url(../images/quote.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.customer-review-container .text-container .name {
  margin-bottom: 10px;
  color: #f7931e;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.customer-review-container .text-container p {
  color: #444;
  line-height: 2;
}
.customer-review-container:hover .text-container .name, .customer-review-container:active .text-container .name, .customer-review-container:focus .text-container .name, .customer-review-container:active:focus .text-container .name, .customer-review-container:active:hover .text-container .name {
  color: #d87c11;
}

/* ----- OUR CUSTOMER END ----- */
/* ----- UPCOMING EVENT ----- */
.upcoming-event-container {
  display: block;
  margin-bottom: 30px;
  color: #444;
}
.upcoming-event-container .img-container {
  overflow: hidden;
}
.upcoming-event-container .img-container img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.upcoming-event-container .text-container {
  padding: 15px;
  background-color: #fff;
}
.upcoming-event-container .text-container .event-date {
  text-align: center;
}
.upcoming-event-container .text-container .event-date .date {
  margin: 5px 0;
  font-size: 32px;
}
.upcoming-event-container .text-container .title {
  margin-bottom: 10px;
  color: #f7931e;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.upcoming-event-container .text-container .upcoming-time:before, .upcoming-event-container .text-container .upcoming-place:before {
  width: 27px;
  display: inline-block;
  padding-right: 15px;
  font-family: fontawesome;
  text-align: center;
}
.upcoming-event-container .text-container .upcoming-time:before {
  content: "\f017";
}
.upcoming-event-container .text-container .upcoming-place:before {
  content: "\f041";
}
.upcoming-event-container .text-container .upcoming-note {
  margin-top: 10px;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 44.8px; /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upcoming-event-container:hover, .upcoming-event-container:active, .upcoming-event-container:focus, .upcoming-event-container:active:focus, .upcoming-event-container:active:hover {
  color: #444;
}
.upcoming-event-container:hover .img-container img, .upcoming-event-container:active .img-container img, .upcoming-event-container:focus .img-container img, .upcoming-event-container:active:focus .img-container img, .upcoming-event-container:active:hover .img-container img {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.upcoming-event-container:hover .title, .upcoming-event-container:active .title, .upcoming-event-container:focus .title, .upcoming-event-container:active:focus .title, .upcoming-event-container:active:hover .title {
  color: #d87c11;
}

/* ----- UPCOMING EVENT END ----- */
/* ----- HOME MENU BOTTOM ----- */
.home-menu-bottom-container {
  display: block;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.home-menu-bottom-container img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-menu-bottom-container p {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  background-color: #27aae3;
}
.home-menu-bottom-container p:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -20px;
  border-top: 38px solid transparent;
  border-left: 20px solid #27aae3;
}
.home-menu-bottom-container:hover img, .home-menu-bottom-container:active img, .home-menu-bottom-container:focus img, .home-menu-bottom-container:active:focus img, .home-menu-bottom-container:active:hover img {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

/* ----- HOME MENU BOTTOM END ----- */
/* ----- HOME FOOTER ----- */
.bg-blue {
  color: #fff;
  background-color: #27aae3;
}
.bg-blue .section-title {
  color: #fff;
}
.bg-blue .section-subtitle {
  color: #fff;
}

.home-footer .section-title {
  margin-bottom: 30px;
  font-size: 36px;
}
.home-footer .section-subtitle {
  margin-bottom: 5px;
  font-size: 18px;
}

/* ----- HOME FOOTER END ----- */
/* =======================================
========== INDEX / HOME CSS END ==========
======================================= */
/* =============================
========== FOOTER CSS ==========
============================= */
#footer {
  color: #ffffff;
  background-color: #222222;
}
#footer a {
  color: #999999;
}
#footer a:hover, #footer a:active, #footer a:focus, #footer a:active:focus, #footer a:active:hover {
  color: #f7931e;
  text-decoration: none;
}
#footer .navbar-nav {
  display: inline-block;
  float: none;
}
#footer .navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
#footer .navbar-nav > li > a:hover, #footer .navbar-nav > li > a:active, #footer .navbar-nav > li > a:focus, #footer .navbar-nav > li > a:active:focus, #footer .navbar-nav > li > a:active:hover {
  background-color: transparent;
}
#footer .phone-information {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
}
#footer .phone-information span {
  font-size: 18px;
  vertical-align: sub;
}

.footer-social .btn {
  margin: 0 3px;
  padding: 5px 7px;
  color: #999;
  font-size: 24px;
  border: 1px solid #999;
  border-radius: 100%;
}
.footer-social .btn:hover, .footer-social .btn:active, .footer-social .btn:focus, .footer-social .btn:active:focus, .footer-social .btn:active:hover {
  border-color: #f7931e;
}

.footer-container {
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav li a {
  display: block;
  padding: 5px 0;
}

/* =================================
========== FOOTER CSS END ==========
================================= */
/* ====================================
========== STICKY BUTTON CSS ==========
==================================== */
.sticky-button {
  display: none;
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 50%;
  padding: 10px 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  background-color: #f7931e;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sticky-button img {
  vertical-align: initial;
}

.sticky-button:hover, .sticky-button:focus, .sticky-button:active {
  color: #fff;
  background-color: #d87c11;
}

/* ========================================
========== STICKY BUTTON CSS END ==========
======================================== */
/* ===================================
========== BACK-to-TOP CSS ==========
=================================== */
.back-to-top {
  display: none;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 26px;
  width: 35px;
  height: 35px;
  color: #222;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  background-color: #f1f7fc;
  opacity: 0.7;
  border-radius: 100%;
}

.back-to-top:hover, .back-to-top:focus, .back-to-top:active {
  color: #fff;
  background-color: #27aae3;
  opacity: 1;
}

/* ======================================
========== BACK-to-TOP CSS END ==========
====================================== */
.orange-bg {
  background-color: #fdf8ef;
}

.w-100 {
  width: 100%;
}

.line-height-28 {
  line-height: 28px;
}

.title-item-orange {
  color: #f7931e;
  margin-top: 20px;
  font-size: 30px;
}

.box-accomodation {
  margin: 15px 0px;
  text-align: center;
}
.box-accomodation img {
  width: 65%;
}
.box-accomodation .title {
  margin-top: 10px;
  color: #F7931E;
  text-align: center;
  text-transform: uppercase;
}
.box-accomodation .desc {
  text-align: center;
}

.img-gallery-acc {
  margin: 5px 0px;
  width: 100%;
  display: block;
}

.school-facilities-box {
  position: relative;
  margin-bottom: 75px;
}
.school-facilities-box:before {
  content: "";
  height: 340px;
  background-color: #f1f7fc;
  width: 45%;
  position: absolute;
  top: -50px;
  left: 0;
}
.school-facilities-box.orange:before {
  content: "";
  height: 340px;
  background-color: #fdf8ef;
  width: 45%;
  position: absolute;
  top: -50px;
  right: 0;
  left: auto;
}
.school-facilities-box .image {
  height: 340px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.school-facilities-box .title {
  color: #f7931e;
  margin-top: 20px;
}

.table-tourist-spot {
  width: 100%;
}
.table-tourist-spot tr td {
  padding: 7px 0px;
}
.table-tourist-spot .name {
  width: 20%;
}
.table-tourist-spot .description {
  width: 80%;
}

.item-location {
  margin-bottom: 30px;
}
.item-location:last-child {
  margin-bottom: 0px;
}

.box-navigate-tourist-spot {
  width: 100%;
  padding: 40px;
  background-color: #f1f7fc;
}
.box-navigate-tourist-spot .title {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 40px;
}
.box-navigate-tourist-spot .title:first-child {
  margin-top: 0px;
}
.box-navigate-tourist-spot ul {
  padding-left: 0px;
}
.box-navigate-tourist-spot ul li {
  padding: 2px;
  list-style-type: none;
}
.box-navigate-tourist-spot ul li:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("../images/arrow-link.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 7px;
}
.box-navigate-tourist-spot ul li a {
  color: #27aae3;
}
.box-navigate-tourist-spot ul li a:hover, .box-navigate-tourist-spot ul li a:active, .box-navigate-tourist-spot ul li a:focus, .box-navigate-tourist-spot ul li a:active:focus, .box-navigate-tourist-spot ul li a:active:hover {
  color: #23527c;
}

.reviews-content .customer-review-container {
  position: relative;
  margin: 15px 0px;
}
.reviews-content .customer-review-container .date {
  color: #b7b7b7 !important;
}
.reviews-content .customer-review-container .top-category-title {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #27aae3;
  border-radius: 50px;
  padding: 7px 20px;
  color: #fff;
  font-size: 14px;
}

.review-detail .date {
  color: #b7b7b7;
  text-align: right;
  margin-top: 28px;
  display: block;
}

.title-question {
  font-size: 18px;
  margin-top: 75px;
  margin-bottom: 10px;
}

.agreement ol {
  padding-left: 15px;
}
.agreement ol li {
  margin-bottom: 20px;
}

.schedule .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f7fc;
}
.schedule .table > tbody > tr > td, .schedule .table > tbody > tr > th, .schedule .table > tfoot > tr > td, .schedule .table > tfoot > tr > th, .schedule .table > thead > tr > td, .schedule .table > thead > tr > th {
  border: 0px !important;
}
.schedule .table td {
  text-align: left !important;
}
.schedule .table th {
  background-color: #27aae3;
  text-align: left;
}

.business .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f7fc;
}
.business .table > tbody > tr > td, .business .table > tbody > tr > th, .business .table > tfoot > tr > td, .business .table > tfoot > tr > th, .business .table > thead > tr > td, .business .table > thead > tr > th {
  border: 0px !important;
}
.business .table td {
  text-align: left !important;
}

.study-tour ul {
  padding-left: 20px;
}
.study-tour ul li {
  margin-bottom: 20px;
}
.study-tour .box-study-tour {
  margin: 15px 0px;
}

.saport ul {
  padding-left: 20px;
}
.saport ul li {
  margin-bottom: 10px;
}
.saport .title-saport {
  font-weight: bold;
  margin-top: 30px;
}
.saport .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f7fc;
}
.saport .table > tbody > tr > td, .saport .table > tbody > tr > th, .saport .table > tfoot > tr > td, .saport .table > tfoot > tr > th, .saport .table > thead > tr > td, .saport .table > thead > tr > th {
  border: 0px !important;
}
.saport .table td {
  text-align: left !important;
}
.saport .table th {
  background-color: #27aae3;
  text-align: left;
}

/* ===========================  */
/* ===== COURSE PAGE CSS =====  */
/* ===========================  */
/* WELCOME TEXT CSS */
.course-page-welcome-text .img-container {
  position: relative;
  margin-bottom: 30px;
}
.course-page-welcome-text .img-container:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 30px;
  background-color: #f1f7fc;
}
.course-page-welcome-text .img-container img {
  padding-right: 30px;
  padding-bottom: 30px;
}
.course-page-welcome-text .text-container .title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
}
.course-page-welcome-text .text-container .list > li {
  position: relative;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.course-page-welcome-text .text-container .list > li:before {
  content: "\f2bc";
  display: inline-block;
  padding-right: 10px;
  color: #27aae3;
  font-family: ionicons;
}

/* WELCOME TEXT CSS END */
/* PRICE CSS */
.price-table {
  background-color: #fff;
}
.price-table > thead > tr > th {
  color: #fff;
  text-align: center;
  background-color: #888;
  border-color: #888;
}

/* PRICE CSS END */
/* DAILY SCHEDULE CSS */
.daily-table {
  background-color: #fff;
  border: 1px solid #ddd;
}
.daily-table > thead > tr > th {
  color: #fff;
  text-align: center;
  background-color: #27aae3;
  border-color: #27aae3;
}
.daily-table > tbody > tr {
  background-color: #fff;
}
.daily-table > tbody > tr:nth-of-type(odd) {
  background-color: #f1f7fc;
}
.daily-table > tbody > tr > th, .daily-table > tbody > tr > td {
  border: 0;
  vertical-align: middle;
}

/* DAILY SCHEDULE CSS END */
/* SERVICE INCLUSION CSS */
.service-inclusion-container {
  margin-bottom: 30px;
  text-align: center;
}
.service-inclusion-container .title {
  color: #f7931e;
  font-size: 20px;
}

/* SERVICE INCLUSION CSS END */
/* LESSON FEATURES CSS */
.lesson-feature-container .point-number {
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.lesson-feature-container .point-number span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.lesson-feature-container .point-number span.number {
  font-size: 36px;
  line-height: 1.3;
}
.lesson-feature-container .lesson-feature-info {
  margin-bottom: 50px;
}
.lesson-feature-container .lesson-feature-info .title {
  margin-bottom: 15px;
  color: #f7931e;
  font-size: 24px;
}
.lesson-feature-container .lesson-feature-info p {
  line-height: 2.3;
}

.lesson-feature-note {
  padding: 25px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.lesson-feature-note .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 900;
}
.lesson-feature-note ul li {
  margin-bottom: 5px;
}

.course-other-lesson-container {
  display: block;
  color: #444;
}
.course-other-lesson-container .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.course-other-lesson-container:hover, .course-other-lesson-container:active, .course-other-lesson-container:focus, .course-other-lesson-container:active:focus, .course-other-lesson-container:active:hover {
  color: #444;
}
.course-other-lesson-container:hover .title, .course-other-lesson-container:active .title, .course-other-lesson-container:focus .title, .course-other-lesson-container:active:focus .title, .course-other-lesson-container:active:hover .title {
  color: #f7931e;
}

/* LESSON FEATURES CSS END */
/* ===============================  */
/* ===== COURSE PAGE CSS END =====  */
/* ===============================  */
/* ============================  */
/* ===== TEACHER PAGE CSS =====  */
/* ============================  */
.teacher-container {
  position: relative;
  display: block;
  color: #444;
  height: 100%;
}
.teacher-container .img-container {
  position: relative;
}
.teacher-container .img-container .hover-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teacher-container .img-container .hover-overlay .overlay-content {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-transform: tanslateY(-50%);
  -moz-transform: tanslateY(-50%);
  -ms-transform: tanslateY(-50%);
  -o-transform: tanslateY(-50%);
  transform: tanslateY(-50%);
}
.teacher-container .img-container .hover-overlay .overlay-content .fa-search {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.teacher-container .text-container {
  padding: 15px;
  border-top: 0;
}
.teacher-container .text-container .name-jpn {
  color: #f7931e;
  font-size: 24px;
  margin-bottom: 5px;
}
.teacher-container .text-container .name-latin {
  font-size: 18px;
  margin-bottom: 15px;
}
.teacher-container:hover, .teacher-container:active, .teacher-container:focus, .teacher-container:active:focus, .teacher-container:active:hover {
  color: #444;
}
.teacher-container:hover .img-container .hover-overlay, .teacher-container:active .img-container .hover-overlay, .teacher-container:focus .img-container .hover-overlay, .teacher-container:active:focus .img-container .hover-overlay, .teacher-container:active:hover .img-container .hover-overlay {
  opacity: 1;
}
.teacher-container:hover .text-container .name-jpn, .teacher-container:active .text-container .name-jpn, .teacher-container:focus .text-container .name-jpn, .teacher-container:active:focus .text-container .name-jpn, .teacher-container:active:hover .text-container .name-jpn {
  color: #d87c11;
}

/* ================================  */
/* ===== TEACHER PAGE CSS END =====  */
/* ================================  */
/* ===================================  */
/* ===== TEACHER-DETAIL PAGE CSS =====  */
/* ===================================  */
.profile-video-container, .profile-img-container {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.profile-video-container:after, .profile-img-container:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  right: 0;
  bottom: 0;
  left: 15px;
  background-color: #fdf8ef;
}
.profile-video-container img, .profile-img-container img {
  padding-right: 15px;
  padding-bottom: 15px;
}

.profile-img-container:after {
  background-color: #f1f7fc;
}

.profile-video-container:after {
  background-color: #fdf8ef;
}
.profile-video-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teacher-detail .input-text ul, .teacher-detail .input-text ol {
  padding-lefT: 15px;
}

/* =======================================  */
/* ===== TEACHER-DETAIL PAGE CSS END =====  */
/* =======================================  */
/* ====================================  */
/* ===== 16side_report21 PAGE CSS =====  */
/* ====================================  */
.drg-static-table {
  border: 1px solid #ddd;
}
.drg-static-table > tbody > tr:nth-of-type(odd) {
  background-color: #f1f7fc;
}
.drg-static-table > tbody > tr > th {
  text-align: center;
  min-width: 165px;
}
.drg-static-table > tbody > tr > th, .drg-static-table > tbody > tr > td {
  border: 0;
  vertical-align: middle;
}

/* ========================================  */
/* ===== 16side_report21 PAGE CSS END =====  */
/* ========================================  */
/* ==============================  */
/* ===== ABOUT PAGE CSS END =====  */
/* ==============================  */
.school-info-table {
  background-color: #fff;
}
.school-info-table > tbody > tr > th {
  min-width: 125px;
}

.about-school-location {
  position: relative;
  z-index: 1;
}
.about-school-location:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 25%;
  right: 0;
  left: 65%;
  bottom: 45%;
  background-color: #fdf8ef;
}

.lang-teacher-container {
  text-align: center;
}
.lang-teacher-container.middle {
  margin: 30px 0;
}
.lang-teacher-container .title {
  margin-bottom: 15px;
  color: #f7931e;
  font-size: 18px;
}
.lang-teacher-container .text-container p {
  margin-bottom: 10px;
}

.nursery-info .title {
  margin-bottom: 30px;
  color: #f7931e;
  font-size: 24px;
}

.content-title {
  color: #f7931e;
  font-size: 24px;
}

.about-other-activity {
  position: relative;
  z-index: 1;
}
.about-other-activity:before, .about-other-activity:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.about-other-activity:before {
  top: 45px;
  right: 60%;
  left: 0;
  height: 150px;
  background-color: #f1f7fc;
}
.about-other-activity:after {
  right: 0;
  bottom: 70px;
  left: 68%;
  height: 275px;
  background-color: #fdf8ef;
}

.visit-img:nth-child(1) {
  padding-left: 160px;
  text-align: right;
}
.visit-img:nth-child(2) {
  margin-top: -50px;
  padding-right: 225px;
}

.staff-container {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
}
.staff-container .staff-img {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .staff-container .staff-img {
    text-align: center;
  }
}
.staff-container .staff-info .name {
  color: #f7931e;
  font-size: 24px;
}

.staff-img img {
  padding-right: 15px;
}
.col-sm-push-9 .staff-img img {
  padding-right: 0px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .staff-img img {
    width: 100%;
  }
}

/* ==============================  */
/* ===== ABOUT PAGE CSS END =====  */
/* ==============================  */
/* ===========================  */
/* ===== INQUIRY CSS END =====  */
/* ===========================  */
.styled-checkbox {
  position: absolute;
  z-index: 99;
  opacity: 0;
  width: 100%;
  height: 26px;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #ddd;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 13px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

/* ===========================  */
/* ===== INQUIRY CSS END =====  */
/* ===========================  */
/* ======================  */
/* ===== REVIEW CSS =====  */
/* ======================  */
.review-cat-container {
  display: block;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.review-cat-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.review-cat-container .text-container {
  position: relative;
  padding: 75px 25px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .review-cat-container .text-container .title {
    height: 66px;
  }
}
.review-cat-container:hover img, .review-cat-container:active img, .review-cat-container:focus img, .review-cat-container:active:focus img, .review-cat-container:active:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.review-cat-container:hover .text-container, .review-cat-container:active .text-container, .review-cat-container:focus .text-container, .review-cat-container:active:focus .text-container, .review-cat-container:active:hover .text-container {
  background-color: rgba(0, 0, 0, 0.6);
}

/* ==========================  */
/* ===== REVIEW CSS END =====  */
/* ==========================  */
/* ===================  */
/* ===== Q&A CSS =====  */
/* ===================  */
.q-a-container {
  display: block;
  margin-bottom: 30px;
  padding: 15px;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 12px;
}
.q-a-container .user-img {
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.q-a-container:hover, .q-a-container:active, .q-a-container:focus, .q-a-container:active:focus, .q-a-container:active:hover {
  border-color: #27aae3;
}

.q-a-tag {
  display: inline-block;
  padding: 0px 6px;
  color: #fff;
  background-color: #27aae3;
}

/* =======================  */
/* ===== Q&A CSS END =====  */
/* =======================  */
.faq-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 5px;
  color: #27aae3;
}

.note {
  background: #fdf8ef;
  padding: 10px;
}

.price-table > tbody > tr > th {
  color: #fff;
  text-align: center;
  background-color: #888;
  border-color: #888;
}

.thin-blue {
  color: rgb(49, 104, 143);
}

.thick-blue {
  color: #0396e2;
  font-weight: 900;
}

.myem-b {
  font-weight: bold;
  color: #5A858F;
}

.no-pad-left {
  padding-left: 0 !important;
}

/*CUSTOM RADIO*/
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f7931e;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*CUSTOM SCROLLBAR*/
#scroll-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#scroll-2::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

#scroll-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

/*CUSTOM RADIO*/
.custom-radio-p {
  display: inline-block;
  margin-right: 10px;
}

.custom-radio-p:last-child {
  margin-right: 0;
}

.dropdown-menu .text {
  color: #888 !important;
}

.terms-box {
  overflow-y: scroll;
  max-height: 200px;
}

.business .table-striped > thead > tr {
  color: #fff;
  background-color: #6cb9f9 !important;
}

/* ====================================  */
/* ===== スパスクールペジスタート CSS =====  */
/* ====================================  */
/* WELCOME TEXT CSS */
/* LESSON FEATURES CSS END */
.spa-school {
  /* WELCOME TEXT CSS END */
  /* PRICE CSS */
  /* PRICE CSS END */
  /* DAILY SCHEDULE CSS */
  /* DAILY SCHEDULE CSS END */
  /* SERVICE INCLUSION CSS */
  /* SERVICE INCLUSION CSS END */
  /* LESSON FEATURES CSS */
}
.spa-school .banner-title {
  text-transform: uppercase;
}
.spa-school .section-title.latin {
  color: #707258;
}
.spa-school .section-title.jpn {
  color: #707258;
}
.spa-school .section-subtitle {
  color: #707258;
}
.spa-school .course-page-welcome-text .img-container {
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
}
.spa-school .course-page-welcome-text .img-container:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: -20px;
  background-color: #E6D6C0;
}
.spa-school .course-page-welcome-text .img-container img {
  padding-right: 0;
  padding-bottom: 0;
}
.spa-school .course-page-welcome-text .img-container a {
  position: relative;
}
.spa-school .course-page-welcome-text .img-container a .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.spa-school .course-page-welcome-text .text-container .list > li::before {
  content: none;
}
.spa-school .text-container .title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
}
.spa-school .text-container .text {
  font-size: 20px;
  color: #707258;
  margin-bottom: 0;
}
.spa-school .text-container .text-bold {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
.spa-school .text-container .list > li {
  position: relative;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.spa-school .price-table {
  background-color: #fff;
}
.spa-school .price-table > thead > tr > th {
  color: #fff;
  text-align: center;
  background-color: #888;
  border-color: #888;
}
.spa-school .daily-table {
  background-color: #fff;
  margin-bottom: 0;
}
.spa-school .daily-table > thead > tr > th {
  color: #fff;
  text-align: center;
  background-color: #707258;
  border-color: #fff;
  border-top-color: #707258;
  border-bottom-color: #707258;
}
.spa-school .daily-table > thead > tr > th:first-child {
  border-left-color: #707258;
}
.spa-school .daily-table > thead > tr > th:last-child {
  border-right-color: #707258;
}
.spa-school .daily-table > tbody > tr {
  background-color: #fff;
}
.spa-school .daily-table > tbody > tr > th,
.spa-school .daily-table > tbody > tr > td {
  border: 1px solid #707258;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .spa-school .daily-table > tbody > tr > th,
  .spa-school .daily-table > tbody > tr > td {
    padding-left: 50%;
  }
}
@media (max-width: 768px) {
  .spa-school .daily-table tr {
    border: none;
  }
}
.spa-school .schedule-table {
  background-color: #fff;
  margin-bottom: 0;
}
.spa-school .schedule-table > thead > tr > th {
  color: #fff;
  text-align: center;
  background-color: #707258;
  border-color: #fff;
  border-top-color: #707258;
  border-bottom-color: #707258;
}
.spa-school .schedule-table > thead > tr > th:first-child {
  border-left-color: #707258;
}
.spa-school .schedule-table > thead > tr > th:last-child {
  border-right-color: #707258;
}
.spa-school .schedule-table > tbody > tr {
  background-color: #fff;
}
.spa-school .schedule-table > tbody > tr > th,
.spa-school .schedule-table > tbody > tr > td {
  text-align: left;
  border: 1px solid #707258;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .spa-school .schedule-table > tbody > tr > th,
  .spa-school .schedule-table > tbody > tr > td {
    padding-left: 50%;
  }
}
.spa-school .schedule-table > tbody > tr .bg-grey {
  background-color: #f1f1f1;
}
.spa-school .schedule-table > tbody > tr .bg-red {
  background-color: #fce4d0;
}
@media (max-width: 768px) {
  .spa-school .schedule-table tr {
    border: none;
  }
}
.spa-school .table-note {
  background-color: #f1f1f1;
  border: 1px solid #707258;
  border-top: 0;
  padding: 10px 15px;
}
.spa-school .service-inclusion-container {
  margin-bottom: 30px;
  text-align: center;
}
.spa-school .service-inclusion-container .title {
  color: #f7931e;
  font-size: 20px;
}
.spa-school .lesson-feature-container .point-number {
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.spa-school .lesson-feature-container .point-number span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.spa-school .lesson-feature-container .point-number span.number {
  font-size: 36px;
  line-height: 1.3;
}
.spa-school .lesson-feature-container .lesson-feature-info {
  margin-bottom: 50px;
}
.spa-school .lesson-feature-container .lesson-feature-info .title {
  margin-bottom: 15px;
  color: #f7931e;
  font-size: 24px;
}
.spa-school .lesson-feature-container .lesson-feature-info p {
  line-height: 2.3;
}
.spa-school .lesson-feature-note {
  padding: 25px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.spa-school .lesson-feature-note .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 900;
}
.spa-school .lesson-feature-note ul li {
  margin-bottom: 5px;
}
.spa-school .course-other-lesson-container {
  display: block;
  color: #444;
}
.spa-school .course-other-lesson-container .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.spa-school .course-other-lesson-container:hover, .spa-school .course-other-lesson-container:active, .spa-school .course-other-lesson-container:focus, .spa-school .course-other-lesson-container:active:focus, .spa-school .course-other-lesson-container:active:hover {
  color: #444;
}
.spa-school .course-other-lesson-container:hover .title, .spa-school .course-other-lesson-container:active .title, .spa-school .course-other-lesson-container:focus .title, .spa-school .course-other-lesson-container:active:focus .title, .spa-school .course-other-lesson-container:active:hover .title {
  color: #f7931e;
}
.spa-school .info-section__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.spa-school .info-section__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spa-school .info-section__image-container:before {
  content: "";
  display: block;
  padding-top: 72.7272727273%;
}
.spa-school .info-section__image-container .ratio-item {
  object-fit: cover;
}
.spa-school .info-section__emblem-container {
  position: relative;
  width: 100%;
  display: block;
}
.spa-school .info-section__emblem-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.spa-school .info-section__emblem-container:before {
  content: "";
  display: block;
  padding-top: 72.7272727273%;
}
.spa-school .info-section__emblem-container .ratio-item {
  object-fit: contain;
}
.spa-school .info-section__image-container {
  margin-bottom: 30px;
}
.spa-school .info-section:nth-of-type(odd) {
  background-color: #FDF8EF;
}
.spa-school .section-body {
  margin-top: 60px;
}
.spa-school .massage-section {
  background-color: #707258;
}
.spa-school .massage-section__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.spa-school .massage-section__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spa-school .massage-section__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.spa-school .massage-section__image-container .ratio-item {
  object-fit: cover;
}
.spa-school .massage-section__image-container {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.spa-school .massage-section__card {
  position: relative;
}
.spa-school .massage-section__card:hover .massage-section__image {
  transform: scale(1.2);
}
.spa-school .massage-section__card-text {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 574px) {
  .spa-school .massage-section__card-text {
    font-size: 14px;
  }
}
.spa-school .massage-section .text-container .title, .spa-school .massage-section .text-container .text {
  color: #fff;
}
.spa-school .massage-section .text-container .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.spa-school .massage-section .text-container .text {
  font-size: 18px;
}
.spa-school .customer-review-container .text-container {
  padding-left: 0;
}
.spa-school .customer-review-container .text-container:before {
  content: none;
}
.spa-school .customer-review-container .text-container .name {
  font-size: 24px;
  margin-bottom: 10px;
  color: #707258;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.spa-school .customer-review-container .text-container p {
  color: #444;
  line-height: 2;
}
.spa-school .customer-review-container:hover .text-container .name, .spa-school .customer-review-container:active .text-container .name, .spa-school .customer-review-container:focus .text-container .name, .spa-school .customer-review-container:active:focus .text-container .name, .spa-school .customer-review-container:active:hover .text-container .name {
  color: #4b4e43;
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 0;
  height: 0;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}
#cursor span {
  font-weight: 600;
}

#cursor-border {
  --size: 0;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

/* ====================================  */
/* ==== スパスクールペジスエンード CSS =====  */
/* ====================================  */

/*# sourceMappingURL=style.css.map */
