@charset "UTF-8";

/*
en_US
*/

/* =========================================================
map size
========================================================= */
#map {
	position: relative;
	border: 1px #f3f3f3 solid;
	margin-bottom: 25px;
	width: 100%;
	height: 800px;
}
/* =========================================================
map balloon
========================================================= */
#map .balloon {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", arial;
	padding: 10px 0 5px 0;
	width: 420px;
}
/* =========================================================
open
========================================================= */
#map .balloon .open {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	line-height: 100%;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: -5px 0 10px 0;
	width: 100%;
}
#map .balloon .open span:first-of-type {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	background-color: #ed6d35;
	padding: 6px 14px 4px 14px;
	white-space: nowrap;
}
#map .balloon .open span:last-of-type {
	display: table-cell;
	vertical-align: middle;
	background-color: #dedede;
	padding: 6px 14px 4px 14px;
	width: 100%;
}
/* =========================================================
article
========================================================= */
#map .balloon .article {
	clear: both;
	display: table;
	margin-bottom: 10px;
	width: 100%;
}
#map .balloon .article .box {
	display: table-cell;
	vertical-align: top;
}
#map .balloon .article .box .world-area {
	font-weight: bold;
	margin: -2px 0 5px 0;
}
#map .balloon .article .box h4 {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
}
#map .balloon .article .box h4 a {
	color: #3366ff;
}
#map .balloon .article .box h4 a:hover {
	color: #ffa300;
}
#map .balloon .article .box h4 img {
	vertical-align: middle;
	margin-left: 5px;
}
#map .balloon .article .box .subcat {
	color: #888;
	font-size: 11px;
	border-top: 1px dotted #d4dcd3;
	border-bottom: 1px dotted #d4dcd3;
	padding: 4px 0;
	margin: 0 0 8px 0;
}
#map .balloon .article .box .subcat a {
	color: #888;
}
#map .balloon .article .box .subcat a:hover {
	color: #ffa300;
}
#map .balloon .article .box .subcat span {
	color: #cccccc;
	margin: 0 4px;
}
#map .balloon .article .box .title {
	display: block;
	overflow: hidden;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #664;
	font-weight: bold;
	line-height: 126%;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-top: 0;
	margin-bottom: 8px;
	height: 2.5em;
	width: auto;
}
#map .balloon .article .box .title a {
	color: #664;
}
#map .balloon .article .box .title a:hover {
	color: #ffa300;
}
#map .balloon .article .pict {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	padding-left: 10px;
	width: 120px;
}
#map .balloon .article .pict .thumb {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	border: 1px solid #ffffff;
	width: 120px;
	height: 90px;
}
#map .balloon .article .pict .thumb:hover {
	border: 1px solid #ffcc00;
}
#map .balloon .article .pict .thumb img.medium {
	vertical-align: middle;
	background-color: #ffffff;
	max-width: 120px;
	max-height: 90px;
}
#map .balloon .article .pict .noimg {
	background: url(/img/common/tg/noimg_list.png) no-repeat 50% 50%;
	width: 120px;
	height: 90px;
}
#map .balloon .article .pict .noimg span {
	display: none;
}
/* =========================================================
tel, map, url
========================================================= */
#map .balloon .info {
	list-style-type: none;
	line-height: 100%;
	padding: 0;
	margin: 0;
}
/* -----------------------------------------------
tel
----------------------------------------------- */
#map .balloon .info li.tel {
	font-weight: bold;
	background: url(/img/common/tg/icon_tel.gif) no-repeat 0 2px;
	margin-bottom: 4px;
	padding-left: 24px;
}
#map .balloon .info li.tel a {
	color: #333333;
	font-size: 15px;
}
/* -----------------------------------------------
map
----------------------------------------------- */
#map .balloon .info li.map {
	background: url(/img/common/tg/icon_map.gif) no-repeat 0 2px;
	margin-bottom: 2px;
	padding-left: 23px;
}
#map .balloon .info li.map a {
	color: #333333;
}
#map .balloon .info li.map a:hover {
	color: #ffa300;
}
/* -----------------------------------------------
url
----------------------------------------------- */
#map .balloon .info li.url a {
	display: inline-block;
	color: #333333;
	background: url(/img/common/common/icon_url_off.png) no-repeat 100% 2px;
	padding-right: 15px;
}
#map .balloon .info li.url a:hover {
	background: url(/img/common/common/icon_url_on.png) no-repeat 100% 2px;
	color: #ffa300;
}
/* =========================================================
tel, map, url
========================================================= */
#map .balloon .review-preview {
	margin: 10px 0 -10px;
}
/* =========================================================
footer
========================================================= */
#map .balloon .footer {
	clear: both;
	display: table;
	margin-top: 20px;
	width: 100%;
}
/* -----------------------------------------------
notice
----------------------------------------------- */
#map .balloon .footer .notice {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#map .balloon .footer .notice ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#map .balloon .footer .notice ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#map .balloon .footer .notice li {
	float: left;
	font-size: 12px;
	margin: 0 10px 4px 0;
	min-height: 16px;
}
#map .balloon .footer .notice li a {
	display: inline-block;
	color: #6e6e6e;
	padding-left: 64px;
	margin-top: 3px ;
}
#map .balloon .footer .notice li a:hover {
	color: #ffa300;
}
#map .balloon .footer .notice li.coupon {
	background: url(/img/eng/tg/notice_coupon.png) no-repeat 0 50%;
}
#map .balloon .footer .notice li.rp {
	background: url(/img/eng/tg/notice_rp.png) no-repeat 0 50%;
}
#map .balloon .footer .notice li.cj {
	background: url(/img/eng/tg/notice_cj.png) no-repeat 0 50%;
}
#map .balloon .footer .notice li.otoku {
	background: url(/img/eng/tg/notice_otoku.png) no-repeat 0 50%;
}
#map .balloon .footer .notice li.bsc {
	background: url(/img/eng/tg/notice_bsc.png) no-repeat 0 50%;
}
#map .balloon .footer .notice li.lifeline {
	background: url(/img/eng/tg/notice_lifeline.png) no-repeat 0 50%;
}
/* -----------------------------------------------
detail
----------------------------------------------- */
#map .balloon .footer .detail {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
#map .balloon .footer .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #8f8f5f;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 10px 22px 6px 22px;
}
#map .balloon .footer .detail a:hover {
	background-color: #ffcc00;
}
/* =========================================================
download link
========================================================= */
#map .balloon .exmedia-download {
	display: none;
}
