﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    TOP css
------------------------------------------------------------*/  

#top-header{
	background:url(../img/hd-visual.png) no-repeat 50% top;
	background-size:cover;
	text-align:center;
	position:absolute;
	z-index:20;
	width:100%;
	height:100%;
}

#hd-logo{
	width:auto;
	max-width:421px;
	margin:65px auto;
	padding:0 50px;
}

#hd-txt{
	width:80%;
	text-align:center;
	position:absolute;
	bottom:100px;
	left:10%;
	right:10%;
}


/*------------------------------------------------------------ 
    4つのこだわり
------------------------------------------------------------*/  

#headline1{
	color: #0A8142;
	text-align: center;
	font-size: 259%;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 0 10px;
}

#topList{
	max-width:1224px;
	overflow:hidden;
	margin:0 auto;
}

#topList li{
	width:25%;
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:40px 12px 0;
}

#topList p{
	max-width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6ABBA5;
	font-size: 134%;
	letter-spacing: 1px;
	padding-bottom: 5px;
	border-bottom: 3px solid #6ABBA5;
}

#topList p span{
	font-size:117%;
}

#topList dt{
	color:#472F0B;
	font-size:200%;
	font-weight:bold;
	padding:15px 0 25px;
}

#topList dd{
	color:#6F5133;
	font-size:117%;
	line-height:1.5;
}

.button{
	width:300px;
	float:right;
	height:50px;
	margin-top: 40px;
	margin-right: 2%;
	margin-bottom: 0;
}

.button a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;	
	line-height:50px;
	color:#fff;
	font-size:167%;
	background:#52B487;
}

.button2{
	width:300px;
	float:left;
	height:50px;
	margin-top: 40px;
	margin-left: 2%;
}

.button2 a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;	
	line-height:50px;
	color:#fff;
	font-size:167%;
	background:#52B487;
}


/*------------------------------------------------------------ 
    特徴
------------------------------------------------------------*/  

#headline2{
	text-align:center;
	font-size:234%;
	color:#332106;
	letter-spacing:1px;
	font-weight:bold;
}


#featureList li{
	width:48.3%;
	margin-top:30px;
}

#featureList p{
	margin-top:20px;
	color:#265741;
	font-size:117%;
}


/*------------------------------------------------------------ 
    ご案内
------------------------------------------------------------*/  

#headline3{
	width:auto;
	max-width:639px;
	margin:0 auto;
	padding:0 10px;
}

#guideList{
	max-width:1220px;
	overflow:hidden;
	margin:0 auto;
	letter-spacing: -.40em;
}

#guideList li{
	display:inline-block;
	width:33.3333%;
	letter-spacing: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:40px 16px 0;
}

#guideList dl{ position:relative;}
#guideList dl:before{
	display:block;
	content:"";
	width:80%;
	height:0;
	border-top:1px solid #52B487;
	position:absolute;
	top:9px;
	right:0;
	z-index:-1;
}

#guideList dt{
	display:inline-block;
	line-height:18px;
	margin-bottom:15px;
	padding:0 15px 0 28px;
	color:#1E4433;
	font-size:167%;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	background:#fff url(../img/icon-guide.png) no-repeat left 50%;
}

#guideList dd p{
	margin-top:20px;
	font-size:117%;
	color:#265741;
	line-height:1.5;
}

#guideList dd a{
	color: #419670;
	text-decoration: underline;
}

#guideList dd a:hover{ text-decoration:none;}


/*------------------------------------------------------------ 
    お知らせ
------------------------------------------------------------*/  

#newsArea{
	width:100%;
	background:url(../img/bg-news.png) no-repeat 50% top;
	background-size:cover;
	overflow:hidden;
}

#headline4{
	width:25%;
	float:left;
	padding:50px 0 50px 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#headline4 h2{
	display:none;
}

#newsList{
	width:75%;
	float:right;
	padding:25px 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:rgba(255,255,255,0.85);
}

#newsList li{
	width:100%;
	padding:25px 0;
	overflow:hidden;
}

.date{
	width:98px;
	height:60px;
	padding:19px 0;
	float:left;
	background:#39ADDB;
	border-radius:50%;
	text-align:center;
	color:#fff;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
}

.date span{
	display:block;
	font-size:117%;
}

#newsList li div{
	width:100%;
	float:left;
	margin-left:-98px;
}

#newsList li a{
	display:block;
	width:auto;
	padding-top:15px;
	margin-left:118px;
}

.news-ttl{
	color:#39ADDB;
	font-weight:bold;
	font-size:150%;
	line-height:1.5;
}

.news-txt{
	color:#265741;
	line-height:1.5;
	font-size:117%;
	margin-top:15px;
}



/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  


/* TABLET */
@media screen and (max-width: 788px){

#topList li,
#guideList li{
	width:50%;
}

#headline4 h2{
	display:block;
	background:#fff;
	color:#53AB29;
	padding:10px;
	text-align:center;
	font-size:175%;
	letter-spacing:1px;
	font-weight:bold;
}

#headline4 div{ display:none;}

#headline4,
#newsList{
	float:none;
	width:auto;
	padding:20px;
}

.button{
	width:100%;
	height:40px;
	margin:40px 10px 0;
}

.button a{
	line-height:40px;
	font-size: 110%;
}

.button2{
	width:100%;
	height:40px;
	margin:40px 10px 0;
}

.button2 a{
	line-height:40px;
	font-size: 110%;
}



}


/* SP */
@media screen and (max-width: 560px){

#headline1{ font-size:150%;}

#topList dt{
	font-size:134%;
	padding:15px 0;
}

#topList dt br{ display:none;}

#guideList dd p,
#featureList p{	margin-top:10px;}

#headline2,
#headline4 h2,
#guideList dt{ font-size:134%;}


#topList li,
#guideList li,
#featureList li{
	width:100%;
	float:none;
}

#topList li,
#guideList li{ padding:30px 10px 0;}

/* news */

#headline4,
#newsList{ padding:20px 10px;}

#newsList li{ padding:10px 0;}
.date{
	width:60px;
	height:30px;
	padding:15px 0;
	line-height:15px;
	font-size:92%;
}

#newsList li div{ margin-left:-60px;}

#newsList li a{ margin-left:75px;}

.news-ttl{ font-size:125%;}

.news-txt{
	font-size:109%;
	margin-top:10px;
}


}

/*ボックス001*/
.box001 {
	margin-bottom:12px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

/*テーブル01*/
.table_01{
width: 100%;
}
.table_01 th{
	padding: 1px;
	text-align: right;
	width: 50%;

}
.table_01 td{
	padding: 1px;
	width: 50%;
}
