@charset "UTF-8";
@media screen and (max-width:640px) {

/* Reset
------------------------------------------------------------*/


/* common
------------------------------------------------------------*/
body {
  font-size: 14px;
}

.pc {
  display: none;
}
.sp {
  display: block;
}

/*
------------------------------------------------------------*/
header{
  margin-bottom: 10px;
}

.contents{
  margin: 40px auto 30px;
}
.logo a{
  width: 165px;
}
.logo img{
  width: 165px;
}
.instagram img{
  width: 200px;
}
.preparation_box{
  text-align: left;
}

footer{
  position: absolute;
  width: 100%;
}


}