@charset "utf-8";
/* CSS Document */


/*--------------クリアフィックス*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*--------------クリアフィックス*/


/*-------------------------------------------------------------------*/
/*--------------------------------------------------共通設定*/	
/*-------------------------------------------------------------------*/	

body{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background-color:#eeebd9;
min-width:320px;
}


/*----------------------------------フロート関連*/
.fl_l{
	float:left;
	}
.fl_r{
	float:right;
	}
.cl_both{
	clear:both;
	}
/*----------------------------------フロート関連*/
/*------------------------------------hiddentext*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/*------------------------------------hiddentext*/


/*---------------------------------------------------------
----------------------------------------------wrapper設定*/
#wrapper{
	width:100%;
	max-width:100%;
	/*min-width:340px;*/
	height:auto;
	background-color:#eeebd9;
	margin:0 auto;
	padding-bottom:10%;
	}
	
/* タブレットレイアウト : 641 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 641px) {
	#wrapper{
	width:980px;
	max-width:100%;

	height:auto;
	background-color:#eeebd9;
	padding-bottom:100px;
	}

}

/*---------------------------------------------------------
----------------------------------------------wrapper設定*/


/*--------------------------------------PCのみ表示*/	
.pc_only{
	display:none;
	}
/* タブレットレイアウト : 641 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 641px) {
.pc_only{
	display:block;
	}
}
/*--------------------------------------PCのみ表示*/
	
/*------------------------------------スマホのみ表示-------*/
.mb_only{
	display:block;
	}
/* タブレットレイアウト : 641 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 641px) {
.mb_only{
	display:none;
	}
}
/*------------------------------------スマホのみ表示-------*/


/*--------------------------------------黒い棒の調整*/

.black_bar{
	width:100%;height:8px;background-color:#000;margin:8px auto 0 auto;
	}
@media only screen and (min-width: 641px) {
.black_bar{
	width:980px;height:8px;background-color:#000;margin:8px auto 0 auto;
	}
}
/*--------------------------------------黒い棒の調整*/
/*-------------------------------------トップへ戻るボタン*/
.to_top_btn{
	width:15%;
	float:right;
	position:relative;
	z-index:1;
	}
.to_top_btn img{
	width:100%;
	}
/*-------------------------------------トップへ戻るボタン*/

/*-------------------------------------------------------------------*/
/*--------------------------------------------------共通設定*/	
/*-------------------------------------------------------------------*/	

	
	
	
	

/*-------------------------------------------------------------------*/
/*--------------------------------------------------トップページ*/	
/*-------------------------------------------------------------------*/	
/*-------------------------------------------スライドショー-------*/
.slide{
	width:100%;
	height:auto;
	background-color:#039;
	margin-top:80px;
	}
/* タブレットレイアウト : 641 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 641px) {
.slide{
	margin-top:0;
	}
}
/*-------------------------------------------スライドショー-------*/
/*-----------------------------news全体調整*/
.news_all{
	width:94%;
	padding:3%;
	}
@media only screen and (min-width: 641px) {
.news_all{
	width:980px;
	padding:0;
	}
}
/*-----------------------------news全体調整*/

/*-----------------------------newsイメージ調整*/
.oshirase_text_img{
	text-align:left;
	padding-bottom:8px;
	border-bottom:#000 1px solid;
	margin-bottom:0;
	margin-top:43px;
	}
.oshirase_text_img img{
	width:30%;
	}
	
.chumoku_text_img{
	text-align:left;
	padding-bottom:8px;
	border-bottom:#000 1px solid;
/*	margin-bottom:15px;*/
	margin-top:41px;
	}
.chumoku_text_img img{
	width:30%;
	}
@media only screen and (min-width: 641px) {
.oshirase_text_img{
	text-align:center;/*「お知らせ」の配置位置*/
	padding-bottom:8px;
	border-bottom:#000 1px solid;
	margin-bottom:0;
	margin-top:43px;
	}
.oshirase_text_img img{
	/*width:64px;*/
	width:160px;/*「お知らせ」の文字の大きさ*/
	}
	
.chumoku_text_img{
	text-align:center;
	padding-bottom:8px;
	border-bottom:#000 1px solid;
/*	margin-bottom:15px;*/
	margin-top:41px;
	}
.chumoku_text_img img{
	/*width:70px;*/
	width:91px;
	}
}
/*-----------------------------newsイメージ調整*/

/*-----------------------------newsお知らせ調整*/
.news_left{
	float:none;
	margin:0 0 0 0;
	padding:0px 0 0 0;
	}
.news_l_container{
	padding:15px 0 15px 0;
	}
.news_l_container_2{
	padding:0px 0 15px 0;
	border-bottom:#000 1px solid;
	}
.news_l_container_3{
	padding:15px 0 15px 0;
	border-bottom:#000 1px solid;
	}
.news_date{
	margin-bottom:10px;
	width:100%;
	float:left;
	line-height:1.4em;
	font-size:10pt;/*	--------------★★★★★★★★★★★★---------------*/
	color:#ff0000;
	}
