@charset "utf-8";
/* CSS Document */
/* =========================================================
	Base
========================================================= */
/*article {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}*/
.sct-item + .sct-item {
	margin-top: 40px;
}
/* 767px未満 */
@media only screen and (max-width: 767px) {
	.side-r {
		margin-top: 1rem;
	}
}



/* レスポンシブimg
----------------------------------------------------*/
.img-fluid2 {
	width: 100%;
	height: auto;
}


/* =========================================================
	Main
========================================================= */
.sct-main h1 {
	font-size: 18px;
	margin: 0 0 0.5rem;
	padding-top: 1rem;
}
.sct-main p {
	margin: 10px 0 2rem;
}
.sct-main2 {
	margin: 1rem 0;
}
/* =========================================================
	item
========================================================= */
/* 吹き出し h2
----------------------------------------------------*/
.balloon {
	font-size: 24px;
	line-height: 1.3rem;
	border:2px solid #2d92fa;
	color: #2d92fa;
	margin-bottom: 1.5rem;
	padding: 0.8rem 0.8rem 0.8rem 70px;
	position: relative;
	border-radius: 3px;
	background: url(/ferry/campaign/kyushu/img/bg_title_camp.png) no-repeat 15px 50%;
}
.balloon:before{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	position: absolute;
	left: 20px;
	bottom: -21px;
	z-index: 1;
}
.balloon:after{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #2d92fa;
	position: absolute;
	left: 20px;
	bottom: -24px;
}
/* 767px未満 */
@media only screen and (max-width: 767px) {
	.balloon {
		font-size: 16px;
		text-align: center;
		padding: 0.8rem;
		background: none;
	}
}

