<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;
}
#tour h3.ttl {
    padding: 15px 0;
    background: #eee;
    margin: 30px 0 15px;
    border-bottom: none;
    font-size: 18px;
    font-weight: bold;
}

article img{
	width:100%;
}
div#sidebar {float:left; width:28%;margin-right:8px;}
/*メイン*/
.mainImg{
	position:relative;
	margin-bottom: 30px;
}
.mainImg p{
    padding: 15px 0 0;
}
/*左カラム*/
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-between;
}
nav.pageLink ul li{
	text-align: center;
    padding: 5px 0;
    font-size: 1em;
    border-right: 1px solid #999;
    width: 100%;
}

nav.pageLink ul li:last-of-type{
	border-right:none;
}
nav.pageLink ul li a{
	text-decoration:none;
	color:#666666;
	padding: 10px 0;
    display: block;
	background:#fff;
}

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

/*ランキング*/
.ranking h2.ttl,.new 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;
}

.shop_info{
	display:flex;
}
.shop_img{
	flex:0 0 40%;
	padding-right:15px;
}
.shop_img img{
	width:100%;
}
.access{
	background:#eee;
	padding: 12px;
    font-size: 0.9em;
}
.access dl{
	display:flex;
	padding:3px;
	border-bottom:1px dotted #999;
}
.access dt {
    flex: 0 0 18%;
}
/**/
#tour h2,#tour h3{
    text-align:center;
}
.tourList{
	display:flex;
	flex-wrap:wrap;
}
.tourBox{
	flex:0 0 49%;
	border:1px solid #999;
	margin-right:12px;
	margin-bottom:12px;
}
.tourBox:nth-child(2n){
	margin-right:0;
}
.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: 5px 0 0 0;
}
.tourPrice dd{
	font-weight:bold;
	color:#c00;
	font-size:1.3em;
	margin:0 8px 0 3px;
}
.tourBtn{
	margin:8px auto;
	width:80%;
	text-align: center;
	color:#fff;
	background:#f90;
	padding:8px 0;
	border-radius: 50px;
}
.tourBtn a{
	color:#fff;
}
@media screen and (max-width: 767px) {

	#mainRight {
		max-width: 767px;
		width: 100%;
	}
	.shop_info {
		display: flow;
	}
	.tourBox:nth-child(2n) {
		margin-right: 14px;
	}
	.tourBox {
		flex: 0 0 46%;
	}
	.tourImg {
		height: 112px;
	}

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