@charset "UTF-8";

/***************
  common
****************/

body {
  font-size: 13px;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link,
a:visited {
  color: #006431;
}

img.border {
  border: 1px solid #eee;
  border-radius: 3px;
}

a.gototop {
  background-color: #006431;
  bottom: 2%;
  color: #fff;
  display: none;
  font-size: 2rem;
  height: 3rem;
  line-height: 3.8rem;
  position: fixed;
  right: 2%;
  text-align: center;
  text-decoration: none;
  width: 3rem;
}

h1 {
	color: #006431;
}

h2 {
	font-size: 22px;
	padding: 8px 0 8px 70px;
	background-image:url(../images/h2.png);
	background-repeat: no-repeat;
	margin: 0 0 7px;
	color: #006431;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	padding: 10px 0 10px 70px;
	background-image:url(../images/h3.png);
	background-repeat: no-repeat;
	margin: 0 0 7px;
	color: #006431;
	font-weight: bold;
}

h4 {
	font-size: 24px;
	padding: 10px 0 10px 70px;
	background-image:url(../images/h4.png);
	background-repeat: no-repeat;
	margin: 0 0 7px;
	color: #006431;
	font-weight: bold;
}

h5 {
	font-size: 24px;
	padding: 10px 0 10px 70px;
	background-image:url(../images/h5.png);
	background-repeat: no-repeat;
	margin: 0 0 7px;
	color: #006431;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	padding: 5px 0 5px 15px;
	width: 900px;
	background-color: #67D33B;
	border-radius: 3px;
	margin: 0 0 10px;
	color: #006431;
	font-weight: bold;
}

p {
	padding: 0 10px;
	font-size: 14px;
    margin: 20px 40px 30px;
	letter-spacing: 2px;
	line-height: 22px;
}



/***************
  header
****************/

/* headerContent */

header .headerContent {
  margin: 0 auto;
  padding: 10px 0;
  background-color: #ffffff;
}

.hh {
	width: 1200px;
}

.headerlogo {
	width: 1200px;
	margin: 0 auto;
	height: 120px;
}

.htop {
	width: 600px;
	text-align: left;
	float: left;
}

.hlogo {
	width: 598px;
	text-align: right;
	float: left;
}

header .headerContent .logo img {
  float: left;
  display: block;
}

.logoc {
	float: right;
	color: #68AFF9;
	text-align: right;
}

.logoc a {
	color: #67D33B;
}


/* globalNavigation */

header nav.menu {
  background: linear-gradient(to bottom,  #D5F4CE 0%,#67D33B 45%);
  border-bottom: 2px solid #20A41F;
}

#nav {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
}

#nav li {
	position: relative;
	float: left;
	width: 198px;
	height: 45px;
	text-align: center;
	border-left: 1px dotted #20A41F;
	border-bottom: 2px solid #20A41F;
	z-index: 1;
}

#nav li:last-child {
	border-right: 1px dotted #20A41F;
}

#nav li a {
	display: block;
	width: 198px;
	height: 45px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 3;
	background: linear-gradient(to bottom,  #D5F4CE 0%,#67D33B 45%);
	border-bottom: 2px solid #20A41F;
	text-decoration: none;
}

#nav li a:hover {
	color: #ffffff;
	background: linear-gradient(to bottom,  #88E348 0%,#37A60A 70%);
	border-bottom: 2px solid #20A41F;
}

#nav > li li:hover > a {
	background: linear-gradient(to bottom,  #88E348 0%,#37A60A 70%);
}

#nav li ul {
	left: 0;
	position: absolute;
}

#nav li ul li {
	overflow: hidden;
	height: 0;
}

#nav li ul li a {
	border-top: 1px solid #006431;
}

#nav li:hover > ul > li {
	overflow: visible;
	width: 148px;
	height: 45px;
	border-bottom: 1px solid #006431;

}

/* globalNavigation2 */

#navTgl {
  display: none;
}
.open {
	display: none;
}

/* mainImage */

.topimg {
  margin: auto;
  margin-bottom: 50px;
  background: linear-gradient(to bottom,  #006431 20%,#ffffff 45%);
}
	
.topimg .mainImage {
  height: 600px;
  margin: 0 auto;
  width: 1200px;
}

.topimg .mainImage .imageScroll {
  border-radius: 3px;
}

.topimg .mainImage img {
  display: block;
  margin: 0 auto;
  max-height: 600px;
  max-width: 100%;
}

.pagetopimgt {
  margin: 0 auto;
  background: linear-gradient(to bottom,  #006431 0%,#ffffff 15%);
  margin-bottom: 20px;
  text-align: center;
}

.pagetopimgt .pagetopimgt2 {
  margin: 0 auto;
  width: 1200px;
}

/***************
  footer
****************/

/* s7 */

.s7 {
  overflow: hidden;
  background-color: #006431;
}

.ds7 {
	margin: 20px auto 20px;
  overflow: hidden;
  width: 1200px;
}

.ds71 {
	float: left;
}

.ds71 img {
	margin: 7px;
	width: 80px;
}

.cond {
	padding: 8px 0 8px 20px;
	margin: 5px 0;
	background-color: #444444;
	color: #ffffff;
}

.pcon {
	text-align: center;
	margin: 20px 0 20px 0;
}


/* s11 */

.s11 {
  overflow: hidden;
  background-color: #86B382;
}

.ds11 {
	margin: 20px auto 20px;
  overflow: hidden;
  width: 1200px;
}

.ds111 {
	float: left;
}

.ds111 img {
	margin: 7px;
	width: 180px;
}

.cond {
	padding: 8px 0 8px 20px;
	margin: 5px 0;
	background-color: #444444;
	color: #ffffff;
}

.pcon {
	text-align: center;
	margin: 20px 0 20px 0;
}


/* footerNavigation */

footer .siteLinks {
  background: #B9F7DB;
  padding: 30px;
  height: 300px;
}

footer .siteLinks .inner {
  margin: 0 auto;
  overflow: hidden;
  width: 1200px;
}

footer .siteLinks .logo {
  float: left;
  width: 230px;
  font-size: 11px;
  color: #014F20;
}

footer .siteLinks .linkList {
  overflow: hidden;
}

footer .siteLinks .logo img {
  display: block;
  width: 200px;
}

footer .siteLinks .linkList dl {
  float: left;
  font-size: 12px;
  width: 240px;
}

footer .siteLinks .linkList dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

footer .siteLinks .linkList dl dt a {
  text-decoration: none;
}

footer .siteLinks .linkList dl dd {
  margin-bottom: 5px;
}

footer .siteLinks .linkList dl dd a {
  color:#444;
  text-decoration: none;
}

footer small {
  background: #006431;
  color: #f2f2f2;
  display: block;
  font-size: 11px;
  padding: 10px 0;
  text-align: center;
}

footer .ftp {
	font-size: 14px;
}


/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニュー色*/
#sp-fixed-menu li:first-child{
   background: #006431;
}

/*左側メニュー色*/
#sp-fixed-menu li:last-child{
   background: #04C1BE;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   text-decoration: none;
   width: 100%;
   padding:20px 0;
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}