<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.ttl{
	border-bottom:none!important;
	font-weight:bold!important;
	font-size: 20px;
    padding: 8px 0;
    margin: 30px 0 15px;
}
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;
}
.ttl{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2.style_h2{
	text-align: center;
	font-size:25px;
	margin:30px 0 15px;
}

article{
	max-width:1024px;
	margin:0 auto;
	overflow: hidden;
}

div#sidebar {float:left; width:28%;margin-right:8px;}
#mainRight{width:70%;float:right;}
/*メイン*/
.mainImg{
	position:relative;
	margin-bottom: 20px;
}
.kyoto_bus_spring .mainImg,.kyoto_bus_winter .mainImg{
	height: 600px;
}
.mainImg p{
/*	position:absolute;*/
	z-index: 100;
	top: 85%;
	padding: 0 8px 0;
}
.kyoto_bus_winter .mainImg p{
	margin-top: 0px;
}
.mainImg p span{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
/*左カラム*/
div#sidebar .mypage p.loginBn a{
	background:#666;
	width:100%;
	padding:10px 0;
	display:block;
	text-align:center;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	border-radius:5px;
}
div#sidebar .mypage p.loginBn a:hover{
	background:#999;
}
div#sidebar .mypage p.loginBn a .fa-user{
	font-size:1.2em;margin-right:5px;
}
div#sidebar .mypage p.loginBn a .fa-chevron-circle-right{
	margin-left:5px;
}
div#sidebar .support{
	margin-top:8px;
	background-image: -moz-linear-gradient(45deg,#eee 25%,transparent 25%,transparent 50%,#eee 50%,#eee 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,#eee 25%,transparent 25%,transparent 50%,#eee 50%,#eee 75%,transparent 75%,transparent);
	background-size: 4px 4px;
	padding:5px;
	border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
	font-size: 0.9em;
}

div#sidebar .support dl dt,
div#sidebar .support dl dd.telNumber,
div#sidebar .support dl dd.telComment{
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}
div#sidebar .support dl dd.telNumber{
	font-size:1.7em;
	color:#FF9900;	
}
div#sidebar .support dl dd.buisinessHour{
	font-size:0.9em;
	line-height:1.2em;
	margin-bottom:5px;
}
div#sidebar .support dl dd.telComment{
	color:#000;
	line-height:1.2em;
}
div#sidebar .support dl dd.inquiryBtn a{
	background:#FFF;
	border:#f90 1px solid;
	color:#f90;
	margin:5px auto;
	text-align:center;
	display:block;
	padding:5px 0;
	font-weight: bold;
}
div#sidebar .support dl dd.inquiryBtn a i{
	margin-right:5px;
}
div#sidebar .support dl dd.inquiryBtn a:hover{
	background:#f90;
	color:#fff;
}

/*メニュー*/
nav.pageLink{
	margin:10px 0;
}
.pageLink ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
nav.pageLink ul li{
	text-align: center;
    margin: 5px 0;
    border-bottom: 1px solid #999;
    flex: 0 0 30%;
}

nav.pageLink ul li:last-of-type{
	border-right:none;
}
nav.pageLink ul li a{
	color: #666666;
    display: block;
}

nav.pageLink ul li i{
	margin-left:5px;
}

/*ランキング*/
.ranking h2.ttl,.new h2.ttl,.QandA h2.ttl{
	font-size:1.2em!important;
	font-weight:bold!important;
	padding: 5px 0px 5px 35px;
	margin-bottom: 10px;
}
.ranking h2.ttl{
	background:url(../../img/topics/busTop/iconTtlParRank.png) no-repeat;
    background-size: 25px auto;
}

.ranking .ranking-review{
	display:none;
}
.rankBox{
	display:flex;
	padding: 8px 0;
    border-bottom: 1px dotted #999;
}
.ranking-img {
    position: relative;
    width: 32%;
    margin-right: 8px;
}
.ranking-txt{
	margin:0;
}
.rankBox .price{
	border:none;
}
.rankBox .price span{
	font-size:110%;
}
.rankBox img{
	width:100%;
	height:auto;
}
.rankBox .sttl.ttl-detail03 {
    font-size: 100%;
}
.rankBox .ranking-mark {
    background-size: 30px auto;
    font-size: 100%;
    padding: 8px 0 0 0;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
}
.rankBox .ranking-mark.rank01,.rankBox .ranking-mark.rank02,.rankBox .ranking-mark.rank03 {
    width: 30px;
    height: 30px;
}
/*新着ツアー*/
.new{
	margin:40px 0;
}
.new h2.ttl{
	background:url(../../img/topics/busTop/iconTtlParNew.png) no-repeat;
	background-size: 25px auto;
}

.allPlan{
	width:80%;
	margin:15px auto;
}

