<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{
	border-bottom:none!important;
	font-weight:bold!important;
}
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:18px;
	margin:30px 0 15px;
}
.goList{
	border: #666 1px solid;
    text-align: center;
    background-size: 18px 18px;
    border-radius: 50px;
    padding: 8px 0;
    width: 90%;
    margin: 8px auto;
}
#searchPlan {
    padding: 10px;
}
#searchPlan .searchDate{
	float: none;
    width: 100%;
}
.chooseDate .input_date{
	float: none;
}
#searchPlan .chooseDate button{
	margin: 15px auto;
	padding: 10px 20px;
    width: 80%;
    display: block;
}
#searchPlan .chooseDate{
	padding: 12px 15px;
}
#searchPlan .searchCondition {
    float: none;
    width: 100%;
    margin-top: 10px;
}
.searchCondition div span {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    display: block;
}
.searchCondition .linkQA span{
	left: 0;
}
.searchCondition div span img{
	margin: auto;
}
/*introduction*/
.introTitle {
    margin: 8px 8px 0 8px;
}
.introInner{
	display:flex;
	padding: 8px;
}
.introText{
	flex:0 0 65%;
	font-size: 0.8em;
    line-height: 1.2em;
}
.introImg img {
    width: 100%;
    height: auto;
}
/*検索部分*/
#searchTour{
	width:98%;
	margin:8px auto;
	border:1px solid #666;
}
#searchTour h3{
	text-align: center;
	padding:8px 0;
	background:#666;
	color:#fff;
}
#searchTour ul {
    display: -webkit-flex;
    display: flex;
    padding: 5px 0;
}
#searchTour li {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: center;
    padding: 12px 0;
}
#searchTour li:first-child {
    border-right: 1px dotted #999;
}
#searchTour p {
    float: none!important;
    margin-left: 15px;
    font-weight: bold;
}
.selectDateInner {
    padding: 0 12px 12px 12px;
}
#selectDateBox form button.searchDateBtn {
    padding: 5px 20px;
    background: #f90;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 5px;
    display: inline-block;
    margin-top: 5px;
}


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

.ranking .ranking-review{
	display:none;
}
.rankBox{
	display:flex;
	padding: 8px;
    border-bottom: 1px dotted #999;
}
.ranking-img {
    position: relative;
    flex: 0 0 100px;
    margin-right: 8px;
}
.ranking-txt{
	margin:0;
}
.rankBox .price span{
	font-size:110%;
}

.rankBox img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.rankBox .price{
	color:#c00;
	font-weight:bold;
	font-size:110%;
}
.ranking-mark{
	padding: 3px;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    position: absolute;
    background: #666;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
/*新着ツアー*/
.new{
	margin-top:40px;
}
.new h2.ttl{
	background:url(../../img/topics/busTop/iconTtlParNew.png) no-repeat left center;
	background-size: 25px auto;
}
.tour-ranking .right-box{
	padding-left: 8px;
}
.tour-ranking .thumbnail{
	width:150px;
}
.allPlan{
	width:80%;
	margin:15px auto;
}

.allPlan a{
	display:block;
	background:#f90;
	color:#fff;
	text-align: center;
	padding:12px 0;
}
.infomation{
	margin:30px 0;
}
.infomation h2{
	padding: 0.5em;
  	color: #494949;
  	background: #eee;
  	border-left: solid 5px #0099ff;
  	font-size:130%;
  	margin-bottom: 15px;
}

/*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:#0099FF; 
}

/*アクセス方法*/
#accessInfo&gt;div{
    border-bottom: #5f5f5f 1px solid;
	margin:10px auto;
	padding:10px;
	overflow:hidden;
}
#accessInfo h3{
	font-size:120%;
	font-weight:bold;
	color: #666666;
	padding:0 0 5px 0!important;
}

#accessInfo .accessText{
	line-height:1.8em;
}
#accessInfo div .accessText span{
	color:#F00;
}
#accessInfo div .accessTable{
	float:left;
	width:65%;
	font-size:13px;
	line-height:1.8em;
	border: 1px solid #999;
}
.accessTable th,.accessTable td{
	border: 1px solid #999;
    padding: 3px;
}
#accessInfo div .accessMap{
	float:right;
}

