@charset "utf-8";
.contentsInr img { vertical-align: bottom; }

/* 出発地　tourSearchSec
------------------------------------------ */
h4 .subHead{font-size:12px; padding-left:20px; font-weight:100;}
#tourSearchSec .clm_4col .col{position:relative;  width:215px; height:180px;overflow: hidden;}
#hok{position:relative;}
#hok .illust{position:absolute;bottom:0; right:0;}
#kyu{position:relative;}
#kyu .illust{position:absolute;bottom:0; right:0;}

/*マウスオーバーで背景画像拡大*/
/*#tourSearchSec .clm_4col .col:hover{cursor:pointer;}*/
#tourSearchSec .clm_4col .col:hover .directTxt{
	background-color: rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); 
}
#tourSearchSec .clm_4col .col:hover .directTxt:not(:target){
    filter: none;
}
#tourSearchSec .clm_4col .col .directTxt{
	display: table-cell;
	width: 215px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 3;
	-webkit-transition: 2s;
	transition: 2s;
	-webkit-transition-timing-function:cubic-bezier(.1,.9,.6,1);
	transition-timing-function:cubic-bezier(.1,.9,.6,1);
}
/*.clm_4col.directNav .directTxt:after{
	width: 0;
	height: 1px;
	content:"";
	display:block;
	position: absolute;
	top: 150px;
	left: 50%;
	background: #999;
	-webkit-transition: .15s;
	transition: .15s;
	-webkit-transition-timing-function:cubic-bezier(.1,.9,.6,1);
	transition-timing-function:cubic-bezier(.1,.9,.6,1);
}*/
/*.clm_4col.directNav .directTxt:hover:after{
	width: 170px;
	left: 150px;
	background: #fff;
}*/
#tourSearchSec .clm_4col .col:hover .bgImg img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#tourSearchSec .clm_4col .bgImg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#tourSearchSec .clm_4col img{
	vertical-align: middle;
}
#tourSearchSec .clm_4col:hover img{
	filter:alpha(opacity=1);
	opacity:1;
}
#tourSearchSec .clm_4col .col .directOff,
#tourSearchSec .clm_4col .col .directOn{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
/*	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;*/
}
#tourSearchSec .clm_4col .col .directOn,
#tourSearchSec .clm_4col .col:hover .directOff{
	opacity: 1;
	filter: alpha(opacity=0);
}
/*.clm_4col.directNav .col:hover .directOn{
	opacity: 1;
	filter: alpha(opacity=100);
}*/


/* ツアー発売情報　tourInfoSec
------------------------------------------ */
.contents #tourInfoSec table th{padding-right:30px;font-weight:bold;}
.contents #tourInfoSec table td{line-height:2.0;}
/* バナーエリア　bnrSec
------------------------------------------ */
#bnrSec{display:flex;justify-content: space-between;flex-wrap: wrap; margin-top:50px; padding:30px 0 20px; border-top:solid #dcdcdc 1px;}
#bnrSec p{ margin-bottom:14px;}