<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************
common
*************************/
#bus{
	color: #6B6B6B;
	font-size: 13px;
	line-height: 150%;
	width: 100%;
	margin: 0;
}
#bus a{
	color: #0066A6;
}
#bus a:hover{
	color: #5AE1F4;
}
#bus .area-contents{
	width: 96%;
	margin: 0 auto;
}
#bus section h3{
	display: inline-block;
	line-height: 100%;
	padding: 0 5px;
	color: #F3981C;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#bus section .book-button{
	margin: 5px 0;
	font-weight: bold;
	line-height: 30px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #04BFA3;
}
#bus section .book-button a{
	color: #fff;
	font-size: 16px;
	display: block;
	width: 100%;
}
#bus section .book-button a:hover{
	background-color: #F3981C;
	opacity: 1.0;
}
#bus .seeall-button{
	width: 96%;
	margin: 20px auto 50px;;
	font-weight: bold;
	line-height: 35px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #F8D167;
	clear: both;
}
#bus .seeall-button p{
	width: 100%;
	margin: 0 auto;
}
#bus .seeall-button p a{
	width: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
}
#bus .seeall-button p a:hover{
	background-color: #F3981C;
}
/*#bus section .visual{
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	align-items: flex-end;
}
#bus section .visual p{
	width: 1000px;
	margin: 0 auto 10px;
	color: #fff;
	font-size: 45px;
	text-shadow: 0 3px 5px #999;
	text-align: right;
}*/
/*************************
�宴�����
*************************/
.crumb{
	width:100%;
	margin: 0 auto;
	position: relative;
	padding: 3px 0;
	border: none;
}
.crumb .crumb-item{
	margin: 0;
	padding: 0;
	background: none;
	color: #CEC8C8;
	display: inline-block;
	float: none;
}
.crumb li a{
	padding: 0;
	background: none;
}
/*************************
keyvisual
*************************/
#bus .keyvisual{
	width:100%;
	height: 400px;
	margin:0 0 10px;
	background-repeat: no-repeat;
	background-size: cover;
}
.hokkaidobus .keyvisual{
	background-image: url(/ib/img/topics2/hokkaidobus/titleimg00.jpg);
	background-position: 50% 70%;
}
.kyotobus .keyvisual{
	background-image: url(/ib/img/topics2/kyotobus/titleimg00.jpg);
	background-position: 50% 70%;
}
.furanobus .keyvisual{
	background-image: url(/ib/img/topics2/furanobus/titleimg00.jpg);
	background-position: 50% 70%;
}
.tokyobus .keyvisual{
	background-image: url(/ib/img/topics2/tokyobus/titleimg00.jpg);
	background-position: 50% 70%;
}
.okinawabus .keyvisual{
	background-image: url(/ib/img/topics2/okinawabus/titleimg00.jpg);
	background-position: 50% 70%;
}
.hiroshimabus .keyvisual{
	background-image: url(/ib/img/topics2/hiroshimabus/titleimg00.jpg);
	background-position: 50% 70%;
}
#bus .keyvisual .area-contents{
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
}
/*title*/
#bus .keyvisual h2{
	color: #fff;
	text-align: center;
	font-size: 25px;
	line-height: 140%;
	text-shadow: 0px 3px 3px #707070;
	margin-bottom: 10px;
}
/*search*/
#bus .keyvisual #search{
	width: 100%;
	margin: 0 auto;
}
#bus .keyvisual #search form{
	color: #0066A6;
	background: rgba(237, 237, 237, 0.6);
	font-weight: bold;
	text-align: center;
}
#bus .btn-browse{
	width: 100%;
	display: block;
    font-family: sans-serif;
    font-size: 16px;
	font-weight: bold;
    line-height: 1.6;
    padding: 5px 18px;
    text-align: center;
    background: #F8D167;
    margin: 10px 0;
}
#bus .btn-browse a{
	display: block;
	text-decoration: none;
	color: #fff;
}
/*pagenavi*/
#bus .keyvisual .page-navi{
	width: 100%;
}
#bus .keyvisual .page-navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bus .keyvisual .page-navi ul li{
	position: relative;
	width: 32%;
	margin-bottom: 10px;
}
#bus .keyvisual .page-navi ul li a{
	display: block;
	color: #fff;
	background: #0083D5;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 15px;
}
#bus .keyvisual .page-navi ul li a::after{
	content: "";
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	bottom: 20%;
	left: 50%;
	margin-left: -3px;
}
#bus .keyvisual .page-navi ul li a:hover{
opacity: 0.6;
}
/*************************
recommend
*************************/
#bus #recommend{
	margin-bottom: 30px;
}
#bus #recommend .recommend-list{
	width: 100%;
}
#bus #recommend .anchor{
	padding-top: 70px;
	margin-top: -70px;
}
#bus #recommend .recommend-list ul{
	width: 100%;
	margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#bus #recommend .recommend-list ul li{
	margin-bottom: 5px;
	position: relative;
}
#bus #recommend .recommend-list ul img{
    margin-right: 5px;
	width: 100%;
	height: 160px;
	object-fit: cover;
}
#bus #recommend h4{
	color: #0066A6;
	font-size: 18px;
	font-weight: bold;
}
#bus #recommend .recommend-list ul .rec-destination span{
	font-size: 10px;
	color: #fff;
	background: #BBD780;
	padding: 0 2px;
	position: relative;
	margin-right: 10px;
	display: inline-block;
    margin-bottom: 2px;
}
#bus #recommend .recommend-list ul .rec-destination span:not(:last-child)::after{
	content: "";
	border-left: 6px solid #CEC8C8;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: -11px;
	top: 6px;
}
#bus #recommend .recommend-list ul .rec-img{
	width: 45%;
	display: inline-block;
}
#bus #recommend .recommend-list ul .rec-price{
	color: #fff;
    background: rgba(243, 152, 28, 0.74);
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
    display: inline-block;
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
	width: 100%;
	text-align: center;
}

