<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;
}
p {
    line-height: 1.4em;
}
body {
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.centerbody{	
    font-family: inherit!important;
}
#mainContent {
    max-width: 1024px;
    margin: auto;
}
.otherAreaCont img {
    width: 300px;
    height: 150px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
#mainContent img {
    width: 100%;
}
.notification{
	text-align: center;
	color:#c00;
	padding:8px 10px;
}

.notification ul{
	margin: 10px;
}

.notification a{
	text-decoration: underline;
	text-align: left;
	font-size: 1.1em;
}

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

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

#selectDateBox input{
    padding: 5px;
    height: auto!important;
    border: 1px solid #999;
    font-size: 1.1em;
    margin:0 5px;
}
#selectDateBox input.year1{
    width: 100px;
}
#selectDateBox form button.searchDateBtn{
	padding: 5px 30px;
    background: #f90;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    margin:0 0 0 30px;
    border-radius: 5px;
}
#useDay01,img.ui-datepicker-trigger,button.searchDateBtn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.selectDuck{
	display: block;
	padding:8px 0;
}
.searchTop #selectDateBox form button.searchDateBtn{
	padding: 8px 50px;
    font-size: 1.2em;
    margin: auto;
    display: block;
}
/*リードテキスト*/
.leadTxt{
	margin: 30px 0;
}
.leadImg{
	width:30%;
	float:left;
	padding-right:8px;
}
.leadImg img{
	width:100%;
	border-radius: 8%;
}
.leadText{
	float: left;
    width: 68%;
    font-size: 1.1em;
    line-height: 1.3em;
    margin-left: 15px;
}
.leadText p {
    line-height: 2.4em;
    margin-top: 40px;
}
#mainContent h2 {
    border-left: 5px solid #60aec3;
    padding: 8px 0 8px 12px;
    border-bottom: 1px dashed #60aec3;
    margin: 30px 0 15px;
    font-family: "Noto Sans Japanese";
    font-size: 1.5em;
}
/*コース・料金*/
.courseCont dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.courseCont dt,.courseCont dd{
	padding:5px;
	margin:3px 0;
	font-size:1.1em;
	float: left;
}
.courseCont dt{	
	background:#e4e5e8;
	font-weight:bold;
    width: 25%;
}
.courseCont dd{
	width: 73%;
    border-bottom: 1px dotted #ddd;
    margin-left: 5px;
}
.courseCont dd span{
	font-weight:bold;
	font-size:1.3em;
	color:#c00;
	margin:0 12px 0 8px;
}
.reserve_mul {
    display: flex;
}
.reserveBtn{
	padding:8px 15px;
	position: relative;
	flex: 0 0 50%;
    width: 50%;
    margin: 25px auto;
}
.reserveBtn a{
	background:#f90;
	color:#fff!important;
	text-align: center;
	padding:12px 0;
	border-radius: 8px;
	position:relative;
	display: block;
	font-size:1.1em;
	font-weight:bold;
	border: #f90 2px solid;
	transition: all 300ms 0s ease;
}
#mainContent h3 {
    text-align: center;
    margin: 12px 0;
    color: #60aec3;
    font-size: 1.3em;
    border-bottom: none;
    font-family: "Noto Sans Japanese";
}
#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;
}
iframe {
    width: 90%;
    height: 350px;
    margin: 0 auto;
}
#mainContent h3 span {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-family: "Noto Sans Japanese";
    color: #60aec3;
    font-size: 1.3em;
}
.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 a:hover{
	color:#f90!important;
	background:#fff;
}
.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:49%;
	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: 10px 36%;
    font-size: 15px;
}
.meetSpot{
	padding:0 8px;
}
.meetSpot li{
	display:inline-block;
	width:49%;
	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; 
	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: 95%;
    width: 15px;
    height: 15px;
    border-top: 5px solid #999;
    border-right: 5px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    TOP: -125px;
}
#otherArea .otherAreaCont p{
	display:table-cell;
	width:20%;
	vertical-align:top;
}
#otherArea .otherAreaCont dl{
	display:table-cell;
	vertical-align:top;
	padding:3px 8px 0px 8px;
	color:#000;
}
#otherArea .otherAreaCont dl dt{
	font-weight:bold;
	font-size:1.2em;
    margin-top: 15px;
    margin-bottom: 15px;
}
#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 5px 15px 5px;
	line-height: 1.4em;
    font-size: 15px;
}
#question dl dt{
	background:#999999;
	color:#FFFFFF;
	font-weight:bold;
}
/*skyduckトップページ*/
.menuCont.skyduckTop li{
	width:33%;
}
.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;
}
#topics #mainContent .content section h2{
	border:none;
	color:#60aec3;
	padding: 0;
    margin: 20px 0;
    font-size: 1.8em;
}
.content .courseCont p{
	width:35%;
	float:left;
	margin-right:12px;
}
.content .courseCont p img{
	width:100%;
}
.content .courseCont dl{
	width:63%;
	float:left;
}
.content .courseCont dt{
	width:20%;
}
.content .courseCont dd {
    width: 78%;
}
#topics .hikaku table{
	border:1px solid #666;
	width:100%;
	border-collapse: collapse;
	margin:30px 0;
}
#topics .hikaku table th{
	background:none;
	text-align: left;
}
#topics .hikaku th,#topics .hikaku td{
	border:1px solid #666;
	padding:5px;
}

#topics .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;
}
.map{
	text-align:center;
}

.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;
}
@media screen and (max-width: 767px) {
    .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 a {
    font-size: 14px;
}
    .menuCont li:after {
       top: 14%; 
    }
    .otherAreaCont img {
    width: 135px;
    height: 122px;
    object-fit: cover;
    object-position: center;
}
    .leadImg {
    width: 40%;
    padding-right: 8px;
}
    .leadTxt {
        margin: 8px 0;
    padding: 8px;
    background: #F6F5F1;
        margin-left: 4px;
}
    .leadText {
       width: 57%;
        margin-left: 5px;
    }
    .leadText p {
        line-height: 16px;
        font-size: 14px;
        margin-top: 5px;
    }
    #mainContent h2 {
        font-size: 17px;
    font-weight: bold;
    }
    #mainContent h3 span {
       font-size: 17px; 
    }
    .courseCont dt {
      width: 100%;  
    }
    .courseCont dt, .courseCont dd {
        clear: both;
    }
    .courseCont dd {
        border-bottom: none;
        width: 100%;
    }
    .reserveBtn {
        width: 90%;
    }
    .meetingMap p {
       margin: 10px 13%; 
    }
    #question dl dt, #question dl dd {
           font-size: 13px; 
    }
    #otherArea .otherAreaCont p {
        width: 35%;
    }
    #otherArea .otherAreaCont dl dt {
        font-size: 15px;
        margin-top: 0px;
    }
    iframe {
    height: 250px;
}
    .leadImg img {
    width: 100%;
    height: 133px;
    object-fit: cover;
    object-position: center;
}
    }    </pre></body></html>