@charset "utf-8";


/*main*/
main{

}

.main_photo,.main_photo2{
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
}

.main_photo img{
    width: 100%;
    /*height: calc(100vh - 80px);*/
    object-fit: cover;
}
@media only screen and (max-width:450px){
	.main_photo img{
        height: auto;
	}
}

/*問合せヘッダー*/
.main_photo2 img{
    width: 100%;
    object-fit: cover;
    height: 250px;
}

