@charset "UTF-8";
/*　印刷のとき非表示　*/
@media print {
.spMenu {
	display: none;
}
}

/*----------------------------------------------
 reset styles
----------------------------------------------*/
main { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; display:block; } 

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html { font-size: 62.5%; } 
body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.3em;/* =13px */
	line-height: 1.6;
	border: 10px solid #afe3c8;
	min-width: 980px;
	color: #333;
}
@media screen and (max-width:767px) {
body {
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	border: none;
	min-width: 320px;
}
th, td {
	word-break: break-all;
}
}
a {
}
a:visited {
}

img {
	border-style: none;
}
ul {
	list-style: none;
}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}



/* ----------------------------------------------
header
----------------------------------------------*/
header {
	width: 100%;
	min-width: 960px;
	height: 178px;
	background: url(../img/bg-green.jpg) repeat top left;
}
header .boxInner {
	position: relative;
}
h1 {
	position: absolute;
	top: -10px;
        left: 200px;
	z-index: 50;
}
header ul {
	position: absolute;
	top: -10px;
	right: 0;
	z-index: 50;
	display: -webkit-flex;
	display: flex;
}
header ul li {
	margin-left: 5px;
}
#mainMenu01 {
	width: 199px;
	height: 62px;
}
#mainMenu01 a {
	width: 199px;
	height: 62px;
	display: block;
	background-position: 0px 62px;
	background-repeat: no-repeat;
	background-image: url(../img/header-btn01-hover.png);
}
#mainMenu02 {
	width: 141px;
	height: 62px;
}
#mainMenu02 a {
	width: 141px;
	height: 62px;
	display: block;
	background-position: 0px 62px;
	background-repeat: no-repeat;
	background-image: url(../img/header-btn02-hover.png);
}
#mainMenu01 a:hover,
#mainMenu02 a:hover {
	background-position: 0px 0px;
}
#mainMenu01 a:hover img,
#mainMenu02 a:hover img {
	display: none;
}
.spMenu {
	display: none;
}
/* ----------------------------------------------
グローバルメニュー
----------------------------------------------*/
/*　PC用　*/
@media print, screen and (min-width:768px) {
nav {
	width: 100%;
	margin-top: -25px;
	background: url(../img/bg-nav.jpg) repeat;
}
.slideClose {
	display: none;
}
#dropmenu {
	display: -webkit-flex;
	display: flex;
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
}
#dropmenu li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1.7rem;	
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	text-align: center;
}
#dropmenu li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 25px 0 0;
	color: #fff;
	text-decoration: none;
}
/*　親メニュー　*/
#dropmenu li.home {
	-webkit-flex: 0 0 80px;
	flex: 0 0 80px;
}
#dropmenu li.home a {
	display: block;
	width: 100px;
	height: 70px;
	padding-top: 15px;
	background-position: center 15px;
	background-repeat: no-repeat;
	background-image: url(../img/nav-home-hover.png) ;
}
#dropmenu li.home a:hover {
	background-position: center 15px;
}
#dropmenu li.home a:hover img  {
	display: none;
}
#dropmenu li.dmOya {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 70px;
}
#dropmenu li.dmOya span {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 25px 0 0;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
/*子メニュー*/
#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
}
#dropmenu li ul li a:before {
	position: absolute;
	content: "";
	top: 40%;
	right: 10px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #fff;
}
#dropmenu li ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 25px 0 10px;
	background: #4d8a51;
	text-align: left;
	font-size: 1.3rem;
	font-weight: normal;
}
#dropmenu li.dmOya:hover {
	background: #006547;
	cursor: pointer;
}
#dropmenu li.home a:hover {
	background-position: center 15px;
	padding: 0 25px;
}
#dropmenu li.home a:hover img {
	display: none;
}
#dropmenu > li:nth-child(n+2):hover > a {
	background: #006547;
}
#dropmenu > li:hover li:hover > a {
	background: #006547;
}
#dropmenu li:hover > ul > li {
	overflow: visible;
	height: 53px;
}
}
/*　スマホ用　*/
@media screen and (max-width:767px) {
.noscroll {
	position: fixed;
	overflow: hidden;
	height: 100%;
}
#slideMenu {
	position: absolute;
    z-index: 600;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
	height: 100%;
}

img {
max-width : 100% ;
height : auto ;
} 
iframe { width : 100% ; }



/*スマホ版ボタン背景*/
.slideContens {
	display: -webkit-flex;
	display: flex;
	height: 100%;
    width: 80%;
	margin-left: auto;
    max-width: 300px;
    min-width: 240px;
    position: relative;
}
.slideClose {
	-webkit-flex: 1 1 40px;
	flex: 1 1 40px;
	width: 40px;
	padding-top: 10px;
}
.slideClose {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
.slideBg {
	width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.8
}
#dropmenu {
	position: relative;
overflow-y: auto;
width: 320px;
height: 100%;
	background-color: #006547;
}
#dropmenu {
	margin: 0 auto;
	padding: 0;
}
#dropmenu li {
	position: relative;
	margin: 0;
	padding: 0;
}
#dropmenu li.home {
	text-align: center;
	border-bottom: 2px solid #fff;
}
#dropmenu li.dmOya {
	border-bottom: 2px solid #fff;
}
#dropmenu li.dmOya > a {
	display: block;
	margin: 0;
	padding: 15px 0;
	font-size: 1.6rem;	
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#dropmenu li ul {
	width: 94%;
	margin: 0 auto 6%;
	padding: 0;
	background-color: #fff;
}
#dropmenu li ul li {
	width: 100%;
	color: #fff;
	border-bottom: 2px solid #006547;
}
#dropmenu li ul li a:before {
	position: absolute;
	content: "";
	top: 40%;
	left: 10px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #006547;
}
#dropmenu li ul li a {
	display: block;
	padding: 10px 0 10px 20px;
	text-align: left;
	font-size: 1.3rem;
	font-weight: normal;
	color: #006547;
	text-decoration: none;
}
}


