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


/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  


/*///////////////////PC用/////////////////////*/


.result_new {
	font-size: 20px;
}

.tour_section {
	width: 900px;
	border: #91B0DB solid 2px;
	border-radius: 10px;
	padding: 20px 20px 0px 20px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.tour_cas_left {
	float: left;
	width: 30%;
}

.tour_thumnail {
	
}

.tour_thumnail img {
	width: 100%;
}

.tour_catch dd {
	font-size: 13px;
	padding: 5px;
	width: 95%;
	border: #5E5E5E solid 1px;
	margin: 5px 0px;
	text-align: center;
}

.tour_cas_right {
	float: right;
	width: calc(100% - 32%);
}

.tour_title {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-color: #FFF0F0;
	padding: 15px;
	width: calc(100% - 32%);
	float: right;
	box-sizing: border-box;
	line-height: 1.3em;
}

.tour_conditions {
	font-size: 13px;
	margin-top: 10px;
	width: calc(100% - 32%);
	float: right;
	box-sizing: border-box;
}

.tour_schedule {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.glay {
	background-color: #ACACAC;
	color: #fff;
	width: 125px;
	padding:5px 10px;
	box-sizing: border-box;
	font-weight: bold;
}

.tour_schedule dl {
	display: table;
	width: 100%;
}

.tour_schedule dd {
	padding: 5px 10px;
	
}

.tour_schedule dt,.tour_schedule dd {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.destination {
	width: 400px;
}

.tour_icons {
	margin-top: 5px;
	width: calc(100% - 32%);
	float: left;
	box-sizing: border-box;
}

.tour_icons ul {
	padding-left: 10px;
}

.tour_icons li {
	float: left;
	padding-right: 5px;
	margin-bottom: 5px;
}

.tour_links {
	width:100%;
	float: left;
	box-sizing: border-box;
}

.tour_links ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0px;
	padding-left: 0px;
}

.tour_links li {
	width: 137px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	background-color: #F2F2F2;
	border: #CBCBCB solid 1px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.traveldays {
	font-size: 15px;
	font-weight: bold;
}

.travelprice {
	font-weight: bold;
	font-size: 18px;
	color: #BC0000;
}

.travelprice span {
	font-size: 12px;
}
