
body{
  margin: 0 auto;
  width:100%;
  text-align: center;
  font-family: sans-serif;
  line-height: 0;
}

.wrap{
	overflow: hidden;
}

.image-vw img { 
	width: 100%; 
	padding:0px;
	vertical-align:bottom; 
}

.btn{
	width: 85%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	
	
}

.btn:hover{
	opacity: 0.7;
	
}

.background{
	background-color: #6B431B;
	height: 2rem;
	margin-top: 0;
}

.background p{
	font-size: 0.8rem;
	color: aliceblue;
	padding-top:0.5rem;
	
	
}

.footer{
	margin-bottom: 2vw;
}

.footer p{
	font-size: min(3vw, 15px);
	line-height:110%;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
