@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------
mainTtl
-------------------------------------------------- */
.mainTtl {
	background: url(../img/ttl.png) no-repeat center left,url(../img/ttl_img.png) no-repeat top right;
	background-size: auto auto, cover;
}

.mainTtl span::before{  
	content: "";}

/*-------------------------------------------------
spotList
---------------------------------------------------*/
.spotList {
	letter-spacing:-.5rem;
	margin-bottom:20px;
}
.spotList li{
	vertical-align:top;
	letter-spacing: normal;
	display:inline-block;
	position:relative;
	width:32%;
	box-sizing:border-box;
	border:#E3E3E3 solid 1px;
	padding:8px 8px 40px 8px;
	margin-right:20px;
	margin-bottom:25px;
	box-shadow: 0px 1px 2px 2px #E3E3E3;  
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.spotList li:hover{
	border:#0071c7  solid 1px;
}
.spotList li:nth-child(3n){
	margin-right:0;
}
.spotList a{
	text-decoration:none;
	color:#545454;
}
.spotList .pht {
	text-align:center;
	height:245px;
	margin-bottom:10px;
	position:relative;
}
.spotList .pht img{
	max-width:100%;
	max-height:100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.spotList .pht .icon_member{
	position:absolute;
	bottom:10px;
	right:5px;
	font-size:1rem;}
	
.spotList a h3{
	font-size:1.8rem;
	line-height:1.2;
	margin-bottom:1rem;
}


.spotList a h3:hover{
	color:#336699;
	text-decoration:underline;
}


/*-------------------------------------------------
spotMap
---------------------------------------------------*/

.spotMap{
	width: 100%;
	display:table;
	border-top:1px solid #ccc;
	position:relative;
	
	
	
	border-bottom:1px solid #ccc;
}

/* --------------------------------------------------
 sideArea
-------------------------------------------------- */

.sideArea {
	display: block;
	width: 300px;
	height:630px;
	overflow-y:scroll;
	background:url(../../img/bg_baseline.png) #0071C7;
	padding:10px 0;
	position:absolute;
	top:0;
	left:0;
}


.sideArea .paging{
	font-size:1.2rem;
	margin-bottom:0!important;}
	
	
.sideArea .paging .next,
.sideArea .paging .prev{
	color:#FFF;
}

.sideArea .paging a,.sideArea .paging .current{
	padding: .5rem .6rem}

/*-------------------------------------------------
maplist
---------------------------------------------------*/


.maplist {
	margin: 0px 10px;
}
.maplist li {
	background: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}
.maplist dt ,.info-window dt {
	background:url(../../img/bg_glayline.png);
	padding: 3px;
	margin-bottom: 10px;
}
.maplist dt:after ,.info-window dt:after {
	content: "";
	display: block;
	clear: both;
}

.maplist dt a ,.info-window dt a{
	display: inline-block;;
	float: right;
	text-align: left;
	width: 195px;
}
.maplist .photo,.info-window .photo{
	width: 110px;
	float: left;
}
.maplist .photo div ,.info-window .photo div{
	width: 100%;
	height: 0;
	margin-right: 2%;
	position: relative;
	padding-top: 75%;
}
.maplist .photo div img ,.info-window .photo div img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
	margin: auto;
}
.maplist .photo div img:hover {
	opacity: 0.5;
}
.maplist .txtDes {
	font-size: 0.9em;
	float: right;
	width: 110px;
	text-align: left;
}
.maplist .forRootcheck {
	clear: both;
	padding-top:5px;
}

.info-window .icon_area{
	display:block;}
	
.info-window .forRootcheck{
	padding-top:5px;
	display:block;
	clear:both;
}

	
.maplist .forRootcheck:after {
	content: "";
	display: block;
	clear: both;
}
.maplist .forRootcheck label,.info-window .forRootcheck label {
	border: 1px solid #e5e5e5;
	padding: 5px ;
	border-radius: 5px;
	font-size: 1rem;
	display: block;
	float: left;
	width: 105px
}
.info-window .forRootcheck label{
	margin:0 0 5px 5px;
	width: 80px
}
.maplist .forRootcheck label input ,.info-window .forRootcheck label input{
	margin: 0;
	padding: 0;
}
.maplist .forRootcheck label:nth-child(1) ,.info-window .forRootcheck label:nth-child(1){
	margin-right: 5px;
}
.maplist .forRootcheck label:nth-child(2) ,.info-window .forRootcheck label:nth-child(2) {
	margin-right: 0px;
}
.maplist .forRootcheck label.active  ,.info-window .forRootcheck label.active {
	color: #fff;
	background: #4B4B4B;
}

/* info-window */

.info-window {
	display: inline-block;
	vertical-align: middle;
	position:relative;
	top:0;
	left:0;
	min-width:270px;
}

.info-window .photo {
    height: 82px;
	margin-right:10px;
}
	
 .info-window dt a {
    display: block;
    float: none;
    width: auto;
}
	
.routeBtn{
	display:inline-block;
	font-size:1.2rem;
	border:#CFCFCF solid 1px;
	padding:2px 10px;
	margin-top:10px;
}
.routeBtn:hover{
	border:#3878C7 solid 1px;
}
.routeBtn:before{
  content: "\f090";
  font-family: FontAwesome;
	padding-right:5px;
}


/*-------------------------------------------------
mapArea
---------------------------------------------------*/

.mapArea{
	display: block;
	vertical-align:top;
	position: relative;
	width:100%;
	margin-left:300px;
}

.mapArea #map{
	width:100%;
	height:650px;
	overflow: hidden;
}


