.page #content {
	color: #3a301a;
}

/* Html
===================================================== */
.txtbox h2 {
	font-size: 19pt;
	font-weight: normal;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.txtbox h2.sub-h2 {
	font-size: 16pt;
	padding: 10px 0;
	border-bottom: 1px dashed #aaa;
}
.txtbox h2.img-h2 {
	padding: 0;
	margin: 0;
	border: none;
}
.postbox h3 {
	font-size: 19pt;
	font-weight: normal;
	margin-bottom: 20px;
}
.postbox h3.serif {
	font-size: 18pt;
	line-height: 140%;
	margin-bottom: 20px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
}
.postbox h4.serif {
	font-size: 14pt;
	line-height: 140%;
	margin-bottom: 20px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
}
.postbox {
	font-size: 12pt;
	line-height: 180%;
	margin-bottom: 40px;
}
.postbox p {
	margin-bottom: 20px;
}
.postbox table {
	margin: 20px 0;
	border-spacing: 0;
	border-collapse: collapse;
}
.postbox address {
	font-style: normal;
}
.postbox ul {
	margin-bottom: 20px;
	list-style: none;
}
.postbox li {
	padding: 5px;
}
.postbox dt,
.postbox dd {
	padding-bottom: 10px;
}
.postbox dd {
	margin-bottom: 30px;
}


/* Class
===================================================== */
#lead-txt {
	padding: 10px 0 40px;
	font-size: 16pt;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.h2-overlap-txt {
	margin-top: -130px;
	padding-left: 275px;
}
.display-inline {
	display: inline;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.around-left {
	float: left;
	margin: 0 30px 10px 0;
}
.around-right {
	float: right;
	margin: 0 0 10px 30px;
}
.around-txt {
	overflow: hidden;
	height: auto;
}
.txtbox .small {
	font-size: 10pt;
}
.bld {
	font-weight: bold;
}
.s12 {
	font-size: 12pt;
}
.ex {
	font-size: 9pt;
}
.both {
	clear: both;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.space30 {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.postbox .beige-table {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	background: #cec5af;
}
.postbox .thin-color {
	background: #ccc3ae;
}
.beige-table td {
	padding: 10px;
	font-size: 10pt;
	border-bottom: 1px solid #b1a090;
	line-height: 120%;
}
.beige-table thead td {
	border-bottom: 2px solid #fff;
}

/* Area Set
===================================================== */
/* Gray */
.grayarea {
	background: #eee;
	padding: 10px;
	margin-top: -20px;
	border: 1px solid #aaa;
}
.grayarea h3 {
	font-size: 14pt;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
}

/* Small */
.smallarea {
	width: 700px;
	margin: 0 auto 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	font-size: 12pt;
	line-height: 180%;
}


/* ページ一覧ページ（ハブ）
===================================================== */
#hub-pages h2 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
}



/* 私たちについて
===================================================== */
.about-us #signature {
	padding: 20px 0 0;
	font-size: 10pt;
}
.about-us #signature h3 {
	font-size: 12pt;
}
.about-us #signature p {
	margin: 0;
}

.about-us address {
	font-style: normal;
}


/* よくある質問
===================================================== */
.question dt:before {
	content: "Q : ";
}
.question dd:before {
	content: "A : ";
}


/* 都市伝説
===================================================== */
.urban-legend .title-img {
	position: relative;
	left: 60px;
}
.urban-legend h3 img {
	position: relative;
	left: -24px;
}

/* スポンサー企業
===================================================== */
.sponsorbox h3 {
	font-size: 14pt;
	padding: 10px 0;
	margin-bottom: 0;
}

/* 駐車場情報
===================================================== */
.parkingbox {
	width: 889px;
	height: 496px;
	margin: 0 auto;
	position: relative;
}
.map-point {
	width: 27px;
	height: 27px;
	position: absolute;
}
#mp1 { top: 215px; left: 813px; }
#mp2 { top: 413px; left: 632px; }
#mp3 { top: 377px; left: 328px; }
#mp4 { top: 55px; left: 262px; }
#mp5 { top: 248px; left: 209px; }
#mp6 { top: 134px; left: 165px; }
#mp7 { top: 368px; left: 81px; }

