@charset "utf-8";
/*  
Theme Name: nightclub Navi1.2 [ 評価スターを廃止しSNSボタンに変更 ]
Theme URI: http://go-to-club.com
Description: WP Nao theme designed by Naohiro Takahashi.
Version: 1.2
Author: Naohiro Takahashi
Author URI: http://bridge-tokyo.net/
Tags: club

	This theme was designed and built by Nao.

*/
/* ------リセット----- */
body ,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
fieldset,img{
	border:0;
}
abbr,acronym{
	border:0;
}
address,caption,cite,code,dfn,em,th,var{
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: normal;
}
.clearfix {
    zoom: 100%;
	min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
ul,ol,li{
list-style-type:none;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr { display: none; }

/* ------リセット----- */
body {
	margin:0;
	padding:0;
	line-height:1.6;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:13px;
	color:#222;
	min-width: 1000px;
	
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}
html,body {
	height:100%;
}
br {
	letter-spacing:normal;
}
a {
	color:#2E5883;
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover {
	color:#4F88C1;
	text-decoration:none;
}
img {
	border:0;
	vertical-align:bottom;
}
p {
	line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
a:focus{outline:none;}
/* --------------ヘッダー-------------- */
#topber  {
	background-color: #222;
	height: 21px;
	width: 100%;
	color: #FFF;
}
#topber h2 {
	text-align: right;
}
#topber h3 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	width: 100%;
	height: 77px;
	background-color: #000;
	margin-bottom: 10px;
}
#header-in {
	width: 1000px;
	height: 77px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	color: #fff;
	line-height: 1em;
	color: #888;
	text-shadow:1px 0 #000000;
	font-size: 12px;
}
#header-in h3 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 23px;
}
#header-in h3 a img {
	height: 27.5px;
	width: 183px;
}
/* --------------ナビ-------------- */
#navi {
	position: absolute;
	top: 0px;
	right: 0px;
}
#navi li {
	float: left;
}
#navi li a {
	font-size: 14px;
	text-align: center;
	color: #b2b2b2;
	text-transform: uppercase;
	white-space: nowrap;
	display: block;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 77px;
	height: 77px;
	font-weight: 700;
}
#navi li a:hover {
	background-color: #242424;
}

/* --------------トップページ-------------- */
#top-block {
	width: 100%;
	background-color: #000;
	margin-top: -11px;
}
#top-slider {
	height: 350px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}

.search-box {
	width: 99.3%;
	text-align: center;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	border: 1px solid #E8E8E8;
	margin-right: auto;
	margin-left: auto;
}
.search-box .postform {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 86%;
	padding-top: 9px;
	padding-right: 1%;
	padding-bottom: 9px;
	padding-left: 2%;
	border: 1px solid #A8A8A8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 15px !important;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	color: #222222;
}
.search-box :hover {
	cursor: pointer !important;
}
.search-box .postform:focus {
	font-size: 16px !important;
}
.search-box-cat {
	width: 99%;
	text-align: center;
	background-color: #F7F7F7;
	margin-bottom: 2px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	border: 1px solid #E8E8E8;
	margin-right: auto;
	margin-left: auto;
}
.search-box-cat .postform {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 86%;
	padding-top: 9px;
	padding-right: 1%;
	padding-bottom: 9px;
	padding-left: 2%;
	border: 1px solid #A8A8A8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 15px !important;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	color: #222222;
}
.search-box-cat .postform:hover {
	cursor: pointer !important;
}
.search-box-cat .postform:focus {
	font-size: 16px !important;
}

ul.top-news {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	margin-bottom: 15px;
}
ul.top-news li {
	width:100%;
	float: left;
}
ul.top-news li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	color: #000;
	background-image: url(images/news-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 45px;
	padding-left: 18px;
}
ul.top-news li a:hover {
	background-color: #333;
	color: #FFF;
	background-image: url(images/news-arrow-on.png);
	background-position: right center;
}
ul.top-news li a:after {
	content: "さんから";
}

