<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: 14px;
	width: 100%;
	margin: 0;
}
#bus a{
	color: #0066A6;
}
#bus a:hover{
	color: #5AE1F4;
}
#bus .area-contents{
	width: 1000px;
	margin: 0 auto;
}
#bus section h3{
	display: inline-block;
	line-height: 100%;
	padding: 0 5px;
	color: #F3981C;
	font-size: 25px;
	font-weight: bold;
	/*background: linear-gradient(transparent 42%, #F8D167 75%);*/ 
	margin-bottom: 20px;
}
#bus section .book-button{
	width: 60%;
	margin: 5px auto;
	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;
	min-height: inherit;
}
#bus section div .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: 500px;
	margin: 20px auto 100px;;
	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;
}
#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: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 8px 0;
	border: none;
}
.crumb .crumb-item{
	margin: 0;
	padding: 0;
	background: none;
	color: #CEC8C8;
	display: inline-block;
}

/*************************
keyvisual
*************************/
#bus .keyvisual{
	width:100%;
	height: 375px;
	margin:0 0 50px;
	background-repeat: no-repeat;
	background-size: cover;
}
.hokkaidobus .keyvisual{
	background-image: url(/ib/img/topics2/hokkaidobus/titleimg00.jpg);
	background-position: 50% 100%;
}
.kyotobus .keyvisual{
	background-image: url(/ib/img/topics2/kyotobus/titleimg00.jpg);
	background-position: 50% -338px;
    background-attachment: fixed;
}
.furanobus .keyvisual{
	background-image: url(/ib/img/topics2/furanobus/titleimg00.jpg);
	background-position: 50% 99%;
}
.tokyobus .keyvisual{
	background-image: url(/ib/img/topics2/tokyobus/titleimg00.jpg);
	background-position: 50% -160px;
    background-attachment: fixed;
}
.okinawabus .keyvisual{
	background-image: url(/ib/img/topics2/okinawabus/titleimg00.jpg);
	background-position: 50% -306px;
    background-attachment: fixed;
}
.hiroshimabus .keyvisual{
	background-image: url(/ib/img/topics2/hiroshimabus/titleimg00.jpg);
	background-position: 50% -306px;
    background-attachment: fixed;
}
#bus .keyvisual .area-contents{
	height: 375px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
}
/*title*/
#bus .keyvisual h2{
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 140%;
	text-shadow: 0px 3px 3px #707070;
}
#bus .keyvisual h2 span{
	font-size: 60px;
	display: block;
}
/*search*/
#bus .keyvisual form{
	width: 100%;
}
#bus .keyvisual .box{
	margin-bottom: 10px;
}
#bus .keyvisual .area-search{
	color: #0066A6;
	width: 100%;
	background: rgba(237, 237, 237, 0.6);
	font-weight: bold;
}
#bus .keyvisual .area-search input[type="text"]{
	width: 200px;
}
#bus .keyvisual .area-search .btn{
	display: inline-block;
	background: #04BFA3;
	font-weight: bold;
}
#bus .keyvisual .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 .keyvisual .area-search .btn-browse a{
	display: block;
	text-decoration: none;
	color: #fff;
}
/*pagenavi*/
#bus .keyvisual .page-navi{
	width: 100%;
}
#bus .keyvisual .page-navi ul{
	display: flex;
	justify-content: space-between;
}
#bus .keyvisual .page-navi ul li{
	position: relative;
}
#bus .keyvisual .page-navi ul li a{
	display: block;
	color: #fff;
	width: 165px;
	background: #0083D5;
	text-align: center;
	font-size: 16px;
	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%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bus #recommend .anchor{
	padding-top: 70px;
	margin-top: -70px;
}
#bus #recommend .recommend-list ul{
	width: 49%;
	margin-bottom: 50px;
}
#bus #recommend .recommend-list ul li{
	margin-bottom: 5px;
	position: relative;
}
#bus #recommend .recommend-list ul img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
#bus #recommend h4{
	color: #0066A6;
	font-size: 20px;
	font-weight: bold;
	min-height: 50px;
    line-height: 1.2;
}
#bus #recommend .recommend-list ul .rec-destination{
	min-height: 44px;
}
#bus #recommend .recommend-list ul .rec-destination span{
	font-size: 12px;
	color: #fff;
	background: #BBD780;
	padding: 1px 2px;
	position: relative;
	margin-right: 10px;
	display: inline-block;
}
#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-price{
	color: #fff;
    background: #F3981C;
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px;
    display: inline-block;
	position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
	text-align: center;
	line-height: 1.5;
}
#bus #recommend .recommend-list ul .rec-price span{
	color: #fff;
    font-size: 25px;
    font-weight: bold;
    display: inline;
}
#bus #recommend .recommend-list ul .rec-point {
	margin-bottom: 10px;
}

