body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 985px;
    font-size: 30px;
	line-height: 50px;
	color: #1F1F1F;
}

a:hover{
opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

a img:hover {
	opacity:0.8;
	}
	
input[name="image"]:hover { opacity:0.9; filter:alpha(opacity=70); }

/*___________________ 画像 _____________________*/
.gazo0{
	margin: 0px auto 0px;
	display: block;
}
.gazo25{
	margin: 0px auto 25px;
	display: block;
}
.gazo30{
	margin: 0px auto 30px;
	display: block;
}
.gazo40{
	margin: 0px auto 40px;
	display: block;
}
.gazo60{
	margin: 0px auto 60px;
	display: block;
}
.migi{
	float: right;
	margin: 0px 0px 10px 25px;
	display: block;
}

.sp{
    display: none;
}
/*___________________ 文字 _____________________*/
.naka a{
    font-size: 32px;
    font-weight: bold; 
	line-height: 34px;
    text-align: center;
    color: #34A1F3;
    margin: 0px auto 40px;
	display: block;
}
hr{
	border-top: none;
	border-bottom: solid 1px #DDDDDD;
	padding-top: 40px;;
	margin: 0px auto 40px;
	display: block;
}
/*___________________ コンテンツ _____________________*/
#img01{
	background-image: url("../images/img01_sp.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	width: 100%;
	height: 763px;
	margin: 0px auto 0px;
	display: block;
}
#img02{
	background-image: url("../images/img02_sp.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	width: 100%;
	height: 823px;
	margin: 0px auto 0px;
	display: block;
}
#img03{
	background-image: url("../images/img03_sp.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	width: 100%;
	height: 889px;
	margin: 0px auto 80px;
	display: block;
}
#kaisha{
	background-image: url("../images/img04_sp.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	width: 100%;
	height: 1142px;
	margin: 0px auto 100px;
	display: block;
}
/*___________________ ナビ _____________________*/
header{
    background-color: #FFF;
    width: 100%;
}
header .inner{
    width: 980px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}
#logo{
    float: left;
	width: 297px;
	height: 90px;
    margin-top: 35px;
    margin-left: 10px;
    margin-bottom: 35px;
	display: block;
}
#tel_sp{
    float: right;
	display: block;
}
#tel{
	display: none;
}
header nav ul{
    clear: both;
    font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 870px;
    list-style-type: none;
	align-items: center;
    margin: 0px auto 0px;
    display: block;
	
}
header nav ul li{
    font-size: 32px;
    font-weight: bold; 
	line-height: 34px;
    margin: 0 40px;
    display: inline;
}
header nav ul li a{
	text-decoration: none;
    color: #1F1F1F;
}

/*___________________ フッター _____________________*/

footer{
	width: 900px;
	text-align: center;
	padding-top: 12px;
	margin: 0 auto 30px;
	display: block;
}
footer ul{
	list-style-type: none;
	margin: 0 auto 10px;
	display: block;
}
footer ul li{
	font-size: 25px;
	line-height: 35px;
	display: inline;
}
footer ul li a{
	color: #666666;
	text-decoration: none;
}
small{
	font-size: 20px;
    line-height: 25px;
	color: #666666;
	margin: 0px auto 0px;
	display: block;
}

/*___________________ トップ _____________________*/

#page-top {
	background-color: #333333;
	width: 80px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity:0.8;
	color: #fff;
	padding: 3px 3px;
	border-radius: 5px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 84px;
	text-align: center;
	display: block;
	border-radius: 10px;
	opacity:0.8;
	font-size:12px;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.5;
}