
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  color: #444444;
}

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #587619;
  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: #7EA825;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# フローティングバナー
--------------------------------------------------------------*/
/*641px〜PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
		display: none;
}	
}
 
/*スマホ〜641pxの幅サイズまで*/
@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 255, 254, 255, 0.9 );
	z-index: 100;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 90%;
    margin: 0px auto;
    padding: 8px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner img {
    max-height: 65px;
    margin: 0px auto;
    padding: 5px 0;
    display: inline-block;
    text-align: center;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 80%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #EEF3D7;
  height: 30px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar .contact-info {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 14px;
}

#topbar .contact-info span {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  color: #B40926;
}

#topbar .contact-info span.tel {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-weight: bold;
  color: #567332;
  font-size: 18px;
}

#topbar.topbar-scrolled {
  top: -30px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .address {
  font-family: "ヒラギノ丸ゴ W4 JIS2004","Hiragino Maru Gothic W4 JIS2004", sans-serif;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 576px) {
  #topbar .contact-info {
      font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 30px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 65px;
}

@media (max-width: 576px) {
  #header .logo img {
    max-height: 35px;
  }
}

/*--------------------------------------------------------------
# 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;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 16px;
  color: #31420E;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}

.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: #567219;
  border-color: #69891E;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  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;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 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>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background: url("../img/top-img2.jpg") top center;
  background-size: cover;
  margin-bottom: -200px;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: #2A2A2A 1px 1px 4px;
}

#hero h2 {
  margin-top: 60px;
}

#hero h2 img {
  text-align: center;
}

#hero .animated {
  margin-bottom: 60px;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 992px) {
  #hero .animated {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  #hero .animated {
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  #hero .animated {
    max-width: 85%;
  }
}

#hero .btn-get-started {
  font-family: 'Kosugi Maru', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #de4b58;
}

#hero .btn-get-started:hover {
  background: #DD1328;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }

  #hero .container {
    padding-bottom: 63px;
  }

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

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 578px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  #hero {
    height: 58vh;
    background-size: cover;
    object-fit: cover;
  }
  #hero h2 {
    margin-top: 80px;
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title img {
  text-align: center;
  padding-bottom: 6px;
  max-height: 62px;
}

.section-title h2 {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  color: #587619;
}

.section-title p {
  font-family: "UD新ゴ M","UD Shin Go Medium", sans-serif;
  margin-bottom: 0;
}

.section-box {
  padding: 20px;
  background: #fff;
  border: 2px solid #889c5b;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
.section-box h3 {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  color: #587619;
  text-align: left;
}
.arrow i {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 60px;
  color: #587619;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 38px 0 20px 0;
  background: #678332;
  min-height: 40px;
  margin-top: 96px;
}

.breadcrumbs-2 {
  padding: 20px 0;
  background: #678332;
  min-height: 40px;
  margin-top: 90px;
}

@media (max-width: 576px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}

@media (max-width: 576px) {
  .breadcrumbs-2 {
    margin-top: 76px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #fff;
}
.breadcrumbs ol li a {
  color: #fff;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.breadcrumbs-2 ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 14px;
}

.breadcrumbs-2 ol li+li {
  padding-left: 10px;
  color: #fff;
}
.breadcrumbs-2 ol li a {
  color: #fff;
}

.breadcrumbs-2 ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs-2 .d-flex {
    display: block !important;
  }

  .breadcrumbs-2 ol {
    display: block;
  }

  .breadcrumbs-2 ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 20px 0 60px 0;
}
.why-us .content {
  padding: 30px;
  background: rgba(97, 117, 39, 0.85);
  border-radius: 16px;
  color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.why-us .content img {
  max-width: 55px;
  margin-bottom: 15px;
}

.why-us .content h3 {
  font-family: "UD新ゴ M","UD Shin Go Medium", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.why-us .content p {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}

.why-us .content p span {
  color: #FFFC7F;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 0 0 60px 0;
}

.cta .content h4 {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  max-width: 50%;
  padding: 6px 12px;
  background: #db4e58;
  transition: all 0.3s;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cta .content p {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  line-height: 1.6;
}
.cta .content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  width: 100%;
}

.cta .content table th {
  border: 1px solid #889c5b;
  padding: 6px 0;
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background: #587619;
}
.cta .content table td {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  padding: 10px 0;
  border: 1px solid #889c5b;
  color: #587619;
  text-align: center;
  font-size: 22px;
  width: 13%;
}
.cta .content table td span {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 14px;
  white-space: nowrap;
}
.cta .content table td.hour {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 18px;
  width: 22%;
  line-height: 1.3;
  white-space: nowrap;
  background: #EAF9C7;
}
.cta .cta-btn {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #2487ce;
}

@media screen and (max-width:576px) {
  .cta .content table th {
  font-size: 16px;
  }
  .cta .content table td {
  font-size: 18px;
  }
  .cta .content table td.hour {
  font-size: 16px;
  padding: 20px 6px;
  white-space: nowrap;
  }
  .cta .content table td span {
  font-size: 12px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: linear-gradient(rgba(255, 254, 255, 0.5), rgba(97, 117, 39, 0.85)), url("../img/background-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.about .content h3 {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  margin: 20px 0;
  font-size: 26px;
  color: #fff;
  text-shadow: #2A2A2A 1px 1px 4px;
}

.about .content .sent {
  margin: 20px 0;
}
.about .content .sent p {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
  text-shadow: #2A2A2A 1px 1px 4px;
}
.about .content p:last-child {
  text-align: right;
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #2487ce;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2487ce;
}
.about .content .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .about .content .sent p {
      font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule {
  padding: 60px 0 40px 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-box {
  transition: all ease-in-out 0.3s;
  box-shadow: 0 0 10px 0 rgba(68, 88, 144, 0.4);
  background: rgba(255, 254, 255, 0.85);
  border-radius: 18px;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 40px 50px;
}
#schedule .schedule-box:hover {
  background-color: #fff;
}
#schedule .schedule-box time {
  font-family: "Noto Sans JP";
  padding-bottom: 5px;
  text-align: right;
}

#schedule .schedule-box h4 {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
#schedule .schedule-box p {
  font-size: 16px;
  color: #454545;
  margin-bottom: 0;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}
#schedule .schedule-item:hover {
  background-color: #fff;
}
#schedule .schedule-item time {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  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-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
#schedule .schedule-item p {
  color: #454545;
  margin-bottom: 0;
}

#schedule iframe {
  width: 100%;
  height: 300px;
  border: none;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  #schedule .schedule-box {
    padding: 10px 20px;
  }
  #schedule iframe {
    height: 340px;
  }
}

/*--------------------------------------------------------------
# News list Section
--------------------------------------------------------------*/
#newslist {
  padding: 0;
  background: #fff;
}
#newslist .schedule-item {
  border-bottom: 1px solid #B5BFA8;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}
