@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: 450px;
	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 -17px;
	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 17px;
	width: 33.33%;
}
#bnrAreaL img {
	width: 100%;
}
#bnrAreaL a:hover {
}
@media only screen and (max-width:640px) {
	#bnrAreaL {
		padding: 0 3.125%;
	
		margin-bottom: 20px;
}
	#bnrAreaL ul {
		margin: 0;
	}
	#bnrAreaL li {
	float: left;
	padding: 0 5px;
	width: 33.33%;
	}
}


/*--#secNews--*/

#secNews{
	margin-bottom: 30px;
}

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


/*--#secAccess--*/

article#secAccess {
	color: #4e3b0d;
	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 #d4cfc3;
	color: #4e3b0d;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", 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: #e7e3d8;
		color: #229b3c;
		padding: 3px 10px;
		margin: 0 0 5px;
	}
	article#secAccess .txtArea dd {
		margin: 0;
	}
}

article#secAccess #map {
	-webkit-transform: rotate(3deg);
	   -moz-transform: rotate(3deg);
	    -ms-transform: rotate(3deg);
	     -o-transform: rotate(3deg);
	        transform: rotate(3deg);
	float: right;
	padding-left: 10px;
	width: 50%;
}
@media only screen and (max-width: 970px) {
	article#secAccess #map {
		float: none;
		padding-left: 0;
		width: auto;
	}
}
@media only screen and (max-width: 768px) {
	article#secAccess #map {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			 -o-transform: rotate(0deg);
				transform: rotate(0deg);
	}
}
article#secAccess #map iframe {
	border: 3px solid #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
			box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
	height: 300px;
	margin-bottom: 10px;
	width: 100%;
}


/*--#secRanking--*/
#secRanking {
	margin-bottom: 30px;
}
#secRanking ul {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}
	#secRanking ul:before,
	#secRanking ul:after {
		content: "";
		display: table;
	}
	#secRanking ul:after {
		clear: both;
	}
	#secRanking ul {
		zoom: 1;
	}
#secRanking li {
	float: left;
	padding: 0 10px;
	width: 33.33%;
}
#secRanking li a,
#secRanking li span {
	color: #4e3b0d;
	display: block;
}
#secRanking li a:hover {
	color: #4e3b0d;
	opacity: 0.8;
	text-decoration: none;
}
#secRanking li span.photo {
	margin-bottom: 10px;
}
#secRanking li span.photo img {
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.1), inset 0 0 3px 2px rgba(255,255,255,0.8);
	   -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.1), inset 0 0 3px 2px rgba(255,255,255,0.8);
			box-shadow: 0 0 3px 2px rgba(0,0,0,0.1), inset 0 0 3px 2px rgba(255,255,255,0.8);
	width: 100%;
}
#secRanking li span.post_title {
}
#secRanking li span.post_meta01 {
	text-align: right;
}
@media only screen and (max-width:640px) {
	#secRanking ul {
		margin: 0;
	}
	#secRanking li {
	float: left;
	padding: 0 10px;
	width: 33.33%;
		margin-bottom: 20px;
	}
}



#sec01 {
	background: url(../img/bg_top_sec01_01.png) 0% 50% no-repeat;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 auto;
	max-width: 1200px;
	padding: 4% 0 0;
	position: relative;
}

@media only screen and (max-width: 640px){
	#sec01 {
		padding: 4% 0 6%;
	}
}



#sec01 h1 {
	background: url(../common/img/bg_line_org.png) 0% 100% repeat-x;
	color: #4e3b0d;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
	padding-bottom: 20px;
	width: 80%;
}
#sec01 h1 img {
	max-width: 255px;
	width: 100%;
}
#sec01 .secInner {
	padding-left: 9.58%;
}
#sec01 div.col1 {
	font-size: 16px;
	font-weight: bold;
	float: left;
	line-height: 2;
	width: 55%;
}
#sec01 div.col2 {
	padding-top: 3%;
	position: absolute;
	right: 0;
	top: 0;
	width: 37.75%;
}
#sec01 div.col2 img {
	width: 100%;
}
@media only screen and (max-width:970px) {
	#sec01 .secInner {
		padding-left: 2.6%;
	}
}
@media only screen and (max-width:768px) {
	#sec01 .secInner {
		padding-left: 2.06%;
	}
}
@media only screen and (max-width:640px) {
	#sec01 {
		background: 0;
	}
	#sec01 h1 {
		width: 100%;
	}
	#sec01 .secInner {
		padding: 0 3.125%;
	}
	#sec01 div.col1 {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
	#sec01 div.col2 {
		float: none;
		position: relative;
		width: auto;
	}
}

/*
#sec02 h1 {
	background: url(../common/img/bg_line_org.png) 0% 50% repeat-x;
	color: #f39800;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#sec02 h1 span {
	background: url(../img/ico_top_sec02_01.png) 0% 0% no-repeat, url(../common/img/bg_wrapper_01.png) 0% 0% no-repeat;
	padding: 0 5px 0 30px;
}
*/
#sec02 {
	margin-bottom: 30px;
}

#sec02 .box_01 {
	/* padding-bottom: 10px; */
	padding-left: 0;
	padding-top: 0;
}
#sec02 div.col1 {
	float: right;
	padding-top: 10px;
	width: 58%;
}
#sec02 div.col2 {
	float: left;
	width: 36.65%;
}
#sec02 div.col2 img {
	width: 100%;
}
@media only screen and (max-width:640px) {
	#sec02 {
		padding: 3.125%;
	}
	#sec02 div.col1 {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
	#sec02 div.col2 {
		float: none;
		width: auto;
	}
}


