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

/*------------------------------------------------------------------------------------------------------Reset-*/
/* html5用にいくつかのスタイルをリセットします。-*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

/*-----------------------------------------------------------------------------------------------------BASIC-*/
/* 基本的なスタイルを設定します。*/

a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #CC0000;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}
a:visited{
	margin: 0;
	padding: 0;
	border: 0;
	color: #CC0000;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}
a:hover{
	color:#8C8C8C;
	text-decoration: underline;
}
a:active{
	color:#FF9900;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
	padding: 2px 0;
}

html{
	background-image: url(../images/common/footer.jpg);
}
body{
	line-height: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
/*	background: url(../images/bg.jpg) no-repeat;*/
	color: #5B5B5B;
}
.mincho {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*-段落・文字など-*/
p{}
strong{}

/*-見出し-*/
h1{
	display: block;
	font-size: 26px;
	padding: 45px 0 10px;
	margin: 0 0 10px 10px;
	float: left;
	width: 680px;
	font-weight: normal;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}
h1:after {
	content:'';
	display:block;
	height:4px;
	width:60px;;
	background-color:#E60313;
	margin: 10px 0 0 3px;
}
h2{
	line-height: 0;
	padding: 40px 0 15px;
	font-size: 18px;
	border-bottom: 3px solid #BB9846;
	margin-bottom: 15px;
	color: #696969;
}
h3{
	line-height: 0;
	padding: 20px 0 10px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 3px solid #BB9846;
	margin: 0 10px;
}


/*-------------------------------------------------------------------------------------------------------------------------------各項目-*/
/* 一番外側のラップを構成 */
#wrapper{
	width: 800px;
	margin: 0 auto;
	position: relative;
/*	background-image: url(../images/wrapper-bg.gif);*/
	background-position: center 150px;
	background-repeat: no-repeat;
}

.container {
	width:830px;
	margin:0 auto;
}

/*ヘッダを設定*/
#header{
	height: 60px;
	padding: 20px 0 0;
	border-bottom: #F3818A 2px solid;
}
/*ヘッダの中にもう一つボックスを設定*/
.title-inner{}
/*ヘッダの中のメニュー*/
#h1-menu{
	float: right;
	padding: 40px 0 10px;
}
.h1-menu01 a span{
	position:absolute;
	text-indent:-9999px;
}
/*ヘッダの中のメニューの詳細*/
.h1-menu01 a{
	display: block;
}
.header-logo{
	width: 110px;
	height: 40px;
	float: left;
}
.header-logo a {
	width: 110px;
	height: 40px;
	display: block;
}
.header-logo a span{
	position:absolute;
	text-indent:-9999px;
}
/*-------------------------------------------------------------------------------------------------------------------HEADER MENU 2013-*/
/*------------------------------------------------------------------------------------------------------------------------------------*/
.header-menu{
	float: right;
}
.header-menu ul li {
	float: left;
	text-align:center;
}
.header-menu ul li.home:before,
.header-menu ul li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 50px;
	background:linear-gradient(to bottom, #FFFFFF 0, #D9D9D9 20%, #D9D9D9 70%, #FFFFFF 100%);
}
.header-menu ul li a {
	color: #666666;
	padding: 0 20px;
	display: inline-block;
	font-size: 1.1em;
	vertical-align: top;
}
.header-menu ul li a:hover{
	color: #333333;
	text-decoration: none;
	opacity:0.7;
}
.header-menu ul li a span {
	display:block;
	margin:auto;
	color:#B59C3F;
	font-weight:bold;
	font-size:0.6em;
	margin-top:0.6em;
}
.nav-btn{display:none}
/*------------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------------------------TRACE NAV-*/
.trace{
	margin-top: 4px;
	font-size: 12px;
	padding: 6px 0 6px 10px;
/*	background-image: url(../images/trace-bg.gif);*/
}
/*-----------------------------------------------------------------------------------------------------------------------------各項目-*/
/*フッタを設定*/
#footer{
	clear: both;
	position: relative;
	margin: 0 auto 30px;
	padding: 0 0 20px;
	border-bottom: 5px solid #E60215;
}
/*フッタの中にもう一つボックスを設定*/
.footer-inner{}
/*フッタの中のコピーライトを設定*/
.copy{
	text-align: right;
	padding: 25px 0 0;
	font-size: 15px;
}
/*フッタの中のメニュー*/
#footer-menu{
	padding: 0 0 5px;
	margin: 0 0 25px 0;
	border-bottom: 2px solid #E0E0E0;
}
.footer-menu01 {
	text-align:right;
}
.footer-menu01 a:hover{
	opacity:0.7;
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*ボックスの指定*/

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*ボックス各種*/
#main{
	margin: 0 10px;
	padding: 0 22px 10px;
	background-color: #FFF;
	min-height: 250px;
}
.box-block{
	clear: both;
}

