<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.wrap{
	overflow:hidden;
}
/*style*/
* { 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing:border-box;
}
h2{
	border-bottom:none!important;
	font-weight:bold!important;
}
a{
	text-decoration:none;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 1s linear;
	
}
a,a:link,a:visited{
	color: #666;
	}
#mainRight h2{
	padding-left:35px;
	margin-left:5px;
	margin-bottom:15px;
	clear:both;
}
.crumb{
	width: auto;
	margin-bottom:8px;
	padding:8px 0;
}
h2.ttl{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	margin:40px 0 30px!important;
	font-size:1.5em!important;
	text-align:center;
	padding: 3px 0px;
}
h2.ttl:before,h2.ttl:after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);		
}
h2.ttl:before{
	top: -15px;
}
h2.ttl:after {
	bottom: -15px;
}
.ttl span.eng{
	font-family:'Open Sans', sans-serif;
	font-size:1.2em;
}
.ttl span.eng:after{
	content:"│";
	padding:0 8px;
	font-size:0.8em;
	font-weight:normal;
}
.ttl-detail03 {
    font-size: 100%!important;
}
h3.ttl_b{
	background:#6ad1c8;
	padding:8px 0 8px 8px;
	margin:8px 0;
	font-size:1.2em;
}
article{
	max-width:1024px;
	margin:0 auto;
	overflow: hidden;
}

/*メイン画像*/
#mainPhoto{
	position:relative;
}
#mainPhoto:after{
	content: "";
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.4;
	background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #eee, #eee 2px, #fff 2px, #fff 4px);		
}
#mainPhoto h1{
	position: absolute;
	top: 50%;
	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%);
	z-index:1;
	background:rgba(255,255,255,0.8);
	font-size:270%;
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
    text-align: center;
    padding: 25px 0;
}
#mainPhoto h1:before {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 3px solid #666;
    left: 0;
    top: 5px;
}
#mainPhoto h1:after {
    position: absolute;
    width: 100%;
    border-top: 3px solid #666;
    left: 0;
    bottom: 5px;
    content: '';
}
#mainPhoto ul li img{
	width:100%;
	height:430px;
}
#mainPhoto .mainImgBg{
	height:350px;
}
.mainImgBg{
	background: url(/photo/TP-0000000798-01.jpg);
    background-size: cover;
    background-position: center;	
}