.map-txt {
	display: none;
}

#black {
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	display: none;
}
#maptxt-area {
	position: fixed;
	top: 50%;
	left: 50%;

	width: 0px;
	height: 0px;
	margin: 0;
	border: 5px solid #111;

	background: #fff;
	display: none;
}
#area-txt {
	display: none;
	color: #333;
	font-size: 9pt;
}
#area-txt h3 {
	font-size: 11pt;
	padding: 8px 0;
	margin-bottom: 10px;
	color: #e34900;
}


/* 花街への掲載
===================================================== */
.w834 {
	width: 834px;
	margin: 0 auto;
}
.about-post h3.relative a {
	right: 0;
	left: auto;
	display: none;
}

/* 交通情報
===================================================== */
.rotate-img:hover {
	-moz-transform: rotate(10deg);  /* FireFox */
	-o-transform: rotate(10deg);  /* Opera */
	-webkit-transform: rotate(10deg);  /* webkit */ 
	-ms-transform: rotate(10deg);  /* IE9 */
	transform: rotate(10deg);
}
.trafficinfo .postbox h3 {
	border-bottom: 1px solid #ccc;
}
.trafficinfo h2 span {
	font-size: 12pt;
	font-weight: normal;
	color: #aaa;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	margin-left: 10px;
}

/* 冬季イベント
===================================================== */
.winter-events .pink-links {
	font-weight: bold;
	font-size: 13pt;
	margin: 20px 0 5px 0;
}
.winter-events .pink-links a {
	color: #9a2f65;
	text-decoration: none;
}
.winter-events .pink-links a:hover {
	text-decoration: underline;
}
.winter-events .orange-h3 {
	background: #f18563;
	color: #fff;
	font-size: 14pt;
	padding: 5px 10px;
}
.winter-list-box {
	width: 220px;
	height: 250px;
	float: left;
	padding: 2px 2px 3px;
}
.winter-list-box a {
	display: block;
}
.winter-list-box a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.winter-list-box p {
	font-size: 10pt;
	line-height: 120%;
}

/* 新着トピックス
===================================================== */
.topics-box {
	padding: 30px 0;
	border-bottom: 1px dashed #333;
}
.topics .topics-left {
	width: 250px;
	float: left;
}
.topics .topics-right {
	width: 630px;
	float: right;
}

.topics-sub-name {
	height: 30px;
	line-height: 30px;
}
.topics-sub-name span {
	height: 30px;
	line-height: 30px;
	background: #88600d;
	padding: 0 10px;
	margin-right: 10px;
	color: #fff;
	display: inline-block;
}
.topics-box h3 {
	color: #3f2a02;
	font-size: 16pt;
	padding: 20px 0;
}
.topics-box p {
	margin-bottom: 12px;
}
.topics-box ul,
.topics-box ol {
	margin: 5px 0 12px;
	padding-left: 20px;
}
.topics-left img {
	width: 250px;
	height: auto;
	margin-bottom: 10px;
}
.pageNavigation {
	text-align: right;
	padding: 20px 0;
}
.page-numbers {
	text-decoration: none;
	padding: 3px 0 3px 4px;
	color: #333;
}
a.page-numbers:hover {
	color: #666;
	text-decoration: underline;
}
.page-numbers:after {
	content: "|";
	padding-left: 4px;
}
.current {
	color: #666;
}

