@charset "Shift-JIS";

/* レスポンシブ用　表示設定
------------------------------------------------- */
.sp{display:none;}
img{width: auto; max-width: 100%; height: auto;}
.pc{min-width:1270px;}  /* iPad背景崩れ対策 170517追加 */


/* レスポンシブ用　スマホ表示設定
------------------------------------------------- */
@media only screen and (max-width: 767px){
.pc{display:none;}
.sp{display:block; margin-left: auto; margin-right: auto;}
}
