@charset "utf-8";

.only_pc{
	display:none;
}

.only_sp{
	display:block;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: auto;
}
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo {
    float: none;
	text-align:center;
}
header #logo img {
	max-width: 100%;	/*画面に対して60％の幅に*/
	height: auto;
}

header #tel {
	float: none;
	margin-top: 0px;
	text-align:center;
	margin-bottom:10px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 49%;
	margin: 0 0 5px 1%;
	border: 1px solid #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav#menu ul li a {
	width: auto;
}
/*現在表示中メニュー。current*/
nav#menu ul li#current {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #837768;
}
/*奇数番目のメニューの設定*/
nav#menu li:nth-child(odd) {
	width: 50%;
	margin: 0;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0;
}

#main{
	padding-bottom:0;
}

#sub_kasou{
	float:none;
	margin:0 auto;
}

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: auto;
	width: 100%;
	margin: 0px 0px 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list article figure img {
	height: auto;
	width: 100%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h1.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
section#new h1.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#454746), to(#2b2c2e));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#454746, #2b2c2e);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#454746, #2b2c2e);
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}


/* メニュー系 */
.menu_osusume li{
	font-weight:bold;
	float:none;
	width:100%;
	margin-right:0px;
	margin-bottom:10px;
}

.menu_osusume li:nth-child(even){
	margin-right:0px;
}

.menu_osusume li img{
	max-width:100%;
	display:block;
}

.menu_hontai ul{
	overflow:hidden;
	margin-bottom:20px;
}

.menu_hontai ul li{
	float:none;
	border-bottom:#fff 1px solid;
	border-right:#fff 1px solid;
	background:#ccc;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}

.menu_hontai ul li:nth-child(even){
	border-right:none;
}

.menu_hontai_wide{
	width:100% !important;
	font-size:13px;
}

.menu_hontai ul li h3{
	width:60%;
	float:left;
	border-right:#fff 1px solid;
	padding-left:5px;
	font-weight:normal;
	box-sizing:border-box;
}

.menu_hontai ul li p{
	width:40%;
	float:left;
	padding-left:5px !important;
	font-weight:normal;
	box-sizing:border-box;
}

/* 店舗紹介 */

#info_intro table{
	width:100%;
	font-size:12px;
}

#info_intro th{
	width:5em;
}

#info_virtual ul li{
	width:100%;
	text-align:center;
	margin-bottom:10px;
	line-height:1.1;
	float:none;
	font-size:13px;
}
