@charset "utf-8";

/* ==========================================================================================
	--common
========================================================================================== */
html {
	font-size:62.5%;
}
body {
	font-size:14px;
	font-size:1.4rem;
	font-family: 'Quicksand', Avenir , 'Open Sans' , 'Helvetica Neue' , Helvetica , Arial , Verdana , Roboto , '游ゴシック' , 'Yu Gothic' , '游ゴシック体' , 'YuGothic' , 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'Meiryo UI' , 'メイリオ' , Meiryo , 'ＭＳ Ｐゴシック' , 'MS PGothic' , sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #1b1b1b;
}

img {
	vertical-align: bottom;
}

a:link {color: #1b1b1b;}
a:visited {color: #1b1b1b;}
a:hover {color: #1b1b1b;}
a:active {color: #1b1b1b;}

a img {
	-webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
a:hover img {
	opacity: 0.7;
	-webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

/* ==========================================================================================
	--header
========================================================================================== */
header {
	margin: 0 auto;
	padding: 40px 0 10px;
	width: 100%; /* 980px */
	overflow: hidden;
}
header.top{
	position:absolute;
	background:#fff;
	opacity: 0.8;
	z-index:100;
}
header > p {
	width: 304px;
	float: left;
}
header nav {
	padding-top: 12px;
	float: right;
}
header nav li {
	margin-left: 40px;
	font-size: 1.6rem;
	letter-spacing: 0.1px;
	display: inline-block;
}
header nav li a:hover {
	font-weight: bold;
	letter-spacing: 0;
}

header #hinner{
	margin: 0 auto;
	width: 980px; /* 980px */
	overflow: hidden;
}
header #hinner img{
	float:left;
}

/* slicknav */
.slicknav_menu {
	display: none;
	overflow: hidden;
}
.slicknav_btn {
	padding: 10px;
	float: right;
	display: block;
}
.slicknav_menu .slicknav_icon-bar {
	width: 20px;
	height: 2px;
	background: #b9b9b9;
	border-radius: 1px;
    display: block;
	-webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 5px;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav li {
	font-size: 1.6rem;
	text-align: right;
}
.slicknav_nav li a {
	padding: 10px;
	display: block;
}

/* ==========================================================================================
	--content
========================================================================================== */
main > section {
	margin-bottom: 70px;
}
main > section > div {
	margin: 0 auto;
	width: 980px;
}
main > section > div#apArea{
	width: 100% !important;
}
main .tit {
	margin-bottom: 30px;
	padding: 20px 0 10px;
	width: 100%;
	color: #fff;
	background: #1b1b1b;
}
main .tit h1 {
	margin: 0 auto;
	width: 980px;
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.3em;
}
main .coming {
	padding: 150px 0;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.7;
}

/* ==========================================================================================
	--footer
========================================================================================== */
footer {
	padding: 20px 0;
	color: #fff;
	background: #ababab;
	position: relative;
}
footer a {
	color: #fff!important;
}
footer .page-top {
	font-size: 1.2rem;
	position: absolute;
	top: -24px;
	right: 20px;	
}
footer .page-top a {
	padding: 10px 10px 2px;
	background: #ababab;
	border-radius: 4px 4px 0 0;
	display: block;
}
footer .page-top i {
	margin-right: 5px;
}
footer div {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
footer div ul {
	width: 75%;	/* 20170928 修正 */
	float: left;
}
footer div ul:nth-child(2) {
	padding-left: 2%;
	width: 25%;	/* 20170928 修正 */
	border-left: 1px solid #fff;
	box-shadow: -1px 0 0 #b9b9b9;
}
footer div li {
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}
footer div li:last-of-type {
	margin-bottom: 0;
}
footer div li a {
	color: #fff;
}
footer small {
	margin-top: 20px;
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
	display: inline-block;
}


/* ==========================================================================================
	--TABLET
========================================================================================== */
@media screen and (max-width: 980px) {
	/* =========================================
		--header
	========================================= */
	header {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/* =========================================
		--content
	========================================= */
	main > section > div {
		padding: 0 10px;
		width: 100%;
	}
	main .tit {
		padding-left: 10px;		
	}
	
	/* =========================================
		--footer
	========================================= */
	footer div {
		padding: 0 10px;
		width: 100%;
	}
	footer div ul {
		width: 70%;
	}
	footer div ul:nth-child(2) {
		width: 30%;
	}

}

@media screen and (max-width: 768px) {
	/* =========================================
		--header
	========================================= */
	header {
		padding: 5px;
		width: 100%;
		margin-bottom:10px;	/* ヘッダー下スペース */
	}
	header.top{
		position:relative;
		background:#fff;
	}
	header > p {
		width: 50%;
		max-width: 230px;
		position: absolute;
		top: 15px;
		left: 15px;
	}
	header nav {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	header img{
		width:30%;
		position:absolute;
		top:15px;
		left:15px;
	}
}


/* ==========================================================================================
	--SP
========================================================================================== */
@media screen and (max-width: 640px) {
	/* =========================================
		--header
	========================================= */
	header img{
		width:50%;
	}

	/* =========================================
		--content
	========================================= */
	main > section {
		margin-bottom: 35px;
	}
	main .tit {
		margin-bottom: 15px;
		padding: 10px 0 5px;
	}
	main .tit h1 {
		padding: 0 10px;
		width: 100%;
		font-size: 2rem;
	}
	main .coming {
		padding: 20px 0;
		font-size: 1.4rem;
	}
	
	/* =========================================
		--footer
	========================================= */
	footer {
		padding: 0 0 10px 0;
	}
	footer .page-top {
		font-size: 1.4rem;
		text-align: center;
		position: relative;
		top: 0;
		right: 0;
	}
	footer .page-top a {
		padding: 12px 0;
		color: #1b1b1b!important;
		background: #fff;
		border-top: 1px solid #c6c6c6;
		border-radius: 0;
	}
	footer .page-top i {
		margin-right: 5px;
	}
	footer div {
		padding: 10px;
		width: 100%;
	}
	footer div ul {
		width: 45%;
		float: left;
	}
	footer div ul:nth-child(2) {
		padding-left: 5%;
		width: 55%;
	}
	footer div li {
		margin-bottom: 0;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	footer div li:last-of-type {
		margin-bottom: 0;
	}
	footer div li a {
		padding: 9px 0;
		display: block;
	}
	footer small {
		margin-top: 0;
		font-size: 1rem;
	}

}