@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../event/images/topimage.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}

/*============行事紹介============*/
.event{
margin:3em 0;
}
.event_bun{
text-align: left;
margin:0 0 1em 0;
}

.event_photo img{
border-radius: 10px;
}


@media screen and (min-width:760px){
.event{
display: flex;
justify-content: space-between;

}
.event_bun{
width:47%;
}

.event_photo{
width:47%;
}

}
