@charset "utf-8";

body#home{
	background: url(../images/bg_home.jpg) repeat center top!important;
}
@media screen and (max-width:1024px) {
	body#home{background: url(../images/bg_sp.jpg) repeat left top!important;line-height:160%;
	}
}

body#home h2 {
	text-align: left;
	font-size:120%;
	width:1200px;
	margin:auto;
}

@media screen and (max-width:1024px) {
	body#home h2 {
		font-size:100%;
		line-height:130%;
		width:100%;
	}
}


body#home #contents {
	position:relative;
	top:-10000px;
}


/*map*/

body#home .map {
	margin-top:48px;
	position:relative;
	background: url(../images/index/top_map.png) no-repeat left top;
	height:760px;
}

body#home .map .mark{
	margin-top:20px;
}

body#home .map .map01{
	position:absolute;
	top:124px;
	left:395px;
}

body#home .map .map02{
	position:absolute;
	top:234px;
	left:827px;
}

body#home .map .map03{
	position:absolute;
	top:323px;
	left:233px;
}

body#home .map .map04{
	position:absolute;
	top:458px;
	left:732px;
}

body#home .map .map05{
	position:absolute;
	top:634px;
	left:420px;
}

body#home .map .map06{
	position:absolute;
	top:607px;
	left:505px;
}

/* visit */

body#home .visit {
	width:1171px;
	margin:0 auto 80px auto;
}

/* =======================================
	SP
======================================= */
body#home .mark_sp{
	margin:20px 0 20px 0;
	text-align:center;
}

body#home .btn li{
	margin-bottom:10px;
}

body#home .visit_sp{
	/*padding:20px;*/
	text-align:center;
	background:#ffffff;
}


/* =======================================
	メインスライド
======================================= */

.slideArea{
	position: relative;
}

.slideArea h1{
	position:absolute;
	left:55px;
	bottom:50px;
	z-index:5;
	display:none;
}
@media screen and (max-width:1024px) {
	.slideArea h1{
 position: absolute;
  left: 0;
  right: 0;
  margin:0 auto 30px auto;
  width:70%;
	}
}


.fullSlideShow h1{
	position:absolute;
	left:0;
	bottom:0;
}

.fullSlideShow {
	z-index:0!important
	width:100%!important;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:0;
}

.fullSlideShow img{
	vertical-align:top!important;
}

.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	/*display: none;*/
	position: absolute;
}

.fullSlideShow ul li p{
	font-size:100%;
	color:#ffffff;
	position:fixed!important;
	z-index:500;
	right:20px;
	bottom:10px;
}

@media screen and (max-width:1024px) {
	.fullSlideShow ul li p{
position:fixed;
bottom:50px;
left:50%;
width:150px;
margin-left:-75px;
	}
}



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

.fullSlideShow .caption {
	text-align:center;
}


/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
 	visibility: visible;; /* 非表示にする場合は「hidden」に */
}

.pagiNation a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: #04ad3c;
}



/******************************************************/
/* clear */
/******************************************************/

.clear:after{
	display:block;content:"";clear:both;overflow:hidden;
}