/* ----------------------------------------------
パンくず・ページ見出し
----------------------------------------------*/
#midashi {
	background: url(../img/bg-midashi.jpg) repeat;
}
#midashi .boxInner {
	position: relative;
	background: url(../img/img-h2.png) no-repeat bottom right;
}
#pankuzu {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 1.3rem;
	color: #006547;
}
#pankuzu a {
	color: #006547;
}
#pankuzu a:hover {
	color: #ba272d;
}
#midashi h2 {
	padding: 30px 0;
	font-size: 5.0rem;
	text-align: center;
	color: #006547;
}
/* ----------------------------------------------
main
----------------------------------------------*/
.boxInner {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.bgG {
	background: url(../img/bg-green.jpg) repeat;
}
section {
	background-color: #fff3ad;
}
h3 {
	text-align: center;
	padding: 70px 0 30px;
}
.lead {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.bgG .lead {
	color: #1a1a1a;
}
/* ----------------------------------------------
totop
----------------------------------------------*/
#totop {
	width: 60px;
    position: fixed;
	z-index: 99;
    bottom: 50px;
    right: 50px;
}
#totop a {
	width: 60px;
	height: 60px;
	display: block;
	background-position: 0px;
	background-repeat: no-repeat;
	background-image: url(../img/icon-totop-hover.png);
}
#totop a:hover {
	background-position: 0px 0px;
}
#totop a:hover img {
	display: none;
}

/* ----------------------------------------------
footer
----------------------------------------------*/
#copyright {
	margin: 60px 0;
	color: #666666;
	text-align: center;
}
footer .boxInner {
	display: -webkit-flex;
	display: flex;
}
footer ul {
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	margin-top: 50px;
}
footer ul li {
	padding: 5px 0;
	
}
footer ul li.sub {
	margin-left: 10px;
}
footer ul li.sub2 {
	margin: 15px 0;
} 
footer ul li a {
	padding-left: 15px;
	background: url(../img/arrow-footer.png) no-repeat left center;
	background-size: 15px 15px;
	color: #333333;
}
footer ul li a:hover {
	color: #ba272d;
}
/* ----------------------------------------------
スマホ用CSS
----------------------------------------------*/
@media screen and (max-width:767px) {
.hidden {
	display: none;
}
.boxInner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
h3 {
	text-align: center;
	padding: 50px 0 30px;
}
header {
	width: 100%;
	height: auto;
	min-height: 100px;
	margin: 0 auto;
	min-width: 320px;
	background: url(../img/bg-green.jpg) repeat top left;
}
header .boxInner {
	position: relative;
}
h1 {
	width: 100%;
	position: static;
}

h1 img.logo {
	width: 100%;
	height: auto;
	margin-top: -20px;
}
h1 img.logoMark {
	width: 30%;
	height: auto;
}

header .pcMenu ul {
	display: none;
}
header ul li {
	margin-left: 5px;
}
.spMenu {
	display: flex;
	justify-content: space-between;
	width: 66%;
	position: absolute;
	z-index: 60;
	right: 0;
	top: 0;
}
.spMenu a {
	display: block;
	margin: 5px 0;
	padding: 8px 0;
	background-color: #1e8c83;
	border-radius: 5px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.spMenu1 {
	width: 73%;
}
.spMenu2 {
	width: 23%;
	margin-left: 4%
}
#midashi {
	background: url(../img/bg-midashi.jpg) repeat;
}
#midashi .boxInner {
	position: relative;
	background: url(../img/img-h2.png) no-repeat bottom right;
	background-size: 30% auto;
}
#pankuzu {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 1.3rem;
	color: #006547;
}
#pankuzu a {
	color: #006547;
}
#pankuzu a:hover {
	color: #ba272d;
}
#midashi h2 {
	padding: 40px 0 10px;
	font-size: 3.0rem;
	text-align: left;
	color: #006547;
}
h3 img {
	width: 100%;
	max-width: 480px;
	height: auto;
}
.lead {
	font-size: 1.6rem;

}
#totop {
	width: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#totop a {
	width: 40px;
	height: 40px;
	display: block;
	background: none;
}
#totop a img {
	width: 100%;
	height: auto;
}
#totop a:hover img {
	display: block;
}
	
	
#copyright {
	margin: 60px 0 40px;
	color: #666666;
	text-align: center;
	font-size: 1.0rem;
}
footer .boxInner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 94%;
	margin: 0 auto;
	
}
footer ul {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
	margin-top: 50px;
}
footer ul li {
	padding: 3px 0;
	font-size: 1.2rem;
}
footer ul li.sub {
	margin-left: 10px;
}
footer ul li.sub2 {
	margin: 15px 0;
} 
footer ul li a {
	display: block;
	padding-left: 15px;
	color: #333333;
}
footer ul li a:hover {
	color: #ba272d;
}
}

/*----------------------------------------------
 :hover用（パソコンのみ適用）
----------------------------------------------*/

@media screen and (min-width:768px) {


}