/* btnCenter */

.btnCenter {
	border: 1px dashed #132B33;
	background: #FFF;
	padding: 10px;
	position: absolute;
	top:10px;
	right:10px;
	width: auto;
	margin-left:310px;
}
.btnCenter p {
	font-size: 1em;
}
.btnCenter a {
	padding: 3px 10px;
	color: #FFF;
	display: block;
	text-decoration: none;
	float: right;
	background: #4b4b4b ;
	margin-left:10px;
}
.btnCenter a:before {
	font-family: FontAwesome;
	content: " ";
	margin-right: 0.5rem;
}


	
/* listPin */

.listPin {
	margin:20px auto;
	clear: both;
	width: 1080px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #c0bbb4;
	margin-bottom: 10px;
	overflow: hidden;
	display: table;
}
.listPin h2, .listPin ul {
	display: table-cell;
	vertical-align: middle;
}
.listPin h2 {
	padding: 10px;
	border-right: 1px dashed #c0bbb4;
	width: 50px;
	text-align: center;
	font-size: 1.2rem;
	background:#F0F0F0;
}
.listPin ul {
	padding: 10px;
}
.listPin li {
	float: left;
	padding: 0 10px 0 0;
	font-size: 1.3rem;
}

/*-------------------------------------------------
routeblock
---------------------------------------------------*/

