@charset "utf-8";

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

# content
# sidebar

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



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

#topVisual {
	background: url(../img/bg_top_visual.png) 0% 0% repeat-x;
	width: 100%;
}
@media only screen and (max-width: 640px) {
	#topVisual {
		margin-bottom: 20px;
	}
}

#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: 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
---------------------------------------------------------------------------- */



/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 20px;
	padding: 0 3.75%;
	width: 100%;
}

#bnrAreaL ul li {
	float: none;
	margin: 0 0 20px;
}

#bnrAreaL ul li a {
	background-color:transparent;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

#bnrAreaL ul li a.spHover {
	opacity: 0.7;
}

#bnrAreaL ul li img {
	width: 100%;
}

/*--#secNews--*/

#secNews dl {
	border-bottom: 1px solid #FFC9E0;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

#secNews dl dt {
	margin: 0 0 10px;
}

#secNews a {
	color: #333;
	text-decoration: none;
}
#secNews a:hover {
	color: #333;
	text-decoration: underline;
}


/*--#secAccess--*/

#secAccess article {
}

#secAccess article .txtArea {
	float: left;
	width: 330px;
}
@media only screen and (max-width: 970px) {
	#secAccess article .txtArea {
		float: none;
		margin: 0 0 20px;
		width: auto;
	}
}


#secAccess article .txtArea h2 {
	color: #FB2B83;
	font-size: 150%;
	font-weight: bold;
}
#secAccess article .txtArea h2 span {
	color: #DB1ABD;
	font-size: 89%;
}

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

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


/* --
============================================================================

タブレット向けのスタイル：641px ～ 768px

============================================================================
-- */

@media only screen and (min-width: 641px) and (max-width: 768px){

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

/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}

#bnrAreaL ul {
	width: 100%;
}

#bnrAreaL ul li {
	float: left;
	margin: 0 3.46% 0 0;
	width: 48.198%;
}

#bnrAreaL ul li img {
	width: 100%;
}

/*--#secNews--*/

#secNews dl dt {
	float: left;
	margin: 0 10px 0 0;
	width: 75px;
}

#secNews dl dd {
	margin: 0 0 0 8em;
}

}


/* --
============================================================================

大きめタブレット向けのスタイル：769px ～ 970px

============================================================================
-- */


@media only screen and (min-width: 769px) and (max-width: 970px){

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


/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}

#bnrAreaL ul {
	width: 100%;
}

#bnrAreaL ul li {
	float: left;
	margin: 0 3.46% 0 0;
	width: 48.198%;
}

#bnrAreaL ul li img {
	width: 100%;
}

/*--#secNews--*/

#secNews dl dt {
	float: left;
	margin: 0 10px 0 0;
	width: 75px;
}

#secNews dl dd {
	margin: 0 0 0 8em;
}

}



/* --
============================================================================

PC向けのスタイル：971px ～ 

============================================================================
-- */


@media only screen and (min-width: 971px){

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


/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 30px;
	padding: 0;
	width: 722px;
}

#bnrAreaL ul li {
	float: left;
	margin: 0 25px 0 0;
	width: 348px;
}

#bnrAreaL ul li img {
	width: 100%;
}

#bnrAreaL ul li img:hover {
	opacity: 0.7;
}

/*--#secNews--*/

#secNews dl dt {
	float: left;
	margin: 0 10px 0 0;
	width: 75px;
}

#secNews dl dd {
	margin: 0 0 0 8em;
}

}
/* --
============================================================================

addStyle

============================================================================
-- */

#topVisual {
	background: url(../common/img/bg_top_visual.png) top center repeat-x;
	width: 100%;
	position:relative;
	z-index:-1;
	margin-top:33px;
}

#topVisual #topVisualIn{
	max-width:1100px;
}


/*--.bnrAreaL--*/
.bnrAreaL{
	margin: 0 0 25px;
	padding: 0;
	width: 100%;
}


@media only screen and (max-width: 680px) {
	.bnrAreaL {
		margin:0 0 30px;
	}
}

.bnrAreaL ul li {
	float:left;
	padding:0px;
	text-align:center;
}

@media only screen and (max-width: 640px) {
	.bnrAreaL ul li {
		//width:100%!important;
		//float: none;
		margin-bottom:30px!important;
	}
}


.bnrAreaL ul li a{
	text-decoration:none;
	background-color:transparent;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.bnrAreaL ul li a.spHover {
	opacity: 0.8;
}


.bnrAreaL ul li img {
	width: 100%;
}

.bnrCols01{
	margin-bottom:32px;
}
.bnrCols01 ul li{
	width:100%;
	margin:0 0 10px 0;
}


.bnrCols02{
	margin-bottom:40px;
}

.bnrCols02 ul{
	max-width:942px;
	margin:0 auto;
}

.bnrCols02 ul li{
	width:46.2%;
	margin:0 7% 20px 0;
}

.bnrCols02 ul li:nth-child(2n){
	margin-right:0;
}


.bnrCols03{
	margin-bottom:12px;
}

.bnrCols03 ul li{
	width:32%;
	margin:0 2% 20px 0;
}

.bnrCols03 ul li:nth-child(3n){
	margin-right:0;
}

.bnrCols04{
	margin-bottom:12px;
}

.bnrCols04 ul li{
	width:24.5%;
	margin:0 0.66% 20px 0;
}

.bnrCols04 ul li:nth-child(4n){
	margin-right:0;
}

#secTable .box_01{
	padding-bottom:2px!important;
}
#secTable .box_01 table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
#secTable .box_01 table th{
	text-align:center;
	border:solid 1px #cccccc;
	padding:3px 0px;
	font-weight:normal;
	vertical-align: middle;
}
#secTable .box_01 table th:first-of-type{
	width:34.3%;
}

