@charset "utf-8";
/* CSS Document */

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
	
.pt{}
.pc{display: none;}
.ps{display: none;}
.tb{display: inline;}
.ts{display: inline;}
.sp{display: none;}

header .main img:first-child {
height: 400px;
}

footer .left_box img {
height: 500px;
}

#block1 {
background-position: left calc(50% - 460px) top, right calc(50% - 400px) top, center top;
height: 600px;
}

#block1 h2 span{
  line-height: 200%;
  background-size: 1.04em 0.3em; /* 点の間隔とサイズ調整 */
}


}
