<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
body,ul,li,p,h1,h2,h3,h4,dl,dt,dd{
	margin:0;
	padding:0;
	list-style: none;
}
a{display:block;}
img{width:100%;}
.sawarabi{
	font-family: "Sawarabi Gothic";
}
.flex_box{
	display: flex;
}
.mainImage{
    width: 100%;
}

.mainContent {
    width: 1120px;
    margin: 0 auto;
}
.block{
	margin:30px auto;
}
.sp_only{
	display: none;
}
h2{
	text-align: center;
	font-size:1.6em;
	font-weight: bold;
	padding: 20px 0;
    margin: 50px 0 30px;
	font-family: "Sawarabi Mincho";
	background:url(/assets/images/special/bali/balihai/ttl_line.png) no-repeat center bottom;
}
h3{
	text-align: center;
	font-family: "Sawarabi Mincho";
	font-weight: bold;
}
.tour_cont h3{
	background: url(/assets/images/special/bali/balihai/ttl_bg2.png) no-repeat center top;
    padding: 60px 0 30px;
    margin-top: 30px;
}
/*about*/
.about_text{
	margin-left:30px;
	width:510px;
}
/*link btn*/
.reserve,.more_info {
    margin: 15px auto;
    width:80%;
}
.reserve p{
	float:left;
	color:#c00;
	font-weight:bold;
	font-size:1.5em;
}
.reserve p span {
    font-size: 0.8em;
    color: #000;
}
.reserve a,.more_info a{
	display: block;
	padding: 12px 0;
    border-radius: 100px;
    text-align: center;
}
.reserve a{
	background:#f90;
	color:#fff;
}
.more_info a{
	background:#fff;
	border:1px solid #f90;
}
/*navi*/
.page_navi {
    padding: 15px 0;
}
.page_navi ul {
    flex-wrap:nowrap;
    justify-content: space-around;
}
.page_navi li {
    width:133px;
    text-align: center;
    padding:15px 0;
}
.page_navi li.nav_dinner{
	width:159px;
}
.page_navi li:hover{
	opacity: 0.6;
}
.about_map {
    width: 580px;
    flex: 0 0 580px;
}
/*syousai*/
.cruise_list .flex_box{
	flex-wrap:wrap;
}
.cruise_list li{
	flex: 0 0 49%;
    border: 1px solid #999;
    padding:15px;
    margin-bottom: 20px;
}
.cruise_list li:nth-child(2n) {
    margin-left: 20px;
}
.cruise_img {
    width: 44%;
}
.cruise_text {
    width: 53%;
    margin-left: 15px;
}
.cruise_text h3{
	margin-bottom:8px;
	text-align: left;
}
.cruise_list .reserve, .more_info {
    flex: 0 0 50%;
    padding: 0 8px;
}
.cruise_detail{
	background:url(/assets/images/special/bali/balihai/bg.png) repeat;
	padding:50px 0;
}
.cruise_cont{
	background:#fff;
	padding:30px;
	margin:50px auto;
}

.ttl_cruise {
    margin: 30px 0;
    font-size: 1.7em;
    padding-top: 40px;
}
.ttl_leaf{
	background:url(/assets/images/special/bali/balihai/icon_leaf.png) no-repeat top center;
}
.ttl_beach{
	background:url(/assets/images/special/bali/balihai/icon_beach.png) no-repeat top center;
}
.ttl_dinner{
	background:url(/assets/images/special/bali/balihai/icon_dinner.png) no-repeat top center;
}
.ttl_islands{
	background:url(/assets/images/special/bali/balihai/icon_islands.png) no-repeat top center;
}
.ttl_dolphin{
	background:url(/assets/images/special/bali/balihai/icon_dolphin.png) no-repeat top center;
}
.cruise_cont .flex_box{
	align-items:flex-start;
}
.cruise_cont_img {
    flex: 0 0 492px;
    width: 492px;
}
.cruise_cont_text {
    width: 560px;
    margin: 0 0 15px 30px;
}
.cruise_cont .slick-dots {
    bottom: 5px!important;
}
.cruise_price {
    text-align: right;
    color: red;
    font-weight: bold;
    font-size: 1.6em;
    margin: 12px 0;
}
.rs_day {
    float: left;
    font-size: 16px;
    margin: 8px 0;
    background: #c00;
    color: #fff;
    padding: 0 8px;
}
.activity {
    padding: 10px;
    border: 3px solid #75b9cb;
}
.cruise_cont h4 {
    margin-bottom: 5px;
    font-weight:bold;
}
.cruise_cont .tour_schedule {
    width: 800px;
}
.cruise_cont dt, .cruise_cont dd {
    display: inline-block;
    border-bottom: 1px dotted #75b9cb;
    vertical-align: top;
}
.cruise_cont dt {
    width: 15%;
    font-weight:bold;
}
.cruise_cont dd {
    width: 80%;
}
.info_star {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    margin: 15px 15px 15px 0;
    padding: 15px;
    background: #eee;
}
.img_star{
	flex:0 0 200px;
	margin-right:15px;
}

@media screen and (max-width:768px) { 
	article {
	    overflow: hidden;
	}
	body {
	    font-size: 1.1rem;
	}
	.sp_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
	.block {
    	margin: 15px auto;
	}
	h2{
		font-size:1.5rem;
		margin: 0 0 15px;
	}
	.mainImage img{
		width:100%;
		height:auto;
	}
	.mainContent {
    	width: 100%;
	}
	.about .flex_box,.cruise_list&gt;.flex_box,.cruise_cont&gt;.flex_box{
		display: block;
	}
	.about_map {
	    width: 100%;
	}
	.about_text {
	    margin:15px 8px;
	    width: 96%;
	}
	.about_text p {
	    line-height: 1.4em;
	    margin-bottom: 8px;
	}
	.reserve, .more_info{
		width:90%;
		margin: 5px auto;
	}
	.reserve p{
		font-size: 1.1em;
        padding: 5px 0;
        margin-top:0;
	}
	.reserve a, .more_info a{
		padding: 8px 15px;
	}
	.cruise_list li{
		margin: 0 8px 20px 8px;
		padding:8px;
	}
	.cruise_list li:nth-child(2n) {
	    margin: 0 8px 20px 8px;
	}
	.cruise_img {
	    width: 30%;
	}
	.slick-dotted.slick-slider{
		margin-bottom:8px;
	}
	.cruise_text {
	    width: 66%;
	    margin-left: 10px;
	}
	.cruise_text h3 {
	    margin-bottom: 5px;
	}
	.cruise_text p {
	    font-size: 0.9em;
	    line-height: 1.3em;
	}
	.ttl_cruise{
		font-size:1.5em;
	}
	.cruise_detail{
		padding:20px 0;
	}
	.cruise_cont{
		padding:8px;
	}
	.cruise_cont .tour_schedule{
		width:100%;
		margin:15px 8px;
	}
	.cruise_cont dt{
		border-bottom: none;
	}
	.cruise_cont h4,.info_star p {
	    line-height: 1.3em;
	}
	.cruise_price{
		font-size: 1.4em;
		margin: 8px 0;
	}
	.rs_day{
		font-size: 13px;
    	margin: 5px 0;
	}
	.cruise_cont_img{
		width:100%;
	}
	.cruise_cont_text {
	    width: 100%;
	    margin: 0;
	}
	.img_star{
		flex: 0 0 120px;
    	margin-right: 8px;
	}
}</pre></body></html>