@charset "utf-8";
/*

バナー色　background:#CB3221;

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

hr{ clear:both; border:none; margin:0; padding:0;}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* -------------------------------------------------------------- */

body {
color:#333;
font-size:small;
/*
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
*/
line-height:1.5;
-webkit-text-size-adjust: none;
background:#fff;
}


p.kasai{
	width:90%;
	padding:20px;
	border:#F00 5px solid;
}

p.conv{
	display:block;
	width:95%;
	padding:1em;
	border:1px #c5c5c5 solid;
}

p.conv strong{
	font-size:150%;
}

/* リンク設定
------------------------------------------------------------*/
a{color:#8a2023;text-decoration:none;}
a:hover{color:#a74864;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0;
width:100%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/

.headerwrap{
	background:#000;
}

.mainimg_wrap{
	margin:0 auto;
	width:940px;
}

#fullwrap1{
	background-image:url(../images/013-subtle-light-patterns.jpg) ;
	width:100%;
	max-height:393px;
	margin:0 0 10px 0;
	border-bottom:1px solid #e5e5e5;
	border-top:0px solid #e5e5e5;
}


#header{
height:110px;
}

#header h1{
padding:5px 0 10px 10px;
font-size:12px;
font-weight:normal;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
margin-left:17px;
}

.logo span{display:block;}


.logo2{
float:right;
margin:0px;
display:block;
background:url(../img/header_banner.jpg) no-repeat;
width:592px;
height:110px;
}


/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
color:#b94447;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:17px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border:0px solid #ebebeb;
}

section#main h1{
	font-size:x-large;
	font-weight:normal;
	padding:25px 10px;
	border-left:#CB3221 3px solid;
	margin:15px 0 15px 0;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
color:#fff;
background-color: rgba(0,0,0,0.4);
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
color:#fff;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.grid_b{
	float:right;
	border-radius:5px;
background:#fff;
}

.grid_shop, .grid_menu{
	float:left;
	border-radius:5px;
	background:#fff;
}

.box{
margin:0 5px;
padding:10px;
border:1px solid #ebebeb;
}

.box2{
margin:0 5px;
padding:0px;
border:0px solid #ebebeb;
}

.box img, .box2 img{
max-width:100%;
height:auto;
border:4px solid #f5f5f5;
}

.box h3{padding:10px 0 5px;}

article.grid div.box h2,
article.grid_b div.box h2,
article.grid_shop div.box h2,
article.grid div.box2 h2,
article.grid_b div.box2 h2,
article.grid_shop div.box2 h2
{
	padding:2px 5px;
	font-size:large;
	font-weight:bold;
	color:#fff;
	background-image:url(../img/gnavbg2.png);
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
}

article.grid_shop div.box2 h2.shop
{
	padding:2px 5px;
	font-size:large;
	font-weight:bold;
	color:#fff;
	background-image:url(../img/gnavbg4.png);
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
}

article.grid_shop div.box p,
article.grid_shop div.box2 p
{
	margin:10px 0 0 0;
}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}



