@charset "utf-8";
/* CSS Document */

/*���Z�b�g*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*style*/
* { 
	font-family: "Yu Gothic","Noto Sans Japanese", "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���C���I", Meiryo, sans-serif;
	box-sizing:border-box;
}
h2{
	border-bottom:none!important;
	/*font-weight:bold!important;*/
}
a{
	text-decoration:none;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 1s linear;
	
}
a,a:link,a:visited{
	color: #666;
	}
#mainRight h2{
	padding-left:35px;
	margin-left:5px;
	margin-bottom:15px;
}
.crumb{
	width: auto;
}
.mainContents{
	padding: 8px 15px;
	background: url(../../img/topics/desert/bg_new.png) repeat;
}
h2.ttl,#main_r p.toph{
	position: relative;
	font-size:2em;
	text-align:center;
	padding:20px 0!important;
	margin-bottom:8px;
	background-color:#fff!important;
}
h2.ttl:before,#main_r p.toph:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #f71735, #f71735 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #f71735, #f71735 2px, #fff 2px, #fff 4px);
}

h2.ttl:after,h2.ttl:before,#main_r p.toph:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #f71735, #f71735 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #f71735, #f71735 2px, #fff 2px, #fff 4px);
}

nav ul {
	display:table;
	width:100%;
	margin:8px 0;
}
nav ul li{
	display:table-cell;
	text-align:center;
	border-right:1px #666 solid;
	font-size:1.2em;
	padding:10px;
	text-decoration:underline;
}
nav ul li:last-child{
	border-right:none;
}
#crumbsList ul li{
	border-right:none!important;
}
/*�E�J���������*/
div#main_l {
    width: 752px!important;
}
div#plan_list_wrapper{
	width:750px!important;
}
/*�E�J���������*/
div#main_r{
	position: inherit;
	width:100%;
	float:none;
	clear:both;
	padding: 8px 15px;
	margin-bottom: 8px;
	background: url(../../img/topics/desert/bg_new.png) repeat;

}
#main_r p.toph{
	background:none;
	font-weight:bold;
	width:100%;
	clear: both;
}
#main_r p.toph img{ 
 	display:none;
}
#main_r ul#ranking{
	height:240px;
}

#main_r ul#ranking li{
	padding: 3px;
    font-size: 12px;
    line-height: 1.2;
    border: solid 1px #999;
    margin-bottom: 3px;
    width: 19.6%;
    float: left;
    margin-right: 3px;
    height: 215px;	
	background-color: #fff;
}
#main_r ul#ranking li:last-of-type{
	margin-right:0px;
}
#main_r ul#ranking li a img {
    float: none;
    margin: 0 5px 2px 0;
    width: 100%;
    height: 100px;
}
#main_r ul#ranking li a:hover img {
	opacity:0.8;
}
#main_r ul#comment {
	clear:both;
/*	margin-top:20px;*/
}
#main_r ul#comment li{
	padding: 3px;
    font-size: 12px;
    line-height: 1.2;
    border: solid 1px #999;
    margin-bottom: 3px;
    width: 19.6%;
    float: left;
    margin-right: 3px;	
	background-color: #fff;
}
#main_r ul#comment li:last-of-type{
	width: inherit;
    float: right;
    border: none;
    text-decoration: underline;
}
#main_r #PR_link,#main_r #associated{
	display:none;
}

/*�v�����ꗗ���\��*/
#planSearch{
	display:none;
}

/**/
#attraction {
	font-size:1.1em;
}
#attraction h3{
	color: #0f084b !important;
	font-size: 1.1em !important;
	border:none!important;
	background:none!important;
}
@media only screen and (max-width: 767px){
#attraction h3{
	margin-top:0!important;
}
}
#searchPlan h3{
	color: #fff !important;
	font-size: 1.1em !important;
	background-color:#5f5f5f !important;
	margin-bottom:5px;
	border:none!important;
}
#attraction .bn_churaumi{
	width:700px;
	margin:8px auto;
}
#popularSpot{
	margin-top:20px;
}
#popularSpot ul{
	margin-top:10px;
}
#popularSpot ul li{
	width: 32%;
	position:relative;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}
