@charset "utf-8";
/* footer 最下部配置 
 ------------------------------------------- */
html, body { display: flex; }
body {
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}
header, footer { flex-shrink: 0; }
main {
	flex: 1 0 auto;
	min-height: 1px;/*IE11 img resizing bug*/
}
footer{
	background: #333;
}
.forsp{
	display: none;
}
/* font設定 
 ------------------------------------------- */
body{
	font-family:"Helvetica Neue", "Helvetica", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic",  sans-serif;
}
/* 基本レイアウト 
 ------------------------------------------- */
.inner{
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
/* header ------------- */
header{
	background: #333;
	height: 75px;
	position: relative;
	margin-bottom: 35px;
}
h1{
	line-height: 75px;
	font-size: 1.6rem;/* 28px */
	color: #fff;
	text-align: center;
}
#siteid{
	position: absolute;
	top: 12px;
	left: 0;
}
#siteid img{
	width: 157px;
	height: auto;
}
#to_detail{
	color: #fff;
	position: absolute;
	top: 14px;
	right: 0;
	display: block;
	padding: 0 15px 0 24px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	border-radius: 6px;
}
#to_detail::before{
	content:"";
	position: absolute;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #333333;
	top: 50%;
	left: 12px;
	margin-top: -6px;
}

/* footer ------------- */
footer{
	min-height: 1px;
	background: #333;
	color: #fff;
	text-align: center;
	padding: 30px 0 27px 0;
}
#siteid_footer{
	display: inline-block;
	margin-bottom: 25px;
}
#siteid_footer img{
	width: 184px;
	height: auto;
}
/* IE11 ------------- */
@media all and (-ms-high-contrast:none){
	html,
	body,
	.photo,
	#slide ul li,
	.footer_top,
	.footer_top h5,
	.footer_bottom{
		min-height: 0%;
	}
}
