@charset "utf-8";

#header{
	padding: 0;
}

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


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

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

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

/********** リスト **********/
#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 5%;
	border-radius: 30px;
}

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

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

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

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


/********** 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: 48px;
}
#main .archive-work .img-main-data .data-main .work_area{
	padding: 0 0 3%;
	font-size: 36px;
}
#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: 44px;
	color: #006446;
}
#main .archive-work .img-main-data .data-main .work_price .work_price-data{
	font-weight: bold;
	line-height: 1.2;
	font-size: 64px;
	color: #006446;
}
#main .archive-work .img-main-data .data-main .work_price .work_price-data .yen{
	font-size: 40px;
}


/********** 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: 480px;
	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:700px;
	
	width: 100px;
	height:100px;
	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% 10%;
	background: #e6faec;
}
#main .price h2{
	display: flex;
	justify-content: center;
}
#main .price h2 img{
	display: block;
}
#main .archive-work ul li .post-taxonomy .post-taxonomy-box{
	background: #006436;
}
#main .archive-work ul li .post-taxonomy .post-taxonomy-ihin-seiri{
	
}

/********** その他作業料金表 **********/
#seizenseiri .btn-price-list{
	display: flex;
	justify-content: center;
	
	margin: 0 0 40px;
	background-size: 45px;
}
#seizenseiri .btn-price-list a {
	display: block;
	border-radius: 100px;
	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: 45px;
	font-size: 48px;
}
#seizenseiri .btn-price-list a span {
	display: block;
	padding: 0 40px 0 0;
	font-weight: bold;
	box-sizing: border-box;
}

/********** その他作業料金表 **********/
#seizenseiri .btn-price-table{
	display: flex;
	justify-content: center;
	
	background-size: 45px;
}
#seizenseiri .btn-price-table a {
	display: block;
	border-radius: 100px;
	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: 45px;
	font-size: 48px;
	box-sizing: border-box;
}
#seizenseiri .btn-price-table a span {
	display: block;
	padding: 0 40px 0 0;
	font-weight: bold;
}

#seizenseiri .btn-faq{
	display: flex;
	justify-content: center;
	
	padding: 0 0 15%;
}
#seizenseiri .btn-faq a{
	display: block;
}




/*----------------------------------------------------------
生前整理
------------------------------------------------------------*/

/* メインタイトル
--------------------------------------*/
#seizenseiri .main-ttl{
	margin-bottom: 90px;
}
#seizenseiri .main-ttl h3{
	font-size: 80px;
	color: #c85500;
	text-align: center;
	margin: 50px 0 100px 0;
	position: relative;
	letter-spacing: 0.2em;
}
#seizenseiri .main-ttl h3::before {
	content: '';
	width: 240px;
	height: 8px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -30px;
	background-color: #c85500;
}
#seizenseiri .main-ttl h3 span{
	display: block;
	font-size: 48px;
	color: #333;
	font-weight: normal!important;
	letter-spacing: 0;
}
#seizenseiri .main-ttl p{
	font-size: 44px;
	color: #333;
	padding: 0 50px;
}



/* お悩み
--------------------------------------*/
#seizenseiri .worries {
	background: #faf5e1;
	padding-bottom: 20px;
	margin-bottom: 90px;
	color: #333;
}
#seizenseiri .worries h4{
	width: 900px;
	margin: 0 auto;
	font-size: 44px;
	background: #c85500;
	color: #fff;
	text-align: center;
	border-radius: 0 0 10px 10px;
	font-weight: 400;
	padding: 8px 0;
	letter-spacing: 0.2em;
}
#seizenseiri .worries ul{
	width: 900px;
	margin: 30px auto;
	padding-left: 50px;
}
#seizenseiri .worries ul li{
	margin-bottom: 10px;
	padding-left:0.8em;
	text-indent:-0.8em;
}
#seizenseiri .worries ul li::before{
	content: url(  "../images/seizenseiri/icon-check.svg");
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}



/* サービス
--------------------------------------*/
#seizenseiri .service-box{	
	margin-bottom: 150px;
	color: #333;
}
#seizenseiri .service-box h4.copy{
	font-size: 48px;
	color:#ff6600;	
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}
#seizenseiri .service-box .img{
	width: 900px;
	margin: 50px auto;
}
#seizenseiri .service-box p{
	width: 900px;
	margin: 40px auto 100px auto;
}
#seizenseiri .service-box h3{
	font-size: 56px;
	color:#fff;	
	background: #00a082;
	text-align: center;
	padding: 20px 0;
}
#seizenseiri .service-box .box{
	width: 900px;
	margin: 70px auto ;
}
#seizenseiri .service-box .box h4{
	font-size:  56px;
	color:#c85500;
	text-align: center;
	margin-top: 70px;
}
#seizenseiri .service-box .box-other{
	width: 900px;
	margin: 70px auto ;
	border: 2px dashed #aaaaaa;
}
#seizenseiri .service-box .box-other h4{
	font-size:  56px;
	color:#c85500;
	text-align: center;
	margin-top: 50px;
}
#seizenseiri .service-box .box-other p{
	padding: 0 50px;
	margin: 40px auto 80px auto;
}


/* ご利用の流れ
--------------------------------------*/
#seizenseiri .flow{	
	background: #faf5e1;
	padding-bottom: 60px;
	margin-bottom: 150px;
	color: #333;
}
#seizenseiri .flow h3{
	font-size: 56px;
	color:#fff;	
	background: #00a082;
	text-align: center;
	padding: 20px 0;
}
#seizenseiri .flow h5{
	font-size: 48px;
	margin: 50px 0 40px 50px;
}
#seizenseiri .flow h5.flow2{
	font-size: 48px;
	margin: 120px 0 40px 50px;
}
#seizenseiri .flow .box-outer{
	width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;	
}
#seizenseiri .flow .box{
	width: 900px;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 10px 0 10px 40px;
	box-sizing: border-box;
	border-radius: 10px;	
}
#seizenseiri .flow .box p.step{
	color: #7f7f7f;
	font-size: 30px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}
#seizenseiri .flow .box p.step span{ 
	font-size: 48px;
	display: block;
}
#seizenseiri .flow .box .img{ 
	width: 240px;
	margin: 0 40px;
}
#seizenseiri .flow .box .txt{ 
	font-size: 44px;
	color:#c85500;
	font-weight: bold;
}