@charset "utf-8";


/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */
#header{
	padding: 0;
}

#index .review{
	width: 84%;
	margin: 6% auto 0;
}
#index .review .btn-review a {
	display: block;
	border-radius: 100px;
	padding: 5% 16% 5% 8%;
	font-weight: bold;
	font-size: 4vw;
	color: #fff;
	background: #00a082 url(../images/common/btn-icon-arr.svg) no-repeat calc(100% - 10%) 50%;
	background-size: 4.4vw auto;
}

/* --------------------------------------------------------------------------------
img-corona
-------------------------------------------------------------------------------- */
#index .img-corona {
	padding: 8% 2% 12%;
}


/* --------------------------------------------------------------------------------
公福舎のお片付けサービス
-------------------------------------------------------------------------------- */
/********** service **********/
#index .service {
	padding: 2% 5%;
}
#index .service h2 {
	padding: 0 0 6%;
	line-height: 1.3;
	text-align: center;
	font-size: 8vw;
	color: #00a082;
}
#index .service h3 {
	padding: 0 0 2%;
	line-height: 1.3;
	text-align: center;
	font-size: 8vw;
	color: #006436;
}


#index .service .ihin-seiri h3 {
	color: #006436;
}
#index .service .seizen-seiri h3 {
	color: #c85500;
}
#index .service .fuyouhin h3 {
	color: #0078be;
}

#index .service .service-box {
	margin: 0 0 6%;
	padding: 5% 4% 12%;
	background: #faf5e1;
}
#index .service .service-box .txt{
	padding: 0 0 5%;
	text-align:center;
}
#index .service .service-box .txt p {
	line-height: 1.6;
}
#index .service .service-box .img-service-main {
	padding: 0 0 5%;
}
#index .service .service-box .img-service-sub {
	padding: 0 0 5%;
}

/********** 詳しく見る **********/
#index .service .service-box .btn-details{
	display: flex;
	justify-content: center;
	
	background-size: 45px;
}
#index .service .service-box .btn-details a {
	display: block;
	border-radius: 100px;
	padding: 4% 12.5% 4% 12.5%;
	text-align: center;
	color: #fff;
	background: #00a082 url("../images/index/icon-arr.svg") no-repeat calc(100% - 11.5%) 50%;
	background-size: 4.8vw;
	font-size: 4.8vw;
}
#index .service .service-box .btn-details a span {
	display: block;
	padding: 0 4vw 0 0;
	font-weight: bold;
	white-space: nowrap;
}

/********** リスト **********/
#main .archive-work ul li{
	margin: 0 10px;
}
#main .archive-work ul li .archive-work-unit {
	position: relative;
	
	margin: 0 0 4vw;
	padding: 7% 0 0;
	border-radius: 3vw;
}

/* タクソノミーアイコン */
#main .archive-work ul li .post-taxonomy {
}
#main .archive-work ul li .post-taxonomy .post-taxonomy-box {
	margin: 0 0 0;
	border-radius: 3vw 3vw 0 0;
	font-weight: bold;
	font-size: 4.8vw;
}
#main .archive-work ul li .post-taxonomy .post-taxonomy-box a {
	display: block;
	padding: 3% 3vw;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}

/* 遺品整理 */
#main .archive-work ul li .post-taxonomy .post-taxonomy-ihin-seiri {
	background: #006436;
}

/* 生前整理 */
#main .archive-work ul li .post-taxonomy .post-taxonomy-seizen-seiri {
	background: #c85500;
}

/* 不良品回収 */
#main .archive-work ul li .post-taxonomy .post-taxonomy-furyohin-kaisyu {
	background: #0078be;
}


/********** img-main-data **********/
#main .archive-work .img-main-data{
	margin: 0 0 30px;
	border-radius: 0 0 30px 30px;
	padding: 0 7% 7%;
	background: #fff;
}
#main .archive-work .img-main-data .work_img_main{
}
#main .archive-work .img-main-data .work_img_main img{
	display: block;
	
	width: 100%;
	height: 95%;
	
	object-fit: cover;
}
#main .archive-work .img-main-data .data-main{
	padding: 3% 0 0;
}
#main .archive-work .img-main-data .data-main h3{
	padding: 0 0 2%;
	line-height: 1.4;
	font-size: 4.8vw;
}
#main .archive-work .img-main-data .data-main .work_area{
	padding: 0 0 3%;
	font-size: 3.6vw;
}
#main .archive-work .img-main-data .data-main .work_price {
	display: flex;
	align-content: center;
	
	width: 100%;
	padding: 0 0 5%;
}
#main .archive-work .img-main-data .data-main .work_price .sheading{
	display: inline-block;
	margin: 0 6% 0 0;
	padding: 1% 2.5%;
	
	line-height: 1.2;
	border: solid 2px #006446;
	border-radius: 5px;
	letter-spacing: 0.02em;
	font-size: 4.4vw;
	color: #006446;
}
#main .archive-work .img-main-data .data-main .work_price .work_price-data{
	font-weight: bold;
	line-height: 1.2;
	font-size: 6.4vw;
	color: #006446;
}
#main .archive-work .img-main-data .data-main .work_price .work_price-data .yen{
	font-size: 4vw;
}


