<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ============================= ‹¤’Ê =============================  */

* { 
	padding: 0px;
	margin: 0px;
	border: none;
}

li { list-style-type: none;}

p,li,ul,dl,dt,dd{
	margin:0;
	padding:0;
}
a { text-decoration:none; color: #333; overflow: hidden;}

a:hover {
	color:#F60;
}
.lead_text{
	margin:15px 0;
}
.ttl_sub{
	margin: 30px 0 15px;
	padding: 15px;
    background: #eee;
}
.ttl_cate {
    text-align: center;
    margin: 30px 0 15px;
    border-top: 3px solid #1e53a3;
    padding: 20px 0;
    border-bottom: 3px solid #1e53a3;
    color: #1f52a3;
}
.map-cont{
	position: relative;
	margin: 30px 0;
}
.map-cont li{
	position: absolute;
}
.map-cont li a {
    color: #fff;
    display: block;
    background: #f90;
    border-radius: 50px;
    text-align: center;
    padding: 8px 15px;
    position: relative;
    font-size: 1.1em;
}
.map-cont li a i{
	margin-left: 8px;
}
.map-hkd{
	top: 10%;
	right: 20%;
}
.map-tko{
	top: 52%;
    right: 20%;
}
.map-saitama{
	bottom: 23%;
    right: 10%;
}
.map-yokohama{
	bottom: 10%;
    right: 16%;
}
.map-hakone{
	bottom: 13%;
    right: 30%;
}
.map-aichi{
	bottom: 25%;
    left: 45%;
}
.map-fuk{
	bottom: 25%;
    left: 10%;
}
.tourCont{
	margin: 20px auto;
    background: #fff;
    border-bottom: 1px dotted #333;
    padding-bottom: 20px;
}
.tourCont .tourContInner{
	display:flex;
}
.tourCont h3{
	border-left:6px solid #333;
	font-size:1.3em;
	color:#333;
	padding:5px 0 5px 8px;
	margin-bottom:8px;
}
.planImg{
	width:42%;
	flex:0 0 42%;
	margin-right:15px;
	overflow: hidden;
    height: 200px;
}

.tourCont .tourContInner .planImg img{
	width:100%;
	height:auto;
}
.tourDetail{
	font-size:1.1em;
	line-height:1.3em;
}
.planDetail dl{
	margin-bottom:8px;
	padding-bottom:5px;
	border-bottom: 1px dotted #3b2b28;
}
.tourCont .tourContInner .planDetail dt {
	float:left;
}
.tourDetail dt {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:5px;
	margin-top:5px;
	border-left:6px solid #5792d2;
	color:#5792d2;
	padding:5px 0px 5px 8px;
	line-height:1.3em;
}
.tourDetail dd {
	margin-bottom:8px;
}
.tourShop {
    color: #999;
}
.tourIcon span{
	padding:3px 5px;
	background:#3b2b28;
	color:#fff;
	margin-right:8px;
	font-size:0.9em;
}
.tourIcon i{
	margin-right:5px;
}
.tourPrice{
	color:#F00;
	font-weight:bold;
	font-size:1.6em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 8px;
	text-align: right;
}

.tourPrice span{
	font-weight:normal;
	color:#3b2b28;
	font-size:0.7em;
}

.tourLink{
	width:80%;
	margin:8px auto;
}
.tourLink a{
	background:#f90;
	border-radius:5px;
	color:#fff;
	text-align:center;
	padding:12px 5px;
	display:block;
	font-weight:bold;
	font-size:1.1em;
	border:#f90 2px solid;
}

.tourDetail a i{
	margin-left:5px;
}
.tourDetail a:hover{
	background:#fff;
	border:#f90 2px solid;
	color:#f90;
}
.spot_list ul{
	display: flex;
}

.spot_list li{
	padding:0 5px;
	flex:0 0 49%;
}
.spot_img{
	margin-bottom:8px;
	height: 200px;
    overflow: hidden;
}
.spot_img img{
	width:100%;
	min-height: 200px;
}
.spot_text h3{
	text-align: center;
	font-weight:bold;
}
.access-info {
    background: #eee;
    padding: 10px;
    margin: 15px 0;
}
.otherArea ul{
	display: flex;
	flex-wrap:wrap;
}
.otherArea li{
	flex: 0 0 23.5%;
    padding: 5px;
}
.otherArea li img{
	width:100%;
	vertical-align: bottom;
    height: 120px;
}
.otherArea li a{
	display: block;
    position: relative;
}
.areaTtl {
    position: absolute;
    bottom: 0;
    background: rgba(253,253,253,0.8);
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 3px 0;
}
.area_list li {
    border-bottom: 1px dotted #999;
}
.area_list h3 {
    font-size: 1.2em;
}
.area_list a{
	display: flex;
    color: #000;
    padding: 10px 30px 10px 10px;
    position: relative;
}
.area_list a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    right: 10px;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.area_list_img{
	flex: 0 0 30%;
	margin-right: 10px;
}
.area_list_img img{
	width: 100%;
}
@media only screen and (max-width: 768px){
	.tourCont .tourContInner{
		display:block;
	}
	.ttl_cate{
		font-size: 1.2em;
	}
	.planImg{
		width:80%;
		margin:auto;
	}
	.tourDetail{
		font-size:1em;
		padding:8px;
	}
	.tourLink{
		float:none;
	}
	.spot_list ul{
		display:block;
	}
	.spot_list li{
		display:flex;
		margin-bottom: 15px;
		border-bottom: 1px dotted #666;
	}
	.spot_text h3{
		text-align: left;
	}
	.spot_img{
		flex:0 0 30%;
		height: 80px;
		margin-right: 10px;
	}
	.spot_img img{
		min-height: 80px;
	}
	.otherArea li{
		flex: 0 0 47%;
	}

.tourContentInner .rankBox h3 {
    background: none;
    border: none;
    font-size: 1em;
    text-align: left;
    margin: 0;
    width: 100%;
    padding: 0;
    color: #000;
}
.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>