@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-image: url(../images/bg.jpg);*/
	color: #3D3D3D;
	background-repeat: no-repeat;
}
.mincho {
/*    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
/*-段落・文字など-*/
p{}
strong{}

/*-見出し-*/
h1{
	display: block;
	font-size: 18px;
	padding: 18px 0 0;
	margin: 0 0 0 10px;
	float: left;
	width: 60%;
	font-weight: normal;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2),1px 1px 0px rgba(255, 255, 255, 0.5);
}
h1:after {
	content:'';
	display:block;
	height:3px;
	width:42px;
	background-color:#E60313;
	margin: 5px 0 0 2px;
}
h2{
	line-height: 0;
	padding: 30px 0 8px;
	font-size: 14px;
	margin: 0 3% 8px 3%;
	border-bottom: 2px solid #BB9846;
}
h3{
	line-height: 0;
	padding: 10px 0 10px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 2px solid #BB9846;
	margin: 0 10px;
}

/*-----------------------------------------------------------------------------------------------------------------------------各項目-*/
/* 一番外側のラップを構成 */
#wrapper{
	width: 100%;
	margin: 0 auto;
	/* [disabled]padding: 0 10px; */
	position: relative;
}
/*ヘッダを設定*/
#header{
	padding: 20px 0 10px;
	border-bottom: #c62019 1px solid;
	width: 100%;
}
/*ヘッダの中にもう一つボックスを設定*/
.title-inner{}
/*ヘッダの中のメニュー*/
#h1-menu{
	float: right;
	padding: 15px 0 0;
}
/*ヘッダの中のメニューの詳細*/
.h1-menu01 {
	text-align: right;
	padding-right: 10px;
}
.h1-menu01 a{
	display: block;
}
.h1-menu01 a img {
	width:77%;
}


.header-logo{
	width: 110px;
	height: 40px;
	margin-left: 10px;
}
.header-logo a {
	width: 110px;
	height: 40px;
	display: block;
}
.header-logo a span{
	position:absolute;
	text-indent:-9999px;
}
/*-------------------------------------------------------------------------------------------------------------------HEADER MENU 2013-*/
/*------------------------------------------------------------------------------------------------------------------------------------*/
.header-menu{
	width: 95%;
	margin: 0 auto;
	display: none;
}
.header-menu ul li{
}
.header-menu ul li a{
	color: #666666;
	padding: 10px 0 8px 5%;
	display: block;
	font-size: 13px;
	line-height: 10px;
	background: #e5e5e5 url(../images/s-right-arrow.png) no-repeat 1.5% 0.7em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	width: 95%;
	border-bottom: #ccc 1px solid;
	border-top: #f1f1f1 1px solid;
}
.header-menu ul li a:hover{
	color: #333333;
	background-color: #D0D0D0;
	text-decoration: none;
}
li.home a{
	background-image: none !important;
	padding: 10px 2% 8px 3%!important;
}
li.home a:hover{}
.nav-btn{
	width: 95%;
	margin: 10px auto 0;
	background-color: #e5e5e5;
	padding: 10px 0 8px;
	font-size: 16px;
	position: relative;
	text-indent: 35px;
	border-bottom: #ccc 1px solid;
	border-top: #f1f1f1 1px solid;
}
.header-menu ul li a span {
	display:none;
}
.nav-btn:before{
	content:"";
	width:35px;
	height:35px;
	background-size:100%;
	background-image: url(../images/headmenu-smp.png);
	position:absolute;
	top:2px;
	left:3px;
}
/*------------------------------------------------------------------------------------------------------------------------------------*/




/*-------------------------------------------------------------------------------------------------------------------------TRACE NAV-*/
.trace{
/*	background: url(../images/trace-bg.gif);*/
	margin-top: 4px;
	font-size: 10px;
	padding: 6px 0 6px 10px;
}
/*----------------------------------------------------------------------------------------------------------------------------各項目-*/
/*フッタを設定*/
#footer{
	clear: both;
}
#footer .header-logo {
	float:left;
}
/*フッタの中にもう一つボックスを設定*/
.footer-inner{}
/*フッタの中のコピーライトを設定*/
.copy{
	text-align: right;
	padding: 25px 3px 5px 0;
	font-size: 10px;
	border-bottom: 3px solid #E60215;
	margin-bottom: 20px;
}

#footer-menu{
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 10px;
}
.footer-menu01{
	text-align: right;
	padding-right: 10px;
}
.footer-menu01 a img {
	width:25%;
}

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

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*ボックス各種*/
#main{
	background-color: #FFF;
	width: 100%;
}
.box-block{
	clear: both;
	width: 100%;
}

