@charset "UTF-8";
/*===============================================
●pc.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
.auto {
    width: 1200px;
    margin: 0 auto;
}

#conts_event .auto{
    display: flex;
    flex-wrap: wrap;
    }

#conts_page_title {
    background-image: url(../img/information/page_title_bg.jpg);
}
#content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 114px;
}
#conts_event {
    width: 100%;
    float: left;
    clear: both;
}
#conts_event .box {
    width: 360px;
   /* float: left; */
   	flex-direction : row;
    margin-right: 30px;
    margin-bottom: 44px;
}
#conts_event .box:nth-child(3n) {
    margin-right: 0;
}
#conts_event .box .img {
    margin-bottom: 3px;
}
#conts_event .box .day {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 4px;
}
#conts_event .box dl {
    line-height: 24px;
}
#conts_event .box dl dt {
    font-size: 16px;
    color: #947D4F;
    margin-bottom: 8px;
}
#conts_event .box dl dt a {
    color: #947D4F;
}
#conts_event .box dl dd {
    margin-bottom: 6px;
}
#conts_event .box .more {
    text-align: right ;
}
#conts_event .box .more a {
    display: inline-block;
    font-size: 18px;
    color: #947D4F;
    padding-left: 27px;
    background-image: url(../img/share/icon_more.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px;
    background-position: left 7px;
}
.pagination_area {
    width: 100%;
    float: left;
    clear: both;
}
.pagination_area ul {
    text-align: center;
}
.pagination_area ul li {
    display: inline-block;
    margin: 0 6px;
}
.pagination_area ul li a {
    border: 1px solid #000000;
    padding: 2px 10px 4px;
}
.pagination_area ul li a:hover {
    text-decoration: none;
    background-color: #967F51;
    border: 1px solid #967F51;
    color: #fff;
}
.pagination_area ul .current {
    background-color: #8B713E;
    color: #fff;
    padding: 2px 10px 4px;
}
}

/*===============================================
●sp.css  画面の横幅が769pxまで
===============================================*/
@media screen and (max-width:769px){
#conts_page_title {
    background-image: url(../img/information/page_title_bg.jpg);
}
#content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 108px;
}
#conts_event {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5%;
}
#conts_event .box {
	width: 100%;
	float: left;
	margin-bottom: 46px;
}
#conts_event .box:nth-child(even) {
    margin-right: 0;
}
#conts_event .box .img {
    margin-bottom: 3px;
}
#conts_event .box .img img {
    width: 100%;
}
#conts_event .box .day {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 4px;
}
#conts_event .box dl {
    line-height: 1.5;
}
#conts_event .box dl dt {
    font-size: 1.6rem;
    color: #947D4F;
    margin-bottom: 8px;
}
#conts_event .box dl dt a {
    color: #947D4F;
}
#conts_event .box dl dd {
    margin-bottom: 2px;
}
#conts_event .box .more {
    text-align: right ;
}
#conts_event .box .more a {
    display: inline-block;
    font-size: 1.7rem;
    color: #947D4F;
    padding-left: 27px;
    background-image: url(../img/share/icon_more.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px;
    background-position: left 7px;
}
.pagination_area {
}
.pagination_area ul {
    text-align: center;
}
.pagination_area ul li {
    display: inline-block;
    margin: 0 6px;
}
.pagination_area ul li a {
    border: 1px solid #000000;
    padding: 2px 10px 4px;
}
.pagination_area ul li a:hover {
    text-decoration: none;
}
.pagination_area ul .current {
    background-color: #8B713E;
    color: #fff;
    padding: 2px 10px 4px;
}
}
