
@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
   pc
   ======================================================================= */
@media all and (min-width: 768px){

#contents.concierge{
	margin:0 auto;
	width:100%;
}
.newshop_ttl{
	text-align: center;
	width:100%;
}
.newshop_img{
	position: relative;
	padding-top: 4%;
	padding-bottom: 4%;
	text-align: center;
	width:100%;
}
.btn{
	position: absolute;
	bottom: 10%;
        left: 28%;
	width: 17.5%;
}

}


/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){
	#contents.concierge{
		background:url(/odona/special/concierge/images/bg.png) repeat center top;
		margin:0 auto;
		width:100%;
	}

	.newshop_ttl{
		text-align: center;
		width:100%;
	}
	.newshop_img{
		position: relative;
		padding-top: 4%;
		padding-bottom: 4%;
		text-align: center;
		width:100%;
	}
	.btn{
		padding-top: 7%;

	}


}