/*----------------------------------------------------------------------------------------------------------------------------県表示-*/
.prif{}
/*---------------------------------------------------------------------------------------------------------------------------TOPPAGE-*/
/*-2段-*/
.firstbox{
	padding: 5px 3% 0;
	width: 94%;
	float: left;
}
.firsttitle{

}
.firstbox a{
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 1);
	font-size: 18px;
	background-image: url(../images/first_bg-mob.gif);
	display: block;
	padding: 20px 0 16px 0;
	color: #5F5F5F;
	background-position: left center;
}
.firstbox a:hover{
	text-decoration: none;
	background-image: url(../images/first_bg-mob-on.gif);
}
.firstbox a span{
	display: block;
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 10px;
}
.firstbox a.comingsoon{
	background: url(../images/first_bg-mob-on.gif) repeat-x !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;
	width: 100%;
	margin-bottom: 20px;
}
.topselect-case:nth-child(odd){
	border-right: #999 1px dotted;
}
.topselect{
	/* [disabled]border-left: #999 1px dotted; */
	/* [disabled]border-right: #999 1px dotted; */
	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: 16px;
	display: block;
	margin: 10px 5%;
	width: 90%;
	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: 15px;
}
.category1{
	padding: 20px 0 17px 0;
}
a.category1{
	border: #fff 1px solid;
}
.category1-img{
	width: 45%;
	display: block;
	float: left;
	margin-bottom: 0!important;
	background-image: none!important;
}
.category1-img img{
width:100%;
height:auto;
}
.category1-txt{
	text-shadow: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.8em;
	width: 45%;
	background: none !important;
	margin-bottom: 0!important;
}
.category2-img{
	width: 45%;
	display: block;
	float: left;
	margin-bottom: 0!important;
	background-image: none!important;
	margin-top: -10px;
}
.category2-txt{
	text-shadow: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.8em;
	width: 45%;
	background: none !important;
	margin-bottom: 0!important;
}
/*----------------------------------------------------------------------------------------------------------------CATEGORY BOX 2013---*/
/*------------------------------------------------------------------------------------------------------------------------------------*/
.page-category-box{
	margin-top: 10px;
	width: 94%;
	padding: 0 3%;
}
.page-category{
	width: 100%;
	font-size: 18px;
}
.page-category:nth-child(odd){
}
.page-category ul{
	list-style-type: none;
	padding-left: 20px;
	padding: 10px;
}
.page-category ul li{
	margin-bottom: 6px;
}
.page-category ul li a{
	font-size: 16px;
	color: #4C4C4C;
}
.page-category-title{
	padding: 10px 0 8px 15px;
	font-size: 18px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 0px rgba(255, 255, 255, 1);
	border-bottom: 2px solid #BA9847;
	margin-bottom: 4px;
}

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




/*-3段-*/
.secondbox{
	padding: 8px 3% 0px;
	margin: 0;
	background-color: #fff;
	width: 94%;
	position: relative;
	height:auto;
}
.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{
	display: block;
	position:relative;
	padding: 10px 3px 10px 5px;
	color: #fff;
	background-color:#BB9846;
	background-position: center;
}
.second-title a:after {
	content:'\025B6';
	position:absolute;
	top:11px;
	right:3px;
}
.second-title a span{
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
}
.second-title a:hover{
	text-decoration: none;
	background-position: center;
}
.click-cov{
	width: 94%;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	top: 5px;
	left: 3%;
}
.shop-wrap{
	display: none;
}
/*-*/
.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;
	padding: 8px 0;
	background-color: #EFEFEF;
	text-align: center;
}
.shop-img img{
	border: #fff 1px solid;
}
.shop-data{
	font-size: 11px;
	padding: 0 5%;
}
.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;
	margin-top: 4px;
	margin-bottom: 5px;
	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{
	text-align: center;
	margin: 6px 10% 16px;
}
.shop-link a{
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color:#BB9846;
	display: block;
	padding: 5px 0 3px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
.shop-link a:hover{
}

.shop-url{
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);
	margin-bottom:15px;
}
.shop-url a{
	display: block;
	position:relative;
	color: #fff;
	background-color:#BB9846;
	padding: 6px 3px 4px 5px;
	background-position: center;
}
.shop-url a:after {
	content:'\025B6';
	position:absolute;
	top:5px;
	right:2px;
}
.shop-url a span{
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
}
.shop-url a:hover{
	text-decoration: none;
	background-position: center;
}

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

.detail-box{
	clear: both;
	margin: 0 0 12px 0;
}
.detail-box .shop-info{
	position: relative;
	background-color: #EEE1C1;
	border: #DEE7D9 1px solid;
	color: #2F4F27;
	font-weight: bold;
	padding: 25% 15px;
	text-align: left;
	margin-top: 4px;
	background-repeat: no-repeat;
}
.detail-box .shop-info span{
	position: absolute;
	width:100%;
	top: 5px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 1.3em;
}
.detail-box .cat{
	background-color: #ffb3b3;
	display: block;
	padding: 1px 8px;
	margin: 0 0 4px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
ul.parlors {
	padding:10px;
}

/*------------------------------------------------------------------------------------------------------------------------------MAP--*/

.map-box{
	clear: both;
	margin: 0 0 20px 0;
	padding: 12px;
}
#map-inner{
	width: 100%;
	height: 300px;
}

/*-----------------------------------------------------------------------------------------------------------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;}
