/* CSS Document */
/* layout */

/*=================================
	media screen
===================================*/
@media screen and (min-width: 761px) {

#bg {
	background:url(../img/main_wide.png) center top no-repeat;
	height:500px;
}
#bg2 {
	background:url(../img/main_wide2.png) center top no-repeat;
	height:500px;
}
#bg3 {
	background:url(../img/main_wide3.png) center top no-repeat;
	height:500px;
}

.pn{
	display:none;
}

.container-content{
	background:url(../img/img.png) center top no-repeat #fff;
	background-size:100%;
	-moz-background-size:100%;
	-webkit-background-size:100%;
	text-align:center;
}

.content{
	width:960px;
	text-align:left;
	margin:auto;
	margin-bottom:20px;
}

.container{
 background-color: rgba(255,255,255,0.85); 
}

.youarehere{
	font-size:120%;
}
.youarehere dt{
	font-size:120%;
}
.map{
	width:300px;
	height:auto;
}


}
/*-------------------------*/
/* SPレイアウト 760px*/
/*-------------------------*/
@media screen and (max-width: 760px) {


.sn{
	display:none;
}
.map{
	width:100%;
	height:auto;
}
/*-------------------------*/
/* SPレイアウトここまで */
/*-------------------------*/
}