@charset "utf-8";
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
/*エリアページNEW*/
.area_ttl{
	clear:both;
	margin:15px 0 8px;
	font-family: "Noto Sans Japanese";
	padding: 0.5em;
	background: #fff4e6;
	border-left: solid 5px #ffaf58;
}
.bn_list li{
	border-radius: 3px;
    background: #FFF;
    box-shadow: 0 1px 1px #999999;
    display: inline-block;
	vertical-align: top;
	margin-bottom:10px;
}
.bn_list li:hover{
	opacity: 0.8;
}
.bn_list a{
	text-decoration: none;
	color:#000!important;
}
.bn_list img{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	width: 100%;
  	height: auto;
  	min-height: 136px;
  	border-radius: 3px 3px 0 0;
}

.bn_list p{
	margin-top:3px;
	line-height: 1.4em;
	padding:5px;
}

.bn_list .spImg{
	width:100%;
	height:130px;
	position: relative;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}
.bn_list .spImg span{
	position:absolute;
	left:0;
	top:0;
	background:#666;
	color:#fff;
	padding:0px 8px;
	border-radius:3px 0 0 0;
	z-index: 3;
	font-size:0.9em;
}
.bn_list h3{
	position:absolute;
	background:rgba(253,253,253,0.8);
	text-align: center;
	width:100%;
	bottom:0;
	padding:3px 0;
	font-family: "Noto Sans Japanese";
	color:#333;
	text-shadow:
	white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}

.area_col2 li{	
	width:49.5%;
}
.area_col3 li{
	width:32.7%;
}
.cont_recommend li{
	border-bottom:1px dotted #666;
	padding:12px 0;
}
.cont_recommend li:last-child{
	border-bottom:none;
}
.recTit{
	display: table;
	margin-bottom:5px;
	width:100%;
}
.recTit .recArea,.recTit h3,.recTit p{
	display:table-cell;
	vertical-align: middle;
	padding:5px 0;
}
.recTit .recArea{
	width:10%;
	background:#666;
	color:#fff;
	text-align: center;
}
.recTit h3{
	width:65%;
	font-size:1.3em;
	padding-left:12px;
}
.recTit p{
	width:25%;
	text-align: right;
}
.recTit p span{
	color:#c00;
	font-weight:bold;
	font-size:1.3em;
}
.recImg{
	width:32%;
	height:130px;
	float:left;
	margin-right: 8px;
	position: relative;
	overflow: hidden;
}
.recImg img{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	width: 100%;
  	height: auto;
  	border-radius: 3px 3px 0 0;
}
.recText{
	width:66.5%;
	float:left;
	line-height: 1.5em;
}
.reserveBtn {
	margin-top:8px;
	text-align:right;
}
.reserveBtn a{
	background:#f90;
	text-align:center;
	padding:8px 20px;
	color:#fff!important;
	text-decoration: none;
	font-weight:bold;
}
#sightseeing li{
	width:49.2%;
	float:left;
	padding:5px;
	box-sizing: border-box;
	background:#eee;
	margin-right:8px;
	margin-bottom:8px;
}
#sightseeing li:nth-child(2n){
	margin-right:0px;
}
#sightseeing a{
	display:table;
	padding: 8px;
}
#sightseeing a .sightImg,#sightseeing a p{
	display:table-cell;
	vertical-align: middle;
}
#sightseeing .sightImg{
	width:45%;
}
#sightseeing .sightImg img{
	width:100%;
	height:74px;
}
#sightseeing p{
	padding-left: 12px;
    font-size: 1em;
    text-decoration: underline;
}
#sightseeing p span{
	font-weight:bold;
	font-size:1.1em;
}
#sightseeing p i{
	margin-left:3px;
}