#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: 20px;
}
.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 .recommend-plan{
	width: 100%;
	margin-bottom: 50px;
}
#bus #recommend .recommend-list .recommend-plan h4{
	min-height: 0;
}
#bus #recommend .recommend-list .recommend-plan .plan{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#bus #recommend .recommend-list .recommend-plan .plan img{
	width: 360px;
	height: 240px;
	margin-bottom: 15px;
}
#bus #recommend .recommend-list .recommend-plan .plan dl{
	margin-bottom: 10px;
}
#bus #recommend .recommend-list .recommend-plan .plan dl dt{
	display: inline-block;
	width: 470px;
	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: 160px;
	display: inline-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: 25px;
    font-weight: bold;
    display: inline;
}
/*************************
map
*************************/
#bus #map{
	margin-bottom: 20px;
}
.hokkaidobus #map h3{
	background-image: url(/ib/img/topics2/hokkaidobus/titleimg01.jpg);
}
.kyotobus #map h3{
	background-image: url(/ib/img/topics2/kyotobus/titleimg01.jpg);
}
.furanobus #map h3{
	background-image: url(/ib/img/topics2/furanobus/titleimg01.jpg);
}
.tokyobus #map h3{
	background-image: url(/ib/img/topics2/tokyobus/titleimg01.jpg);
}
.okinawabus #map h3{
	background-image: url(/ib/img/topics2/okinawabus/titleimg01.jpg);
}
.hiroshimabus #map h3{
	background-image: url(/ib/img/topics2/hiroshimabus/titleimg01.jpg);
}
#bus #map .map-img{
	position: relative
}
#bus #map .map-img li{
	position: absolute;
}
/*HokkaidoBus/FuranoBus�糸������臀�*/
.hokkaidobus #map .map-img .asahiyama,
.furanobus #map .map-img .asahiyama{
    top: -680px;
    left: 578px;
}
.hokkaidobus #map .map-img .bluepond,
.furanobus #map .map-img .bluepond{
	top: -617px;
    left: 765px;
}
.hokkaidobus #map .map-img .farm,
.furanobus #map .map-img .farm{
    top: -234px;
    left: 705px;
}
.hokkaidobus #map .map-img .shikotsu,
.furanobus #map .map-img .shikotsu{
	top: -133px;
    left: 373px;
}
.hokkaidobus #map .map-img .toya,
.furanobus #map .map-img .toya{
	top: -299px;
    left: 0px;
}
.hokkaidobus #map .map-img .hakodate,
.furanobus #map .map-img .hakodate{
    top: -109px;
    left: 64px;
}
.hokkaidobus #map .map-img .otaru,
.furanobus #map .map-img .otaru{
    top: -434px;
    left: 118px;
}
.hokkaidobus #map .map-img .sapporo{
	top: -549px;
    left: 215px;
}
.hokkaidobus #map .map-img .farm-tw{
	top: -453px;
	left: 823px;
}
.hokkaidobus #map .map-img .kushiro{
    top: -135px;
    left: 777px;
}
.hokkaidobus #map .map-img .akan{
	top: -197px;
    left: 620px;
}
/*KyotoBus�医�括�糸��*/
.kyotobus #map .map-img .inari{
	top: -109px;
    left: 788px;
}
.kyotobus #map .map-img .kinkaku{
	top: -604px;
    left: 84px;
}
.kyotobus #map .map-img .kiyomizu{
    top: -480px;
    left: 817px;
}
.kyotobus #map .map-img .arashiyama{
	top: -364px;
    left: 97px;
}
.kyotobus #map .map-img .sanjusangendo{
	top: -294px;
    left: 852px;
}
.kyotobus #map .map-img .unesco{
    top: -108px;
    left: 205px;
}
/*TokyoBus�医�括�糸��*/
.tokyobus #map .map-img .tower{
	top: -289px;
    left: 483px;
}
.tokyobus #map .map-img .haneda{
	top: -289px;
    left: 704px;
}
.tokyobus #map .map-img .asakusa{
	top: -732px;
    left: 718px;
}
.tokyobus #map .map-img .enoshima{
	top: -129px;
    left: 234px;
}
.tokyobus #map .map-img .koukyo{
	top: -732px;
    left: 532px;
}
.tokyobus #map .map-img .skytree{
	top: -603px;
    left: 847px;
}
.tokyobus #map .map-img .odaiba{
    top: -466px;
    left: 869px;
}
.tokyobus #map .map-img .fuji{
	top: -129px;
    left: 22px;
}
/*OkinawaBus�医�括�糸��*/
.okinawabus #map .map-img .churaumi{
    top: -650px;
    left: 186px;
}
.okinawabus #map .map-img .ishigaki{
    top: -585px;
    left: 690px;
}
.okinawabus #map .map-img .iriomote{
    top: -194px;
    left: 555px;
}
.okinawabus #map .map-img .kohama{
    top: -326px;
    left: 555px;
}
.okinawabus #map .map-img .taketomi{
    top: -453px;
    left: 555px;
}
.okinawabus #map .map-img .miyako{
    top: -470px;
    left: 850px;
}
.okinawabus #map .map-img .kouri{
	top: -801px;
    left: 238px;
}
.okinawabus #map .map-img .shuri{
    top: -449px;
    left: 153px;
}
.okinawabus #map .map-img .senaga{
    top: -220px;
    left: 153px;
}
.okinawabus #map .map-img .hateruma{
    top: -139px;
    left: 729px;
}
/*Hiroshima bus*/
.hiroshimabus #map .map-img .itsukushima{
    top: -114px;
    left: 90px;
}
.hiroshimabus #map .map-img .dome{
	top: -317px;
    left: 90px;
}
.hiroshimabus #map .map-img .museum{
    top: -449px;
    left: 190px;
}
.hiroshimabus #map .map-img .castle{
	top: -480px;
    left: 390px;
}
.hiroshimabus #map .map-img .shukkeien{
    top: -480px;
    left: 579px;
}
.hiroshimabus #map .map-img .kure{
    top: -108px;
    left: 713px;
}
/*************************
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;
    display: flex;
    border-bottom: dotted #aeaeae 1px;
}
#bus #spot .spot-list ul li{
	margin-bottom: 5px;
}
#bus #spot .spot-list ul img{
	width: 400px;
	margin-right: 10px;
}
#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{
	min-height: 210px;
}
*/
#bus #spot .spot-list ul li .seeall-button{
	height: 35px;
	width: 50%;
    margin: auto 0 0 auto;
}

