body{
}

html {
	font-size: 100%;
	
}

/* 画像100％ */

div,img,p,body{
	margin : 0;
	padding: 0;
}

img {
	width: 100%;
	height: auto; 
}



#headerwrapper{
	width:100%;
	

}


#header{
	max-width: 1280px;
	margin: 0 auto;
}

/*------------ スマホ版を表示 ------------*/
@media screen and (max-width:640px){
.girlimg{
	width:48%;
	margin:1% ;
	float: left;
}
.image img{
    border-radius: 10px;
}

#contents{
	width:95%;
	margin:0 auto ;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc-link{display:none;}
.sp-link{display:block;}
}
/*------------ -------------- ------------*/

/*------------ パソコン版を表示 ------------*/
@media screen and (min-width:640px){
	
#wrapper{
	padding: 0 ;
}
.girlimg{
	width:23%;
	margin:1% ;
	float: left;
}
.girlimg1{
	width:31%;
	margin:1% ;
	float: left;
}
.image img{
    border-radius: 20px;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc-link{display:block;}
.sp-link{display:none;}

#contents{
	width:80%;
	margin:0 auto ;
}
}
/*------------ -------------- ------------*/


#footerwrapper{
	width:100%;
	background-color: #660000;
}


#footer{
	clear: both;
	color: #fff;	
}

#footerContents img{
	max-width:320px;
	margin:1% 0 ;

}