/*-----------------------------------------------------------------------------------------------------------------------------県表示-*/
.prif{
	border-left: #999 1px dotted;
	border-right: #999 1px dotted;
	margin-bottom: 24px;
}

/*------------------------------------------------------------------------------------------------------------------------------TOPPAGE-*/
/*-2段-*/
.firstbox{
	padding: 5px 10px 2px 10px;
	margin: 10px 0;
	/*border-right: #999 1px dotted;*/
	width: 346px;
	float: left;
}
/*-奇数個目のボックスについて-*/
.firstbox:nth-child(odd){
	border-left: #999 1px dotted;
/*	border-right: #999 1px dotted;*/
}
.firsttitle{

}
.firstbox a{
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 0px rgba(255, 255, 255, 1);
	font-size: 20px;
	background: url(../images/first_bg.gif) no-repeat;
	display: block;
	padding: 20px 0 17px 0;
	color: #5F5F5F;
	/* [disabled]background-position: left center; */
}
.firstbox a:hover{
	text-decoration: none;
	background: url(../images/first_bg-on.gif) no-repeat;
}
.firstbox a span{
	display: block;
	/* [disabled]background-image: url(../images/arrow.jpg); */
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 10px;
}
.firstbox a.comingsoon{
	background: url(../images/first_bg-comingsoon.gif) no-repeat !important;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 0px rgba(255, 255, 255, 1);
	color:#999999;
	cursor:default;
}

/*-----------------------------------------------------------------------------------------------------------------TOPPAGE BOX 2013---*/
/*------------------------------------------------------------------------------------------------------------------------------------*/
.topselect-case{
	display: block;
	float: left;
	width: 366px;
	margin-bottom: 10px;
}
.topselect-case:nth-child(odd){
	border-right: #999 1px dotted;
}
.topselect{
	border-left: #999 1px dotted;
	border-right: #999 1px dotted;
	margin-bottom: 24px;
	padding-top: 10px;
	margin-top: 10px;
}
/*-奇数個目のボックスについて-*/
.category-box:nth-child(odd){
	/* [disabled]border-left: #999 1px dotted; */
/*	border-right: #999 1px dotted;*/
}
.category-box{
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 0px rgba(255, 255, 255, 1);
	font-size: 20px;
	display: block;
	margin: 10px 10px;
	width: 345px;
	color: #5F5F5F;
	background-color: #f0f0f1;
	border: #ccc 1px solid;
}
.category-box:hover{
	background-color: #E2E2E4;
	border: #ccc 1px solid;
}
.category-box a:hover{
	text-decoration: none;
}
.category-box a span{
	display: block;
	background: url(../images/top-arrow.png) no-repeat right center;
	padding-left: 10px;
	color: #5F5F5F;
	margin-bottom: 28px;
}
.category1{
	padding: 20px 0 17px 0;
}
a.category1{
	border: #fff 1px solid;
}
.category1-img{
	width: 184px;
	display: block;
	float: left;
	margin-bottom: 0!important;
	background-image: none!important;
}
.category1-txt{
	text-shadow: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.8em;
	width: 130px;
	background: none !important;
	margin-bottom: 0!important;
}
.category2-img{
	width: 130px;
	display: block;
	float: left;
	margin-bottom: 0!important;
	background-image: none!important;
	margin-top: -20px;
}
.category2-txt{
	text-shadow: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.8em;
	width: 180px;
	background: none !important;
	margin-bottom: 0!important;
}

/*----------------------------------------------------------------------------------------------------------------CATEGORY BOX 2013---*/
/*------------------------------------------------------------------------------------------------------------------------------------*/
.page-category-box{
	margin-top: 10px;
}
.page-category{
	width: 350px;
	float: left;
	font-size: 18px;
}
.page-category:nth-child(odd){
	padding-right: 10px;
	margin: 0 10px;
	border-right: #ccc 1px dotted;
}
.page-category ul{
	padding: 15px 20px 20px;

}
.page-category ul li{
	margin-bottom: 10px;
	list-style-type:none;
}
.page-category ul li a{
	color: #4C4C4C;
}
.page-category-title{
	padding: 18px 5px 5px 15px;
	font-size: 20px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 0px rgba(255, 255, 255, 1);
	border-bottom: 3px solid #BA9847;
	margin-bottom: 5px;
}

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




