@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	content.css
*/

/*============================================================
	MAIN
*/
.main {
	position: relative;
	width: 100%;
	height: 800px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.main .base {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../img/pattern_dot.png) 50% 0 repeat;
	background-size: 2px 2px;
}
.main ul,
.main ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main ul li span {
	display: block;
	width: 100%;
	height: 100%;
}
.main .h {
	position: relative;
	z-index: 101;
	margin: 0 auto;
	padding-top: 340px;
	width: 800px;
}

/*============================================================
	INTRODUCTION
*/
.introduction {
	background-color: transparent;
	background-position: 50% 0%;
	background-repeat: repeat-y;
	background-size: 2040px auto;
}
.introduction .bg {
	padding: 0 0 100px 0;
	background-color: transparent;
	background-position: 50% 0%;
	background-repeat: repeat;
	background-size: 2040px auto;
}
@media screen and (min-width: 2041px) {
	.introduction,
	.introduction .bg {
		background-size: cover;
	}
}
/**/
.introduction .head {
	padding: 80px 0;
}
.introduction .head .h {
	margin-bottom: 40px;
	text-align: center;
	font-size: 48px;
	line-height: 1.3;
}
.introduction .head .h:last-child {
	margin-bottom: 0;
}
.introduction .lead {
	margin: 0 auto;
	width: 660px;
}
/**/
.introduction .info {
	position: relative;
}
.introduction .info .list {
	margin: 0 auto;
	width: 1280px;
}
.introduction .info .list .block {
	position: relative;
	padding: 0 40px;
	height: 560px;
}
.introduction .info .list .block .image {
	position: absolute;
	top: 0;
	left: 40px;
	width: 930px;
	height: 100%;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-size: cover;
}
.introduction .info .list .block .box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	float: right;
	width: 460px;
	height: 100%;
}
.introduction .info .list .block .box .inner {
	padding: 50px 60px;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.5);
}
.introduction .info .list .block .box .inner .h {
	margin: 0 0 10px 0;
	font-size: 36px;
	line-height: 1.3;
}
.introduction .btn {
	margin: 0 auto;
	margin-top: 80px;
	width: 460px;
}
.introduction .polish .btn-wrap {
	display: flex;
	justify-content: center;
}
.introduction .polish .btn {
	margin: 80px 30px 0 0;
	width: 600px;
}

/*============================================================
	MAP
*/
.map {
	height: 600px;
}
.map iframe {
	width: 100%;
	height: 100%;
}

/*============================================================
	COMPANY
*/
.company {
	background-color: transparent;
	background-position: 50% 0%;
	background-repeat: repeat-y;
	background-size: 2040px auto;
}
.company .bg {
	background-color: transparent;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 2040px auto;
}
@media screen and (min-width: 2041px) {
	.company,
	.company .bg {
		background-size: cover;
	}
}
/**/
.company .access {
	margin: 0 auto;
	padding: 70px 0 0 0;
	width: 1100px;
}
.company .access .block {
	display: table;
	margin: 0 0 60px 0;
	width: 100%;
}
.company .access .block .h {
	display: table-cell;
	vertical-align: top;
	width: 140px;
}
.company .access .block .h span {
	display: block;
	overflow: hidden;
	width: 140px;
	height: 140px;
	background-color: #fb0f0c;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	text-indent: -999em;
}
.company .access .block .h-car span {
	background-image: url(../img/icon_access_car.png);
}
.company .access .block .h-train span {
	background-image: url(../img/icon_access_train.png);
}
.company .access .block .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 40px;
}
.company .access .block .text h3 {
	margin-top: 30px;
}
.company .access .block .text h3:first-child {
	margin-top: 0;
}
/**/
.company .information {
	margin: 0 auto;
	padding-top: 80px;
	width: 1100px;
}
.company .information table {
	width: 100%;
}
.company .information table th,
.company .information table td {
	padding: 25px 20px;
	text-align: left;
}
.company .information table th {
	width: 200px;
	white-space: nowrap;
}
.company .information table tr:nth-child(even) th,
.company .information table tr:nth-child(even) td {
	background-color: rgba(102,102,102,0.05);
}


/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 768px) {

	/*------------------------------------------------------------
		MAIN
	*/
	.main {
		height: 300px;
	}
	.main .h {
		padding-top: 140px;
		width: 320px;
	}

	/*------------------------------------------------------------
		INTRODUCTION
	*/
	.introduction {
		background-size: 1020px auto;
	}
	.introduction .bg {
		padding: 0 0 40px 0;
		background-size: 1020px auto;
	}
	/**/
	.introduction .head {
		padding: 30px 15px;
	}
	.introduction .head .h {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.introduction .lead {
		width: 100%;
	}
	/**/
	.introduction .info .list {
		width: 100%;
	}
	.introduction .info .list .block {
		padding: 0 15px;
		height: auto;
	}
	.introduction .info .list .block .image {
		position: static;
		padding-top: 68%;
		width: 100%;
		height: 0;
	}
	.introduction .info .list .block .box {
		display: block;
		float: none;
		width: 100%;
		height: auto;
	}
	.introduction .info .list .block .box .inner {
		padding: 15px 30px;
		box-shadow: 0 0 0 #000;
	}
	.introduction .info .list .block .box .inner .h {
		margin: 0 0 10px 0;
		font-size: 24px;
	}
	.introduction .btn-wrap {
		margin: 0 15px;
	}
	.introduction .btn {
		margin-top: 30px;
		width: 100%;
	}
	.introduction .polish .btn {
		margin: 30px 0 0 0;
	}

	/*------------------------------------------------------------
		MAP
	*/
	.map {
		height: 400px;
	}

	/*------------------------------------------------------------
		COMPANY
	*/
	.company,
	.company .bg {
		background-size: 1020px auto;
	}
	/**/
	.company .access {
		padding: 30px 0 0 0;
		width: 100%;
	}
	.company .access .block {
		display: block;
		margin: 0 0 30px 0;
	}
	.company .access .block .h {
		display: block;
		margin: 0 auto;
		padding-bottom: 20px;
		width: 100px;
	}
	.company .access .block .h span {
		width: 100px;
		height: 100px;
		background-size: 80px 80px;
	}
	.company .access .block .text {
		display: block;
		padding: 0 15px;
	}
	.company .access .block .text h3 {
		margin-top: 20px;
	}
	.company .access .block .text h3:first-child {
		margin-top: 0;
	}
	/**/
	.company .information {
		padding-top: 20px;
		width: 100%;
	}
	.company .information table th,
	.company .information table td {
		padding: 15px 15px;
	}
	.company .information table th {
		width: 1px;
	}

}