/*************************
search
*************************/
#bus form{
	width: 1000px;
	margin: 0 auto 10px;
}
#bus .box{
	margin-bottom: 10px;
}
#bus .area-search{
	color: #fff;
	width: 100%;
	background: #0066A6;
	font-weight: bold;
}
#bus .area-search input[type="text"]{
	width: 200px;
}
#bus .area-search .btn{
	display: inline-block;
	background: #04BFA3;
	font-weight: bold;
}
#bus .area-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: 100px 0 0;
	padding-bottom: 100px;
}
.hokkaidobus #about,
.furanobus #about{
	background: #EEF5DF;
}
.kyotobus #about,
.tokyobus #about,
.hiroshimabus #about{
	background: #fff5d0;
}
.okinawabus #about{
	background: #dfeff5;
}
.hokkaidobus #about h3{
	background-image: url(/ib/img/topics2/hokkaidobus/titleimg02.jpg);
}
.kyotobus #about h3{
	background-image: url(/ib/img/topics2/kyotobus/titleimg02.jpg);
}
.furanobus #about h3{
	background-image: url(/ib/img/topics2/furanobus/titleimg02.jpg);
    background-position: 50% 155%;
}
.tokyobus #about h3{
	background-image: url(/ib/img/topics2/tokyobus/titleimg02.jpg);
}
.okinawabus #about h3{
	background-image: url(/ib/img/topics2/okinawabus/titleimg02.jpg);
}
.hiroshimabus #about h3{
	background-image: url(/ib/img/topics2/hiroshimabus/titleimg02.jpg);
}
#bus #about h4{
	color: #04BFA3;
	font-size: 20px;
	font-weight: bold;
}
#bus #about .abouttxt{
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
}
#bus #about .abouttxt .book-button{
	margin-top: 20px;
}
#bus #about .abouttxt .soon{
	background: #eee;
}

/*************************
category
*************************/
#bus #category{
	margin-bottom: 0;
	padding-bottom: 100px;
}
.hokkaidobus #category,
.furanobus #category{
	background: #EEF5DF;
}
.kyotobus #category,
.tokyobus #category{
	background: #fff5d0;
}
.okinawabus #category{
	background: #dfeff5;
}
#bus #category ul li{
	display: inline-block;
	border:1px solid #DBD8D8;
	border-radius: 30px;
	padding: 5px 20px;
	margin: 5px;
	background: #fff;
}
#bus #category ul li a{
	display: inline-block;
	font-size: 16px;
}
/*************************
FAQ
*************************/
#bus #faq{
	margin-bottom: 100px;
}
.hokkaidobus #faq h3{
	background-image: url(/ib/img/topics2/hokkaidobus/titleimg03.jpg);
}
.kyotobus #faq h3{
	background-image: url(/ib/img/topics2/kyotobus/titleimg03.jpg);
}
.furanobus #faq h3{
	background-image: url(/ib/img/topics2/furanobus/titleimg03.jpg);
}
.tokyobus #faq h3{
	background-image: url(/ib/img/topics2/tokyobus/titleimg03.jpg);
}
.okinawabus #faq h3{
	background-image: url(/ib/img/topics2/okinawabus/titleimg03.jpg);
}
.hiroshimabus #faq h3{
	background-image: url(/ib/img/topics2/hiroshimabus/titleimg03.jpg);
}
#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 3px 20px;
	position: relative;
}
#bus #related ul li p,
#bus .related ul li p{
	position: absolute;
	top:15%;
	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: 100px;
	padding-top: 30px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
#bus #related ul a:hover,
#bus .related ul a:hover{
	background: rgba(243, 152, 28, 0.77);
}
/*************************
toprelation
*************************/
#bus .toprelation{
	width: 1000px;
	margin: 0 auto 30px;
}
#bus .toprelation ul{
	width: 160px;
	height: 70px;
	display: inline-block;
	margin: 0 1.2px 5px;
	position: relative;
}
#bus .toprelation ul li img{
	width: 100%;
}
#bus .toprelation ul li p{
	position: absolute;
	top:40%;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 6px #222;
	line-height: 1;
}
#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>