@charset "utf-8";



/* section */

section img{
	width: 100%;
	margin-top: 50px;
}
section img.rogo{
	width: 30%;
}
section .rogo{
	display: block;
	margin: 0 auto;
	text-align: center
}

section p{
	text-align: center;
	margin-top: 50px;
}

.gallery{
	background:url("../img/dress/gallery.jpg") center center no-repeat;
	padding: 110px 0;
	margin-top: 50px;
}
.gallery p{
	color: #fff;
}
.gallery a{
	width: 200px;
    margin: 30px auto 0;
    padding: 8px 0 9px 8px;
    display: block;
    color: #c8a273;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.3rem;
    background: #fff;
}



@media only screen and (max-width:640px){
	
	section img.rogo{
	width: 80%;
		
}
}



