<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;
	box-sizing: border-box;
}

li { list-style-type: none;}


a { text-decoration:none; color: #333; overflow: hidden;}

a:hover {
	color:#F60;
}

body {
	color: #333333;
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
	margin-right: auto;
	margin-left: auto;
}
section {
    padding: 0 8px;
}
.notification{
	text-align: center;
	color:#c00;
	padding:8px 10px;
}

.notification ul{
	margin: 10px;
}

.notification a{
	text-decoration: underline;
	text-align: left;
}

#mainContent h2{
	border-left: 5px solid #60aec3;
	padding:8px 0 8px 12px;
	border-bottom: 1px dashed #60aec3;
	margin:15px 0 8px;
	font-family: "Noto Sans Japanese";
	font-size:1.2em;
}
#mainContent h3{
	text-align: center;
	margin:12px 0 8px;
	color:#60aec3;
	font-size:1.1em;
	border-bottom:none;
	background:none;
}
#mainContent h3 span{
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

#mainContent h3 span:before, #mainContent h3 span:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	background:#60aec3;
	border-radius: 1px;
}

#mainContent h3 span:before {left:0;}
#mainContent h3 span:after {right: 0;}
/*ナビ*/
.menuCont li{
	text-align: center;
	width:50%;
	float:left;
	padding:10px 0;
	border-bottom:1px dashed #666;
	border-right:1px dashed #666;
	position:relative;
}
.menuCont li:nth-child(2n){
	border-right:none;
}
.menuCont li:after {
    font-family: "fontAwesome";
    content: '\f107';
    position: absolute;
    right: 5%;
    top: 20%;
    font-size: 1.4em;
    color: #666;
}
.menuCont li a{
	color:#000;
}
/*検索*/
#searchTour{
	border:1px solid #666;
	width:96%;
	margin:8px auto;
	padding: 0;
}
#searchTour p{
	background:#666;
	color:#fff;
	text-align: center;
	padding:8px 0;
	font-size:1.1em;
}
.selectDateInner{
	padding:8px;
}

#selectDateBox select {
    padding: 5px;
    height: auto!important;
    border: 1px solid #666;
    font-size: 1.1em;
    margin:0 5px;
}
#selectDateBox form button.searchDateBtn{
	padding: 5px 16px;
    background: #f90;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 5px;
    float:right;
    border-radius: 5px;
    float: none;
}
#selectDateBox input.year1[type='text'] {
    width: 100px;
}
#selectDateBox input[type='text']{
	font-size: 1em;
	width: 50px;
}
/*リードテキスト*/
.leadTxt{
	padding:8px;
	background: #F6F5F1;
}
.leadImg{
	width:30%;
	float:left;
	padding-right:8px;
}
.leadImg img{
	width:100%;
	border-radius: 8%;
}
/*コース・料金*/
.courseCont{
	padding:8px;
}
.content .courseCont dl {
    width: 100%;
    float: none;
	display: flex;
	flex-wrap: wrap;
}
.courseCont dt,.courseCont dd{
	padding:5px;
	margin-bottom:3px;
}
.courseCont dt{	
	background:#e4e5e8;
	padding: 3px;
	width: 25%;
}
.content .courseCont dd {
    width: 73%;
}
.courseCont dd span{
	font-weight:bold;
	font-size:1em;
	color:#c00;
	margin:0 10px 0 8px;
}
.reserve_mul {
    display: flex;
    justify-content: center;
}
.reserveBtn{
	padding:8px;
	position:relative;
}
.reserveBtn a{
	background:#f90;
	color:#fff!important;
	text-align: center;
	padding:12px 15px;
	border-radius: 8px;
	position:relative;
}
.reserveBtn a:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleY(0.8) rotate(-45deg);
    -moz-transform: scaleY(0.8) rotate(-45deg);
    -ms-transform: scaleY(0.8) rotate(-45deg);
    -o-transform: scaleY(0.8) rotate(-45deg);
    transform: scaleY(0.8) rotate(-45deg);
}
.reserveBtn p{
	text-align: center;
	font-weight: bold;
	margin-bottom:5px;
}
.comingsoon{
	position:absolute;
	width: 95%;
	height:100%;
	text-align: center;
	background:rgba(253,253,253,0.8);
	z-index: 2;
	font-size:1.2em;
	padding:12px 0;
}
/*見どころ*/
.sightCont{
	padding:0 8px;
}
.sightCont li{
	display:inline-block;
	width:48.5%;
	margin-right: 5px;
}
.sightCont li:nth-child(2n) {
    margin-right: 0;
}
.sightCont li img{
	width:100%;
}
.sightCont h4{
	text-align: center;
	margin:5px 0;
}
/*のりば*/
.meetingMap{
	padding:0 8px;
}
.meetingMap p{
	margin:8px 0;
}
.meetSpot{
	padding:0 8px;
}
.meetSpot li{
	display:inline-block;
	width:48.5%;
	margin-right: 5px;
}
.meetSpot li:nth-child(2n) {
    margin-right: 0;
}
.meetSpot li img{
	width:100%;
}
.meetSpot li h4{
	text-align: center;
	margin:5px 0;
}
/*その他エリア*/
#otherArea .otherAreaCont{
	margin-top:5px;
	display:table;
	border-collapse: separate;
	border-spacing: 2px 0; 
	font-size:0.9em;
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:5px;
	width:100%;
	position: relative;
}