/*検索*/
.searchBox{
	margin:15px 0;
	border: #333 2px solid;
}
.searchBox .tourTtl{
	text-align:center;
	font-size:1.1em;
	background:#333;
	color:#fff;
	padding:5px 0;
}
.searchBox .tourTtl i{
	margin-right:3px;
}
.searchBox .tourTtl span.eng:after{
	content:"│";
	padding:0 2px;
	font-size:0.8em;
	font-weight:normal;
}
.searchBoxInner {
	padding: 5px;
    font-size: 1em;
    width: 62%;
    margin: 0 auto;
}
.searchBox img.ui-datepicker-trigger {
    width: 25px;
    height: auto;
    vertical-align: bottom;
}
.searchBox dl{float:left; margin:0 10px;}
.searchBox dt{padding:2px 0;}
.searchBox dt.selectDateTtl{float:none;padding:5px 0 0;}
.searchBox dd{margin-bottom:3px;}
.searchBox p.searchBtn{float:right;width: 20%; padding: 15px 0px 0px 0px;}
.searchBox p.searchBtn button{width:100%;background-color:#f90;border:none;padding:5px 0; color:#FFFFFF;cursor:pointer;border-radius:5px;margin:5px auto;font-size:1.2em;}
.searchBox p.searchBtn button i{margin-right:5px;}
.searchBox p.searchBtn button:hover{background-color:#CCC;}
.searchBox .search_keyword{border-top:#FFF 1px solid;padding-top:5px;}
.searchBox .search_keyword ul li{float:left;margin-right:8px;line-height:1.5em;margin-bottom: 3px;}
.searchBox .search_keyword ul li a{text-decoration:underline;}
.searchBox select,.searchBox input{padding:3px;max-width: 200px;}
.searchBox dd.selectDate input{width:30px;padding:3px;background:#eee;}
.searchBox dd.selectDate input.year1{width:80px;}
.searchBox dd.selectDate span{float:left;margin-right:5px;font-size: 0.9em;}
.searchBox dd.selectDate img{vertical-align:middle;cursor:pointer;width:29px;height:29px;}
.searchBox dd.selectDate img:hover{opacity:0.8;}
.searchBox dd.inputKeyword input.txt{width:100%;}

/*リード文*/
#leadText h2.ttl{
	margin-bottom:10px;
}
#leadText h3{
	font-size:1.2em;
	text-align:center;
}
.cruiseData .dataImg{
	display:none;
}
.cruiseData {
	width: 80%;
    background: #eee;
    margin: 0 auto;
    padding: 8px;
}
.cruiseData .cruiseDataTtl{
	font-weight:bold;
	text-align:center;
	margin-bottom:8px;
}
/*メニュー*/
nav.pageLink{
	margin:10px 0;
}
nav.pageLink ul {
	display:flex;
	display:-webkit-flex;
	flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
	justify-content:space-around;
	-webkit-justify-content: space-around;
	width:100%;
}
nav.pageLink ul li{
	flex-grow:1;
	-webkit-flex-grow:1;
	margin-right:5px;
	text-align:center;
	padding:5px 0;
	font-size:1em;
	border-right:1px solid #333;
}

nav.pageLink ul li:last-of-type{
	border-right:none;
}
nav.pageLink ul li a{
	text-decoration:none;
	color:#666666;
	padding: 10px 0;
    display: block;
	background:#fff;
}
nav.pageLink ul li i{
	margin-left:5px;
}

/*ツアー*/
#cruiseTour h2.ttl{
	margin-bottom:10px;
}
#cruiseTour .tourImg {
    float: left;
    margin-right: 8px;
    width: 25%;
}
#cruiseTour .tourImg img{
	width:100%;
	height:auto;
}
#cruiseTour .tourBox .tourText{
	padding-top:8px;
}
#cruiseTour .tourBox h3{
    font-size: 1.2em!important;
	color: #f60!important;
	text-decoration:underline;
}
#cruiseTour .tourBox h3 img{
	margin-left:8px;
}
#cruiseTour .tourBox{
	border-bottom:1px dotted #666;
	padding:8px 0 5px;
}
#cruiseTour .tourBox .tourPrice{
	font-size: 1.1em;
    font-weight: bold;
    color: red;
}
.tourBox a{
	display:block;
}
.tourBox a:hover {
    opacity: 0.8;
}
#cruiseTour .tourBox:last-of-type{
	border-bottom:none;
	}
/**/
#cruiseRoute {
	margin-top:20px;
}

#cruiseRoute .routCont li{
	float:left;
	width:49.6%;
}
#cruiseRoute .routCont li:nth-child(1){
	margin-right:8px;
}
#cruiseRoute .routCont li p{
	text-align:center;
	padding:7px 0;
	font-weight:bold;
	font-size:1.1em;
	position: relative;
	background:#666;
	color:#fff;
	margin-bottom:20px;
}
#cruiseRoute .routCont li p:after {
position: absolute;
content: '';
top: 100%;
left:47%;
border: 15px solid transparent;
border-top: 15px solid #666;
width: 0;
height: 0;
}
#cruiseRoute .cruiseRouteInner{
	width:80%;
	margin:0 auto;
}
/*カテゴリから探す*/
#categoryBox{
	margin:30px 0;
}

#categoryBox ul li{
	width: 24.2%;
	position:relative;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	border:1px solid #d4d4d4;
	font-size:1em;
}
#categoryBox ul li:nth-child(4),#categoryBox ul li:nth-child(8){
	margin-right:0;
}

#categoryBox ul li img{
	width:100%;
	height:160px;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#categoryBox ul li .categoryImg{
	overflow:hidden;
	width:100%;
	height:140px;
}
#categoryBox ul li a{
	text-decoration:none;
}
#categoryBox ul li a:hover img{
	text-decoration:none;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	 -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
}
#categoryBox ul li span.categoryArea{
	position:absolute;
	top: 0%;
	left: 0%;
	background:#fff;
	padding: 3px 15px 1px;
	border-bottom-right-radius:5px;
}
#categoryBox ul li .categoryName{
	text-align:center;
	font-size:1em;
	padding:5px;
}
/*イベント*/
#eventBox{
	clear:both;
	margin: 30px 0 40px;
}