#bus #recommend .recommend-list ul .rec-price span{
	color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline;
}
#bus #recommend .recommend-list ul .rec-point {
	width: 50%;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
#bus #recommend .recommend-list ul p{
    clear: both;
}

#bus #recommend .recommend-list ul .rec-point span{
	display: inline-block;
	font-size: 10px;
	color: #000;
	padding-left: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 15px 20px;
	line-height: 100%;
}
.icon-day{
	background-image: url(/ib/img/topics2/hokkaidobus/icon-day.svg);
}
.icon-audio{
	background-image: url(/ib/img/topics2/hokkaidobus/icon-audio.svg);
}
.icon-mappin{
	background-image: url(/ib/img/topics2/hokkaidobus/icon-mappin.svg);
}
.icon-clock{
	background-image: url(/ib/img/topics2/hokkaidobus/icon-clock.svg);
}
.icon-time{
	background-image: url(/ib/img/topics2/hokkaidobus/icon-time.svg);
}
.icon-lunch{
	background-image: url(/ib/img/topics2/hokkaidobus/icon-lunch.svg);
}
.icon-special{
	background-image: url(/ib/img/topics2/hokkaidobus/icon-special.svg);
}
#bus #recommend .recommend-list ul .book-button{
	width: 60%;
	margin: 0 auto;
}
/*�����割�荀с���翫��*/
#bus #recommend .recommend-list .recommend-plan{
	width: 100%;
	margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#bus #recommend .recommend-list .recommend-plan h4{
	min-height: 0;
}
#bus #recommend .recommend-list .recommend-plan .plan{

}
#bus #recommend .recommend-list .recommend-plan .plan img{
	width: 100%;
	margin-bottom: 15px;
}
#bus #recommend .recommend-list .recommend-plan .plan dl{
	margin-bottom: 10px;
}
#bus #recommend .recommend-list .recommend-plan .plan dl dt{
	width: 100%;
	line-height: 1;
}
#bus #recommend .recommend-list .recommend-plan .plan dl dt a::before{
	content: "";
	display: inline-block;
    width: 0;
    height: 0;
	padding-right: 5px;
    border-style: solid;
    border-width: 7px 0 7px 13px;
    border-color: transparent transparent transparent #bbd780;
}
#bus #recommend .recommend-list .recommend-plan .plan dl dd{
	width: 145px;
	margin: 5px 0 0 auto;
	display: block;
}
#bus #recommend .recommend-list .recommend-plan .plan dl dd a{
	color: #fff;
	background: #F3981C;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px;
	display: block;
	text-align: center;
	line-height: 1.5;
}
#bus #recommend .recommend-list .recommend-plan .plan dl dd a span{
	font-size: 20px;
    font-weight: bold;
    display: inline;
}
/*************************
map
*************************/
#bus #map{
	margin-bottom: 20px;
}
#bus #map .map-img{
	position: relative
}
#bus #map .map-img li{
	position: absolute;
}