.routeblock {
	border: 1px solid #d6d6d6;
	clear: both;
	background: #FFF;
	margin-bottom: 15px;
	width: 1080px;
	margin: 20px auto 0 auto;
}
.routeresult {
	float: left;
	overflow: hidden;
	padding: 6px 6px 0;
	text-align: center;
	width: 652px;
}
.routeresult .still {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 10px 30px 30px;
	padding: 10px;
}
.routeresult .route {
	height: 315px;
	margin-top: 10px;
	max-height: 315px;
	overflow: auto;
	text-align: left;
}
.routeresult h4 {
	background: #0071C7;
	padding: 7px;
	color: #FFF;
	font-size: 110%;
}
.routeresult span {
	text-align: right;
	/*display: block;*/
	margin-top: 10px;
}
.jspDrag {
	margin: 0 3px !important;
}
.routeresult_obj {
	clear: both;
	font-weight: bold;
	overflow: hidden;
}
.routeresult_obj h5 {
	float: left;
	font-size: 115%;
}
.routeresult_obj h5 span {
	font-weight: bold !important;
}
.routeresult_obj .timedistance {
	float: right;
}
.route td {
	text-align: left;
}
.route li {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 3px 5px 5px;
}
.route li .distance {
	float: right;
}
.route_departure {
	background: #f3f3f3 none repeat scroll 0 0;
	clear: both;
	display: block;
	font-size: 110%;
	overflow: hidden;
	padding: 3px;
	text-decoration: none;
}
.route_departure span {
	color: #000000;
	display: block;
	float: left;
	height: 26px;
	margin-right: 5px;
	text-align: center;
	width: 26px;
}
.routesearchBox {
	background: url(../../img/bg_glayline.png);
	overflow: hidden;
	padding: 7px;/*	width: 300px;
*/
}
.routesearchBox dl dt.ttl {
	background: #0071C7!important;
	padding: 7px;
	color: #FFF;
	text-align: center;
	font-size: 110%;
	min-width: auto!important;
}
.routesearchBox dl dt.sub {
	background: #4B4B4B;
	color:#FFF;
	padding: 2px;
	border-radius: 5px;
	text-align: center;
}
.routesearchBox dt img {
	vertical-align: bottom;
}
.routesearchBox dd {
	background: #ffffff none repeat scroll 0 0;
	clear: both;
	padding-bottom: 10px;
	padding: 7px 6px 7px 7px;
}
.routesearchBox dl dl dd img {
	margin: 0 0 18px;
	vertical-align: bottom;
}
.routesearchBox .btn_clear {
	display: table-cell;
}
.routesearchBox .btn_clear a {
	cursor: pointer;
	color: #B9B3AA;
	border: 1px solid #B9B3AA;
	background-color: #FFF;
	padding: 10px;
	margin: 0px 3px 3px;
	text-decoration: none;
	border-radius:5px;
	display:block;
}
.routesearchBox .btn_clear a:hover {
	color: #FFF;
	border: 1px solid #CCC;
	background-color: #CCC;
}
.routesearchBox .btn_search {
	display: table-cell;
}
.routesearchBox .btn_search a {
	cursor: pointer;
	color: #fff;
	background-color: #4B4B4B;
	padding: 10px;
	margin: 0px 3px 3px;
	text-decoration: none;
	border-radius:5px;
	display:block;
}

.routesearchBox .btn_search a::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 0.5em;
    margin-top: -12px;
}
.routesearchBox .btn_search a:hover {
	opacity: 0.7;
}
.routesearchBox .btn {
	padding: 10px 0;
	text-align: center;
	background: #FFF;
	display:table;
	width:100%
}
.routesearchBox dl dl dt {
	margin: 0 0 10px;
}
.routesearchBox dl dd dl dd {
	margin: 0 0 5px;
	padding: 0;
}
.routesearchBox dl dd .txt {
	color: #bf4155;
	font-size: 90%;
	margin-bottom: 5px;
}
.routesearchBox dl dd input {
	border: 1px solid #ccc;
	margin: 0 0 10px 5px;
	padding: 3px 5px;
	width: 310px;
}
.routesearchBox .btn_others {
	text-align: center;
}
.routesearchBox .btn_others a {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	background-color: #186AC4;
	padding: 4px 8px;
	margin: 0px 3px 3px;
	text-decoration: none;
}

.routesearchBox .btn_others a::after {
    content: " ";
    font-family: FontAwesome;
    margin-left: 0.5em;
}
.routesearchBox .btn_others a:hover {
	opacity: 0.7;
}
.searchmapBox .searchmap_keyword {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #d6d6d6;
	font-size: 110%;
	margin-bottom: 10px;
	padding: 12px 15px;
}
.searchmapBox .searchmap_keyword span {
	color: #669900;
}
.routeblock .btnGmap {
	border: 1px solid #BDBCBD;
	border-radius: 5px;
	padding: 10px 10px 10px 2em;
	display: inline-block;
	text-decoration: none;
	float: right;
	margin-top: 10px;
	color:#4B4B4B;
}
.routeblock .btnGmap:before {
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	content: " ";
	margin-left: -1.3em;
}