#eventBox ul li{
	width:49.6%;
	float:left;
	margin-right:6px;
	padding:5px 5px 0 5px;
	background:#eee;
	position:relative;
	transition:all 0.5s;
	border: 1px solid #d4d4d4;
}
#eventBox ul li:nth-child(even){
	margin-right:0;
}
#eventBox ul li .eventImg{
	width:40%;
	float: left;
}
#eventBox ul li .eventImg img{
	width:100%;
	height:125px;
}
#eventBox ul li .eventName{
	height: 125px;
    font-size: 0.9em;
    padding: 5px;
    float: left;
    width: 60%;
}
#eventBox ul li .eventName dt{
	font-weight:bold;
	font-size:1.1em;
}
#eventBox ul li .eventName i{
	color:#669933;
	margin-right:3px;
}
#eventBox ul li .iconLook{
	position:absolute;
	right:-1%;
	top:-13%;
	transition:all 0.5s;	
}
#eventBox ul li:hover {
	opacity:0.8;
}
#eventBox ul li:hover .iconLook{
	-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
}
/*ランキング*/
.ranking h2.ttl{
	font-weight:bold!important;
	background:none!important;
	font-size:1.5em!important;
	margin:40px 0 30px!important;
	padding: 3px 0px!important;
}
.ranking .ranking-review{
	display:none;
}
.label-chugoku{
	background:#666;
	font-size:0.9em;
}
.ranking-txt{
	margin:0;
}
.price span{
	font-size:150%;
}
.col-1of3 .price,.col-1of4 .price{
	margin:0;
	border:none;
}
.col-1of3 .ranking-img img{
	height:180px;
}
.col-1of4 .ranking-img img{
	height:130px;
}
.col-1of4 .price span{
	font-size:130%;
}
.ranking-mark{
	padding: 8px 0 0 0!important;
}
.ranking-mark.rank01, .ranking-mark.rank02, .ranking-mark.rank03 {
	padding: 18px 0 0 0!important;
}

/*新着ツアー*/
.new{
	margin-top:40px;
}
.new h2.ttl{
	font-weight:bold!important;
	font-size:1.5em!important;
	background:none!important;
	margin:40px 0 30px!important;
	padding: 3px 0px!important;
}

/*おすすめ*/
#recommendBox h2{
	padding-left:45px;
	margin-bottom:10px;
}
#recommendBox .recommendDetail li{
	border:1px solid #d4d4d4;
	margin-right:8px;
	width:191px;
	float:left;
	font-size:0.9em;
	height:215px;
}
#recommendBox .recommendDetail li a{
	color:#666;
}
#recommendBox .recommendDetail li:last-of-type{
	margin-right:0;
}
#recommendBox .recommendDetail img{
	width:100%;
	height:124px;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#recommendBox .recommendDetail .categoryImg{
	margin-bottom:5px;
	overflow:hidden;
	height:124px;
}
#recommendBox .recommendDetail a:hover img{
	text-decoration:none;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	 -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
}
#recommendBox .recommendDetail .categoryArea{
	background:#333;
	color:#fff;
	padding:1px 3px;
	margin-left:5px;
	font-size:0.9em;
}
#recommendBox .recommendDetail .categoryName{
	margin-left:5px;
}
/*レポート*/
#reportBox{
	margin-top:20px;
}
#reportBox h2{
	background:url(../../img/topics/busTop/iconTtlReport.png) no-repeat;
	padding-left:45px;
	margin-bottom:10px;
}
#reportBox .reportDetail{
	border:1px solid #d4d4d4;
	margin:0px 5px;
	position:relative;
	    border-radius: 4px;
}

#reportBox .reportDetail img{
	width:100%;
	height:128px;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#reportBox .reportDetail .categoryImg{
	margin-bottom:5px;
	overflow:hidden;
}
#reportBox .reportDetail .categoryArea{
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	padding: 3px 15px 1px;
    border-bottom-right-radius: 5px;
	border-top-left-radius: 4px;
}
#reportBox .reportDetail a:hover img{
	text-decoration:none;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	 -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
}
#reportBox .reportDetail .categoryName{
	padding:5px;
}
#reportBox .slick-list{
	padding-bottom:6px;
}

