@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Cinzel');
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(/fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
}


/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */




/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}

ul {
	
}
	ul li {
		list-style:none;	
	}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #fff;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}

.en {
	font-family: 'Cinzel', serif;
	letter-spacing: 0.1em;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Noto Serif Japanese' , "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	color: #292929;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
}


.google-auto-placed {
	display: none !important;
}


/* min 801px */
@media screen and (min-width: 801px), print {

.sp {
	display: none !important;
}
	








/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	min-width: 1000px;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12 !important;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
.is-animation {
	z-index: 12 !important;
}
	#header .logo {
		display: none;
	}
		#header .logo a {
			display: block;
			overflow: hidden;
			text-indent: -9999px;
			background-size: 80px;
		}
		.is-animation .logo a {
			width: 80px;
			height: 80px;
			background: url(../img/logo.svg) no-repeat center;
		}
	
	
	#header .en_yoyaku {
		width: 150px;
		position: fixed;
		top: 39px;
		right: 200px;
		z-index: 10000 !important;
	}
		#header .en_yoyaku a {
			height: 30px;
			line-height: 30px;
			display: block;
			background: #000;
			text-align: center;
			border: solid 1px #000;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		#header .en_yoyaku a:hover {
			background: #fff;
			color: #000;
			border: solid 1px #000;
		}
			#header .en_yoyaku a span {
				font-size: 86%;
			}
	
	
	#header .yoyaku {
		width: 150px;
		position: fixed;
		top: 39px;
		right: 40px;
		z-index: 10000 !important;
	}
		#header .yoyaku a {
			height: 30px;
			line-height: 30px;
			display: block;
			background: #000;
			text-align: center;
			border: solid 1px #000;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		#header .yoyaku a:hover {
			background: #fff;
			color: #000;
			border: solid 1px #000;
		}
			#header .yoyaku a span {
				font-size: 86%;
				padding-right: 10px;
			}





	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
	display: block;
	padding-bottom: 150px;
}


.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
	

/* flex */
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

/* btn */
.btn {
	width: 154px;
	margin: 0 auto;
}
	.btn a {
		display: block;
		height: 40px;
		text-align: center;
		line-height: 40px;
		letter-spacing: 2px;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	.btn.white a {
		color: #fff;
		background: url(../img/icon_arrow_white.png) no-repeat 90% center;
		border: solid 1px #383838;
	}
	.btn.black a {
		color: #383838;
		background: url(../img/icon_arrow_black.png) no-repeat 90% center;
		border: solid 1px #9c9c9d;
	}
	.btn.white a:hover {
		background: #000 url(../img/icon_arrow_white.png) no-repeat 92% center;
		border: solid 1px #000;
		letter-spacing: 4px;
	}
	.btn.black a:hover {
		background: #000 url(../img/icon_arrow_white.png) no-repeat 92% center;
		border: solid 1px #000;
		letter-spacing: 4px;
		color: #fff;
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle01 {
	width: 100%;
	min-width: 1000px;
	padding-bottom: 180px;
}
	#pagetitle01 .bg {
		height: 425px;
	}
	
	#pagetitle01 h1 {
		font-size: 28px;
		font-weight: 400;
		letter-spacing: 2px;
		padding-top: 180px;
		margin-bottom: 40px;
		background: url(../img/pagetitle_border.png) no-repeat left bottom;
	}
	
	#pagetitle01 p {
		font-size: 115%;
		letter-spacing: 2px;
	}

	

#pagetitle02 {
	width: 100%;
	min-width: 1000px;
	height: 400px;
	text-align: center;
}
	#pagetitle02 h1 {
		font-size: 28px;
		font-weight: 400;
		letter-spacing: 2px;
		padding-top: 220px;
		padding-bottom: 5px;
		background: url(../img/pagetitle_border.png) no-repeat center bottom;
	}




	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	min-width: 1000px;
	background: #1e1e1e;
}
	#footer .logo {
		text-align: center;
		padding: 40px 0;
	}


	#footer ul {
		width: 868px;
		margin: 0 auto;
		padding-top: 40px;
	}
		#footer ul li a:hover {
			text-decoration: underline;
		}


	#footer p {
		font-size: 72%;
		text-align: center;
		color: #fff;
		padding: 40px 0 20px 0;
	}





}