/*************
メイン コンテンツ
*************/
section.content article{
padding:10px 0px;
margin-bottom:10px;
border:0px solid #ebebeb;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}
section.content strong{
	color:red;
	font-weight:bold;
}

/*
h3.heading{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#333;
background:#f1f1f1;
}
*/

h2.h2ing{
	font-size:large;
font-weight:normal;
padding:15px 10px;
margin:0 0 10px 0;

line-height:36px;
color:#fff;
text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
background:#CB3221;
}

h3.h3ing{
font-weight:bold;
font-size:medium;
padding:5px;
line-height:36px;
color:#333;
background:#fff;
border:#FFCECE 2px solid;
}

h3.heading{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#333;
background:#f1f1f1;
}

section.content img{
max-width:99%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border,ul.list img{border:0px solid #ebebeb;}


div.couponbox{
	width:95%;
	margin:10px 5px;
	float:left;
}

div.couponbox h2{
	font-size:1.5em;
	line-height:2em;
	background:#800000;
	border-radius: 0.5em;
	margin:0 0 10px 0;
	color:#fff;
	padding:10px;
}


div.couponbox img.couponbox_img{
	width:100%;
}


/*************
テーブル
*************/
table.table{
	width:99%;
border-collapse:collapse;
margin:5px auto 5px auto;
}

table.table td{
border-collapse:collapse;
background-color:#fff;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
width:25%;

}



table.shop{
border-collapse:collapse;
margin:5px 0 15px 0;
width:100%;
float:left;
}

table.shop td{
border-collapse:collapse;
background-color:#fff;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.shop th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*
2017.10.30　大宴会プラン用の価格表テーブル
*/

span.nagisa{
	font-size:85%;
}

table.type02_plan {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type02_plan th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type02_plan td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:120%;
	text-align:right;
	font-weight:bold;
}

table.type02_plan td.col2{
	text-align:center;
}

table.type02_plan td strong{
	font-size:150%;
	color:red;
}

table.type02_plan th strong{
	font-weight:normal;
	color:#666;
}


/* GoogleMap */

iframe.gmap{
	width:30%;
	float:right;
	height:180px;
	border:0;
}


a.shoplistbox{
	display:block;
	color:#666;
	font-size:medium;
	float:left;
	width:43%;
	padding:20px;
	margin:0 5px 5px 0;
	background:#e7e7e7;
}

a.shopkuwasiku{
	display:block;
	color:#666;
	font-size:medium;
	text-align:center;
	float:left;
	width:99%;
	padding:10px;
	margin:0 5px 0 0;
	background:#e7e7e7;
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 80px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.gmap_frame {
	width:100%;
	overflow: hidden;
	height:500px;
}

a.shoplistbox:hover, a.shopkuwasiku:hover{
	color:#fff;
	background:#CB3221;
}

/*************
/* サイドバー
*************/
#sidebar ul{padding:0px;}

#sidebar h3.heading{
/*	background:#CB3221; */
	background:#000;
	color:#fff;
	font-size:medium;
	padding:5px;
}

#sidebar li{
margin:0px;
list-style:none;
border-bottom:1px dashed #ebebeb;
width:245px;
height:35px;
line-height:35px;
}

#sidebar li.header{
	background:#f5f5f5;
	padding:0 0 0 5px;
	font-weight:bold;
	border-bottom:2px solid #B50000;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
color:#333;
display:block;
background:#fff;
padding:0 0 0 5px;
}

#sidebar li a:hover{
	color:#555;
	background:#FFE6E6;
	font-weight:bold;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#000;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
color:#fff;
}

ul.footnav{
float:right;
width:650px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin:0 0 0 23px;
padding:20px 0px 0 0px;
font-size:small;
border-right:0px solid #b6b6b6;
list-style-image:url(../img/yajitusi.gif);
}

#footer a{
	color:#c5c5c5;
}

#footer a:hover{
	font-weight:bold;
}

address{
clear:both;
padding:0px;
text-align:center;
font-style:normal;
font-size:x-small;
color:#333;
background:#000;
}


.grid_2 h3{
padding:5px 10px;
margin-bottom:10px;
font-size:16px;
color:#fff;
background:#000;
}
.grid_2 h3{margin-right:10px;}


article.grid_2{
	margin:10px;
}

	dl.tbl-common01 {  
    width: 99%;
    margin: 10px auto;
    border: 0px solid #e5e5e5;
    border-bottom: none;
}

	dl.tbl-common01 dt {  
    font-weight: bold;
}

dl.tbl-common01 span{
	font-weight:bold;
	color:#ff0000;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	background-image:url(../img/gnavbg.png);
	}
	
	nav#mainNav .inner{
	width:932px;
	padding:0 5px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{border-right:1px solid #ff0000;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:medium;
	width:154px;/*6枠なら154px 5枠なら185px　4枠なら231px */
	height:35px;
	padding-top:15px;
	color:#fff;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
	border-left:1px solid #ff0000;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#a74864;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	background-image:url(../img/gnavbg2.png);
	padding-top:15px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}
	
	#main{
	float:left;
	width:667px;
	padding-right:15px;
	}
	
	#sidebar{
	float:right;
	width:245px;
	padding:15px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:0px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	#gallerys article, #gallerys_thub article{padding:0px}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	.grid_b{
	float:right;
	width:620px;
	margin-left:20px;
	}
	
	.grid_shop{
	float:left;
	width:332px;
	margin-left:0px;
	border:3px solid #e5e5e5;
	}
	
	.grid_menu{
	float:left;
	width:160px;
	font-size:85%;
	margin-left:5px;
	}
	
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
	
	#gallerys .grid{
	width:45%;
	margin:5px 15px 2px 0px;
	}
	
	#gallerys_menu .grid{
	width:100%;
	margin:0px;
	}
	
	#gallerys .grid img,
	#gallerys_menu .grid img{
	width:99%;
	}
	
	
	#gallerys_thub .grid{
	width:10%;
	margin:5px 5px 2px 0px;
	}
	
	#gallerys_thub .grid img{
		width:99%;
	}


	
	.grid_2{width:300px; 
	float:left;
	}
	.col2_2{width:580px;}
	


	dl.tbl-common01 {
        background: #fff; /* dlで背景画像をyリピートし、dtの背景色のように見せる。positionはdtの幅に応じて調整 */
		overflow:auto;
		height:330px;
    }
    
    dl.tbl-common01 dt,
    dl.tbl-common01 dd {
        padding: 10px;
    }
    
    dl.tbl-common01 dt {
        clear: both;
        float: left;
        width: 50px; /* 幅を指定 */
    }
    
    dl.tbl-common01 dd {
        padding-left: 120px; /* dtの分、左にpaddingを取る */
        border-bottom: 1px solid #e5e5e5;
    }
	
	article.tellink{
		display:none;
	}
	
	hr.float_menu{
		display:none;
	}
	
	div.print_namespace {
   visibility: hidden; /* [A] */
}


	
	
