<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;
}
.text-center{
	text-align: center;
}
.ttl-area{
	position: relative;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2.style_h2{
	font-size:30px;
	font-family: 'Sawarabi Mincho', sans-serif;
	letter-spacing: 3px;
}
.ttl-area .ttl-en{
	display: block;
	font-size: .8rem;
}
.ttl-area img{
	width: 100%;
    opacity: 0.3;
    position: absolute;
}
h2.ttl{
	text-align: center;
	font-size: 30px;
}
h2.ttl .ttl-en{
	display: block;
	font-size: 0.8rem;
}
.cont{
	margin:0 auto;
}
.main-visual{
	position: relative;
}

.lead-text{
	padding: 30px 0;
	text-align: center;
}
.hkd-map{
    width: 50%;
    margin: auto;
}
.hkd-map img{
	width: 100%;
}
.goList {
    width: 300px;
    margin: 15px auto;
}
.goList a {
    background: #f90;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    display: block;
    text-align: center;
}
.area-nav{
	border-top: 6px solid #c00;
	border-bottom: 6px solid #c00;
	padding: 20px 0;
}
.area-nav h2{
	color: #c00;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.area-nav ul{
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 65%;
}
.area-nav a{
	display: block;
	background: #c00;
	color: #fff;
	position: relative;
	border-radius: 50px;
	padding: 8px 30px 8px 12px;
	margin-right: 10px;
	margin-bottom: 8px;
}
.area-nav a:before{
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(225deg);
	z-index: 5;
}
.area-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dotted #999;
	padding-top: 8px;

}
.tour-cont {
    margin: 50px 0;
}
.tour-cont-inner{
	padding: 30px 0;
}
.tour-cont-inner .cont {
    display: flex;
    flex-wrap: wrap;
}

.tour-box {
    flex: 0 0 31%;
    margin: 0 20px 20px 0;
    border: 1px solid #999;
    border-radius: 5px;
    overflow: hidden;
}
.tour-box:nth-child(3n){
	margin-right:0;
}
.tour-box a{
	display: block;
	position: relative;
}
.tour-box a:before{
	content: '';
	position: absolute;
	right: 10px;
	top: 30%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(135deg);
	z-index: 5;
}
.tour-price {
    color: #c00;
    font-weight: bold;
    text-align: right;
    font-size: 1.2rem;
}
.area-img {
    overflow: hidden;
    height: 150px;
    position: relative;
}
.area-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-height: 150px;
}

.area-text{
	background:#fff;
	padding:15px;
}
.area-text h3{
	font-size: 1.1em;
	margin-bottom:8px;
}
.btn-next{
	margin:10px auto 0;
}
.btn-next a{
	display: block;
	background:#c00;
	color:#fff;
	text-align: center;
	padding:10px 0;
	border-radius: 50px;
}
.spot-cont .tour-box{
	overflow: inherit;
	position: relative;
	flex: 0 0 48%;
}
.spot-cont .tour-box h3{
	text-align: center;
	padding: 12px 0;
	font-size: 1.2rem;
}
.spot-cont .tour-box .number{
	position: absolute;
	left: 8px;
	top: -8px;
	background: #333;
	color: #fff;
	padding: 15px;
}
.spot-cont .tour-box:nth-child(even) {
    margin-right: 0;
}
.spot-cont .tour-box:nth-child(3n) {
    margin-right: 20px;
}

@media only screen and (max-width: 767px){
	#breadCrumbListSp {
	    display: flex;
	}
	#breadCrumbListSp li {
	    display: flex;
	}
	h2.ttl {
	    text-align: center;
	    font-size: 20px;
	}
	.lead-text{
		padding: 10px;
		text-align: left;
	}
	.hkd-map {
	    width: 80%;
	    margin: auto;
	}
	.tour-cont-inner {
	    padding: 30px 10px;
	}
	.area-nav{
		padding: 20px 10px;
	}
	.area-list{
		display: block;
	}
	.area-list h3{
		margin-bottom: 8px;
	}
	.area-text h3{
		font-size: 1rem;
	}
	.tour-box{
		flex: 0 0 48.5%;
    	margin: 0 10px 20px 0;
	}
	.tour-cont .tour-cont-inner .cont{
		display: block;
	}
	.tour-cont .tour-box,.tour-cont .tour-box:nth-child(3n),.tour-cont .tour-box:nth-child(even){
		margin: 20px 10px;
	}
	.area-img{
		flex: 0 0 35%;
		height: auto;
	}
	.area-img img{
	    height: 100%;
	    min-height: auto;
	}
	.area-text{
		padding: 10px;
	}
	.tour-cont .tour-box a{
		display: flex;
		align-items: center;
	}
	.area-img img{
		position: relative;
	}
	.tour-box:nth-child(even) {
	    margin-right: 0;
	}
	.tour-box:nth-child(3n) {
	    margin-right: 10px;
	}
	.spot-cont .tour-cont-inner .cont{
		display: block;
	}
	.spot-cont .tour-box,.spot-cont .tour-box:nth-child(even){
		margin: 20px 10px;
	}
	/*ランキング*/
.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;
	width:100%;
}
.rankBox .price{
	text-align: right;
}
.rankBox .price span{
	font-size:110%;
	display:inline;
}

.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>