#newslist .schedule-item:hover {
  background-color: #EFFCDE;
}
#newslist .schedule-item time {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  padding-left: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
#newslist .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
#newslist .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
#newslist .schedule-item h4 {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-left: 5px;
  margin-bottom: 5px;
  line-height: 1.4;
}
#newslist .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
#newslist .schedule-item h4 a {
  color: #5C6056;
}
#newslist .schedule-item p {
  color: #454545;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# News Section
--------------------------------------------------------------*/
.news {
  padding: 60px 0;
}
.news .php-email-form {
  width: 100%;
  background: #fff;
}

.news .news-form .form-group {
  padding-bottom: 8px;
}

.news .news-form input,
.news .news-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 14px;
}

.news .news-form input {
  height: 44px;
}

.news .news-form textarea {
  padding: 10px 12px;
}

.news .news-form input[type=file] {
  background: #BCD3E2;
  border: 0;
  padding: 10px 35px;
  color: #454545;
}

.news .news-form button[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.news .news-form button[type=submit]:hover {
  background: #1c84e3;
}

.news input[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin-right: 7px;
}
.news input[type=submit]:hover {
  background: #1c84e3;
}
.news input[type=button] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin-right: 10px;
}
.news input[type=button]:hover {
  background: #1c84e3;
}

.news .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}
.news .schedule-item:hover {
  background-color: #fff;
}
.news .schedule-item time {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  padding-bottom: 5px;
  display: inline-block;
}
.news .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
.news .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}
.news .schedule-item h4 {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.8;
}
.news .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}
.news .schedule-item p {
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  color: #454545;
  margin-bottom: 0;
}

.news .schedule-item input[type=submit] {
  background: #FF450C;
  border: 0;
  padding: 6px 22px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin-right: 10px;
}
.news .schedule-item input[type=submit]:hover {
  background: #FF7F59;
}

.news .pager input[type=submit] {
  background: #eee;
  border: 0;
  padding: 6px 15px;
  color: #fff;
  transition: 0.4s;
  border-radius: 8px;
  margin-right: 7px;
  border: 1px solid #ACC5D6;
  color: #454545;
}
.news .pager input[type=submit]:hover {
  background: #BEC9D1;
  border: 1px solid #6BAAD3;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding: 60px 0;
  background: #EDF3D7;
}
.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-family: "UD新ゴ M","UD Shin Go Medium", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #555;
}

.more-services .card-text {
  font-family: "UD新ゴ R","UD Shin Go Regular;
  line-height: 1.5;
  color: #555;
}

.more-services .card:hover .card-body {
  background: #60792b;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery .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);
}
.gallery .member .member-img {
  position: relative;
  overflow: hidden;
}
.gallery .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  font-family: "新丸ゴ R","Shin Maru Go Regular", sans-serif;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gallery .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}
.gallery .member .social a:hover {
  color: #2487ce;
}
.gallery .member:hover .social {
  opacity: 1;
}



.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  width: 100%;
  background: #F7FFED;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
  padding: 10px 0 5px 0;
  background: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #EEF3D7;
  padding: 60px 0 0 0;
}

#footer .logo img {
  max-height: 122px;
}

#footer .logo-2 img {
  max-height: 127px;
}

#footer .copyright {
  padding: 15px;
  font-family: "UD新ゴ コンデンス90 L","UD Shin Go Conde90 L", sans-serif;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  #footer .logo img {
    max-width: 95%;
  }
  #footer .logo-2 img {
    max-width: 90%;
  }
}