
body{
	position:relative ;
	background: #f8f8f8;
	margin: 0;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

/********************************/

header{
	width: 100%;
	height: 60px;
	position:absolute;
	z-index:10000;
	background:linear-gradient(90deg, rgba(115,178,136,0.8) 0%,rgba(115,178,136,0.5) 30%,rgba(161,201,172,0.5) 50%,rgba(161,201,172,0.8) 100%);
	top: 0px;
	/*background:linear-gradient(90deg,#a1c9ac 0%,#a1c9ac 50%,#73b288 50%,#73b288 100%);*/
}

header #h-main{
	width:100%;
	margin:0 auto;
}

header #h-logo{
	width: 270px;
	height: 60px;
	float: left;
	background: rgba(115,178,136,0.5);
}

header #h-logo img{
	margin-top: 5px;
}

header #h-nav{
	display: none;
}

header #h-nav ul li{
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	margin-top: -10px;

}

header #h-nav ul li+ li {

 	 border-left: 1px dotted #fff;
}

header #h-nav ul li a{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;

}

/********************************/

footer{
	width: 100%;
	height: 200px;
	z-index:10000;
	background:#73b288;
}

footer #footer-main{
	width:100%;
	margin:0 auto;
}

footer #footer-main #footer-main-left{

	float: left;
	width:100%;
}

footer #footer-main #footer-main-left .footer-txt1{
	padding-top:40px;
	color: #ffffff;
	font-size: 28px;
	line-height: 28px;
}

footer #footer-main #footer-main-left .footer-txt2{
	padding-top:10px;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
}


footer #footer-main #footer-main-left .footer-txt1 span{
	color: #ffffff;
	font-size: 20px;
}


footer #footer-main #footer-main-right{

	padding-top:40px;
	float: left;
	width:100%;
}

footer #f-nav ul li{
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	line-height:20px;
	margin-top: -10px;

}

footer #f-nav ul li a{
	font-size: 12px;
	color: #73b288;
	text-decoration: none;

}

footer .footer-sns {
	padding-right:30px;
	text-align: right;
}

/********************************/


.floatClear{
	/* floatを解除 */
	clear: both;
}


/**************SP-NAV******************/


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #2B2A2A;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


@media screen and (max-width: 900px) {
	#main-in {
		padding-left: 0;
	}

	#global-head {
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: rgba(212,212,212,0.9);
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}

	#global-nav ul a{
		color: black;
		font-size: 20px;
		line-height: 50px;
		text-decoration: none;
	}

	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}


}

@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
}


main{
	position:absolute;
	width:100%;
	top: 0;
}
.line-R {
	width: 100%;
	height:10px;
	background:linear-gradient(90deg,#a1c9ac 0%,#a1c9ac 70%,#73b288 50%,#73b288 100%);
}

.line-L {
	width: 100%;
	height:10px;
	background:linear-gradient(90deg,#73b288 0%,#73b288 30%,#a1c9ac 30%,#a1c9ac 100%);
}

.content-inner{
	width: 100%;
	margin:0 auto;
}

.content-inner2{
	width: 50%;
}

.mh1-m {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin: 20px 0 60px 0;    /* 周りの余白指定 */
    font-size: 20px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
}

.mh1-l {
    display:  block;        /* ブロック要素にする */
}

.mh1-t {
	font-size: 24px;
	font-weight: bold;
	color: #221916;
}


.mh1-b {
    display:  block;        /* ブロック要素にする */
    font-size:  16px;       /* 文字サイズ指定 */
	color:#43ab57;
	font-weight: bold;
    margin-top:  0px;      /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    width: 300px;           /* 幅指定 */
    margin: 0px auto 0;    /* 周りの余白指定 */
}

.h1-m {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin: 60px 0 60px 0;    /* 周りの余白指定 */
    font-size: 20px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
}

.h1-t {
	font-size: 24px;
	font-weight: bold;
	color: #221916;
    background: linear-gradient(transparent 60%, #b1dfc0 60%);
}


.h1-b {
    display:  block;        /* ブロック要素にする */
    font-size:  16px;       /* 文字サイズ指定 */
	color:#43ab57;
	font-weight: bold;
    margin-top:  0px;      /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    width: 300px;           /* 幅指定 */
    margin: 0px auto 0;    /* 周りの余白指定 */
}


.imgHover img{
	transform: scale(1);
	transition:all 0.3s;
}
.imgHover img:hover{
	transform: scale(1.3);
}

.imgHover a{
 width:25%;
 height:150px;
 overflow:hidden;
 display:block;
}

/********************************/


.breadcrumb {
  padding-left:0;
  margin-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #52b5ee;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}


/********************************/


.btn-flat-border {
	display: inline-block;
	padding: 0.8em 1.5em;
	text-decoration: none;
	color: #b1dfc0;
	font-weight: bold;
	border: solid 2px #b1dfc0;
	border-radius: 3px;
	transition: .4s;

	
}

.btn-flat-border:hover {
	background: #b1dfc0;
	color: white;
}
