@charset "utf-8";

/* ========================================================
	index.css => index用CSS
======================================================== */


/* main
============================================================================================================ */
#main {
	display: table;
	width: 100%;
	height: 650px;
	background: url(../images/main.jpg) 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	padding-left: 3px;
	letter-spacing: 3px;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}
#main > * {
	display: table-cell;
	vertical-align: middle;
}

/* customer
============================================================================================================ */
#customer {
	position: relative;
	background-color: #666666;
}
#customer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background-color: #bf0101;
}
#customer > * {
	position: relative;
	padding-left: 240px;
	background-color: inherit;
	z-index: 2;
}
#customer h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	padding: 25px 0;
	background-color: #bf0101;
}
#customer dl {
	display: table;
	width: 100%;
	height: 80px;
	color: #fff;
}
#customer dl > * {
	display: table-cell;
	vertical-align: middle;
}
#customer dl dt {
	width: 185px;
	font-weight: bold;
}
#customer dl a {
	float: right;
	padding: 5px 35px;
	background-color: #bf0101;
	border-radius: 100px;
	font-size: 1.4rem;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}



/* about
============================================================================================================ */
#about {
	margin-bottom: 100px;
	padding-top: 90px;
}
#about:after {
	content: ""; display: table; clear: both;
}
#about h1 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 3px;
}
#about .ph {
	float: right;
}
#about .ph ~ p {
	margin-right: 570px;
	letter-spacing: 1px;
	line-height: 2.4;
}
#about p.l {
	padding-top: 20px;
	margin-bottom: 40px;
	font-size: 3.5rem;
	line-height: 1.5;
	letter-spacing: 0;
}



/* warehouse
============================================================================================================ */
#warehouse {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	background-color: #f2f2f2;
}
#warehouse > div {
	margin: 0 -5px;
}
#warehouse > div > div {
	margin: auto;
	max-width: 1380px;
}
#warehouse > div > div > div {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 20px;
	vertical-align: top;
}
#warehouse section {
	display: table-cell;
	padding-bottom: 25px;
	background-color: #fff;
	font-size: 1.5rem;
	line-height: 1.7;
}
#warehouse section p > img {
	width: 100%;
}
#warehouse section p span {
	display: block;
	padding: 10px 0;
	border-left: 4px solid #b50e0e;
	background-color: #999999;
	text-align: center;
}
#warehouse section h1 {
	margin: 25px 0 20px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
}
#warehouse section dl {
	margin: 0 30px;
}
#warehouse section .address {
	min-height: 110px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ededed;
}
#warehouse section .address dt {
	font-weight: bold;
}
#warehouse section .info {
	display: table;
	font-size: 1.4rem;
	line-height: 1.5;
	border-spacing: 0;
}
#warehouse section .info + .info {
	margin-top: 10px;
}
#warehouse section .info > * {
	display: table-cell;
	vertical-align: top;
}
#warehouse section .info dt {
	width: 6em;
}