.travelMode {
	float: left;
	width: 220px;
	/*margin-top: 15px;*/
	margin: 15px 0 15px 0;
}
.travelMode li {
	display: inline-block;
	width: 40px;
}
.travelMode .car a {
	width: 26px;
	height: 28px;
	background: url(../img/car.png) no-repeat center top;
	display: block;
	text-indent: -9999px;
	display: block;
}
.travelMode .car a:hover {
	background: url(../img/car_o.png) no-repeat center top;
}
.travelMode .car .selected {
	background: url(../img/car_o.png) no-repeat center top;
	border-bottom: 5px solid #3A84DF;
}
.travelMode .train a {
	width: 26px;
	height: 28px;
	background: url(../img/train.png) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
.travelMode .train a:hover {
	background: url(../img/train_o.png) no-repeat center top;
}
.travelMode .train .selected {
	background: url(../img/train_o.png) no-repeat center top;
	border-bottom: 5px solid #3A84DF;
}
.travelMode .walk a {
	width: 26px;
	height: 28px;
	background: url(../img/walk.png) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
.travelMode .walk a:hover {
	background: url(../img/walk_o.png) no-repeat center top;
}
.travelMode .walk .selected {
	background: url(../img/walk_o.png) no-repeat center top;
	border-bottom: 5px solid #3A84DF;
}
.travelMode, #routeDis, #noRouteMsg {
	display: none;
}
table.adp-directions {
	width: 100%;
}
#noRouteMsg {
	text-align: left;
	padding-top: 5px;
	position: absolute;
}
.noData {
	border: 1px solid #CDC1B6;
	background: #FFF none repeat scroll 0% 0%;
	padding: 20px;
	margin: 10px;
	top: 0px;
	left: 0px;
}



/* popup */


#otherSearch{
		width:100%;    
		margin: 0;
		padding: 0px;}
	
#otherSearch .closeBtn{
	text-align:right;
	margin-right:1rem}
	
#otherSearch .closeBtn a{
	text-decoration:none;
	color:#333;}
	

#otherSearch .closeBtn::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 110%;
    padding: 0 0 1em 0.2em;
    text-decoration: none;
}	
	
#otherSearch .ttl_blk{
	background:#4b4b4b ;
	color:#FFF;
	text-align:center;
	padding:10px;
	font-size:1.6rem;}
#otherSearch .keySearch{
	background:#EAEAEA;
	padding:1rem 2rem;
	margin-bottom:10px;
	position:relative;}
	

#otherSearch .keySearch dt{
	margin-right:60px;
	}	
	

#otherSearch .keySearch input{
	border:1px solid #EAEAEA;
	height:17px;
    padding: 10px;
    border-radius: 5px;
	width:100%;}
	
#otherSearch .keySearch dd{
	position:absolute;
	top:10px;
	right:10px;}		
#otherSearch .keySearch dd i{    
  background: #4b4b4b none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.7rem;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 17px;
	height:17px;}
	
#otherSearch .result {
    padding: 1rem;
}




#otherSearch .forRootcheck label {
	border: 1px solid #DBD8C2;
	padding: 5px 5px;
	border-radius: 5px;
	display: block;
    margin-top: 5px;
    font-size: 1.2rem;
    margin-right: 0em;

}
#otherSearch .forRootcheck label input {
	margin: 0;
	padding: 0;
}

#otherSearch .forRootcheck label.active {
	color: #fff;
	background: #4B4B4B;
}

#otherSearch .spotList .pht {
    height: 90px;
    margin-bottom: 10px;
    text-align: center;
}

#otherSearch .spotList a h3 {
    font-size: 1.4rem;
	 margin-bottom: .5rem;
}
		

/* --------------------------------------------------
detail
-------------------------------------------------- */

.title{
	margin:0 auto;
	padding-top:1rem;
	padding-bottom:2rem;}
	
.title .icon_map_genre{
	font-size:1.7rem;
	padding: 5px 15px;}
	
