@charset "utf-8";

body {
	background-image: none;
}

.page_ttl_wrap {
    background-image: url(../img/news/news_top.png);
}

.facility_sec1 {
	background: #F8F4EC;
	padding-top: 100px;
	padding-bottom: 100px;
}

/*-----------section1-----------------*/

section.news {
    background: #fff;
}

.kiji_flex {
	display: flex;
    justify-content: space-between;
	border-bottom: 2px solid #EFBF45;
	padding-bottom: 50px;
    margin-bottom: 80px;
}

.news_flex {
    margin: 0 auto;
	margin-bottom: 30px;
}

.kiji_waku {
	margin-left: 20px;
	position: relative;
	max-width: 60%;
}

.mini_f {
	display: flex;
	margin-bottom: 15px;
}

.days {
	color: #EFBF45;
	font-size: 18px;
}

.article_ttl {
	font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
}

.honbun {
	font-size: 18px;
}

.kiji_btn {
	text-align: center;
    max-width: 200px;
    background: #EFBF45;
    padding: 15px 18%;
    border-radius: 50px;
    position: absolute;
    top: 82%;
    right: 10px;
    color: #fff;
}

.kiji_btn p {
	font-size: 16px;
}

.page_guide {
	max-width: 400px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
	margin-top: 18%;
    margin-bottom: 150px;
}

.page_guide li {
   list-style-type: none;
}

.thum img {
   max-width: 100%;
}


.wp-pagenavi span {
	border: 2px solid #eebf45 !important;
    padding: 3px 8px !important;
    margin: 10px !important;
    border-radius: 4px;
}

.wp-pagenavi a {
    border: 2px solid #eebf45 !important;
    padding: 3px 8px !important;
    margin: 10px !important;
    border-radius: 4px;
}

.pager_wrap {
	text-align: center;
}

@media screen and (max-width: 768px) {

	.kiji_flex {
		flex-direction: column;
		padding-bottom: 80px;
	}
	
	.kiji_waku {
    margin-left: 0px;
    max-width: 100%;
}
	
	.kiji_btn {
        max-width: 200px;
        padding: 15px 7%;
        position: absolute;
        top: 100%;
    }
	
	.mini_f {
    margin-top: 5px;
    margin-bottom: 5px;
}
	
	.voice_ttl {
		margin: 0;
	}
}


/*-----------section1ここまで-----------------*/