@charset "utf-8";

/* ================ Style ================= */
#kv {
	background: url(../img/img_kv_pc.jpg) top center no-repeat;
}

#wrapper.page h1 {
	width: 454px;
	margin: 0 auto 26px;
}

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