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

/*----------------------------------------------------------------------------------------------------*/
/*--- foods ---------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#foods-index{
	background:#8CC63F;
	height:350px;
}

#food-menu{
	margin-top:30px;
}

#marin-house-left{
	width:500px;
	margin-top: 30px;
	float: left;
}

table.marinehouse{
	border-collapse:collapse;
	margin-top: 10px;
}

table.marinehouse th{
	text-align:left;
	padding:5px 10px;
	border:1px solid #b3b3b3;
}

table.marinehouse td{
	padding:5px 10px;
	border:1px solid #b3b3b3;
}


#marinehouse-menu{
	margin-top: 30px;
}

table.marine-menu{
	border-collapse:collapse;
	margin-top: 10px;
}

table.marine-menu th{
	text-align:left;
	padding:5px 10px;
}

table.marine-menu td{
	padding:5px 10px 0 15px;
}


#marin-house-right{
	width:450px;
	margin-top: 67px;
	float: right;
}

#marin-house-map{
	width: 450px;
	height: 300px;
	margin-top: 30px;
}

#food-other{
	margin-top: 60px;
}

.shop-other{
	margin-top: 25px;
}

.shop-other:first-child{
	margin-top: 0px;
}

.shop-other-left{
	width: 334px;
	float: left;
}

.shop-other-left h3{
	margin-bottom: 5px;
	font-family: 'Noto Sans Japanese', serif;
}

.shop-other-right{
	margin-top: 30px;
	width: 156px;
	float: right;
}

#marin-house-other-right{
	width:450px;
	margin-top: 61px;
	float: right;
}

#marin-house-other-map{
	width: 450px;
	height: 300px;
}

#souvenir{
	margin-top: 50px;
	background:#9DE57F;
	padding: 15px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

p.ds{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 15px;
}

