@charset "utf-8";

/*
		baseHome
	 1. heading


———————————————————- 


/* heading */


h2 {
	color: #55B8A6;
	padding-top: 30px;
	height: 65px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px dotted #55B8A6;
	background: url(../../img/home/h2Back.png) no-repeat right bottom;
	background-size: contain;
}

/* header */

header {
	width: 100%;
	background: rgb(250, 245, 231);
	background: -moz-linear-gradient(top, rgba(250, 245, 231, 1) 0%, rgba(242, 236, 223, 1) 71%, rgba(236, 230, 222, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(250, 245, 231, 1) 0%, rgba(242, 236, 223, 1) 71%, rgba(236, 230, 222, 1) 100%);
	background: linear-gradient(to bottom, rgba(250, 245, 231, 1) 0%, rgba(242, 236, 223, 1) 71%, rgba(236, 230, 222, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#faf5e7', endColorstr='#ece6de', GradientType=0);
	-webkit-box-shadow: 1px 8px 10px 1px rgba(0, 0, 0, .3);
	box-shadow: 1px 8px 10px 1px rgba(0, 0, 0, .3);
	z-index: 100;
}

.headInner {
	width: 1000px;
	margin: 0 auto;
}

.headInner>h1 {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	width: 100%;
	height: 70px;
	background: url(../img/logo.png) no-repeat;
}

.headInner>h1>a {
	display: block;
	width: 100%;
	height: 70px;
}

.breadcrumb {
	width: 100%;
	background: #55B8A6;
	color: #2D1A17;
	font-weight: bold;
	padding: 7px 0;
}

.breadcrumb>.headInner a {
	color: #2D1A17;
	padding-left: 10px;
}

header>nav {
	width: 100%;
	background: rgba(255, 255, 255, .4);
}

header>nav>ul {
	width: 1000px;
	margin: 0 auto;
}

header>nav>ul>li {
	border-left: 1px dotted #84655D;
}

header>nav>ul>li:last-child {
	border-right: 1px dotted #84655D;
}

header>nav>ul>li>a {
	font-weight: bold;
	color: #84655D;
	font-size: 16px;
	padding: 6px 14px;
	display: block;
}


@media screen and (max-width: 1000px) {
	/* heading */

	h2 {
		padding-top: 5px;
		height: 35px;
		font-size: 21px;
		border-bottom: 2px dotted #55B8A6;
		background: none;
		margin-bottom: 10px;
	}

	/* header */

	header {
		-webkit-box-shadow: none;
		box-shadow: none;
		height: 44px;
	}
	.headInner {
		width: 100%;
	}
	.headInner>h1 {
		width: 80%;
		height: 44px;
		background-size: contain;
	}
	.headInner>h1>a {
		width: 100%;
		height: 44px;
	}
	.breadcrumb {
		display: none;
	}
	header>nav {
		display: none;
	}
	
	.ecoMikunigaoka .body .lBox2 {
		width: 4.5em;
	}
	.ecoMikunigaoka .body .rBox2 {
		width: calc(100% - 4.5em);
	}
	
	
}
