@charaset "utf-8"; 

/* ============================= 共通 =============================  */

* { 
	padding: 0px;
	margin: 0px;
	border: none;
	box-sizing: border-box;
}

li { list-style-type: none;}

/*見出し*/
h2.ttl{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	padding:12px 0;
	text-align:center;
	border-bottom:#3aabd2 3px solid;
	border-top: #3aabd2 3px solid;
	font-size:1.8em;
	clear:both;
	color:#3aabd2;
	margin:30px 0 12px;
}
#sunset h2.ttl{
	background:url(../../img/topics/kushiro_cruise/icon_sunset.png) no-repeat left;
}
#night h2.ttl{
	background:url(../../img/topics/kushiro_cruise/icon_night.png) no-repeat left;
}
#picnic h2.ttl{
	background:url(../../img/topics/kushiro_cruise/icon_fishing.png) no-repeat left;
}
#charter h2.ttl{
	background:url(../../img/topics/kushiro_cruise/icon_charter.png) no-repeat left;
}
h2.ttl_b{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	padding:12px 0;
	border-left:#3aabd2 8px solid;
	background:#eee;
	text-align: center;
	margin:30px 0 12px;
}
.leadText {
    line-height: 1.4em;
    font-size: 1.1em;
    padding: 8px 0 0;
}
/*メニュー*/

.navi ul li{
	float:left;
	vertical-align:middle;
	width:25%;
	text-align:center;
	font-size:1.1em;
	line-height: 1.3em;
	border-right:1px solid #999;
	padding:30px 0 8px;
}
.navi ul li:last-child{
	border-right:none;
}
.navi ul li a{
	color:#333333;
	display:block;
	padding:8px 0;
	text-decoration: none;
	font-weight:bold;	
}
.navi ul li:hover{
	opacity: 0.8;
}
.navi ul li i{
	margin-left:5px;
}
.navi .sunset{
	background:url(../../img/topics/kushiro_cruise/icon_sunset.png) no-repeat center;
	background-position:top;
}
.navi .night{
	background:url(../../img/topics/kushiro_cruise/icon_night.png) no-repeat center;
	background-position:top;
	background-size:30px;
}
.navi .picnic{
	background:url(../../img/topics/kushiro_cruise/icon_fishing.png) no-repeat center;
	background-position:top;
}
.navi .charter{
	background:url(../../img/topics/kushiro_cruise/icon_charter.png) no-repeat center;
	background-position:top;
}

/*ツアー*/
.contInner{
	margin-bottom:15px;
}
.tourImg{
	float:left;
	width:40%;
	padding-right:8px;
}
.tourImg img{
	width:100%;
}
.tourText{
	width:60%;
	float:left;
}
.cruiseCont h3,.meetingText h3{
	border-bottom:none!important;
	font-size:1.3em!important;
	color:#000!important;
	padding:0!important;
	margin-bottom: 8px;
}
.tourText p {
    font-size: 1.1em;
    line-height: 1.3em;
}
.tourText ul{
	background:#eee;
	padding:5px;
	margin-top:5px;
	line-height: 1.5em
}
.reserve{
	margin-top:8px;
}
.tourPrice{
	font-weight:bold;
	float:left;	
	padding:12px 0px;
}
.tourPrice span{
	font-size:1.5em;
	color:#c00;
	margin-left:8px;
	font-family: sans-serif;
}
.reserveBtn a{
	background:#f90;
	border:2px solid #f90;
	color:#fff;
	float:right;
	padding:10px 15px;
	font-size:1.2em;
	font-weight:bold;
	text-decoration: none;
}
.reserveBtn a:hover{
	color:#f90;
	background:#fff;
}

/*集合場所*/
.meetingImg{
	float:left;
	width:50%;
	padding-right:8px;
}
.meetingImg img{
	width:100%;
}
.meetingText{
	width:50%;
	float:left;
}
.meetingText p {
    font-size: 1.1em;
    line-height: 1.5em;
}
.meetingPlace{
	margin-bottom:15px;
}