/*************************
spot
*************************/
#bus #spot{
	margin-bottom: 30px;
}
#bus #spot .spot-list{
	width: 100%;
}
#bus #spot .anchor{
	padding-top: 70px;
	margin-top: -70px;
}
#bus #spot .spot-list ul{
	width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted #aeaeae 1px;
}
#bus #spot .spot-list ul li{
	margin-bottom: 5px;
}
#bus #spot .spot-list ul img{
    width: 50%;
    margin:0 10px 10px 0;
    float: left;
}
#bus #spot .spot-list ul .spot-text{
	width: 100%;
}
#bus #spot .spot-list ul h4{
	color: #0066A6;
	font-size: 20px;
	font-weight: bold;
}
#bus #spot .spot-list ul p{
    margin-bottom: 10px;
}
#bus #spot .spot-list ul li .seeall-button{
    margin: 0 auto;
}
#bus #spot .spot-list ul li .seeall-button::before{
    clear: both;
}

/*************************
search
*************************/
#bus #search{
	width: 96%;
	margin: 0 auto 10px;
}
#bus #search form{
	color: #fff;
	background: #0066A6;
	font-weight: bold;
	padding: 5px;
}
#bus #search form dl{
	padding: 0;
}
#bus #search form dt,
#bus #search form dd{
	border: none;
}
#bus #search form dd{
	display: flex;
	padding: 5px 0;
}
#bus #search form dd label{
	margin:0 3px;
}
#bus #search input[type="text"]{
	width: 200px;
}
#bus #search .btn-orange{
	font-size: 16px;
	width: 100%;
	display: inline-block;
	background: #04BFA3;
	font-weight: bold;
	margin: 10px 0 0;
}
#bus #search .btn:hover{
	background: #F3981C;
}
#bus .area-search .btn-browse{
	display: inline-block;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.6;
    padding: 5px 18px;
    text-align: center;
    background: #F8D167;
    margin: 5px 10px;
}
#bus .area-search .btn-browse a{
	display: block;
	text-decoration: none;
	color: #fff;
}
#bus .area-search .btn-browse:hover{
	background: #F3981C;
}
/*************************
about
*************************/
#bus #about{
	margin-bottom: 0;
	padding-bottom: 30px;
}
.hokkaidobus #about,
.furanobus #about{
	background: #EEF5DF;
}
.kyotobus #about,
.tokyobus #about,
.hiroshimabus #about{
	background: #fff5d0;
}
.okinawabus #about{
	background: #E5F8F6;
}
#bus #about h3{
	 height: 150px;
    background-size: cover;
    color: #fff;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-shadow: 2px 2px 4px #333;
}
 .hokkaidobus #about h3{
    background-image: url(/ib/img/topics2/hokkaidobus/titleimg02.jpg);
	 background-position: 50% 60%;
}
.kyotobus #about h3{
    background-image: url(/ib/img/topics2/kyotobus/titleimg02.jpg);
	background-position: 50% 60%;
}
.furanobus #about h3{
    background-image: url(/ib/img/topics2/furanobus/titleimg02.jpg);
	background-position: 50% 100%;
}
.tokyobus #about h3{
    background-image: url(/ib/img/topics2/tokyobus/titleimg02.jpg);
	background-position: 50% 48%;
}
.okinawabus #about h3{
    background-image: url(/ib/img/topics2/okinawabus/titleimg02.jpg);
	background-position: 50% 90%;
}
.hiroshimabus #about h3{
    background-image: url(/ib/img/topics2/hiroshimabus/titleimg02.jpg);
	background-position: 50% 90%;
}
#bus #about h4{
	color: #04BFA3;
	font-size: 20px;
	font-weight: bold;
}
#bus #about .abouttxt{
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
}
#bus #about .abouttxt .soon{
	background: #eee;
}