.allPlan a{
	display:block;
	background:#f90;
	color:#fff;
	text-align: center;
	padding:12px 0;
}

.bn_area{
	width: 558px;
    margin: 10px auto;
}
.tour_link {
    width: 80%;
    margin: 15px auto;
}
.tour_link a{
    width: 80%;
    text-align: center;
    padding: 8px 0;
    border-radius: 50px;
    background: #fff;
    color: #f90;
    border: 2px solid #f90;
    display: block;
}
/*検索部分*/
.calConts{
	width:48.4%;
	float:left;
	margin:0 5px 8px 0;
	border: #5f5f5f 2px solid;
	background: #FFF;
	box-shadow: 0px 2px 5px 0px rgba(56, 56, 56, 0.3);
}
p.ttlMonth{
	text-align:center;
	padding:8px 0;
	width:100%;
	background:#333;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.calConts:nth-child(odd){
	margin-right:8px;
}
.calConts table{
	width:96%;
	vertical-align:middle;
	margin: 5px auto;
	height:auto;
}
.calConts table .sunday{
	background-color:#dec5e3;
}
.calConts table .thursday{
	background-color:#cdedfd;
}

.calConts table th,.calConts table td{
	padding:3px 0;
}
.calConts table td{
	position:relative;
	border: 1px solid #000!important;
	background-clip: padding-box !important;
	text-align:center!important;
}
.calConts table td a{
	text-decoration: underline !important;
}
.calConts table td.tourDay{
	background:#f7c1c1;
}
.calConts table td.tourDay a{
	text-decoration:underline!important;
}
.calConts table td span{
	position:absolute;
	top:0;
	left:16%;
}
.calConts table td span img{
	width:25px;
	height:25px;
}
.calConts .calendarTxt{
	margin: 5px;
}	
.square {
	display: inline-block;
	width: 20px;
	height: 10px;
	background: #f7c1c1;
}

.searchKeyword{
	width:48%;
	float:right;
	border:#333  3px solid;
	background:#FFF;
	/*height:213px;*/
	box-shadow: 0px 2px 5px 0px rgba(56, 56, 56, 0.3);
	position:relative;
	
}
.searchKeyword p{
	margin-bottom:5px;
}

.searchKeyword ul li{
	display:inline-block;
	*display: inline;  
    *zoom: 1;  
	margin:5px 5px;
	font-size:14px;
	padding-left:15px;
	background:url(../../img/category/hatobus/iconKeyword.png) no-repeat left;
}
.searchKeyword ul li a{
	text-decoration:underline;
}
.more a{
	font-size:16px!important;
	font-weight:bold;
}
.searchKeyword .moreInfo{
	width:90%;
	border-top: 1px solid #898989;
	text-align:center;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.4;
	line-height: 2.0;
	/*position:absolute;*/
	bottom:0;
	left:5%;
}
.full_content .searchWrap{
	padding:5px;
	/*margin:8px auto;*/
}
/*京都定期観光検索箇所*/
/*検索部分*/
#searchPlan .searchDate{
	float:left;
	width:58%;
	border:#333333 3px solid;
	font-size:13px;
}
#searchPlan .searchDate .searchDateTtl{
	background:#333333;
	text-align:center;
	padding:8px 0;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}
#searchPlan .searchDate ul{
	border-bottom:1px solid #CCC;
	padding: 12px 0;
	display: flex;
    justify-content: space-around;
}
#searchPlan .searchDate ul li{
	text-align:center;
	border-bottom: 1px solid #ccc;
}

#searchPlan .searchDate ul li a{
	text-decoration:underline;
}
#searchPlan .chooseDate{
	padding: 12px 15px 15px;
}
#searchPlan .chooseDate p{
	font-weight:bold;
	margin-bottom:8px;
}
.chooseDate .input_date{
	float:left;
	margin-bottom: 5px;
}
#searchPlan .chooseDate input{
	border:1px solid #eee;
}
#searchPlan .chooseDate img{
	vertical-align:middle;
	width: 25px;
    height: 25px;
	cursor:pointer;
}
#searchPlan .chooseDate button{
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
    background: #f90;
    border: none;
    color: #fff;
    margin-left: 15px;
    border-radius: 50px;
}
#searchPlan .searchCondition{
	float:right;
	width:41%;
}
#searchPlan .searchCondition div{
	border:#333333 3px solid;
	position:relative;
	text-align:center;
	font-weight:bold;
}
.searchCondition div span{
	position:absolute;
	bottom:-25px;
	left:57px;
}

.searchCondition .linkRecommend,.searchCondition .linkPlace{
	width:49%;
	height:110px;
	float:left;
	margin-bottom:25px;
}
.searchCondition .linkRecommend a{
	display:block;
	height:100px;
	background:#FFF;
/*	background:url(../../img/category/2009churaumi/iconRecommend.png) no-repeat;*/
	background-position:50% 5%;
}