/* プラン名 h3
----------------------------------------------------*/
.tit-plan {
	font-size: 20px;
	line-height: 1.3rem;
	background: #ece2c7;
	color: #4a3d11;
	text-shadow: 2px 1px 0px rgba(255,255,255,0.8);
	margin-bottom: 20px;
	padding: 12px 10px 10px 10px;
	border-top-left-radius: 5px;  
	border-top-right-radius: 5px;  
}
.tit-plan .sub {
	display: inline-block;
	border: 2px solid #4a3d11;
	background: #fff;
	border-radius: 3px;
	padding: 5px 15px 2px;
	margin-right: 10px;
}
/* 767px未満 */
@media only screen and (max-width: 767px) {
	.tit-plan {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.tit-plan .sub {
		margin-bottom: 0.5rem;
	}
}

/* 特典
----------------------------------------------------*/
.tokuten-txt {
	font-size: 20px;
	line-height: 1.3rem;
	margin-bottom: 5px;
	padding: 0 5px 15px 0;
	color: #2d92fa;
}
	.tit-label {
		background: #2d92fa;
		display: inline-block;
		padding: 5px 15px 5px 10px;
		margin-bottom: 8px;
		color: #fff;
		border-radius: 3px;
		margin-right: 10px;
		box-sizing: border-box;
	}
/* 767px未満 */
@media only screen and (max-width: 767px) {
	.tokuten-txt {
		font-size: 14px;
	}
}

p.tokuten-company {
	font-size: 1rem;
}
p.tokuten-company a{
	color:#666;
	position:relative;
	text-decoration: underline;
}
p.tokuten-company a:before{
	content: url(/ferry/campaign/kyushu/img/bg_icon_ferry.png);
	position: relative;
	top: 2px;
	left:0;
	margin-right:5px;
}


/* Swiper カスタマイズ
----------------------------------------------------*/
.swiper-container {
	padding-bottom: 40px;
}


/* table
----------------------------------------------------*/
.tbl-base {
	width: 100%;
	margin: 10px auto 20px;
	border: 1px solid #666;
	border-left: none;
	border-right: none;
}
.tbl-base th,
.tbl-base td {
	padding: 0.5rem;
	font-size: 14px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
.tbl-base th {
	width: 20%;
	max-width: 5rem;
	background: #f4f4f4;
	text-align: center;
}
/* 767px未満 */
@media only screen and (max-width: 767px) {
	.tbl-base th {
		text-align: left;
	}
	.tbl-base th,
	.tbl-base td,
	.tbl-base td li {
		font-size: 12px;
	}
}

.tbl-base td > div + div {
	margin-top: 1rem;
}

/* 価格 */
.td-reserve {
	text-align: right;
}
	.txt-price {
		font-size: 26px;
		color: #f00;
		font-weight: bold;
	}

/* List
----------------------------------------------------*/
/* ----- Disc ----- */
.mark-disc > li {
	list-style: disc;
	margin-left: 1.3rem;
	font-size: 14px;
}
/* ----- ※ ----- */
.mark-note > li {
	text-indent: -0.8rem;
	margin-left: 0.8rem;
}
.mark-note > li:before {
	content: '※';
	display: inline;
}


/* Text Style
----------------------------------------------------*/
/***** Color *****/
.red {
	color: #f00;
}
.black {
	color: #000;
}
.blue {
	color: #003399;
}

/* Button
----------------------------------------------------*/
.btn-green {
	padding: 0.5rem 0 1rem;
}
.btn-green li {
	margin-bottom: 10px;
}
.btn-green a {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 10px;
	background: #1ba9a6;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	white-space: nowrap;
	border: 1px solid #119693;
	border-radius: 5px;	
	box-shadow:rgba(255,255,255,0.45) -1px -1px 3px inset;
	-webkit-box-shadow:rgba(255,255,255,0.45) -1px -1px 3px inset;
	text-shadow:rgba(0,0,0,0.2) -1px -1px 0px;
}
.btn-green a:after{
	content: "";
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	position: absolute;
	right: 2%;
	top: 44%;
	z-index:1;
}
.btn-green a:hover {
	background:#31c0bd;
	box-shadow:rgba(255,255,255,0.45) -1px -1px 3px inset;
	-webkit-box-shadow:rgba(255,255,255,0.45) -1px -1px 3px inset;
	text-shadow:rgba(0,0,0,0.2) -1px -1px 0px;
}

/* 767px未満 */
@media only screen and (max-width: 767px) {
	.btn-green li + li {
		margin-top: 10px;
	}
	.btn-green a {
		font-size: 16px;
	}
}

/* PickUp Dl(※sm)
----------------------------------------------------*/
.pickup {
	margin: 2rem 0 1rem;
}
.pickup li {
	padding: 0.5rem;
	border-bottom: 1px dashed #ccc;
}
.pickup li:last-child {
	border-bottom: none;
}

/* =========================================================
	All Rosen
========================================================= */
.list-rosen {
	margin-top: 2rem;
	border-bottom: 1px dotted #ccc;
}
.list-rosen:last-child {
	border-bottom: none;
}
.all-rosen .row > section {
	border-top: 1px dotted #ccc;
}

/* 767px未満 */
@media only screen and (max-width: 767px) {
	.all-rosen .row > section:last-child {
		border-top: none;
	}
}

/* Title (border)
----------------------------------------------------*/
.tit-border {
	font-size: 24px;
	color:#2d92fa;
	padding:10px 10px 20px 5px;
	margin-bottom:20px;
	background:url(/ferry/campaign/kyushu/img/bg_underline_camplan.gif) repeat-x left bottom;
}


.all-rosen .tit-label {
	font-size: 20px;
	padding: 5px 10px;
	margin-right: 0;
	position: relative;
	bottom: 5px;
}
/* 767px未満 */
@media only screen and (max-width: 767px) {
	.all-rosen .tit-label {
		font-size: 14px;
	}
}
.all-rosen .col-md-4 {
	padding-top: 10px;
}
.all-rosen .col-md-4 h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
/* 767px未満 */
@media only screen and (max-width: 767px) {
	.all-rosen .col-md-4 h4 {
		font-size: 16px;
	}
}


/*---- 航路情報 ----*/
.info-rosen {
	margin-bottom: 50px;
}
.info-rosen li {
	margin: 0.8rem 3rem 0;
	font-size: 20px;
	display: inline-block;
}
.info-rosen a {
	color: #666;
	text-decoration: underline;
}
/* 767px未満 */
@media only screen and (max-width: 767px) {
	.info-rosen li {
		font-size: 16px;
		margin: 0.8rem 2rem 0 0;
	}
}
