@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  line-height: 1.75;
  color: #4d4d4d;
  font-size: 17px;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 80px;
  background-color: #FFDE75;
  color: #7B4D21;
  border-radius: 10px;
  position: relative;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}
h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 40px;
  border: 10px solid transparent;
  border-top: 10px solid #FFDE75;
  width: 0;
  height: 0;
}
h3 {
  margin: 30px 0 10px;
  font-size: 1.4rem;
  padding-top: 0px;
  position: relative;
  padding-left: 1.2em;
}
h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9"; 
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0; 
  top: 0; 
  color: #F4A000;
}
h4 {
	margin: 20px 0 5px;
	font-size: 1.15rem;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
}
h4 .fas {
	color: #A1D88A;
	margin-right: 5px;
	font-size: 1.5em;
	vertical-align: middle;
}
.commonBtn {
  background-color: #8EC42E;
  color: #fff;
  border-radius: 50px;
}
.site {
  overflow: hidden;
}
.icon {
  padding: 0 10px;
}
.form-height{
	height:1600px;
}
.form-height02{
	height:1100px;
}
/*.pageHeader-syoukai {
	background-image: url(../images/base/header.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	padding-top: 20%;
	position: relative;
	background-color: #FFF8E6;
}
.pageHeader-annai {
	background-image: url(../images/base/header.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	padding-top: 20%;
	position: relative;
	background-color: #FFF8E6;
}
.pageHeader-access {
	background-image: url(../images/base/header.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	padding-top: 20%;
	position: relative;
	background-color: #FFF8E6;
}*/
.pageHeader {
  background-image: url(../images/base/header.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	padding-top: 20%;
	position: relative;
	background-color: #FFF8E6;
}
.pageTitle {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: calc(2.0rem + ((1vw - 0.64rem) * 2.1429));
  color: #fff;
  text-shadow: 2px 2px 10px #76BE57, -2px 2px 10px #76BE57, 2px -2px 10px #76BE57, -2px -2px 10px #76BE57;
}
/*ナビバー*/
.header-logo {
  margin-top: 20px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  width: 500px;
  height: auto;
}
.h-info {
  list-style: none;
  margin: 0 auto 0 0;
  padding: 8px 0;
  float: right;
}
.h-info table {
  border: none;
  line-height: 1.0em;
}
.h-tel {
  font-size: 20px;
  font-weight: 600;
  color: #F4A000;
}
.h-time-1 {
  font-size: 15px;
  font-weight: bold;
  /* [disabled]border: solid 3px #ccc; */
  border-radius: 5px;
  text-align: center;
  background-color: #FFF0CE;
  padding-left: 10px;
  padding-right: 10px;
}
.h-time-2 {
  font-size: 14px;
  padding-left: 10px;
}
.navbar-light .navbar-nav .nav-link {
  color: #FFFFFF; /* テキストの色 */
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FFF55B; /* ホバー時テキストの色 */
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  transition: .3s;
}
nav .gnavBox {
  transition: .3s;
}
.is-animation {
  height: auto;
}
.is-animation .gnavBox {
  color: #000;
}
.header-logo p {
  text-align: center;
  margin: 0;
}
.navbar-brand {
  display: none;
}
.gnav {
  background-color: #62B340 !important; /* ナビバー色 */
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  padding: 15px 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.navbar-justified {
  justify-content: center;
}
.navbar-nav {
  justify-content: center;
  width: 70%;
}
.gnavInner {
  position: relative !important;
}
.gnavInner::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gnavInner::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-nav a {
  position: relative;
  width: 20%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
}
.navbar-nav a::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*main*/
.bg {
  background-color: #F1F1F1;
  padding: 30px 0;
}
/*footer*/
#footer {
  margin-bottom: 70px;
}
.footer-information {}
.footer-information-logo {
  padding: 0 20px 20px;
  text-align: center;
}
.footer-informationBox {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-addressBox {
  padding-right: 40px;
}
.footer-address {}
.addressText {
  font-size: 1.15em;
  font-weight: 600;
  color: #4d4d4d;
}
.footer-timetableBox {
  padding-left: 40px;
  border-left: solid 1px #e2e2e2;
  font-size: 0.9em;
}
.footer-timetable th {
	border: 1px solid #e5e5e5;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #62B340;
	color: #FFFFFF;
}
.footer-timetable td {
  border: 1px solid #e5e5e5;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
  text-align: center;
  font-weight: normal;
  color: #FFDE75;
  font-size: 1.2em;
}
.footer-timetable .f-time {
  color: #4d4d4d;
  font-size: 1em;
}
.footer-timetableBox p {
  margin-top: 15px;
}
.footer-menu {
  background-color: #F6F6F6;
}
.footer-menuInner {
  text-align: center;
}
#footer .footer-menu ul {
  list-style: none;
  display: inline-block;
  padding: 30px 0;
  margin: 0;
  text-align: center;
}
#footer .footer-menu li {
  display: inline-block;
  padding: 20px 25px;
}
#footer .footer-menu li a {
  position: relative;
  padding-left: 10px;
  color: #666;
}
#footer .footer-menu li a::before {
  content: "";
  border-left: solid 6px #B2D770;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.copyArea {
  padding: 15px 0;
  font-size: 0.7em;
  background-color: #F6F6F6;
}
.copyArea p {
  margin-bottom: 0;
}
#footerFloatingMenu {
  display: block;
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  text-align: center;
  background-color: #62B340;
}
.floatingMenuBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.floatingMenuBox-tel {
  font-size: 1.5em;
  line-height: 2em;
  color:#FFF;
}
.floatingMenuBox p {
  padding: 0 20px;
}
.footer-cvBtn {
  background-color: #FFF775;
  border-radius: 10px;
  width: 150px;
  color: #7B4D21;
  font-weight:550;
}
.sp-cvTel {
  display: none;
}
/*--RWD--*/
@media screen and (max-width:1200px) {
  .navbar-nav {
    width: 80%;
  }
  .h-time-2 {
    font-size: 12px;
    padding-left: 10px;
  }
}
@media screen and (max-width:991px) {
  .container {
    max-width: 760px;
  }
  .header-logo {
    width: 400px;
  }
  .navbar-nav {
    width: 82%;
	white-space: nowrap;
	font-size:90%;
  }
  .pageHeader-syoukai {
    padding-top: 28%;
  }
  .pageHeader-annai {
    padding-top: 28%;
  }
  .pageHeader-access {
    padding-top: 28%;
  }
  .pageHeader {
    padding-top: 28%;
  }
  .footer-timetable td {
    padding: 5px;
  }
  .floatingMenuBox-tel {
    font-size: 1.8em;
  }
  .floatingMenuBox p {
    padding: 0 10px;
    margin-top: 10px;
  }
  .floatingMenuBox dl {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 1.8rem;
    margin: 60px 0;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  /*.navbar {
    display: block;
}*/
  .header-logo {
    display: none;
  }
  .navbar-brand {
    display: block;
    max-width: 300px;
    /* [disabled]text-align: center; */
    margin-left: auto;
    margin-right: auto;
  }
  .h-info {
    display: none;
  }
  .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
  }
  nav {
    height: auto;
  }
  .gnav {
    padding: 0;
    background: #fff !important;
  }
  nav .gnavBox {
    padding: 0;
    background-color: #62B340; /* ナビバー色 */
  }
  .is-animation {
    height: auto;
  }
  .navbar-nav {
    width: 100%;
    flex-wrap: wrap;
  }
  .navbar-nav a {
    width: 33.333%;
    text-align: center;
    border-bottom: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
  }
  .navbar-nav a:nth-of-type(2n) {
    border-right: 1px solid #FFFFFF;
  }
  .navbar-nav a:nth-of-type(n+3) {
    /* [disabled]border-bottom: 1px solid #FFFFFF; */
  }
  .gnavInner::after {
    background-color: transparent;
  }
  .navbar-nav a::before {
    background-color: transparent;
  }
  .gnavInner::before {
    background-color: transparent;
  }
  .pageTitle {
    font-size: 1.6rem;
  }
  .footer-timetableBox {
    padding: 0 10px;
    border-left: none;
  }
  #footer .footer-menu ul {
    display: block;
    padding: 30px 0;
    margin: 0;
    text-align: left;
  }
  #footer .footer-menu li {
    display: block;
    padding: 10px;
  }
  .pc-cvText {
    display: none;
  }
  .pc-cvTel {
    display: none;
  }
  .sp-cvTel {
    display: block;
    margin: 10px;
  }
  .cvWeb {
    margin: 10px;
  }
  .footer-addressBox {
    padding: 0 20px;
  }
  .footer-information-logo {
    padding: 0 20px 20px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width:600px) {
  nav .gnavBox {
    padding: 0px 0px;
  }
  .header-logo {
    width: 290px;
  }
  .navbar-nav a {
    font-size: 14px;
  }
  .pageTitle {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
  h2 {
    font-size: 1.4rem;
    margin-top: 40px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .pageHeader {
    padding-top: 40%;
  }
  .pageHeader-syoukai {
    padding-top: 40%;
  }
  .pageHeader-annai {
    padding-top: 40%;
  }
  .pageHeader-access {
    padding-top: 40%;
  }
}
@media screen and (max-width:480px) {
  .navbar-brand {
    max-width: 250px;
  }
  .navbar-nav a {
    font-size: 14px;
  }
  .content {
    margin: 50px 0;
  }
  .addressText {
    font-size: 1.2em;
	color:#4d4d4d;
  }
  .floatingMenuBox p {
    padding: 0 5px;
    margin-top: 14px;
  }
  .footerBtn-area {
    text-align: center;
  }
  .sp-cvTel {
    margin-top: 14px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 14px;
  }
  .cvWeb {
    margin-top: 14px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 14px;
  }
  .floatingMenuBox .btn {
    padding: 0.6rem .8rem;
  }
  .footer-cvBtn {
    width: 150px;
    font-size: 0.9em;
  }
  .footer-information-logo {
    width: auto;
  }
  .form-height{
	height:2500px;
}
 .form-height02{
	height:1450px;
}
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
