@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用

*******************************************************/

/* search */
.search__wrapper {
	background-color: #F7F7F7;
	padding: 25px 50px;
	margin-bottom: 40px;
}

.search__tbl {
	width: 100%;
}

.search__tbl tr th {
	width: 150px;
	color: #888888;
	font-weight: 500;
	padding: 10px 0;
	vertical-align: middle;
}

.search__tbl tr td {
	width: calc(100% - 150px);
	padding: 10px 0;
}

.search__tbl select {
	width: 210px;
	height: 50px;
	border: 1px solid #E6E6E6;
	border-radius: 7px;
	font-size: 20px;
	padding-left: 10px;
	color: #CDCDCD;
}

.search__word {
	position: relative;
}

.search__tbl input[type=text] {
	width: 420px;
	height: 50px;
	border: 1px solid #E6E6E6;
	border-radius: 7px;
	font-size: 20px;
	padding-left: 60px;
}

.search__tbl input[type=text]::placeholder {
	color: #cdcdcd;
}

.search__icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("/img/search/icon_search.png");
	background-size: 24px 25px;
	background-position: center center;
	background-repeat: no-repeat;
}

.color__box {
	display: flex;
}

.color__item {
	margin-right: 10px;
	position: relative;
	z-index: 0;
}

.color__item:hover {
	cursor: pointer;
}

.color__item::after {
    content: "";
    display: inline-block;
    width: 41px;
    height: 41px;
    background-color: #FFF;
    border: 3px solid #036EB7;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -1;
    opacity: 0;
}

.color__item.checked::after {
    opacity: 1;
}

.color__img {
	display: block;
	width: 35px;
	height: auto;
}

.result__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.result__box--01 {
	margin-bottom: 30px;
}

.result__h2 {
	display: inline-block;
	margin-right: 20px;
}

.result__txt {
	display: inline-block;
}

.result select {
	width: 155px;
	height: 42px;
	border: 1px solid #E6E6E6;
	border-radius: 7px;
	padding-left: 10px;
	/*color: #888;*/
	font-size: 15px;
	font-weight: 500;
}

.result__item {
	width: 32%;
	position: relative;
	display: block;
	margin-bottom: 30px;
}
/** 2023/09/19
.result__item::before {
	display: block;
	content: "";
	padding-top: 66.66%;
}
*/

.result__img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.result__item span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	color: #FFF;
	background: linear-gradient(180deg, rgba(0,0,0, .7), transparent 25%, transparent);
	opacity: 0;
	transition: .2s;
}

.result__item:hover span {
	opacity: 1;
}




/* pagenav */
.pagenav {
	margin-top: 30px;
	padding-bottom: 100px;
}

.pagenav__wrapper {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.pagenav__next a,
.pagenav__prev a {
	color: #888;
	font-weight: 500;
}

.wp-pagenavi span {
	color: #000;
	font-weight: 500;
	margin: 0 10px;
}
.wp-pagenavi span a {
    color: #888;
}


/******************************************************

タブレットの設定 1000px~1369pxの場合に適用

*******************************************************/

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







}



/******************************************************

タブレットの設定 768px~999pxの場合に適用

*******************************************************/

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





}



/******************************************************

SPの設定 767px以下の場合に適用

*******************************************************/

@media screen and (max-width: 767px){
	
.header {
	border-bottom: 1px solid #EEE;
}
	
.breadcrumb {
	margin-top: 70px;
	 margin-bottom: 30px;
}

/* search */
.search__wrapper {
	width: 100%;
	padding: 15px 20px;
	margin-bottom: 40px;
}

.search__tbl {
	width: 100%;
}

.search__tbl tr th {
	width: 80px;
	color: #777!important;
	font-weight: 500;
	padding: 15px 0;
	vertical-align: top;
}

.search__tbl tr td {
	width: calc(100% - 80px);
	padding: 10px 0;
}

.search__tbl select {
	width: 240px;
	height: 30px;
	border: 1px solid #E6E6E6;
	border-radius: 7px;
	font-size: 14px;
	padding-left: 10px;
	color: #CDCDCD;
}

.color__box {
	display: flex;
	justify-content: flex-start!important;
}

.color__item {
	margin-right: 2.6666%;
	position: relative;
	z-index: 0;
	width: 12%;
}
	
.color__item:nth-of-type(7n) {
	margin-right: 0;
}

.color__item:hover {
	cursor: pointer;
}

.color__item::after {
    content: "";
    display: inline-block;
    width: 30px!important;
    height: 30px!important;
    background-color: #FFF;
    border: 3px solid #036EB7;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -1;
    opacity: 0;
}

.color__item.checked::after {
    opacity: 1;
}

.color__img {
	display: block;
	width: 30px;
	height: auto;
}
	
.color__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

.color__item {
	margin-bottom: 10px;
}
	
.search__tbl input[type=text] {
	width: 240px;
	height: 30px;
	border: 1px solid #E6E6E6;
	border-radius: 7px;
	font-size: 14px;
	padding-left: 35px;
}

.search__icon {
	width: 35px;
	height: 28px;
	background-size: 15px 15px;
}
	
.result__box {
	display: flex;
	justify-content: space-between!important;
	flex-wrap: wrap;
}

.result__box--01 {
	margin-bottom: 30px;
}

.result__h2 {
	display: inline-block;
	margin-right: 20px;
}

.result select {
	width: 120px;
	height: 30px;
	border: 1px solid #E6E6E6;
	border-radius: 7px;
	padding-left: 10px;
	/*color: #888;*/
	font-size: 14px;
}

.result__item {
	width: 47%!important;
	position: relative;
	display: block;
	margin-bottom: 20px!important;
	border: 2px solid #DDD;
	margin: 0 0 20px 0!important;
}
/** 2023/09/19
.result__item::before {
	display: block;
	content: "";
	padding-top: 66.66%;
}
*/

.result__img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.result__item span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	color: #FFF;
	background: linear-gradient(180deg, rgba(0,0,0, .7), transparent 25%, transparent);
	opacity: 0;
	transition: .2s;
}

.result__item:hover span {
	opacity: 1;
}



/* pagenav */
.pagenav {
	margin-top: 30px;
	padding-bottom: 50px;
}

.pagenav__wrapper {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.pagenav__next a,
.pagenav__prev a {
	color: #888;
	font-weight: 500;
}

.wp-pagenavi span {
	color: #000;
	font-weight: 500;
	margin: 0 10px;
}
.wp-pagenavi span a {
    color: #888;
}


}


/** 2023/09/19 */
.result__link {
    position: relative;
    display: block;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    overflow: hidden;
}
