@charset "UTF-8";

/* ================================
	共通
================================ */
/* icn
---------------------- */
.icn-address,
.icn-arrwL,
.icn-arrw{
	display: inline-block;
	line-height: 13px;
	margin: -1px 2px 0px 0;
	background: url(../images/sec-sansaku/icn.png) no-repeat 0 0;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	*display: inline;
	*zoom: 1;
}
.icn-address{
	width: 34px;
	height: 13px;
	background-position: 0 0;
	top: -1px;
}
.icn-arrwL{
	width: 14px;
	height: 13px;
	background-position: -11px -18px;
	top: -1px;
}
.icn-arrw{
	width: 13px;
	height: 10px;
	background-position: 0 -21px;
}

/* ================================
	ヘッダ
	.globalHeader
================================ */

/*	h
---------------------- */
.ttl,
.globalHeader .lead{
	position: relative;
	margin: 20px 0 0 100px;
}
.globalHeader .lead{
	width: 27em;
}

/*	.btn-coupon
---------------------- */
a.btn-coupon{
	display: block;
	width: 360px;
	height: 112px;
	overflow: hidden;
	background: url(../images/header/btn-coupon.png) no-repeat 0 0;

	position: absolute;
	top: 230px;
	left: 455px;
	z-index: 100;
}
.btn-coupon:hover{
	background-position: 0 -112px;
}

/*	extra
---------------------- */
.ext{
	position: absolute;
}
.img-map{
	top: 10px;
	right: 0;
}
.img-onpu{
	top: 100px;
	left: 450px;
}
.img-hart{
	top: 40px;
	left: 10px;
}
.photo-jyoshi{
	top: 180px;
	left: -50px;
}

/* ================================
	フッタ
	.globalFooter
================================ */

/*	a
---------------------- */
.globalFooter ul{
	width: 774px;
	margin: 0 auto;
}
.globalFooter li{
	width: 363px;
	height: 88px;
	float: left;
	margin: 12px 12px 4px;
	position: relative;
	*display: inline;
	*zoom: 1;
}
.btn-yado,
.btn-kanko{
	display: block;
	width: 363px;
	height: 88px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/footer/btn.png) no-repeat 0 0;
	position: relative;
}
.btn-kanko{
	background-position: -363px 0;
}
.btn-yado:hover{
	background-position: 0 -98px;
}
.btn-kanko:hover{
	background-position: -363px -98px;
}

.logo-jalan{
	position: absolute;
	top: -20px;
	left: -30px;
}

/*	PR企画
---------------------- */
.pr{
	display: inline;
	padding: 4px 8px 4px 10px;
	font-size: 9px;
	font-size: .9rem;
	line-height: 1;
	letter-spacing: .2em;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
	bottom: -40px;
}


/* ================================
	コンテンツ
	.contents-photo
================================ */
/*	.photoLst
---------------------- */
.photoLst{
	width: 990px;
	height: 300px;
	position: relative;
	background: url(../images/loading.gif) no-repeat center center #eaeaea;
}
.photoLst li{
	width: 990px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.photoLst img{
}

/*	.thumb
---------------------- */
.thumb{
	position: absolute;
	top: 40px;
	right: 40px;
}
.thumb li{
	width: 65px;
	height: 56px;
	margin: 0 0 12px;
	position: relative;
}
.thumb img{
	width: 59px;
	height: 50px;
	border: 3px solid #fff;
	overflow: hidden;
	position: absolute;
	background: url(../images/sec-photo/thumb.jpg) no-repeat 0 0;
}
.thumb-02 img{
	background-position: 0 -59px;
}
.thumb-03 img{
	background-position: 0 -118px;
}
.thumb .active:before,
.thumb #active-before{
	display: block;
	content: "◀";
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 50%;
	left: -8px;
	margin-top: -5px;
}
.thumb li:hover{	
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

/* ================================
	コンテンツ
	.contents-eventMatsuri
================================ */
/*	.wrap-event
---------------------- */
.wrap-event{
	width: 880px;
	margin: 0 auto;
	padding: 0 0 37px;
	background: url(../images/sec-eventMatsuri/backPtn.png) repeat 0 0;
	position: relative;
	overflow: hidden;
	*zoom: 1;
}
.wrap-event:after{
	display: block;
	content: "";
	width: 880px;
	height: 37px;
	background: url(../images/sec-eventMatsuri/line-btm.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
figure.imgL{
	width: 310px;
	margin: 10px 20px 10px 70px;
}
.eventTxt{
	width: 33em;
	float: left;
	overflow: hidden;
}
.point li{
	margin: 0 0 10px;
}
.point h3{
	margin: .8em 0 0;
}
.point p{
	margin: 0;
}

/* shadow */
.shadow{
	position: relative;
}
.shadow img{
	position: relative;
	z-index: 10;
}
.shadow:after{
	display: block;
	content: "";
	width: 50%;
	max-width:300px;
	background: #777;
	position: absolute;
	bottom: 15px;
	right: 10px;
	left: auto;
	top: 80%;
	z-index: 1;

	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}

/* .btn-matsuriMap */
a.btn-matsuriMap{
	display: block;
	width: 310px;
	height: 44px;
	background: #fb5353;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.btn-matsuriMap:hover{
	background: red;
	color: #fff600;
}


/*	midokoro
---------------------- */
.midokoro{
	width: 761px;
	margin: 24px -24px 0 -380px;
	position: relative;
	left: 50%;
	overflow: hidden;
	*zoom: 1;
}
.midokoro h2{
	white-space: 171px;
	margin: 0 20px 0 0;
	float: left;
	*display: inline;
	*zoom: 1;
}
.midokoro li{
	width: 258px;
	margin: 0 24px 0 0;
	float: left;
	*display: inline;
	*zoom: 1;
}
.midokoro p{
	color: #845320;
}

/*	ext
---------------------- */
.img-birds{
	bottom: 0;
	left: 40px;
}
.img-cat{
	bottom: 100px;
	right: 50px;
}
.img-harts{
	bottom: 100px;
	left: 30px;
}

/* ================================
	.contents-sansaku
================================ */
/*	wrap-sanraku
---------------------- */
.wrap-sanraku{
	width: 752px;
	background: url(../images/sec-sansaku/back-mdl.png) repeat-y 0 0;
	padding: 49px 70px 30px;
	margin: 0 auto;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	*zoom: 1;

	color: #845320;
}
.wrap-sanraku:before,
.wrap-sanraku:after,
#wrap-sanraku-before,
#wrap-sanraku-after{
	display: block;
	content: "";
	width: 892px;
	height: 49px;
	overflow: hidden;
	background: url(../images/sec-sansaku/back.png) no-repeat 0 0;
	position: absolute;
	left: 0;
}
.wrap-sanraku:before,
#wrap-sanraku-before{
	top: 0;
}
.wrap-sanraku:after,
#wrap-sanraku-after{
	height: 49px;
	bottom: 0;
	background-position: 0 -49px;
}

.wrap-sanraku ul{
	width: 776px;
	margin: 24px -24px 0 0;
	position: relative;
	overflow: hidden;
	*zoom: 1;
	z-index: 100;
}
.wrap-sanraku li{
	width: 234px;
	margin-right: 24px;
	float: left;
	*display: inline;
	*zoom: 1;
}

/*	dl
---------------------- */
dl dd{
	margin: 0;
	font-size: 11px;
	font-size: 1.1rem;
}
dl a:link{
	text-decoration: underline;
}

/*	ext
---------------------- */
.img-ribbon{
	top: 135px;
	left: 58px;
	z-index: 1;
}
.photo-dog{
	bottom: 0;
	right: 0;
}