<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 {
	line-height: 130%;
}

article {
	max-width: 1024px;
	margin: 0 auto;
}

nav {
	max-width: 1024px;
	margin: 0 auto;
}

.centerbody {
	font-family: inherit !important;
}

.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;
}

#mainRight {
	max-width: 100%;
}

#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;
}

#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 {
	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 {
	margin: 8px 0 15px;
}

.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: 50%;
	top: 60%;
	font-size: 1.4em;
	color: #666;
}

.menuCont li a {
	color: #000;
}

/*検索*/
#searchTour {
	border: 1px solid #666;
	margin: 20px auto;
	width: 95%;
}

#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: 1em;
	margin: 0;
}

#selectDateBox input.year1 {
	width: 50px;
}

#selectDateBox form button.searchDateBtn {
	padding: 5px 10px;
	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 {
	padding: 8px;
	background: #F6F5F1;
}

.leadImg {
	width: 30%;
	float: left;
	padding-right: 8px;
}

.leadImg img {
	width: 100%;
	border-radius: 8%;
}

/*コース・料金*/
.courseCont {
	width: 95%;
	margin: 0 auto;
}

.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: 100%;
	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;
}

#course .content {
	width: 100% !important;
	margin: 0 !important;
}

.reserveBtn {
	padding: 8px 15px;
	margin: 15px 0;
	position: relative;
}

.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;
}

.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;
}

.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: 8px 0;
}

.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: 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: 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;
}

#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;
	line-height: 1.4em
}

#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;
}

#mainContent .content section h2 {
	border: none;
	color: #60aec3;
	padding: 0;
	margin: 20px 0;
	font-size: 1.8em;
}

.comments {
	width: 95%;
	margin: 0 auto;
}

.content .courseCont p {
	width: 35%;
	float: left;
	margin-right: 12px;
}

.content .courseCont p img {
	width: 100%;
}

.content .courseCont dl {
	width: 63%;
	float: left;
}

@media (max-width: 787px) {
	.content .courseCont p {
		width: 100%;
	}

	.content .courseCont dl {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
}

.content .courseCont dt {
	width: 20%;
}

.content .courseCont dt span {
	font-size: 0.9em;
}

.content .courseCont dd {
	width: 78%;
}

.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;
}

.map {
	text-align: center;
	max-width: 700px;
	margin: auto;
}

.tour-process ul {
	display: flex;
	flex-wrap: wrap;
}

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

.tour-process li:nth-child(3n) {
	margin-right: 0;
}

.tour-process li img {
	width: 100%;
}

.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;
}

.meetingCont {
	width: 95%;
	margin: 0 auto;
}

.question {
	width: 95%;
	margin: 0 auto;
}

.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.5rem;
}

.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);
}

#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;
}

/*240213-faq*/
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_qa {
	border-top: 1px solid #1b2538;
}

.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #1b2538;
}

.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #1b2538;
}

.cp_qa .cp_actab label:hover {
	color: #00838F;
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	color: #ffffff;
	background: rgba(0, 131, 143, 0.5);
}

.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}

/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked~label {
	color: #00838F;
}

/* --答えの高さ */
.cp_qa .cp_actab input:checked~.cp_actab-content {
	max-height: 40em;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}

.cp_qa .cp_actab input[type=checkbox]+label::after {
	content: '▼';
}

.cp_qa .cp_actab input[type=checkbox]:checked+label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/*240213-faq*/

@media (min-width: 788px) {
	.leadTxt {
		padding: 0px;
		background: #ffffff;
	}

	#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;
	}

	#searchTour {
		border: 1px solid #666;
		margin: 20px auto;
		width: 100%;
	}

	.courseCont {
		width: 100%;
	}

	.courseCont dd {
		width: 73%;
		border-bottom: 1px dotted #ddd;
		margin-left: 5px;
	}

	.comments {
		width: 100%;
	}

	.meetingCont {
		width: 100%;
	}

	.question {
		width: 100%;
	}

	.menuCont li:after {
		font-family: "fontAwesome";
		content: '\f107';
		position: absolute;
		right: 5%;
		top: 30%;
		font-size: 1.4em;
		color: #666;
	}
}

/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
	width: calc(100%/5);
	background: #fff;
	color: #60aec3;
	display: table-cell;
	padding: 8px 20px;
	text-align: center;
	border: 1px solid #60aec3;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom: none;
	cursor: pointer;
}

.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
	border: 1px solid #60aec3;
}

@media (max-width: 787px) {
	.tab_content {
		padding: 20px 10px 0;
	}
}

/*選択されているタブのコンテンツのみを表示*/
#trc:checked~#trc_content,
#sgc:checked~#sgc_content,
#otc:checked~#otc_content,
#odc:checked~#odc_content,
#ymc:checked~#ymc_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
	background-color: #60aec3;
	color: #fff;
}

.row {
	max-width: 100%;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.row&gt;* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
}

.justify-content-center {
	justify-content: center !important;
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto&gt;* {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1&gt;* {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2&gt;* {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3&gt;* {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4&gt;* {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5&gt;* {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6&gt;* {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

@media (min-width: 768px) {
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}</pre></body></html>