/********** Before & After **********/
#main .archive-work .before-after{
	margin: 0 0 3.5%;
	padding: 3.5% 5.8%;
	background: #faf5e1;
}
#main .archive-work .before-after .before-after-box{
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}

/* Before */
#main .archive-work .before-after .before{
	position: relative;
	
	width: 46%;
}
#main .archive-work .before-after .before::before{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	content: '';
	display: block;
	width: 40%;
	height: 50px;
	
	background: url("../images/single-work/icon-before.svg") no-repeat 0 0;
	background-size: 100% 100%;
}
#main .archive-work .before-after .before img {
	display: block;
	width: 100%;
}

/* 矢印 */
#main .archive-work .before-after .before::after{
	position: absolute;
	top: 50%;
	right: -13%;
	z-index: 2;
	
	content: '';
	display: block;
	width: 9%;
	height: 10%;
	margin-top: -3vw;
	
	background: url("../images/single-work/arr-before-after.svg") no-repeat 0 0;
	background-size: 100% 100%;
}

/* After */
#main .archive-work .before-after .after{
	position: relative;
	
	width: 46%;
}
#main .archive-work .before-after .after::before{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	content: '';
	display: block;
	width: 40%;
	height: 50px;
	
	background: url("../images/single-work/icon-after.svg") no-repeat 0 0;
	background-size: 100% 100%;
}
#main .archive-work .before-after .after img {
	display: block;
	width: 100%;
	height: 58vw;
	object-fit: cover;
}

/********** 詳細ボタン **********/
#main .archive-work .btn-details a {
	display: flex;
	justify-content: center;
	
	text-align: center;
	font-weight: bold;
	color: #00a082;
}
#main .archive-work .btn-details a span {
	display: block;
	padding: 0 5vw 0 0;
	background: url("../images/single-work/icon-arr.svg") no-repeat 100% 50%;
	background-size: 3vw;
}




/********** スライダー **********/
#main .archive-work {
	
}

/* 次へ・前へ */
#main .archive-work .slick-arrow{
	display: block;
	
	position:absolute;
	top:70vw;
	
	width: 10vw;
	height:10vw;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	background:#ccc;
	z-index:2;
}
#main .archive-work .slick-arrow.slick-prev{
	left: -2%;
	background: url(../images/index/arrow-left.png) no-repeat 0 0;
	background-size: 100%;
}
#main .archive-work .slick-arrow.slick-next{
	right: -2%;
	background: url(../images/index/arrow-right.png) no-repeat 0 0;
	background-size: 100%;
}




/********** 料金表 **********/
#main .price{
	margin: 0 0 15%;
	padding: 10% 4% 12%;
	background: #e6faec;
}
#main .price h2{
	display: flex;
	justify-content: center;
}
#main .price h2 img{
	display: block;
	width: 72vw;
}
#main .archive-work ul li .post-taxonomy .post-taxonomy-box{
	background: #006436;
}
#main .archive-work ul li .post-taxonomy .post-taxonomy-ihin-seiri{
	
}

/********** その他作業料金表 **********/
#index .btn-price-list{
	display: flex;
	justify-content: center;
	
	margin: 0 0 4vw;
	background-size: 45px;
}
#index .btn-price-list a {
	display: block;
	border-radius: 10vw;
	width: 88%;
	padding: 4% 15.2% 4% 12.5%;
	text-align: center;
	color: #fff;
	background: #00a082 url("../images/index/icon-arr.svg") no-repeat calc(100% - 11.5%) 50%;
	background-size: 4.5vw;
	font-size: 4.8vw;
}
#index .btn-price-list a span {
	display: block;
	padding: 0 4vw 0 0;
	font-weight: bold;
	box-sizing: border-box;
}

/********** その他作業料金表 **********/
#index .btn-price-table{
	display: flex;
	justify-content: center;
	
	background-size: 45px;
}
#index .btn-price-table a {
	display: block;
	border-radius: 10vw;
	width: 88%;
	padding: 4% 15.2% 4% 12.5%;
	text-align: center;
	color: #fff;
	background: #00a082 url("../images/index/icon-arr.svg") no-repeat calc(100% - 11.5%) 50%;
	background-size: 4.5vw;
	font-size: 4.8vw;
	box-sizing: border-box;
}
#index .btn-price-table a span {
	display: block;
	padding: 0 4vw 0 0;
	font-weight: bold;
}

#index .btn-faq{
	display: flex;
	justify-content: center;
	
	padding: 0 4.5vw 0;
}
#index .btn-faq a{
	display: block;
}


