@charset "utf-8";

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

# content
# sidebar

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


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

#topVisual {
	background: -webkit-linear-gradient(top, #fbf8d1 0%, #fff 100%);
	background:    -moz-linear-gradient(top, #fbf8d1 0%, #fff 100%);
	background:     -ms-linear-gradient(top, #fbf8d1 0%, #fff 100%);
	background:      -o-linear-gradient(top, #fbf8d1 0%, #fff 100%);
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbf8d1), color-stop(100%, #fff));
	background:         linear-gradient(to bottom, #fbf8d1 0%, #fff 100%);
	-webkit-box-shadow: inset 0 -1px 0 0 #d4d097;
	   -moz-box-shadow: inset 0 -1px 0 0 #d4d097;
	        box-shadow: inset 0 -1px 0 0 #d4d097;
	border-bottom: 4px solid #efecbb;
	clear: both;
	padding-bottom: 36px;
	width: 100%;
}
@media only screen and (max-width: 1200px) {
	#topVisual {
		padding-bottom: 3%;
	}
}

#topVisual #topVisualIn {
	margin: 0 auto;
	max-width: 1200px;
	max-height: 500px;
	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 {
	margin: 0;
	padding: 50px 0;
}
@media only screen and (max-width:970px) {
	#bnrAreaL {
		padding: 5.15% 0;
	}
}
#bnrAreaL ul {
	list-style-type: none;
	margin: 0;
	padding: 0 2.11%;
}
#bnrAreaL li {
	float: left;
}
#bnrAreaL li:nth-child(1) {
	max-width: 287px;
	margin-right: 2.68%;
	width: 30.86%;
}
#bnrAreaL li:nth-child(2) {
	max-width: 306px;
	margin-right: 2.68%;
	width: 32.9%;
}
#bnrAreaL li:nth-child(3) {
	max-width: 286px;
	width: 30.75%;
}
#bnrAreaL li img {
	width: 100%;
}
#bnrAreaL li a:hover {
	opacity: 0.7;
}
@media only screen and (max-width:640px) {
	#bnrAreaL ul {
		padding: 0 3.75%;
	}
	/*
	#bnrAreaL li {
		float: none;
		margin: 0 0 20px!important;
		text-align: center!important;
		width: auto!important;
	}*/
	#bnrAreaL li img {
		margin: 0!important;
		max-width: 100%;
	}
}


/*--#secNews--*/

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


/*--#secAccess--*/

article#secAccess {
	color: #666;
	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 #ccc;
	color: #666;
	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: #d7f3f7;
		color: #333;
		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 div.col1 {
	float: right;
	width: 64.7%;
}
#sec01 div.col2 {
	float: left;
	width: 32.35%;
}
#sec01 div.col2 img {
	width: 100%;
}
@media only screen and (max-width:640px) {
	#sec01 div.col1 {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
	#sec01 div.col2 {
		float: none;
		width: auto;
	}
}


#sec02 h2 {
	background: #fcd54e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 7px 15px;
}
#sec02 h3 {
	background: url(../img/ico_top_01.png) 0% 2px no-repeat;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 0 5px 36px;
}
#sec02 section section p {
	line-height: 2;
	padding-left: 36px;
}
#sec02 section section p:last-child {
	margin-bottom: 0
}
#sec02 .btn {
	margin-top: 20px;
	text-align: right;
}




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






/*--.archive2--*/
#main .archive2 ul {
	list-style: none;
	margin: 0 -5px;
	padding: 0;
}
	#main .archive2 ul:before,
	#main .archive2 ul:after {
		content: "";
		display: table;
	}
	#main .archive2 ul:after {
		clear: both;
	}
	#main .archive2 ul {
		zoom: 1;
	}
#main .archive2 li {
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
#main .archive2 li a {
	display: block;
	margin: 0 5px;
}
#main .archive2 li a:hover {
	opacity: 0.8;
}
#main .archive2 li span {
	display: block;
}
#main .archive2 li .photo img {
	width: 100%;
}
#main .archive2 li .contents {
	padding: 10px 0;
}
#main .archive2 li .contents .title {
	color: #ffa200;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
#main .archive2 li .contents .date {
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
	#main .archive2 li {
		float: none;
		margin-bottom: 20px;
		width: auto;
	}
}