<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*リセット*/
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:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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;
	}

.crumb{
	width: auto;
	margin-bottom:8px;
	padding:8px 0;
}
.main_content{
	max-width:1024px;
	margin:0 auto;
}
h2.ttl{
	margin: 50px 0 30px 0;
	color:#436284;
	font-family: 'Shippori Mincho B1', serif;
	font-size:2em;
	text-align:center;
	font-weight: normal!important;
}

.flex{
	display: flex;
}

/*point*/
.point {
    margin: 50px 0 0;
}
.point_img{
	position: relative;
	flex: 0 0 30%;
}
.point_img img{
	width: 100%
}
.point_img:after{
	position: absolute;
    content: '';
    border-right: 2px solid #436284;
    border-bottom: 2px solid #436284;
    height: 100%;
    width: 100%;
    right: -8px;
    bottom: -8px;
}

.point-text {
    margin-left: 30px;
}
.point-text h2.ttl {
   	margin:0;
   	font-size:1.5em;
   	text-align: left;
}

/*ツアーbox*/
.plan-cont .flex{
	flex-wrap:wrap;

}
.plan{
	margin:0 15px 30px;
	border:solid #999 2px;
	padding: 15px
}

.plantit{
    font-size: 1.3em;
}

.plan_img{
	width: 40%;
	flex:0 0 40%;
	margin:10px auto;
	height: 170px;
	overflow: hidden;
}
.plan_img img {
    object-fit: cover;
    height: 170px;
}
.plan-text{
	padding: 5px 0 0 15px;
    flex: 0 0 60%;
}

.tourIcon{
	margin: 8px 0;
}
.tourIcon li{
	padding:5px 8px 5px 30px;
	margin-right:8px;
	text-align:center;
	color:#333333;
	border:1px solid #666;
}
.icon-area{
	background:#eee url(../../img/topics/hokkaido_horse/icon_map.png) no-repeat 8px;
}
.icon-time{
	background:#eee url(../../img/topics/hokkaido_horse/icon_time.png) no-repeat 3px;
}
.plan-link{
	justify-content: space-between;
	align-items: center;
}
.plan-price span {
    font-weight: bold;
    font-size: 1.6em;
    color:#c00;
    margin-left:8px;
}

.plan-btn{
    display: block;
    background: #f90;
    padding: 8px 30px;
    color: #fff!important;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #422703;
	position:relative;
}


/*QA*/
.question dl{
	line-height:1.5em;
	padding:10px 0;
}
.question dt,.question dd{
	padding: 10px 0 10px 35px;
    position: relative;
}
.question dd{
	border-bottom:#999999 1px dotted;
}
.question dt:before,.question dd:before{
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    text-align: center;
}
.question dt:before{
	content:"Q";
	background:#666;
}
.question dd:before{
	content:"A";
	background:#376406; 
}
.kayak-cont .question dd:before{
	background:#0452aa;
}
.balloon-cont .question dd:before{
	background:#fc684b;
}
.other_activity ul{
	flex-wrap:wrap;
}
.other_activity li {
    flex: 0 0 30%;
    margin: 8px 15px;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.other_activity li p {
    position: absolute;
    z-index: 5;
    bottom: 0;
    text-align: center;
    padding: 8px 0;
    width: 100%;
    background: #fff;
    opacity: .8;
    font-weight: bold;
}
.other_activity img{
	width:100%;
}
.other-area a{
	display: block;
	background:#f90;
	color:#fff;
	text-align: center;
	border-radius: 50px;
	padding:10px 0;
	font-weight: bold;
	font-size:1.1em;
	width:60%;
	margin:10px auto;
}
/*ranking*/
.hkd_ranking .flex{
	flex-wrap:wrap;
}
.rank-list1 .rankBox{
	flex: 0 0 31.5%;
}
.rank-list2 .rankBox{
	flex: 0 0 23.2%;
}
.rankBox {
    border: 1px solid #999;
    margin: 8px;
}
.rankBox img {
    width: 100%;
}
.ranking-txt {
    padding: 0 10px;
}

@media (max-width: 767px) {
	article .flex{
		display: block;
	}
	h2.ttl-h{
		padding: 60px 0 0 0;
	}
	h2.ttl{
		font-size:1.3em;
		border-left: none;
	}
	.point_img {
	    width: 60%;
	    margin: 10px auto 30px;
	}
	.point-text {
	    margin: 0 8px;
	}
	.plan {
	    width: 96%;
	    margin: 0 10px 30px;
	    padding:10px;
	}
	.tourIcon {
	    margin: 8px 0;
	    display: flex;
	}
	.plantit{
		font-size:1.1em;
	}
	.plan-link {
	    display: block;
	    text-align: center;
	}
	.plan-btn{
		width: 80%;
    	margin: auto;
	}
	.question dl{
		padding: 10px;
	}
	.question dt, .question dd{
		padding: 5px 0 5px 35px;
	}
	.other_activity li {
	    flex: 0 0 46%;
	    margin: 8px;
	    height: 180px;
	}
	.other-area a{
		width: 90%;
	}
	.ranking h2.ttl,.new h2.ttl{
		font-size:1.2em!important;
		font-weight:bold!important;
		padding: 5px 0px 5px 35px;
		margin-bottom: 10px;
		border-left:none;
	}
	.ranking h2.ttl{
		background:url(../../img/topics/busTop/iconTtlParRank.png) no-repeat left center;
	    background-size: 25px auto;
	}

	.ranking .ranking-review{
		display:none;
	}
	.rankBox{
		display:flex;
		padding: 8px;
	    border-bottom: 1px dotted #999;
	}
	.ranking-img {
	    position: relative;
	    flex: 0 0 100px;
	    margin-right: 8px;
	}
	.ranking-txt{
		margin:0;
	}
	.rankBox .price span{
		font-size:110%;
	}

	.rankBox img{
		width:100%;
		height:auto;
		vertical-align: bottom;
	}
	.rankBox .price{
		color:#c00;
		font-weight:bold;
		font-size:110%;
	}
	.ranking-mark{
		padding: 3px;
	    top: 3px;
	    left: 3px;
	    width: 25px;
	    height: 25px;
	    position: absolute;
	    background: #666;
	    border-radius: 50%;
	    color: #fff;
	    text-align: center;
	}
.plan_img {
    width: 80%;
}
}</pre></body></html>