<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 */
* { 
	padding: 0px;
	margin: 0px;
	border: none;
	font-family:"Noto Sans Japanese", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,li,dl,dt,dd,p{margin:0;padding:0;line-height:1.5em}
.slick-slider {
	opacity:0.8;
}
.clear{
	clear:left;
}
#mainPhoto{
	display:none;
	position:relative;
	height: 250px;
}
#mainPhoto h2{
	position:absolute;
	left:0%;
	top:0%;
	z-index:1;
}
#mainPhoto p{
	position:absolute;
	bottom:0;
	z-index:1;
	bottom:3%;
}
#mainPhoto ul li{
	width:100%;
}
#mainPhoto ul li img{
	width:100%;
	height:250px;
}

article p{
	float:none!important;
}

.ttl_tour {
    text-align: center;
    font-size: 1.1rem;
    background: #d80100;
    padding: 15px;
    color: #fff;
}
/*検索*/
.searchWrap{
	overflow:hidden;
}
.searchBox{
	margin:15px auto;
	border: #D80100 2px solid;
	width:95%;
	height:auto;
}

.tourTtl{
	text-align:center;
	font-size:1.1em;
	background:#D80100;
	color:#fff;
	padding:5px 0;
}
.tourTtl i{
	margin-right:3px;
}
.tourTtl span.eng:after{
	content:"│";
	padding:0 2px;
	font-size:0.8em;
	font-weight:normal;
}
.searchBoxInner {
	padding:5px;
	font-size:0.9em;
}
.searchBox img.ui-datepicker-trigger {
    width: 25px;
    height: auto;
    vertical-align: bottom;
}
.searchBox p.searchBtn{width:20%;float:right;margin:0 auto;}
.searchBox p.searchBtn button{width:100%;background-color:#5B5B5B ;border:none;padding:5px 0; color:#FFFFFF;cursor:pointer;border-radius:5px;font-size:1.2em;}
.searchBox p.searchBtn button i{margin-right:5px;}
.searchBox p.searchBtn button:hover{background-color:#CCC;}
.searchBox .search_keyword{border-top:#FFF 1px solid;padding-top:5px;}
.searchBox .search_keyword ul li{float:left;margin-right:8px;line-height:1.5em;margin-bottom: 3px;}
.searchBox .search_keyword ul li a{text-decoration:underline;}
.searchBox select,.searchBox input{padding:3px;max-width: 200px;}
.searchBox #useDay01{margin:2px auto;width:75%;float:left;}
.searchBox input{width:45px;padding:3px 0;}
.searchBox input.year1{width:75px;}
.searchBox span{float:left;margin-left:12px;font-size: 1.2em;}
.searchBox img{vertical-align:middle;cursor:pointer;width:29px;height:29px;}
.searchBox img:hover{opacity:0.8;}
.selectDateTtl{
	float:left;
}
.selectDate{
	float:left!important;
}
.searchBox select{
	padding:5px 8px;
	height: auto !important;
	border: 1px solid #666;
	margin-left: 5px;
}

.tourContentInner{
	width:98%;
	margin:0px auto;
	z-index:5;
	background:#fff;
	padding:8px 0;
	overflow:hidden;
}
.tourContentInner h3{
	text-align:center;
	font-size:1.2em;
	padding:10px 0;
	background:#eeeeee;
	border-left: solid 12px #D80100;
	color:#5B5B5B;
	width:95%;
	margin:0px auto 10px;
	
　}
.tourContentInner h3.ttl_tour {
    background: none;
    border-left: none;
}
.tourContentInner #planList h3{
	background:#fff!important;
	color:#D80100!important;
	font-weight:normal;
	border:none!important;
	margin:0px auto;
}
.tourContentInner #planList h3 span{
	font-weight:bold;
}
.tourContentInner #planList h3 i{
	margin-right:8px;
}
/*カニバスツアーMAP*/
#kaniMap{
	background:url(/img/topics/kani/kaniMap.jpg) no-repeat;
	background-size:100% auto;
	position:relative;
	width:100%;
	height:170px;
	margin:0 auto;
}

