@charset "utf-8";

body{
    background:none;
}

/*  PC */
@media only screen and (min-width: 481px) {
    .none {
        height: calc(100VH - 380px);
    }
    .none p {
        text-align:center;
        padding:calc(50VH - 200px) 0;
    }
    #footer-tel {
      height: 133px;
    }
	#footer {
      height: 160px;
      background: url(../image/bg_footer.gif) left top -10px repeat-X;
    }
}

/* スマホ */
@media screen and (max-width: 480px) {
    .none {
        padding-top: 42px;
    }
    .none p {
        text-align:center;
        padding:150px 0;
    }
	

}