.title h3{
	font-size:4rem;
	display:block;
	line-height:1.2;
	margin:1rem 0;}



.detail  .info{
	clear:both;
	margin:0 auto;}	

	
.detail .info .photo{
	width:530px;
	float:left;
	position:relative;}
	
.detail .info .photo .icon_member{
	position:absolute;
	top:15px;
	right:15px;
	}	
	

.detail .data .ssubTtl03:nth-of-type(1):before{
	content: "";}
	
.detail .data .ssubTtl03:nth-of-type(2):before{
	content: "";}

.detail .data .ssubTtl03:nth-of-type(3):before{
	content: "";}		
	

.data{
	float:right;
	width:530px;
	padding-bottom:2rem;}
	
	
.data table{
	border-top:1px solid  #D0D0D0;
	margin-bottom:10px;
	width:100%;}		

.data th{
	width:120px;
	background: url(../../img/bg_glayline.png);
	vertical-align:middle;}
	
.data th,.data td{
	padding:10px;
	border-bottom:1px solid  #D0D0D0;}	
	
	
	
.data td a{
	color:#E9591D;
	text-decoration:underline;}
	
.data .pictList li{
	float:left;
	margin:0 2px 3px 0;}


.data .pictBtn  {
	display: block;
	float: right;
	background: #E95A1D;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color:#FFF;
}

.data .pictBtn:hover{
	opacity:0.7}
	
.data .pictBtn::after {
	font-family: FontAwesome;
	content: " ";
	color: #FFF;
	margin-left: 0.5em;
}

.note{
	margin-bottom:2rem;}
	
.detail #modelcourse.note .sentence p{
	font-size:2rem;
	font-weight:bold;}
	
.dateList{
	margin-bottom:50px;}

.dateList table{
	border-top:1px solid  #D0D0D0;
	border-left:1px solid  #D0D0D0;
	margin-bottom:10px;
	margin-top:20px;
	width:100%;}		

.dateList th{
	background:url(../../img/common/bg_th.gif);
	font-size:1.4em;
	text-align:center;}
	