/* ページ送り */
.paging	{
	display:block;
	overflow:hidden;
	text-align:center;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.paging span,
.paging a	{
	margin:0px 2px;
	padding:8px 14px;
	color:#000000;
	border:1px solid #000000;
	text-decoration:none;
}
.paging span.current,
.paging a:hover	{ background-color:#000;color:#fff; text-decoration:none; }
.paging span.pageIndex { display:none; }
.paging span.pageIndex { display:inline; }
.paging span.txt_hellip{
	border-width: 0px;
	border-style: none;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

/* --------------パンクズ-------------- */
#panlist {
	height: 46px;
	width: 100%;
	background-image: url(images/panlist.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 35px;
}
#panlist #panlist-in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}
#panlist #panlist-in li {
	float: left;
	height: 28px;
	padding-top: 18px;
	padding-right: 25px;
	background-image: url(images/panlist-ar.png);
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bolder;
	font-size: 14px;
	white-space: nowrap;
	line-height: 1em;
}
#panlist #panlist-in li a {
	color: #666;
	text-decoration: underline;
}
#panlist #panlist-in li a:hover {
	color: #0099CC;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	float: left;
	width: 650px;
}
.section {
	height: auto;
	width: 618px;
	border: 1px solid #ccc;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}
div.single-contents {padding-top: 15px;}
.section-s {
	height: auto;
	width: 612px;
	border: 1px solid #ccc;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.section iframe {
	width: 100%;
	display: block;
	margin:0;
	padding-bottom: 7px;
	z-index: 1;
}
#hatena-bookmark-panel,#u_0_6 {
	z-index: 2;
}
.single-top {
	position: relative;
	z-index: 2;
	padding-bottom: 18px;
}
.single-top h1 {
	font-size: 27px;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-bottom: 7px;
}
.single-top h1 .yomi {
	font-size: 12px;
	letter-spacing: 0.1em;
	display: block;
	line-height: 1em;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 2px;
	min-height: 10px;
}
.single-top h2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 20px;
	top: 44px;
	line-height: 1em;
	font-weight: bold;
	font-size: 15px;
}
.single-top .voice-link {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 13px;
	right: 17px;
	font-size: 12px;
	font-weight: bolder;
}
.single-top .closed {
	top: 10px;
	right: 17px;
	position: absolute;
	font-size: 13px;
	line-height: 1.1em;
	font-weight: bold;
	color: #FFF;
	background-color: #FFF;
	padding-left: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.single-top .closed span {
	background-color: rgb(255, 34, 76);
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
}
#star-inner {
	padding-left: 12px;
}
#shop-top {
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 14px;
}
#shop-top p {
	line-height: 1.5em;
    margin-bottom: 12px;
}
.youtube {
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	border: 1px solid #eee;
	margin-right: auto;
	margin-left: auto;
	width: 592px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
}
.youtube iframe {
	width: 100%;
	display: block;
	margin:0;
	padding-bottom: 7px;
}
h1.shop-info,h2.shop-info {
	width: 618px;
	padding-left: 30px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	line-height: 45px;
	height: 44px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(images/h2-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* ビュー数表示 */
p.postviews {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 15px;
	bottom: 6px;
	font-size: 14px;
}
p.postviews span {
	font-weight: bold;
}
/* シングルマップ */
#map_in {
	height: 300px;
	width: 99.7%;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: 272px 117px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#map_in img {
	max-width: none !important;
}

/* コメント */
#comments {
	clear: both;
	margin-bottom: 25px;
}
#comments ol.commentlist { margin:0px 0px 15px 0px;}
#comments ol.commentlist li	{ list-style:none; }
#comments li.comment .commentBox {
	border:1px solid #ddd;
	padding:15px;
	margin-bottom:10px;
	width: 614px;
	margin-right: auto;
	margin-left: auto;
}
#comments li.comment .comment-author img { float:left;border:2px solid #ccc;margin-right:15px; }
#comments li.comment .comment-author span.fn {
	font-style:normal;
	line-height:125%;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
    display: block;
}
#comments li.comment .comment-meta.commentmetadata { font-size:85.7%; line-height:120%;}
#comments li.comment .comment-body {
	margin-left:55px;
	margin-top:15px;
	padding-top: 15px;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E5E5E5;
}
#comments li.comment .comment-body p { margin-bottom:15px;line-height: 1.4em; }
#comments li.comment .reply	{ }
#comments #respond .required { color:#e50000;}

