@charaset "shift_jis"; 

/* ============================= 共通 =============================  */

* { 
	padding: 0px;
	margin: 0px;
	border: none;
}

li { list-style-type: none;}

a { text-decoration:none;}
article{
	width:1000px;
	margin:0 auto;
}
.crumb {
    padding: 8px 0;
}
div#sidebar {float:left; width:28%;margin-right:8px;}
#mainRight{width:70%;float:right;}
/*左サイド*/
/*左カラム*/
div#sidebar .mypage p.loginBn a{
	background:#666;
	width:100%;
	padding:10px 0;
	display:block;
	text-align:center;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	border-radius:5px;
}
div#sidebar .mypage p.loginBn a:hover{
	background:#999;
}
div#sidebar .mypage p.loginBn a .fa-user{
	font-size:1.2em;margin-right:5px;
}
div#sidebar .mypage p.loginBn a .fa-chevron-circle-right{
	margin-left:5px;
}
div#sidebar .support{
	margin-top:8px;
	background-image: -moz-linear-gradient(45deg,#eee 25%,transparent 25%,transparent 50%,#eee 50%,#eee 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,#eee 25%,transparent 25%,transparent 50%,#eee 50%,#eee 75%,transparent 75%,transparent);
	background-size: 4px 4px;
	padding:5px;
	border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
	font-size: 0.9em;
}

div#sidebar .support dl dt,
div#sidebar .support dl dd.telNumber,
div#sidebar .support dl dd.telComment{
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
div#sidebar .support dl dd.telNumber{
	font-size:1.7em;
	color:#FF9900;	
}
div#sidebar .support dl dd.buisinessHour{
	font-size:0.9em;
	line-height:1.2em;
	margin-bottom:5px;
}
div#sidebar .support dl dd.telComment{
	color:#000;
	line-height:1.2em;
}
div#sidebar .support dl dd.inquiryBtn a{
	background:#FFF;
	border:#f90 1px solid;
	color:#f90;
	margin:5px auto;
	text-align:center;
	display:block;
	padding:5px 0;
	font-weight: bold;
}
div#sidebar .support dl dd.inquiryBtn a i{
	margin-right:5px;
}
div#sidebar .support dl dd.inquiryBtn a:hover{
	background:#f90;
	color:#fff;
}
/*ランキング*/
.ranking h2.ttl,.new h2.ttl{
	font-size:1.2em!important;
	font-weight:bold!important;
	padding: 5px 0px 5px 35px;
	margin-bottom: 10px;
}
.ranking h2.ttl{
	background:url(../../img/topics/busTop/iconTtlParRank.png) no-repeat;
    background-size: 25px auto;
}

.ranking .ranking-review{
	display:none;
}
.rankBox{
	display:flex;
	padding: 8px 0;
    border-bottom: 1px dotted #999;
}
.ranking-img {
    position: relative;
    width: 32%;
    margin-right: 8px;
}
.ranking-txt{
	margin:0;
}
.rankBox .price{
	border:none;
}
.rankBox .price span{
	font-size:110%;
}
.rankBox img{
	width:100%;
	height:auto;
}
.rankBox .sttl.ttl-detail03 {
    font-size: 100%;
}
.rankBox .ranking-mark {
    background-size: 30px auto;
    font-size: 100%;
    padding: 8px 0 0 0;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
}
.rankBox .ranking-mark.rank01,.rankBox .ranking-mark.rank02,.rankBox .ranking-mark.rank03 {
    width: 30px;
    height: 30px;
}
/*新着ツアー*/
.new{
	margin:40px 0;
}
.new h2.ttl{
	background:url(../../img/topics/busTop/iconTtlParNew.png) no-repeat;
	background-size: 25px auto;
}

.allPlan{
	width:80%;
	margin:15px auto;
}

.allPlan a{
	display:block;
	background:#f90;
	color:#fff;
	text-align: center;
	padding:12px 0;
}
/**/
.nav_plan ul {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
}
.nav_plan li {
    border-right: 1px solid #666;
    width: 100%;
    text-align: center;
}
.nav_plan li a {
    text-decoration: underline;
}
.planDetail table{
	border-collapse: collapse;
	border: 1px solid #666;
	line-height: 1.5;
	width:100%;
}
.planDetail table th{
	background:#FC6!important;
	border-bottom:none!important;
}
a:hover img.cssover{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
	
}
#hakodatebus{
	background:url(../../img/topics/hakodate_bustour/bgImg.png) repeat;
	padding:10px 0px;
}
.busTitle {
	position:relative;
	height:480px;
}
.busTitle .titleImg{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
}
.busTitle #slide {
	width:100%;
	height:480px;
	overflow: hidden;
	margin:0 auto;
	position:relative;
}
.busTitle #slide img {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width: 100%;
    height: auto;
}
.textPoint{
	padding:10px 10px 20px 10px;
	background:url(../../img/topics/hakodate_bustour/textLine.png) repeat-x bottom;
	line-height:1.3em;
}
.textPoint dl{
	margin-bottom:3px;
}
.textPoint dl dt{
	font-weight:bold;
	font-size:1.1em;
}
#select {
	background: #fff;
    width: 93%;
    margin: 0 auto 8px;
}
#select .selectInner{
	padding:5px;
	font-size:0.9em;
}
#select label{
	padding:1px;
	display: inline-block;
	cursor:pointer;
}

