@charset "UTF-8";

@media print, screen and (min-width: 768px) and (max-width: 959px) {
	body {background:none} /*PC用の背景はオフ*/
body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:120%;
 background-image: url(image/534.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
  }

	header h1 {
    margin: 0 ;
    line-height: 1.6em;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    text-align: left;
}
	header h1 span {
    font-size: 11px;
}
}
