@charset "utf-8";
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.txtCenter {
	text-align: center;
}
.txtColor {
	color: #3f321e;
}

/*searchList_subttlWrap
-------------------------------------------------------------*/
.searchList_subttlWrap {
	font-size: 115.4%;
	margin: 40px 63px 0px;
	border-bottom: 6px solid #E4DDD7;
}
.searchList_subttl {
	float: left;
}
.searchList_subttl:first-child {
	margin-right: 10px;
}
.searchList_subttl a{
	display: block;
	color: #58462c;
	border-top: 2px solid #e4ddd7;
	border-right: 2px solid #e4ddd7;
	border-left: 2px solid #e4ddd7;
	border-radius: 10px 10px 0 0;
	padding: 10px 19px;
}
.searchList_subttl.active a{
	background-color: #e4ddd7;
}
.subttl-large {
	font-size: 130%;
	font-weight: bold;
	vertical-align: text-bottom;
}
.subttl-small {
	font-weight: bold;
	vertical-align: text-bottom;
}
@media screen and (max-width: 750px){
	.searchList_subttlWrap {
		border-bottom-width: 3px;
	}
	.searchList_subttl:first-child {
		margin-right: 2%;
	}
	.searchList_subttl a{
		border-width: 1px;
		border-radius: 5px 5px 0 0;
		padding: 8px 7px 8px 6px;
	}
	.subttl-small {
		font-weight: normal;
	}
}
/* searchList_pageList
--------------------------------------------------------------*/
.pagenavi{
	margin: 20px 0 25px;
	text-align: center;
}
.pagenavi a,
.pagenavi .on{
	display: inline-block;
	margin: 0 3px;
	padding: 2px 7px;
	border: 1px solid #ebebe9;
	font-size: 116%;
	color: #40321e;
}
.pagenavi a:hover,
.pagenavi .on{
	background-color: #ebebe9;
	text-decoration: none;
}
.pagenavi .prev,
.pagenavi .next{
	padding: 2px 20px;
}
.pagenavi .prev:before,
.pagenavi .next:after{
	content:"";
	display: inline-block;
	width: 6px;
	height: 11px;
}
.pagenavi .prev:before{
	margin-right: 5px;
	background: url(../img/arrow07_brown.png) no-repeat 0 0;
}
.pagenavi .next:after{
	margin-left: 5px;
	background: url(../img/arrow08_brown.png) no-repeat 0 0;
}
@media screen and (max-width: 750px){
	.pagenavi{
		margin: 15px 0;
	}
	.pagenavi a,
	.pagenavi .on{
		margin: 1%;
		padding: 10px;
	}
	.pagenavi .prev,
	.pagenavi .next{
		display: block;
		border: none;
		width: 9em;
	}
	.pagenavi .prev{
		margin: 0 auto 7px;
	}
	.pagenavi .next{
		margin: 7px auto 0;
	}
	.pagenavi .prev:before,
	.pagenavi .next:after{
		background-size: contain;
		vertical-align: middle;
	}
	.pagenavi .prev:before{
		background-image: url(../img/arrow05_brown.png);
	}
	.pagenavi .next:after{
		background-image: url(../img/arrow06_brown.png);
	}
}
/* searchList_detail
--------------------------------------------------------------*/
.detail_wrapper-hover{
	display: block;
}
.detail_wrapper-hover:hover {
	background-color: #fff7e5;
	text-decoration: none;
}
.searchList_Txt {
	font-size: 115.4%;
	padding: 0px 63px 60px;
}
.detail li {
	border: 1px solid #d5d7d5;
	margin-bottom: 21px;
}
.detail_location {
	font-size: 86.7%;
	background-color: #ebebe9;
	line-height: 2;
	padding: 0 23px;
}
.location_city {
	float: left;
	color: #696050;
}
.location_date {
	 color: #a39d92;
	 float: right;
}
.detail_wrapper {
	padding: 11px 20px 12px 22px;
}
.detail_img {
	margin-left: 20px;
	float: right;
	border: 1px solid #dddddd;
}
.detailTitle {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Meiryo UI,Arial,sans-serif;
	color: #3f321e;
	font-size: 120%;
	font-weight: 600;
}
.ttl-underline {
	border-bottom: #a39d92 2px solid;
}
.ttl-color {
	color: #C00;
}
.detailTxt {
	padding-top: 8px;
	color: #40321e;
}
.detail_txt {
	overflow: hidden;
}
@media screen and (max-width: 750px){
	.detailTxt {
		display: none;
	}
	.searchList_Txt {
		padding: 0 0 9% 0;
	}
	.detail li {
		margin-bottom: 0;
	}
	.searchList_subttlWrap {
		margin: 4% 3% 0 3%;
	}
	.detail li {
		border-top: #b2a28f 1px solid;
		border-right: none;
		border-left: none;
		border-bottom: none;
	}
	.detail > li:last-child {
		border-bottom: #b2a28f 1px solid;
		margin-bottom: 3%;
	}
	.detail_wrapper {
		padding: 3% 8% 4% 3%;
		background: url(../img/arrow02_brown.png) no-repeat 97% 50%;
		background-size: 7px auto;
	}
	.detail_img {
		margin-left: 6%;
		width: 32%;
	}
	.detailTitle {
		font-weight: normal;
		border: none;
	}
	.searchList_Txt {
		padding-bottom: 3%;
	}
}