@charset "utf-8";

/*---- フォントフェイス ------------------------------------------------------*/
@font-face {
	font-family: 'glyphicons';
	src: url('../fonts/glyphicons.eot');
	src: url('../fonts/glyphicons.eot#iefix') format('embedded-opentype'),
		url('../fonts/glyphicons.woff') format('woff'),
		url('../fonts/glyphicons.ttf') format('truetype'),
		url('../fonts/glyphicons.svg#glyphicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*---- 共通設定 (タグ) ----------------------------------------------------------*/
html {
	font: 14px/1.6 Lucida Grande, Lucida Sans Unicode, メイリオ, Meiryo, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ＭＳ Ｐゴシック, MS PGothic, Helvetica, Arial, Verdana, sans-serif;
	height: 100vh;
}
body {
	width: 100%;
	height: 100vh;
}
body + img {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
a {
	color: #08c;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
address {
	font-style: normal;
}

/* clearfix */
.group:before,
.group:after {
	display: table;
	content: "";
	line-height: 0;
}
.group:after {
	clear: both;
}

/*---- 共通設定 (クラス) ----------------------------------------------------------*/
#container {
	width: 100%;
	max-width: 1024px;
	min-width: 860px;
	position: relative;
	border: solid #ccc 1px;
	margin: 0 auto;
	overflow: hidden;
}
.row {
	margin: 40px 0 60px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.col {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2%; /* 20px / 1000px */
}
.section-header {
	border: 3px #ccb;
	border-style: double none;
	padding: 0 0.8em;
	margin: 0 2% 5px;
}
.sub-section {
}
.sub-section header {
	border-bottom: 1px solid #ddc;
	margin-bottom: 8px;
}
.leadCopy {
	line-height: 1.25em;
}
.more {
	text-align: right;
}
.more a:before {
	content: "\00bb \00000a";
}

.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

.social a:before {
	font-family: 'glyphicons';
	speak: none;
	-webkit-font-smoothing: antialiased;
}
.social a[title="Twitter"]:before {
	content: "\e000";
}
.social a[title="Twitter"]:hover:before,
.social a[title="Twitter"]:focus:before {
	background: #00acee !important;
	color: #fff !important;
}
.social a[title="Facebook"]:before {
	content: "\e001";
}
.social a[title="Facebook"]:hover:before,
.social a[title="Facebook"]:focus:before {
	background: #3b5998 !important;
	color: #fff !important;
}
.social a[title="Google+"]:before {
	content: "\e002";
}
.social a[title="Google+"]:hover:before,
.social a[title="Google+"]:focus:before {
	background: #dd4b39 !important;
	color: #fff !important;
}
.social a[title="YouTube"]:before {
	content: "\e003";
}
.social a[title="YouTube"]:hover:before,
.social a[title="YouTube"]:focus:before {
	color: #cc181e !important;
	background: #fff !important;
}
.social a[title="RSS"]:before {
	content: "\e004";
}
.social a[title="RSS"]:hover:before,
.social a[title="RSS"]:focus:before {
	background: #ffa500 !important;
	color: #fff !important;
}

/*---- 各部の設定 ----------------------------------------------------------*/

/* ヘッダー */
#site-header {
	position: relative;
	clear: both;
	z-index: 400;
}
#spotlight {
	position: absolute;
	top: 0;
	left: 0;
}

/* logospace */
#logospace {
	background: #000;
	height: 60px;
}

/* グローバルナビ */
#gnavi {
	width: 100%;
	background: url('../images/footwork.png') #000 no-repeat;
	background-position: 10px 5px;
	text-align: right;
	height: 66px;
	display: table;
}
#gnavi ul {
	height: 66px;
	padding: 0;
	margin: 0;
	display: table-row;
}
#gnavi ul li {
	list-style: none;
	height: 61px;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 5px;
	width: 10%;
}
#gnavi ul li:nth-child(1) {
}
#gnavi ul li:nth-child(2) {
	width: 27%;
}
#gnavi ul li a {
	display: block;
	color: #fff;
	width: 86px;
	text-align: center;
}
#gnavi ul li a:hover {
	color: #00A0E8;
	text-decoration: none;
}
#gnavi ul li:hover,
#gnavi ul li.now,
#gnavi ul li.nowj {
	background: url('../images/spotlight.png') no-repeat;
	background-position: center;
}
#gnavi ul li.dammy:hover {
	background: none;
}
#gnavi ul li.now a {
	color: #00A0E8;
	cursor: default;
}
#gnavi ul li.nowj a {
	color: #00A0E8;
	cursor: pointer;
}
#gnavi ul li.now a:hover {
	cursor: default;
	color: #00A0E8;
}
#gnavi ul li.nowj a:hover {
	cursor: pointer;
	color: #fff;
}

