@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : news.css
 author     : Ability Consultant
 style info : 新着情報
=================================================================== */
body {
	background: #0f0b09 url("../news/images/bg_body.jpg") no-repeat top center;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background: url("../news/images/bg_title-pc.jpg") no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.con_title {
		background: url("../news/images/bg_title-sp.jpg") no-repeat center top;
	}
}

#contents {
	padding-top: 30px;
	margin-bottom: 300px;
	*zoom: 1;
}

@media only screen and (max-width: 767px) {
	#contents {
		padding-top: 5%;
	}
}

@media only screen and (max-width: 767px) {
	#contents {
		margin-bottom: 5em;
	}
}

#contents:before, #contents:after {
	content: " ";
	display: table;
}

#contents:after {
	clear: both;
}

/* -----------------------------------------------------------
	col_main
----------------------------------------------------------- */
.col_main {
	float: left;
	width: 67.85714%;
}

@media only screen and (max-width: 767px) {
	.col_main {
		width: 100%;
	}
}

.col_main .con_news h3 {
	margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news h3 {
		margin-bottom: 10%;
	}
}

.col_main .con_news .list_news ul {
	width: 100%;
	display: inline-block;
}

.col_main .con_news .list_news ul li {
	overflow: hidden;
	margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news .list_news ul li {
		margin-bottom: 10%;
	}
}

.col_main .con_news .list_news ul li a {
	display: block;
	width: 100%;
	color: #fff;
}

.col_main .con_news .list_news ul li .wrp_img {
	width: 31.57895%;
	float: left;
}

.col_main .con_news .list_news ul li .box_desc {
	width: 64.21053%;
	float: right;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news .list_news ul li .box_desc {
		font-size: 79%;
	}
}

.col_main .con_news .list_news ul li .box_desc .box_catdate {
	display: block;
	font-size: 115%;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news .list_news ul li .box_desc .box_catdate {
		margin-bottom: 2%;
	}
}

.col_main .con_news .list_news ul li .box_desc .box_catdate .cat {
	display: inline-block;
	padding: 2px 12px;
	margin-right: 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.col_main .con_news .list_news ul li .box_desc .box_catdate .cat {
		margin-bottom: 0.3em;
	}
}

@media only screen and (max-width: 767px) {
	.col_main .con_news .list_news ul li .box_desc .box_catdate .cat {
		margin-bottom: 0.5em;
	}
}

.col_main .con_news .list_news ul li .box_desc .box_catdate .cat.c1 {
	background: #816440;
}

.col_main .con_news .list_news ul li .box_desc .box_catdate .cat.c2 {
	background: #154e2c;
}

.col_main .con_news .list_news ul li .box_desc .box_catdate .date {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-style: italic;
	color: #d1c0a5;
	letter-spacing: 1.8px;
}

@media only screen and (min-width: 1025px) {
	.col_main .con_news .list_news ul li .box_desc .box_catdate .date {
		display: inline-block;
	}
}

@media print {
	.col_main .con_news .list_news ul li .box_desc .box_catdate .date {
		display: inline-block;
	}
}

.ie8 .col_main .con_news .list_news ul li .box_desc .box_catdate .date {
	display: inline-block;
}

.col_main .con_news .list_news ul li .box_desc h4 {
	font-size: 129%;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #5a5756;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news .list_news ul li .box_desc h4 {
		padding-bottom: 0.8em;
	}
}

@media only screen and (max-width: 767px) {
	.col_main .con_news .list_news ul li .box_desc h4 {
		margin-bottom: 0.8em;
	}
}

.col_main .con_news .box_pager {
	margin: 25px 0;
	width: 100%;
	letter-spacing: -.4em;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news .box_pager {
		margin: 2em 0;
	}
}

.col_main .con_news .box_pager li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-left: .5em;
	margin-bottom: 0;
}

.col_main .con_news .box_pager li:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news .box_pager li {
		margin-bottom: 0.3em;
	}
}

.col_main .con_news .box_pager li a {
	display: block;
	padding: 0.6em 1.2em;
	color: #fff;
	border: 1px solid #816440;
	background: #261d14;
	text-decoration: none;
	font-size: 100%;
	-webkit-transition: background 0.35s, color 0.35s;
	-moz-transition: background 0.35s, color 0.35s;
	-o-transition: background 0.35s, color 0.35s;
	transition: background 0.35s, color 0.35s;
}

.col_main .con_news .box_pager li a .fa {
	font-size: 1.7em;
}

.col_main .con_news .box_pager li:hover a, .col_main .con_news .box_pager li.active a {
	background: #816440;
	color: #fff;
	border-color: #816440;
}

