<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 #d0566b;
    padding: 20px 0;
    border-bottom: 3px solid #d0566b;
    color: #d0566b;
}
.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 8px;
    flex: 0 0 47.2%;
}
.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;
}
.shop-cont{
	display: flex;
    border-bottom: 2px dotted #999;
    padding: 15px 0;
}
.shop-img{
	z-index: 1;
	flex:0 0 40%;
}
.shop-img img{
	width:100%;
}
.shop-text{
	background: #fff;
    flex: 0 0 55%;
    padding: 0 15px;
    z-index: 0;
    font-size: 1.1em;
}
.shop-text h3{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:22px;
	background:linear-gradient(transparent 70%, var(--main-bg-color) 70%);
	display: inline-block;
	margin-bottom:10px;
}

@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;
}
.shop-cont {
    display: block;
    margin: 0 10px 50px;
}
.shop-text {
    padding: 15px;
}
.shop-text {
    margin: 0;
}
}</pre></body></html>