@charset "utf-8";


header{
    position: relative;
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
}

.hBox{
	width: auto;
	height: auto;
	min-width: 100vw;
	min-height: 100vh;
	background:url(../about/img/aboutTop.png) center top;
	background-size: cover;
	overflow: hidden;
}

section{
	margin-top: 70px;
}


h2{
	color: #399AA7;

}

/*トップイメージの文字*/

.titleBox-h1{
	position: absolute;
	top: 50%;
	left: 10%;

}

.pageTitle{
	color: #FFF;
	font-size: 5.0em;
}

.subTitle{
	margin-top: 10px; 
	color: #FFF;
	line-height: 1.6em;
}


.subNav{
	margin: 40px auto;
	width: 325px;
}

.sb1{
	float: left;
	width: 95px;
	height: 95px;
	margin-left: 20px;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	line-height: 1.3em;
}

.sb1:nth-of-type(1){
	background: url("../about/img/sn1_1.gif") no-repeat;
	margin-left: 0;
}
.sb1:nth-of-type(2){
	background: url("../about/img/sn1_2.gif") no-repeat;
}
.sb1:nth-of-type(3){
	background: url("../about/img/sn1_3.gif") no-repeat;
	padding-top: 30px;
}
.sb1:nth-of-type(4){
	background: url("../about/img/sn1_4.gif") no-repeat;
	margin-left: 50px;
}
.sb1:nth-of-type(5){
	background: url("../about/img/sn1_5.gif") no-repeat;
	padding-top: 30px;
}


.h2-1{
	background: url("../img/h2_1.gif") no-repeat center;
}
.h2-2{
	background: url("../img/h2_2.gif") no-repeat center;
}
.h2-3{
	background: url("../img/h2_3.gif") no-repeat center;
}
.h2-4{
	background: url("../img/h2_4.gif") no-repeat center;
}
.h2-5{
	background: url("../img/h2_5.gif") no-repeat center;
}

.joyP{
	text-align: center;
}

.joyP img,
.map-is{
	width: 80vw;
	max-width: 600px;
}

.map-i{
	text-align: center;
}



.staffName{
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}

.staffName small{
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.0em;
}

.saori{
	margin-top: 60px;
}

.boatList{
	width: 70vw;
	max-width: 500px;
	margin: 0 auto;
	line-height: 2.0em;
}
.boatList dt{
	float: left;
}

.boatList dd{
	margin-left: 100px;
}

.boatP{
	margin:10px auto;
	text-align: center;
}

.boat-photo img{
	width: 70vw;
	max-width: 880px;
}

.foods{
	width: 250px;
	margin:0 auto;

}

.don{
	float: left;
}

.don:nth-of-type(1){
	float: left;
	margin-right: 30px;
}


.foodName{
	text-align: center;
	margin-top: 5px;
}

.others{
	width: 102px;
	margin:0 auto;
}

/*
.icon_o{
	float: left;
}

.icon_o:nth-of-type(1){
	margin-right: 30px;
}

