﻿@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: 18px;
    padding: 8px 0;
    margin: 30px 0 15px 8px;
}
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;
}

/*メイン*/
.mainImg{
	position:relative;
}
#mainPhoto p{
/*	position:absolute;*/
	z-index: 100;
	top: 85%;
	padding: 0 8px 0;
}


/*メニュー*/
nav.pageLink{
	margin:10px 0;
}
.pageLink ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: #999 1px solid;
    border-top: #999 1px solid;
}
nav.pageLink ul li{
	text-align: center;
    padding: 5px 0;
    font-size: 1em;
    border-right: 1px dotted #999;
    width: 100%;
}
nav.pageLink ul li a {
    padding: 10px 0;
    margin: 3px;
    color: #5f5f5f!important;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    font-size: 0.8rem;
    font-weight: bold;
}
nav.pageLink ul li:last-of-type{
	border-right:none;
}
nav.pageLink ul li a::before {
	content:"";
	position:absolute;
    left: 50%;
    top: 90%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #5f5f5f;
}
/*tourpoint*/
.tour_point {
    padding: 8px;
    background: #eee;
    margin: 12px 0;
}
.tour_point h2 {
    text-align: center;
}
.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: '・';
}
/*ランキング*/
/*ランキング*/
.tour-ranking h2.ttl{
	font-size:1.2em!important;
	font-weight:bold!important;
	padding: 5px 0px 5px 36px;
	background:url(/img/topics/busTop/iconTtlParRank.png) no-repeat;
}

/*新着ツアー*/
.new h2.ttl{
	font-size:1.2em!important;
	font-weight:bold!important;
	padding: 8px 0px 8px 40px;
	background:url(/img/topics/busTop/iconTtlParNew.png) no-repeat;	
}

.tour-ranking{
	clear:both;
}

.tour-ranking .label {
    padding:3px;
    font-size: 0.85em!important;
    background: #666;
    color: #fff;
    display: inline-block;
}
.tour-ranking .list .ttl{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
    margin-top: 3px;
}
.tour-ranking .badge{
	width:40%;
	padding:0;
}
.tour-ranking .item{
	border-bottom: 1px #999 solid;
    margin-bottom: 8px;
    padding: 8px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.tour-ranking .thumbnail{
	margin: 0 7px 5px 0;
	width: 30%;
    display: table-cell;
    vertical-align: top;
    height: 80px;
    background-position: center;
    background-size: cover;
}

.tour-ranking .right-box {
    position: relative;
    width: 68%;
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}
.tour-ranking .fee {
    position: absolute;
    top: 60px;
    right: 0;
    font-size: 1.248rem;
    color: #F3981C;
    font-weight: bold;
}
.tour-ranking .jpy {
    font-size: 1rem;
    font-weight: normal;
}
.allPlan{
	width:80%;
	margin:15px auto;
}

.allPlan a{
	display:block;
	background:#f90;
	color:#fff;
	text-align: center;
	padding:12px 0;
}

/*検索部分*/
.searchWrap{
	padding:0 8px;
}
.calConts{
	margin:0 0 8px;
	border: #5f5f5f 2px solid;
}
.ttlMonth{
	text-align:center;
	padding:5px 0;
	background:#5f5f5f;
	color:#fff;
	font-weight:bold;
}

.calConts table{
	width:96%;
	vertical-align:middle;
	margin: 5px auto;
}
.calConts table .sunday{
	background-color:#dec5e3;
}
.calConts table .thursday{
	background-color:#cdedfd;
}

.calConts table th,.calConts table td{
	padding:3px 0;
	border: 1px solid #999;
}

.calConts table td a{
	text-decoration: underline !important;
}
.calConts table td.tourDay{
	background:#f7c1c1;
}

.calConts .calendarTxt{
	margin: 5px;
	text-align: center;
}
.calConts table td.tourDay {

    background:#f7c1c1;
}	
.square {
	display: inline-block;
	width: 20px;
	height: 10px;
	background: #f7c1c1;
}

.searchKeyword{
	border:#5f5f5f  2px solid;
	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;
	line-height: 2.0;
}
/*上部アンカーリンク*/
section#selectMenu ul{
	display: -webkit-flex;
 	display: flex;
/*	border-bottom:#d6b6e8 8px solid;
	border-top:#d6b6e8 8px solid;*/
	border-bottom:#999 1px solid;
	border-top:#999 1px solid;

}
section#selectMenu ul li{
	-webkit-flex:1 1 100px;
    flex:1 1 100px;
	text-align:center;
	line-height:1.3em;
	border-right:#999 1px dotted;
}
section#selectMenu ul li a{
	padding:10px 0;
	margin:3px;
	color:#5f5f5f!important;
	text-decoration:none;
	position: relative;
	vertical-align: middle;
	font-size: 0.8rem;
	font-weight:bold;
}
section#selectMenu ul li:last-child{
	border-right:none;
}
section#selectMenu ul li a::before,
section#selectMenu ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
section#selectMenu ul li a::before{
	left: 50%;
	top:80%;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-top: 4px solid #5f5f5f;
}
/*日付キーワードからツアーを探す*/
.searchBoxW{
	border: 1px solid #5f5f5f;
}