#contents #commentform {
	border:1px solid #ddd;
	margin-bottom:10px;
	width: 604px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#contents #commentform p	{ margin-bottom:5px; }
#contents #commentform input,
#contents #commentform textarea	{ display:block; width:98%; padding:4px; }
#contents #commentform p.form-allowed-tags	{ font-size:10px; line-height:120%; color:#666; width:95%;margin-bottom:10px; }
#contents #commentform p.form-submit input	{
	width:auto;
	padding:10px 20px;
	cursor: pointer;
}
#reply-title {
	display: none;
}
#comments .commentlist em {
	border: 8px solid #333;
	display:block;
	margin-left: 55px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #999;
}
/* コメント返信ボタン */
.linkBtn .comment-reply-link {
	color:#333;
	display:inline-block;
	text-decoration:none;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 3px 15px;
	font-size: 12px;
	box-shadow: inset 0 1px 0px rgba(255,255,255,1);
}
.linkBtn .comment-reply-link:hover {
	color:#333;
	border: 1px solid #CACACA;
	box-shadow: inset 0 1px 0px rgba(255,255,255,1);
}
.comments-note {
	font-size: 10px;
	background-color: #F7F7F7;
	display: block;
	width: 622px;
	color: #888;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 16px;
	line-height: 1.6em;
	margin-bottom: 1px;
}
.comments-note span {
	font-size: 11px;
	color: #D00;
}

