@charset "utf-8";

/***************************************ページベース設定***************************************/
/*ページ背景、フォントなど*/
body {
/*	background: none;*/
	background-color: #FFF;
}

/*テーブル設定*/
td {
	width: auto;
	padding: 2px;
}
th {
	width: 100px;
	padding: 2px;
}

/*幅設定*/
.wa {
	width: 96%;
}

.wl {
	width: 96%;
}
.ws {
	width: 96%;
}

/*サイトロゴ*/
#mainimg img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
header h1 {
	display: none;
	margin-top: 15px;
}

/*コンテナ*/
#container {
	width: auto;
	margin-right: 5px;
	margin-left: 3px;
}

/*表示・非表示設定*/
#sdisp {
	display: inline;
}

#nomenu header nav {
	display: none;
}

.pcdisp {
	display: none;
}

/*メニューブロック設定*/
.fixmenu {
	font-size: 120%;
	width: 96%;
	position: fixed;
	top: 0;
	left: 5;
	line-height: 45px;
	background-color: #660066; /*深紫*/
	color: #FFF;
	text-align: center;
}
header label {
	background-color: #006F90;
	border-radius: 6px 6px 0 0;
	font-size: 130%;
	color: #FFF;
	padding: 3px 0px 3px 15px;
	clear: both;
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
    display: block;
}

header nav ul {
	display: none;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0.5em;
}
/*各メニュー設定*/
header nav ul li {
	float: none;
	border-right: 0;
	text-align: center;
	background-color: #FFF;
}
header nav ul li a {
	line-height: 30px;
	color: #666;
	text-decoration: none;
	display: block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
header nav ul li a:hover {
	background-color: #006F90;
	color: #FFF;
}
header nav ul li.focus {
	background-color: #fff9cc;
	color: #FFF;
}

/*メイン・サブコンテンツ*/
#main, #sub,#topper {
	float: none;
	width: 100%;
	padding-left: 0;
	background-color: transparent;
}

#main img.wa {
	width: 100%;
	height: auto;
}

#main h1 {
	font-size: 120%;
	padding-left: 60px;
}
#main h2 {
	font-size: 120%;
}
.note {
	width: 98%;
}
.note img {
	padding-right: 2%;
}
#sub h1 {
	margin: 0px;
}
#sub ul li.focus {
	background-color: transparent;
}
/*フッターコンテンツ*/
footer {
	margin-top: 5px;
	background-image: none;
	background-color: transparent;
	text-align: center;
	font-size: 85%;
}

#footerlink {
	width: auto;
	padding: 0px;
}
div.footerbox1 {
	clear: both;
	width: 100%;
	border-right: none;
}

div.footerbox2 {
	clear: both;
	width: 100%;
	padding: 0px;
	text-align: center;
	font-size: 120%;
}

div.footerbox2 h1 {
	display: block;
	font-weight: normal;
	color: #FFF;
	line-height: 2.5em;
	background-color: #638c0b; /*深緑*/
	background-image: url(../img/bg_leaf.png);
	background-repeat: no-repeat;
	width: 100%;
}

div.footerbox2 ul li {
	line-height: 2.5em;
	border-bottom: 1px solid #638c0b; /*深緑*/
}

div.footerbox3 {
	display: none;
}

/***************************************各ページの設定***************************************/
/*トップページのメイン画像*/

/*トップページのnews*/
.news {
	float: none;
	width: 97%;
	height: 250px;
}
.news .scroll {
	height: 200px;
}
.news dd {
	padding-left: 1em;
}

.news dt {
	font-size: 100%;
	float: none;
	width: auto;
	line-height: 1.5em;
}
/*各ページタイトル画像*/
#titlebn {
	width: 100%;
	height: 40px;
    background-image: none;
    background: linear-gradient(#638c0b,#87fc70, #638c0b);
    margin: 0;
}
#titlebn h1 {
	font-size: 200%;
	height: 40px;
	line-height: 40px;
}

/*WORDPRESS記事の設定*/
#column {
	width: 96%;
	background-image: none;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 2px solid #4f2b0a; /*こげ茶*/
	border-radius: 8px;
	margin: 0 auto;
}
#column h1 {
	font-size: 140%;
	font-weight: bold;
	text-decoration: underline double red;
	color: #e90e0e; /*赤*/
	background-image: none;
	background-color: transparent;
	padding: 0;
}
#column #column-inner {
	background: none;
	background-color: none;
	padding: 0px;
}
#column #column-inner .FL {
	float: none;
}
#column #column-inner .FR {
	float: none;
}
#column #column-inner p {
	margin-bottom: 0.3em;
	line-height: 1.5em;
}
#column #column-inner ul {
	list-style-type: disc;
	margin-left: 2em;
}
#column #column-inner img {
	width: 98%;
}
#column .pagelink {
	text-align: center;
	line-height: 1em;
	margin-bottom: 0.5em;
}
#column .linkBT a {
	display: inline-block;
	border-bottom: 2px solid #C69CC5; /*lightPerple*/
	margin: 0 20px;
	text-decoration: none;
	color: #000;
}
#column .linkBT a:hover {
	color: #C69CC5; /*lightPerple*/
	text-decoration: none;
}

/*店舗情報テーブル設定*/
table {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
th {
	width: 5em;
	padding: 0;
}
td {
	width: auto;
	padding: 3px 10px;
	line-height: 1.5em;
}

/*店舗情報地図*/
.map {
	height: 300px;
}
