@charset "UTF-8";

/*-----------------------------------

	news.css

-----------------------------------*/

/* =====================
  main_image
===================== */

#lower #main_img {
	background:	url(../img/news/main_img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#lower #main_img h2 {
	width: 320px;
}

/* =====================
  block_01
===================== */

#block_01 {
	margin-bottom: 150px;
}
#block_01 h3 {
	margin: 80px 0 50px;
}
#block_01 h3 .sp_head {
	display: none;
}
#block_01 h3 img {
	display: block;
	margin: 0 auto;
}
#block_01 .news_list li {
	font-size: 16px;
	padding: 15px 0;
	border-bottom: 1px dotted #cecece;
	overflow: hidden;
}
#block_01 .news_list li span {
	width: 105px;
	float: left;
	text-align: center;
	margin-right: 25px;
	font-family: 'Karla', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #6c5752;
	border: 1px solid #6c5752;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#block_01 .news_list li p {
	/* float: left; */
	/* width: 675px; */
	margin-right: 15px;
	line-height: 180%;
}
#block_01 .news_list li a {
	color: #6c5752;
	text-decoration: underline;
}
#block_01 .news_list li em {
	display: inline-block;
	font-weight: bold;
	font-style: inherit;
	margin-bottom: .5em;
}
#block_01 .news_list li a img {
	width: 180px;
}
#block_01 .nav-links {
	margin-top: 60px;
}
#block_01 ul.page-numbers {
	overflow: hidden;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
}
#block_01 ul.page-numbers li {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	text-align: center;
	line-height: 33px;
	background: #6c5752;
	border: 2px solid #6c5752;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#block_01 ul.page-numbers li:last-child {
	margin-right: 0;
}
#block_01 ul.page-numbers li:has(.current) {
	font-weight: bold;
	color: #6c5752 !important;
	background: #fff;
	border: 2px solid #6c5752;
}
#block_01 ul.page-numbers li a,
#block_01 ul.page-numbers li .dots {
	display: block;
	color: #fff;
}
#block_01 ul.page-numbers .bg_none {
	background: none !important;
	border: none;
}
#block_01 ul.page-numbers .bg_none a {
	color: #6c5752 !important;
}
#block_01 ul.page-numbers li:has(.prev) {
	background-image: url(../img/news/arrow_back.png);
	background-position: 10% center;
	background-repeat: no-repeat;
}
#block_01 ul.page-numbers li:has(.next) {
	background-image: url(../img/news/arrow_next.png);
	background-position: 90% center;
	background-repeat: no-repeat;
}
#block_01 ul.page-numbers li:has(.prev),
#block_01 ul.page-numbers li:has(.next) {
	width: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/* =====================
  news_detail
===================== */

#block_01 .news_detail {
	margin-top: 80px;
	background: #fdfdfd;
	border: 1px solid #efedde;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#block_01 .news_detail h4 {
	font-size: 24px;
	color: #6c5752;
	background: #efedde;
	padding: 18px 0 10px 15px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 4px solid #6c5752;
	overflow: hidden;
}
#block_01 .news_detail h4 span {
	float: left;
	display: inline-block;
	width: max-content;
	max-width: 100%;
	font-family: 'Karla', sans-serif;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin-right: 15px;
	margin-bottom: 10px;
	background: #6c5752;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#block_01 .news_detail h4 p {
	float: left;
}
#block_01 .news_detail .text_box {
	padding: 30px;
}
#block_01 .news_detail .text_box img { 
	margin: 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#block_01 ul.page-numbers li:has(.list) {
	width: 170px !important;
}
#block_01 .detail_pager_box {
	margin-top: 40px !important;
}

/*-----------------------------------

	tablet

-----------------------------------*/

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

/* =====================
  block_01
===================== */
	#block_01 {
		margin-bottom: 50px;
	}
	#block_01 h3 {
		margin: 55px 0 35px;
	}
	#block_01 .news_list li span {
		display: block;
		float: none;
		margin-right: 0;
	}
	#block_01 .news_list li a {
		overflow: hidden;
	}
	#block_01 .news_list li p {
		/* width: 70%; */
		margin-top: 10px;
		margin-right: 5%;
	}
	#block_01 ul li a img {
		width: 25%;
	}
	#block_01 ul.page-numbers li {
		width: 30px;
		height: 30px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	#block_01 ul.page-numbers li:has(.prev),
	#block_01 ul.page-numbers li:has(.next) {
		width: 55px;
	}
	#block_01 .detail_pager_box {
		margin-top: 20px !important;
	}

/* =====================
  news_detail
===================== */

	#block_01 .news_detail {
		margin-top: 60px;
	}
	#block_01 .news_detail h4 {
		font-size: 22px;
	}
	#block_01 .news_detail .text_box img {
		max-width: 100%;
	}

}

/*-----------------------------------

	sp

-----------------------------------*/

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

	#lower #main_img h2 {
		width: 36% !important;
	}

/* =====================
  block_01
===================== */
	#block_01 {
		margin-bottom: 20px !important;
	}
	#block_01 .news_list li p {
		/* width: 65%; */
		font-size: 13px;
	}
	#block_01 ul li a img {
		width: 30%;
	}
	#block_01 h3 .pc_head {
		display: none;
	}
	#block_01 h3 .sp_head {
		display: block;
	}
	#block_01 .news_detail {
		margin-top: 45px;
	}
	#block_01 .news_detail h4 {
		font-size: 16px;
		line-height: 180%;
		padding: 10px 0 5px 8px;
	}
	#block_01 .news_detail h4 span {
		width: 95px;
		margin-bottom: 5px;
	}
	#block_01 .news_detail h4 p {
		display: inline-block;
		width: 100%;
	}
	#block_01 .news_detail .text_box {
		padding: 12px;
	}
	#block_01 .news_list li {
		font-size: 14px;
	}
	#block_01 ul.page-numbers {
		font-size: 12px;
	}

}