/* Y'S GEAR : top.css */


html, 
body { height: auto !important; }

.contentsWidth {
	color: #000;
}
.contentsWidth *,
.contentsWidth *::before,
.contentsWidth *::after { box-sizing: border-box; }
.contentsWidth a,
.contentsWidth a img {
	-webkit-transition: all ease .3s; /* Safari */
	transition: all ease .3s;
}


/*==============================================*
 *  [ promotionMovie ] 
 *==============================================*/

.promotionMovie {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 56.25%;
}
.promotionMovie iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 568px) {
	.promotionMovie {
		margin-bottom: 30px;
	}
} /* */


/*==============================================*
 *  [ chachText ] 
 *==============================================*/

.chachText {
	margin-bottom: 30px;
	text-align: center;
}
.chachText p {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
}

@media screen and (max-width: 568px) {
	.chachText img {
		width: 280px;
	}
	.chachText p {
		font-size: 1.4rem;
	}
	.chachText p + p {
		text-align: left;
	}
} /* */


/*==============================================*
 *  [ boatLineup ] 
 *==============================================*/

.boatLineup {
	padding: 120px 20px 60px;
	background: url(../img/lineup_bg.png) center top no-repeat #daeaf5;
}

/* [ タイトル ] */
.boatLineup h2 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.2;
	text-align: center;
}
.boatLineup h2 span {
	display: block;
}

.boatLineup section {
	display: -webkit-flex;
	display: flex;
	font-size: 1.6rem;
	background: #fff;
}
.boatLineup section + section {
	margin-top: 60px;
}
.boatLineup section figure {
	width: 34%;
}
.boatLineup section > div {
	width: 66%;
	padding: 20px;
}

/* [ 艇名 ] */
.boatLineup section h3 {
	float: left;
	margin-bottom: 10px;
	font-size: 2.4rem;
}
.boatLineup section h3 span {
	display: inline-block;
	font-size: 1.6rem;
}

/* [ アイコン ] */
.boatLineup section ul {
	display: -webkit-flex;
	display: flex;
	float: right;
	margin-bottom: 20px;
}
.boatLineup li + li {
	margin-left: 5px;
}

/* [ テキスト ] */
.boatLineup section p {
	clear: both;
	margin-bottom: 30px;
}

/* [ 詳細ボタン ] */
.boatLineup section a.detail {
	display: inline-block;
	position: relative;
	padding: 10px 10px 10px 35px;
	background: #000;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.boatLineup section a.detail:hover, 
.boatLineup section a.detail:active {
	background: #666;
	color: #fff !important;
}
.boatLineup section a.detail::before, 
.boatLineup section a.detail::after {
	position: absolute;
	top: calc(50% - 7px);
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	content: "";
}
.boatLineup section a.detail::before {
	left: 7px;
	border-color: #7d7d7d;
}
.boatLineup section a.detail::after {
	left: 14px;
}

/* [ 動画ボタン ] */
.boatLineup section a.movie {
	display: inline-block;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.boatLineup section a.movie::before {
	display: inline-block;
	margin: 0 10px 2px 0;
	vertical-align: middle;
	content: url(../img/icon_movie.svg);
}

@media screen and (max-width: 980px) {
	.boatLineup {
		margin: 0 -20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.boatLineup {
		margin: 0 -10px;
		padding: 100px 10px 30px;
	}
	
	/* [ タイトル ] */
	.boatLineup h2 {
		margin-bottom: 20px;
		font-size: 2.2rem;
	}
	
	.boatLineup section {
		display: block;
		font-size: 1.4rem;
	}
	.boatLineup section + section {
		margin-top: 30px;
	}
	.boatLineup section figure {
		width: 100%;
	}
	.boatLineup section > div {
		width: 100%;
		padding: 10px;
	}
	
	/* [ 艇名 ] */
	.boatLineup section h3 {
		float: none;
		font-size: 2.2rem;
	}
	.boatLineup section h3 span {
		font-size: 1.4rem;
	}
	
	/* [ アイコン ] */
	.boatLineup section ul {
		margin-bottom: 15px;
	}
	
	/* [ テキスト ] */
	.boatLineup section p {
		margin-bottom: 15px;
	}
	
	/* [ 詳細ボタン ] */
	.boatLineup section a.detail {
		display: block;
		padding-right: 35px;
		font-size: 1.6rem;
	}
	
	/* [ 動画ボタン ] */
	.boatLineup section a.movie {
		display: block;
		margin-top: 10px;
	}
} /* */


/*==============================================*
 *  [ customTheme ] 
 *==============================================*/


@media screen and (max-width: 568px) {
} /* */


/*==============================================*
 *  [ customTheme ] 
 *==============================================*/


@media screen and (max-width: 568px) {
} /* */


/*==============================================*
 *  [ customTheme ] 
 *==============================================*/


@media screen and (max-width: 568px) {
} /* */


/*==============================================*
 *  [ customTheme ] 
 *==============================================*/


@media screen and (max-width: 568px) {
} /* */


/*==============================================*
 *  [ customTheme ] 
 *==============================================*/


@media screen and (max-width: 568px) {
} /* */


/*==============================================*
 *  [ customTheme ] 
 *==============================================*/


@media screen and (max-width: 568px) {
} /* */