.top_h3 {
	line-height: 1.42;
	margin-bottom: 18px;
	padding-bottom: 11px;
	color: #2A455F;
	font-weight: 700;
	font-size: 1.9rem;
	text-align: center;
	letter-spacing: .4rem; 
}
.top_h3 span {
	display: block;
	padding-top: 6px;
	color: #2A455F;
	font-family: "Quicksand", sans-serif;
	font-size: 1rem;
	letter-spacing: .18rem;
}
@media screen and (max-width:768px) {
	.top_h3{
		font-size: 20px;
	}
	.top_h3 span{
		font-size: 12px;
		font-weight: 500;
	}
	
/*============================================================================

	navi

============================================================================*/
.sp_navi h1{
	width: 100%;
	font-size: 10px;
	padding: 1em;
	padding-right: 1em;
	background-color: #CFD7DA;
	}
.sp_navi h2{
	text-align: center;
	font-size: 1.5em;
}
.sp_navi h2 a{
	color: #2A455F;
}
.sp_navi dl dt {
	height: 56px;
}
.sp_navi_wrap .sp_navi_menu {
	background-color: #fff;
	margin-top: -56px;
}
	
	
	
	
	
}


/*============================================================================

	header

============================================================================*/

header {
	position: absolute;
	top:0;
	width:100%;
	z-index: 10;
}
header h1 {
	margin-top: 1em;
	margin-left: 5em;
	font-size: 0.75em;
	font-weight: 100;
}
header .inner{
	position:relative;
	width:1200px;
	height: inherit;
	box-sizing:border-box;
	margin:auto;
}
header .inner .header_logo{
	text-align: left;
	font-size: 2.5em;
	color: #403000;
	margin-left: 2em;
	line-height: normal;
}
header .inner .header_logo a{
	color: #2A455F;
}





/*============================================================================

	nav

============================================================================*/
nav {
	position: absolute;
	top:610px;/* headerのheightと同じ値にする */
	width:100%;
	height:10px;/* headerのmargin-bottomと同じ値にする */
	z-index:9999;
	margin: 0;
	padding: 1em 0 2em;
	background-color: #fff!important;
}


/*============================================================================

	#mainvisual

============================================================================*/
#mainvisual{
	display:block;
	position:relative;
	height:590px;
	background-position:center top;
	background-repeat:repeat-x;
	padding-top: 40px;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 1em;
}
#mainvisual:after{
	width: 100%;
	height: 150px;
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	z-index: 3;
}
#mainvisual .inner{
	display:block;
	position:relative;
	margin:-487px auto 0;
	width: 100%;
	background-repeat:no-repeat;
}
.main_img{
	position: relative;
    height: 560px;
    width: 100%;
    background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
	margin: 50px auto 0;
	z-index: 1;
}

/* キャッチフレーズ */
.mainvisual_catch{
	position:absolute;
	top:4.2em;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #2A455F;
	font-size: 2.3em;
	line-height: 1.5em;
}
.mainvisual_catch span{
	text-shadow:0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff,0 0 8px #fff,0 0 9px #fff,0 0 10px #fff,0 0 11px #fff,0 0 12px #fff,0 0 13px #fff,0 0 14px #fff,0 0 15px #fff,0 0 16px #fff,0 0 17px #fff,0 0 18px #fff,0 0 19px #fff,0 0 20px #fff,0 0 21px #fff,0 0 22px #fff;
}


/* スマホ */
@media screen and (max-width:768px) {
	#mainvisual{
		height:440px;
		padding-top: 0;
		margin-top: 55px;
	}
	.main_img{
		display: block;
		height: 440px;
		background-size: cover !important;
	}

	#mainvisual .inner{
		width: auto;
		height: inherit;
		margin: -300px auto 0;
	}
/* キャッチフレーズ */
	.mainvisual_catch{
		top:40px;
		width: 80%;
		font-size: 14px;
	}
}




/*==================================================================

	.top_aisatsu

==================================================================*/
.top_aisatsu{
	position: relative;
	padding-top: 1em;
	padding-bottom: 3em;
	text-align: center;
}
.top_aisatsu .aisatsu{
	border: 1px solid #6C5D2D;
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
	color: #332D15;
	background-color: #fff;
	padding: 2em 0;
	font-weight: bold;
}
.top_aisatsu .aisatsu img{
	width: 50%;
}



/* スマホ */
@media screen and (max-width:768px) {
	.top_aisatsu {
		width: 100%;
		padding: 1em;	
	}
	.top_aisatsu .aisatsu{
		width: 100%;
		padding: 2em 1em;
		font-size: 13px;
		font-weight: normal;
	}
}






/*==================================================================

	.top_oshirase

==================================================================*/
.top_oshirase{
	position: relative;
	padding-top: 1em;
	padding-bottom: 3em;
}
.top_oshirase .oshirase{
	width:90%;
	margin:0 auto 40px;
	background: linear-gradient(#F2FCFF, #FFF);
	border:1px solid #ddd;
}
.top_oshirase .oshirase h3{
	margin: 40px 0 0;
}
.top_oshirase .oshirase div{
	margin: 0 40px 40px;
}


/* スマホ */
@media screen and (max-width:768px) {
	.top_oshirase {
		width: 100%;
		padding: 1em;	
	}
	.top_oshirase .oshirase{
		width:100%;
	}
}





/*==================================================================

	.top_philosophy

==================================================================*/
.top_philosophy{
	position: relative;
	padding-top: 1em;
	padding-bottom: 3em;
	background: url("../img/topphi02.jpg");
	background-size: cover;
	background-position: center center;
}
.top_philosophy .philosophy{
	width:80%;
	margin:0 auto 40px;
	display: flex;
}
.top_philosophy .philosophy div{
	width: 50%;
	padding: 1em;
}

/* スマホ */
@media screen and (max-width:768px) {
	.top_philosophy {
		width: 100%;
		padding: 1em;	
	}
	.top_philosophy .philosophy{
		display: inline;
		width:100%;
	}
	.top_philosophy .philosophy div{
		width: 100%;
		padding: 0;
	}
	.top_philosophy .philosophy div img{
		width: 100%;	
	}
}





/*==================================================================

	.top_sns

==================================================================*/
.top_sns{
	position: relative;
	padding-top: 1em;
	padding-bottom: 3em;
	text-align: center;
}



/* スマホ */
@media screen and (max-width:768px) {
	.top_sns {
		width: 100%;
		padding: 1em;	
	}
}


/*============================================================================

	電話番号固定

============================================================================*/


.bnr_tel{
	position: fixed;
	bottom: 15px;
	right: 0;
	z-index: 999;
	writing-mode: vertical-rl;
	padding-left: 20px;
	letter-spacing: 1px;
}
