@media print {
   div.print_namespace {
      visibility: visible; /* [B] */
   }
}
	
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	.mainimg_wrap{
	margin:0 auto;
	width:100%;
	}
	
	#fullwrap1{
	background:#fff;
	width:100%;
	margin:0 0 10px 0;
	border-bottom:1px solid #e5e5e5;
	border-top:0px solid #e5e5e5;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "⇒";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#a74864;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:668px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	.grid_b{
	width:60%;
	margin:10px 0 0 1%;
	}
	
	.grid_shop{
	width:48%;
	margin:0px 0 0 0;
	}
	
	.grid_menu{
	width:24%;
	margin:0px 0 0 0;
	}
	
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#gallerys .grid{
	float:left;
	width:49%;
	margin:0 0 0 1%;
	}
	
	#gallerys .grid img{
		width:99%;
	}
	
	#gallerys_thub .grid{
	float:left;
	width:18%;
	margin:0 0 0 1%;
	}
	
	#gallerys_thub article.disp_none{
		display:none;
	}
	
	#gallerys_thub .grid img{
		width:99%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
	
	.grid_2{padding-bottom:20px;}
	
	
	
	dl.tbl-common01 {
        background-color: #fff;
    }
    
    dl.tbl-common01 dt,
    dl.tbl-common01 dd {
        padding: 8px 20px;
    }
    
    dl.tbl-common01 dt {
        float: none;
        background-color: #f7f7f7; /* 背景色を指定 */
        border-top:1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF;
    }
    
    dl.tbl-common01 dd {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #c5c5c5;
    }
	
	article.tellink{
		width:95%;
		margin:5px auto;
		text-align:center;
		font-size:xx-large;
		
	}
	
	article.tellink p.title{
		font-size:x-large;
		color:#333;
	}
	article.tellink a{
		display:block;
		width:100%;
		padding:10px;
		background:#CB3221;
		color:#fff;
		font-size:xx-large;
		font-weight:bold;
		border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	}
	
	.gmap_frame {
	width:95%;
	height:280px;
	margin:10px auto;
}
	hr.float_menu{
		display:none;
	}
	
	.logo2{
		display:none;
	}

}


/* ボックスシャドウ

	-moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.7);
box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.7);

/*
	
	
	




/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#fullwrap{
	background:#fff;
	width:100%;
	margin:0 auto;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	}
	
	.mainimg_wrap{
	margin:0 auto;
	width:95%;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo img.logoimg{
		width:88%;
	}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	
	.box img, .box2 img{
	float:left;
	margin-right:5px;
	}
	
	.grid .box2 img{
		width:150px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
	
	iframe.ggmap{
		display:none;
	}
	
	table.shop{
		width:98%;
		margin:0 auto;
		float:none;
	}
	
	h3.h3ing{
		width:98%;
		margin:0 auto;
	}
	
	#sidebar li{
		width:100%;
	}
	
	div.box2 img.top_banner{
		width:95%;
		margin:0 auto;
	}
	
	dl.tbl-common01 {
		overflow:auto;
		height:250px;
    }
	
	hr.float_menu{
		display:block;
	}
	
	img.couponimg{
		width:95%;
		margin:3px auto;
	}
	
	
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid,.grid_b,.grid_shop{width:100%;}
	.grid_menu{width:49%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}

}