<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;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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;
}
.reserveBtn{
	width:94%;
	margin:10px auto;
}
.reserveBtn a{
	display:block;
	background:#FF9900;
	color:#fff!important;
	font-weight:bold;
	padding:8px 0;
	border-radius:5px;	
	text-align:center;
	font-size:1.1em;
	box-shadow: 0 5px 0 rgba(102,102,102,1);
	transition: all .25s ease;
}
.reserveBtn a:hover{
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}
.reserveBtn a i{
	margin-left:5px;
}
/*見出し*/
.mainIslandCont h2{
	margin-top:30px;
	margin-bottom:8px;
	border-top:5px solid #666;
	border-bottom:5px solid #666;
	text-align:center;
	padding:12px 0;
	font-size: 1.1em;
	background:#fff;
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear:both;
}

.mainIslandCont #tourData h2{
	border:none;
	padding:0;
	font-size:1.1em;
	margin-top:10px;
}
#tourData p{
	font-size:1em;
}
#tourData table{
	width:98%;
	margin:8px auto;
	background:none;
	font-size:0.9em;
	border:1px solid #666;
}
#tourData table th{
	display:block;
	border-bottom:none!important;
	background:#eee!important;
	text-align:center!important;
	vertical-align:middle;
	padding:5px 0!important;
	border:none!important;
}
#tourData table th,#tourData table td{
	border:1px solid #666!important;
	padding:8px 5px!important;
	display:block;
	padding:5px!important;
	border:none!important;
}

#tourData table span{
	font-weight:bold;
	color:#FF0000;
	font-size:1.2em;
}
#tourData table a{
	float:right;
	display:block;
	background: #f90;
    color: #fff;
    padding: 3px 8px;
    margin-right: 8px;
    font-weight:bold;
}
#tourData table li{
	padding: 5px 0;
    border-bottom: 1px dotted #999;
}

/*リード*/
#leadtxt{
	margin-top:20px;
}
#leadtxt h3{
	font-size:1em!important;
	color:#333!important;
	border-bottom:6px #999 solid!important;
	margin-bottom:8px;
	position:relative;
	padding-bottom:5px!important;
}
#leadtxt h3:after{
	border-bottom:6px #ffcc33 solid;
	bottom:-6px;
	left:0;
	width:20%;
	content:"";
	display:block;
	position:absolute;
}
.leadtxtCont{
	padding:8px;
	clear:both;
}
#leadtxt .leadImg{
	float:none;
	width:80%;
	margin:8px auto;
}
#leadtxt .leadCont {
	float:none;
	width:inherit;
}

#leadtxt .leadCont p{
	font-size:1em;
	line-height:1.2em;
}
.movieCont{
	text-align: center
}
#reservationBox ul li{
	width:24%;
	float:left;
	text-align: center;
	margin:0px 5px 5px 0px;
}
#reservationBox ul li:nth-child(4n){
	margin:0px 0px 5px 0px;
}
#reservationBox ul li a{
	background:#f90;
	border:2px #f90 solid;
	border-radius: 5px;
	padding:8px 0;
	display:block;
	color:#fff;
	font-size:1.2em;
}
#reservationBox ul li a:hover{
	color:#f90;
	background:#fff;
}
#accessBox p{
	font-size:0.9em!important;
	padding:0 5px;
}
#accessBox h3{
	color:#666!important;
	border-bottom:#666 dotted 1px!important;
	padding:5px 0;
	margin-bottom:5px;
	font-size:1em!important;
	padding:0 5px;
}</pre></body></html>