@charset "utf-8";
.mainv{
	background-image: url(../img/contact/mainv.jpg);
}
.pagecontact{
    display: none;
}
/*----------------------------------*/
.contact_mes{
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin: 9px 0 57px;
}
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/

@media screen and (min-width: 681px) and (orientation: portrait) ,screen and (min-width: 738px) and (orientation: landscape) {
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {
    .mainv{}
    .pagecontact{}
    /*----------------------------------*/
    .contact_mes{
    text-align: left;
    font-size: 12px;
    margin: 9px 0 30px;
}
}
