@charset "UTF-8";
/*
　TOP
	PC用CSS

*/

/*-----------------------*----*----*----*----*----*----*----*----*----* タグ */
/*-----------------------*----*----*----*----*----*----*----*----*----* ヘッダー */
/*-----------------------*----*----*----*----*----*----* header */
/*-----------------------*----*----*----*----*----* slider */

/*-----------------------*----*----*----*----*----*----*----*----*----* メイン */
/*-----------------------*----*----*----*----*----*----* main */

@media screen and (min-width: 1120px){
	.main_img {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    position: relative;
    height: 414px;
    width: 100%;
    text-align: center;
    padding: 147px 0;
}
}
.mt20{
    margin-top: 20px;	
}





/*-----------------------*----*----*----*----*----*----*----*----*----* フッター */
/*-----------------------*----*----*----*----*----*----* footer */