#secTable .box_01 table td{
	text-align:center;
	border:solid 1px #cccccc;
	padding:26px 0px;
	font-weight:normal;
	vertical-align: middle;
}
#secTable .box_01 .notes{
	width:100%;
	text-align:right;
	padding:5px 0 0;
}

/*--#secRanking--*/
#secRanking .box_01{
	padding-bottom:23px!important;
}
#secRanking ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
}
#secRanking li{
	padding:0;
	margin:0 2.45% 0 0;;
	width:31.7%;
	float:left;
	
}
#secRanking li:last-child{
	margin:0;
}
#secRanking li img{
	width:100%;
}
#secRanking li a:hover{
	display: block;
	opacity: 0.7;
}
@media only screen and (max-width: 640px) {
	#secRanking li{
		width:100%;
		//float:none;
		margin-bottom:30px;
	}
	#secRanking li img{
		width:100%;
		height:auto;
	}
}
#secRanking li span{
	display:block;
	text-align:left;
	padding:0;
	font-size:117%;
	color:#4e453c;
}
#secRanking li span.photo{
	margin-bottom:20px;
}
#secRanking li span.post_title{
	text-align:left;
	margin-bottom:7px;
}
#secRanking li span.post_meta01{
	text-align:right;
	margin-bottom:0px;
}
#secRanking li a,
#secRanking li a:hover{
	text-decoration:none;
}

#secNews dl:last-of-type{
	margin-bottom:0;
}

#secConcept {
	background:url(../common/img/bg_secconcept.png) no-repeat right top;
	padding-bottom:54px;
	margin-bottom:30px;
}
#secConcept .box_01{
	overflow:hidden;
	padding-top:55px;
}
#secConcept h1{
	font-size:28px;
	font-weight:normal;
	color:#3e3629;
	line-height:160%;
	margin-bottom:29px;
}

#secConcept .boxLeft01{
	width:60.8%;
}
#secConcept .boxLeft01 p{
	font-size:117%;
	line-height:186%;
}

@media only screen and (max-width: 768px) {
	#secConcept {
		background-position:center bottom;
		background-size:contain;
		padding-bottom:96.3%;
	}
	#secConcept .box_01{
		padding-top:0px;
	}
	#secConcept .boxLeft01{
		width:100%;
	}
}
#secGreeting {
	margin-bottom:41px!important;
}
#secGreeting .box_01{
	background-image:url(../common/img/bg_ptn03.png)!important;

	-moz-border-image:url(../common/img/bg_border02.png) 3 round!important;
	-webkit-border-image:url(../common/img/bg_border02.png) 3 round!important;
	-o-border-image:url(../common/img/bg_border02.png) 3 round!important;
	border-image:url(../common/img/bg_border02.png) 3 round!important;
	padding:8px 15px 0px 0px!important;
}

#secGreeting .figureLeft01{
	width:40%;
	padding-bottom:8px;
}

#secGreeting .boxRight01{
	width:60%;
	padding-top:14px;
	padding-bottom:10px;
}

#secGreeting .boxRight01 h1{
	font-size:24px;
	font-weight:normal;
	background:none;
	padding:0;
	margin:0 0 12px;
}

#secGreeting .boxRight01 p{
	font-size:15px!important;
	line-height:165%;
}

@media only screen and (max-width: 640px) {
	#secGreeting .box_01{
		padding:15px!important;
	}
	#secGreeting .figureLeft01,
	#secGreeting .boxRight01{
		width:100%;
	}
}

#secRanking .box_01{
	padding:17px 17px 26px!important;
}

#secRanking li{
	width:31.4%;
	margin-right:2.9%;
}

#secRanking li span{
	font-size:15px;
	font-weight:bold;
}

#secRanking li span.photo{
	margin-bottom:16px;
}

#secRanking li span.post_title{
	margin-bottom:5px;
}

@media only screen and (max-width: 640px) {
	#secRanking li{
		//width:100%;
		//margin:0 0 20px 0;
	}

}

#secNews .box_01{
	padding-top:22px!important;
	padding-bottom:5px!important;
}
#secNews dl{
	font-size:117%;
	padding-bottom:3px;
	margin-bottom:4.5px;
	border-bottom:solid 1px #cccccc;
}
@media only screen and (max-width: 640px) {
#secNews dl+p{
	width:50%;
	margin:auto;
}
}


#secAccess .box_01{
	padding-top:18px!important;
	padding-bottom:11px!important;
}

#secAccess dl{
	font-size:117%;
	margin-bottom:11px;
}
#secAccess article #map iframe{
	margin-bottom:0;
}

@media only screen and (min-width: 641px) {
	#topVisual+div {
		display:none;
	}
}

@media only screen and (max-width: 640px) {
#topVisual+div ul {
	display:inline-block;
	position: relative;
    left: 50%;
    margin-left: -125px;
}
#topVisual+div li.txtComment{
	background:none;
	padding:0px;
	color:#ffffff;
	font-size:14px;
	line-height:100%;
	font-weight:normal;
}
#topVisual+div li.txtPhone{
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "Microsoft YaHei Light", "Helvetica Neue UltraLight", "Verdana", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	background:url(../common/img/bg_header_phone01.png) no-repeat left top;
	color:#333333;
	padding:36px 0px 0px 50px;
	text-align:left;
	font-size:24px;
	line-height:100%;
	font-weight:bold;
	width:250px;
	height:73px;
	display:block;
	white-space:nowrap;

}
#topVisual+div li.txtPhone a{
	color:#333333;
}
}