<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;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
li { list-style-type: none;}

a { text-decoration:none; overflow: hidden;}
a:hover{opacity:0.8}
body {
	font-family: Verdana,Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial,   Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
	margin-right: auto;
	margin-left: auto;
}
article{
max-width:1024px;
margin:0 auto;
}
#mainRight h2.ttl{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	padding:20px 0;
	text-align:center;
	border-bottom:#3399ff 3px solid;
	border-top: #3399ff 3px solid;
	background:url(../../img/pref_category/kyusyu_cruise/shipIcon.jpg) no-repeat left;
	font-size:1.8em;
	margin-bottom:10px;
	clear:both;
}
.cruiseContent{
	margin-bottom:30px;
}
p.leadText{
	margin:15px 8px;
	font-size:1.1em;
	line-height:1.3em;
}
/*メニュー*/
#cruiseMenu{
	margin:10px 0;
}
#cruiseMenu ul li{
	float:left;
	vertical-align:middle;
	width:33.2%;
	text-align:center;
	font-size:15px;
	border-right:1px solid #999;
	background:#fff;
	padding:8px 0;
}
#cruiseMenu ul li:last-of-type{
	border-right:none;
}
#cruiseMenu ul li a{
	color:#333333;
	display:block;
	padding:8px 0;	
}
#cruiseMenu ul li a:hover{
	background:#3399ff;
	color:#fff;
}
#cruiseMenu ul li i{
	margin-left:5px;
}
@media only screen and (max-width: 767px){
h2.ttl{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	padding:0px;
	text-align:center;
	border-bottom:#3399ff 3px solid;
	border-top: #3399ff 3px solid;
	background:url(../../img/pref_category/kyusyu_cruise/shipIcon.jpg) no-repeat left!important;
	font-size:1.3em;
	margin-bottom:5px;
	clear:both;
}
h2.ttl span{
	padding:35px 0 10px;
	display:block;
 }
#cruiseMenu ul li{
	width: 30%;
	font-size: 1em;
	padding: 5px;
}

}
/*説明*/
#aboutCruise p.aboutContImg{
float: left;

width: 310px;

margin-right: 8px;

margin-left: 20px;
}
#aboutCruise .contRight p.aboutContImg{
	float:right;
}
#aboutCruise .aboutContents{
	margin-top:12px;
}
#aboutCruise .aboutContText{
	/*float:left;
	width: 284px;*/
	padding-top:30px;
	position:relative;
	margin-left: 50px;
}

#aboutCruise .aboutContText h3{
	color:#39F;
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	font-size:1.9em;
	line-height:1.2em;
	margin-bottom:5px;
}
#aboutCruise .aboutContText p{
	font-size:1em;
	line-height:1.4em;
}
#aboutCruise .aboutContText p span{
	/*background:#FFC595;
	padding: 2px;*/
}
#aboutCruise .aboutContText:after{
	position:absolute;
	content:'';
	width: 80px;
    height: 80px;
	z-index:-1;
}
#aboutCruise .aboutContents .text1:after{
	background:url(../../img/pref_category/cruise0025/imgCamera.png) no-repeat;
	right: 5%;
    bottom: -45%;    
}
#aboutCruise .aboutContents .text2:after{
	background:url(../../img/pref_category/cruise0025/imgFork.png) no-repeat;
	right: 2%;
    top: -2%;    
}
#aboutCruise .aboutContents .text3:after{
	background:url(../../img/pref_category/cruise0025/imgShip.png) no-repeat;
	right: 2%;
    bottom:  -30%;    
}
#aboutCruise .aboutText .shipInfo{
	font-size:0.8em;
	border:1px solid #999;
	padding:3px;
	line-height:1.3em;
	margin-top:8px;
}
#aboutCruise .aboutText .shipInfo i{
	margin-right:3px;
}
#aboutCruise p.reserveBtn{
	clear:both;
	margin:15px auto;
	width:96%;
}
#aboutCruise p.reserveBtn a{
	background:#f90;
	color:#fff;
	padding:12px;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
	display:block;
	font-size:1.3em;
}
#aboutCruise p.reserveBtn a i{
	margin-left:8px;
}

#cruiseMap p {
    width: 100%;
    margin: 30px auto 0px;
}
#cruiseMap p img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}
@media only screen and (max-width: 767px){
#aboutCruise .aboutContents{
	padding:5px;
}
#aboutCruise p.aboutContImg{
	width:35%;
	margin: 5px 5px 0 0;
}
#aboutCruise p.aboutContImg img{
	width:100%;
	height:auto;
}
#aboutCruise .aboutContText{
	width:80%;
	padding-top: 5px;
	z-index:1;
}
#aboutCruise .aboutContText h3{
	background:none!important;
	border-bottom:none!important;
	font-size:1.3em;
	margin-top:0!important;
	padding:0;
}
#aboutCruise .aboutContents .text1:after{
	background:url(../../img/pref_category/cruise0025/imgCamera.png) no-repeat;
	right: 5%;
    bottom: -10%;    
}
#aboutCruise .aboutContents .text2:after{
	background:url(../../img/pref_category/cruise0025/imgFork.png) no-repeat;
	right: 0%;
    top: -2%;    
}
#aboutCruise .aboutContents .text3:after{
	background:url(../../img/pref_category/cruise0025/imgShip.png) no-repeat;
	right: 2%;
    bottom:0%;    
}
#cruiseMap p{
	width:80%;
	margin:0px auto 10px;
}
#aboutCruise p.reserveBtn a:link,
#aboutCruise p.reserveBtn a:visited{
	color:#fff!important;
}
}
/**/
#cruisePlan table{
	border-collapse: collapse;
	width:80%;
	margin:20px auto;
	font-size:13px;
}