.news_title{
	width:100%;
	float:left;
/*	font-size:12pt;--------------★★★---------------*/
	font-size:13pt;
	font-weight:bold;
	line-height:1.3em;
	}
.news_blank{
	display:none;
/*	width:100%;--------------★★★---------------*/
	width:140px;
	float:left;
	}
.news_text{
	width:100%;
	float:left;
	font-size:10pt;
	line-height:1.5em;
	}
@media only screen and (min-width: 641px) {
.news_left{
	float:left;margin:0 60px 0 70px;
	padding:0px 0 0 0;
	}
.news_l_container{
	padding:15px 0 15px 0;
	}
.news_l_container_2{
	padding:0px 0 15px 0;
	border-bottom:#000 1px solid;
	}
.news_l_container_3{
	padding:15px 0 15px 0;
	border-bottom:#000 1px solid;
	}
.news_date{
	margin-bottom:0;
/*	width:87px;--------------★★★---------------*/
	width:140px;
	float:left;
	line-height:1.4em;
	font-size:10pt;/*	--------------★★★★★★★★★★★★---------------*/
	}
.news_title{
/*	width:303px;--------------★★★---------------*/
	width:600px;/*	--------------★★★★★★★★★★★★---------------*/
	float:left;
	font-size:14pt;/*	--------------★★★★★★★★★★★★---------------*/
	font-weight:bold;
	}
.news_blank{
	display:block;
/*	width:87px;--------------★★★---------------*/
	width:140px;
	float:left;
	}
.news_text{
/*	width:303px;--------------★★★---------------*/
	width:600px;/*	--------------★★★★★★★★★★★★---------------*/
	float:left;
	font-size:12pt;/*	--------------★★★★★★★★★★★★---------------*/
	line-height:1.5em;
	}
}
/*-----------------------------newsお知らせ調整*/

/*-----------------------------news注目情報調整*/
.news_right{
	float:none;
	}
.chumoku_container{
	width:100%;
	height:auto;
	}
.chumoku_title{
	font-size:11pt;
	font-weight:bold;
	line-height:1.3em;
	}
.chumoku_img_box{
	width:50%;
	float:left;
	}
.chumoku_text{
	width:50%;
	float:left;
	}
.chumoku_img_box img{
	width:90%;
	}
.chumoku_shop{
	width:100%;
	padding:0 0 5px 0;
	}
.shop_name{
	font-size:9pt;
	margin-bottom:3px;
	font-weight:bold;
	}
.chumoku_info{
	line-height:1.4em;
	font-size:10pt;
	padding:0.5em 0 0 0;
	}
.news_info_all{
	padding-top:11px;
	padding-bottom:11px;
	border-bottom:#000 1px solid;
	}
@media only screen and (min-width: 641px) {
.news_right{
	float:left;
	}
.chumoku_container{
	width:390px;
	height:auto;
	}
.chumoku_title{
	font-size:12pt;
	font-weight:bold;
	line-height:1.3em;
	}
.chumoku_img_box{
	width:137px;
	float:left;
	}
.chumoku_img_box img{
	width:100%;
	}
.chumoku_text{
	width:253px;
	float:left;
	}
.chumoku_shop{
	width:243px;
	padding:0 0 15px 10px;
	}
.shop_name{
	font-size:9pt;
	margin-bottom:3px;
	font-weight:bold;
	}
.chumoku_info{
	line-height:1.4em;
	font-size:10pt;
	padding:0 0 0 10px;
	}
.news_info_all{
	padding-top:11px;
	padding-bottom:11px;
	border-bottom:#000 1px solid;
	}
}
/*-----------------------------news注目情報調整*/
/*-------------------------------------------------------------------*/
/*--------------------------------------------------トップページ*/	
/*-------------------------------------------------------------------*/	





/*-------------------------------------------------------------------*/
/*--------------------------------------------------お品書きページ*/
/*-------------------------------------------------------------------*/
.menu_box{
	width:25%;
	}
.menu_box p{
/*	text-align:center;*/
	text-align:left;
	}
/*-------------------------------------------------------------------*/
/*--------------------------------------------------お品書きページ*/	
/*-------------------------------------------------------------------*/	


	
	
	
	
	
	
	
	
	
	
	
/*-----------------------GoogleMapの挙動*/
	
#g_map {
    width: 100%;
    height: 250px;
	}
@media only screen and (min-width: 641px) {
#g_map {
    width: 100%;
    height: 476px;
	}
}





.map_shop{
	vertical-align:central;
	}	
.gm-style-iw div{
	overflow:hidden;
	}
/*-----------------------GoogleMapの挙動*/	












/*--------------------------------------当たり前・黒い棒の調整*/

.black_bar_in_atarimae{
	width:100%;height:8px;background-color:#000;margin:0px auto 0 auto;
	}
@media only screen and (min-width: 641px) {
.black_bar_in_atarimae{
	width:980px;height:8px;background-color:#000;margin:28px auto 0 auto;
	}
}
/*--------------------------------------当たり前・黒い棒の調整*/













/* タブレットレイアウト : 641 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 641px) {
}