/* はなまシュラン
===================================================== */
/* Lead */
#c-crown {
	padding: 10px;
}
#c-leadtxt {
	font-size: 12pt;
	line-height: 160%;
}
#c-leadtxt h3 {
	color: #facf2a;
	font-size: 16pt;
	margin: 30px 0 20px;
}
/* Choice */
#choice {
	padding: 10px 0 30px;
}
#choice button {
	border: none;
	background: none;
	float: left;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#choice button img {
	display: block;
}
#choice img {
	margin: 0 1px;
}
.comingsoon-button {
	float: left;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
/* ranking */
.ranking-box {
	padding: 29px;
	border: 1px solid #ded7c6;
	margin: 10px 10px 20px;
	background: #c4b797;
	position: relative;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.ranking-box img.around-left {
	width: 230px;
	border: 6px solid #fff;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.ranking-detail {
	color: #604c3f;
}
.ranking-detail h3 {
	background: #d1c8b2;
	font-size: 16pt;
	font-weight: normal;
	padding: 8px;
	margin-bottom: 10px;
}
.rd-left {
	width: 290px;
	float: left;
}
.rd-left .star {
	margin-bottom: 10px;
}
.rd-left table {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 8pt;
}
.rd-left th {
	width: 60px;
	font-weight: normal;
}
.rd-left th,
.rd-left td {
	padding: 3px;
	border-bottom: 1px solid #666;
}
.rd-right {
	width: 350px;
	float: right;
}
.rd-right .rd-comment {
	background: #e2ddcf;
	border: 1px solid #b6a58b;
	padding: 9px;
	margin-bottom: 10px;
	font-size: 9pt;
}
.crown-mark {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* ４位のみ簡易表示 */
#ranking4 .rd-left {
	width: 530px;
}
#ranking4 .star {
	float: left;
}
#ranking4 .rd-left table {
	float: right;
}


/* ２階層目 ハブページ
===================================================== */
#hub-pages {
	width: 952px;
	margin-right: -52px;
}
.itembox {
	width: 175px;
	height: 120px;
	padding: 5px;
	margin: 0 52px 52px 0;
	background: #fff;
	float: left;
	text-decoration: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.5);
}
.itembox p {
	text-align: center;
	margin: 3px 0;
	color: #333;
}
.itembox:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


/* 花街へのアクセス
===================================================== */
.access h2 span {
	font-size: 12pt;
	font-weight: normal;
	color: #aaa;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;

}
.access h3 {
	font-size: 12pt;
	border: 1px solid #aaa;
	padding: 5px 10px;
	background: #eee;
}
.access table {
	width: 100%;
	border-bottom: 1px dashed #ccc;
}
.access td {
	padding: 20px 0;
	line-height: 120%;
	vertical-align: middle;
}
.access li:before {
	content: "◆";
}


/* フォトギャラリー
===================================================== */
#pgbox {
	width: 933px;
	margin-right: -33px;
}
#pgbox a {
	border: 10px solid #eee;
	display: inline-block;
	float: left;
	margin: 0 33px 33px 0;
	
	position: relative;
}
#pgbox a span {
	width: 200px;
	height: 200px;
	background: #fff;
	top: -10px;
	left: -10px;
	position: absolute;

	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#pgbox img {
	display: block;
}

#photobox {
	width: 0;
	height: 0;
	margin: 0;
	background: #fff;
	
	position: fixed;
	top: 50%;
	left: 50%;
	
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#photobox img {
	border: 10px solid #eee;
	display: block;
}
#prev, #next {
	position: fixed;
	display: none;
	z-index: 1000;
	color: #fff;
	left: 50%;
	margin-top: -50px;
}
#prev {
	top: 50%;
	margin-left: -410px;
}
#next {
	top: 50%;
	margin-left: 350px;
}

#imgtxt {
	padding: 5px 10px;
	display: none;
	font-size: 12pt;
	color: #666;
}
#loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	z-index: 10000;
	display: none;
}


/* サイトマップ
===================================================== */
.sitemaps .postbox ul {
	padding-left: 30px;
	list-style: square;
}
.sitemaps .postbox li {
	padding: 3px;
	font-size: 10pt;
	line-height: 140%;
}

/* ハナマチコラム
===================================================== */
.column-childe {
	width: 242px;
	height: 200px;
	float: left;
	margin: 0 29px;
}
.column-childe p {
	font-size: 10pt;
	line-height: 120%;
}
.postbox .plan-column-h4 h4 {
	line-height: 148px;
}


