@charset "UTF-8";

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

body {
  font-size: 13px;
}

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

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

section {
  padding: 20px;
}

a.gototop {
  background-color: #006431;
  bottom: 7%;
  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 {
	height: 50px;
	text-align: right;
	font-size: 13px;
	background-color: #006431;
	color: #ffffff;
}

h2 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  background-color: #006431;
  color: #ffffff;
  padding: 5px;
}

h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  background-color: #006431;
  color: #ffffff;
  padding: 5px;
}

h4 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  background-color: #20A41F;
  color: #ffffff;
  padding: 5px;
}

h5 {
	font-size: 12px;
	background-color: #9E9E9E;
	color: #FFFFFF;
	border-radius: 3px;
	padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h6 {
	font-size: 12px;
	background-color: #C9F5D9;
	color: #006431;
	border-radius: 3px;
	padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
	padding: 0 5px;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 25px;
	text-align: left;
}

.lp {
	padding: 0 5px;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 25px;
	color: #006431;
}

.lp2 {
	padding: 0 5px;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 25px;
	color: #006431;
}



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

/* headerContent */




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

.headerlogo {
	margin: 0 auto;
}


.hlogo {
	display: none;
}

header .headerContent .logo img {
  text-align: center;
	vertical-align: central;
	display: block;
	width: 100%;
 margin-left: auto;
 margin-right: auto;
}

header .headerContent .logo .logoc img {
	text-align: center;
	vertical-align: central;
	display: block;
	width: 100%;
 margin-left: auto;
 margin-right: auto;
}

.logoc a {
	color: #68AFF9;
}


/* globalNavigation 2 */

/*css*/
/* :::::: toggle button :::::: */
 
#navTgl {
  display: none;
}
 
label.open,
label.close {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
}
 
.open {
  z-index: 2;
  width: 50px;
  height: 50px;
  color: white;
  background-color: #006431;
  font-size: 2em;
  line-height: 50px;
  text-align: center;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
}
 
#navTgl:checked + .open {
  background-color: indianRed;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
 
.close {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}
 
#navTgl:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(0,0,0,.3);
}
 
/* :::::: drawer menu :::::: */
 
.menu {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}
 
#navTgl:checked ~ .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 
.menu p,
.menu li a {
  color: white;
}
 
.menu p {
  text-align: center;
}
 
.menu ul {
  padding: 0;
  list-style-type:none;
}
 
.menu li {
  border-bottom: 1px solid rgba(255,255,255,.6);
  font-size: .8em;
  line-height: 1.4;
}
 
.menu li:first-child {
  border-top: 1px solid rgba(255,255,255,.6);
}
 
.menu li a {
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  transition: background-color .6s;
}
 
.menu li a:hover {
  background-color: #68AFF9;
}
 



/* mainImage */

header .mainImage {
  padding: 20px;
  margin-top: 100px;
}

header .mainImage .imageScroll {
  border: 1px solid #eee;
  border-radius: 3px;
}

header .mainImage img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


.pagetopimgt {
	text-align: center;
	vertical-align: central;
	display: block;
 margin-left: auto;
 margin-right: auto;
}

.pagetopimgt img {
	max-width: 100%;
	text-align: center;
	vertical-align: central;
	display: block;
 margin-left: auto;
 margin-right: auto;
}


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


/* s7 */

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

.ds71 {
	float: left;
}

.ds71 img {
	max-width: 45%;
}



.cond {
	padding: 5px 2px;
	margin: 5px 0;
	text-align: center;
	background-color: #444444;
	color: #ffffff;
}


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

.pcon img {
	width: 100%;
}


/* s11 */

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

.ds111 {
	float: left;
}

.ds111 img {
	max-width: 45%;
}



.cond {
	padding: 5px 2px;
	margin: 5px 0;
	text-align: center;
	background-color: #444444;
	color: #ffffff;
}


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

.pcon img {
	width: 100%;
}




/* footerNavigation */

footer .siteLinks {
  background: #C6FBDF;
  padding: 20px;
}

footer .siteLinks .inner {
  overflow: hidden;
}

footer .siteLinks .linkList {
  overflow: hidden;
  text-align: center;
}

footer .siteLinks .logo {
  font-size: 12px;
  color: #014F20;
  text-align: center;
}

footer .siteLinks .logo img {
  display: block;
  margin: 0 auto;
  width: 150px;
}

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

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

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

footer .siteLinks .linkList dl dd {
  display: inline;
  font-size: 12px;
  margin-bottom: 5px;
}

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

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


/*メニューをページ下部に固定*/
#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;
   text-decoration: none;
   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;
    }
}
