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

#tour_hed {
	background:url(../img/category/tour/hed_img.png) center center no-repeat;
	background-size: cover;
	width:100%;
	height:400px;
	position:relative;
	z-index:1;
}

.tour_tit {
	background:#f2f2f2;
	width:1100px;
	margin:0 auto 30px;
	padding:15px 0 5px;
	text-align:center;
}

.w500L{
	width:500px;
	float:left;
}

.w570R{
	width:570px;
	float:right;
}

.tour_title01{
	color:#FFFFFF;
	background-color:#000000;
	margin:0 0 20px 0;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	font-size:1.0em;
}

.mb100{
	margin-bottom:100px;
}
.mb110{
	margin-bottom:110px;	
}
.mb120{
	margin-bottom:120px;	
}

.tourList tr {
	border-bottom: #ADADAD 1px dotted;
}


/*　▼スマホ用▼　*/
@media screen and (max-width: 768px) {

#tour_hed {
	background:none;
	width:100%;
	height:60px;
	position:relative;
	overflow: hidden;
    z-index: -1;
}

.tour_tit {
	background:#f2f2f2;
	width:100%;
	margin:0 auto 30px;
	padding:5px 0;
	text-align:center;
}


.w500L{
	width:100%;
	float:none;
}

.w500L img{
	width:100%;
}

.w570R{
	width:100%;
	float:none;
}

.tour_title01{
	color:#FFFFFF;
	background-color:#000000;
	margin:0 0 20px 0;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	font-size:1.0em;
}

	
}