.searchCondition .linkRecommend p,.searchCondition .linkPlace p{
	padding-top:30px;
}
.searchCondition .linkRecommend{
	margin-right:5px;
	
}
.searchCondition .linkPlace{
/*	background:url(../../img/category/2009churaumi/iconPlace.png) no-repeat;*/
	background-position:50% 5%;
}
.searchCondition .linkQA{
	clear: both;
    margin-top: 20px;
  /*  background: url(../../img/category/2009churaumi/iconQA.png) no-repeat;*/
    background-position: 10% 50%;
    padding: 8px 0 20px;
}
.searchCondition .linkQA p{
	padding-top:10px;
}
.searchCondition .linkQA span{
	left:45%;
}

/**/
#tour h2,#thema h2,#spot h2,#QandA h2 {
    background: url(../../img/topics/busTop/iconTtlParBus.png) no-repeat;
    padding-left: 40px;
}
#tour h2.taxi{
	background: url(../../img/topics/busTop/iconTaxi.png) no-repeat;
}
#tour h2.ship{
	background: url(../../img/topics/busTop/iconTtlShip.png) no-repeat;
	background-size: 35px;
}
.tourList{
	display:flex;
	flex-wrap:wrap;
}
.tourBox{
	/*flex:0 0 95%;*/
	border:1px solid #999;
	margin:0 auto;
	margin-bottom:12px;
	width:95%;
}

.tourBox:hover{
	opacity: 0.8;
}
.tourImg{
	position:relative;
	overflow:hidden;
	height:200px;
}
.tourImg img{
	object-fit:cover;
	width:100%;
}
.tourDetail{
	padding:8px;
}
.tourBox p {
    margin: 8px 0;
    line-height: 1.4em;
}
.tourBox ul{
	display:flex;
	flex-wrap:wrap;
}
.tourBox ul li{
	background:#666;
	color:#fff;
	padding:3px 5px;
	margin: 5px 5px 0 0;
	font-size:0.85em;
}
.tourBox ul li:before{
	content:"#";
	margin-right:3px;
}
.tourBox dl{
	display:flex;
	flex-wrap:wrap;
	margin-top: 8px;
}
.tourPrice dt {
    margin: 0 8px 0 0;
}

.tourPrice .sales-price{
	font-weight:bold;
	color:#E0124A;
	font-size:1.3em;
	margin:0 8px 0 3px;
}
.tourPrice .line{
	text-decoration: line-through;
    font-weight: bold;
    margin: 0 5px;
}
.kyoto_bus_spring .busKyoto .tourPrice dd {
    color:#EF6081!important;
}
.tourBtn{
	margin:8px auto;
	width:80%;
	text-align: center;
	color:#fff;
	background:#f90;
	padding:8px 0;
	border-radius: 50px;
}
.tourBtn a{
	color:#fff;
}
.kyoto_bus_spring .tourBtn{
	background:#EF6081!important;
}
/*見どころマップ*/

#spot ul{
	background:url(../../img/pref_category/kyoto_bus/mapBack.gif);
	width:526px;
	height:526px;
	margin:0px auto;
	padding:0px auto;
	position:relative;
}

#spot ul li a{
	position: absolute;
	display: block;
	height: 82px;
}

#spot ul li.otherPlace a{
	height: 21px!important;
}
#spot ul li a:hover img{
	opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
#spot ul li.mapKinnkakuji a{
	top: 13px;
	left: 115px;
}
#spot ul li.mapRyouannji a{
	top: 94px;
	left: 23px;
}
#spot ul li.mapArashiyama a{
	top: 260px;
	left: 2px;
}
#spot ul li.mapTouji a{
	top: 432px;
	left: 149px;
}
#spot ul li.mapFushimiinari a{
	top: 445px;
	left: 425px;
}
#spot ul li.mapKiyomizudera a{
	top: 330px;
	left: 445px;
}
#spot ul li.mapKoudaiji a{
	top: 244px;
	left: 435px;
}
#spot ul li.mapKifune a{
	top: 2px;
	left: 443px;
}

#spot ul li.mapGinnkakuji a{
	top: 91px;
	left: 444px;
}
#spot ul li.mapKyotogosyo a{
	top: 87px;
	left: 320px;
}
#spot ul li.mapNijoujou a{
	top: 102px;
	left: 192px;
}

/*見所*/
.spot{
	display:flex;
	flex-wrap:wrap;
}
.spot dl{
	/*flex: 0 0 47.5%;*/
    padding: 8px;
    border: #999 1px solid;
    margin: 8px 4px 0 4px;
	width:calc(100%/2 - 8px);
}
.spot dl dt {
    text-align: center;
    font-weight: bold;
    color: #5f5f5f;
    font-size:1.1em;
}