#cruisePlan table th{
	background:#e5e5e5!important;
	border-bottom:none!important;
	text-align:center!important;
}
#cruisePlan table th,#cruisePlan table td{
	border: solid 1px #999!important;
	padding: 5px!important;
	line-height:1.3em;
}
#cruisePlan table .cruiseCategory th{
	background:#3399ff!important;
	color:#fff;
	border-right:#fff 1px solid!important;
}
#cruisePlan table .cruiseCategory th:last-of-type{
	border-right:solid 1px #999!important;
}
.cruisePlanContent{
	margin-bottom:20px;
}
.cruisePlanContent p.note{
	padding:5px;
	font-size:1.1em;
	text-align:center;
	line-height:1.2em;
}
.cruisePlanContent p.note span{
	font-weight:bold;
}
.cruisePlanContent h3{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	background:#e5e5e5;
	text-align:center;
	border-left:10px solid #333!important;
	font-size:1.6em!important;
	line-height: 1.7em;
	color:#333!important;
	padding:8px 0!important;
	margin:10px auto!important;
	border-bottom:none;
}

.cruisePlanContent h4{
	font-size:1.5em;
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	color:#39F;
}
.cruisePlanContent.xmascruise{
	border: 2px solid #034510;
    padding:0 8px;
}
.cruisePlanContent.xmascruise h3{
	background: #CC3333;
    border-left: 10px solid #034510!important;
    color: #fff!important;
}
.cruisePlanContent.xmascruise h4{
	color:#034510;
}
.cruisePlanContent .cruiseInfo{
	width:80%;
	margin:10px auto;
	padding:8px;
	border:1px solid #999;
	text-align:center;
}
.cruisePlanContent .cruiseInfo span{
	margin-right:8px;
	font-weight:bold;
}
.cruisePlanContent .cruisePlan{
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px dotted #999;
	clear:both;
	background:url(../../img/pref_category/cruise0025/imgFork.png) no-repeat;
	background-position: 98% 90%;
}
.cruisePlanContent .cruiseOnly{
	background:url(../../img/pref_category/cruise0025/imgShip.png) no-repeat;
	background-position: 98% 90%;
}
.cruisePlanContent .cruisePlan:last-of-type{
	border-bottom:none;
}
.cruisePlanContent .planImg{
	width: 40%;
    margin-right:8px;
	float:left;
}
.cruisePlanContent .planImg img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.cruisePlanContent .planExp {
    width: 58%;
    float: left;
	margin-bottom:8px;
}
.cruisePlanContent .planPrice{
	margin-top:20px;
}
.cruisePlanContent .planPrice li{
	font-size:1.2em;
	margin-left:60px;
	margin-bottom:5px;
}
.cruisePlanContent .planPrice span{
	color:#F00;
	font-weight:bold;
	font-size:1.4em;
	margin-left:8px;
	letter-spacing: 1px;
}
.cruisePlanContent .planSchedule{
	text-align: center;
	margin-top:8px;
	font-weight:bold;
}
.cruisePlanContent .planSchedule li{
	display: inline-block;
	font-size:1.2em;
	margin-right:10px;
}
.cruisePlanContent .planExp p{
    margin: 8px auto;
    line-height: 1.3em;
	font-size:1.1em;
	background-color: #e5f2ff;
}
.cruisePlanContent .planPrice .priceTtl{
	margin-bottom:3px;
	font-weight:bold;
}
.cruisePlanContent .planPrice p{
	font-weight:bold;
	margin:8px 0 3px 60px;
}
.cruisePlanContent .reserveBtn {
	width:80%;
	margin:5px auto 10px;
	clear:both;
}
.cruisePlanContent .reserveBtn a{
	background:#f90;
	display:block;
	color:#fff;
	padding:15px;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
	font-size:1.5em;
}
@media only screen and (max-width: 767px){
.cruisePlanContent{
	margin-bottom:0;
}
.cruisePlanContent h3{
	font-size: 1.2em;
    padding: 10px 0 10px!important;
}
.cruisePlanContent h4{
	background:none!important;
	border-top:none!important;
	font-size:1.2em;
}
.cruisePlanContent{
	padding: 5px;
}
.hakataCruise .cruisePlanContent .planImg{
	margin:0 auto;
}
.cruisePlanContent .planImg img {
    width: 100%;
    height: auto;
}
.cruisePlanContent .planExp{
	width:57%;
	margin-bottom:8px;
}

.cruisePlanContent .planPrice li{
	display:block;
	margin-bottom:5px;
	font-size:1em;
}
.cruisePlanContent .planPrice span{
	font-size:1.2em;
}
.cruisePlanContent .planExp p{
	width: 100%;
    margin: 8px auto;
    line-height: 1.2em;
	font-size:1em;
}
.cruisePlanContent .reserveBtn a{
	font-size:1.2em;
}
.cruisePlanContent .reserveBtn a:link,
.cruisePlanContent .reserveBtn a:visited{
	color:#fff!important;
}
}/*その他の地域*/
.otherArea {
    margin: 8px 0 15px;
}
.otherArea .otherTtl,h2.ttl_c{
	font-family: "Sawarabi Mincho";
    color: #8C0000;
    font-size: 1.5em;
    font-weight: normal;
    margin: 15px 5px 10px 5px;
    position: relative;
    padding: 5px 0px 5px 5px;
}
.otherArea .otherTtl:after,h2.ttl_c:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
	border-bottom:#8C0000 solid 2px;
