@charset "utf-8";
/* clear CSS↓ */
*{
	margin:0;
	padding:0;
}

body {
	
	margin:0;
	padding: 0;
	width:100%;
	height:auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#222;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing:0.1em;
	background-image:url(../img/all_bg.gif);
	background-repeat:repeat;
}

header,footer,nav,aside,article{
	display:block;
}

img{
	border:0;
	max-width:100%;
    width /***/:auto; /* IE8のみ */
    height:auto;
    vertical-align:bottom;
}

ul,ol{
	list-style:none;
}

.clear{
	clear:both;
}


p,h1,h2,h3,h4{
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 1.5;
}
/* clear CSS↑ */


a {
	color:#368F12;
}
a:hover {
	color: #eaf806;
}

/*---------------------
全ページ共通　
----------------------*/

#container{
	width:auto;
}

header{
	width:100%;
	height:100px;
}
.headerword h1{
	margin:0 0 0 15px;
	font-size:60%;
	color:#1d4416; 
}
.logo h2{
	margin:15px 0 0px 15px;
	float:left;
}

#FBtw{
	width:100px;
	height:80px;
	float:left;
	padding:0 0 0 15px;
}
#FBtw img.FBtw_1{
	width:100px;
	height:40px;
}
#FBtw img.FBtw_2{
	width:100px;
	height:40px;
}

#headshop{
	display:none;
}

#gloval_nav nav ul#menu li p.menu_eng{
	display:none;
}

/*---------------------
トップページ
----------------------*/
#m_main {
	width:100%;
	background-color:#FFF;
}
#pickup_field{
	display:none;
}

#shop{
	height:515px;
	background-color:#FFF;
	margin-bottom:15px;
}
#shop a{
	font-size:80%;
	display:block;
	height:35px;
	padding:120px 0 0 15px;
	margin:0;
	vertical-align:bottom;
	border-bottom:1px solid #050;
}
.shop1{
	width:100%;
	height:180px;
	background-image:url(../img_sp/m_shop_umeda.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	
}
.shop2{
	width:100%;
	height:180px;
	background-image:url(../img_sp/m_shop_namba.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
}
.shop3{
	width:100%;
	height:180px;
	background-image:url(../img_sp/m_shop_senri.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
}


#news_box{
	width:100%;
	height:900px;
	background-image:url(../img/news_body_bg.gif);
}

.news_head{
	padding-left:15px;
	color:#FFF;
	background-color:#1d4416;
}
.news_head p{
	font-size:110%;
	}
	
#news{
	width:100%;
}
.new_text{
	height:400px;
	margin:15px 25px;
	overflow:auto;
	border:1px solid #050;
	background-color:#FFF;
}
.new_text li{
	width:97%;
	font-size:80%;
	margin:15px auto;
	border-bottom:1px solid #cFc;
}
.new_text p{
	font-size:50%;
}
.twitter{
	height:400px;
	margin:15px 25px;
	overflow:hidden;
	border:1px solid #050;
}

#footnavi{
	display:none;
}


#footshop{
	padding:20px;
}
.footshop1,.footshop2,.footshop3{
	margin-bottom:20px;
}
.footshop1 li:first-child,.footshop2 li:first-child,.footshop3 li:first-child{
	color:#040;
	font-weight:bolder;
}
.qrcode{
	display:none;
}

.pagetop{
	text-align:right;
}
.copy{
	color:#FFF;
	text-align:center;
	background-color:#1d4416;
}