<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:#01a0ea;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size:2em;
	text-align:center;
	font-weight: normal!important;
}

.flex{
	display: flex;
}

/*point
.point {
    margin: 15px 0 0;
}
.point_img{
	flex:0 0 30%;
}
.point_img img{
	width: 100%
}

.point-text {
    margin-left: 30px;
}
.point-text h3 {
    font-size: 1.2em;
}*/

/*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;
    margin-bottom: 15px;
}

.plan_img{
	flex:0 0 35%;
}
.plan-text{
	margin:5px 0 0 15px;
	flex: 0 0 63%;
}

.tourIcon{
	margin: 8px 0;
}
.tourIcon li{
	padding:5px 8px 5px 30px;
	margin-right:8px;
	text-align:center;
	color:#333333;
	border:1px solid #666;
}
.icon-meal{
	background:#eee url(../../img/topics/hokkaido_horse/icon_meal.png) no-repeat 8px;
	background-size:20px auto;
}
.icon-time{
	background:#eee url(../../img/topics/hokkaido_horse/icon_time.png) no-repeat 3px;
}
.plan-link{
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
}

.plan-link h4 {
    font-size: 1.1em;
    background: #01a0eb;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    flex: 0 0 30%;
    text-align: center;
}
.plan-price span {
    font-weight: bold;
    font-size: 1.6em;
    color:#c00;
    margin-left:8px;
}

.plan-btn a{
    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:#01a0ea; 
}

.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%;
	height:180px;
	object-fit: cover;
}
.ranking-txt {
    padding: 0 10px;
}
.ranking-review{
	display: none;
}
/* ----------------------------------------------------------
	Ranking
------------------------------------------------------------- */
.border{
	border-top:1px solid #ccc;
	padding-top:30px;
	margin-top:40px;
}
.ranking{
	margin-top:10px;
}
.ranking-img {
	position: relative;
}
.ranking-mark {
	font-family: 'Oswald', sans-serif;
	font-size: 171.4%;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 36px;
	height: 36px;
	padding: 5px 0 0 0;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 50%;
	background: #222;
}
.rank01,
.rank02,
.rank03 {
	width: 60px;
	height: 64px;
	padding: 14px 0 0 0;
	border-radius: 0;
}
.rank01 {
	background: url(https://www.tabione.com/ib/img/top/lab_rank01.png) no-repeat ;
}
.rank02 {
	background: url(https://www.tabione.com/ib/img/top/lab_rank02.png) no-repeat ;
}
.rank03 {
	background: url(https://www.tabione.com/ib/img/top/lab_rank03.png) no-repeat ;
}
.ranking-review {
	margin: 10px 0 0 0;
	padding: 15px;
	background: #eee;
}
.username {
	display: block;
	text-align: right;
	color: #999;
}
.col-1of3 .ranking-img img {
	width: 100%;
	height: 200px;
}
.col-1of4 .ranking-img img {
	width: 100%;
	height: 150px;
}

.price {
    margin: 5px 0;
    text-align: right;
    color: #f3981c;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.price span {
    font-size: 200%;
    font-weight: 700;
    margin: 0 10px 0 0;
    color: #f36a1c;
}

@media (max-width: 767px) {
	article .flex{
		display: block;
	}

	h2.ttl{
		font-size:1.3em;
		border-left: none;
	}
	.point_img {
	    width: 80%;
	    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%;
	}

}</pre></body></html>