#kaniMap li{
	position:absolute;
	background:#FEE76B;
	color:#5B5B5B;
	box-shadow:0px 3px 0px 1px #5B5B5B;
	-moz-box-shadow:0px 3px 0px 0px #555555;
	-webkit-box-shadow:0px 3px 0px 0px #555555;
	border-radius:5px;
	padding:3px 10px;
	display:block;
	cursor:pointer;
	font-size:0.8em;
}
#kaniMap li a{
	color:#5B5B5B!important;
}
#kaniMap li::before,
#kaniMap li::after,
.tourBox ul li::before,
.tourBox ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#kaniMap li,
#kaniMap li::before,
#kaniMap li::after,
.tourBox ul li,
.tourBox ul li::before,
.tourBox ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#kaniMap li:hover{
	background-color: #FEF4B8;
}
#kaniMap li.mapKinosaki{
	top: 62%;
	left: 1%;
}
#kaniMap li.mapYuhi{
	top: 50%;
	left: 60%;
}
#kaniMap li.mapSyotenkyo{
	top: 50%;
	left: 25%;
}
#kaniMap li.mapKumihama{
	top: 75%;
	left: 18%;
}
#kaniMap li.mapHanare{
	top: 30%;
	left: 60%;
}
#kaniMap li.mapTaiza{
	top: 4%;
	left: 70%;
}
#kaniMap li i{
	margin-left:5px;
	font-size:0.8em;
	padding-bottom:3px;
}

.tourContentInner #arrival{
	padding-top:5px;
}
.tourBox{
	margin: 30px 0;
}
.active{
	display:block;
}

.tourBox ul{
	border:1px solid #555555;
	width:96%;
	margin:8px auto;
	display:flex;
	flex-wrap: wrap;
	padding:8px 0;
}
.tourBox ul li{
	width:33%;
	text-align:center;
	border-right:1px dotted #555555;
	padding:6px 3px;
	cursor:pointer;
	margin-bottom:2px;
	font-size:1.1em;
	text-decoration:underline;
}
.tourBox ul li:hover{
	background:#ADD39B;
}
.tourBox ul li:nth-child(4),.tourBox ul li:last-child{
	border-right:none;
}

#planList{
	overflow:hidden;
}
.planBox{
	margin: 15px auto;
    padding: 8px 15px;
    border-bottom: #555555 1px dotted;
}

.planBox h4{
	font-weight:bold;
	font-size:1.1em;
	border: none!important;
	color: #555555;
	margin-bottom:5px;
}
.planBox .tourImg{
	width:70%;
	float:none;
	margin:5px auto;
}
.planBox p img{
	height:192px;
}
.planBoxL p img{
	width:45%;
	float:left;
}
.planBox .planInfo{
	margin:8px 0px;
	width:100%;
}
.planBox .planInfo th{
	background:#F9BAAB!important;
}
.planBox .planInfo td{
	border-bottom:#555555 1px solid!important;
	padding: 3px 5px!important;
}
.planBox .planInfo .tableTtl{
	background:#D80100;
	margin-right:8px;
	border-bottom:#555555 1px solid!important;
	padding:5px;
	font-weight:normal!important;
}
.planBox dl.planPrice{
	display: table;
	border-collapse: separate;
	border-spacing: 2px 0;  
	margin:8px auto;
}
.planBoxL dl.planPrice{
	float:left;
	margin:4px 8px;
}
.planBox dl.planPrice dt{	
	display: table-cell;
	padding-top:5px;
	margin-left:8px;
}
.planBox dl.planPrice dd{
	display: table-cell;
	margin-left:5px;
	color:#D80100;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.3em;
}

.plan_menu{
	position: relative;
    border-top: 2px dotted #666;
    border-bottom: 2px dotted #666;
    padding: 15px 0 8px;
    margin: 15px 0 8px;
}
.plan_menu h5{
	background: #fff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -10px;
    font-weight: bold;
    display: inline;
    width: 120px;
    text-align: center;
}
.plan_info{
	font-size:0.8em;
	color:#666;
}
.planBox .kaninoryou{
	width:100%;
	color:#D80100;
	font-weight:bold;
	margin: 8px 0;
	padding: 8px 0 8px 40px;
	font-size: 1.1em;
	background:url(/img/topics/kani/icon_kani.png) no-repeat left;
}
.planBox .planLink{
	clear:both;
}

.planBox .planLink a{
	text-align:center;
	font-weight:bold;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border-radius:5px;
	padding:10px 0px;
	display:block;
	text-decoration:none;
	background:#F90;
	color:#FFFFFF!important;
	font-size:1.3em;
	box-shadow: 0 3px 0 rgba(140,140,140);
}
.planBox .planLink a:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}
.sakuraOtherPlan {
    display: block;
    font-size: 12px;
    border: #555555 1px solid;
    padding: 8px;
    width: 80%;
    text-align: center;
    margin: 8px auto;
    border-radius: 50px;
}


/*名所案内*/
#meisyoInfoW{
	overflow:hidden;
	width:100%;
}
.meisyoInfo{
	padding:15px;
	display:flex;
}
.spot_img {
    flex: 0 0 35%;
    margin-right: 8px;
}
.meisyoInfo p img{
	width:100%;
	height:auto;
}
.meisyoInfo .planLink{
	margin:8px auto;
}
.meisyoInfo .planLink a{
    display: block;
    text-align: center;
    background: #f90;
    color: #fff;
    padding: 8px 0;
    width: 80%;
    margin: 0 auto;
}


