@charset "utf-8";
/*任意のCSS*/
/*任意のCSS*/
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
ul,ol {
	list-style:none;
}


#areaArticle{
	width:960px;
	margin: 0px auto;
	overflow: hidden;
	font-family: Helvetica, Arial, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
}
#areaArticle #areaHeader{
	margin: 0;
	padding: 0;
	position: relative;
}
#areaArticle #areaHeader h1{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 25px;
	top: 285px;
	z-index: 100;
}
#areaArticle #areaHeader .info {
	height: 226px;
	background: url(../images/bg_main.jpg) no-repeat left center;
	padding: 25px 30px;
	color: #fff;
	position: relative;
}
#areaArticle #areaHeader .info dt {
	margin-bottom: 20px;
}
#areaArticle #areaHeader .info dd {
	width: 455px;
}
#areaArticle #areaHeader .courseSub {
	position: absolute;
	top: -208px;
	right: 0;
}
#areaBody {
	background: #FFFBE5;
	padding: 30px;
}
#areaBody h2 {
	text-align: center;
	margin: 0 0 20px 0;
	position: relative;
}
#areaBody .inner {
	width: 900px;
	margin: 0 auto; 
}
#areaBody .inner .courseArea {
	position: relative;
	margin-bottom: 40px;
}
#areaBody .inner .courseArea h3 {
	margin-bottom: 25px;
}

#areaBody .inner .courseArea dt {
	margin: 0 0 10px -10px;
}
#areaBody .inner .courseArea dd {
	width: 567px;
	border: 2px solid #E9E065;
	padding: 15px;
	background: #fff;
}
#areaBody .inner #course01 dl {
	min-height: 593px;
}
#areaBody .inner #course02 dl {
	min-height: 657px;
}
#areaBody .inner #course01 .map {
	position: absolute;
	right: 20px;
	top: 80px;
}
#areaBody .inner #course02 .map {
	position: absolute;
	right: 0;
	top: 80px;
}
#areaBody .inner #course03 .map {
	position: absolute;
	right: 20px;
	top: 100px;
}
#areaBody .inner #memory {
	margin-bottom: 40px;
}
#areaBody .inner #memory img {
	vertical-align: bottom;
}
#areaBody .inner #memory h3 {
	margin-bottom: 4px;
}
#areaBody .inner #memory ul {
	margin-right: -4px;
}
#areaBody .inner #memory li {
	float: left;
	margin-right: 4px;
}
#areaBody .inner #other h3 {
	z-index: 100;
	position: relative;
}

#areaBody .inner #other .restaurant {
	width: 402px;
	float: left;
}
#areaBody .inner #other li.main {
	margin-top: -5px;
}

#areaBody .inner #other li {
	margin-bottom: 20px;
}
#areaBody .inner #other .facility {
	width: 463px;
	float: right;
}
#areaBody .inner #hotel {
	margin-bottom: 40px;
}
#areaBody .inner #hotel h3 {
	margin-bottom: 15px;
}
#areaBody .inner #hotel ul {
	margin-right: -20px;
}
#areaBody .inner #hotel li {
	float: left;
	margin-right: 20px;
}
.btnArea {
	text-align: center;
	margin-bottom: 40px;
}
.btnArea a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.btnArea a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


