@charset "utf-8";
/*
 * CSS base.css
 */

a:link,
a:visited { color:#75C225;}
a:hover,
a:active { color:#aaa; }
/* ---------------------------------------
base
--------------------------------------- */
body{
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.001em;
	max-height: 999999px;
}
@media screen and (max-width: 639px) {
	body { font-size: 13px; }
}

@media print{
	body{ width: 1280px; }
}

.wrap{
	overflow-x: hidden;
}


/*
---------------------------------------
#header
--------------------------------------- */
#header{
	width: 100%;
}
#header .incnt{
	position: relative;
	height: 105px;
}
#header .logo {
	width: 265px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#header .h_txt{
	font-size: 0.9em;
	position: absolute;
	top: 5px;
	right: 0;
	font-weight: normal;
}
#header .tel{
	position: absolute;
	top: 50px;
	right: 0;
}
@media screen and (max-width: 639px) {
	#header .incnt{
		height: auto;
		width: 100%;
		margin: 0;
	}
	#header .menu_btn{
		width: 70px;
		position: absolute;
		top: 0;
		right: 0;
	}
	#header .logo{
		width: 196px;
		left: 10px;
		top: 10px;
		bottom: auto;
	}
	#header .tel{
		position: static;
		padding: 3% 0;
		border-bottom: 1px solid #BDB6B2;
	}
	#header .tel img{
		width: 60%;
		margin: 0 20%;
	}
	.sp_header{
		width: 100%;
		position: static;
		height: 70px;
		border-bottom: 1px solid #BDB6B2;
	}
}







/*
---------------------------------------
#gnav
--------------------------------------- */
#gnav {
	width: 960px;
	height: 25px;
	margin: 0 auto 20px;
	position: relative;
}
#gnav ul{
	position: absolute;
	right: 0;
}
#gnav li { float: left; }

@media screen and (max-width: 639px) {
	#gnav {
		width: 100%;
		height: auto;
		margin: 0;
		position: absolute;
		top: 70px;
		background: #F8F5EF;
		z-index: 100;
	}
	#gnav ul{
		position: relative;
		border-bottom: 1px solid #847871;
	}
	#gnav li{
		float: none;
		border-top: 1px solid #847871;
	}
	#gnav li a{
		padding: 14px 0 18px;
		display: block;
	}
}









/* ---------------------------------------
#content
--------------------------------------- */
#content {
	width: 100%;
	padding: 50px 0;
}
@media screen and (max-width: 639px){
	#content {
		padding-top: 20px;
	}
}


/* ---------------------------------------
#pagetop
--------------------------------------- */
.pagetop {
	position: fixed;
	z-index: 100;
	bottom: 30px;
	right: 30px;
}
@media screen and (max-width: 639px) {
	.pagetop{
		width: 50px;
		bottom: 15px;
		right: 15px;
	}
}





/* ---------------------------------------
#footer
--------------------------------------- */
#footer {
	width: 100%;
	border-top: 6px solid #EEEDEC;
}
#footer .incnt{
	padding: 20px 0;
}
#footer .cnt_left{
	padding: 0 18px 0 0;
	border-right: 1px solid #C2C2C2;
}
#footer .copyright {
	color: #59493F;
	padding: 20px 2%;
	font-size: 0.9em;
	text-align: center;
	background: #EEEDEC;
}
#footer .f_logo{
	width: 260px;
	margin: 0 0 10px;
}
#footer .f_nav{ padding: 40px 0 0;}
#footer .f_nav li{
	float: left;
	margin: 0 0 0 40px;
}
#footer .f_nav li a{
	color: #5C5C5C;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: url(../img/common/icon_arrow.png) no-repeat left center;
}
#footer .f_nav li a:hover{
	color: #111;
	text-decoration: underline;
}
@media screen and (max-width: 639px) {
	#footer .incnt{ width: 100%; margin: 0; padding: 20px 0 0;}
	#footer .f_logo{
		width: 100%;
		margin: 0 0 10px;
	}
	#footer .f_address{
		text-align: center;
	}
	#footer .cnt_left{
		width: 70%;
		margin: 0 15% 10px;
		padding: 0;
		border-right: none;
	}
	#footer .cnt_right{ width: 100%;}
	#footer .f_nav{ padding: 0; border-top: 1px solid #999999;}
	#footer .f_nav li{
		float: none;
		margin: 0;
	}
	#footer .f_nav li a{
		display: block;
		padding: 10px 0 10px 15px;
		border-bottom: 1px solid #999999;
		background: url(../img/common/icon_arrow.png) no-repeat 97% center;
	}
}




/* display adjust */
.tablethide, .sphide { display: block; }
.tabletblock, .spblock { display: none; }
@media screen and (max-width: 767px) {
	.tabletblock { display: block; }
	.tablethide { display: none!important; }
}
@media screen and (max-width: 639px) {
	.spblock { display: block; }
	.sphide { display: none!important; }
}



/* title */
.maintitle { }
.sectitle{
	text-align: center;
	font-size: 32px;
	color: #7b6e66;
	font-weight: normal;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
	padding-bottom: 10px; 
}
.sectitle span{
	display:block; 
	text-align: center;
	font-size: 14px;
	color: #75c225;
	font-weight: normal;
}
.sectitle.type1{
	text-align: left;
	border-bottom: none;
	padding-bottom:0px;
	margin-bottom:10px;
}
.subtitle {
	color: #58483E;
	font-size: 1.4em;
	padding: 0 0 4px 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ACA49F;
	background: url(../img/common/icon01.png) no-repeat left 46%;
}
@media screen and (max-width: 639px) {
	.sectitle{
	text-align: center;
	font-size: 24px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
	padding-bottom: 10px;
	}
	.sectitle.type1{
	font-size: 24px;
	}
}








/* layout */
.section { margin-bottom: 60px; }


.incnt{ width: 960px; margin: 0 auto;}
@media screen and (max-width: 639px) {
	.incnt{ width: 96%; margin: 0 2%;}
}


.link{ color: #75C225!important; text-decoration: none;}
.link:hover{ color: #B6E283!important; }

.txtGreen{ color: #75C225;}