@charset "utf-8";
/* 
サイト固有の記述
*/

.footerUpper .logoarea .txtarea {
    border: none;
}

/* 全体（色系）*/
body {
    .contact_infoarea {
        a.tel_link:before {
            background-image: url(../images/icon/tel_icon2.svg);
            width: 28px;
            height: 28px;
        }
    }

    .add_contact {
        a.tel_link:before {
            background-image: url(../images/icon/w_tel_icon2.svg);
            width: 28px;
            height: 28px;
        }
    }

    footer {
        .h_btn02 {
            width: 220px;
            padding: 30px 20px;
        }
    }
	
	.sp_on2 {
			display: none;
		}
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        .tp_sec01 {
            .layout_a .imgbox {
                width: 50%;
            }

            .layout_a .txtbox {
                margin-right: 80px;
            }
        }

        .tp_sec06 {

            .layout_a .imgbox,
            .layout_b .imgbox {
                width: 50%;
            }

            .layout_a .txtbox {
                margin-right: 80px;
            }

            .layout_b .txtbox {
                margin-left: 80px;
            }
        }

        .tp_sec07 {
            .layout_a .imgbox {
                width: 50%;
            }

            .layout_a .txtbox {
                margin-right: 80px;
                padding: 0;
            }
        }

        .contact_infoarea {
            .contact_info2 {
                padding: 0 5%;
            }
        }

        .add_contact,
        .contact_infoarea {
            a.tel_link {
                font-size: 44px;
            }
        }
		.tp_sec06 {
			.f32 {
				font-size: 31px;
			}
		}
    }
}

/* モニター以上*/
@media screen and (min-width: 1860px) {
    body {}
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {}
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
        .ttl09 .jp_ttl {
            font-size: 23px;
        }

        .tp_sec07 {
            padding: 0;
        }
		
		.sp_on2 {
			display: block;
		}
    }
}