@charset "utf-8";


/* -----------------------------------------------------------
    買取実績
-------------------------------------------------------------- */
#performance .breadcrumblist{
	padding: 12px 0 50px 0;
}

/*----- ページ共通 -----*/
.section_txt{
	text-align: center;
}
.section_title {
    margin: 6px 0 25px;
}

@media screen and (max-width: 667px){
	/*----- ページ共通 -----*/
	.section_txt{
		font-size: 1.5rem;
		text-align: left;
	}
	.section_title {
		margin: 4px 0 0 0;
	}
}


/*    intro_area
-------------------------------------------------------------- */
.intro_title{
	color: #e56c66;
	font-size: 2.8rem;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

.intro_area > .inner{
	text-align: center;
	padding: 0 0 80px;
	position: relative;
}
.intro_area > .inner::before, .intro_area > .inner::after{
	content: '';
	display: block;
	position: absolute;
}
.intro_area > .inner::before{
	width: 174px;
	height: 110px;
	background: url("../img/performance_intro_img01.png") no-repeat center / contain;
	top: 0;
	left: 35px;
}
.intro_area > .inner::after{
	width: 250px;
	height: 258px;
	background: url("../img/women01.png") no-repeat center / contain;
	right: 10px;
	bottom: 0;
}

/*----- bg_gray -----*/
.bg_gray{
	background: #f4f0f1;
	padding: 0 0 30px;
}
.bg_gray > .inner{
	position: relative;
}
.bg_gray > .inner::before{
	display: block;
	content: '';
	width: 246px;
	height: 118px;
	background: url("../img/foot-contact_img02.png") no-repeat center / contain;
	position: absolute;
	top: -95px;
	left: 0;
}

.performance_catch{
	width: 400px;
	height: 40px;
	color: #523a34;
	font-size: 2rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background: url("../img/performance_catch_bg.png");
	margin: 0 auto 5px;
	position: relative;
	top: -20px;
}
.performance_catch strong{
	color: #c42c31;
}
.performance_catch strong span{
	font-size: 2.6rem;
	vertical-align: bottom;
}

.performance_search_wrapper{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}

.performance_search{
	color: #a18c59;
    font: bold 1.8rem / 1 'Cinzel', serif;
	margin: 0 20px 0 0;
}
.performance_search::before{
	display: inline-block;
    content: '\f002';
    font-family: FontAwesome;
    font-weight: 400;
    margin: 0 10px 0 0;
	transform: scale(-1, 1);
}

.performance_search_more{
	display: flex;
	width: 790px;
	align-items: center;
}

.search_select{
	width: 240px;
	font-size: 1.5rem;
	background: #fff url(../img/arrow_gold_bottom.png) no-repeat center right 15px / 10px;
	border-top: 1px solid #ebe4da;
	border-bottom: 1px solid #ebe4da;
	padding: 12px 20px;
	cursor: pointer;
}
.search_select:first-of-type{
	margin: 0 10px 0 0;
}

.search_btn{
	width: 80px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #bca884;
	padding: 12px 0;
	margin: 0 0 0 20px;
}

.search_txt{
	color: #938152;
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
	padding: 45px 0 0;
}

@media screen and (max-width: 667px){
	.intro_title{
		font-size: 1.8rem;
		font-weight: bold;
		margin: 0 0 10px;
	}

	.intro_area > .inner{
		padding: 0 20px;
	}
	.intro_area > .inner::before{
		width: 276px;
		height: 78px;
		background: url("../img/performance_intro_img01_sp.jpg") no-repeat center / contain;
		position: static;
		margin: 20px auto 15px;
	}
	.intro_area > .inner::after{
		display: none;
	}

	/*----- bg_gray -----*/
	.bg_gray{
		background: transparent;
		padding: 0;
	}
	.bg_gray > .inner::before{
		display: none;
	}

	.performance_catch{
		display: none;
	}

	.performance_search_wrapper{
		display: block;
		padding: 0 20px;
		margin: 20px auto 0;
	}
	
	.performance_search_more{
		display: none;
		width: auto;
		background: #f4f0f1;
		padding: 20px;
	}

	.search_select{
		width: 100%;
		font-size: 1.6rem;
	}
	.search_select:first-of-type{
		margin: 0 0 10px;
	}

	.search_btn{
		width: 140px;
		padding: 10px 0;
		margin: 20px auto 0;
	}
	
	.search_txt{
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
		padding: 15px 10px;
	}
	
}


/*    performance_area
-------------------------------------------------------------- */
.performance_area{
	padding: 50px 0 50px;
}
.performance_wrapper{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ebe4da;
	margin-top: 20px;
}
.performance_wrapper dl{
	width: 265px;
	min-height: 330px;
	text-align: center;
	background: #fff;
	border: 1px solid #ebe4da;
	padding: 30px 0 20px 0;
	margin: 0 12px 12px 0;
	transition: opacity .5s;
	position: relative;
}
.performance_wrapper dl:nth-of-type(4n){
	margin: 0 0 12px;
}
.performance_wrapper img{
	display: block;
	max-width: 190px;
	max-height: 180px;
	margin: 0 auto 15px;
}

.performance_tag{
	display: inline-block;
	color: #8c7555;
	font-size: 1.3rem;
	font-weight: bold;
	background: #ebe4da;
	border-bottom-right-radius: 14px;
	padding: 5px 25px 7px 25px;
	position: absolute;
	top: 0;
	border-bottom-left-radius: 14px;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
}

.performance_price{
	color: #e56c66;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 15px 0 0;
}
.performance_price .kaitori{
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: text-bottom;
	border: 1px solid currentColor;
	padding: 5px 8px;
	margin: 0 10px 0 0;
}
.performance_price strong{
	font-size: 2.2rem;
}

.performance_name{
	color: #523a34;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 0 15px;
}

.performance_name strong{
	display: block;
	color: #9f8c59;
	font-size: 1.6rem;
}

.performance_condition {
	margin: 10px 15px 0 15px;
	padding: 5px 10px;
	border: solid 1px #ebe4da;
	font-size: 1.5rem;
	line-height: 1.3;
	border-radius: 10px;
}

.pager_area .wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pager_area .next .fa,
.pager_area .back .fa {
	margin: 0;
}

.pager_area .back, .pager_area .next {
	padding: 11px 15px;
}

.pager_area a,.pager_area b,.pager_area .current {
	margin: 0 5px;
}

@media screen and (min-width: 668px){
	/*pc only*/
	.performance_wrapper dl:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}


/* 2列並び */
@media screen and (max-width: 667px){
	.performance_area{
		padding: 0;
	}
	.performance_wrapper{
	}
	.performance_wrapper dl{
		width: 50%;
		min-height: inherit;
		text-align: center;
		background: #fff;
		padding: 30px 10px 10px 10px;
		margin: 0;
		border: none;
		border-bottom: 1px solid #ebe4da;
	}
	.performance_wrapper dl:nth-of-type(4n){
		margin: 0;
	}
	.performance_wrapper dl:nth-child(odd){
		border-right: 1px solid #ebe4da;
	}
	
	.performance_wrapper dt{
		width: auto;
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0;
		height: 120px;
	}
	.performance_wrapper img{
		display: block;
		max-width: 100px;
		max-height: 120px;
		width: auto;
		height: auto;
		margin: 0 auto 10px;
	}
	.performance_wrapper dd{
	}

	.performance_tag{
		font-size: 1.2rem;
		padding: 3px 15px;
	}

	.performance_price{
		font-size: 1.4rem;
		margin: 10px 0 0;
	}
	.performance_price .kaitori{
		display: block;
		font-size: 1.1rem;
		padding: 3px 5px;
		margin: 0 0 5px 0;
	}
	.performance_price strong{
		font-size: 2rem;
	}

	.performance_name{
		font-size: 1.4rem;
		padding: 0;
		margin: 0;
	}
	.performance_name strong{
		font-size: 1.5rem;
	}

	.performance_condition {
		font-size: 1.4rem;
		padding: 5px;
	}

	.pager_area .back, .pager_area .next {
		margin: 0 5px;
		padding: 9px 12px;
	}

}



/* 縦並び
@media screen and (max-width: 667px){
	.performance_area{
		padding: 0;
	}
	.performance_wrapper{
		display: block;
	}
	.performance_wrapper dl{
		display: flex;
		width: 100%;
		min-height: auto;
		align-items: center;
		border: none;
		border-bottom: 1px solid #ebe4da;
		padding: 20px 0 20px 20px;
		margin: 0;
	}
	.performance_wrapper dl:nth-of-type(4n){
		margin: 0;
	}
	.performance_wrapper dt{
		width: 100px;
		margin: 0 20px 0 0;
	}
	.performance_wrapper img{
		max-width: 100px;
		max-height: 115px;
		width: auto;
		margin: 0 auto;
	}
	.performance_wrapper dd{
		text-align: left;
	}

	.performance_tag{
		font-size: 1.2rem;
		padding: 3px 15px;
	}

	.performance_price{
		font-size: 1.4rem;
		margin: 10px 0 0;
	}
	.performance_price .kaitori{
		font-size: 1.1rem;
		padding: 3px 5px;
		margin: 0 5px 0 0;
	}
	.performance_price strong{
		font-size: 2rem;
	}

	.performance_name{
		font-size: 1.4rem;
	}
	.performance_name strong{
		font-size: 1.5rem;
	}
}
*/
/*買取価格の目安*/
.boro_area {
    padding: 70px 10px 0px;
}

.boro_area .box {
    position: relative;
    background: #F9F9D7;
    padding: 10px;
}

.boro_area .box .in {
    border: 1px #DFCB97 dashed;
    padding: 40px 30px;
}

.boro_area .boro_title {
    color: #53383F;
    font-weight: bold;
    line-height: 1.5;
    font-size: 2rem;
    padding: 0 0 20px;
}

.boro_area .section_txt {
    text-align: left;
	margin: 0 0 10px 0;
}

.boro_area .rank_list {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0;
}
.boro_area .rank_list li {
	width: calc((100% - 90px) / 5);
	text-align: center;
	padding: 20px 20px;
	line-height: 1.5;
	background: rgba(255, 255, 255, .7);
}
.boro_area .rank_list .rank {
    color: #9f8c59;
    font-size: 2rem;
	font-weight: bold;
}
.boro_area .rank_list .rank span {
    font-size: 3rem;
}
.boro_area .rank_list .rank_txt {
    color: #523a34;
    font-size: 1.5rem;
	padding: 5px 0 0;
	font-weight: bold;
	height: 50px;
}

.boro_area .rank_list .rank_subtxt {
    font-size: 1.4rem;
	padding: 10px 0 0;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.boro_area {
		margin: 25px 0 20px;
		padding: 0;
	}
	.boro_area .box .in {
		padding: 30px 20px 10px;
	}
	.boro_area .boro_title {
		font-size: 1.8rem;
		padding: 0 0 15px;
		text-align: center;
	}
	.boro_area .rank_list {
		display: block;
		padding: 10px 0 0;
	}
	.boro_area .rank_list li {
		width: 100%;
		padding: 20px;
		margin: 10px 0 0;
	}
	.boro_area .rank_list .rank {
		font-size: 1.6rem;
	}
	.boro_area .rank_list .rank span {
		font-size: 2.2rem;
	}
	.boro_area .rank_list .rank_txt {
		font-size: 1.5rem;
		padding: 0 0 0;
		height: auto;
	}
	
	.boro_area .rank_list .rank_subtxt {
		font-size: 1.4rem;
		padding: 10px 0 0;
		text-align: left;
	}
}


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

	.toggle_contents {
		background:  rgba(255, 255, 255, .7);
	}
	.toggle_title {
		position: relative;
		padding: 10px 15px;
		cursor: pointer;
		text-align: center;
		line-height: 1.2;
		color: #9f8c59;
		font-size: 1.8rem;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	.toggle_title strong{
			font-size: 2.8rem;
		}

	.toggle_title span{
		color: #523a34;
		font-size: 1.5rem;
	}

	.toggle_btn {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		background: #9f8c59;
		display: block;
		width: 24px;
		height: 24px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border-radius: 50%;
	}
	.toggle_btn:before, .toggle_btn:after {
		display: block;
		content: '';
		background-color: #fff;
		position: absolute;
		width: 10px;
		height: 2px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.toggle_btn:before {
		width: 2px;
		height: 10px;
	}
	.toggle_title.selected .toggle_btn:before {
		content: normal;
	}
	.toggle_contents dd {
		display: none;
	}
	.rank_subtxt{
	 padding: 0 10px 15px;
    line-height: 1.4;
		font-size: 1.4rem;
		margin: 0 0 10px 0;
	}

}