/* ガイドコンテンツ */
#guide-contents {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
}

/* フッター */
#site-footer {
	text-align: left;
	background-color: #EA5414;
	color: #fff;
	font-size: 13px;
	padding: 30px 0;
}
#site-footer ul {
	padding-left: 20px;
}
#site-footer li {
	list-style-type: none;
	padding-right: 20px;
}
#site-footer li a {
	color: #fff;
}
#site-footer li a:hover {
	color: #0cf;
	text-decoration: none;
}
#site-footer li.siteh1 {
	width: 100%;
	border-top: 1px #fff solid;
}
#site-footer li.big1 {
	font-size: 1.5em;
}
#site-footer #copyrightm {
	padding: 0;
	padding-top: 5px;
	margin: 0;
	height: 34px;
	clear: both;
	padding-left: 1em;
}
#site-footer #copyrightm:after {
	content: "© 2015　株式会社新和商事　";
}

/* PAGE TOP設定
-----------------------------------------------------------
▼ ページトップへ戻るボタン ▼
----------------------------------------------------------- */
.pagetop {
	margin: 0;
	display: none;
	position: fixed;
	bottom: 0px; /* ボタン表示位置（下の余白） */
	right: 30px; /* ボタン表示位置（右の余白） */
	z-index: 999;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(100, 100, 100, 0.6); /* 背景色 */
	border-radius: 50px 50px 0 0;
	text-align: center;
	color: #fff; /* 文字色 */
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop a:link {
	color: #fff; /* 文字色 */
}
.pagetop a:hover {
	background-color: rgba(100, 100, 100, 0.9); /* 背景色 */
	color: #fff; /* 文字色 */
}
/* ▲ ページトップへ戻るボタン ▲ */

/* TOP PAGE style */

/* イメージイラストステージ */
.stage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: auto;
	z-index: 800;
}
#stage-cover {
	position: relative;
	width: 100%;
	margin: auto;
	z-index: 900;
}
#bg {
	background: url('../images/sightview.png') 0 0 repeat-x;
	background-size: 100%;
	z-index: 10;
}
#bg1 {
	background: url('../images/top-bck.png') 0 0 repeat-x;
	background-size: 100%;
	z-index: 11;
}
#bg2 {
	background: url('../images/car2.png') 0 0 repeat-x;
	background-size: 100%;
	z-index: 12;
}

/*==========================================
メディアクエリー
==========================================*/
@media screen and (max-width: 640px) {

	/* グローバルナビ 共通 */
	#container {
		width: 100%;
		max-width: none;
		min-width: 360px;
		position: relative;
		border: solid #ccc 1px;
		margin: 0 auto;
		overflow: hidden;
	}

	#gnavi {
		width: 100%;
		background: url('../images/logomark.png') rgba(0, 0, 0, 1) no-repeat;
		background-position: center;
		text-align: center;
		display: block;
		position: relative;
		top: 0;
		left: 0;
	}

	#gnavi ul {
		height: 100%;
		padding: 0;
		margin: 0;
		display: block;
		font-size: 0.9em;
	}

	#gnavi ul li {
		list-style: none;
		height: 30px;
		display: block;
		vertical-align: bottom;
		padding-bottom: 5px;
		width: 50%;
		float: left;
	}

	#gnavi ul li:nth-child(1) {
		width: 50%;
	}

	#gnavi ul li:nth-child(2) {
		display: none;
	}

	#gnavi ul li a {
		width: 100%;
		display: inline-block;
		color: #fff;
		text-align: center;
		padding: 10px 2px;
	}

	#gnavi ul li a:hover {
		color: #00A0E8;
		text-decoration: none;
	}

	#gnavi ul li:hover,
	#gnavi ul li.now,
	#gnavi ul li.nowj {
		background: url('../images/spotlight.png') no-repeat;
		background-position: center;
		background-size: cover;
	}
}