.spot dl .spotImg {
    position: relative;
    height: 130px;
    overflow: hidden;
}
.spotImg img {
    min-height: 130px;
}
.spot dl .spotImg  span{
	position: absolute;
	background:#666;
	color:#fff;
	padding:2px 5px;
	top:5%;
	left:3%;
}
.spot .spot_txt {
    margin: 5px 0;
}
.spot dl .period {
    text-align: center;
    padding: 3px;
    background: #999;
    color: #FFFFFF;
    margin: 5px 0;
    font-size: 0.9em;
}
/*テーマから選ぶ*/
.thema{
	display:flex;
	flex-wrap:wrap;
}
.thema div{
	flex: 0 0 32.5%;
    border: #999 1px solid;
    margin: 8px 8px 0 0;
}
.thema div:nth-child(3n){
	margin-right:0;
}
.themaImg {
    position: relative;
    height: 130px;
    overflow: hidden;
}

.themaImg  span{
	position: absolute;
	background: #666;
	color: #fff;
	padding: 2px 5px;
	top: 80%;
	left: 0%;
	width: 100%;
    opacity: 0.9;
}
}
/*QA*/
#QandA dl{
	font-size:13px;
	line-height:1.5em;
	padding:10px 0;
}
#QandA dt{
	margin-bottom:5px;
	padding-bottom:5px;
}
#QandA dd{
	margin-bottom:10px;
	border-bottom:#999999 1px dotted;
	padding-bottom:5px;
}
#QandA dt:before,#QandA dd:before{
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#FFFFFF;
	padding:3px 8px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
#QandA dt:before{
	content:"Q";
	background:#666;
}
#QandA dd:before{
	content:"A";
	background:#6D0484; 
}
/*すべてのプランを見る*/
.planListBtn{
	width:80%;
	margin:15px auto;
}
.planListBtn a{
	background: #f90;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 8px 5px;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	border: #f90 2px solid;
	width: 80%;
	margin: 0 auto;
}
.planListBtn a:hover{
	background:#fff;
	border:#f90 2px solid;
	color:#f90;
}
/*集合場所*/
.meetingSpot{
	width: 95%;
	margin: 0 auto;
}
.meetingSpot h3{
	width: 100%;
	background-color: #5f5f5f;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}
.meetingSpot img{
	border:1px solid #5f5f5f;
	width: 100%;
	margin: 0px auto;
}
.meetingSpot p{
	width: 100%;
	margin: 0 auto 10px;
}
/*tourpoint*/
.tour_point {
    padding: 8px;
    background: #eee;
    margin: 12px 0;
}
.tour_point h2 {
    text-align: center;
    background: none!important;
}
.tour_point span{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.tour_point li {
    font-size: 0.9em;
    margin-top: 5px;
}
.tour_point li:before {
    content: '・';
}

/*taxi*/
.taxi_list li{
	margin: 0 5px 15px;
	border: 1px solid #999;
}
.taxi_list a{
	display: flex;
	color: #000;
    align-items: center;
    position: relative;
}
.taxi_img {
    flex: 0 0 30%;
    margin-right: 8px;
    overflow: hidden;
}
.taxi_img img{
	width: 100%;
	vertical-align: bottom;
}
.tour_text {
    padding: 8px 15px 8px 0;
}
.taxi_list a:after {
    position: absolute;
    content: '\f054';
    font-family: "fontAwesome";
    right: 5px;
}
.searchWrap{
	width:100%;
}
.calConts{
	width:100%;
	float:none;
}

@media (min-width: 788px) {
.searchWrap{
	width:48%;
	float:left;
}
.calConts{
	width:48%;
	float:right;
}
.searchPlan{
	display:flex;
	justify-content: space-between;
}
.tourBox{
	/*flex:0 0 48.5%;*/
	border:1px solid #999;
	margin:0 5px;
	margin-bottom:12px;
	width:calc(100%/3 - 10px);
}
.spot dl{
	/*flex: 0 0 32.5%;*/
    margin:0 5px;
	margin-bottom:12px;
	width:calc(100%/4 - 10px);
}

}
.bn_area {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}
.bn_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bn_area ul li {
    width: calc(100%/2 - 5px);
    margin-bottom: 5px;
}
.bn_area li img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}
@media screen and (max-width: 767px){
	.bn_area li img {
    	width: 100%;
    	height: auto;
    	object-fit: cover;
	}
	.bn_area ul li {
		width: 90%;
		margin: 0 auto 5px;
	}
	a, a:link, a:visited {
		color: #666;
	}
}</pre></body></html>