
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:99999;
	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%);
	/*background:linear-gradient(90deg,#a1c9ac 0%,#a1c9ac 50%,#73b288 50%,#73b288 100%);*/
}

header #h-main{
	width:1000px;
	margin:0 auto;
}

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

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

header #h-nav{
	width: 730px;
	height: 60px;
	float: left;
	background: rgba(161,201,172,0.5);
}

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;

}



/* sp - none */
header #nav-toggle{
	display: none;
}

header #sidebar{
	display: none;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	margin:0 auto;
	height: 60px;
	background:linear-gradient(90deg,#73b288 0%,#73b288 30%,#a1c9ac 50%,#a1c9ac 100%);
}


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

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

a:hover  {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

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


.content-inner{
	width: 1000px;
	margin:0 auto;
}

.content-inner h1{
	font-size: 20px;
	
}

.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;    /* 周りの余白指定 */
}
 
.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;
}


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

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

footer #footer-main{
	width:1000px;
	margin:0 auto;
}

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

	float: left;
	width: 370px;
}

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: 610px;
}

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: #ffffff;
	text-decoration: none;

}

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

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


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



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

.btn-flat-border {
	display: inline-block;
	padding: 0.3em 1em;
	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;
}