.searchBoxW h5{
	color:#fff!important;
	background-color:#5f5f5f!important;
	text-align:center;
	line-height:30px;
}
.searchBoxF dl,.searchBoxF dd{
	margin:0;
	padding:0;
}
.searchBoxF{
	padding:8px;
}
.searchBoxW select {
    border: 1px solid #999;
    padding:0 8px;
}
.searchBoxFsp .searchDetail dl{
	float:none!important;
	width:100%;
	clear:both;
	margin-bottom:3px;
}
.searchBoxFsp .searchDetail dl dt{
	margin-bottom:3px;
}
.searchBoxFsp input[type="image"]{
	width:100%!important;
	height:auto!important;
}
.searchBoxW2 .searchBoxFsp input[type="image"]{
	width:100%!important;
	height:auto!important;
}
.searchBoxF .searchDetail dl dt{
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.2em;
	color:#CC4466;
}
.searchBoxF .searchDetail dd.searchDate{
	float:left!important;
	margin-right:3px;
}
.searchBoxF .searchDetail dd.searchDate select{
	padding:3px;
	margin-right:3px;
}
.searchBoxF p.searchBtn{
	float:none!important;
	clear:both;
	width:250px;
	height:30px;
	margin:0 auto;
}
.searchBoxW2 .searchBoxF p.searchBtn{
	float:left!important;
	width:100px;
	height:26px;
	margin:5px 0 0 10px;
}
.searchBoxW2 h6{
	border-bottom:1px #CCCCCC dotted;
}
.searchBoxW h6{
	border-bottom:1px #CCCCCC dotted;
}
article .searchKeyword{
	clear:both;
	margin-top:10px;
}
article .searchKeyword ul li{
	display:inline-block;
	*display: inline;  
    *zoom: 1;  
	margin:3px 5px;
	font-size:14px;
	padding-left:15px;
	background:url(../../img/category/hatobus/iconKeyword.png) no-repeat left;
}
article .searchKeyword ul li a{
	text-decoration:underline;
}
.searchBoxW input[type="text"] {
    padding: 5px!important;
    margin: 5px auto!important;
	height:30px!important;
	border:1px #CCCCCC solid;
}
/*明日あさって*/
.nearDate{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	margin-bottom:8px;
}
.nearDate li{
	border-right:1px solid #666;
	text-align:center;
	-webkit-flex-grow:1; /* Safari */
  flex-grow: 1;
}
.nearDate li:last-child{
	border-right:none;
}
.nearDate li a{
	margin-right:8px;
	text-decoration:underline;
	font-size:1.1em;
}
/*下部アンカーリンク*/
.pageNav ul{
	display:flex;
	justify-content: center;
	margin:8px 0;
}
.pageNav ul li{
	border-right:1px solid #666;
	text-align:center;
	padding:8px 5px;
	font-size:0.9em;
}
.pageNav ul li a{
	text-decoration:underline;
}
.pageNav ul li:last-child{
	border-right:none;
}
.pageNav ul li i{
	margin-left:3px;}
/**/
#tour h2,#spot h2,#QandA h2,#thema h2,#meetingPlace 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{
	padding:0 8px;
}
.tourBox{
	border:1px solid #999;
	margin-bottom:12px;
}