.dateList th,.dateList td{
	padding:10px 18px;
	border-bottom:1px solid  #D0D0D0;
	border-right:1px solid  #D0D0D0;}	

.dateList .eventName{
	width:780px;
	float:left;}
	
.dateList .eventName a{
	font-size:1.3em;
	float:left;
	margin-right:10px;
	margin-bottom:5px;}
	
.dateList .btnMytripS{
	float:right;}	

.newsList {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.googleMap {
    width: 1080px; 
    height: 500px; 
    position: relative; 
    background-color: rgb(229, 227, 223); 
    overflow: hidden;}

.neighborInfo {
    border: 1px solid #E6E1D5;
	margin:0 auto 20px auto;
    background: #fff;
}
.neighborInfo dl {
    border: 1px solid #ffffff;
	display:table;
	
}
.neighborInfo dt {
    float: left;
    padding: 10px;
    width: 90px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.neighborInfo dl  dd {
    border-left: 1px solid #E6E1D5;
    float: right;
    padding: 10px;
    width: 940px;
}

.neighborInfo .spotList li{
	float:left;
	width:20%;
	margin-left:24px!important;
	}
	

.neighborInfo .neighbor_narrow {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #dfddd6;
    margin: 0 0 10px;
    padding: 5px 10px;
    text-align: center;
}
.neighborInfo .neighbor_narrow strong {
    padding-right: 10px;
}
.neighborInfo .neighbor_narrow img {
    vertical-align: middle;
}
.neighborInfo .neighbor_narrow input {
    height: 1em;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 1em;
}

.neighborInfo .genrePin li{
	vertical-align:top;
	margin-bottom:7px;}
	
.neighborInfo .genrePin > li{
	display: inline-block;
	width:250px;}
	
.neighborInfo .genrePin > li:nth-child(2){
	width:730px;}	
	

.neighborInfo .genrePin > li:nth-child(1),.neighborInfo .genrePin > li:nth-child(3){
	width:200px;}	
	
.neighborInfo .genrePin > li:nth-child(4),.neighborInfo .genrePin > li:nth-child(5){
	width:330px;}			
	
	
	
.neighborInfo .genrePin li input{
	display: inline-block;}	
.neighborInfo .genrePin li img{
	vertical-align:middle;
	display: inline-block;}	
	
.neighborInfo .genrePin > li span{
	vertical-align:middle;
	display: inline-block;
	line-height:1.2;
	margin-left:5px;
	}		
	
	
.neighborInfo .genrePin li label {
    margin-right: 0;
}	


.neighborInfo .genrePin > li:nth-child(2) label,
.neighborInfo .genrePin > li:nth-child(2) ul{
	display: inline-block;
	vertical-align:middle;}		
	
.neighborInfo .genrePin > li:nth-child(2) ul{
	width:540px;}	
	
.neighborInfo .genrePin > li:nth-child(2) > label{
	padding-right:20px;
	padding-top:5px;
}		
	
.neighborInfo .genrePin > li:nth-child(2) li{
	display: inline-block;
	vertical-align:top;
	width:175px;}		
	

.neighborInfo .genrePin > li:nth-child(2) label, .neighborInfo .genrePin > li:nth-child(2) ul {
		vertical-align:top;
	}	

.neighborInfo .neighborSpot li dt{
	/*width: 100%;*/
	height: 0;
	margin-right: 2%;
	position: relative;
	padding-top: 75%;
}
.neighborInfo .neighborSpot li dt img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
	margin: auto;
}
.neighborInfo .neighborSpot li dt img:hover {
	opacity: 0.5;
}

.neighborInfo .neighborSpot li dd {
    border-left: none!important;
    float: clear!important;
    padding: 0px!important;
    width: auto!important;
}
.neighborInfo .neighborSpot li dd span {
	border-radius: 50%;
	font-weight: bold;
	float: left;
	margin-right: 3px;
	display: block;
	text-align: center;
	border: 2px solid #CCC;
	background: #FFF;
	min-height:23px;
	min-width:20px;
}


/* flexslider */
#flexslider-cs{
    margin: 0 0 10px;
    position: relative;
    height: 350px;
	overflow:hidden;
}

#flexslider-cs .slides > li {
    display: none;
    height: 350px;
    position: relative;

}
#flexslider-cs .slides img {

	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	box-sizing: border-box;
	margin: auto;
}
#flexslider-cs .slides::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.flex-caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 18px;
    padding: 2%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 96%;
	position:absolute;
	z-index:5;
}

#flexslider-carousel{
	position:relative;}



	
.recommendSpot .spotListSlider{
		position:relative;
		padding:0 40px;}
		
.flex-direction-nav {
}
.flex-direction-nav a {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    margin: -30px 0 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    z-index: 10;
}
.flex-direction-nav a::before {
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
	font-family: FontAwesome;
	color: #FFF;
	content: "";
    font-size: 40px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	background: rgba(0, 0, 0, 0.5) ;
	padding:0 10px;
}
.flex-direction-nav a.flex-next::before {
    content: "";
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

#flexslider-carousel {
	overflow:hidden;
    max-height: 110px;}
	
#flexslider-carousel .slides > li {
    border-right: 4px solid #fbfaf5;
    height: auto;
    max-height: 110px;
}
#flexslider-carousel .slides img {
    min-height: 80px;
    max-width: 100%;

}

.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0 !important;
}

/* recommendSpot */

.recommendSpot {
	background-repeat: repeat;
	margin: 0px auto ;
	position: relative;
	
}


	
.recommendSpot .ssubTtl05::before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f041 ";
	margin-right: 0.5em;
}

#browseSpot .ssubTtl05::before {
	content: "";
}



	
.recommendSpot .flex-direction-nav a{
    opacity: 1;
	content: "";
}	


.recommendSpot .flex-direction-nav a::before {
	content: "\f137";
	color: #B8B8B8;
	background:none ;
    font-size: 30px;
	right:0;
}
.recommendSpot .flex-direction-nav a.flex-next::before {
    content: "\f138";
}	



