@charset "utf-8";

/* Table Of Contents
----------------------------------------

# visual
# content

----------------------------------------*/



/* # visual
---------------------------------------------------------------------------- */

#topVisual {
	background: url(../common/img/bg_header.jpg) repeat-x 0 100%;
}

#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;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.rslides li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.rslides li:first-child {
	display: block;
	float: left;
	position: relative;
}

.rslides img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}


/* # content
---------------------------------------------------------------------------- */

/*--.box_02--*/

.box_02 {
	margin-bottom: 0;
	background: #F5EBDE url(../img/img_bg_top_02.png) top left no-repeat;
	color: #333 !important;
	padding: 100px 25px 20px;
	margin: 0 0 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.top_youtube {
	/* float: right; */
	margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.top_youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
@media only screen and (max-width: 640px){
.top_youtube {
	float: none;
	margin: 0 0 20px 0;
}
.top_youtube iframe{
	margin: 0 auto 20px;
}
}

/*--#bnrAreaL--*/

#bnrAreaL {
	margin-bottom: 20px;
	padding-right: 3.75%;
	padding-left: 3.75%;
}

#bnrAreaL ul li {
	margin-bottom: 20px;
}

#bnrAreaL ul li a {
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
#bnrAreaL ul li a:hover,
#bnrAreaL2 a:hover,
#bnrAreaL ul li a:focus,
#bnrAreaL ul li a.spHover {
	opacity: 0.8;
}

#bnrAreaL ul li img {
	width: 100%;
}


/*--#secMessage--*/

#secMessage {
	margin-bottom: 30px;
	border: 1px solid #f4e8d9;
	-webkkit-box-shadow: 0 0 0 1px #fcf9f5;
	box-shadow: 0 0 0 1px #fcf9f5;
	background: #f4e8d9 url(../img/bg_secmessage.png) no-repeat 100% 0;
}
#secMessage .box_01 {
	margin-bottom: 0;
	background-color: transparent !important;
	color: #333 !important;
}
#secMessage img {
  max-width: 100%;
}

/*--#secMenu--*/

#secMenu ul {
  margin-left: -10px;
  margin-right: -10px;
  line-height: 1.5;
  overflow: hidden;
}

#secMenu li{
  margin-bottom: 10px;
  width: 100%;
}
#secMenu li img {
  width: 100%;
}
#secMenu li .inner {
  padding-right:10px;
  padding-left:10px;
}
#secMenu li a{
  display: block;
  margin-bottom: 10px;
}
#secMenu li a:hover,
#secMenu li a:focus {
	opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  #secMenu li{
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 971px) {
	#secMenu li img {
	  width: auto;
	}
}



/*--#secNews--*/

#secNews dl {
	border-bottom: 1px solid #75543f;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

#secNews .taR {
	margin-top: 15px;
}


/*--#secAccess--*/

#secAccess .h2_tit01 {
	padding-right: 0;
	padding-left: 0;
	font-size: 18px;
	color: #fff;
}
#secAccess .h3_tit01 span {
	font-size: 14px;
}

#secAccess .txtArea {
	margin: 0 0 20px;
}

#secAccess table {
	margin-top: -10px;
	width: 100%;
}
#secAccess table th,
#secAccess table td {
	display: block;
}
#secAccess table th {
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #75543f;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}

#secAccess #map {
	height: 300px;
}
#secAccess #map iframe {
	border: 0;
	height: 100%;
	width: 100%;
}



/* --
============================================================================

タブレット向けのスタイル：641px ～ 768px

============================================================================
-- */


@media only screen and (min-width: 641px) and (max-width: 768px){


/* # content
---------------------------------------------------------------------------- */

/*--#bnrAreaL--*/

#bnrAreaL {
	margin-bottom: 30px;
	padding: 0;
}

#bnrAreaL ul li {
	float: left;
	margin-right: 3.75%;
	margin-bottom: 0;
	width: 48.125%;
}


/*--#secNews--*/

#secNews dl dt {
	float: left;
}

#secNews dl dd {
	margin-left: 8em;
}


/*--#secAccess--*/

#secAccess table th,
#secAccess table td{
	display: table-cell;
	background: none;
	padding: 5px 0;
	font-weight: normal;
}
#secAccess table th {
	padding-right: 10px;
	text-align: left;
	color:inherit;
}

}



/* --
============================================================================

大きめタブレット向けのスタイル：769px ～ 970px

============================================================================
-- */


@media only screen and (min-width: 769px) and (max-width: 970px){


/* # content
---------------------------------------------------------------------------- */


/*--#bnrAreaL--*/

#bnrAreaL {
	margin-bottom: 3.75%;
	padding: 0;
}

#bnrAreaL ul li {
	float: left;
	margin-right: 3.75%;
	margin-bottom: 0;
	width: 48.125%;
}


/*--#secNews--*/

#secNews dl dt {
	float: left;
}

#secNews dl dd {
	margin-left: 8em;
}


/*--#secAccess--*/

#secAccess table th,
#secAccess table td{
	display: table-cell;
	background: none;
	padding: 5px 0;
	font-weight: normal;
}
#secAccess table th {
	padding-right: 10px;
	text-align: left;
	color:inherit;
}

}



/* --
============================================================================

PC向けのスタイル：971px ～ 

============================================================================
-- */


@media only screen and (min-width: 971px){


/* # content
---------------------------------------------------------------------------- */


/*--#bnrAreaL--*/

#bnrAreaL {
	margin-bottom: 20px;
	padding: 0;
	width: 722px;
}

#bnrAreaL ul li {
	float: left;
	margin-right: 26px;
	margin-bottom: 0;
	width: 348px;
}


/*--#secNews--*/

#secNews article dl dt {
	float: left;
}

#secNews article dl dd {
	margin-left: 8em;
}


/*--#secRanking--*/

#secRanking li {
	float: left;
	width: 33.3%;
}


/*--#secAccess--*/

#secAccess .txtArea {
	float: left;
	margin-bottom: 0;
	width: 332px
}
#secAccess table th,
#secAccess table td{
	display: table-cell;
	background: none;
	padding: 5px 0;
	font-weight: normal;
}
#secAccess table th {
	padding-right: 10px;
	text-align: left;
	color:inherit;
}
#secAccess #map {
	float: right;
	width: 330px;
}

}


