@charset "utf-8";
/* CSS Document */



/*------------------
  ページタイトル
-------------------*/
.page_title {
    background-image: url(../img/events/title_img_events.jpg);
}
.out_header .pc h1 img {
    max-width: 260px;
}
/*------------------
 メイン
-------------------*/ 
.main_contents .inner {
    text-align: center;
}
.main_contents .inner img {
    max-width: 600px;
    width: 100%;
    height: auto;
}
/*------------------
 各セクション
-------------------*/ 
.main_contents .inner .wrapper {
    display: flex;
    justify-content: space-between;
}
.main_contents .inner .wrapper .img {
    width: 40%;
}
.main_contents .inner .txt {
    text-align: left;
    margin-top: 1rem;
}
.main_contents .inner .txt div {
    display: flex;
    margin-bottom: 0.3rem;
}
.main_contents .inner .txt dt {
    font-weight: bold;
}
.main_contents .inner .txt dd {
    margin-left: 0.5rem;
}
/*------------------
2photo
-------------------*/ 
.main_contents .two_photo_box .inner .wrapper .img {
    width: 49%;
}
/*スマホ対応*/  
@media screen and (max-width:501px) {
.main_contents .inner .wrapper {
    display: block;
}
.main_contents .two_photo_box .inner .wrapper .img {
    width: 100%;
    margin-bottom: 1rem;
}
.main_contents .inner .txt div {
    display: block;
}
}