/*************************
category
*************************/
#bus #category{
	margin-bottom: 0;
	padding-bottom: 30px;
}
.hokkaidobus  #category{
	background: #EEF5DF;
}
.kyotobus  #category{
	background: #fff5d0;
}
#bus #category ul li{
	display: inline-block;
	border:1px solid #DBD8D8;
	border-radius: 30px;
	padding: 5px 10px;
	margin: 5px;
	background: #fff;
}
#bus #category ul li a{
	display: inline-block;
	font-size: 14px;
}
/*************************
FAQ
*************************/
#bus #faq{
	margin-bottom: 30px;
}
#bus #faq h3{
	  height: 150px;
    background-size: cover;
    color: #fff;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-shadow: 2px 2px 4px #333;
}
.hokkaidobus #faq h3{
	background-image: url(/ib/img/topics2/hokkaidobus/titleimg03.jpg);
	background-position: 50% 60%;
}
.kyotobus #faq h3{
	background-image: url(/ib/img/topics2/kyotobus/titleimg03.jpg);
	background-position: 50% 60%;
}
.furanobus #faq h3{
	background-image: url(/ib/img/topics2/furanobus/titleimg03.jpg);
	background-position: 50% 60%;
}
.tokyobus #faq h3{
	background-image: url(/ib/img/topics2/tokyobus/titleimg03.jpg);
	background-position: 50% 77%;
}
.okinawabus #faq h3{
	background-image: url(/ib/img/topics2/okinawabus/titleimg03.jpg);
	background-position: 50% 77%;
}
.hiroshimabus #faq h3{
	background-image: url(/ib/img/topics2/hiroshimabus/titleimg03.jpg);
	background-position: 50% 77%;
}
#bus #faq ul{
	margin-bottom: 20px;
	border-bottom: 1px solid #CEC8C8;
}
#bus #faq li{
	margin-bottom: 15px;
}
#bus #faq .faq-q span{
	font-size: 25px;
	font-weight: bold;
	color: #04BFA3;
	margin-right: 10px;
}
#bus #faq .faq-a span{
	font-size: 25px;
	font-weight: bold;
	color: #F8D167;
	margin-right: 10px;
}
/*************************
related
*************************/
#bus #related{
	margin-bottom: 100px;
}
#bus #related ul,
#bus .related ul{
	display: inline-block;
	margin: 0 5px 20px;
	position: relative;
    width: 46%;
    height:125px;
    overflow: hidden;
}
#bus #related ul li p,
#bus .related ul li p{
	position: absolute;
	top:30%;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 6px #666;
}
#bus #related ul li span,
#bus .related ul li span{
	position: absolute;
	top:0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 6px #666;
	background: rgba(0, 102, 166, 0.53);
	height: 100%;
	z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*************************
toprelation
*************************/
#bus .toprelation{
	width: 100%;
	margin: 0 auto 30px;
}
#bus .toprelation ul{
	width: 31%;
	display: inline-block;
	margin: 0 1px 2px;
	position: relative;
}
#bus .toprelation ul li img{
	width: 100%;
}
#bus .toprelation ul li p{
	position: absolute;
	top:15%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 6px #222;
}
#bus .toprelation ul li span{
	position: absolute;
	top:0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 6px #666;
	background: rgba(0, 102, 166, 0.53);
	height: 100px;
	padding-top: 30px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
#bus .toprelation ul a:hover{
	background: rgba(243, 152, 28, 0.77);
}</pre></body></html>