/*類似特集*/
.similar{
	clear:both;
}
.similar h2.ttl{
	font-weight:bold!important;
	background:none!important;
	font-size:1.5em!important;
	margin:40px 0 30px!important;
	padding: 3px 0px!important;
}
.similar .similarCont{
	width: 50%;
    background: #666;
    height: 135px;
}
.similar .similar-img {
    position: relative;
    width: 40%;
    float: left;
    margin-right: 8px;
}
.similar .similar-img img {
    width: 100%;
    height: 135px;
}
.similar .similarCont h3 {
    line-height: 135px;
    color: #fff;
    font-size: 1.2em;
}
.similar .similar-txt {
    background: url(http://www.tabione.com/ib/img/common/yajirushi.gif) no-repeat;
    background-position: 98% 50%;
}
/*マップ*/
.map h2.ttl{
	font-weight:bold!important;
	background:none!important;
	font-size:1.5em!important;
	margin:40px 0 30px!important;
	padding: 3px 0px!important;
}
.map .img_c{
	width: 80%!important;
    height: 400px!important;
}
.map iframe {
  width: 100%;
  aspect-ratio: 16/9; 
}

#meeting .meetingRoute{
    margin-top:8px;
}
#meeting .meetingRoute li{
	width:30%;
	margin-right:42px;
    margin-bottom:8px;
    position:relative;
    display:inline-block;
    vertical-align: top;
    float:none;
}
#meeting .areaInfo li{
    position:relative;
}

#meeting .meetingRoute li span.routeNum,#meeting .areaInfo li span{
    position: absolute;
    left: 0;
    top: 0;
    font-size:3em;
    font-weight:bold;
    font-family:arial black;
    opacity:0.8;
    color:#fff;
}
#meeting .meetingRoute li:nth-child(3n){
    margin-right:0px;
}
#meeting .meetingRoute li:last-child{
	margin-right:0px;
}
#meeting .meetingRoute li img{
	width:100%;
	height:180px;
}
#meeting .meetingRoute li:after{
    display: inline-block;
    position: absolute;
    top: 25%;
    left:103%;
    vertical-align: middle;
    content: "\f061";
    font-family: FontAwesome;
    color: #999;
    font-size: 35px;
    line-height: 1;
}
#meeting .meetingRoute li:nth-child(3n):after,#meeting .meetingRoute li:last-child:after{
    content:"";
}

#meeting .meetingRoute li p,.ship ul li p {
    font-size:0.9em;
    padding:5px 3px;
    line-height:1.5em	
}
/*口コミ*/
#custComments li,.ship li {
    width: 32.6%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    margin-bottom: 8px;
}
#custComments li:nth-child(3n),.ship li:nth-child(3n) {
	margin-right:0;
}
#custComments blockquote {
    box-sizing: border-box;
    color: #555;
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0!important;
  	border-left:1px solid #ccc;
    background-color: #f3f3f3;
    padding: 50px 15px 15px 25px;
    position:relative;
}
#custComments blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5%;
    left:5%;
    content: "\f10d";
    font-family: FontAwesome;
    color: #999;
    font-size: 35px;
    line-height: 1;
}
.commentMore {
    width: 60%;
    margin: 10px auto;
    clear:both;
}
.commentMore a {
    display: block;
    background: #666;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.ship li img{
	width:100%;
	height:200px;
}
.ship h4{
	text-align: center;
	margin-bottom:5px;
}
/*FAQ*/

#faq dl dt,#faq dl dd{
    padding:8px 0 8px 40px;
    position:relative;
    font-size: 1.1em;
    line-height: 1.4em;
}
#faq dl dt{
    background:#ddd;
}
#faq dl dt:before,#faq dl dd:before{
	position: absolute;
	color: #153c6e;
	font-size: 15px;
	border-radius: 50%;
	left: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#faq dl dt:before{
	content: "Q";
	background: #fff;
}
#faq dl dd:before{
	content: "A";
	background: #ddd;
	color:#fff;
}

