@charset "UTF-8";

/**********************************/
/*ここからフッター部*/

div#footer_base{
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 85px;/*hrのため1px増やす*/
	z-index: 1010;
	font-family:"Lucida Grande","segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN",'メイリオ', Meiryo, Verdana, Arial, sans-serif;
}

/*OZUNUの場合、白ベースコンテンツでメニューと同化するため区切り線（グラデ）を入れる*/
hr {
	z-index: 1000;
	margin: 0;
	border: 0;
	height: 1px;
	background: #ccc;
	background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
	background-image:    -moz-linear-gradient(left, #fff, #ccc, #fff);
	background-image:     -ms-linear-gradient(left, #fff, #ccc, #fff);
	background-image:      -o-linear-gradient(left, #fff, #ccc, #fff);
}

div#footer{			
	width: 1100px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	z-index: 1011;	
	display: block;	
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 0;
	padding-right: 0;
}
						
div#footer a{
	color: #888;
	text-decoration: none;
}
			
div#footer a:hover{
	color: #000;
	text-decoration: none;
}
		
/*ささゆり庵情報部*/
			
div#footer_sasayuri{
	overflow: hidden;
	width: 350px;
	height: 85px;
	margin: 0;
	margin-left: 0;
	padding-top: 2px;
	float: left;
	text-align: left;
	overflow: hidden;
}
			
div#name{	
	font-size: 11px;
	margin-bottom: 2px;
}
		
span.tyou{
	font-size: 11px;
	display: inline;
	margin-top: 1px;
	padding: 0;
	text-align: right;
}
			
div#ad,div#joho{
	font-size: 11px;
	line-height: 1.1;
	font-family: 'Meiryo UI','メイリオ', Meiryo, Verdana, Arial, sans-serif;
}
		
div#joho{
	margin-left: 1px;
}
		
/*フッターメニュー部*/
			
div#footer_right{
	width: 650px;
	height: 85px;
	float: left;
	text-align: left;
}		
			
div#footer_menu{
	width: auto;
	height: 15px;
	text-align: right;
	/*margin-right: 50px;*/
	/*margin-right:150px;*/
	margin-top: 10px;
	padding-left: 70px;
	text-align: right;
	font-size: 12px;
	color: #888;
	overflow: hidden;
	float: left;
}

div#footer_copyright{
	width: auto;
	font-size: 11px;
	text-align: right;
	margin-left: 75px;
	margin-top: 3px;
	font-family: 'Meiryo UI','メイリオ', Meiryo, Verdana, Arial, sans-serif;
	float: left;
	color: #999;
}
			
/*ソーシャルリンク部*/	

#social-icon {
	margin-top: 10px;
	/*margin-right: 0;*/
	margin-right:10px;
	padding: 0;
	width: 150px;
	text-align: left;
	float: right;
}
		
#social-icon img{
	width: 27px;
	height: 27px;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}
#social-icon a{
	opacity: 0.7;
}
#social-icon a:hover{
	opacity: 1.0;
}		
#social-icon img.big{
	width: 29px;
	height: 27px;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}
		
ul#popup{
	display: none;
}
/*		
span#youtube:hover ul#popup{
	display: block;
	background-color: #000;
	padding: 8px 0 0 13px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -65px;
	width: 170px;
	height: 67px;
	text-align: left;
	line-height: 1.5;
	opacity: 1.0;
	font-size: 13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
*/

/* ミシュランバナー */
img.michelin{
	position: relative;
	left: 300px;
	top: -18px;
	width: 115px;	
	opacity: 0.7;
}
img.michelin:hover{
	position: relative;
	left: 300px;
	top: -18px;
	width: 115px;	
	background-color: white;
	opacity: 1.0;
}
/*Safariのみ*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root img.michelin{
		position: relative;
	left: 535px;
    }
}
/*Safariのみ*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root img.michelin:hover{
		position: relative;
	left: 535px;
    }
}

/*▼スクロールすると現れるtopに戻るキー*/			
div#to_top{
		display: none;
		width: 30px;
		height: 30px;
		position: fixed;
		right: 1.5%;
		bottom: 60px;
		background-color: #444;
		}
		
div#to_top b.yaji{
	color: #aaa;
	float: right;
	margin-right: 10px;
	margin-top: 2px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	font-size: 1.3rem;
	font-weight: bold;
	font-family:EuphemiaUCAS,Batang,"ＭＳ 明朝";/*  >  の角度が広いフォントを指定(EuphemiaUCASはiOS用、他はAndroid用*/
	}
/*▲スクロールすると現れるtopに戻るキー*/	