/*    background: -webkit-repeating-linear-gradient(-45deg, #8C0000, #8C0000 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #8C0000, #8C0000 2px, #fff 2px, #fff 4px);*/
}
.otherArea li{
	float:left;
	width:32.6%;
	margin-right:5px;
	margin-bottom:5px;
	position:relative;
	text-align: center;
	box-sizing: border-box;
	background: #BFB4B2;
    border-radius: 5px;
}
.otherArea li:nth-child(3n){
	margin-right:0px;
}
.otherArea li img{
	width:100%;
	height:122px;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.otherArea li:hover{
	opacity:0.8;
}
.otherArea li .areaName{
	font-family: 'Satisfy', cursive;
	font-size:2.6em;
	color:#fff;
	top: 46%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position:absolute;
	-webkit-text-shadow: 0px 0px 8px #333;
  	-moz-text-shadow: 0px 0px 8px #333;
  	text-shadow: 0px 0px 8px #333;
}
.otherArea li .areaTtl{
	font-size:1.1em;
	padding: 12px 0;
    font-weight: bold;
}
@media only screen and (max-width: 767px){
.otherArea li{
	width:48.6%;

}
.otherArea li:nth-child(3n){
	margin-right:5px;
}
}

/*Q&amp;A*/
#QandA dl{
	font-size:13px;
	line-height:1.5em;
	padding:10px;
	background-color:#FFF;
	width: 90%;
	padding: 8px;
	margin: 8px auto;
}
#QandA dt{
	padding-bottom: 5px;
    width: 95%;
    margin: 0 auto 5px;
}
#QandA dd{
	border-bottom:#999999 1px dotted;
	padding-bottom:5px;
    width: 95%;
    margin: 0 auto 10px;
}
#QandA dt:before{
	content:"Q";
	background:#666;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#FFFFFF;
	padding:3px 5px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
#QandA dd:before{
	content:"A";
	background:#06c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#FFFFFF;
	padding:3px 5px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
/*0929faq刷新*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
/***　おしゃれテーブル5　ポルカドット ***/
 
.osare5-table {
 width:100%;
 table-layout: fixed;
   border: none !important;
    border-collapse: separate;
    border-spacing: 4px 4px;
}


.osare5-table th {
   border: none !important;
}

.osare5-table tbody td {
  border: none !important;
  background-color:#f0fff0 !important;
  border-bottom: solid 2px #f9f9f9 !important;
  background-image: radial-gradient(white 15%, transparent 16%),
  radial-gradient(white 15%, transparent 16%);
  background-size:30px 30px;
  background-position: 0 0, 15px 15px;

}

/* ヘッダー */
.osare5-table thead th {
  font-weight: bold;
  border-radius: 5px 5px 5px 5px;
  background:#f6f0ff;
}

/* フッター（比較表と色つけたとき用） */
.osare5-table tfoot td {
border-radius: 0 0 10px 10px;
}
 
 
/* ボディ項目 */
.osare5-table tbody th {
  border-radius: 5px 5px 5px 5px;
  background:#fffcf0;
  font-weight: bold;
  border-bottom: solid 2px #f9f9f9 !important;
  line-height:4.5em;
}
 
/* フッター項目 */
.osare5-table tfoot th {
 background:none;
 line-height:3em;
 font-weight: bold;
}


/* フッターデータ(フッターがあるときのみ有効) */
.osare5-hikaku tfoot td {
 border: none !important;
 background:none;
 text-align:center;
 font-weight:600;
 font-size:1em;
}

 
/* ボディデータ */
.osare5-table tbody td {
 text-align:center;
}
 
.osare5-table thead th:first-child  {
  background:none;
}

 
/* 最終行のボーダーをなくす */
.osare5-table tbody tr:last-child th,
.osare5-table tbody tr:last-child td {
 border-bottom:none !important;
}

/* スマホ調整 */
@media (max-width: 767px) {
  .osare5-table thead th,
  .osare5-table tbody th {
      padding:0;
  }
  .osare5-table tfoot td {
  padding:0;
  font-size:0.9em;
  }
.osare5-table tfoot td:nth-child(2) {
   font-size:1em;
  }
  
}</pre></body></html>