<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charaset "utf-8"; 
 
* { 
	padding: 0px;
	margin: 0px;
	border: none;
	box-sizing: border-box;
}
li { list-style-type: none;}
 
a { text-decoration:none;}
.cont{
	padding: 0 10px 5px;
	background: #270504;
    background: -webkit-gradient(linear, left top, right bottom, from(#270504), color-stop(0.25, #270504), color-stop(0.25, #321211), color-stop(0.5, #321211), color-stop(0.5, #321211), color-stop(0.75, #321211), color-stop(0.75, #321211), to(#321211));
    background: -moz-linear-gradient(-45deg, #270504 25%, #321211 25%, #321211 50%, #270504 50%, #270504 75%, #321211 75%, #321211);
    background: linear-gradient(-45deg, #270504 25%, #321211 25%, #321211 50%, #270504 50%, #270504 75%, #321211 75%, #321211);
    background-size: 4px 4px;
}
/*ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ï¼†ãƒªãƒ¼ãƒ‰æ–‡*/
.leadText{
	padding:15px 0;
	color:#fff;
}
.leadText h2{
	font-size:1.1em;
	margin-bottom:5px;
	font-family: "Noto Sans Japanese";
}
.leadText p{
	line-height:1.5em;
}

/*ã‚³ãƒ³ãƒ†ãƒ³ãƒ„*/
.contInner{
	position:relative;
	background:#ede5cc;
    padding:8px;
    margin-bottom:30px;
}
.contInner h3{
	text-align: center;
	color:#270504;
	border-bottom:none;
	font-size: 1.2em;
	padding:10px 0;
	margin:0 0 20px 0;
	font-family: "Noto Sans Japanese"; 
	position:relative;
	background:none;
}
.contInner h3:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 75px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #270504;
	border-radius: 2px;
}

/*ãƒ—ãƒ©ãƒ³*/
.planCont{
	background:#fff;
	padding: 0 15px 8px;
	margin-bottom:15px;
}
.contInner h4{
	font-family: "Noto Sans Japanese"; 
	font-size:1.2em;
	text-align: center;
}
.contInner .planList h4{
	color:#0f3a3c;
}
.planList{
	margin:15px 0;
}
.planList li{
	padding:8px;
	background:#fff;
	border-top:#0f3a3c 5px solid;
	border-bottom:#0f3a3c 5px solid;
	margin-bottom:8px;
}
.tourImg{
	margin:8px auto;
}
.tourImg img{
	width:100%;
	height:240px;
}
.tourPrice {
	padding:10px 5px 10px 0;
	float:left;
	width:50%;
}
.tourPrice span{
	color:red;
	font-size:1.2em;
	font-weight:bold;
	margin-left:8px;
	font-family: sans-serif;
}
.reserveBtn{
	float:right;
	width:50%;
}
.reserveBtn a{
	display:block;
	background:#f90;
	border:2px solid #f90;
	color:#fff;
	font-size:1em;
	padding:8px;
	text-align: center;
	color:#fff!important;
	font-weight: bold;
	transition: all 0.3s ease;
}
.reserveBtn a:hover{
	background:#fff;
	color:#f90!important;
}
.resCont{
	margin: 15px 0;
}
.resInner{
	margin:8px 5px;
}
.resImg{
	width:80%;
	margin:8px auto;
}
.resImg img{
	width:100%;
	border-radius: 5px;
}

.special li{
	display: inline-block;
    width: 49.2%;
    padding: 5px;
    vertical-align: top;
    margin-bottom: 8px;
}
.special .spImg{
	position:relative;
	margin:8px auto;
}
.special .spTtl{
	position: absolute;
    top: -20px;
    left: -10px;
    padding: 12px 0;
    text-align: center;
    line-height: 1.2em;
    font-family: 'Satisfy', cursive;
    font-size: 1em;
    border: 2px dotted #000;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.special .spTtl span{
	display: block;
	font-weight:bold;
}
.special li img{
	width:100%;
	height: 120px;
	border-radius: 5px;
}
.contInner.special h4 {
    font-size: 1em;
    text-align: left;
}
.contInner.special p {
    font-size: 0.9em;
}
p.listttl {
    padding: 8px 0 8px 8px;
    background: #666;
    color: #fff;
    margin: 15px 0 0;
}</pre></body></html>