@charset "utf-8";
/* sightseeing.css */

/*==================================

		1 | 地図
		
==================================*/
#sightseeing #first {
	margin: 10px 0 0 0;
	padding: 0;
	height: 490px
}

#sightseeing #first h2 {
	overflow: hidden;
	margin: 19px 0 18px;
	padding: 0;
	width: 200px;
	height: 30px;
	background: url(../sightseeing/images/title.gif) top no-repeat;
	text-indent: -9999px;
	display: block;
}

#sightseeing #map {
	margin: 0 auto;
	padding: 0;
	width: 830px;
	height: 390px;
	border: #737B6A solid 5px;
}

#sightseeing #map_info {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 840px;
	text-indent: -9999px;
	display: block;
}

/* 拡大縮小 */
#sightseeing #size {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 344px;
	height: 28px;
	background: url(../access/images/text_map.gif) top no-repeat;
	text-indent: -9999px;
	display: block;
}


/*==================================

		2 | スポット
		
==================================*/

/*共通設定*/
#sightseeing #spot {
	clear: both;
	margin: 0 auto;
	padding: 60px 0 0;
	width: 840px;
}

#sightseeing #spot .spot_div {
	padding: 0 0 80px;
	width: 405px;
	float: left;
}

#sightseeing .spot_div p.text {
	clear: both;
	margin: 15px auto;
	width: 395px;
}

#sightseeing #spot h4 {
	overflow: hidden;
	padding: 0;
	width: 200px;
	height: 23px;
	float: left;
}
#sightseeing #spot h4 img {
	padding: 0;
	width: 200px;
	height: 23px;
	float: left;
	margin: 0;
}


#sightseeing #spot .btn {
	float: right;
}

#sightseeing .btn_map {
	margin: 0;
	padding: 0 5px 0 0;
	width: 102px;
	height: 23px;
	float: left;
}

#sightseeing .btn_hp {
	margin: 0;
	width: 86px;
	height: 23px;
	float: left;
}

#sightseeing #spot img.photo_spot {
	margin: 20px 0 0 0;
	width: 405px;
}

#sightseeing #spot table {
	margin: 0;
	width: 405px;
	float: left;
}


/*▼ここからは個別--------------*/

/*アウトレット*/

#sightseeing #spot_outlet {
	clear: both;
	margin: 0 0 80px;
	width: 840px;
}

#sightseeing #spot_outlet h4 {
	margin: 0 10px 0 0;
	width: 222px;
	height: 23px;
}

#sightseeing #spot_outlet h4 img {
	margin: 0;
	width: 222px;
	height: 23px;
}


#sightseeing #spot_outlet .btn_hp {
	margin: 0 100px 0 0;
}


#sightseeing #spot_outlet p.text {
	margin: 22px 0 0;
	width: 388px;
	float: right;
}

#sightseeing #spot_outlet table {
	margin: 15px 0 0;
	float: right;
}


/*======================================

	table
(基本設定はcommon.css「癒しの施設」tableより)

=======================================*/

#sightseeing table.info_b th,
#sightseeing table.info_b td {
	text-align: left;	
}

#sightseeing td.info_b_g {
	background: #2F3729;
	text-align: left;	
}


/*==================================

		3 | おすすめリンク集
		
==================================*/
#sightseeing #link h3 {
	clear: both;
	overflow: hidden;
	margin: 0 0 25px;
	padding: 0;
	width: 840px;
	height: 35px;
	background:url(../sightseeing/images/st_link.gif) top left no-repeat;
	text-indent: -9999px;
	display: block;
}




/*======================================

	Google Maps

=======================================*/

.popup{
	color:#000000;
	width:400px;
	margin: 0;
	padding:0;
	border:0;
}

.popup img{
	float:left;
	margin: 0;
	padding:0;
	border:0;
}

.popup .popuptext{
	color:#000000;
	width:300px;
	float:right;
	text-align:left;
	padding:0;
	border:0;
}

.popup .popuptext p{
	font-size: 0.83em;
	line-height: 1.3em;
	margin:10px 0;
}

.popup .popuptext img{
	float:right;
	margin:0 3px;
}

.popup .popuptext h3{
	margin-bottom: 0;
	line-height: 1.3em;
	text-align:center;
	font-weight:bold;
	border-bottom: #42342C 1px solid;

}