/*-3段-*/
.secondbox{
	padding: 12px 12px 20px;
	margin: 14px 0 0;
	background-color: #fff;
	border-right: #999 1px dotted;
	width: 220px;
	float: left;
}
/*-1，4，7個目のボックスについて-*/
.secondbox:nth-child(3n+1){
	border-left: #999 1px dotted;
	border-right: #999 1px dotted;
}


.second-title{
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);
}
.second-title a{
/*
	background: url(../images/second_bg.gif) no-repeat;
	display: block;
	padding: 12px 3px 11px 5px;
*/
	position:relative;
	display: table-cell;
	padding-left: 5px;
	padding-right: 10px;
	color: #fff;
	background-color:#BB9846;
	width:220px;
	height:40px;
	vertical-align:middle;
	line-height: 1.2em;
}
* html .second-title a{ /* IE6 */
	display: inline;
	zoom: 1;
}
*:first-child+html .second-title a{ /* IE7 */
	display: inline;
	zoom: 1;
}
.second-title a:after {
	content:'\025B6';
	position:absolute;
	top:13px;
	right:2px;
}

.second-title a span{
	display: block;
	/* [disabled]background-image: url(../images/arrow.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: right center; */
}

.second-title a:hover{
	opacity:0.7;
	text-decoration:none;
}
.click-cov{
	display:none;
}
.shop-wrap{
}
/*-*/
.cat{
	background-color: #f7bdbd;
	display: inline-block;
	padding: 1px 8px;
	margin: 0 0 4px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.shop-img{
	margin: 4px 0;
}
.shop-data{
	font-size: 11px;
}
.shop-add,
.shop-tel,
.shop-add,
.shop-opn,
.shop-hol{ border-bottom: #999 1px dotted;}
.shop-add span,
.shop-tel span,
.shop-add span,
.shop-opn span,
.shop-hol span{ display:block;}
.shop-data p{
	margin-bottom:4px;}
.shop-info{
	background-color: #EEE1C1;
	border: #DEE7D9 1px solid;
	font-weight: bold;
	color: #2F4F27;
	padding: 5px 10px 5px;
	text-align: left;
/*	background-image: url(../images/show-card.gif);*/
	background-repeat: no-repeat;
	background-position: center top;
}
.shop-info span{
	font-weight: normal;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.shop-link{
	display:none;
}
.shop-link a{
	background-color: #B3D98C;
	color: #4A773E;
	height: 20px;
	display: block;
	padding: 3px;
}
.shop-link a:hover{
	background-color: #993300;
	color: #CCFF99;
	text-decoration: none;
}

.shop-url{
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);
	margin-bottom: 2px;
}
.shop-url a{
	display: block;
	position:relative;
	padding: 5px 3px 5px 5px;
	color: #fff;
	background-color:#BB9846;
}
.shop-url a span{
	display: block;
	/* [disabled]background-image: url(../images/arrow.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: right center; */
}

.shop-url a:hover{
	text-decoration: none;
}
.shop-url a:after {
	content:'\025B6';
	position:absolute;
	top:6px;
	right:2px;
}

/*-note-*/
.note{
	background-color: #F7E8E8;
	color: #cc3300;
	text-align: center;
	border: #B9524D 1px solid;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin-top: 24px;
}
/*----------------------------------------------------------------------------------------------------------------------詳細ページ--*/

.detail-box{
	clear: both;
	margin: 0 0 24px 0;
}
.detail-box .shop-info{
	position: relative;
	background-color: #EEE1C1;
	border: #DEE7D9 1px solid;
	color: #2F4F27;
	font-weight: bold;
	padding: 35% 15px;
	text-align: left;
	margin-top: 4px;
/*	background-image: url(../images/show-card.gif);*/
	background-repeat: no-repeat;
}
.detail-box .shop-info span{
	position: absolute;
	top: 5px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 1.3em;
}

.detail-box .cat{
	background-color: #f7bdbd;
	display: block;
	padding: 1px 8px;
	margin: 0 0 4px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/*-----------------------------------------------------------------------------------------------------------------------------MAP--*/
.map-box{
	clear: both;
	margin: 0 0 20px 0;
	padding: 12px;
	/* [disabled]border-top: #999 1px dotted; */
}
#map-inner{
	width:712px;
	height:400px;
}

/*-----------------------------------------------------------------------------------------------------------Clear FIX（IE6対応版）--*/

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}


ul.parlors {
}

ul.parlors {
	margin:5px 15px;
	padding:5px;
	list-style-type:none !important;
}
ul.parlors li {
	background-image:none;
	margin:0px;
	list-style-type:none !important;
	display:inline-block;
	*display: inline;	/*for IE*/
	*zoom: 1;		/*for IE*/
	width:150px;
	overflow:hidden;
}