/* max 800px */
@media only screen and (max-width: 800px) {

.pc {
	display: none !important;
}
	






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	height: 52px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12 !important;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
.is-animation {
	z-index: 12 !important;
}
	#header .logo {
		display: none;
	}
	
	
	#header .en_yoyaku {
		width: 100px;
		position: fixed;
		top: 10px;
		right: 115px;
		z-index: 10000 !important;
	}
		#header .en_yoyaku a {
			height: 30px;
			line-height: 30px;
			display: block;
			background: #000;
			font-size: 12px;
			text-align: center;
			border: solid 1px #000;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		#header .en_yoyaku a:hover {
			background: #fff;
			color: #000;
			border: solid 1px #000;
		}
			#header .en_yoyaku a span {
				font-size: 86%;
			}
	
	
	#header .yoyaku {
		width: 100px;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 10000 !important;
	}
		#header .yoyaku a {
			height: 30px;
			line-height: 30px;
			display: block;
			background: #000;
			font-size: 12px;
			text-align: center;
			border: solid 1px #000;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		#header .yoyaku a:hover {
			background: #fff;
			color: #000;
			border: solid 1px #000;
		}
			#header .yoyaku a span {
				font-size: 86%;
				padding-right: 10px;
			}





	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
}


.inner {
	padding: 0 5%;
	position: relative;
}
	

/* btn */
.btn {
	width: 154px;
	margin: 0 auto;
}
	.btn a {
		display: block;
		height: 40px;
		text-align: center;
		line-height: 40px;
		letter-spacing: 2px;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	.btn.white a {
		color: #fff;
		background: url(../img/icon_arrow_white.png) no-repeat 90% center;
		border: solid 1px #383838;
	}
	.btn.black a {
		color: #383838;
		background: url(../img/icon_arrow_black.png) no-repeat 90% center;
		border: solid 1px #9c9c9d;
	}
	.btn.white a:hover {
		background: #000 url(../img/icon_arrow_white.png) no-repeat 92% center;
		border: solid 1px #000;
		letter-spacing: 4px;
	}
	.btn.black a:hover {
		background: #000 url(../img/icon_arrow_white.png) no-repeat 92% center;
		border: solid 1px #000;
		letter-spacing: 4px;
		color: #fff;
	}












/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle01 {
	width: 100%;
	padding-bottom: 60px;
}
	#pagetitle01 .bg {
		height: 200px;
	}
	
	#pagetitle01 h1 {
		font-size: 129%;
		font-weight: 400;
		letter-spacing: 2px;
		padding-top: 60px;
		margin-bottom: 25px;
		background: url(../img/pagetitle_border.png) no-repeat left bottom;
	}
	
	#pagetitle01 p {
		font-size: 93%;
		letter-spacing: 2px;
	}

	

#pagetitle02 {
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
}
	#pagetitle02 h1 {
		font-size: 129%;
		font-weight: 400;
		letter-spacing: 2px;
		padding-top: 130px;
		padding-bottom: 5px;
		background: url(../img/pagetitle_border.png) no-repeat center bottom;
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンくず */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumb {
	display: none;
}





	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	background: #1e1e1e;
}
#footer .inner {
	padding: 0;
}
	#footer .logo {
		width: 70px;
		margin: 0 auto;
		text-align: center;
		padding: 30px 0;
	}
		#footer .logo img {
			width: 100%;
			height: auto;
		}


	#footer ul {
		padding: 5% 5%;
	}
	* html #footer ul {
		zoom: 100%;
	}
	*:first-child+html #footer ul {
		display: inline-block;
	}
	#footer ul:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
		#footer ul li {
			width: 50%;
			float: left;
		}
			#footer ul li a {
				font-size: 86%;
			}


	#footer p {
		font-size: 72%;
		text-align: center;
		color: #fff;
		padding: 30px 0 20px 0;
	}




}





.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}