#otherArea .otherAreaCont:last-child{
	border-bottom:none;
}
#otherArea .otherAreaCont a,
#yoyaku .specialCruiseCont a{
	position:relative;
	width:100%;
}
#otherArea .otherAreaCont a::before,
#otherArea .otherAreaCont a::after,
#yoyaku .specialCruiseCont a::before,
#yoyaku .specialCruiseCont a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#otherArea .otherAreaCont a::before,
#yoyaku .specialCruiseCont a::before{
	left: 96%;
	width: 6px;
	height: 6px;
	border-top: 3px solid #999;
	border-right: 3px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#otherArea .otherAreaCont p{
	display:table-cell;
	width:30%;
	vertical-align:top;
	 
}
#otherArea .otherAreaCont dl{
	display:table-cell;
	vertical-align:top;
	padding:3px 8px 0px 5px;	
}
#otherArea .otherAreaCont dl dt{
	font-weight:bold;
	font-size:1.1em;
}
#otherArea .stop_cover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.5);
	text-align: center;
	height: 100%;
    z-index: 2;
    color: #fff;
    font-size: 2em;
    line-height: 2em;
}
#question .questionInner{
	margin-top:5px;
}

#question dl dt,
#question dl dd{
	padding:5px;
	
}
#question dl dt{
	background:#999999;
	color:#FFFFFF;
	font-weight:bold;
}


.otherPlan {
    display: block;
    font-size: 12px;
    border: #003CAD  1px solid;
    padding: 8px;
    width: 70%;
    text-align: center;
    margin: 8px auto;
    text-decoration: none;
	background-color:#FFF;
}

/*skyduckトップページ*/
.menuCont.skyduckTop li{
	width: 100%;
}
.tab ul{
	display:table;
	width:100%;
	border-collapse: separate;
 	border-spacing: 2px 0;
 }
.tab li{
	background:#fff;
	color:#60aec3;
	display:table-cell;	
	padding:8px 0;
	text-align: center;
	border:1px solid #60aec3;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom:none;
	cursor: pointer;
}
.tab li.select{
	background:#60aec3;
	color:#fff;
}
.content section{
	border:1px solid #60aec3;
	padding:0 10px;
}
#mainContent .content section h2{
	border:none;
	color:#60aec3;
	padding: 0;
    margin: 20px 0;
    font-size: 1.3em;
}
.content .courseCont p{
	width: 80%;
    margin: 8px auto;
    float: none;
}
.content .courseCont p img{
	width:100%;
}
.hikaku table{
	border:1px solid #666;
	width:100%;
	border-collapse: collapse;
	margin:30px 0;
}
.hikaku table th{
	background:none;
	text-align: left;
}
.hikaku th,.hikaku td{
	border:1px solid #666;
	padding:5px;
}

.hikaku table th a{
	float:none;
	text-decoration: underline;
}
.hikaku_ttl{
	font-weight:bold;
	text-align: center;
}
.access{
	margin-top:15px;
}
.access p{
	text-align: center;
	font-weight:bold;
	margin:8px 0;
}
#comments li{
	border-bottom:none!important;
}
.comments li blockquote {
    position: relative;
    background:#eee;
    padding:20px;
}
.comments blockquote:before {
    content: "“";
    font-size: 300%;
    line-height: 0.8em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #666;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
}
.comments blockquote:after {
    content: "”";
    font-size: 300%;
    line-height: 0em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #666;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
}

.tour-process li{
	display: flex;
	position: relative;
    margin: 10px 0;
    background: #60aec3;
    border-radius: 8px;
    overflow: hidden;
}

.tour-process li img{
	flex:0 0 35%;
	width: 35%;
}
.tour-process span{
	background: #60aec3;
    color: #fff;
    font-size: 1.6em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.tour-process p{
	color:#fff;
	padding:8px;
}


.reserveBtn-time {
    margin: 20px 0;
}
.reserveBtn-time ul{
	display: flex;
	justify-content: space-between;
}
.reserveBtn-time li{
	flex: 0 0 30%;
}
.reserveBtn-time li a{
	background: #f90;
	color: #FFF;
	padding: 20px 0;
	text-align: center;
	display: block;
	position: relative;
	border-radius: 8px;
    font-size: 1.2rem;
}
.reserveBtn-time li a:before {
    position: absolute;
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}</pre></body></html>