.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: 4px 5px 0 0;
}
.tourPrice .sales-price{
	font-weight:bold;
	color:#c00;
	font-size:1.3em;
	margin:0 8px 0 3px;
}
.tourPrice .line {
    text-decoration: line-through;
    font-weight: bold;
    margin: 0 4px;
}
.tourBtn,.tour_link a{
	margin:8px auto;
	width:80%;
	text-align: center;
	color:#fff;
	background:#f90;
	padding:8px 0;
	border-radius: 50px;
}
.kyoto_bus_spring .tourBtn{
	background:#EF6081!important;
}
.tourBtn a{
	color:#fff;
}
.tour_link a {
    background: #fff;
    color: #f90;
    border: 2px solid #f90;
}
/*テーマから選ぶ*/
.thema{
	display:flex;
	flex-wrap:wrap;
}
.thema div{
	flex: 0 0 48.6%;
    border: #999 1px solid;
    margin: 8px 8px 0 0;
}
.thema div:nth-child(2n){
	margin-right:0;
}
.themaImg {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.themaImg  span{
	position: absolute;
	background: #666;
	color: #fff;
	padding: 2px 5px;
	bottom: 0%;
	left: 0%;
	width: 100%;
    opacity: 0.9;
}
/*見どころマップ*/
#kyotoMap,#spot {
	margin:0px auto;
	background:#FFF;
	width:100%;
	padding-bottom:10px;
}
#kyotoMap ul,#spot ul{
	background:url(/img/pref_category/kyoto_bus/mapBack.gif);
	background-size:100% auto;
	height:340px;
	margin:10px auto;
	position:relative;
}

#kyotoMap ul li a,#spot ul li a{
	position: absolute;
	display: block;
}
#spot ul li img{
	width: 52px;
	height: auto;
}
#kyotoMap ul li.otherPlace a,#spot ul li.otherPlace a{	height: 21px!important;}
#kyotoMap ul li a:hover img,#spot ul li a:hover img{
	opacity: 0.5;
  filter: alpha(opaFcity=50);
  -ms-filter: "alpha(opacity=50)";
}
.mapKinnkakuji a{	top: 2px;	left: 73px;}
.mapRyouannji a{	top: 60px;	left: 33px;}
.mapArashiyama a{	top: 149px;	left: 6px;}
.mapTouji a{	top: 257px;	left: 69px;}
.mapFushimiinari a{	top: 283px;	left: 257px;}
.mapKiyomizudera a{	top: 194px;	left: 289px;}
.mapKoudaiji a{	top: 138px;	left: 258px;}
.mapGinnkakuji a{
	top: 56px;
	left: 286px;
}
.mapKifune a{
	top: 3px;
	left: 285px;
}
.mapKyotogosyo a{	top: 55px;	left: 198px;}
.mapNijoujou a{	top: 65px;	left: 115px;}

/*見所*/
.spot{
	display:flex;
	flex-wrap:wrap;
	padding: 0 8px;
}
.spot dl{
	flex: 0 0 48.6%;
    padding: 8px;
    border: #999 1px solid;
    margin: 8px 8px 0 0;
}
.spot dl:nth-child(2n){
	margin-right:0;
}
.spot dl dt {
    text-align: center;
    font-weight: bold;
    color: #5f5f5f;
    font-size:1.1em;
}

.spot dl .spotImg {
    position: relative;
    min-height: 120px;
    overflow: hidden;
}
.spotImg img {
    min-height: 120px;
}
.spot dl .spotImg  span{
	position: absolute;
	background:#666;
	color:#fff;
	padding:2px 5px;
	top:5%;
	left:3%;
	font-size: 0.9em
}
.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;
}
/*バナー*/
.bnrArea {
    margin: 5px auto;
    width: 95%;
}
.bnrArea p{
	margin-bottom:8px;
}
.tourBtn button {
    -webkit-appearance: none;
    background: #f90;
    border: none;
    color: #fff;
}
/*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; 
}
/*集合場所*/
.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;
}
p.map_ttl {
	width: 100%;
	background-color: #5f5f5f;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	margin: 0 ;
}

/*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;
}
/*お知らせ*/
.notice {
    margin: 15px 0;
    padding: 8px;
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
}
.notice p {
    font-weight: bolder;
    color: #c00;
}