@charset "UTF-8";
/* CSS Document */

html{
	overflow-x: hidden;
}


body {
    background-color: #ffffff;
	font-size: 0.88em;
	line-height: 1.5;
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	border: 0;
}

a {
	text-decoration: none;
}

#wrap{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.s_txt{
	font-size: 0.7em;
	color: #393838;
}

.main_area{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}

/* header */

.header{
	width: 100%;
	padding: 2% 2% 0 2%;
	overflow: hidden;
}

.h_left{
	width: 48%;
	text-align: left;
	float: left;
}

.h_right{
	width: 48%;
	float: left;
	right: 0;
}

/* header_contact */

.contact{
	width: 208px;
	height: auto;
	margin-left: auto;
}

/* navi */

.navi{
	width: 100%;
	background-color: #e5e5e5;
	position: relative;
	overflow: hidden;
}

.navi ul{
	position: relative;
	left: 50%;
	float: left;
}

.navi li{
	position: relative;
	left: -50%;
	float: left;
	margin: 12px;
	line-height: 130%;
}

.navi a {
    padding: 0 .3em;
    background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(98,142,54,1) 50%);
    background-position: 0 0;
    background-size: auto 200%;
    transition: .3s;
	text-decoration: none;
	color: #000000;
}

.navi a:hover {
    background-position: 0 100%;
    color: #ffffff;
}

.main_gr{
	width: 80%;
	height: 30%;
	background-image: url(../images/main_img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	padding: 10%;
	text-align: left;
	font-size: 1.5em;
	line-height: 250%;
	text-shadow:2px 1px 5px #000000;
}

.area_1{
	width: 90%;
	padding: 5%;
	position: relative;
	overflow: hidden;
	font-size: 1.2em;
	
}

h1{
	width: 100%;
	line-height: 220%;
	text-align: center;
	background-image: url(../images/title_line.gif);
	background-repeat: no-repeat;
	font-size: 1.5em;
	background-position: center bottom;
	
}

h2{
	width: 96%;
	text-align: center;
	line-height: 170%;
	padding: 2%;
	font-size: 1.2em;
}

h3{
	font-size: 1.3em;
}

.area_1 ul{
	position: relative;
	left: 50%;
	float: left;
}

.area_1 li{
	width: 33.3%;
	margin-top: 30px;
	position: relative;
	left: -50%;
	float: left;
	text-align: center;
}

.contact_btn_area{
	width: 100%;
	padding-bottom: 5%;
	text-align: center;	
}

.contact_btn{
	display: inline-block;
	width: 40%;
	padding: 10px;
	background-color: #fdaf47;
	color: #ffffff;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	-webkit-transition: all .3s;
    transition: all .3s;
	font-size: 1.2em;
}

.contact_btn:hover {
	background-color: #fd6204;
}

.area_2{
	width: 90%;
	padding: 5%;
	position: relative;
	overflow: hidden;
}

.pic{
	width: 50%;
	float: left;
	padding-right: 3%;
}

.pic img{
	width: 100%;
}

.txt{
	width: 47%;
	float: left;
}

.about_btn{
	display: inline-block;
	width: 96%;
	padding: 2%;
	margin-top: 15px;
	background-color: #ffffff;
	color: #fd9409;
	text-align: center;
	border: 1px solid #fd9409;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .3s;
    transition: all .3s;
}

.about_btn:hover {
	background-color: #fd9409;
	color: #ffffff;
}

.area_3{
	width: 100%;
	margin: 0 auto;
	padding: 5% 5% 10% 5%;
	box-sizing: border-box;
	position: relative;
}

.form{
	width: 100%;
	padding-bottom: 5%;
}

.form_1{
	width: 60%;
	display: inline-block;
	margin-left: 20%;
}

.label_position{
	padding-top: 10px;
	text-align: left;
}

.label_design{
	font-size: 1.1em; 
	font-weight: bold;
	color: #454942;
	line-height: 250%;
}

.design{
	width: 94%;
	padding: 3%;
	border: 1px solid #454942;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	font-size: 0.93em;
}

.btn_position{
	padding-top: 30px;
	text-align: center;
}

.form_btn{
	display: inline-block;
	width: 100%;
	padding: 10px;
	background-color: #fdaf47;
	color: #ffffff;
	border: 0;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 1.2em;
}

.form_btn:hover {
	background-color: #fd6204;
}

.area_4{
	width: 100%;
	padding: 5%;
	box-sizing: border-box;}

.area_4 ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;}

.area_4 li{
	width: 33.3%;
	padding: 1%;
	box-sizing: border-box;}

.area_4 img{
	width: 80%;
	max-width: 100%;
	height: auto;}

.area_4 img:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: all .3s;
    transition: all .3s;
}

/* footer */

.footer{
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	background-color: #454942;
	color: #ffffff;
	text-align: right;
	font-size: 0.7em;
}

.footer a:link { color: #ffffff; }
.footer a:visited { color: #ffffff; }
.footer a:hover { color: #628e36; }
.footer :active { color: #628e36; }

.f_left{
	width: 48%;
	text-align: left;
	float: left;
}

.f_right{
	width: 48%;
	float: left;
	right: 0;
	text-align: right;
}

.b_txt{
	font-size: 1.2em;
	font-weight: bold;
}

.line_txt{
	color: #797a78;
}

/* Tablet
---------------------------------*/
@media screen and (max-width: 768px) {
	
}

/* Small Tablet
---------------------------------*/
@media screen and (max-width: 600px) {

.navi li{
	margin: 12px 5px 12px 5px;
}
	
.main_gr{
	height: 50%;
	font-size: 1.0em;
	line-height: 250%;
}
	
.h_left{
	padding-top: 6px;
}
	
.contact{
	width: 150px;
	height: 30px;
	padding-top: 6px;
}
	
.area_1{
	width: 90%;
	padding: 5%;
	position: relative;
	overflow: hidden;
}
	
.area_1 ul{
	width: 100%;
	float: none;

}

.area_1 li{
	width: 100%;
	float: none;
}
	
.contact_btn{
	width: 80%;
}
	
.area_2{
	width: 90%;
	padding: 5%;
	position: relative;
	overflow: hidden;
}
	
.pic{
	width: 90%;
	padding: 5%;
	float: none;
}

.pic img{
	width: 100%;
}

.txt{
	width: 90%;
	padding: 0 5% 0 5%;
	float: none;
}

.form_1{
	width: 90%;
	margin-left: 5%;
}
	
.design{
	padding: 2%  3%  3%  3%;
}
	
	
.area_4 ul{
	width: 100%;
}

.area_4 li{
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
}
	
.area_4 img{
	width: 50%;
	height: auto;
}
	

}

/* Smart Phone
---------------------------------*/

@media only screen and (max-width: 480px) {	

}

