@charset "utf-8";

article {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #121212;
	font-size: 16px;
	line-height: 1.618;
	padding: 0;
}
a,a > *{
	transition: 0.24s ease;
}
.tx_pink{
	color: #E4007F;
}
.btn:hover,
.btn:focus,
button:focus{
	color: #ffffff;
	outline: none;
}
ul,ol,li{
	list-style-type: none;
}

#main_visual{
	position: relative;
}
h1{
	margin-bottom: 24px;
}
h1 + p{
	font-size: 16px;
	padding: 0 24px;
}
.contents{
	padding: 64px 0 48px;
}
h2{
	position: relative;
	padding: 72px 0 24px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.618;
	display: inline-block;
}
h2:before{
	content: "";
	display: block;
	width: 150px;
	height: 48px;
	background: url(/static/img/ferry/campaign/beginner/deco.svg) 50% 50% no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%) rotateX(720deg) scale(0.7);
	transition: 1s ease;
}
h2.is_inview:before{
	opacity: 1;
	transform: translateX(-50%) rotateX(0deg) scale(1);
}
h2:after{
	content: "";
	display: block;
	width: calc(0% + 0px);
	height: 3px;
	background: #1D1F2F;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: 1s cubic-bezier(1,0,.73,1) 0.5s;
}
h2.is_inview:after{
	width: calc(100% + 32px);
}
h2 span{
	position: relative;
	display: block;
}
h2 span:before,h2 span:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	transition: 0.8s cubic-bezier(1,0,.73,1);
}
h2 span:before{
	bottom: -25px;
	border-style: solid;
	border-color: #1D1F2F transparent transparent transparent;
	border-width: 0px 8px 0px 8px;
}
h2.is_inview span:before{
	bottom: -39px;
	border-width: 15px 8px 0px 8px;
}
h2 span:after{
	bottom: -18px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	border-width: 0px 8px 0px 8px;
}
h2.is_inview span:after{
	bottom: -33px;
	border-width: 15px 8px 0px 8px;
}
#ship_inside h2{
	margin-bottom: -24px;
}
.ship_image{
	position: relative;
	padding-bottom: 40px;
}
.ship_box{
	position: relative;
	margin-top: -13vw;
}
.ship_box:before{
	content: '';
	display: block;
	position: absolute;
	background: url(/static/img/ferry/campaign/beginner/arrow.svg) 0% 0% no-repeat;
	background-size: contain;
	width: 24px;
	height: 42px;
	left: 50%;
	bottom: 100%;
	transform: translateX(-42px);
}
.ship_box h3{
	background: #1D1F2F;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	margin-bottom: 16px;
}
.ship_box h3 img{
	width: 84px;
	height: auto;
	line-height: 0;
	margin-right: 16px;
}
.facility{
	position: relative;
	padding-bottom: 24px;
}
.facility h3{
	margin-bottom: 8px;
}
.facility p{
	font-size: 12px;
}
.heading{
	font-size: 16px;
	font-weight: bold;
	margin: 48px 0;
}
.type{
	padding-bottom: 24px;
	display: flex;
	flex-direction: column;
}
.type h3{
	order: 2;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 24px 0;
	border-bottom: 2px dashed #1D1F2F;
	margin-bottom: 16px;
}
.type h3 span{
	display: block;
	position: absolute;
	z-index: 2;
	width: 72px;
	left: 8px;
	top: -10px;
}
.type h3 span:before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	background: #E5BD1D;
	border-radius: 5px;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.type p{
	order: 3;
	padding: 0 32px;
	font-size: 14px;
}
.type img{
	order: 1;
}
#merits h2{
	margin-bottom: 48px;
}
.merit{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.merit h3{
	order: 2;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	width: 100%;
	padding: 24px 0;
	border-bottom: 2px dashed #1D1F2F;
	display: flex;
	justify-content: center;
	align-items: center;
}
.merit h3:after{
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #1D1F2F;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
.merit p{
	order: 3;
	padding: 24px 4px;
	font-size: 14px;
}
.merit img{
	order: 1;
	max-width: 100%;
	height: auto;
}
.reserve_btn{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: table;
	padding: 24px;
	margin: 0 auto;
	width: 100%;
	max-width: 368px;
	background: #E5BD1D;
	color: #1D1F2F;
	border-radius: 12px;
	border: 4px solid #E5BD1D;
	position: relative;
}
.reserve_btn:hover{
	background: #ffe41a;
	text-decoration: none;
	color: #1D1F2F;
}
.reserve_btn i{
	position: absolute;
	font-size: 32px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

@media (max-width:350px) {/*Narrow SP*/
	article,article p{
		font-size: 14px;
	}

}

@media (min-width:768px) {/*Tablet*/
	#main_visual{
		padding: 0;
	}
	#ship_inside h2{
		margin-bottom: 48px;
	}
	.ship_image{
		order: 4;
		margin-top: -240px;
	}
	.ship_box{
		margin-top: 0;
		position: absolute;
		background: #fff;
		border-radius: 16px;
		border: 5px solid #1D1F2F;
		width: 488px;
		padding: 32px 16px 16px;
		bottom: 50px;
		left: 0;
	}
	.ship_box:before{
		transform: translateX(48px);
	}
	.ship_box h3{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 8px 24px;
		width: 360px;
	}
	.faci_1{
		order: 1;
	}
	.faci_2{
		order: 2;
		padding-top: 40px;
	}
	.faci_3{
		order: 3;
		padding-top: 80px;
	}
	.faci_4{
		order: 5;
		padding-top: 40px;
	}
	.faci_5{
		order: 6;
	}
	.faci_6{
		order: 7;
		padding-top: 40px;
	}
	.facility p{
		font-size: 14px;
	}
	.type h3{
		padding-left: 32px;
	}
	.type h3 span{
		font-size: 14px;
		left: 0;
	}
	.type h3 span:before{
		width: 54px;
		height: 54px;
	}
	.type p{
		padding: 0 0px;
	}
	#merits .row{
		justify-content: center;
	}
}
@media (min-width:992px) {
	h2{
		font-size: 24px;
	}
	.heading{
		font-size: 20px;
	}
	.ship_image{
		margin-bottom: -120px;
	}
	.ship_box{
		width: 408px;
		bottom: 128px;
		left: -16px;
	}
	.ship_box:before,
	.ship_box:after{
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		left: auto;
		transform: rotate(217deg);
		z-index: 2;
	}
	.ship_box:before{
		top: -20px;
		right: -10px;
		border-style: solid;
		border-color: #1D1F2F transparent transparent transparent;
		border-width: 24px 8px 0px 8px;
	}
	.ship_box:after{
		top: -10px;
		right: -3px;
		border-style: solid;
		border-color: #ffffff transparent transparent transparent;
		border-width: 24px 8px 0px 8px;
	}
	.ship_box h3{
		padding: 8px 8px;
		width: 344px;
	}
	.ship_box h3:before{
		content: '';
		display: block;
		position: absolute;
		width: 64px;
		height: 64px;
		border-radius: 100%;
		background: transparent;
		border: 5px solid #1D1F2F;
		top: -64px;
		right: -100px;
	}
	.facility p {
		font-size: 16px;
	}
	.type h3{
		padding-left: 0px;
	}
	.type h3 span{
		font-size: 18px;
		left: 8px;
	}
	.type h3 span:before{
		width: 64px;
		height: 64px;
	}
	.type p{
		padding: 0 16px;
	}
}
@media (min-width:1200px) {
	.ship_box h3:before{
		top: -72px;
		right: -112px;
	}
	.merit h3{
		font-size: 16px;
	}
}
