@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# sidebar

----------------------------------------*/


/* # visual
---------------------------------------------------------------------------- */

#topVisual {
	background: 0;
	clear: both;
	width: 100%;
}

#topVisual #topVisualIn {
	margin: 0 auto;
	max-width: 1200px;
	max-height: 430px;
	position: relative;
}

#topVisual #topVisualIn ul#slides {
	z-index:9;
}

#topVisual #topVisualIn #txtVisual {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;
}

#topVisual #topVisualIn #txtVisual img {
	width: 100%;
}

.rslides {
  position: relative;
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* # content
---------------------------------------------------------------------------- */

.secCont01 p {
	margin-bottom: 20px;
}
.secCont01 p:last-child {
	margin-bottom: 0;
}

/*--#bnrAreaL--*/
#bnrAreaL {
	padding: 50px 0;
}
@media only screen and (max-width:970px) {
	#bnrAreaL {
		padding: 5.15% 0;
	}
}
#bnrAreaL ul {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}
	#bnrAreaL ul:before,
	#bnrAreaL ul:after {
		content: "";
		display: table;
	}
	#bnrAreaL ul:after {
		clear: both;
	}
	#bnrAreaL ul {
		zoom: 1;
	}
#bnrAreaL li {
	float: left;
	padding: 0 15px;
	width: 50%;
}
#bnrAreaL img {
	width: 100%;
}
@media only screen and (max-width:640px) {
	#bnrAreaL {
		padding: 0 3.125%;
	}
	#bnrAreaL ul {
		margin: 0;
	}
	#bnrAreaL li {
		float: none;
		margin-bottom: 20px;
		padding: 0;
		width: auto;
	}
}


/*--#secNews--*/

#secNews dl {
	border-bottom: 1px solid #cda76a;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#secNews dl dt {
	color: #962703;
}
#secNews dl dd {
	margin: -1.2em 0 0 8em;
}
#secNews a {
	color: #fff;
	text-decoration: none;
}
#secNews a:hover {
	color: #fff;
	text-decoration: underline;
}
@media only screen and (max-width: 640px) {
	#secNews dl dd {
		margin: 5px 0 0;
	}
}


/*--#secAccess--*/

article#secAccess {
	color: #fff;
	font-family: Helvetica, Arial, Verdana,  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7;
}
article#secAccess .txtArea {
	float: left;
	padding-right: 10px;
	width: 50%;
}
@media only screen and (max-width: 970px) {
	article#secAccess .txtArea {
		float: none;
		margin: 0 0 20px;
		padding-right: 0;
		width: auto;
	}
}
article#secAccess .txtArea h2 {
	border-bottom: 1px solid #cda76a;
	color: #fff;
	font-family: Helvetica, Arial, Verdana,  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 20px;
	padding-bottom: 10px;
}

article#secAccess .txtArea dl {
	margin: 0 0 10px;
}
article#secAccess .txtArea dd {
	margin: -1.7em 0 0 6em;
}
@media only screen and (max-width: 640px) {
	article#secAccess .txtArea h2 {
	}
	article#secAccess .txtArea dl {
		margin-bottom: 20px!important;
	}
	article#secAccess .txtArea dl dt {
		background: #333;
		color: #fff;
		padding: 3px 10px;
		margin: 0 0 5px;
	}
	article#secAccess .txtArea dd {
		margin: 0;
	}
}

article#secAccess #map {
	float: right;
	padding-left: 10px;
	width: 50%;
}
@media only screen and (max-width: 970px) {
	article#secAccess #map {
		float: none;
		padding-left: 0;
		width: auto;
	}
}
article#secAccess #map iframe {
	border: 0;
	box-sizing: border-box;
	height: 300px;
	margin-bottom: 10px;
	width: 100%;
}


#sec01 {
	background: url(../img/bg_top_sec01_01.png) 50% 0% no-repeat, url(../img/bg_top_sec01_01.png) 50% 0% repeat-x,
				url(../img/bg_top_sec01_01.png) 50% 100% no-repeat, url(../img/bg_top_sec01_01.png) 50% 100% repeat-x,
				url(../img/bg_top_02.png) 50% 10px no-repeat,
				url(../img/bg_top_sec01_03.png) 50% 0% repeat-x, url(../img/bg_top_sec01_04.png) 50% 0% repeat;
	margin-top: 40px;
}
#sec01 .secInner {
	margin: 0 auto;
	max-width: 970px;
}
#sec01 div.content {
	margin: 0 0 0 auto;
	padding: 10px 0 30px;
	width: 61.85%;
}
#sec01 div.content {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
}
#sec01 div.content h1 {
	background: url(../img/bg_top_01.png) 0% 50% no-repeat;
	color: #fff;
	font-size: 39px;
	font-weight: bold;
	line-height: 1.2;
	padding: 20px 0 20px 85px;
}
#sec01 div.col2 img {
	width: 100%;
}
@media only screen and (max-width:798px) {
	#sec01 {
		padding: 0 2.6% 2.6%;
	}
}
@media only screen and (max-width:640px) {
	#sec01 {
		background: url(../img/bg_top_sec01_01.png) 50% 0% no-repeat, url(../img/bg_top_sec01_01.png) 50% 0% repeat-x,       url(../img/bg_top_sec01_01.png) 50% 100% no-repeat, url(../img/bg_top_sec01_01.png) 50% 100% repeat-x,       url(../img/bg_top_sec01_03sp.png) 50% 0% repeat-x, url(../img/bg_top_sec01_04.png) 50% 0% repeat;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0 3.125% 3.125%;
	}
	#sec01 div.content {
		width: auto;
	}
}


#sec02 div.col1 {
	float: right;
	width: 64.8%;
}
#sec02 div.col2 {
	float: left;
	width: 32.25%;
}
#sec02 div.col2 img {
	width: 100%;
}
@media only screen and (max-width:640px) {
	#sec02 div.col1 {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
	#sec02 div.col2 {
		float: none;
		width: auto;
	}
}


#sec03 {
	background: #111 url(../img/bg_top_04.png) 0% 0% no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 50px;
	padding: 6.92% 0 20%;
}
#sec03 h1 {
	background: rgba(0,0,0,0.5) url(../img/bg_top_03.png) 30px 50% no-repeat;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 70px;
	padding: 12px 20px 12px 90px;
}
#sec03 .secInner {
	font-size: 16px;
	line-height: 1.4;
	padding: 0 30px;
}
@media only screen and (max-width:640px) {
	#sec01 div.content {
		width: auto;
	}
	#sec03 .secInner {
		padding: 0 4.68%;
	}
}



