@charset "UTF-8";

/* 共通設定 */
.about_col {
	width: 49%;
}

.page_ttl {
	background-image: url(../about/img/bg-head.jpg);
}

.-intro {
	border-bottom: 1px solid #ccc;
}

.intro_nav {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    margin-bottom: 30px;
}

.intro_nav a {
	width: 24%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	background: linear-gradient(to right bottom, #38aec1, #0c6daa);
	padding: 10px 20px;
	text-align: center;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	line-height: 1.5;
	transition: opacity 0.3s, box-shadow 0.3s;
}

.intro_nav a:hover {
	opacity: 0.8;
	box-shadow: 0 0 10px #c2c0c0;
}

.intro_nav a:first-child {
	margin-left: 0;
}

.intro_video {
	position: relative;
}

.intro_video:before {
	display: block;
	content: "";
	padding-top: 56.3%;
}

.intro_video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* ボートの保管について */
.storage {
}

.storage_pt {
	margin-bottom: 30px;
}

.storage_pt_item {
}

.storage_pt_item img {
	max-width: 100%;
	height: auto;
}

.storage_pt_item figcaption {
	text-align: right;
	margin-top: 5px;
}

.cmn_sec_ttl2.-storage {
	margin-bottom: 5px;
}

.storage_tbl {
	width: 100%;
}

.storage_tbl th,
.storage_tbl td {
	border: 1px solid #CCC;
	padding: 15px 20px;
}

.storage_tbl th {
	vertical-align: middle;
	background: #f5f6f8;
	white-space: nowrap;
}

.storage_tbl td.-center {
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
}

.storage_tbl_list {
}

.storage_tbl_list > li {
	position: relative;
	padding-left: 1em;
}

.storage_tbl_list > li:before {
	position: absolute;
	content: "◇";
	left: 0;
}

.storage_tbl.-place {
	margin-bottom: 30px;
}

.storage_tbl.-price {
	table-layout: fixed;
	margin-bottom: 10px;
}

/* 上下架設備 */
.-facility {
	background: #F5F6F8;
}

/* .facility_col {
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
} */
.facility_col img {
	max-width: 100%;
	height: auto;
}

.facility_col_cts {
}

.facility_col_cts:first-child {
	margin-bottom: 67px;
}

.facility_catch {
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.facility_col_img {
	margin-top: 10px;
}

/* 点検・整備設備 */
.-check {
	border-bottom: 1px solid #ccc;
}

.check_col.-item2 {
	border: 1px solid #ccc;
	padding: 22px 45px;
}

.check_col_cts {
	margin-bottom: 30px;
}

.check_col_cts:last-child {
	margin-bottom: 0;
}

.check_col_cts_ttl {
	font-weight: bold;
	line-height: 1;
	color: #228ECF;
	margin-bottom: 10px;
}

/* レンタル */
.-rental {
	border-bottom: 1px solid #ccc;
}

.rental_catch {
	font-size: 25px;
	color: #E60012;
	margin-bottom: 30px;
	line-height: 1.3;
	text-align: center;
}

.rental_row {
	margin-bottom: 100px;
}

.rental_col {
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.rental_col_cts:first-child {
	margin-bottom: 19px;
}

.rental_col.-item2 .rental_col_cts.-item2 {
	border: 1px solid #ccc;
	padding: 40px;
}

.rental_col_tbl {
	margin-top: 20px;
	width: 100%;
}

.rental_col_tbl th {
	text-align: left;
	white-space: nowrap;
	padding-right: 20px;
	line-height: 1.4;
}

/* レンタルボートご利用の流れ */
.rental_flow {
}

.rental_flow_img {
	margin-bottom: 50px;
}

.rental_bnr {
	text-align: center;
}

.rental_bnr a {
	display: inline-block;
	padding: 40px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 6px 6px #ccc;
	box-shadow: 6px 6px #ccc;
	transition: box-shadow 0.3s, transform 0.3s;
}

.rental_bnr a:hover {
	box-shadow: 0 0 #ccc;
	transform: translateY(6px);
}

.rental_bnr a span {
	display: inline-block;
	vertical-align: middle;
}

.rental_bnr a span.-logo {
	margin-right: 30px;
}

.rental_bnr a span.-txt {
	font-size: 24px;
	color: #006FBB;
}

/* 海上でのトラブルについて */
.-trouble {
}

.trouble_row {
}

.trouble_col.-txt {
	width: 55%;
}

.trouble_col.-img {
	width: 39.6%;
}

/* All SP & Tablet */
@media screen and (max-width:1200px) {
	.intro_nav a {
		padding: 10px;
	}

	.facility_col_cts:first-child {
		margin-bottom: 40px;
	}

	.check_col.-item2 {
		padding: 20px;
	}

	.rental_col.-item2 .rental_col_cts.-item2 {
		padding: 20px;
	}

	.rental_flow_col {
		width: 140px;
		height: 140px;
		font-size: 16px;
	}

	.rental_flow_wrap p.-day {
	    font-size: 12px;
	    margin-bottom: 5px;
	}

	.rental_flow_col:after {
	    right: -15%;
	    margin-top: -11px;
	    font-size: 22px;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.intro_nav a {
		width: 49%;
	}

	.intro_nav a:nth-child(n+3) {
		margin-top: 10px;
	}

	.storage_tbl th,
	.storage_tbl td {
		padding: 10px;
	}

	.storage_tbl th {
		white-space: normal;
	}

	.about_col figcaption {
		font-size: 12px;
	}

	.facility_row {
		display: block;
	}

	.facility_col {
		width: 100%;
	}

	.facility_col.-item1 {
		margin-bottom: 20px;
	}

	.check_row {
		display: block;
	}

	.check_col {
		width: 100%;
	}

	.check_col.-item1 {
		margin-bottom: 20px;
	}

	.check_col_cts {
		margin-bottom: 20px;
	}

	.rental_row {
		display: block;
		margin-bottom: 30px;
	}

	.rental_col {
		width: 100%;
	}

	.rental_col.-item1 {
		margin-bottom: 20px;
	}

	.rental_catch {
		font-size: 20px;
	}

	.rental_flow_img {
		margin-bottom: 30px;
	}

	.rental_bnr a {
		padding: 20px;
	}

	.rental_bnr a span {
		display: block;
	}

	.rental_bnr a span.-logo {
		margin: 0 0 10px;
	}

	.rental_bnr a span.-txt {
		font-size: 18px;
	}

	.-trouble {
		padding-bottom: 100px;
	}

	.trouble_row {
		display: block;
	}

	.trouble_col {
		width: 100% !important;
	}

	.trouble_col.-txt {
		margin-bottom: 20px;
	}

	.trouble_col.-img {
		text-align: center;
	}

}
