<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:25px;
	margin:30px 0;
}

article{
	width:1000px;
	margin:0 auto;
}

div#sidebar {float:left; width:28%;margin-right:8px;}
#mainRight{width:70%;float:right;}
/*左サイド*/
/*左カラム*/
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;
}
/*検索部分*/
#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 30px;
}
#searchPlan .chooseDate p{
	font-weight:bold;
	margin-bottom:8px;
}
.chooseDate .input_date{
	float:left;
}
#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;
}
#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:100px;
	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:45px;
}
.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%;
}
/*about*/
.about{
	position: relative;
    margin: 30px 50px;
    border: 3px solid #225A95;
    padding: 15px;
    border-radius: 8px;
}
.about h2{
	position: absolute;
    background: #225A95;
    color: #fff;
    padding: 5px 30px;
    top: -15px;
    left: -15px;
    border-radius: 50px;
    font-size: 1.2em;
}

.about p{
	padding: 20px 0 0px 0px;
    line-height: 1.5em;
    font-size: 14px;
}
/*絞り込み*/
#select {
    margin: 15px auto;
	border: 1px solid #666;
}
#select h3{
	background: #666;
    color: #fff!important;
    text-align: center;
    padding: 8px 0!important;
	margin:0!important;
}
#select .selectInner{
	padding:8px;
}
#select label{
	padding:0px 4px 2px;
	display: inline-block;
	cursor:pointer;
}

#select label.selected,#select label:hover {background-color: #f90;border-radius:3px;color: #fff;}
#select p{
	display:block;
	margin-top:3px;
	color: #039;
}
.churaMenu {
    background: #eee;
    padding: 10px 0;
}
.churaMenu ul{
	display:flex;
	justify-content:center;
}
.churaMenu li{
	text-align: center;
}
.churaMenu li a {
    padding: 10px 80px;
    text-decoration: underline;
    font-size: 1.1em;
}
.churaMenu li:first-child{
	border-right:1px solid #666;
}
/*ツアーbox*/
#planList [class*="hidden-"] {display: none!important;}
.plan{
	margin:0 0 30px;
	border:solid #225A95 2px;
	padding-bottom: 15px
}

.plantit{
	padding: 8px 0;
    text-align: center;
    background-color: #225A95;
    color: #FFF;
}
.plantit a{
	font-size:16px;
	color:#FFF;
}
.ph_left{
	width: 35%;
	margin:10px;
	float:left;
}
.right_cate{
	width:60%;
	float:left;
	margin:5px 0 0 15px;
}

.tourPoint{
	background:url(../../img/category/2009churaumi/iconPoint.png) no-repeat left;
	background-size: 40px auto;
	padding:8px 0px 8px 45px;
	font-weight:bold;
	margin-bottom:8px;
}
.plan .right_cate .tourIcon{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.tourIcon li{
	margin:0 8px 8px 0;
	padding: 8px;
	line-height:1.2em;
	text-align:center;
	color:#333333;
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	border-radius: 3px;  
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
	box-shadow: 1px 1px 0px #999;
	-moz-box-shadow: 1px 1px 0px #999;  
	-webkit-box-shadow: 1px 1px 0px #999;
	background:#a0a0a0;	
	color:#fff;
}

.platxt{
	margin:8px 0;
}
.plan .right_cate ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan .price {  
    float: left;
    color: #000;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan .price&gt;div {
    text-align: center;
}
.sales-price {
    margin-left: 15px;
}
.pre-price {
    margin-right: 15px;
}
.pre-price span {
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    color:#000;
}
.price .sales-price span {
    font-size: 200%;
    font-weight: 700;
    margin: 0;
    color: #c00;
    display: block;
}

.yoyakushosai{
    display: block;
    background: #FD3D48;
    text-align: center;
    padding: 8px 50px;
    color: #fff!important;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #422703;
	letter-spacing: 3px;
	position:relative;
}
a:hover.yoyakushosai{
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.yoyakushosai::before,
.yoyakushosai::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.yoyakushosai::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
}
.yoyakushosai::after{
	left: 10px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #f60;
}


/*ランキング*/
.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;
}
.infomation{
	margin:30px 0;
}
.infomation h2{
	padding: 0.5em;
  	color: #494949;
  	background: #eee;
  	border-left: solid 5px #0099ff;
  	font-size:130%;
  	margin-bottom: 15px;
}
/*立ち寄り場所*/
#dropIn p{
	margin:5px;
}
#dropIn ul li{
	float:left;
	width:32.4%;
	position:relative;
	margin:3px 3px;
	height: 150px;
    overflow: hidden;
}
#dropIn ul li img{
	width:100%;
	height:auto;
}
#dropIn ul li span{
	position:absolute;
	background-color: rgba(51,51,51,0.8);
	text-align:center;
	color:#FFFFFF;
	bottom:0;
	left:0px;
	width:100%;
	padding:8px 0;
	font-size:1.2em;
}

#dropIn ul li a:hover img{
	opacity: 0.5 ;
	
}
/*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:50%;
	font-size:14px;
	line-height:1.8em;
}
#accessInfo div .accessMap{
	float:left;
	margin-left:15%;
}

/*tab*/
.tab {
    border-bottom: 3px solid #225a95;
    margin: 15px 0;
}
.tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab li {
    color: #333;
    margin: 0 10px -1px 0;
    padding: 15px 20px;
    border: 1px solid #225a95;
    cursor: pointer;
    list-style: none;
    transition: .3s;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 30%;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}
.tab li.active {
    color: #fff;
    background: #225a95;
    cursor: auto;
}
 
.cont section,.tab-cont {
  display: none;
}
.cont .show,.tab-cont.show {
  display: block;
}
</pre></body></html>