<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:80%;
	margin:10px auto;
}
.reserveBtn a{
	display:block;
	background:#FF9900;
	color:#fff!important;
	font-weight:bold;
	padding:15px 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:50px;
	margin-bottom:15px;
	border-top:5px solid #666;
	border-bottom:5px solid #666;
	padding:20px 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;
}
#pageNav{
	margin:10px 0;
}
#pageNav ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
#pageNav ul li {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    font-size: 1.2em;
    border-right: 1px solid #666;
}
#pageNav ul li i{
	margin-left:5px;
}
#pageNav ul li:last-child {
	border-right:none;
}
/*tab*/
.tab ul{
	display:flex;
	justify-content: center;
	border-bottom:2px solid #2f674a;
}
.tab li{
	flex:0 0 40%;
	text-align:center;
	border-top:2px solid #2f674a;
	border-left:2px solid #2f674a;
	border-right:2px solid #2f674a;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	margin: 0 15px;
}
.tab .current{
	background:#2f674a;
	color:#fff;
}
.tab a{
	display: block;
	padding:15px 0;
	color:#2f674a;
}
.tab .current a{
	color:#fff;
}
.tab a:hover{
	opacity: 0.8;
}
.mainIslandCont #tourData h2{
	border:none;
	padding:0;
	font-size:1.5em;
}
#tourData h3{
	text-align: center;
	border-bottom:none!important;
	padding:15px 0px 5px!important;
	font-size:1.2em!important;
	color:#666!important;
}

#tourData .leadText .leadImg{
	width:30%;
	float:left;
	margin-right:15px;
}
#tourData .leadText .leadImg img{
	width:100%;
	height:auto;
}
#tourData p{
	font-size:1.2em;
}
#tourData table{
	margin:8px auto;
	background:none;
	font-size:1em;
	border:1px solid #666;
	border-collapse: collapse;
}
#tourData table .tPlan{
	width:28%;
}
#tourData table .tDate{
	width:20%;
}
#tourData table .tSpot{
	width:27%;
}
#tourData table .tTime{
	width:15%;
}
#tourData table .tPrice{
	width:10%;
}
#tourData table .tourPrice{
	font-weight:bold;
	color:#c00;
}
#tourData table th{
	border-bottom:none!important;
	background:#eee!important;
	text-align:center!important;
	width:16%;
	vertical-align:middle;
}
#tourData table th,#tourData table td{
	border:1px solid #666!important;
	padding:8px 5px!important;
}
#tourData table td{
	padding:5px!important;
}
#tourData table span{
	font-weight:bold;
	color:#FF0000;
	font-size:1.2em;
}
#tourData table a{
	text-decoration: underline;
	font-weight:bold;
}
#tourData table li{
	padding: 5px 0;
    border-bottom: 1px dotted #999;
}

/*コース詳細*/
#courseInfo .courseCont{
	margin-bottom:12px;
	border-bottom: 1px dotted #999;
    padding-bottom: 8px;
}
#courseInfo .courseCont h3{
	font-size:1.2em;
	padding:8px 0 8px 8px;
	border-bottom:none;
	border-left:8px solid #2f674a;
	color:#2f674a;
	margin:15px 0 10px ;
}
#courseInfo .courseCont .courseImg{
	width:30%;
	float:left;
	margin-right:8px;
}
#courseInfo .courseCont .courseImg img{
	width:100%;

}
.courseText{
	width:68%;
	float:left;
}
.courseText dl{
	display:table;
	margin-bottom:5px;
	font-size:1.2em;
	width:100%;
	padding:5px;
	background:#eee;
	box-sizing: border-box;
}
.courseText dl dt{
	float:left;
	width:19.8%;
	margin-right:1px;
	font-weight:bold;
}
.courseText dl dd{
	float:left;
	width:70%;
}
.courseRoute{
	border:1px solid #666;
	padding:5px;
	position:relative;
}
.courseRoute span{
	font-weight:bold;
	font-size:1.1em;
}
.courseCont h4{
	background:#666;
	text-align: center;
	color:#fff;
	padding:3px 0;
	font-weight:normal;
	margin-top:5px;
}
.tour-price{
	color:#c00;
	font-size:1.2em;
}
#tourCalendar {
	margin-bottom:10px;
}
#tourCalendar .calendarInfo {
	padding:8px 0;
	font-size:1.1em;
}
#tourCalendar .calendarInfo p{
	display:table;
	vertical-align:middle;
	margin-right:10px;
	float:left;
	height:20px;
}
#tourCalendar .calendarInfo span.calIcon1{
	display:table-cell;
	width:50px;
	height:18px;
	background:#FFCC66;
	display:inline-block;
	vertical-align:middle;
	content:'';
	margin-right:5px;
}
#tourCalendar .calendarInfo span.calIcon2{
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	color:#C00;
	font-size:1.2em;
}
#tourCalendar .tourCalendarInner{
	clear:both;
}
#tourCalendar .calendarInfo span.calText{
	display:table-cell;
	vertical-align:middle;
}
#tourCalendar .calConts{
	width:49%;
	float:left;
	margin-bottom:8px;
}
#tourCalendar .calConts p.ttlMonth{
	text-align:center;
	padding:5px 0;
	font-size:1.2em;
}
#tourCalendar .calConts:nth-child(odd){
	margin-right:8px;
}
#tourCalendar .calConts table{
	width:100%;
	vertical-align:middle;
	font-size:1.1em;
}
#tourCalendar .calConts table th,#tourCalendar .calConts table td{
	padding:5px 0;
}
#tourCalendar .calConts table td{
	position:relative;
}
#tourCalendar .calConts table td.tourDay{
	background:#FFCC66;
	font-weight:bold;
}
#tourCalendar .calConts table td.tourDay a{
	display:block;
}
#tourCalendar .calConts table td span{
	position:absolute;
	top:0;
	left:16%;
}
#tourCalendar .calConts table td span img{
	width:25px;
	height:25px;
}
</pre></body></html>