/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #555246;
  text-decoration: none;
}

a:hover {
  color: #437a2b;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
a.anchor {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #91BF2F;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #A7BC7A;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0 10px 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  margin: 0 auto;
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}
#header .logo img {
  max-height: 76px;
  margin-top: 12px;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  #header .logo img {
  max-height: 32px;
  margin-top: 5px;
  margin-bottom: 5px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
  border: 1px dottde #e1edc4;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #604c3f;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #437a2b;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #384046;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    float: right;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(33, 38, 42, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #384046;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3498db;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}

/* 大デバイス（デスクトップ, 992px 以上）
============================================== */
@media (min-width: 992px) {
  nav ul {
    display: flex;
  }

  nav ul li {
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    border-left: 1px dotted #4D611D;
  }

  ul .right {
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 1px dotted #4D611D;
  }

  ul .border-after {
    border-left: 1px dotted white;
  }

  footer .right {
    border-right: 1px dotted white;
  }

  nav ul li a {
    display: block;
    transform: skewX(-150deg);
    padding: 0 10px;
  }
}

/* 中デバイス（タブレット, 992px 未満）
============================================== */
@media (max-width: 991.98px) {
  nav ul {
    padding-top: 1rem;
  }
}

/* 極小デバイス（縦向きモバイル, 576px 未満）
============================================== */
@media (max-width: 575.98px) {
  footer nav ul.navbar-nav {
    display: block;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/topimage.jpg") no-repeat top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#hero .container {
  padding-top: 80px;
}
#hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 72px;
  color: #FFE87A;
  font-family: "Poppins", sans-serif;
  text-shadow: 1px 2px 3px #444;
}
#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
  padding-top: 400px;
}
#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2487ce;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-height: 800px) {
  #hero {
      height: 92vh;
  }
}
@media (max-width: 992px) {
  #hero {
      height: 80vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width:575.98px) {
  #hero {
      height: 58vh;
      margin-top: 30px;

  }
#hero h1 {
    font-size: 22px;
    line-height: 36px;
}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

section > h2[id] {
  display: block;
  height: 20rem;
  margin-top: -20rem;
  content: "";
}

.section-bg {
  background-color: #e1edc4;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}
.section-title img {
  text-align: center;
  max-height: 76px;
  margin-bottom: 8px;
}
.section-title h2 {
  font-size: 32px;
  color: #604c3f;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-subtitle {
  padding-bottom: 30px;
}

.section-subtitle h3 {
  font-size: 28px;
  color: #555;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.section-subtitle h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #519044;
  bottom: 0;
  left: 0;
}
.section-subtitle p {
  margin-bottom: 0;
  text-align: left;
  line-height: 1.8;
}

@media screen and (max-width:575.98px) {
  .section-title h2 {
      font-size: 28px;

  }
}
/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 0 0 60px 0;
}
#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}
#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}
#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}
@media (max-width: 991px) {
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}
@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}
@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}
#schedule .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}
#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}
@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}
#schedule .tab-pane {
  transition: ease-in-out 0.2s;
}
#schedule .schedule-item {
  border-bottom: 1px solid #bb9d8d;
  padding-top: 22px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}
#schedule .schedule-item:hover {
  background-color: #fff;
}
#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}
#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #444;
}
#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(36, 75, 15, 0.8), rgba(36, 75, 15, 0.8)), url("../img/cta_bg.png") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta p {
  font-size: 18px;
  color: #fff;
  line-height: 2.0;
}

/*--------------------------------------------------------------
# Alps
--------------------------------------------------------------*/
#alps-bg {
  margin-top: 25px;
  background: url("../img/alps-bg.jpg") top center;
  height: 78px;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  text-align: center;
  padding: 40px 0;
  background: #e1edc4;
}

.services .table {
  border: 2px solid #519044;
  border-collapse: collapse;
  border-spacing: 0;
}
.services .table th {
  border: 1px solid #519044;
  background: #437a2b;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.services .table td {
  border-right: 1px solid #4A774E;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #555656;
  height: 80px;
}
@media (max-width: 991px) {
  .services .icon-box .img-box {
    text-align: center;
  }
  .services .icon-box img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .services .table th {
    font-size: 14px;
  }
  .services .table td {
    font-size: 14px;
    white-space: nowrap;
  }
  .services .icon-box h4 {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Cta2
--------------------------------------------------------------*/
.cta2 {
  background: #437a2b;
  padding: 40px 0;
}

.cta2 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.cta2 p {
  color: #fff;
  line-height: 2.0;
}

/*--------------------------------------------------------------
# Services2
--------------------------------------------------------------*/
.services2 {
  text-align: center;
  padding: 40px 0;
  background: #e1edc4;
}

.services2 .table {
  border-radius: 10px;
  border: 2px solid #607a2b;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0px 0 25px 0 rgba(79, 112, 89, 0.3);
}
.services2 .table th {
  border: 1px solid #607a2b;
  background: #607a2b;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.services2 .table td {
  border-right: 1px solid #607a2b;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #555656;
  height: 80px;
}
.services2 .table td.hyo2 {
  border-right: 1px solid #607a2b;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #555656;
  height: 60px;
}
.services2 .content {
  text-align: left;
}
.services2 .content ul {
  list-style: none;
  padding: 0;
}
.services2 .content ul li {
  padding-bottom: 6px;
}
.services2 .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5cb874;
}
@media (max-width: 991px) {
  .services2 .icon-box .img-box {
    text-align: center;
  }
  .services2 .icon-box img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .services2 .table th {
    font-size: 14px;
  }
  .services2 .table td {
    font-size: 14px;
    white-space: nowrap;
  }
  .services2 .table td.hyo2 {
    font-size: 14px;
    white-space: nowrap;
    height: 40px;
  }
  .services2 .icon-box h4 {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Facility
--------------------------------------------------------------*/
.facility .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #c0c0c0;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
.facility .member .member-img {
  position: relative;
  overflow: hidden;
}
.facility .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.facility .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}
.facility .member .social a:hover {
  color: #2487ce;
}
.facility .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}
.facility .member .member-info {
  padding: 25px 15px;
}
.facility .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}
.facility .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.facility .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.facility .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Access
--------------------------------------------------------------*/
.access {
  padding: 60px 0;
  background: #fff;
}
.access .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
.access .member .member-img {
  position: relative;
  overflow: hidden;
}
.access .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  font-size: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.access .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}
.access .member .social a:hover {
  color: #2487ce;
}
.access .member:hover .social {
  opacity: 1;
}
.access .content h3 {
  max-width: 240px;
  padding: 6px;
  font-size: 22px;
  font-weight: 600;
  background: #519044;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.access .content h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.access .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.access .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.access .content ul h5 {
  font-weight: bold;
  font-size: 20px;
  color: #555656;
}
.access .content p {
  font-size: 16px;
}
.access .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fff;
  min-height: 40px;
  margin-top: 200px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 88px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #68361a;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-bg {
  background: url("../img/footer-bg.png") top center no-repeat;
  height: 26px;
}
#footer {
  background: #519044;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
#footer h3 img {
  max-height: 60px;
  margin-top: 12px;
  margin-bottom: 8px;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 16px;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .tel {
  font-size: 18px;
  margin: 0 0 5px 0;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
