


/*------------------------------------------

施工事例

------------------------------------------*/
.post-type-archive-works .works-post {
	width: calc(50% - 10px);
	background-color: #f8f8f8;
	border: #5da443 1px solid;
	border-bottom: #5da443 5px solid;
	padding: 15px;
	position: relative;
}

.post-type-archive-works .works-post a {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 1;
}

.post-type-archive-works .works-post .thum {
    width: 100%;
    height: 0;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}
.post-type-archive-works .works-post .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.post-type-archive-works .works-post .tit {
	color: #5da443;
	font-size: 1.8rem;
	line-height: 1.3;
}
.post-type-archive-works .works-post .content-txt {
	font-size: 1.4rem;
}

/*PC*/
@media screen and (min-width: 801px) {
	.post-type-archive-works .works-post a:hover {
		background-color: rgba(255,255,255,.6);
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 800px) {
	.post-type-archive-works .works-post {
		width: 100%;
		padding: 15px;
		margin-bottom: 20px;
	}

	.post-type-archive-works .works-post .tit {
		font-size: 1.6rem;
	}
	.post-type-archive-works .works-post .content-txt {
		font-size: 1.3rem;
	}
}/*END*/




/*------------------------------------------

ページャー

------------------------------------------*/
.wp-pagenavi {
	width: 366px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
.wp-pagenavi + .else-pagenavi {
	display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
	background-color: #edf5ee;
	width: 36px;
	text-align: center;
	display: block;
	padding: 5px 0;
	margin-right: 15px;
}
.wp-pagenavi .current {
	color: #fff;
	background-color: #5da443;
}
.wp-pagenavi .extend {
	background: none;
}
.wp-pagenavi .extend ~ .extend {
	display: none;
}

/*PC*/
@media screen and (min-width: 801px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 800px) {
}/*END*/


/*------------------------------------------

	スライダー

------------------------------------------*/

/*施工事例 スライダー　物件紹介 スライダー*/
.single-works .gallery {
	width: 100%;
	position: relative;
}

.single-works .gallery li {
	background-color: #f8f8f8;
	position: relative;
}
.single-works .gallery li::after {
	content: "";
	display: block;
	padding-top: 70.239%;
	position: relative;
}
.single-works .gallery li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.single-works .slick-arrow {
	width: 50px;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 1;
	transform: translateY(-50%);
}
.single-works .slick-arrow::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: calc(50% - 2px);
	border-top: solid 4px;
	border-right: solid 4px;
	transform: rotate(45deg) translateY(-50%);
	color: #262625;
}
.single-works .slick-prev {
	left: 0;
}
.single-works .slick-prev::before {
	left: 24px;
	top: calc(50% - 11px);
	transform: rotate(-135deg) translateY(-50%);
}
.single-works .slick-next {
	right: 0;
}

.single-works .slick-next::before {
	right: 23px;
	top: calc(50% - 2px);
	transform: rotate(45deg) translateY(-50%);
}

.single-works .choice-btn {
	width: 100%;
}

.single-works .choice-btn *:focus {
	outline: none;
}

.single-works .choice-btn .slick-track {
	width: 100% !important;
}
.single-works .choice-btn .slick-track {
	width: 100% !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-works .choice-btn .slick-track::after {
	content: "";
	width: 30%;
}
.single-works .choice-btn li {
	width: 15.555% !important;
	margin-right: 1.111%;
	cursor: pointer;
	transition: 0.3s;
}
.single-works .choice-btn li:hover {
	opacity: 0.6;
}

/* 施工事例 詳細ページ */

.single-works {
	background-color: #fff;
}

.single-works .content-box {
	width: 100%;
}

.single-works .works_single_tit {
	font-size: 2.8rem;
	font-weight: 500;
	color: #333;
	background-color: #f1f1ef;
	padding: 40px 30px;
}

.single-works .cat_tit {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}

.single-works .sub_cat_work,
.single-works .sub_cat_work a {
	font-size: 1.6rem;
}

.single-works .text-box-inr {
	width: calc(50% - 30px);
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

/*PC*/
@media print, screen and (min-width: 801px) {
} /*END*/

/*Smartphone*/
@media only screen and (max-width: 800px) {
	/* 施工事例 詳細ページ */
	.arc-box .works-post {
		width: 100%;
	}

	.arc-box .works-post .box {
		width: 60%;
		padding-left: 10px;
	}

	.arc-box .works-post .thum {
		width: 40%;
		height: 0;
		padding-top: 30%;
	}

	.arc-box .works-post .cat_work a {
		font-size: 1.2rem;
	}

	.arc-box .works-post .tit a {
		font-size: 1.6rem;
	}

	.sub_cat_work {
		font-size: 1.2rem;
	}

	.single-works .text-box-inr {
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}

	/* 物件紹介 詳細ページ */
	.post_new {
		right: 0;
		left: auto;
	}

	/*施工事例 スライダー　物件紹介 スライダー*/
	.single-works .works_single_tit {
		font-size: 1.8rem;
		padding: 20px 15px;
	}

	.single-works .sub_cat_work,
	.single-works .sub_cat_work a {
		font-size: 1.4rem;
	}

	.single-works .slick-arrow {
		width: 30px;
		height: 50px;
		top: 50%;
		transform: translateY(-50%);
	}
	.single-works .slick-arrow::before {
		width: 13px;
		height: 13px;
		border-top: solid 3px;
		border-right: solid 3px;
	}
	.single-works .slick-prev::before {
		left: 15px;
	}

	.single-works .slick-next::before {
		right: 15px;
	}

	.single-works .choice-btn li {
		margin-bottom: 10px;
	}

	.single-works .choice-btn .slick-track::before {
		content: "";
		width: 23% !important;
		order: 1;
	}
	.single-works .choice-btn .slick-track::after {
		content: "";
		width: 23% !important;
	}
	.single-works .choice-btn li {
		width: 10% !important;
		margin-right: 2.85714285714%;
		margin-bottom: 10px;
	}
} /*END*/
