@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("/img/about/mv.jpg");
	background-size: cover;
	background-position: center center;
	}



/* container_captain */
.container_captain > p {
	font-size: 1.6rem;
	text-align: center;
	}

.container_captain_iga,
.container_captain_takamatsu {
	margin: 70px auto 120px auto;
	}

.container_captain_iga .img_iga {
	width: 100%;
	height: 600px;
	background-image: url("/img/about/bg_container_captain_iga.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	}

.container_captain_takamatsu .img_takamatsu {
	width: 100%;
	height: 600px;
	background-image: url("/img/about/bg_container_captain_takamatsu.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 70px;
	}

.container_captain_ayuna .img_ayuna {
	width: 100%;
	height: 600px;
	background-image: url("/img/about/bg_container_captain_ayuna.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 70px;
	}

.container_captain_iga .img_iga p,
.container_captain_takamatsu .img_takamatsu p,
.container_captain_ayuna .img_ayuna p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","游明朝体",YuMincho,"Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	background-color: rgba(255,255,255,.7);
	text-align: center;
	padding: 20px 50px;
	}

.container_captain_iga .img_iga p span,
.container_captain_takamatsu .img_takamatsu p span,
.container_captain_ayuna .img_ayuna p span {
	font-size: 4rem;
	display: block;
	}

.greeting {
	margin: 70px auto;
	}

.greeting p {
	font-size: 1.6rem;
	}

.profile .left {
	width: 35%;
	}

.profile .left img {
	display: block;
	width: 100%;
	height: auto;
	}

.profile .right {
	width: 60%;
	}

.profile .right .h3 {
	text-align: left;
	}

.profile .right table {
	width: 100%;
	border-top: 1px solid #DDD;
	}

.profile .right table th {
	width: 30%;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 15px 5px;
	border-bottom: 1px solid #DDD;
	}

.profile .right table td {
	width: 65%;
	font-size: 1.6rem;
	padding: 15px 5px;
	border-bottom: 1px solid #DDD;
	}



/* container_facility */
.container_facility {
	background-color: #F7F7F7;
	}

.container_facility .wrapper_small > p {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 50px;
	}

.ocean,
.baycharter {
	margin-bottom: 100px;
	}

.facility .left {
	width: 40%;
	}

.facility .left img {
	display: block;
	width: 100%;
	height: auto;
	}

.facility .right {
	width: 55%;
	}

.facility table {
	width: 100%;
	}

.facility table {
	width: 100%;
	border-top: 1px solid #DDD;
	}

.facility table th {
	width: 30%;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 15px 5px;
	border-bottom: 1px solid #DDD;
	}

.facility table td {
	width: 65%;
	font-size: 1.6rem;
	padding: 15px 5px;
	border-bottom: 1px solid #DDD;
	}

.other ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
	}

.other ul li:nth-child(4n) {
	margin-right: 0;
	}

.other ul li img {
	display: block;
	width: 100%;
	height: auto;
	
	}

.other ul li p {
	font-size: 1.4rem;
	margin-top: 5px;
	}





/******************************************************

タブレットの設定 769px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){

	
	
	
	
	
}



/******************************************************

SPの設定 768px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 768px){

/* container_captain */
.container_captain_iga,
.container_captain_takamatsu {
	margin: 30px auto 100px auto;
	}

.container_captain > p {
	text-align: left;
	}

.container_captain_iga .img_iga {
	height: 250px;
	}

.container_captain_takamatsu .img_takamatsu {
	height: 250px;
	margin-bottom: 50px;
	}

.container_captain_ayuna .img_ayuna {
	height: 250px;
	margin-bottom: 50px;
	}

.container_captain_iga .img_iga p,
.container_captain_takamatsu .img_takamatsu p,
.container_captain_ayuna .img_ayuna p{
	font-size: 1.4rem;
	padding: 10px 20px;
	width: auto;
	min-width: 40%;
	}

.container_captain_iga .img_iga p span,
.container_captain_takamatsu .img_takamatsu p span,
.container_captain_ayuna .img_ayuna p span {
	font-size: 2.4rem;
	}

.greeting {
	margin: 30px auto;
	}

.profile .left {
	width: 50%;
	margin: 0 auto 30px auto;
	}

.profile .right {
	width: 100%;
	}

.profile .right table {
	width: 100%;
	border-top: 1px solid #DDD;
	}

.profile .right table th {
	padding: 10px 5px;
	}

.profile .right table td {
	padding: 10px 5px;
	}



/* container_facility */
.container_facility .wrapper_small > p {
	margin-bottom: 30px;
	text-align: left;
	}

.ocean,
.baycharter {
	margin-bottom: 50px;
	}

.facility .left {
	width: 100%;
	margin-bottom: 30px;
	}

.facility .right {
	width: 100%;
	}

.facility table {
	width: 100%;
	}

.facility table {
	width: 100%;
	border-top: 1px solid #DDD;
	}

.facility table th {
	padding: 10px 5px;
	}

.facility table td {
	padding: 10px 5px;
	}

.other ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
	}

.other ul li:nth-child(even) {
	margin-right: 0;
	}

	


}