@charset "UTF-8";
/* ed.20210927 */

main section{
	margin-bottom:40px;
}


figcaption{
	font-size:87.5%;
	margin-top:5px;
}
figure img{
	padding:14px;
	border:1px solid #E2DFD4;
}



main>section:after{
	content:"";
	position:absolute;
	width:100%;
	height:4px;
	top:136px;
	left:0;
	background:#39A8AC;
}
#clubhouse,
#restaurant,
#meeting{
	position:static;
	overflow:hidden;
	margin-bottom:0;
}
.on{
	padding:95px 0 0;
}
	h3{
		position:absolute;
		top:80px;
		left:15px;
		width:300px;
		height:56px;
		font-size:131.3%;
		text-align:center;
		line-height:60px;
		color:#fff;
		border-bottom:4px solid #39A8AC;
		background:#C1E4E4;
		border-radius:5px;
		cursor:pointer;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		transition: all .5s;
	}
	.on h3,
	h3.hover{
		background:#39A8AC;
	}
	#restaurant h3{
		left:330px;
	}
        #restaurant h3 a{
            color: #fff;
            text-decoration: none;
        }
	#meeting h3{
		left:645px;
	}

	h4{
		border-bottom:3px solid #BEE2E4;
		font-size:125%;
		margin:0 0 20px;
		height: 1.4em;
	}
		h4 span{
			margin:0 0.5em 0 0;
			position:relative;
			color:#39A7AC;
			height: 1.4em;
			float: left;
		}
			h4 span:after{
				display:block;
				height:3px;
				width:100%;
				position:absolute;
				bottom:-3px;
				left:0;
				content:"";
				background:#39A8AC;
			}

/* clubhouse */

#clubhouse section{
	width:1000px;
	margin-right:-40px;
}
	#clubhouse figure{
		float:left;
		margin:0 40px 20px 0;
	}
	#clubhouse .double div{
		width:1000px;
		margin:0 -40px 0 0;
	}
		.double img{
			margin:0 40px 0 0;
			float:left;
		}
	#clubhouse .three-column{
		margin-right:20px;
		width:306px;
	}
		#clubhouse figcaption{
			font-weight:bold;
			color:#39A5AC;
			font-size:100%;
		}
		#clubhouse .double figcaption{
			font-size:125%;
		}
			#clubhouse small,
			#clubhouse .comment{
				font-size:87.5%;
				font-weight:normal;
				color:#222;
			}
			#clubhouse small{
				margin-left:1em;
			}

/* restaurant */

#restaurant a{
    color: #fff;
    display: block;
    text-decoration: none;
}
/* meeting */

#meeting .contact{
	border:3px solid #E2DFD4;
	background:url(../img/facilities/arabesque_left-top.gif) no-repeat left top, url(../img/facilities/arabesque_right-top.gif) no-repeat right top #F5F3EB;
	padding:15px 0;
	margin:0 0 40px;
	text-align:center;
	width:954px;
}
	#meeting .contact h4{
		font-size:187.5%;
		border:none;
		display:inline;		
	}
	#meeting .contact address{
		font-size:187.5%;
		margin-left:0.5em;
		color:#D25258;
		font-style:normal;
		font-weight:bold;
		display:inline;
	}
	#meeting .contact dl{
		margin:0;
		font-size:150%;
	}
		#meeting .contact dt{
			display:inline;
		}
			#meeting .contact dt:before{
				content:"[";
			}
			#meeting .contact dt:after{
				content:"]";
			}
		#meeting .contact dd{
			display:inline;
			margin:0;
		}
	#meeting .contact p{
		font-size:131.3%;
		margin:0;
	}

#meeting figure{
	margin:0 -40px 40px 0;
}
	#meeting figure figure{
		float:left;
		margin:0 40px 0 0;
	}
