@charset "UTF-8";
/* ===================================================================
CSS information
 Author   : City Field Kagohara
 CSS Name : news.css
 CSS Info : 新着情報
=================================================================== */
.wrap_news {
	max-width: 1200px;
	margin: auto;
}

@media only screen and (min-width: 768px) {
	.wrap_news {
		width: 95%;
	}
}

@media print {
	.wrap_news {
		width: 95%;
	}
}

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

.wrap_news .con_news .box_list li a:after {
	font-family: "ic" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* -----------------------------------------------------------
	.wrap_news
----------------------------------------------------------- */
.wrap_news {
	overflow: hidden;
	padding-top: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news {
		padding-top: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.wrap_news .con_news {
		width: 71.25%;
		float: left;
	}
}

@media print {
	.wrap_news .con_news {
		width: 71.25%;
		float: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_news {
		width: 70%;
	}
}

.wrap_news .con_news h3 {
	margin-bottom: 15px;
	font-size: 119%;
	color: #494949;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_news h3 {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_news h3 {
		margin-bottom: 0.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_news h3 {
		font-size: 107%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_news h3 {
		font-size: 100%;
	}
}

.wrap_news .con_news h3 span {
	letter-spacing: .05em;
}

.wrap_news .con_news .box_list {
	border-top: 1px solid #ebdfd9;
}

.wrap_news .con_news .box_list li a {
	display: block;
	text-decoration: none;
	letter-spacing: -.5em;
	padding: 20px;
	border-bottom: 1px solid #ebdfd9;
	position: relative;
	-webkit-transition: background 400ms ease-out;
	-moz-transition: background 400ms ease-out;
	-o-transition: background 400ms ease-out;
	transition: background 400ms ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_news .box_list li a {
		padding: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_news .box_list li a {
		padding: 0.5em 0;
	}
}

.wrap_news .con_news .box_list li a:after {
	content: "";
	display: inline-block;
	margin-left: .5em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2em;
	padding: 0;
	margin: 0;
	color: #b2846e;
	font-size: 82%;
	-webkit-transition: right 400ms ease-out;
	-moz-transition: right 400ms ease-out;
	-o-transition: right 400ms ease-out;
	transition: right 400ms ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_news .box_list li a:after {
		font-size: 75%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_news .box_list li a:after {
		font-size: 63%;
		right: 1.5em;
	}
}

.wrap_news .con_news .box_list li a:hover {
	background: rgba(178, 132, 110, 0.1);
}

@media only screen and (min-width: 768px) {
	.wrap_news .con_news .box_list li a:hover:after {
		right: 1.5em;
	}
}

@media print {
	.wrap_news .con_news .box_list li a:hover:after {
		right: 1.5em;
	}
}

.wrap_news .con_news .box_list li a > * {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
}

@media only screen and (min-width: 1200px) {
	.wrap_news .con_news .box_list li a > * {
		vertical-align: top;
	}
}

@media print {
	.wrap_news .con_news .box_list li a > * {
		vertical-align: top;
	}
}

.wrap_news .con_news .box_list li a .wrp_img {
	width: 24.5614%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	margin-right: 4.67836%;
}

@media only screen and (min-width: 1200px) {
	.wrap_news .con_news .box_list li a .wrp_img {
		height: 140px;
	}
}

@media print {
	.wrap_news .con_news .box_list li a .wrp_img {
		height: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_news .box_list li a .wrp_img {
		height: 0;
		padding-bottom: 16.37427%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_news .box_list li a .wrp_img {
		height: 0;
		margin-right: 3%;
		padding-bottom: 18.22917%;
	}
}

.wrap_news .con_news .box_list li a .wrp_txt {
	width: 56.14035%;
}

@media only screen and (min-width: 1200px) {
	.wrap_news .con_news .box_list li a .wrp_txt {
		padding-top: 1em;
	}
}

@media print {
	.wrap_news .con_news .box_list li a .wrp_txt {
		padding-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_news .box_list li a .wrp_txt {
		width: 64.32749%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.wrap_news .con_news .box_list li a .wrp_txt .info span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	color: #494949;
	margin-right: .5em;
	font-size: 94%;
	letter-spacing: .1em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_news .box_list li a .wrp_txt .info span {
		font-size: 88%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_news .box_list li a .wrp_txt .info span {
		font-size: 75%;
		letter-spacing: .05em;
	}
}

.wrap_news .con_news .box_list li a .wrp_txt .info em {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	color: #b2846e;
	border: 1px solid #b2846e;
	padding: .3em .5em .3em;
	line-height: 1;
	font-size: 88%;
	margin-right: .4em;
}

.wrap_news .con_news .box_list li a .wrp_txt .info em:last-child {
	margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_news .box_list li a .wrp_txt .info em {
		font-size: 88%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_news .box_list li a .wrp_txt .info em {
		padding: .25em .3em .3em;
		font-size: 63%;
	}
}

.ie .wrap_news .con_news .box_list li a .wrp_txt .info em {
	padding: .5em .5em .1em;
}

.wrap_news .con_news .box_list li a .wrp_txt .title {
	color: #353535;
	font-size: 100%;
	margin-top: 1em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
	.wrap_news .con_news .box_list li a .wrp_txt .title {
		padding-right: 1em;
	}
}

@media print {
	.wrap_news .con_news .box_list li a .wrp_txt .title {
		padding-right: 1em;
	}
}

@media only screen and (max-width: 1199px) {
	.wrap_news .con_news .box_list li a .wrp_txt .title {
		font-size: 88%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_news .box_list li a .wrp_txt .title {
		margin-top: .5em;
	}
}

.wrap_news .con_news .box_pager {
	text-align: center;
	letter-spacing: -.4em;
	margin-top: 25px;
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_news .box_pager {
		margin-top: 1em;
	}
}

.wrap_news .con_news .box_pager li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin-left: 1em;
}

.wrap_news .con_news .box_pager li.active a, .wrap_news .con_news .box_pager li:hover a {
	color: #ff6317;
}

.wrap_news .con_news .box_pager li.active a:after, .wrap_news .con_news .box_pager li:hover a:after {
	width: 100%;
}

.wrap_news .con_news .box_pager li.prev a, .wrap_news .con_news .box_pager li.next a {
	font-size: 119%;
	padding: 0 1em;
}

.wrap_news .con_news .box_pager li.prev a:after, .wrap_news .con_news .box_pager li.next a:after {
	display: none;
}

.wrap_news .con_news .box_pager li a {
	display: block;
	text-decoration: none;
	color: #919191;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	font-size: 113%;
	font-family: "Times New Roman", serif;
	padding: .3em;
	text-align: center;
	-webkit-transition: color 400ms ease-out;
	-moz-transition: color 400ms ease-out;
	-o-transition: color 400ms ease-out;
	transition: color 400ms ease-out;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.wrap_news .con_side {
		width: 24.16667%;
		float: right;
	}
}

@media print {
	.wrap_news .con_side {
		width: 24.16667%;
		float: right;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_side {
		margin-top: 2em;
	}
}

.wrap_news .con_side .box_side {
	margin-top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_side .box_side {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_side .box_side {
		margin-top: 3em;
	}
}

.wrap_news .con_side .box_side:first-child {
	margin-top: 0;
}

.wrap_news .con_side .box_side .st {
	margin-bottom: .5em;
}

.wrap_news .con_side .box_side .st span {
	font-size: 200%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_side .box_side .st span {
		font-size: 157%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_side .box_side .st span {
		font-size: 150%;
	}
}

.wrap_news .con_side .box_side.box_cat ul {
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
}

.wrap_news .con_side .box_side.box_cat ul li {
	margin-top: .5em;
}

.wrap_news .con_side .box_side.box_cat ul li:first-child {
	margin-top: 0;
}

.wrap_news .con_side .box_side.box_cat ul li.active a, .wrap_news .con_side .box_side.box_cat ul li:hover a {
	background: #a8a184;
	color: #FFF;
}

.wrap_news .con_side .box_side.box_cat ul li a {
	display: block;
	text-decoration: none;
	padding: .8em .5em;
	color: #b2846e;
	font-size: 100%;
	text-align: center;
	line-height: 1;
	border: 1px solid #b2846e;
	letter-spacing: .05em;
	-webkit-transition: background 400ms ease-out, color 400ms ease-out;
	-moz-transition: background 400ms ease-out, color 400ms ease-out;
	-o-transition: background 400ms ease-out, color 400ms ease-out;
	transition: background 400ms ease-out, color 400ms ease-out;
}

@media only screen and (max-width: 1199px) {
	.wrap_news .con_side .box_side.box_cat ul li a {
		font-size: 88%;
	}
}

.wrap_news .con_side .box_side.box_cat ul li a:hover {
	background: #b2846e;
	color: #FFF;
}

.wrap_news .con_side .box_side.box_arc > ul {
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
}

.wrap_news .con_side .box_side.box_arc > ul > li {
	margin-bottom: .5em;
}

.wrap_news .con_side .box_side.box_arc > ul > li span {
	padding: .8em 2em;
	letter-spacing: .1em;
	font-size: 88%;
	display: block;
	position: relative;
	cursor: pointer;
	border: 1px solid #f3ece3;
	-webkit-transition: background 400ms;
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	transition: background 400ms;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_side .box_side.box_arc > ul > li span {
		padding: .5em 1em .5em 2em;
	}
}

.wrap_news .con_side .box_side.box_arc > ul > li span:before {
	content: '';
	width: .8em;
	height: 1px;
	background: #ff6317;
	display: block;
	position: absolute;
	top: 50%;
	left: .5em;
}

.wrap_news .con_side .box_side.box_arc > ul > li span:after {
	content: '';
	width: 15px;
	height: 15px;
	background: url(images/ic_open.png) no-repeat top left;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1em;
}

.wrap_news .con_side .box_side.box_arc > ul > li span.active {
	background: #f3ece3;
}

.wrap_news .con_side .box_side.box_arc > ul > li span.active:after {
	background: url(images/ic_close.png) no-repeat top left;
}

.wrap_news .con_side .box_side.box_arc > ul > li > ul {
	display: none;
}

.wrap_news .con_side .box_side.box_arc > ul > li > ul li a {
	font-size: 88%;
	display: block;
	letter-spacing: .1em;
	text-decoration: none;
	padding: .7em 2em;
	border-bottom: 1px dashed #ebdfd9;
	-webkit-transition: background 400ms;
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	transition: background 400ms;
}

.wrap_news .con_side .box_side.box_arc > ul > li > ul li a:before, .wrap_news .con_side .box_side.box_arc > ul > li > ul li a:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baseline;
}

.wrap_news .con_side .box_side.box_arc > ul > li > ul li a:before {
	content: "";
	margin-right: .5em;
	color: #ff6317;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_side .box_side.box_arc > ul > li > ul li a {
		padding: .5em 1.5em;
	}
}

.wrap_news .con_side .box_side.box_arc > ul > li > ul li a:hover {
	background: rgba(235, 223, 217, 0.3);
}

.wrap_news .con_side .box_side .bnr {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.wrap_news .con_detail {
		width: 65.45455%;
		float: left;
	}
}

@media print {
	.wrap_news .con_detail {
		width: 65.45455%;
		float: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_detail {
		width: 70%;
	}
}

.wrap_news .con_detail .box_title {
	border-top: 1px solid #ebdfd9;
	border-bottom: 1px solid #ebdfd9;
	padding: 15px 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_detail .box_title {
		padding: 10px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_title {
		padding: 1em 0;
	}
}

.wrap_news .con_detail .box_title span {
	font-size: 100%;
	color: #353535;
	text-transform: uppercase;
	letter-spacing: .05em;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-right: .5em;
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_title span {
		font-size: 100%;
	}
}

.wrap_news .con_detail .box_title em {
	font-size: 88%;
	color: #b2846e;
	border: 1px solid #b2846e;
	padding: .2em .5em;
	line-height: 1;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-right: .4em;
}

.wrap_news .con_detail .box_title h3 {
	margin-top: .3em;
	font-size: 113%;
	color: #353535;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_detail .box_title h3 {
		font-size: 107%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_title h3 {
		font-size: 100%;
		margin-top: .5em;
	}
}

.wrap_news .con_detail .box_detail {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_detail .box_detail {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_detail {
		margin-top: 1.5em;
	}
}

.wrap_news .con_detail .box_detail .txt {
	margin-bottom: 2em;
	font-size: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_detail .box_detail .txt {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_detail .txt {
		margin-bottom: 1.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_detail .box_detail .txt {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_detail .txt {
		font-size: 88%;
	}
}

.wrap_news .con_detail .box_detail .img_single {
	width: 100%;
	margin-bottom: 2em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_detail .box_detail .img_single {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_detail .img_single {
		margin-bottom: 1.5em;
	}
}

.wrap_news .con_detail .box_detail .img_single em {
	padding-top: .4em;
	display: block;
	text-align: left;
	font-size: 88%;
	line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_detail .box_detail .img_single em {
		font-size: 82%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_detail .img_single em {
		font-size: 75%;
	}
}

.wrap_news .con_detail .box_detail .img_double {
	margin-bottom: 2em;
	letter-spacing: -.40em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_detail .box_detail .img_double {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_detail .img_double {
		margin-bottom: 1.5em;
	}
}

.wrap_news .con_detail .box_detail .img_double em {
	padding-top: .4em;
	display: block;
	font-size: 88%;
	line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.wrap_news .con_detail .box_detail .img_double em {
		font-size: 82%;
	}
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_detail .img_double em {
		font-size: 75%;
	}
}

.wrap_news .con_detail .box_detail .img_double p {
	width: 48.57143%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
}

.wrap_news .con_detail .box_detail .img_double p:first-child {
	margin-right: 2.85714%;
}

.wrap_news .con_detail .box_btns {
	border-top: 1px dotted #000000;
	margin-top: 3em;
	padding-top: 2em;
	text-align: center;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_btns {
		padding-top: 1em;
		margin-top: 1em;
	}
}

.wrap_news .con_detail .box_btns p {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.wrap_news .con_detail .box_btns p.btn_list a {
	color: #ff6317;
	border: 1px solid #ff6317;
}

.wrap_news .con_detail .box_btns p.btn_list a:hover {
	background: #ff6317;
	color: #FFF;
}

.wrap_news .con_detail .box_btns p a {
	display: block;
	font-size: 94%;
	text-align: center;
	padding: .1em 1em;
	text-decoration: none;
	-webkit-transition: background 400ms ease-out, color 400ms ease-out;
	-moz-transition: background 400ms ease-out, color 400ms ease-out;
	-o-transition: background 400ms ease-out, color 400ms ease-out;
	transition: background 400ms ease-out, color 400ms ease-out;
}

@media only screen and (max-width: 767px) {
	.wrap_news .con_detail .box_btns p a {
		padding: .2em .5em;
		font-size: 94%;
	}
}

.wrap_news .con_detail .box_btns p a:hover {
	background: #000;
	color: #FFF;
}

.wrap_news .con_detail .box_btns p a i {
	padding: 0 .3em;
	line-height: 1;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
}

/*# sourceMappingURL=../maps/news.css.map */