.col_main .con_news .box_pager li.pre a, .col_main .con_news .box_pager li.nex a {
	border: none;
	color: #fff;
	border: 1px solid #816440;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news .box_pager li.pre a, .col_main .con_news .box_pager li.nex a {
		font-size: 86%;
		padding: 0.8em 1.2em;
	}
}

.col_main .con_news .box_pager li.pre a:hover, .col_main .con_news .box_pager li.nex a:hover {
	background: #816440;
	color: #fff;
	border-color: #816440;
}

.col_main .con_news .box_pager li.pre a:before {
	content: "◀";
	font-size: 72%;
	display: inline-block;
	margin-right: 5px;
}

.col_main .con_news .box_pager li.nex a:after {
	content: "▶";
	font-size: 72%;
	display: inline-block;
	margin-left: 5px;
}

.col_main .con_news .box_pager li.disable a {
	color: #808080;
}

.col_main .con_news_details {
	color: #fff;
}

.col_main .con_news_details .box_head .box_catdate {
	display: block;
	font-size: 115%;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.col_main .con_news_details .box_head .box_catdate {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_head .box_catdate {
		font-size: 93%;
	}
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_head .box_catdate {
		margin-bottom: 2%;
	}
}

.col_main .con_news_details .box_head .box_catdate .cat {
	display: inline-block;
	padding: 2px 12px;
	margin-right: 15px;
	max-width: auto;
	text-align: center;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_head .box_catdate .cat {
		padding: 0.3em 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_head .box_catdate .cat {
		margin-right: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_head .box_catdate .cat {
		max-width: 100%;
	}
}

.col_main .con_news_details .box_head .box_catdate .cat.c1 {
	background: #816440;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_head .box_catdate .cat.c1 {
		margin-bottom: 0.3em;
	}
}

.col_main .con_news_details .box_head .box_catdate .cat.c2 {
	background: #154e2c;
}

.col_main .con_news_details .box_head .box_catdate .date {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-style: italic;
	font-size: 122%;
	display: inline-block;
	color: #d1c0a5;
	vertical-align: middle;
}

.col_main .con_news_details .box_head h3 {
	font-size: 129%;
	font-weight: normal;
	border-bottom: 1px solid #5a5756;
	line-height: 1.8;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_head h3 {
		padding-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_head h3 {
		margin-bottom: 1em;
	}
}

.col_main .con_news_details .box_content {
	font-size: 16px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_content {
		font-size: 100%;
	}
}

.col_main .con_news_details .box_content .wrp_imglarge span {
	display: block;
	margin-top: 15px;
	font-size: 80%;
}

@media only screen and (min-width: 768px) {
	.col_main .con_news_details .box_content .wrp_imglarge span {
		font-size: 14px;
	}
}

@media print {
	.col_main .con_news_details .box_content .wrp_imglarge span {
		font-size: 14px;
	}
}

.ie8 .col_main .con_news_details .box_content .wrp_imglarge span {
	font-size: 14px;
}

.col_main .con_news_details .box_content p {
	line-height: 2.1;
	margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_content p {
		line-height: 1.6;
	}
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_content p {
		margin-bottom: 1.5em;
	}
}

.col_main .con_news_details .box_content .wrp_img {
	overflow: hidden;
}

.col_main .con_news_details .box_content .wrp_img .wrp_img_s {
	width: 47%;
	float: left;
}

.col_main .con_news_details .box_content .wrp_img .wrp_img_s:nth-child(2n) {
	float: right;
}

.col_main .con_news_details .box_content .wrp_img span {
	display: block;
	margin-top: 15px;
	font-size: 80%;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_content .wrp_img span {
		margin-top: 0.5em;
	}
}

@media only screen and (min-width: 768px) {
	.col_main .con_news_details .box_content .wrp_img span {
		font-size: 14px;
	}
}

@media print {
	.col_main .con_news_details .box_content .wrp_img span {
		font-size: 14px;
	}
}

.ie8 .col_main .con_news_details .box_content .wrp_img span {
	font-size: 14px;
}

.col_main .con_news_details .box_content table {
	width: 100%;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_content table {
		margin-bottom: 1.5em;
	}
}

.col_main .con_news_details .box_content table th {
	background: #e2dace;
	color: #6a3906;
	text-align: center;
	font-weight: normal;
	width: 20%;
}

.col_main .con_news_details .box_content table td {
	background: #fff;
	color: #000;
}

.col_main .con_news_details .box_content table th, .col_main .con_news_details .box_content table td {
	padding: 15px 25px;
	border: 1px solid #d1cac2;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_content table th, .col_main .con_news_details .box_content table td {
		width: 100%;
		display: inline-block;
		padding: 3% 2%;
	}
}

.col_main .con_news_details .box_content .wrp_btn .btn {
	display: inline-block;
	background: #816440;
	color: #fff;
	text-decoration: none;
	padding: 3px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_content .wrp_btn .btn {
		padding: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_content .wrp_btn .btn {
		width: 80%;
		text-align: center;
		margin: auto;
		display: inherit;
	}
}

.col_main .con_news_details .box_content .wrp_btn .btn i {
	margin-left: 10px;
}

.col_main .con_news_details .box_pager {
	background: #211c17;
	padding: 2% 0;
	margin-top: 5%;
}

@media only screen and (min-width: 768px) {
	.col_main .con_news_details .box_pager {
		padding: 30px 0;
		margin-top: 35px;
	}
}

@media print {
	.col_main .con_news_details .box_pager {
		padding: 30px 0;
		margin-top: 35px;
	}
}

.ie8 .col_main .con_news_details .box_pager {
	padding: 30px 0;
	margin-top: 35px;
}

@media only screen and (min-width: 768px) {
	.col_main .con_news_details .box_pager ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
}

@media print {
	.col_main .con_news_details .box_pager ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
}

.ie8 .col_main .con_news_details .box_pager ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.col_main .con_news_details .box_pager ul li {
		width: 100%;
		display: inline-block;
		text-align: center;
		margin: 3% 0;
	}
}

@media only screen and (min-width: 768px) {
	.col_main .con_news_details .box_pager ul li {
		width: 33.33%;
		padding: 0 3%;
	}
}

@media print {
	.col_main .con_news_details .box_pager ul li {
		width: 33.33%;
		padding: 0 3%;
	}
}

.ie8 .col_main .con_news_details .box_pager ul li {
	width: 33.33%;
	padding: 0 3%;
}

.col_main .con_news_details .box_pager ul li a {
	text-decoration: none;
	color: #816440;
	font-size: 80%;
}

@media only screen and (min-width: 768px) {
	.col_main .con_news_details .box_pager ul li a {
		font-size: 14px;
	}
}

@media print {
	.col_main .con_news_details .box_pager ul li a {
		font-size: 14px;
	}
}

.ie8 .col_main .con_news_details .box_pager ul li a {
	font-size: 14px;
}

@media only screen and (min-width: 768px) {
	.col_main .con_news_details .box_pager ul li.prev {
		text-align: left;
	}
}

@media print {
	.col_main .con_news_details .box_pager ul li.prev {
		text-align: left;
	}
}

.ie8 .col_main .con_news_details .box_pager ul li.prev {
	text-align: left;
}

.col_main .con_news_details .box_pager ul li.list {
	text-align: center;
}

.col_main .con_news_details .box_pager ul li.list a {
	background: #816440;
	color: #fff;
	display: block;
	max-width: 220px;
	margin: 0 auto;
	padding: 10px 0;
}

@media only screen and (min-width: 768px) {
	.col_main .con_news_details .box_pager ul li.next {
		text-align: right;
	}
}

@media print {
	.col_main .con_news_details .box_pager ul li.next {
		text-align: right;
	}
}

.ie8 .col_main .con_news_details .box_pager ul li.next {
	text-align: right;
}

/* -----------------------------------------------------------
	col_sidebar
----------------------------------------------------------- */
.col_sidebar {
	float: right;
	width: 21.42857%;
	margin: 0 0 0;
	padding-top: 2.5%;
}

@media only screen and (max-width: 1300px) {
	.col_sidebar {
		width: 30%;
	}
}

@media print {
	.col_sidebar {
		width: 30%;
	}
}

.ie8 .col_sidebar {
	width: 30%;
}

@media only screen and (max-width: 767px) {
	.col_sidebar {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.col_sidebar {
		margin: 3% 0 5%;
	}
}

@media only screen and (max-width: 767px) {
	.col_sidebar {
		padding-top: 0;
	}
}

.col_sidebar .box_sidebar {
	padding: 25px 8.33333%;
	margin-bottom: 45px;
	background-color: rgba(194, 177, 146, 0.2);
	background: rgba(194, 177, 146, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.col_sidebar .box_sidebar {
		padding: 25px 5%;
	}
}

@media only screen and (max-width: 767px) {
	.col_sidebar .box_sidebar {
		padding: 2% 2%;
	}
}

@media only screen and (max-width: 767px) {
	.col_sidebar .box_sidebar {
		margin-bottom: 3%;
	}
}

.col_sidebar .box_sidebar .st_sidebar {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 90%;
	color: #b0aaa2;
	position: relative;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.col_sidebar .box_sidebar .st_sidebar {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) {
	.col_sidebar .box_sidebar .st_sidebar {
		font-size: 11px;
		letter-spacing: 1px;
	}
}

@media print {
	.col_sidebar .box_sidebar .st_sidebar {
		font-size: 11px;
		letter-spacing: 1px;
	}
}

.ie8 .col_sidebar .box_sidebar .st_sidebar {
	font-size: 11px;
	letter-spacing: 1px;
}

@media only screen and (min-width: 1025px) {
	.col_sidebar .box_sidebar .st_sidebar {
		letter-spacing: 2px;
	}
}

@media print {
	.col_sidebar .box_sidebar .st_sidebar {
		letter-spacing: 2px;
	}
}

.ie8 .col_sidebar .box_sidebar .st_sidebar {
	letter-spacing: 2px;
}

.col_sidebar .box_sidebar .st_sidebar .jp {
	font-size: 20px;
	color: #957f63;
}

@media only screen and (min-width: 768px) {
	.col_sidebar .box_sidebar .st_sidebar .jp {
		font-size: 17px;
	}
}

@media print {
	.col_sidebar .box_sidebar .st_sidebar .jp {
		font-size: 17px;
	}
}

.ie8 .col_sidebar .box_sidebar .st_sidebar .jp {
	font-size: 17px;
}

@media only screen and (min-width: 1025px) {
	.col_sidebar .box_sidebar .st_sidebar .jp {
		font-size: 20px;
		letter-spacing: 1px;
	}
}

@media print {
	.col_sidebar .box_sidebar .st_sidebar .jp {
		font-size: 20px;
		letter-spacing: 1px;
	}
}

.ie8 .col_sidebar .box_sidebar .st_sidebar .jp {
	font-size: 20px;
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	.col_sidebar .box_sidebar .st_sidebar:after {
		content: "▼";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: rotate(0deg) translate(0, -50%);
		-moz-transform: rotate(0deg) translate(0, -50%);
		-ms-transform: rotate(0deg) translate(0, -50%);
		-o-transform: rotate(0deg) translate(0, -50%);
		transform: rotate(0deg) translate(0, -50%);
		-webkit-transform-origin: center top;
		-moz-transform-origin: center top;
		-ms-transform-origin: center top;
		-o-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: -webkit-transform 0.4s ease;
		-moz-transition: -moz-transform 0.4s ease;
		-o-transition: -o-transform 0.4s ease;
		transition: transform 0.4s ease;
	}
}

@media only screen and (max-width: 767px) {
	.col_sidebar .box_sidebar .st_sidebar.active:after {
		-webkit-transform: rotate(180deg) translate(0, -50%);
		-moz-transform: rotate(180deg) translate(0, -50%);
		-ms-transform: rotate(180deg) translate(0, -50%);
		-o-transform: rotate(180deg) translate(0, -50%);
		transform: rotate(180deg) translate(0, -50%);
	}
}

.col_sidebar .box_sidebar ul {
	padding-left: 15%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.col_sidebar .box_sidebar ul {
		padding-left: 5%;
	}
}

@media only screen and (max-width: 767px) {
	.col_sidebar .box_sidebar ul {
		padding-left: 5%;
	}
}

@media only screen and (max-width: 767px) {
	.col_sidebar .box_sidebar ul {
		display: none;
		margin-top: 5%;
	}
}

.col_sidebar .box_sidebar ul li {
	color: #fff;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.col_sidebar .box_sidebar ul li {
		margin-bottom: 2%;
	}
}

.col_sidebar .box_sidebar ul li a {
	color: #fff;
	text-decoration: none;
}

.col_sidebar .box_sidebar ul li a i {
	margin-right: 7%;
}

.col_sidebar .box_sidebar ul li .year {
	cursor: pointer;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.col_sidebar .box_sidebar ul li .year {
		margin-bottom: 2%;
	}
}

.col_sidebar .box_sidebar ul li .year span {
	margin-right: 3%;
}

@media only screen and (min-width: 1025px) {
	.col_sidebar .box_sidebar ul li .year span {
		margin-right: 5%;
	}
}

@media print {
	.col_sidebar .box_sidebar ul li .year span {
		margin-right: 5%;
	}
}

.ie8 .col_sidebar .box_sidebar ul li .year span {
	margin-right: 5%;
}

.col_sidebar .box_sidebar ul li .year span img {
	-webkit-transform: rotate(0deg) translate(0, -50%);
	-moz-transform: rotate(0deg) translate(0, -50%);
	-ms-transform: rotate(0deg) translate(0, -50%);
	-o-transform: rotate(0deg) translate(0, -50%);
	transform: rotate(0deg) translate(0, -50%);
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}

.col_sidebar .box_sidebar ul li .year.active span img {
	-webkit-transform: rotate(180deg) translate(0, -50%);
	-moz-transform: rotate(180deg) translate(0, -50%);
	-ms-transform: rotate(180deg) translate(0, -50%);
	-o-transform: rotate(180deg) translate(0, -50%);
	transform: rotate(180deg) translate(0, -50%);
}

.col_sidebar .box_sidebar ul li ul {
	padding-left: 12%;
	display: none;
}
