#header{
	position: relative;
	background:url(../images/base/header_bg.png) no-repeat center center;
	height:auto;
	width:100%;
	background-size: cover;
	min-height:440px;
}
#header img.logo_s{
	display: none;
}
#header img.logo{
	position: absolute;
	margin-right:60px;
	top:2%;
	left:20%;
}
#header h2{
	position: absolute;
	top:15%;
	left:52%;
	color:#a42628;
	font-size:30px;
}
#header h3{
	position: absolute;
	color:#000;
	font-size:50px;
	top:28%;
	left:52%;
}
header nav{
	position: absolute;
	bottom:0;
	margin:0 auto 20px auto;
	top:auto;
}

img.main{
	width:100%;
	margin-bottom:50px;
}
#top h2{
	color:#000;
	text-align: center;
	font-size:28px;
	font-weight: normal;
	margin-bottom:60px;
}
#top h3{
	width:100%;
	position: relative;
	display: block;
	text-align: center;
	font-size:22px;
	color:#000;
	font-weight: normal;
	margin-bottom:70px;
}
#top h3::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;/*線の上下位置*/
	display: inline-block;
	width: 65px;/*線の長さ*/
	height: 3px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
#top p{
	line-height: 200%;
	margin-bottom:30px;
}
.bumon1{
	background: url("../images/top/oroshi.jpg")no-repeat;
	width:100%;
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 32.5%;
    background-size: contain;
	margin-top:50px;
	position: relative;
}
.bumon1 a{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 0;
	 padding-top: 32.5%;
}
h4.op{
	position: absolute;
	width:230px;
	height:120px;
	background: rgba(255,255,255,0.6);
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	text-align: center;
	color:#000;
	font-size:30px;
	padding:23px 0 0 0;
}
h4.op span,h4.op2 span{
	display: block;
	font-size:18px;
}
a:hover h4.op,a:hover h4.op2{
	background: #000;
	color:#fff;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
ul.bumon2::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
ul.bumon2 li{
	width:33%;
	margin-top:5px;
	position: relative;
	margin:5px 0.5% 20px 0;
	float:left;

	padding-top:29%;
}
.bumon2 li a{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 0;
	padding-top: 87.5%;
	background: url("../images/top/tensui.jpg")no-repeat;
	background-size: contain;
}
ul.bumon2 li:first-child+li a{
	background: url("../images/top/haruyama.jpg")no-repeat;
	background-size: contain;
}
ul.bumon2 li:last-child a{
	background: url("../images/top/nikufes.jpg")no-repeat;
	background-size: contain;
}
ul.bumon2 li:last-child{
	margin:5px 0 0 0;
}
h4.op2{
	position: absolute;
	width:230px;
	height:150px;
	background: rgba(255,255,255,0.6);
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	text-align: center;
	color:#000;
	font-size:30px;
	padding:15px 0 0 0;
}
h4.op2 span.red{
	font-size:30px;
}
p.bumon2_txt{
	width:630px;
	margin:0 auto;
	color:#333;
}
p.bumon2_txt span{
	font-size:11px;
}
.eisei_title{
	background: url("../images/top/eisei.jpg")no-repeat;
	height:0;
	width:100%;
	padding-top:22.33%;
	position: relative;
	background-size: contain;
	margin-top:70px;
}
.eisei_title span{
	position: absolute;
	display: block;
	margin:auto;
	left:0;
	right:0;
	top:45%;
	color:#fff;
}
.sqf{
	font-size:28px;
	text-align: center;
	line-height: 140%!important;
}
.sqf_box{
	position: relative;
	width:650px;
	margin:0 auto;
}
.sqf_box img{
	position: absolute;
	left:0;
	top:0;
}
.sqf_box p{
	margin-left:200px!important;
}