#select label.selected,#select label:hover {background-color: #f90;border-radius:3px;color: #fff;}
#select p{
	display:block;
	margin-top:8px;
	color: #039;
}
#select input{
	margin: 0 5px 0px 5px;
	padding-top:2px;
}
#planList [class*="hidden-"] {display: none;}
#planList .planDetail{
	padding:8px 5px;
	border:#666666 1px solid;
	width:95%;
	margin:30px auto;
	background:#FFFFFF;
}
.searchBox{	
	background:#fff;
	width: 93%;
    margin: 0 auto 8px;
}
.searchBox .searchBoxInner{
	padding:8px;
}
.searchBox .tourTtl,#select .tourTtl{
	margin-bottom:5px;
	background:#39C;
	color:#fff;
	padding:8px;
	width:40%;
	border-bottom-right-radius:5px;
	font-weight:bold;
}
.searchBox .tourTtl i{
	margin-right:5px;
}
.searchBox #useDay01{
	float:left;
	margin-right:8px;
}
.searchBox #useDay01 input{
	padding:3px;
}
.searchBox #useDay01 img.ui-datepicker-trigger{
	width: 26px;
    float: right;
    padding: 0px 0 8px 5px;
	cursor:pointer;
}
.searchBox #keyword{
	float:left;
}
.searchBox input{
	border:1px #CCC solid;
}
.searchBox .searchBtn{	
 	padding:10px 0 0 8px;
	float:left;	
}
.searchBox .searchBtn button{
	background:#f90;
	color:#fff;
	padding:3px 10px;
	border-radius:5px;
	cursor:pointer;
}

#planList .planDetail .planImg{		
	position:relative;
	width:35%;
	float:left;
	margin-right:5px;
}
#planList .planDetail .planImg span{
	position:absolute;
	bottom:0;
	left:0;
	display:flex;
	display: -webkit-flex;
}
#planList .planDetail .planImg span img{
	padding:3px;
}
#planList .planDetail .planImg img{
	width:100%;
}
#planList .planDetail dl{
	width:64%;
	float:right;
}
#planList .planDetail dl dt{
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0px;
	color:#003399;
}

#planList .planDetail dl dd span{
	color:#FF0000;
	font-weight:bold;
	font-size:1.3em;
}
#planList .planDetail dl dt span{
	display:inline-block;
	padding:5px 8px;
	text-align:center;
	font-size:0.9em;
	font-weight:normal;
}
#planList .planDetail dl table td,#planList .planDetail dl table th{
	padding:3px;
	border: 1px solid #666;
}

#planList .planDetail dl table th{
	width:25%;
	border: 1px solid #666;
}
#planList .planDetail .reserve{
	clear:both;
	width:80%;
	margin:0px auto;
	padding-top:8px;
}
#planList .planDetail .reserve a{
	display:block;
	background:#FF9900;
	color:#FFFFFF!important;
	font-weight:bold;
	text-align:center;
	padding:10px;
	border-radius:5px;
	font-size:1.3em;
	}
#planList .planDetail .reserve a:hover{
	background:#FFCC99;
}

.otherPlan {
    display: block;
    font-size: 12px;
    border: #eeeeee 1px solid;
    padding: 8px;
    width: 70%;
    text-align: center;
    margin: 8px auto;
    text-decoration: none;
	background:#fff;
}
.spot {
    padding: 8px;
}
.spot h2.ttl {
    text-align: center;
    font-size: 20px;
    padding: 15px;
    margin: 15px 0 8px;
    background: #eee;
    border-bottom: none;
    font-weight: bold;
}

.spot ul{
	display:flex;
	flex-wrap:wrap;
}
.spot li{
	width:46%;
	padding:10px;
	border:1px solid #999;
	background:#fff;
	margin-right: 8px;
    margin-bottom: 8px;
}
.spot li:nth-child(2n){
	margin-right:0;
}
.spot_img{
    height: 140px;
    overflow: hidden;
    text-align: center;
}
.spot_text h3 {
    text-align: center;
}