<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 15px 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;
}
/*ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ï¼†ãƒªãƒ¼ãƒ‰æ–‡*/
.mainImg img {
    width: 100%;
}
.leadText{
	padding:15px 0;
	color:#fff;
}
.leadText h2{
	font-size:1.3em;
	margin-bottom:5px;
	font-family: "Noto Sans Japanese";
}
.leadText p{
	line-height:1.5em;
	font-size:1.05em;
}

/*ã‚³ãƒ³ãƒ†ãƒ³ãƒ„*/
.contInner{
	position:relative;
	background:#ede5cc;
    padding:8px 15px;
    margin-bottom:30px;
}
#topics .contInner h3{
	text-align: center;
	color:#270504;
	border-bottom:none;
	font-size: 1.5em;
	padding:18px 0;
	margin:0 0 20px 0;
	font-family: "Noto Sans Japanese"; 
	position:relative;
}
.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;
}
.contInner p{
	font-size: 1.1em;
    line-height: 1.5em;
}
/*ãƒ—ãƒ©ãƒ³*/
.planCont{
	background:#fff;
	padding: 0 15px 8px;
	margin-bottom:15px;
}
.contInner h4{
	font-family: "Noto Sans Japanese"; 
	font-size:1.3em;
	text-align: center;
}
.contInner .planList h4{
	color:#0f3a3c;
}
.planList{
	margin:15px 0;
}
.planList li{
	float:left;
	width: 49.4%;
	padding:8px;
	background:#fff;
	border-top:#0f3a3c 5px solid;
	border-bottom:#0f3a3c 5px solid;
}
.planList li:first-child{
	margin-right:8px;
}
@media only screen and (max-width: 787px){
.planList li{
	width: 100%;
}
.planList li:first-child{
	margin-right:0px;
}
}
.tourImg{
	margin:8px auto;
}
.tourImg img{
	width:100%;
	height:268px;
	object-fit: cover;
}
.tourPrice {
	padding:10px 8px 10px 0;
	float:left;
}
.tourPrice span{
	color:red;
	font-size:1.6em;
	font-weight:bold;
	margin-left:8px;
	font-family: sans-serif;
}

.reserveBtn{
	float:right;
}
.reserveBtn a{
	display:block;
	background:#f90;
	border:2px solid #f90;
	color:#fff;
	font-size:1.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: 30px 0 15px;
}
.resInner{
	margin:8px 5px;
}
.resImg{
	float:left;
	padding-right:12px;
	width:35%;
}
@media only screen and (max-width: 787px){
.resImg{
	width:35%!important;
}
}
.resImg img{
	width:100%;
	border-radius: 5px;
}

.resText{
	float:left;
	width:65%;
	font-size: 1.1em;
    line-height: 1.5em;
}
.special li{
	display:inline-block;
	width:49.5%;
	padding:8px;
	vertical-align: top;
	margin-bottom:8px;
}
.special .spImg{
	position:relative;
	width:80%;
	margin:8px auto;
}
.special .spTtl{
	position: absolute;
    top: -20px;
    left: -20px;
    padding: 12px 0;
    text-align: center;
    line-height: 1.2em;
    font-family: 'Satisfy', cursive;
    font-size: 1.3em;
    border: 2px dotted #000;
    background: #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
}
.special .spTtl span{
	display: block;
	font-weight:bold;
}
.special li img{
	width:100%;
	height:200px;
	border-radius: 5px;
	object-fit: cover;
}</pre></body></html>