/*目的地から選ぶ*/

.tourContentInner .placeList h3{
	background:#fff!important;
	color:#0099FF!important;
	font-weight:normal;
	border:none!important;
	margin:0px auto;
}

.tourContentInner  .annnai{
	text-align:center;
	margin-bottom:10px;
	font-size:110%;

}

.tourContentInner .placeList h3 span{
	font-weight:bold;
}
.tourContentInner .placeList h3 i{
	margin-right:8px;
}
.placeList{
	position:relative;
	width:100%;
	/*height:180px;*/
	margin:0 auto;
	overflow:hidden;
}
.tourContentInner .placeList ul li{
	width: 30.5%;
	position:relative;
	float:left;
	margin-left:9px;
	margin-bottom:9px;
	border:1px solid #555555;
	font-size:1em;
}
.placeList li:hover{
	opacity:0.6;
}
/*.tourContentInner .placeList ul li:nth-child(1),.tourContentInner .placeList ul li:nth-child(4){
	margin-left:10px;
}

.tourContentInner .placeList ul li:nth-child(3),.tourContentInner .placeList ul li:nth-child(6){
	margin-right:10px;
}*/

.tourContentInner .placeList ul li img{
	width:100%;
	height:120px;
	-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 0.5s linear;
}
.tourContentInner .placeList ul li .categoryImg{
	overflow:hidden;
	width:100%;
	height:100px;
}
.tourContentInner .placeList ul li a:hover img{
	text-decoration:none;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	 -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
}
.tourContentInner .placeList ul li span.categoryArea{
	position:absolute;
	top: 75%;
	left: 0%;
	background:#f9f2e7;
	opacity:0.8;
	text-align:center;
	font-size:1em;
	padding:2px 0;
	width:100%;
}
.tourMeal {
    background: #fff;
    width: 98%;
    margin: 0px auto;
    z-index: 5;
    padding: 8px 0;
    overflow: hidden;
}
.tourMeal h4{
	font-size:1.1em;
	text-align:center;
	background:#666!important;
	color:#fff;
	padding:6px 0;
	border-top:none;
}
.tourMeal .mealPlan{
	border:1px #666 solid;
	width: 98%;
    margin: 8px auto;
}
.tourMeal .mealPlanImg{
	float:left;
	width:30%;
	padding:8px;
}
.tourMeal .mealPlanImg img{
	width:100%;
}
.tourMeal .mealPlanText{
	width: 64.2%;
    float: left;
    padding: 8px 8px 8px 0px;
}
.tourMeal .planLink {
	width:60%;
	margin:8px auto;
}
.tourMeal .planLink a {
    text-align: center;
    font-weight: bold;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    border-radius: 5px;
    padding: 6px 0px;
    display: block;
    text-decoration: none;
    background: #D80100;
    color: #FFFFFF!important;
    font-size: 1.3em;
    box-shadow: 0 3px 0 rgba(96,49,23,1);
}
.navi{
	margin-top:10px;
}
.navi ul li{
	padding:5px;
	display:inline-block;
	width:22.4%;
	text-align:center;
	vertical-align:middle;
	border-right:1px dotted #666;
}
.navi ul li:last-child{
	border-right:none;
}
.navi ul li i{
	margin-left:5px;
}
@media only screen and (max-width: 767px){
.tourContentInner .placeList ul li{
	width:46.5%!important;
	margin-left:7px;
}
.tourMeal .mealPlanImg{
	padding:5px;
}
.tourMeal .mealPlanText{
	padding:5px 5px 5px 0;
}
.tourMeal h4{
	font-size:1em;
}
.tourMeal .planLink {
	width:80%;
}
.tourMeal .planLink a {
	font-size:1.1em;
}
.navi ul li{
	width:46.2%;
}
.navi ul li:nth-child(even){
	border-right:none;
}

}
/*FAQ*/
#QandA dl{
	font-size:13px;
	line-height:1.3em;
	padding:0px 10px 5px;
	border:none!important;
}
@media only screen and (max-width: 767px){
#QandA dl{
	padding:5px 10px!important;
}
}
#QandA dt{
	margin-bottom:5px;
	padding-bottom:5px;
}
#QandA dd{
	margin-left:0;
	border-bottom:#999999 1px dotted;
	padding-bottom:5px;
}
#QandA dt:before{

	content:"Q";
	background:#666;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#FFFFFF;
	padding:3px 5px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
#QandA dd:before{
	content:"A";
	background:#2a4f5e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#fff;
	padding:3px 5px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}


/*ランキング*/
.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;
}</pre></body></html>