.recommendInner {
	margin: 0 auto;
	background-image: url(../img/common/btn_search.gif);
	padding:20px;
	text-align:center;
}
.recommendInner div{
	background:#FFF;
	padding:15px;}

.recommendSpot .spotList{
	margin-left:15px;}	
	
.recommendSpot .spotList .pht {
    height: 130px;
	text-align:center;
}

.recommendSpot .spotList .pht img{
	margin:0 auto;
	}

.recommendSpot .spotList a h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
	clear:both;
}

.recommendSpot .spotList li:nth-child(3n){
	margin-right:20px!important;}
	
.recommendSpot .icon_num{
	font-size:1.2rem;
	width: 20px;}	

.socialBtn{
	margin: 5px auto;  text-align:right; }









/* --------------------------------------------------
smartPhone
-------------------------------------------------- */

@media screen and (max-width: 768px) {

	/* --------------------------------------------------
	mainTtl
	-------------------------------------------------- */
	.mainTtl {
		background:#263aa0;
	}

	/*-------------------------------------------------
	spotList
	---------------------------------------------------*/
	
	.spots{
		font-size:1.2rem;}
	
	.spotList{
		margin:10px;
	}
	.spotList li{
		width:48%;
		margin-right:2%;
		margin-bottom:5px;
		padding:8px;
	}
	
	.recommendSpot .spotList li:nth-child(3n),.recommendSpot .spotList li:nth-child(2n),.recommendSpot .spotList li{  
	    margin-right: 5px!important;
		box-shadow: none;}
	
	
	.spotList li:nth-child(3n){
        margin-right:2%;
	}	
	.spotList li:nth-child(2n){
		margin-right:0;
	}
	.spotList .pht {
		height:80px;
	}
	.spotList .pht img{
		max-height:80px;
		width: auto;
	}
	.spotList a h3{
		font-size:1.2rem;
	}

	/*-------------------------------------------------
	spotMap
	---------------------------------------------------*/
	.spotMap{
		width: 100%;
		border:none;
	}

	/* --------------------------------------------------
	 sideArea
	-------------------------------------------------- */
	
	.sideArea {
		display:none;
	}
	
	/*-------------------------------------------------
	mapArea
	---------------------------------------------------*/
	
	.mapArea{
		display: block;
		margin-left:0px;
	}
	
	.mapArea #map{
		position: relative;
		width:100%;
		height:350px;
		overflow: hidden;
	}
	
	/* btnCenter */
	
	.btnCenter {
		width: auto;
		font-size:1rem;
		padding:5px;
		margin-left:10px;
		position:relative;
		margin:10px;
		right:0;
		top:0;
	}	
	
	.btnCenter a{
		margin:0 5px;
		font-size:1.1rem;}	
	
	/* listPin */
	
	
	.listPin {
		margin:10px;
		width: auto;
		background: #fff none repeat scroll 0 0;
		border: 1px solid #c0bbb4;
		margin-bottom: 10px;
		overflow: hidden;
		display: table;
		font-size:1.1rem;
	}
		
	.listPin h2 ,.listPin li{
			font-size:1.1rem;}		
			
	.listPin ul{
		padding:5px;}
		
	.listPin li {
		padding: 0 3px 0 0;
	}
	.listPin li img{
		width:20px;}
		

	/*-------------------------------------------------
	routeblock
	---------------------------------------------------*/
	
							
	.routeblock {
		width:auto;
		margin: 0 10px;
	}
	.routeresult {
		float: none;
		width: auto;
	}
	
	.routeresult h4 {
		width:auto;
}
	.routeresult .still {
		background: #f7f7f7 none repeat scroll 0 0;
		border: 1px solid #ccc;
		margin: 10px 30px 30px;
		padding: 10px;
	}
	.routeresult .route {
		height: 315px;
		margin-top: 10px;
		max-height: 315px;
		overflow: auto;
		text-align: left;
	}
	
	.routesearchBox dl dd input {
    width:93%;
	}
	.travelMode {
    float: none;
    margin: 15px 0 0 0;
    width: auto;
    }
	

	.routeresult .still {
		background: #f7f7f7 none repeat scroll 0 0;
		border: 1px solid #ccc;
		margin: 10px auto;
		padding:5px;
	}
	
	
	/* popup */


	#otherSearch{
		box-sizing:border-box;}
		
	
	/* --------------------------------------------------
	detail
	-------------------------------------------------- */
	
	.title{
		width:100%;
		padding-top:.5rem;
		padding-bottom:1rem;}
		
		
	.title .icon_map_genre{
		font-size:1.3rem;}	
		
	.title h3{
		font-size:1.5rem;
		margin:.5rem 0;}
		
	
	.detail  .info{
		clear:both;
		width:100%;
		margin:0 auto;}	
	
		
	.detail .info .photo{
		width:100%;
		float:none;}
		
	#flexslider-cs .slides > li {
		height: 250px;
	}		
		
	#flexslider-cs {
		height: 250px;
		
	}
	
	#flexslider-carousel .slides > li {
		max-height: 75px;;
	}	
	
	.data {
		float: none;
		padding:10px;
		width:auto;
	}	
	.data table {
		width:100%;
	}	
	.data th, .data td {
		padding: .5rem;
	}
	
	.sentence{
		padding:0 10px;}
		
	
	.detail #modelcourse.note .sentence p {
		font-size:1.5rem;
	}	
	.areaMap {
		margin:0 10px;}
		
	.areaMap > *{
		height:250px;
		width:100%}
		
	.googleMap {
		width: 100%; 
		height: 250px;}		
	
	.neighborInfo {
		width: 100%;
	}	
	
	.neighborInfo dl {
		display: block;
		width: 100%;
	}
	.neighborInfo dt {
		float: left;
		padding: 1rem;
		text-align: left;
		width:  100%;
		border-bottom: 1px solid #e6e1d5;
	}	
	
	
	.neighborInfo dl dd {
		float: none;
		padding: 1rem;
		width: auto;
		clear:both
	}
	.neighborInfo .genrePin  li {
		display: inline-block;
		width: 100%;
		margin-bottom:.5rem;
	}
	
	.neighborInfo .genrePin img{
		width:25px;} 
		
	.neighborInfo .genrePin > li:nth-child(2) ul {
		width:100%;
	}
	.neighborInfo .genrePin > li:nth-child(2) {
		width:  100%;
	}	
	.neighborInfo .genrePin > li:nth-child(2) li {
		display: inline-block;
		width:100%;
	}
	.neighborInfo .genrePin > li:nth-child(2) label, .neighborInfo .genrePin > li:nth-child(2) ul {
		display: inline;
	}	
		
	.neighborInfo .genrePin ul li{
		padding-left:1rem;
		display:block;
	}	
	
	.neighborInfo .aboutMember {
		width:auto;
		font-size: 1.2rem;
		line-height: 1;
		padding: 1rem;
	}
	.neighborInfo .aboutMember .icon_member{
		font-size:1.2rem;}	
	
	.spotList li:nth-child(2n) {
		margin-right: 5px;
	}
	
	.recommendSpot .spotListSlider{
		position:relative;
		padding:0 25px;}
	.recommendSpot .flex-direction-nav a::before {
		font-size: 20px;
	}	
	.recommendSpot .flex-direction-nav {
		z-index:0;}
	.recommendSpot .flex-direction-nav a::before {
		position:absolute;
		left:10px;
		z-index:1000;
		top:10px;
	}
	
  .recommendSpot .flex-direction-nav a{
	  position:  absolute;
	  right:0;
	  top:0;
	  z-index:1000;}
	 
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }	
  .info-window {
  } 
  
  .info-window .photo {
	  width: 60px;
	  height:45px;
  }  
  .info-window .forRootcheck label{    
     margin: 0 0 5px;
	 width:  auto;
	 white-space: nowrap;}
}



