@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_wrapper {

}

#contents {
	width:66.7%;
}

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

/*	transform: scale(1.1);
	transform-origin: center;*/
}

#blur_bg {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
		background-color: rgba(255,255,255,0.5);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#blur_bg:before {
		content: "";
		position: absolute;

		width: 100%;
		height: 100%;

		top:0;
		left:0;
/*		background-color: #fff;*/
		background-image: url("../../images/bg.jpg");
		background-position:center top;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
/*		-webkit-filter: blur(20px);
		-ms-filter: blur(20px);
		filter: blur(20px);*/
/*ブラーの度合いは、stdDeviation と radius の数値(ピクセル)を変更するのみです。*/
filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a' x='0' y='0' width='1' height='1' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='15' result='b'/%3E%3CfeMorphology operator='dilate' radius='10'/%3E%3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='b'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#a");

/*		transform: scale(1.1);
		transform-origin:center;*/
	}
}

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

}
.content_left {
	width:33.3%;
}
.content_right {
	width:66.7%;
}

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

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

/*	Nav
	------------------ */
nav {
	text-align:right;
	width:33.3%;
}
nav li > a {
	display:block;
	text-decoration:none;
	font-size:115%;
	padding:0.5em;
	border-bottom:transparent solid 1px;
}

/*	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;*/
		display:none;;
	}
	#main {
/*		padding-top:300px;*/
		padding-top:0;
		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 {
		display:none;;
	}
	#main {
		padding-top:0;
	}
}

