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

/* ============================= 共通 =============================  */

* { 
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.centerbody {
    max-width: 1024px;
    margin: 0 auto;
}

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:80%;
	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.3em;
	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;
	padding:15px 0;
	text-align:center;
	font-size:2em;
	background:#fff;
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mainIslandCont #tourData h2{
	border:none;
	padding:0;
	font-size:1.5em;
    font-weight: bold;
}
#tourData p{
	font-size:1.2em;
    padding-left: 10%;
}
#tourData table{
	margin:8px auto;
	background:none;
	font-size:1.2em;
	border:1px solid #666;
}
#tourData table th{
	border-bottom:none!important;
	background:#eee!important;
	text-align:center!important;
	width:20%;
	vertical-align:middle;
}
#tourData table th,#tourData table td{
	border:1px solid #666!important;
	padding:8px 5px!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:1.4em!important;
    margin-top: 8px;
	color:#333!important;
	border-bottom:6px #999 solid!important;
	margin-bottom:8px;
	position:relative;
	padding-bottom:5px!important;
    font-weight: bold;
}
#leadtxt h3:after{
	border-bottom:6px #ffcc33 solid;
	bottom:-6px;
	left:0;
	width:20%;
	content:"";
	display:block;
	position:absolute;
}
.leadtxtCont{
    padding: 1% 5%;
	clear:both;
}
#leadtxt .leadImg{
	float:left;
	margin:0px 15px 0px 0px;
}
#leadtxt .leadCont{
	float:left;
	width:65%;
}
#leadtxt .leadCont {
	line-height:1.3em;
	font-size:1.1em;
}

#leadtxt .leadCont p{
	font-size:1.1em;
	line-height:1.4em;
    padding: 20px 0;
}
.leadImg img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.movieCont iframe {
    margin: 20px auto 0;
    width: 600px;
    aspect-ratio: 16/9;
}
.movieCont{
	text-align: center
}
#reservationBox ul li{
	width:19.4%;
	float:left;
	text-align: center;
	margin:0px 5px 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:1.1em!important;
}
#accessBox h3{
	color:#666!important;
	border-bottom:#666 dotted 1px!important;
	padding:5px 0;
	margin-bottom:5px;
	font-size:1.3em!important;
    font-weight: bold;
}
.crumb-list {
    max-width: 1024px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px){
.mainIslandCont h2{
	padding:12px 0;
	font-size: 1.3em;
}
.movieCont iframe {
    width: 100%;
}
#pageNav ul li,#tourData p{
	font-size:1em;
}
#tourData p{
	font-size:1.2em;
    padding:0 5px 0 5px;
}
.mainIslandCont #tourData h2{
	border:none;
	padding:0;
	font-size:1.2em;
}
#tourData table{
	width:98%;
	font-size:1em;
	text-align:left;
}
#tourData table th{
	display:block;
	width:100%;
	padding:5px 0!important;
	border:none!important;
}
#tourData table td{
	display:block;
	padding:5px!important;
	border:none!important;
}
#tourData ul{
	width:98%;
}
#tourData ul li{
	width:48.8%;
	font-size:1.1em;
	font-weight:bold;
}
.leadtxtCont{
	padding:8px;
}
#leadtxt .leadImg{
	float:none;
	width:80%;
	margin:8px auto;
}
#leadtxt .leadImg img{
	width:100%;
}
#leadtxt h3{
	font-size: 1.1em!important;
    padding: 10px 0 0 0;
    text-align: center;
}
#leadtxt .leadCont{
	float:none;
	width:inherit;	
}
#leadtxt .leadCont p{
	font-size:1em;
	line-height:1.2em;
    padding: 10px 20px;
}

#courseMap .courseMapInner{
	height:auto;
}
#courseMap .courseMapInner p{
	width:100%;
}
#courseMap dl{	
	width:96%;
	margin:8px auto;
	font-size:1em;
}
#courseMap dl dt{
	width:40%;
}
#courseMap dl dd{
	width:60%;
}
#courseMap .reserveBtn{
	width:90%;
}
#courseMap .reserveBtn a{
	font-size:1.1em;
	font-weight:bold;
}
#sightseeing ul li{
	width: 96%;
	margin: 0px auto 8px;
	float:none;
	font-size:1em;
}
#sightseeing ul li h3{
	background:none;
	padding:0;
	margin-top:0;
	font-size: 1.1em;
}
#sightseeing ul li .sightImg{
	float:none;
	width:80%;
	margin:0px auto 5px;
}
#sightseeing ul li .sightText{
	float:none;
	width:100%;
}
}</pre></body></html>