#popularSpot ul li:last-of-type{
	margin-right:0;
}
#popularSpot ul li h3{
	text-align:center;
	font-size:1.2em;
	color:#fff;
	background:#003;
	padding:8px 0;
	position:relative;
}
#popularSpot ul li h3:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #003 transparent transparent transparent;
	z-index:2;
}
#popularSpot ul li img{
	width:100%;
	height:160px;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#popularSpot ul li .spotImg{
	overflow:hidden;
	width:100%;
	height:160px;
}
#popularSpot ul li a{
	text-decoration:none;
}
#popularSpot ul li a:hover img{
	text-decoration:none;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	 -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
}
#popularSpot ul li .hoverText{
	position:absolute;
	bottom: 0%;
	left: 0%;
	background:rgba(255,255,255,0.8);
	width:100%;
	padding: 3px;
	display:none;
}
#popularSpot ul li a:hover .hoverText{
	display:block;
}
#searchPlan{
	margin-top:20px;
}
.searchBox{
	font-size:1.1em;
	width: 98%;
    margin: 8px auto;
    border: 1px solid #666;
    box-sizing: border-box;
	background-color: #fff;
}
.searchBox h3{
	background: #666;
    color: #fff!important;
    text-align: center;
    padding: 8px 0!important;
	margin:0!important;
}
.searchBoxInner {
	padding:8px;
}
.searchBox #useDay01{
	float:left;
	margin-right:15px;
}
.searchBox img.ui-datepicker-trigger {
    width: 25px;
    height: auto;
    vertical-align: bottom;
	cursor:pointer;
}
.searchBox dt{float:left;clear:both;padding:5px 0; margin-right:10px;}
.searchBox dt.selectDateTtl{float:none;padding:5px 0 0;}
.searchBox dd{float:left;padding: 3px 0px 0px 10px;margin-bottom:5px;}
.searchBox dd.selectDate{padding: 0px 0px 0px 10px;}
.searchBox dt.keyword {
    margin-right: 4px!important;
}
.searchBox dd.inputKeyword{    padding: 3px 0px 0px 0px!important;}
.searchBox p.searchBtn{clear:both; width:200px;margin:5px auto;}
.searchBox p.searchBtn button{width:200px;background-color:#f90;border:none;padding:5px 0; color:#FFFFFF;cursor:pointer;font-weight:bold;border-radius:5px;margin:5px auto;font-size:1.5em;font-weight:bold;}
.searchBox p.searchBtn button i{margin-right:5px;}
.searchBox p.searchBtn button:hover{background-color:#CCC;}
.searchBox .search_keyword{border-top:#FFF 1px solid;padding-top:5px;}
.searchBox .search_keyword ul li{float:left;margin-right:8px;line-height:1.5em;margin-bottom: 3px;}
.searchBox .search_keyword ul li a{text-decoration:underline;}
.searchBox select,.searchBox input{padding:3px;max-width: 300px;height:30px;}
.searchBox input.txt{width:300px;}
.searchBox dd.selectCategory select{width:190px;}
.searchBox dd.selectDate input{width:25px;}
.searchBox dd.selectDate input.year1{width:60px;}
.searchBox dd.selectDate span{float:left;margin-right:5px;font-size: 0.9em;}
.searchBox dd.selectDate img{vertical-align:middle;cursor:pointer;width:29px;height:29px;}
.searchBox dd.selectDate img:hover{opacity:0.8;}
#select {
	font-size:1.1em;
	background: #fff;
    margin: 8px auto;
	width:98%;
	border: 1px solid #666;
}
#select h3{
	background: #666;
    color: #fff!important;
    text-align: center;
    padding: 8px 0!important;
	margin:0!important;
}
#select .selectInner{
	padding:8px;
}
#select label{
	padding:0px 4px 2px;
	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:3px;
	color: #039;
}