#comments .commentlist .children .commentBox {
	width: 594px;
	margin-left: 20px;
}
/* 関連店舗 */
.relation {
	border:1px solid #ddd;
	margin-bottom:10px;
	width: 624px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.relation ul {
	
}
.relation ul li {
	float: left;
	width: 33.33%;
	text-align: center;
}
.relation ul li a span {
	font-size: 12px;
	font-weight:400;
	display: block;
	text-align: center;
}
.relation ul li a {
	width: 100%;
	padding-bottom: 14px;
	padding-top: 13px;
	font-weight:700;
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	
	/* 崩れ回避 */
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.relation ul li a:hover {
	color: #FFFFFF;
	background-color: #333;
}

/* シングル関連キーワード */
.entry-utility	{
	clear:both;
	margin-bottom: 10px;
	padding-top: 8px;
}
dl.tag-links { display:inline;}
dl.tag-links dt,
dl.tag-links dd	{ display:inline; font-size:85.7%; line-height:120%;}
dl.tag-links dt	{ display:inline-block; border:1px solid #e5e5e5;font-weight:lighter; margin-right:10px; padding:0px 10px; background-color:#e5e5e5; color:#999;}
/* ▼サイドスタイル▼ */
#side {
	float: right;
	width: 300px;
}
#side h3 {
	height: 37px;
	width: 278px;
	padding-left: 20px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	line-height: 38px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(images/h2-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
/* サイドサーチボックス */
.search-box2 {
	width: 98.6%;
	text-align: center;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 1px solid #E8E8E8;
	margin-top: -3px;
	margin-right: auto;
	margin-left: auto;
}
.search-box2 .postform {
	width: 90%;
	padding-top: 4px;
	padding-right: 1%;
	padding-bottom: 4px;
	padding-left: 1%;
}
.search-box2 input[type=submit] {
	width: 70%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.search-box2 #s {
	width: 88.2%;
	padding-left: 1%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 7px;
	padding-right: 0px;
	background: #ffffff;
}
/* ▼ランキング▼ */
/* ▼ナンバリング▼ */
.sideWidget ol {
    counter-reset:li;
    padding:0;
    list-style:none;
	width: 295px;
	margin-top: -3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.sideWidget ol li {
	position:relative;
	background:#fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 2em;
}
.sideWidget ol li a {
	font-size: 15px;
	position: relative;
	padding-top: 15px;
	padding-right: 70px;
	padding-bottom: 15px;
	padding-left: 10px;
	
	/* 崩れ回避 */
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.sideWidget ol li:before {
	content:counter(li);
	counter-increment:li;
    position:absolute;
	top:1px;
	left:-2em;
	width:2em;
	color:#fff;
	font-weight:bold;
	font-family:"Helvetica Neue", Arial, sans-serif;
	text-align:center;
	background-color: #B4B4B4;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
}
.star-point {
	vertical-align: middle;
}
.ster-side-img {
	font-size: 100%;
	font-weight: bold;
	display: block;
	margin-right: 5px;
	
	position: absolute;
	top: 15px;
	right: 10px;
}
.ster-side-img img {
	width: 14px;
}
/* ▲ナンバリング▲ */
.sideWidget {
	margin: 0px;
	}
.sideWidget ul li	{
	list-style:none;
	border-bottom:1px solid #eeeeee;
	line-height:100%;
	font-weight: bold;
	width: 295px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sideWidget ol li	{
	border-bottom:1px solid #eeeeee;
	line-height:100%;
}
.sideWidget li a	{ display:block; padding:13px 10px 13px 10px; text-decoration:none; color:#666; background: url(images/arrow_gray.png) right bottom no-repeat; }
.sideWidget li a:hover,
.sideWidget li.current_page_item a,
.sideWidget li.current-cat a	{ background: url(images/arrow_bk.png) right bottom no-repeat #f5f5f5; }
.sideWidget li ul	{ display:block;margin:0px; }
.sideWidget li ul	li { display:block;border-bottom:none;border-top:1px solid #eeeeee; }
.sideWidget li ul	li a	{ background: url(images/arrow_gray.png) right bottom no-repeat; }

.sideWidget li ul	li a,
.sideWidget li.current-cat ul li a,
.sideWidget li.current_page_item ul li a	{ font-size:75%; padding: 11px 10px 9px 22px; background: url(images/arrow_gray.png) right bottom no-repeat;  }
.sideWidget li.current_page_item ul li a:hover	{ background: url(images/arrow_bk.png) right bottom no-repeat; }

.sideWidget li ul	li a:hover,
.sideWidget li.current-cat ul li a:hover,
.sideWidget li.current_page_item ul li a:hover	{ background-color:#f5f5f5; }

.sideWidget li ul	li.current-cat a,
.sideWidget li ul	li.current_page_item a,
.sideWidget li ul li ul li a	{ padding-left:33px; }

.wpp-views{
	background:#666666;
	font-size:11px;
	width: 50px;
	text-align: center;
	color: #ffffff;
	display: block;
	line-height: 1.1em;
	position: absolute;
	top: 14px;
	right: 10px;
	padding: 2px 3px;
}
/* ▲ランキング▲ */
.similarclub {
	font-size: 75%;
	margin-left: 15px;
	vertical-align: middle;
	font-weight: normal;
}
.comment-name {
	display: block;
	font-size: 70%;
	padding-top: 5px;
	font-weight: normal;
}

.viewed_posts {
	margin: -3px auto 20px;
}
/* ▲サイドスタイル▲ */


/* ▼フッタースタイル▼ */
#pagetop	{
	display:block;
	clear:both;
	z-index:5;
	padding-top: 10px;
}
#pagetop a	{
	color: #333;
	background:url(images/icon_arrow_top_gry.png) center bottom no-repeat #e6e6e6;
	float:right;
	display:block;
	position:relative;
	padding:5px 15px 5px 15px;
	font-size:11px;
	text-decoration:none;
	margin-bottom:0px;
	letter-spacing:1px;
	}
	#pagetop a:hover {
	background: url(images/icon_arrow_top.png) center bottom no-repeat #333;
	color: #FFF;
	}
#foot-menu {
	height: 30px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1em;
}
#foot-menu-in {
	height: 32px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#foot-menu-in ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
	width: 999px;
}
#foot-menu-in ul li {
	float: left;
	padding-right: 18px;
	padding-left: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
}
#foot-menu-in ul li a {
	font-size: 12px;
	color: #666;
	line-height: 32px;
}
#foot-menu-in ul li a:hover {
	color: #0099CC;
}
#footer {
	background-color: #000;
	height: auto;
	width: 100%;
}
#footer .copy {
	color: #FFF;
	text-align: center;
}
#footer-in {
	height: 110px;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer-in a .footer-logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 20px;
	height: auto;
	width: 170px;
}
#footer-in .footer-social {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	right: 0px;
	width: 290px;
}
#footer-in .footer-social li {
	float: right;
}

