@charset "utf-8";
/* adiva-template v1.0.0 | (c) adiva | adiva.jp | MIT licensed */

/*
 * Layout
 * ================================================================================
 */

body {
	font-family: Arial, Helvetica, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
	background:#333;
	color: #222;
}

#container {
	padding-top:160px;
}

.wrapper {
/*	max-width:1280px;*/
	max-width:1620px;
	width:100%;
	margin:0 auto;
}

/*	Header
	------------------ */
header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:1000;
}

#header_wrapper {
	height:110px;
}
#header_wrapper :not(:last-child) {
	margin-right:10px;
}

#summary {

}
#summary_wrapper {
	height:50px;
}

/*	Main
	------------------ */
#main {
	overflow:hidden;
}
#main:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background:url("../../images/bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#main_wrapper {

}

#contents {
	width:70%;
}

/*	Sub
	------------------ */
#sub {

}
.content_left {
	width:30%;
}
.content_right {
	width:70%;
}

/*	Footer
	------------------ */
footer {

}
#secretariat {
	margin:1em 0;
}
#copyright {
	padding-top:2em;
	padding-bottom:1em;
}

/*	Nav
	------------------ */
nav {
	text-align:right;
	width:30%;
}
nav li > a {
	display:block;
	text-decoration:none;
	font-size:115%;
	padding:0.5em;
	border-bottom:transparent solid 1px;
}
#blur_bg {
	position:absolute;
	width:100%;
	width:100%;
	height:100%;
	overflow:hidden;
}
/*#blur_bg:before {
	content: "";
	position: absolute;
	box-sizing:content-box;
	width: 100%;
	height: 100%;
	margin: -40px;
	padding: 40px;
	top:0;
	left:0;
	background:url("../../images/bg.jpg");
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#blur_bg:before {
		content: "";
		position: absolute;
		box-sizing:content-box;
		width: 100%;
		height: 100%;
		margin: -40px;
		padding: 40px;
		top:0;
		left:0;
		background:url("../../images/bg.jpg");
		background-position:center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		-webkit-filter: blur(20px);
		-ms-filter: blur(20px);
		filter: blur(20px);
	}
}


/*	Nav Button
	------------------ */
#nav_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:block;
	position:absolute;
	top:8px;
	right:8px;
	width:44px;
	height:44px;
	border-radius:5%;
	border:none;
	cursor:pointer;
	outline: none;
}
#nav_icon {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:14px;
	height:2px;
	margin:-1px 0 0 -7px;
	transition:.2s;
}
#nav_icon:before,
#nav_icon:after {
	display:block;
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:14px;
	height:2px;
	transition:0.3s;
}
#nav_icon:before {
	margin-top:-6px;
}
#nav_icon:after {
	margin-top:4px;
}
#nav_btn .close {
	background:transparent;
}
#nav_btn .close:before,
#nav_btn .close:after {
	margin-top:0;
}
#nav_btn .close:before {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#nav_btn .close:after {
	transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
}


/*
 * Responsive
 * ================================================================================
 */
body {
	font-size:120%;
}
#header_wrapper, 
#summary_wrapper {
	padding:0 30px;
}
nav,
#contents, 
#footer_wrapper, 
.content_left, 
.content_right {
	padding:30px;
}
#nav_btn {
	display:none;
}
#logo {
	height:80px;
}
@media only screen and (min-width: 1680px) {

}
@media only screen and (max-width: 1679px) {

}
@media only screen and (max-width: 1279px) {
	body {
		font-size:110%;
	}
	#container {
		padding-top:120px;
	}
	#header_wrapper {
		font-size:80%;
		height:80px;
	}
	#summary_wrapper {
		height:40px;
	}
	#header_wrapper, 
	#summary_wrapper {
		padding:0 20px;
	}
	#logo {
		height:60px;
	}
	nav,
	#contents, 
	#footer_wrapper, 
	.content_left, 
	.content_right {
		padding:20px;
	}
}
@media only screen and (max-width: 979px) {
	body {
		font-size:100%;
	}
	#container {
		padding-top:100px;
	}
	#header_wrapper {
		font-size:80%;
		height:60px;
	}
	#logo {
		height:40px;
	}

	#header_wrapper, 
	#summary_wrapper {
		padding:0 10px;
	}
	nav,
	#contents, 
	#footer_wrapper, 
	.content_left, 
	.content_right {
		padding:10px;
	}
}
@media only screen and (min-width: 736px) {

}
@media only screen and (max-width: 735px) {
	#subtitle {
		display:none;
	}
	#nav_btn {
		display:block;
	}
	nav {
		position:fixed;
		width:100%;
		height:100%;
		left:0;
		top:100px;
		padding-bottom:100px;
		z-index:2000;
		overflow-y:scroll;
		display:none;
	}
	nav li > a {
		padding:15px;
		margin-bottom:0;
	}
	#contents {
		width:100%;
	}
	#blur_bg {
		display:none;
	}
	#main:before {
		background-size: 100% auto;
		background-attachment: scroll;

		width:100%;
		height:300px;
	}
	#main {
		padding-top:300px;
		background:#eee;
	}

	#sub_wrapper {
		display:block;
	}
	.content_left,
	.content_right {
		width:100%;
	}

	#secretariat {
		font-size:80%;
	}
}
@media only screen and (max-width: 479px) {
	#header_wrapper {
		font-size:60%;
	}
	#summary_wrapper {
		font-size:90%;
	}
	#main:before {
		height:180px;
	}
	#main {
		padding-top:180px;
	}
}