#planList {
	width:100%;
}
#planList .planDetail {
	width:32.5%;
	overflow: hidden;
	float: left;
	vertical-align:top;
	margin-right:5px;
	margin-bottom: 8px;
	border:1px #999 dotted;
	padding:5px;
	height: 480px;
	background-color: #fff;
}
#planList [class*="hidden-"] {display: none!important;}
#planList .planDetail:nth-child(3n) {
	margin-right:0px;
}
#planList .planDetail h3{
    font-size: 1.1em;
    padding: 8px;
    box-sizing: border-box;
	line-height: 1.3em;
	color:#006;
	
}
#planList .planDetail .planImg{
	margin-bottom:8px;
}
#planList .planDetail .planImg img{
	width:100%;
	height:150px;
}
#planList .planDetail table td{
	padding:3px;
	border: 1px solid #666;
	width:70%;
}
#planList .planDetail table th{
	width:28%;
	border: 1px solid #666;
	vertical-align:middle;
}
#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;
}
@media only screen and (max-width: 767px){
h2.ttl, #main_r p.toph, #main_r p.toph a{
	font-size:1.2em;
}
nav ul li{
	font-size:1em;
	padding:5px 0;
}
nav ul ol{
	display: table-row;
	margin-bottom:5px;
}
#attraction {
	padding:5px;
	font-size:1em;
}
#attraction .bn_churaumi{
	width:98%;
}
#popularSpot ul li{
	width: 50%;
	margin-right:0;
	margin-bottom:0;
}
#popularSpot ul li .spotImg{
	height:135px;
}
#popularSpot ul li h3{
	font-size:1.1em;
	padding:5px 0;
}
#searchPlan .searchBox #useDay01{
	float:none;
}
#searchPlan .searchBox #useDay01 input[type="text"]{
	width:inherit;
}
.searchBox p.searchBtn button{
	font-size:1.1em;
}
#select{
	font-size:1em;
}
#planList .planDetail{
	width:98%;
	margin:8px auto;
	height:auto!important;
}
#planList .planDetail .planImg{
	float: none;
    width: 100%;
    margin-right: 5px;
}
#planList .planDetail table{
	margin-bottom:0;
	font-size:0.9em;
	clear:none!important;
}
#planList .planDetail h3{
	margin-top:0!important;
}
#planList .planDetail .planImg img{
	height:auto;
}
}
#planList .planDetail  table th {
    background-color: #b8e1ff;
}
/*�S�Ẵv���������*/
.reserveBtn {
    width: 80%;
    margin: 15px auto;
    clear: both;
}
.reserveBtn a {
    display: block;
    background: #f90;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    padding: 12px 0;
    font-size: 1.2em;
    font-weight: bold;
}
/*北海道地図*/
#hkdMapBox{
	width:100%;
	padding:10px!important;
	background-color:#fff;
}
.hkdMap{
	background:url(../../img/topics/hkd_transfer_bus/map.jpg) no-repeat;
	position:relative;
	width:516px;
	height:455px;
	margin:0 auto;
}

.hkdMap li{
	position:absolute;
	background:#ffcc33;
	box-shadow:0px 3px 0px 1px #ff9900;
	-moz-box-shadow:0px 3px 0px 0px #ff9900;
	-webkit-box-shadow:0px 3px 0px 0px #ff9900;
	border-radius:5px;
	padding:3px 10px;
	display:block;
	cursor:pointer;
	font-size:1.2em;
}

.hkdMap li::before,
.hkdMap li::after,
.tourBox ul li::before,
.tourBox ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.hkdMap li,
.hkdMap li::before,
.hkdMap li::after,
.tourBox ul li,
.tourBox ul li::before,
.tourBox ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.hkdMap li:hover{
	background-color: #59b1eb;
}
.hkdMap li.shiretoko{
	top:30%;
	right:1%;
}
.hkdMap li.akan{
	top:49%;
	right:15%;
}
.hkdMap li.kushiro{
	top:55%;
	right:13%;
}
.hkdMap li.abashiri{
	top:25%;
	left:48%;
}
.hkdMap li.otaru{
	top:50%;
	left:10%;
}
.hkdMap li i{
	margin-left:5px;
	font-size:0.8em;
	padding-bottom:3px;
}
.hkdMap p.tabiwanko{
	position:absolute;
	bottom:0;
	right:0;
}
@media only screen and (max-width: 767px){
.hkdMap{
	width:100%;
	height:340px;
	background-size:100% auto;
}
.hkdMap li{
	font-size:1em;
}
.hkdMap p.tabiwanko{
	bottom:-30px;
	right:8px;
}
}
p.planListTtl {
    background: #999;
    color: #Fff;
    padding: 8px 0 8px 8px;
}
ul#comment li {
	background-color:#fff;
}