/* ▲フッタースタイル▲ */

/*--------------------------------------- 各種ページ--------------------------------------- */
.pages {
	height: auto;
	width: 620px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.pages h3 {
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 15px;
	margin-top: 30px;
}
.pages p {
	font-size: 14px;
	line-height:1.7;
	margin-bottom: 10px;
}
.pages p strong {
	font-size: 15px;
	line-height:1.8;
	margin-bottom: 15px;
}
/* --------------サーチマップ-------------- */
#search-map {
	margin-bottom: 35px;
	width: 1000px;
	height: 450px;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: 467px 192px;
}
#search-map img {
	max-width: none !important;
}
#search-map a {
	white-space: nowrap;
}
#search-map .gm-style-iw a {
	font-size: 19px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	line-height: 1.6em;
	padding: 5px;
	display: block;
}
/* --------------お問い合わせ-------------- */
table.tableframe {
	border-collapse: collapse;
	border-spacing: 0;
	line-height:1.2em;
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-bottom: 45px;
	padding: 0px;
}
table.tableframe tr {

}
table.tableframe tr th {
	border: 1px solid #ccc;
	background-color:#f5f5f5;
	vertical-align: middle;
	width: 200px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
}
table.tableframe tr td {
	border: 1px solid #ccc;
	width: 360px;
	padding-right: 10px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.tableframe tr td span {
	font-size: 10px;
	display: block;
}
/*フォーム*/
table.tableframe tr th span {
	font-size: 9px;
	color: #F00;
	padding-left: 10px;
}
p.from-submit {
	display: block;
	text-align: center;
	margin-bottom: 25px;
	margin-top: -10px;
}
.wpcf7-submit,.wpcf7-select,.wpcf7-text,.wpcf7-textarea {
	padding: 7px;
	width: 310px;
}
.wpcf7-submit,.wpcf7-file {
	cursor: pointer;
}
/* --------------フォームページ-------------- */
.pages .wpcf7	{ margin-top:20px; }
.pages form span.wpcf7-form-control-wrap	{ position:relative; display:block; overflow:hidden; clear:both; /*回り込みをしている為*/ }
.pages form span.wpcf7-form-control-wrap .wpcf7-list-item,
.pages form span.wpcf7-form-control-wrap .wpcf7-list-item label	{ display:block; float:left; }
.pages form span.wpcf7-form-control-wrap .wpcf7-list-item	{ padding-top:8px; padding-bottom:8px; }
.pages form span.wpcf7-not-valid-tip	{ position: relative; color: #fff; padding-left: 5px; position:relative; display:block; background-color:#F00;left:0px;top:8px; margin-bottom:8px; }
.pages form span.wpcf7-not-valid-tip::after {content: "";position: absolute;bottom: 100%;left: 30px;height: 0;width: 0;border: 10px solid transparent;border-bottom: 10px solid #F00;}
.pages form div.wpcf7-validation-errors	{ border:none; position: relative; color:#FFF; padding:7px; background-color:#F00; text-align:center; }
.pages form div.wpcf7-validation-errors::after {content: "";position: absolute;bottom: 100%;left: 30px;height: 0;width: 0;border: 10px solid transparent;border-bottom: 10px solid #F00;}
.pages .wpcf7 dl		{ display:block; overflow:hidden; border-bottom:1px dotted #ccc; }
.pages .wpcf7 dl dt	{ display:block; overflow:hidden; padding:10px 0;float:left; width:20%; color:#666; font-weight:lighter; }
.pages .wpcf7 dl dd	{ display:block; overflow:hidden; padding:10px;margin-bottom:0px; }

input[type="text"],input[type="email"],input[type="date"],input[type="tel"],.wpcf7-select,
textarea { background: #f9f9f9; border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-user-select: auto;
 }
/* 情報修正 */
#contents .pages .edit-name {
	margin-top: -56px;
	text-align: right;
	margin-bottom: 22px;
}
#contents .pages .edit-name input[type="text"] {
	font-size: 17px;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border-width: 0px;
	border-style: none;
	text-align: right;
	font-weight: bold;
	background-color: #FFF;
	cursor: default;
	box-shadow:none;
}
.pages #wpcf7-f1144-p1139-o1 { margin-top:0px !important;}
/*--------------------------------------- 各種ページ--------------------------------------- */
/* ギャラリー */
#gallery-1 {
	margin: auto;
	padding-top: 15px;
	padding-bottom: 5px;
}
#gallery-1 .gallery-item {
	float: left;
	text-align: center;
	width: 33.3%;
	margin-bottom: 10px;
}
#gallery-1 img {
	border: 5px solid #E8E8E8;
}
#gallery-1 a:hover img {
	border: 5px solid #C9C9C9;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}

/* アタッチメント */
.attachment-pages {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.attachment-pages img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
	display: block;
}
/* テーブルスタイル */
.section-s table {
	border-top: 1px solid #ccc;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	line-height:155%;
}
.section-s table tr th {
	border: 1px solid #ccc;
	padding: 10px 16px;
	vertical-align: middle;
	background-color:#f5f5f5;
	white-space:nowrap;
	text-align: left;
	font-size: 90%;
	width: 22%;
}
.section-s table tr td { border: 1px solid #ccc; padding: 10px 17px; vertical-align:top; }
.section-s table tr td p	{ margin:0px 0px 5px; padding:0px; }
.section-s table ol,
.section-s table ul	{ margin-bottom:5px;margin-left:15px;}
.section-s table ol li,
.section-s table ul li	{ margin:2px 0px; }
.section-s table tr td.genre span {
	margin-right: 8px;
}
.section-s table tr td a {word-break: break-all;}
/* 各種クラス */
.tel {
	font-size: 150%;
	font-weight: bolder;
	letter-spacing: 0.1em;
}
.located {
	font-size: 140%;
	font-weight: bolder;
}
.exinfo {
	font-size: 90%;
	color:#777;
	display:block;
}
.aligncenter {
text-align: center;
display: block;
}
/* 情報編集ボタン */
.hensyuu	{
	text-align:right;
	position:relative;
	margin-top:-41px;
	margin-bottom:17px;
}
.hensyuu a	{
	color:#333;
	border: 1px solid #e6e6e6;
	line-height:24px;
	text-decoration:none;
	padding:3px 9px;
	margin-right:15px;
	box-shadow: inset 0 1px 0px rgba(255,255,255,1);
	font-size: 12px;
	background-color: #f5f5f5;
}
.hensyuu a:hover	{
	box-shadow: inset 0 1px 0px rgba(255,255,255,1);
	background-color:#f9f9f9;
	border-color: #B6B6B6;
	color: #333;
}

/* ピックアップ */
ul.pickup {
	width: 642px;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2px;
	border: 1px solid #E8E8E8;
}
ul.pickup li {
	float: left;
	width: 118px;
	text-align: center;
	font-size: 11px;
	color: #999;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.1em;
}
ul.pickup li a {
	font-size: 12px;
	font-weight: bold;
	
}
ul.pickup li img {
	padding: 1px 3px;
	height: 90px;
	width: 90px;
}
ul.pickup li img a {
	display:block;
}
ul.pickup li a span {
	display: block;
	padding-bottom: 3px;
	padding-top: 5px;
}
ul.pickup li a:hover {
	text-decoration: underline;
}

/* アドセンスブロック */
.ad-box1 {
	width: 650px;
	text-align: center;
	clear: both;
}
.ad-box1:before,.ad-box6:before,.ad-box5:before {
	content: "スポンサードリンク";
	font-size: 13px;
	display: block;
	text-align: center;
}
.ad-box2 {
	width: 300px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ad-box2 p,.ad-box9 p {
	font-size: 12px;
    color: #333;
    text-align: right;
}
.ad-box3 {
	padding: 0px;
	height: 60px;
	width: 650px;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-align: center;
	background-color: #f9f9f9;
}
.ad-box4 {
	padding: 0px;
	height: 60px;
	width: 650px;
	margin-top: -21px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;
}
.ad-box5 {
	width: 1000px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.ad-box6 {
	padding: 0px;
	/* height: 60px; */
	width: 650px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.ad-box7 {
	padding: 0px;
	height: 250px;
	width: 646px;
	margin-top: -22px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	text-align: center;
	background-color: #F0F0F0;
}
.ad-box8 {
	padding: 0px;
	height: 280px;
	width: 646px;
	margin-top: -16px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}
.ad-box9 {
	padding-top: 1px;
	margin-bottom: 10px;
}
.tokyoclubs {
	height: 77px;
	width: 300px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* フッターマップ▼ */
#footer-map {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-map.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer-map ul.fmap-place {
	width: 1000px;
	height: 280px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#footer-map ul.fmap-place li {
	position: absolute;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#footer-map ul.fmap-place li a {
	font-size: 11px;
	font-weight: bold;
	color: #B6B6B6;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#footer-map ul.fmap-place li a:hover {
	color: #FFF;
	text-shadow:
0 0 25px #edf8ff,
0 0 20px #edf8ff,
0 0 0.40px #edf8ff;
}
.fmap-place-1 {
	left: 298px;
	top: 70px;
}
.fmap-place-2 {
	left: 479px;
	top: 72px;
}
.fmap-place-3 {
	left: 492px;
	top: 103px;
}
.fmap-place-4 {
	left: 458px;
	top: 96px;
}
.fmap-place-5 {
	left: 103px;
	top: 92px;
}
.fmap-place-6 {
	left: 138px;
	top: 69px;
}
.fmap-place-7 {
	left: 212px;
	top: 77px;
}
.fmap-place-8 {
	left: 470px;
	top: 168px;
}
.fmap-place-9 {
	left: 165px;
	top: 40px;
}
.fmap-place-10 {
	left: 293px;
	top: 47px;
}
.fmap-place-11 {
	left: 812px;
	top: 137px;
}
.fmap-place-12 {
	left: 748px;
	top: 138px;
}
.fmap-place-13 {
	left: 768px;
	top: 121px;
}
.fmap-place-14 {
	left: 683px;
	top: 145px;
}
.fmap-place-15 {
	left: 811px;
	top: 89px;
}
.fmap-place-16 {
	left: 773px;
	top: 147px;
}
.fmap-place-17 {
	left: 819px;
	top: 21px;
}
.fmap-place-18 {
	left: 722px;
	top: 170px;
}
.fmap-place-19 {
	left: 664px;
	top: 220px;
}
.fmap-place-20 {
	left: 343px;
	top: 56px;
}
.fmap-place-21 {
	left: 257px;
	top: 145px;
}
.fmap-place-22 {
	left: 363px;
	top: 101px;
}
.fmap-place-23 {
	left: 424px;
	top: 118px;
}
.fmap-place-24 {
	left: 430px;
	top: 139px;
}
.fmap-place-25 {
	left: 309px;
	top: 89px;
}
.fmap-place-26 {
	left: 200px;
	top: 96px;
}
/* ▲フッターマップ */

/* SNSボタン */
#sns-btm {
	padding-left: 5px;
    padding-top: 5px;
}
#sns-btm li {
	float: left;
}
#sns-btm li a {
	text-align: center;
	display: block;
	border: 1px solid #ddd;
	font-size: 12px;
	height: 20px;
	padding-top: 1px;
	margin-right: 7px;
	padding-right: 7px;
	padding-left: 7px;
	white-space: nowrap;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
}
#sns-btm li a span {
	font-size: 10px;
	margin-left: 8px;
	font-weight: normal;
}
#sns-btm li.sns-icn-facebook a {
	background-color:#3B5999;
	color:#fff;
	border: 1px solid #3B5999;
}
.sns-icn-twitter a {
	background-image: -webkit-linear-gradient(#fff,#dedede);
    background-image: linear-gradient(#fff,#dedede);
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.sns-icn-googleplus a {
	background-image: -webkit-linear-gradient(#fff,#f5f5f5);
    background-image: linear-gradient(#fff,#f5f5f5);
	color:#dd4b39;
}
.sns-icn-hatebu a {
	background-image: -webkit-linear-gradient(#fff,#f5f5f5);
    background-image: linear-gradient(#fff,#f5f5f5);
	color:#008FDE;
}
.sns-icn-line a {
	background-image: -webkit-linear-gradient(#fff,#f5f5f5);
    background-image: linear-gradient(#fff,#f5f5f5);
	color:#00C300;
}

/* ここから追加 */
ul.clubs {
	width: 650px;
}
ul.clubs li {
	width: 602px;
	display:block;
	overflow:hidden;
	border:1px solid #ccc;
	position:relative;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	margin-bottom: 11px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
ul.clubs li:hover {
	border:1px solid #bbb;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
ul.clubs li h3 {
	font-size: 22px;
}
ul.clubs li h3 a {
	margin:0px 0px 10px;
	display:block;
	line-height:135%;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	text-decoration:none;
	font-size: 22px;
	color: #333333;
	display: block;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
ul.clubs li h3 a:hover {
	color: #2E5883;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	margin-left: 8px;
}
ul.clubs li h3 span {
	font-size: 10px;
}
ul.clubs li h3 a span {
	font-size: 10px;
	margin-left: 20px;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	vertical-align: middle;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
ul.clubs li .clubs-info {
	margin-bottom: 2px;	
}
ul.clubs li .clubs-info a {
	color:#333;
	margin-right:18px;
	background-color:#f5f5f5;
	padding: 4px 10px;
	position:relative;
	border:1px solid #e6e6e6;
	font-size:13px;
	text-decoration:none;
	text-shadow: 0 1px #ffffff;
	box-shadow: inset 0 1px 0px rgba(255,255,255,1);
}
ul.clubs li .clubs-info a:hover	{
	background-color:#f9f9f9;
	text-decoration:none;
	border-color: #B6B6B6;
}
.clubs-info strong {
	font-size: 15px;
}
.star-point img {
	vertical-align: text-top !important;
}
.clubs-info-img {
	display:block;
	overflow:hidden;
	float:right;
	text-align:right;
	position:absolute;
	top: 10px;
	right: 10px;
}

.clubs-info-img img	{
	width:88px;
	height:auto;
	border: 4px solid #fff;
	
	display: block;
}
ul.clubs li.have-img {
	padding-right: 112px !important;
    width: 510px !important;
}
#panlist #panlist-in li,.section-s table tr th {
	text-shadow:0 1px #ffffff;
}
#attachment #topber {
	 display:none;
}

/* イベントバナー */
.sponsor-event {
	padding-top: 7px;
	padding-bottom: 3px;
}
.sponsor-event img {
	height: auto;
	width: 100%;
}
/* シングルアイキャッチ表示 */
#shop-top-logo {
	margin-bottom: 25px;
	text-align: center;
	padding-top: 12px;
}
#shop-top-logo img {
	height: 150px;
	width: 150px;
	margin-right: -2px;
}
/* オススメコメント */
.recommend-box {
	clear: both;
	box-shadow: 0 3px 0 rgba(8,1,2,0.03);
	width: 574px;
	padding: 15px 21px 5px;
	margin-bottom: 10px;
	
	font-size: 12px;
	text-shadow: -1px 1px #ffffff;
	border: 1px solid #e1e1e1;
}
.recommend-box p {
	padding-bottom:10px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.55em;
}
.recommend-box h6 {
	font-size: 16px;
	color: #999;
	margin-bottom: 8px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
#throwsSpamAway{ font-size:11px; color:#666;}