/*ツアーbox*/
.notice {
    margin: 8px 0;
    padding: 8px;
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
    font-size:0.9em;
}
.notice p {
    font-weight: bold;
    color: #c00;
}
.select_season ul {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
}
.select_season li {
    width: 100%;
    text-align: center;
}
.select_season a {
    display: block;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    color: #000;
}
.select_season li:first-child a {
    background: #eee;
    margin-right: 15px;
}
.select_season li:last-child a {
    background: #f9d3e4;
}
.select_season li i{
	margin-left:8px;
}
#planList h2,.hikakutit{
	background:#fff!important;
	color:#86B72B!important;
	font-weight:bold;
	border:none!important;
	margin:30px auto 15px;
	text-align: center;
	font-size: 1.5em !important;
}
#planList h3{
	background: #eee;
    padding: 8px 15px;
    margin-bottom: 15px;
    font-size: 1.2em;
}
#planList h3#plan_spring{
	background:#f9d3e4;
}
#planList h2 span{
	font-weight:bold;
}
#planList h2 i{
	margin-right:8px;
}
.planBox{
	position: relative;
	margin: 0px auto 20px;
	border:#eee 1px solid;
	border-top:#A1D446 8px solid;
	box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
    -moz-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
    -webkit-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
    -o-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
    -ms-box-shadow: 0px 2px 6px rgba(80,80,80,0.5);
	    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    margin: 20px 10px;
}
.special-plan {
    position: absolute;
    background: #c00;
    color: #fff;
    z-index: 5;
    top: 10px;
    right: 10px;
    padding: 5px;
}
.planBox .tourImg{
	width: 100%;
	height: 200px;
    overflow: hidden;
}
.planBox .tourImg img{
	width: 100%;
	height: 200px;
    object-fit: cover;
}
.planBox dl{
	padding: 8px;
	width: 100%;
}
.company {
    display: block;
    font-size: 0.9em;
    color: #999;
}
.planBox dl dt{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
	line-height: 1.3em;
}
.planBox dl dd{
	margin:5px 0;
	line-height:1.2em;
}
.planBox dl dd span{
	font-size:0.9em;
	background:#666;
	color:#FFFFFF;
	padding:3px;
	margin-right:5px;
	margin-bottom:3px;
	display: inline-block;
}

.planBox dl dd.tourPrice{
	font-size:1.6em;
	font-weight:bold;
	color:#F33930;
}

.planBox p.reserveBtn{
	background:#f90;
	border-radius:5px;
	padding:8px 0;
	text-align:center;
	width:80%;
	margin: 0px auto 15px;
	clear:both;
}
.planBox p.reserveBtn a i{
	margin-left:5px;
}
.planBox p.reserveBtn a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	display:block;
}
.planBox p.reserveBtn a:link,
.planBox p.reserveBtn a:visited{
	color:#fff!important;
}
.planBox p.reserveBtn:hover{
	opacity:0.8;
}

.sight {
    display: flex;
    flex-wrap: wrap;
}
.cnAsahiyamaSp{
	margin: 0 8px 8px 0;
    flex: 0 0 48.3%;
	border: 1px solid #999;
    padding: 5px;
}
.cnAsahiyamaSp:nth-child(2n){
	margin: 0 0 8px 0;
}
.cnAsahiyamaSp dl dt{
	text-align:center;
	font-weight:bold;
	color:#5f5f5f;
	padding:5px 0;
}
.cnAsahiyamaSp dl dd{
	margin:5px;
}
.cnAsahiyamaSp dl .txt{
	margin:0 5px!important;
	padding: 5px 0;
    line-height: 1.2em;
}

.cnAsahiyamaSp img{
	height:100px;
}
.gw_btn{
	text-align: center;
	border:1px solid #666;
	border-radius: 50px;
	padding:8px 0;
	font-weight:bold;
	width: 80%;
    margin: 8px auto;
}
.gw_btn span:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f055';
  	font-weight: 900;
  	margin-left:8px;
}
.gw_btn.active span:after{
  	content: '\f056';
}
.calendar_list{
	display: none;
	padding:8px;
}
.calendar_list table{
	border: 2px solid #999;
	width:100%;
	margin-bottom:8px;
}

.calendar_list table th, .calendar_list table td {
    text-align: center;
    padding: 8px;
    border: 1px solid #999;
}
.calendar_list table td a {
    border-bottom: 1px solid #999;
}
.sunday{
	background:#f8d9d9;
}
.saturday{
	background:#f2f2f2;
}
.holiday{
	font-weight:bold;
	background:#f8d9d9;
}
.holiday a{
	color:#C00;
}
.holiday2{
	background:#f2f2f2;
	font-weight:bold;
}
.holiday2 a{
	color:#0808cf;
}

.spot ul {
    display: flex;
    flex-wrap: wrap;
}
.spot li {
    flex: 0 0 47%;
    padding: 15px;
    background: #eee;
    margin: 5px;
    box-sizing: border-box;
}
.spot_img{
	flex: 0 0 30%;
    overflow: hidden;
    height: 120px;
}
.spot_img img{
	width:100%;
}
.spot_text h3 {
    font-size: 1.2em;
    margin: 8px 0;
    text-align: center;
}
.spot .reserveBtn {
    width: 90%;
}</pre></body></html>