@charset "UTF-8";

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


/* 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 %
---------------------------------------------------------------------*/

*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8;font-size:88%}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}



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



/* マージン */
.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;
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}




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


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

.en {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
}
.min {
	font-family: 'Noto Serif Japanese' , "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 700;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Noto Sans Japanese',sans-serif,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 400;
	color: #101010;
	padding: 0;
	margin: 0;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}





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

.sp {
	display: none !important;
}
	

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




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	min-width: 1240px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	-webkit−transition: 0.3s;
	z-index: 12 !important;
}
	#header .logo {
		padding-top: 30px;
		padding-left: 30px;
	}

	
	#header .menu {
		width: 80px;
		height: 80px;
		background: #5d261b;
		padding-top: 47px;
		font-size: 72%;
		color: #fff;
		text-align: center;
		position: fixed;
		top: 0;
		right: 0;
	}

	
	#header .tel {
		margin-right: 110px;
	}
		#header .tel a {
			display: block;
			height: 80px;
			font-size: 30px;
			color: #fff;
			letter-spacing: 2px;
			line-height: 80px;
		}



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


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

/* btn */
.btn {
	width: 220px;
}
	.btn a {
		display: block;
		height: 56px;
		color: #5d261b;
		text-align: center;
		border: solid 1px #5d261b;
		line-height: 56px;
		transition: 0.3s;
		-webkit−transition: 0.3s;
		position: relative;
	}
	.btn a:before {
		content: "";
		width: 40px;
		height: 1px;
		background: #5d261b;
		position: absolute;
		top: 50%;
		right: -10px;
		margin-top: -0.5px;
	}
	.btn a:hover {
		letter-spacing: 3.5px;
	}








/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* バナーエリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#bnrarea {
	background: #fff;
	padding: 90px 0 70px 0;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	width: 100%;
	min-width: 1240px;
	height: 500px;
	color: #fff;
}
	#pagetitle .en {
		padding-top: 170px;
		font-size: 50px;
		padding-left: 30px;
		letter-spacing: 8px;
	}
	
	#pagetitle h1 {
		font-size: 16px;
		padding-left: 30px;
	}








/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンくず */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumb {
	width: 100%;
	min-width: 1240px;
	padding-top: 20px;
}
	#breadcrumb ul {
		display: flex;
		display: -webkit-flex;
	}
		#breadcrumb ul li {
			padding-right: 40px;
			font-size: 86%;
			color: #248429;
			position: relative;
		}
		#breadcrumb ul li:after {
			content: "";
			width: 15px;
			height: 1px;
			background: #999;
			position: absolute;
			top: 10px;
			right: 12px;
		}
		#breadcrumb ul li.last:after {
			display: none;
		}
			#breadcrumb ul li a {
				display: block;
			}




	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	min-width: 1240px;
	background: #fff;
	padding: 60px 0 30px 0;
	text-align: center;
}
	#footer ul.bnr {
		padding-bottom: 30px;
	}
		#footer ul.bnr li {
			width: 295px;
			margin-right: 20px;
			margin-bottom: 20px;
		}
		#footer ul.bnr li:nth-child(4n) {
			margin-right: 0;
		}
	
	#footer .logo {
		padding-bottom: 20px;
	}	

	#footer .link {
		font-size: 86%;
		padding-bottom: 30px;
	}	
		#footer .link a {
			color: #101010;
		}	
		#footer .link a:hover {
			color: #5d261b;
		}	

	#footer .copy {
		font-size: 72%;
	}



	









}




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

.pc {
	display: none !important;
}


.pt {
	padding-top: 60px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	height: 60px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	background: #5d261b;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12 !important;
}
	#header .logo {
		padding-top: 19px;
		margin-left: 15px;
		width: 150px;
	}
		#header .logo img {
			width: 100%;
			height: auto;
		}
	
	
	#header .menu {
		width: 60px;
		height: 60px;
		background-size: 600% 600%;
		animation: AnimationName 10s ease infinite;
		padding-top: 35px;
		font-size: 72%;
		color: #fff;
		text-align: center;
	}

	
	#header .tel {
		display: none;
	}





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


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

/* btn */
.btn {
	width: 220px;
	margin: auto;
}
	.btn a {
		display: block;
		height: 56px;
		color: #5d261b;
		text-align: center;
		border: solid 1px #5d261b;
		line-height: 56px;
		transition: 0.3s;
		-webkit−transition: 0.3s;
		position: relative;
	}
	.btn a:before {
		content: "";
		width: 40px;
		height: 1px;
		background: #5d261b;
		position: absolute;
		top: 50%;
		right: -10px;
		margin-top: -0.5px;
	}
	.btn a:hover {
		letter-spacing: 3.5px;
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	width: 100%;
	height: 250px;
	text-align: center;
	color: #fff;
}
	#pagetitle .en {
		padding-top: 70px;
		font-size: 36px;
		letter-spacing: 3px;
	}
	
	#pagetitle h1 {
		font-size: 14px;
	}








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






	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	background: #fff;
	padding: 60px 0 30px 0;
	text-align: center;
}
	#footer ul.bnr {
		padding-bottom: 30px;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#footer ul.bnr li {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 4%;
		}
		#footer ul.bnr li:nth-child(2n) {
			margin-right: 0;
		}
			#footer ul.bnr li img {
				width: 100%;
				height: auto;
			}
	
	#footer .logo {
		padding-bottom: 20px;
	}	

	#footer .link {
		font-size: 86%;
		padding-bottom: 30px;
	}	
		#footer .link a {
			color: #101010;
		}	
		#footer .link a:hover {
			color: #5d261b;
		}	

	#footer .copy {
		font-size: 72%;
	}
	
	
	



}





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