/*共通*/
a{overflow:hidden;outline:none;}

a:hover img{
	opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";
}


html{
	background-image: url('https://www.yaizu-tanimachi.com/gr_img/bg_html.jpg');
	background-position:left top;/*横 縦*/
	background-repeat: repeat;
}


div{
	text-shadow: 1px 1px 3px rgba(150,150,150,0.2);
}

p{
	text-shadow: 1px 1px 3px rgba(150,150,150,0.2);
}


h2{
	text-shadow: 2px 2px 3px rgba(100,100,100,0.15);
}

h3{
	text-shadow: 2px 2px 3px rgba(100,100,100,0.15);
}

h4{
	text-shadow: 2px 2px 3px rgba(100,100,100,0.15);
}

.clear{
	clear:both;
}

/*見出しフォント*/
.headlineStyle,.newslistHeadlineStyle{
	font-family:YuMincho,'游明朝',"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif !important;
}


/*ヘッダー*/
#bg_gnavi{
	width:100%;
	height:176px;
	position:absolute;
	z-index:500;
	left:0;
	top:0;
	background-image:url(https://www.yaizu-tanimachi.com/gr_img/bg_header.jpg);
	background-position:left top;/*横 縦*/
	background-repeat:repeat-x;
	text-indent:-9999px;
}

#logo a{
	position:absolute;
	width:167px;
	height:113px;
	left:50%;
	margin-left:-88px;
	top:16px;
	background-image: url(https://www.yaizu-tanimachi.com/gr_img/logo.png);
	background-position:left top;/*横 縦*/
	background-repeat:no-repeat;
	text-indent:-9999px;
	z-index:2000;
}

#SF-header{
	width:980px;
	left:50%;
	margin-left:-490px;
	z-index:1000;
	position:absolute;
}

#tel_text{
	width:303px;
	height:17px;
	right:0;
	bottom:10px;
	z-index:1000;
	position:absolute;
}

#SF-navigation{
	position:absolute;
	width:963px;
	height:56px;
	top:62px;
	left:50%;
	margin-left:-473px;
	z-index:1500;
}


/*フッター*/
#footer_wrap{
	margin-top:50px;
	height:244px;
	background-image: url(https://www.yaizu-tanimachi.com/gr_img/bg_footer.jpg);
	background-position:left bottom;/*横 縦*/
	background-repeat:repeat-x;
}

#SF-footer a{
	color:#ffffff;
}


#SF-footer{
	padding-left:50%;
	margin-left:-490px;
	color:#f7e3b9;
}

#footer_box{
	text-align:left;
	margin-bottom:40px;
}

.foot_1{
	margin:42px 50px 0 0;
	float:left;
}

.foot_2{
	margin:37px 72px 0 0;
	line-height:1.8;
	float:left;
}

.foot_2 img{
	margin:10px 0 10px 0;
}

.foot_3{
	margin:37px 32px 0 0;
	padding:0 32px 0 0;
	line-height:1.8;
	float:left;
	border-right:1px solid #7e5b52;
}

.foot_4{
	margin:43px 0 0 0;
	line-height:1.8;
	float:left;
}

.copyright{
	font-size:12px;
}


/*動くページトップボタン*/
#page-top{
	position:fixed;
	z-index:9999;
	right:10px;
	margin-bottom:0px;
}
#page-top a{
	background-image:url(https://www.yaizu-tanimachi.com/gr_img/page_top_btn.png);
	background-position:left top;/*横 縦*/
	background-repeat:no-repeat;
	width:100px;
	height:100px;
	display:block;
	text-indent:-9999px;
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha( opacity=90 )";
}
#page-top a:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter:"alpha( opacity=100 )";
}
/*動くページトップボタンここまで*/


/*アイコン*/
i.fa{
	padding-right:6px;
}