#advice .adviceImg{
width:30%;
float:left;
margin-right:8px;}
#advice .adviceImg img{
width:100%;
}
#advice .adviceText{
width:68%;
float:left;
}
#advice .adviceText ul {
margin-bottom:8px;
}
#advice .adviceText ul li{
font-weight:bold;
font-size:1em;
}
/* /////////////////////////////////////////////////////////////

	レイアウト用スタイル

///////////////////////////////////////////////////////////// */
.row {
	margin: 0 -10px 20px;
}
.row:after {
    content: "";
    display: block;
    clear: both;
}
.col-all,.col-1of3,.col-2of3,.col-1of4,.col-1of2,.col-3of4,.col-1of3 {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px;
}
.col-all {width: 100%;}
.col-1of2 {width: 50%;}
.col-1of3 {width: 33.333333%;}
.col-2of3 {width: 66.666667%;}
.col-1of4 {width: 25%;}
.col-3of4 {width: 75%;}

.col-1of3 .freespace-img img {
	width: 100%;
	height: 200px;
}
.col-1of2 .freespace-img img {
	width: 100%;
	height: 300px;
}

.col-1of3 .guidance-img img {
	width: 100%;
	height: 200px;
}
.col-1of2 .guidance-img img {
	width: 100%;
	height: 300px;
}
/* ----------------------------------------------------------
	Recommended
------------------------------------------------------------- */
.recom-img {
	position: relative;
}
.col-1of3 .recom-txt {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
	min-height:80px;
}
.col-1of2 .recom-txt {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
	min-height:60px;
}
.col-1of3 .recom-txt img{
	position:absolute;
	margin-top:-60px;
	margin-left:122px;
	height: 30px;
	width:18px;
    margin-bottom: 8px;
    padding: 8px;
}
.col-1of2 .recom-txt img{
	position:absolute;
	top: 20%;
    right: 0;
	height: 30px;
	width:18px;
    margin-bottom: 8px;
    padding: 8px;
}
.col-1of3 .recom-img img {
	width: 100%;
	height: 200px;
}
.col-1of2 .recom-img img {
	width: 100%;
	height: 300px;
}
.col-1of3 .recom-txt h3,.col-1of2 .recom-txt h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: 10px 40px 10px 20px;
	color: #fff;
}
/* ----------------------------------------------------------
	Similar
------------------------------------------------------------- */
.similar-img {
	position: relative;
}
.col-1of2 .similar-txt {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
	min-height:80px;
	margin-top:-80px;
}
.col-1of2 .similar-txt img{
	position:absolute;
	margin-top:-60px;
	margin-left:200px;
	height: 30px;
	width:18px;
    margin-bottom: 8px;
    padding: 8px;
}
.col-1of2 .similar-img img {
	width: 100%;
	height: 300px;
}
.col-1of2 .similar-txt h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: 30px 40px 30px 20px;
	color: #fff;
	height:20px;
}
/* ----------------------------------------------------------
	SEE ALL PLANS ボタン　2016.05.12追加
------------------------------------------------------------- */

.btnAllplan .btn{
	background-image: none;
    cursor: pointer;
	-moz-user-select: none;
    border-radius: 3px;
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.43;
    max-width: 100%;
    vertical-align: middle;
    white-space: nowrap;
	padding: 15px auto!important;
	background-color: #F3981C;
    border-color: #F3981C #F3981C #BB7009;
    color: #fff;
    transition: all 0.2s ease 0s;
	margin:0 auto 30px!important;
	text-align:center;
	width: 300px;
	height:50px;
}

.btnAllplan .btn:hover{
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}

@media only screen and (max-width: 767px){
.col-1of2 .freespace-img img {
    height: 150px;
    object-fit: cover;
}	
.row {
    padding: 5px;
}
#cruiseTour .tourBox {
    padding: 5px;
}
#custComments ul {
    padding: 5px;
}
	#custComments li{
	width:100%;
}
	#cruiseRoute p{
		padding:5px;
	}
#meeting .meetingRoute li:after {
    display:none;
}
#meeting .meetingRoute li {
    width: 100%;
    display: flex;
}
.meetingImg,
.shipImg{
    width: 40%;
}
#meeting .meetingRoute li img,
.ship li img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
#meeting .meetingRoute li p,
	.ship ul li p,
	.shipText{
    width: 60%;
    padding: 5px;
}
.ship li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ship h4 {
    font-weight: 600;
    width: 100%;
}
#advice .adviceImg {
    width: 90%;
    float: none;
    margin: auto;
}
#advice .adviceText {
    width: 90%;
    float: none;
    margin: auto;
}
	#mainPhoto h1{
		font-size: 150%;
	}
	#mainPhoto .mainImgBg {
    height: 200px;
}
}</pre></body></html>