@charset "utf-8";
/* CSS Document */
/*====================================
header
====================================*/
#storepage .header_logo{
	display: flex;
	align-items: center;
	width: auto;
}
#storepage .header_logo_store{
	color: #441C0F;
	font-size: 1.2rem;
	line-height: 1.16;
	margin-left: 6px;
}
#storepage .header_logo_license{
	text-align: center;
	font-size: 1rem;
	line-height: 1.3;
	color: #004ab5;
	border: 1px solid #7FA4DA;
	border-radius: 5px;
	padding: 4px 7px;
	text-align: center;
}

@media screen and (max-width: 1099px) {
	#storepage .gnav_wrap{
		align-items: flex-start;
	}
	#storepage .header_logo_wrap{
		display: flex;
		align-items: center;
		height: 100%;
	}
	#storepage .header_logo{
		margin-top: 0;
	}
	#storepage .header_logo img{
		width: 146px;
	}
	#storepage .header_logo_license{
		margin-left: 12px;
	}
}
@media screen and (max-width: 413px) {
	#storepage .gnav_wrap{
		padding-left: 10px;
	}
	#storepage .header_logo_license{
		margin-left: 5px;
	}
}

@media screen and (min-width: 1100px) {
	#storepage .gnav_wrap.is--fix .header_logo_wrap{
		display: none;
	}
	#storepage .header_logo{
		margin-top: 30px;
	}
	#storepage .header_logo img{
		width: 220px;
	}
	#storepage .header_logo_store{
		font-size: 17px;
		margin-left: 10px;
	}
	#storepage .header_logo_license{
		font-size: 1.3rem;
		margin-top: 10px;
	}
	#storepage .header_logo_license .disp--sp{
		display: none;
	}
	#storepage .gnav_wrap:not(.is--fix) .nav_item_not_fix_hide{
		display: none;
	}
	#storepage .gnav_wrap.is--fix .nav_item_fix_hide{
		display: none;
	}
}

/*====================================
company
====================================*/
#storepage #company .sec_philosophy{
	padding-top: 5.75rem;
	padding-bottom: 6rem;
}
#storepage #company .sec_philosophy .sec_ttl{
	margin-bottom: 3rem;
}
#storepage #company .sec_philosophy .sec_inner{
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	padding: 3rem 2rem 2.5rem 2rem;
}
#storepage #company .sec_philosophy .blc_img .img{
	overflow: hidden;
	border-radius: 10px;
}
#storepage #company .sec_philosophy .blc_catch{
	color: #272727;
	font-size: 2rem;
	line-height: 1.8;
	margin-bottom: 2.25rem;
}

@media screen and (max-width: 959px) {
	#storepage #company .sec_philosophy .blc_txt{
		padding-top: 2.75rem;
	}
	#storepage #company .sec_philosophy .blc_txt br.disp--pc{
		display: none;
	}
}

@media screen and (min-width: 600px) {
	#storepage #company .sec_philosophy{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	#storepage #company .sec_philosophy .sec_inner{
		padding: 50px;
	}
	#storepage #company .sec_philosophy .sec_ttl{
		margin-bottom: 31px;
	}
	#storepage #company .sec_philosophy .blc_catch{
		font-size: 22px;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 960px) {
	#storepage #company .sec_philosophy .content_wrap{
		display: flex;
	}
	#storepage #company .sec_philosophy .blc_img{
		width: 29.63%;
	}
	#storepage #company .sec_philosophy .blc_txt{
		flex:1;
		padding-left: 25px;
	}
}
@media screen and (min-width: 1100px) {
	#storepage #company .sec_philosophy .blc_img{
		width: 326px;
	}
	#storepage #company .sec_philosophy .blc_txt{
		padding-left: 50px;
	}
}

/*===============================
price
===============================*/
#price .cmn_formula_list .formula_item{
	position: relative;
}
#price .cmn_formula_list .img{
	text-align: center;
}
#price .cmn_formula_list .img img{
	width: 19.8rem;
}
#price .cmn_formula_list .txt{
	text-align: center;
	margin-top: 1.75rem;
}
#price .cmn_formula_list .plus{
	position: absolute;
	color: #441C0F;
	font-size: 7rem;
}
#price .cmn_tbl_wrap{
	overflow: hidden;
	border: solid 1px #E2E2E2;
	border-radius: 10px;
}
#price .cmn_tbl_wrap .tbl_head,
#price .cmn_tbl_wrap .tbl_row{
	display: flex;
	align-items: center;
}
#price .cmn_tbl_wrap .tbl_th,
#price .cmn_tbl_wrap .tbl_td{
	box-sizing: border-box;
	width: 50%;
	text-align: center;
}
#price .cmn_tbl_wrap .tbl_th{
	background-color: #886E65;
	color: #FFF;
	padding: 2rem 0;
	font-size: 1.8rem;
}
#price .cmn_tbl_wrap .tbl_th:last-child,
#price .cmn_tbl_wrap .tbl_td:last-child{
	flex:1;
}
#price .cmn_tbl_wrap .tbl_th:last-child{
	border-left: solid 1px #FFF;
}
#price .cmn_tbl_wrap .tbl_body{
	padding: 0 2rem;
}
#price .cmn_tbl_wrap .tbl_body .tbl_row:not(:last-child){
	border-bottom: dashed 1px #E2E2E2;
}
#price .cmn_tbl_wrap .tbl_td{
	font-size: 1.4rem;
	line-height: 1.57;
	padding: 2rem;
}
#price .cmn_tbl_wrap .tbl_td:first-child{
	padding-left: 0;
}
#price .cmn_tbl_wrap .tbl_td:last-child{
	flex:1;
	padding-right: 0;
	border-left: solid 1px #E2E2E2;
}
#price .cmn_price_ttl{
	color: #441C0F;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

@media screen and (max-width: 959px) {
	#price .cmn_formula_list .formula_item:not(:last-child){
		margin-bottom: 6rem;
	}
	#price .cmn_formula_list .plus{
		bottom: -7rem;
		left: 0;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 599px) {
	#price .sec_lead br.disp--pc{
		display: none;
	}
}

@media screen and (min-width: 600px) {
	#price .cmn_formula_list .img img{
		width: 198px;
	}
	#price .cmn_formula_list .txt{
		margin-top: 17px;
	}
	#price .cmn_formula_list .plus{
		font-size: 70px;
	}
	#price .cmn_tbl_wrap .tbl_th{
		padding: 20px 0;
		font-size: 18px;
	}
	#price .cmn_tbl_wrap .tbl_body{
		padding: 0 30px;
	}
	#price .cmn_tbl_wrap .tbl_td{
		font-size: 15px;
		padding: 18px 30px;
	}
	#price .cmn_price_ttl{
		font-size: 22px;
		margin-bottom: 25px;
	}
}
@media screen and (min-width: 960px) {
	#price .cmn_formula_list{
		display: flex;
		justify-content: center;
	}
	#price .cmn_formula_list .formula_item{
		width: 247px;
	}
	#price .cmn_formula_list .formula_item:not(:nth-child(3n)){
		margin-right: 53px;
	}
	#price .cmn_formula_list .plus{
		top: 87px;
		right: -47px;
	}
}
@media screen and (min-width: 1100px) {
	#price .cmn_formula_list .formula_item{
		width: 247px;
	}
	#price .cmn_formula_list .formula_item:not(:nth-child(3n)){
		margin-right: 88px;
	}
	#price .cmn_formula_list .plus{
		right: -65px;
	}
}

#price .sec_price{
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
#price .sec_price .sec_ttl{
	margin-bottom: 2rem;
}
#price .sec_price .whitebox{
	background-color: #fff;
	border-radius: 10px;
	padding: 2.5rem 2rem 5.75rem 2rem;
}
#price .sec_price .whitebox:not(:last-child){
	margin-bottom: 9.5rem;
}

@media screen and (min-width: 600px) {
	#price .sec_price{
		padding-top: 95px;
		padding-bottom: 100px;
	}
	#price .sec_price .whitebox{
		padding: 40px 50px 55px 50px;
	}
	#price .sec_price .whitebox:not(:last-child){
		margin-bottom: 95px;
	}
}

/* garbage */
#price .sec_garbage .sec_ttl{
	margin-bottom: 6.5rem;
}
#price .sec_garbage .whitebox{
	padding-top: 0;
	padding-bottom: 3.75rem;
}
#price .sec_garbage .blc_ttl{
	position: relative;
	top: -3.4rem;
	background-color: #E43522;
	border-radius: 100px;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
	padding: 1rem 0;
}
#price .sec_garbage .blc_ttl span{
	font-size: 2.3rem;
}
#price .sec_garbage .blc_pack .pack_list{
	margin-bottom: 2.75rem;
}
#price .sec_garbage .blc_pack .pack_item.item3 img{
	width: 104.13%;
}

@media screen and (max-width: 599px) {
	#price .sec_garbage{
		padding-top: 4.5rem;
		padding-bottom: 6rem;
	}
	#price .sec_garbage .blc_ttl{
		line-height: 1.5;
	}
	#price .sec_garbage .blc_pack .pack_item:not(:last-child){
		margin-bottom: 3rem;
	}
}

@media screen and (min-width: 600px) {
	#price .sec_garbage .sec_ttl{
		margin-bottom: 96px;
	}
	#price .sec_garbage .whitebox{
		padding-bottom: 70px;
	}
	#price .sec_garbage .blc_ttl{
		top: -36px;
		font-size: 22px;
		text-align: center;
		padding: 15px 0;
		width: 495px;
		margin: 0 auto 5px auto;
	}
	#price .sec_garbage .blc_ttl br.disp--sp{
		display: none;
	}
	#price .sec_garbage .blc_ttl span{
		font-size: 30px;
	}
	#price .sec_garbage .blc_pack .pack_list{
		margin-bottom: 17px;
		display: flex;
	}
	#price .sec_garbage .blc_pack .pack_item.item3 img{
		width: 104.13%;
	}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	#price .sec_garbage .blc_pack .pack_list{
		flex-wrap: wrap;
	}
	#price .sec_garbage .blc_pack .pack_item{
		width: calc((100% - 35px) / 2);
	}
	#price .sec_garbage .blc_pack .pack_item:nth-child(even){
		margin-left: 35px;
	}
	#price .sec_garbage .blc_pack .pack_item:nth-child(n+3){
		margin-top: 35px;
	}
}
@media screen and (min-width: 960px) {
	#price .sec_garbage .blc_pack .pack_item{
		width: calc((100% - 50px) / 3);
	}
	#price .sec_garbage .blc_pack .pack_item:not(:nth-child(3n)){
		margin-right: 25px;
	}
}
@media screen and (min-width: 1100px) {
	#price .sec_garbage .blc_pack .pack_item{
		width: calc((100% - 70px) / 3);
	}
	#price .sec_garbage .blc_pack .pack_item:not(:nth-child(3n)){
		margin-right: 35px;
	}
	#price .sec_garbage .blc_pack .pack_item.item3 img{
		width: 323px;
	}
}

#price .sec_garbage .blc_tanpin{
	padding-bottom: 6rem;
}
#price .sec_garbage .blc_tanpin .formula_list{
	margin-bottom: 5.5rem;
}
#price .sec_garbage .blc_tanpin .formula_item.item2 .img img{
	width: 24.7rem;
}
#price .sec_garbage .blc_tanpin .formula_item.item3 .txt{
	margin-top: 1rem;
}
#price .sec_garbage .blc_tanpin .btn{
	margin-top: 3rem;
}
#price .garbage_popup .popup_container{
	box-sizing: border-box;
	width: 92vw;
	padding: 2rem;
}
#price .garbage_popup .popup_img_scroll .popup_img{
	width: 1500px;
}
#price .garbage_popup .popup_img_scroll{
	width: 100%;
	height: 100%;
	overflow: scroll;
	max-height: calc(100vh - 18rem);
}

@media screen and (min-width: 600px) {
	#price .sec_garbage .blc_tanpin{
		padding-bottom: 80px;
	}
	#price .sec_garbage .blc_tanpin .formula_item.item2 .img img{
		width: 247px;
	}
	#price .sec_garbage .blc_tanpin .formula_item.item3 .txt{
		margin-top: 3px;
	}
	#price .sec_garbage .blc_tanpin .btn{
		margin-top: 60px;
	}
	#price .garbage_popup .popup_img_scroll{
		max-height: calc(100vh - 330px);
	}
}
@media screen and (min-width: 960px) {
	#price .sec_garbage .blc_tanpin .formula_list{
		margin-bottom: 27px;
		width: calc(100% + 50px);
		margin-left: -25px;
	}
	#price .sec_garbage .blc_tanpin .formula_item.item3 .txt{
		width: calc(100% + 1.6em);
		margin-left: -0.5em;
	}
}
@media screen and (min-width: 1100px) {
	#price .sec_garbage .blc_tanpin{
		padding-left: 109px;
		padding-right: 109px;
	}
	#price .garbage_popup .popup_container{
		width: 1050px;
		padding: 30px;
	}
	#price .garbage_popup .popup_img_scroll{
		max-height: calc(100vh - 250px);
	}
}
@media screen and (min-width: 1370px) {
	#price .garbage_popup .popup_container{
		width: 1300px;
	}
}

/* pest */
#price .sec_pest .sec_ttl{
	margin-bottom: 0.2rem;
}
#price .sec_pest .formula_list{
	margin-bottom: 5rem;
}
#price .sec_pest .tbl_ttl{
	margin-bottom: 1.75rem;
}
#price .sec_pest .tbl_btm_txt{
	margin-top: 1.75rem;
}

@media screen and (max-width: 599px) {
	#price .sec_pest{
		padding-bottom: 7.5rem;
	}
	#price .sec_pest .tbl_ttl{
		margin-bottom: 1.68rem;
	}
}

@media screen and (min-width: 600px) {
	#price .sec_pest .tbl_ttl{
		margin-bottom: 20px;
	}
	#price .sec_pest .tbl_btm_txt br.disp--sp{
		display: none;
	}
}
@media screen and (min-width: 960px) {
	#price .sec_pest .sec_ttl{
		margin-bottom: 53px;
	}
	#price .sec_pest .formula_list{
		margin-bottom: 19px;
	}
	#price .sec_pest .formula_item.item3 .txt{
		width: calc(100% + 3.5em);
		margin-left: -1.5em;
		margin-top: 6px;
	}
}

/* furniture */
#price .sec_furniture .sec_ttl{
	margin-bottom: 3rem;
}
#price .sec_furniture .formula_item.item2 .img img{
	width: 20.8rem;
}

@media screen and (min-width: 600px) {
	#price .sec_furniture .sec_ttl{
		margin-bottom: 60px;
	}
	#price .sec_furniture .formula_item.item2 .img img{
		width: 208px;
	}
}
@media screen and (min-width: 960px) {
	#price .sec_furniture .formula_item{
		width: 208px;
	}
	#price .sec_furniture .formula_item.item2 .txt{
		width: calc(100% + 2em);
		margin-left: -1em;
		margin-top: 21px;
	}
	#price .sec_furniture .formula_item.item3 .txt{
		width: calc(100% + 3.5em);
		margin-left: -1.75em;
		margin-top: 6px;
	}
}
@media screen and (min-width: 1100px) {
	#price .sec_furniture .formula_list{
		justify-content: center;
	}
	#price .sec_furniture .formula_item{
		width: 208px;
	}
	#price .sec_furniture .formula_item:not(:nth-child(3n)){
		margin-right: 128px;
	}
	#price .sec_furniture .plus{
		right: -85px;
	}
}

/* pruning */
#price .sec_pruning .sec_ttl{
	margin-bottom: 2.2rem;
}

@media screen and (max-width: 959px) {
	#price .sec_pruning .formula_list{
		padding: 0 50px;
	}
}
@media screen and (max-width: 599px) {
	#price .sec_pruning .formula_list{
		padding: 0 2rem;
	}
}

@media screen and (min-width: 960px) {
	#price .sec_pruning .blc_price{
		padding: 0 50px;
	}
	#price .sec_pruning .sec_ttl{
		margin-bottom: 1px;
	}
	#price .sec_pruning .formula_item.item3 .txt{
		width: calc(100% + 3.5em);
		margin-left: -1.5em;
		margin-top: 6px;
	}
}

/* other */
#price .sec_other{
	padding-bottom: 8.5rem;
}
#price .sec_other .box_other{
	text-align: center;
	background-color: #FDF0EF;
	border-radius: 30px;
	padding: 2.75rem 3rem;
	color: #E43522;
	font-size: 1.8rem;
}

@media screen and (max-width: 1099px) {
	#price .sec_other .box_other{
		line-height: 1.77;
	}
}

@media screen and (min-width: 600px) {
	#price .sec_other{
		padding-bottom: 115px;
	}
	#price .sec_other .box_other{
		padding: 30px 40px;
		font-size: 20px;
	}
}
@media screen and (min-width: 1100px) {
	#price .sec_other .box_other{
		padding: 40px;
		border-radius: 100px;
	}
}

/* junk */
#price .sec_junk{
	padding-top: 4.25rem;
	padding-bottom: 6rem;
}
#price .sec_junk .sec_ttl{
	margin-bottom: 6.45rem;
}
#price .sec_junk .whitebox{
	padding-top: 0;
}
#price .sec_junk .blc_ttl{
	position: relative;
	top: -3.4rem;
	background-color: #E43522;
	border-radius: 100px;
	color: #FFF;
	font-size: 2.3rem;
	text-align: center;
	padding: 2rem 0;
}
#price .sec_junk .blc_kojin{
	padding-bottom: 8.1rem;
}
#price .sec_junk .blc_kojin .box_txt{
	margin-bottom: 1rem;
}
#price .sec_junk .blc_kojin .box_txt .txt1{
	display: flex;
}
#price .sec_junk .blc_kojin .box_txt .txt1 span{
	box-sizing: border-box;
	display: block;
	padding: 0.8rem;
	font-size: 3rem;
	color: #441C0F;
	border: solid 3px #441C0F;
	border-radius: 10px;
}
#price .sec_junk .blc_kojin .box_txt .txt1 span:not(:last-child){
	margin-right: 0.7rem;
}
#price .sec_junk .blc_kojin .box_txt .txt2{
	font-size: 1.6rem;
	line-height: 1.875;
	color: #441C0F;
}
#price .sec_junk .blc_kojin .formula_item.item1 .img img{
	width: 26.6rem;
}
#price .sec_junk .blc_kojin .formula_item.item2 .img img{
	width: 26.5rem;
}
#price .sec_junk .blc_kojin .formula_item.item3 .img img{
	width: 21.9rem;
}

@media screen and (max-width: 1099px) {
	#price .sec_junk .blc_kojin .box_txt .pikarin{
		display: none;
	}
}
@media screen and (max-width: 959px) {
	#price .sec_junk .blc_kojin .box_txt .txt2 .disp--pc{
		display: none;
	}
	#price .sec_junk .blc_kojin .box_txt .txt1{
		justify-content: center;
		margin-bottom: 2.5rem;
	}
}

@media screen and (min-width: 600px) {
	#price .sec_junk{
		padding-top: 90px;
		padding-bottom: 100px;
	}
	#price .sec_junk .sec_ttl{
		margin-bottom: 96px;
	}
	#price .sec_junk .blc_ttl{
		top: -36px;
		font-size: 30px;
		padding: 20px 0;
		width: 495px;
		margin: 0 auto 24px auto;
	}
	#price .sec_junk .blc_kojin{
		padding-bottom: 83px;
	}
	#price .sec_junk .blc_kojin .box_txt{
		margin-bottom: 36px;
	}
	#price .sec_junk .blc_kojin .box_txt .txt1 span{
		padding: 10px;
		font-size: 34px;
	}
	#price .sec_junk .blc_kojin .box_txt .txt1 span:not(:last-child){
		margin-right: 7px;
	}
	#price .sec_junk .blc_kojin .box_txt .txt2{
		font-size: 18px;
		line-height: 1.66;
	}
	#price .sec_junk .blc_kojin .formula_item.item1 .img img{
		width: 266px;
	}
	#price .sec_junk .blc_kojin .formula_item.item2 .img img{
		width: 265px;
	}
	#price .sec_junk .blc_kojin .formula_item.item3 .img img{
		width: 219px;
	}
}
@media screen and (min-width: 960px) {
	#price .sec_junk .blc_kojin .box_txt{
		position: relative;
		display: flex;
		justify-content: center;
	}
	#price .sec_junk .blc_kojin .box_txt .txt2{
		padding-left: 18px;
	}
}
@media screen and (min-width: 1100px) {
	#price .sec_junk .blc_kojin .box_txt .pikarin{
		position: absolute;
		pointer-events: none;
		width: 219px;
		right: -93px;
		top: -123px;
	}
	#price .sec_junk .blc_kojin .formula_item{
		width: 269px;
	}
	#price .sec_junk .blc_kojin .formula_item:not(:nth-child(3n)){
		margin-right: 67px;
	}
	#price .sec_junk .blc_kojin .formula_item .plus{
		right: -55px;
	}
}

#price .sec_junk .blc_hojin{
	padding-bottom: 5.25rem;
}
#price .sec_junk .blc_hojin .blc_ttl{
	background-color: #004AB5;
}
#price .sec_junk .blc_hojin .service_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
#price .sec_junk .blc_hojin .service_item{
	background-color: #EBF1F9;
	border-radius: 10px;
	position: relative;
	width: calc((100% - 2.4rem) / 2);
}
#price .sec_junk .blc_hojin .service_item .txt{
	font-size: 2rem;
	color: #004AB5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	top: 30px;
}
#price .sec_junk .blc_hojin .box_price .box_ttl{
	background-color: #FF9300;
	color: #FFF;
	padding-top: 3.3rem;
	padding-bottom: 0.6rem;
	position: relative;
}
#price .sec_junk .blc_hojin .box_price .box_ttl .ttl{
	font-size: 3.5rem;
}
#price .sec_junk .blc_hojin .box_price .box_ttl .kome{
	font-size: 1.8rem;
}
#price .sec_junk .blc_hojin .box_price .item_price .head{
	display: flex;
	align-items: flex-end;
}
#price .sec_junk .blc_hojin .box_price .item_price .head .txt{
	position: relative;
	color: #441C0F;
	font-size: 2.2rem;
	padding: 0 2rem 0 2.2rem;
}
#price .sec_junk .blc_hojin .box_price .item_price .head .kome{
	font-size: 1.4rem;
	padding-left: 0.5rem;
}
#price .sec_junk .blc_hojin .box_price .item_price .head .txt:before,
#price .sec_junk .blc_hojin .box_price .item_price .head .txt:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2px;
	height: 2.2rem;
	background-color: #441C0F;
	top: 0;
}
#price .sec_junk .blc_hojin .box_price .item_price .head .txt:before{
	left: 0.4rem;
	transform:skewX(25deg);
}
#price .sec_junk .blc_hojin .box_price .item_price .head .txt:after{
	right: 0.4rem;
	transform:skewX(-25deg);
}
#price .sec_junk .blc_hojin .box_price .item_price .price{
	display: flex;
	color: #E43522;
}
#price .sec_junk .blc_hojin .box_price .item_price .price .num{
	font-size: 6rem;
}
#price .sec_junk .blc_hojin .box_price .item_price .price .txt{
	padding-top: 1rem;
	padding-left: 0.4rem;
}
#price .sec_junk .blc_hojin .box_price .item_price .price .tax{
	font-size: 1.3rem;
	margin-bottom: 0.4rem;
}
#price .sec_junk .blc_hojin .box_price .item_price .price .yen{
	font-size: 3rem;
	padding-left: 0.4rem;
}

@media screen and (max-width: 1099px) {
	#price .sec_junk .blc_hojin .box_price .pikarin{
		display: none;
	}
}
@media screen and (max-width: 959px) {
	#price .sec_junk .blc_hojin .box_price .box_ttl{
		text-align: center;
	}
	#price .sec_junk .blc_hojin .box_price .arrow .disp--pc{
		display: none;
	}
	#price .sec_junk .blc_hojin .box_price .arrow{
		margin-bottom: 2rem;
	}
	#price .sec_junk .blc_hojin .box_price .box_ttl .kome{
		margin-top: 0.8rem;
	}
	#price .sec_junk .blc_hojin .box_price .item_price .head,
	#price .sec_junk .blc_hojin .box_price .item_price .price{
		justify-content: center;
	}
	#price .sec_junk .blc_hojin .box_price .item_price .head{
		margin-bottom: 0.8rem;
	}
}
@media screen and (max-width: 599px) {
	#price .sec_junk .blc_hojin .service_item:not(:nth-child(even)){
		margin-right: 2.4rem;
	}
	#price .sec_junk .blc_hojin .service_item:nth-child(n+3){
		margin-top: 2.4rem;
	}
}

@media screen and (min-width: 600px) {
	#price .sec_junk .blc_hojin{
		padding-bottom: 80px;
	}
	#price .sec_junk .blc_hojin .service_list{
		margin-bottom: 60px;
	}
	#price .sec_junk .blc_hojin .service_item{
		width: 145px;
	}
	#price .sec_junk .blc_hojin .service_item .txt{
		font-size: 20px;
		top: 30px;
	}
	#price .sec_junk .blc_hojin .box_price .item_price .head .txt{
		font-size: 25px;
		padding: 0 30px;
	}
	#price .sec_junk .blc_hojin .box_price .item_price .head .kome{
		font-size: 15px;
		padding-left: 3px;
	}
	#price .sec_junk .blc_hojin .box_price .item_price .head .txt:before,
	#price .sec_junk .blc_hojin .box_price .item_price .head .txt:after{
		height: 25px;
	}
	#price .sec_junk .blc_hojin .box_price .item_price .head .txt:before{
		left: 7px;
		transform:skewX(32deg);
	}
	#price .sec_junk .blc_hojin .box_price .item_price .head .txt:after{
		right: 7px;
		transform:skewX(-32deg);
	}
	#price .sec_junk .blc_hojin .box_price .item_price .price .num{
		font-size: 80px;
	}
	#price .sec_junk .blc_hojin .box_price .item_price .price .txt{
		padding-left: 6px;
	}
	#price .sec_junk .blc_hojin .box_price .item_price .price .tax{
		font-size: 15px;
		margin-bottom: 6px;
	}
	#price .sec_junk .blc_hojin .box_price .item_price .price .yen{
		font-size: 40px;
		padding-left: 2px;
	}
}
@media screen and (min-width: 600px) and (max-width: 1099px) {
	#price .sec_junk .blc_hojin .service_list{
		width: 487px;
		margin-left: auto;
		margin-right: auto;
	}
	#price .sec_junk .blc_hojin .service_item:not(:nth-child(3n)){
		margin-right: 26px;
	}
	#price .sec_junk .blc_hojin .service_item:nth-child(n+4){
		margin-top: 26px;
	}
}
@media screen and (min-width: 960px) {
	#price .sec_junk .blc_hojin .box_price{
		display: flex;
		align-items: flex-start;
	}
	#price .sec_junk .blc_hojin .box_price .box_ttl{
		box-sizing: border-box;
		height: 100px;
		padding: 30px;
		display: flex;
		align-items: flex-end;
	}
	#price .sec_junk .blc_hojin .box_price .box_ttl .kome{
		padding-left: 2px;
	}
	#price .sec_junk .blc_hojin .box_price .arrow{
		width: 80px;
	}
	#price .sec_junk .blc_hojin .box_price .arrow .disp--sp{
		display: none;
	}
	#price .sec_junk .blc_hojin .box_price .item_price{
		padding-left: 13px;
	}
}
@media screen and (min-width: 1100px) {
	#price .sec_junk .blc_hojin .service_item:not(:last-child){
		margin-right: 26px;
	}
	#price .sec_junk .blc_hojin .box_price{
		position: relative;
	}
	#price .sec_junk .blc_hojin .box_price .box_ttl{
		padding: 30px 32px 30px 59px;
	}
	#price .sec_junk .blc_hojin .box_price .box_ttl .ttl{
		font-size: 40px;
	}
	#price .sec_junk .blc_hojin .box_price .box_ttl .kome{
		font-size: 20px;
	}
	#price .sec_junk .blc_hojin .box_price .pikarin{
		position: absolute;
		pointer-events: none;
		top: -84px;
		right: -92px;
	}
}

/*===============================
contact
===============================*/
#contact .sec_info .info_blc.tel .item_main path{
	fill:#004AB5;
}
#contact .sec_info .line_blc{
	margin-top: 2rem;
	width: auto;
}
#contact .line_blc .blc_inner{
	background-color: #fff;
	border-radius: 10px;
	padding: 3rem 2.7rem;
}
#contact .line_blc .flow_step{
	position: relative;
}
#contact .line_blc .flow_step:before{
	content:'';
	display: none;
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
}
#contact .line_blc .step_ttl{
	background-color: #E43522;
	color: #FFF;
	border-radius: 100px;
	text-align: center;
	padding: 1.2rem;
	font-size: 1.8rem;
	margin-bottom: 1.75rem;
}
#contact .line_blc .step_txt{
	margin-bottom: 1.75rem;
}

#contact .line_blc .step_search{
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}
#contact .line_blc .step_search .box_ttl{
	color: #441C0F;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 1rem;
	min-height: 1em;
}
#contact .line_blc .step_search .box1{
	width: 9rem;
	margin-right: 3rem;
}
#contact .line_blc .step_search .box1 .step_search_btn,
#contact .line_blc .step_search .box2 .id{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 9rem;
}
#contact .line_blc .step_search .box1 .step_search_btn{
	background-color: #07B53B;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	font-size: 1.5rem;
	line-height: 1.33;
}
#contact .line_blc .step_search .box2{
	width: 12.2rem;
}
#contact .line_blc .step_search .box2 .id{
	background-color: #FFF3E6;
	color: #441C0F;
	font-size: 1.5rem;
}
#contact .line_blc .step6 .baloon{
	width: 27.715rem;
	margin-left: -0.5rem;
	margin-bottom: 1.45rem;
}

@media screen and (max-width: 1099px) {
	#contact .line_blc .step6 .baloon .disp--pc{
		display: none;
	}
}
@media screen and (max-width: 599px) {
	#contact .line_blc .flow_step:not(:last-child){
		margin-bottom: 7.8rem;
	}
	#contact .line_blc .flow_step:before{
		border-width: 1.8rem 2.4rem 0 2.4rem;
		border-color: #CECECE transparent transparent transparent;
		left: 50%;
		transform: translateX(-50%);
		bottom: -4.8rem;
	}
	#contact .line_blc .flow_step:not(:last-child):before{
		display: block;
	}
	#contact .line_blc .step2 .step_search .disp--pc{
		display: none;
	}
}

@media screen and (min-width: 600px) {
	#contact .sec_info .line_blc{
		margin-top: 40px;
		padding: 60px 50px 50px 50px;
	}
	#contact .line_blc .blc_inner{
		padding: 50px 50px 60px 50px;
	}
	#contact .line_blc .flow_list{
		display: flex;
		flex-wrap: wrap;
	}
	#contact .line_blc .flow_step{
		width: calc((100% - 50px) / 2);
	}
	#contact .line_blc .flow_step:before{
		border-width: 24px 0 24px 18px;
		border-color: transparent transparent transparent #CECECE;
		right: -37px;
		top: 200px;
	}
	#contact .line_blc .step_ttl{
		padding: 11px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	#contact .line_blc .step_txt{
		margin-bottom: 15px;
	}

	#contact .line_blc .step_search{
		margin-top: 30px;
	}
	#contact .line_blc .step_search .box_ttl{
		font-size: 15px;
		margin-bottom: 10px;
	}
	#contact .line_blc .step_search .box1{
		width: 90px;
		margin-right: 30px;
	}
	#contact .line_blc .step2 .step_search .disp--sp{
		display: none;
	}
	#contact .line_blc .step_search .box2 .id{
		height: 90px;
	}
	#contact .line_blc .step_search .box2{
		width: 122px;
	}
	#contact .line_blc .step_search .box2 .id{
		font-size: 15px;
	}
	#contact .line_blc .step6 .baloon{
		margin-bottom: 9px;
	}
}
@media screen and (min-width: 600px) and (max-width: 1099px) {
	#contact .line_blc .flow_step:not(:nth-child(even)){
		margin-right: 50px;
	}
	#contact .line_blc .flow_step:nth-child(n+3){
		margin-top: 70px;
	}
	#contact .line_blc .flow_step:not(:nth-child(even)):before{
		display: block;
	}
}
@media screen and (min-width: 960px) {
	#contact .sec_lead .sec_ttl br.disp--sp{
		display: none;
	}
}
@media screen and (min-width: 1100px) {
	#contact .line_blc .flow_step{
		width: calc((100% - 120px) / 3);
	}
	#contact .line_blc .flow_step:not(:nth-child(3n)){
		margin-right: 60px;
	}
	#contact .line_blc .flow_step:nth-child(n+4){
		margin-top: 100px;
	}
	#contact .line_blc .flow_step:before{
		right: -39px;
		top: 225px;
	}
	#contact .line_blc .flow_step:nth-child(n+4):before{
		top: 262px;
	}
	#contact .line_blc .flow_step:not(:nth-child(3n)):before{
		display: block;
	}
	#contact .line_blc .step4 .step_txt{
		height: 4.4em;
	}
	#contact .line_blc .flow_step.step6{
		margin-top: 60px;
	}
	#contact .line_blc .step6 .baloon{
		width: 310px;
		margin-left: -21px;
	}
	#contact .line_blc .step6 .baloon .disp--sp{
		display: none;
	}
}

/* form */
#contact .sec_form{
	padding-top: 6rem;
	padding-bottom: 13rem;
}
#contact .sec_form .blc_txt{
	margin-bottom: 2.75rem;
	text-align: center;
	color: #441C0F;
}

@media screen and (min-width: 600px) {
	#contact .sec_form{
		padding-top: 95px;
		padding-bottom: 235px;
	}
	#contact .sec_form .blc_txt{
		margin-bottom: 55px;
	}
}

/*===============================
top
===============================*/
/* main
--------------------------------------*/
#top .sec_main .staff,
#top .sec_main2 .staff,
#top .sec_main2 .character,
#top .sec_main2 .car{
	position: absolute;
	bottom: 0;
	z-index: 5;
}
#top .sec_main .slide1 .logo{
	top: 4rem;
}
#top .sec_main .slide1 .deco2{
	right: -4.2rem;
}
#top .sec_main .staff{
	width: 11.4rem;
	right: -1.4rem;
	bottom: 1rem;
}

#top .sec_main2{
	overflow: hidden;
}
#top .sec_main2 .sec_inner{
	position: relative;
	padding-bottom: 8.5rem;
}
#top .sec_main2 .character{
	width: 10.5rem;
	left: 0.3rem;
	bottom: 2rem;
}
#top .sec_main2 .car{
	width: 18.6rem;
	bottom: 2rem;
	right: -4.1rem;
}
#top .sec_main2 .staff{
	width: 11.4rem;
	right: -1.4rem;
	bottom: 1rem;
}

@media screen and (max-width: 599px) {
	#top .sec_main2 .disp--pc{
		display: none;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_main .slide1 .logo{
		width: 514px;
		top: 68px;
		left: calc((100% - 514px) / 2);
	}

	#top .sec_main2{
		background: url(../img/top/main-storecmn_bg.jpg) no-repeat top center, #FFF;
	}
	#top .sec_main2 .disp--sp{
		display: none;
	}
	#top .sec_main2 .sec_inner{
		height: 400px;
		padding-bottom: 130px;
	}
	#top .sec_main2 .logo{
		position: absolute;
		width: 486px;
		top: 68px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 960px) {
	#top .sec_main .slide1 .deco1{
		left: 180px;
	}
	#top .sec_main .slide1 .deco2{
		right: 78px;
	}
	#top .sec_main .staff{
		width: 186px;
		right: 23px;
		bottom: 0;
	}

	#top .sec_main2 .character{
		width: 173px;
		left: 80px;
		bottom: 47px;
	}
	#top .sec_main2 .car{
		width: 338px;
		bottom: 50px;
		right: 80px;
	}
	#top .sec_main2 .staff{
		width: 186px;
		right: 23px;
		bottom: 0;
	}
}
@media screen and (min-width: 1100px) {
	#top .sec_main2 .character{
		left: 182px;
	}
}

/* sec_nav
--------------------------------------*/

/* recruit
--------------------------------------*/
#top .sec_recruit{
	padding-top: 5rem;
}
#top .sec_recruit .bnr{
	display: block;
}

@media screen and (min-width: 600px) {
	#top .sec_recruit{
		padding-top: 23px;
	}
	#top .sec_recruit .bnr{
		width: 580px;
		margin: 0 auto;
		transition: opacity .3s ease;
	}
	#top .sec_recruit .bnr:hover{
		opacity: 0.7;
	}
}

/* service
--------------------------------------*/
#top .sec_service{
	padding-top: 5rem;
}

@media screen and (min-width: 1220px) {
	#top .sec_service{
		padding-top: 60px;
		justify-content: flex-end;
		position: relative;
	}
	#top .sec_service .sec_service_ttl{
		position: absolute;
		top: 0;
		left: -60px;
	}
	#top .sec_service .sec_service_content{
		width: 1060px;
	}
	#storepage #top .sec_service .service_item{
		width: calc((100% - 99px) / 4);
		margin: 0 33px 0 0;
	}
	#storepage #top .sec_service .service_item:nth-child(n+5){
		margin-top: 40px;
	}
	#storepage #top .sec_service .service_item:nth-child(4n){
		margin-right: 0;
	}
}

/* contact
--------------------------------------*/
#top .sec_contact{
	padding-top: 12.5rem;
	padding-bottom: 6rem;
}
#top .sec_contact .contact_bnr{
	background-color: #004AB5;
	border-radius: 10px;
	position: relative;
	padding: 16rem 3rem 3rem 3rem;
}
#top .sec_contact .block_character{
	position: absolute;
	width: 14.4rem;
	height: 22.4rem;
	left: calc((100% - 14.4rem) / 2);
	top: -4.2rem;
}
#top .sec_contact .block_character .baloon{
	position: absolute;
	width: 13rem;
	height: 10.2rem;
	right: -12rem;
	top: -3.1rem;
}
#top .sec_contact .block_character .baloon_txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.33;
	color: #004ab5;
}
#top .sec_contact .block_tel{
	color: #fff;
	position: relative;
	z-index: 2;
}
#top .sec_contact .block_tel .catch{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1rem;
}
#top .sec_contact .block_tel .time{
	margin-top: 1rem;
	display: flex;
	align-items: center;
	width: calc(100% + 1rem);
}
#top .sec_contact .block_tel .time_label{
	box-sizing: border-box;
	width: 9rem;
	height: 2rem;
	border: 1px solid #fff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
}
#top .sec_contact .block_tel .time_txt{
	flex: 1;
	padding-left: 0.9rem;
	font-size: 1.5rem;
}
#top .sec_contact .block_btn .box_btn{
	width: 100%;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
#top .sec_contact .block_btn .catch{
	text-align: center;
	margin-bottom: 1rem;
}
#top .sec_contact .block_btn .catch span{
	display: inline-block;
	position: relative;
	padding: 0 3.6rem;
	font-size: 1.8rem;
}
#top .sec_contact .block_btn .catch span:before,
#top .sec_contact .block_btn .catch span:after{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 3rem;
	height: 0.6rem;
	top: calc((100% - 0.6rem) / 2);
	background-size: 0.8rem 0.8rem;
}
#top .sec_contact .block_btn .catch span:before{
	left: 0;
}
#top .sec_contact .block_btn .catch span:after{
	right: 0;
}
#top .sec_contact .block_btn .ttl{
	display: flex;
	align-items: center;
	justify-content: center;
}
#top .sec_contact .block_btn .ttl svg{
	width: 2.8rem;
	height: 2.6rem;
}
#top .sec_contact .block_btn .ttl_txt{
	font-size: 2.2rem;
	margin-left: 1rem;
}
#top .sec_contact .block_btn .box_btn.line{
	background-color: #06C755;
	color: #fff;
}
#top .sec_contact .block_btn .box_btn.line .catch span:before,
#top .sec_contact .block_btn .box_btn.line .catch span:after{
	background-image: radial-gradient(#fff 0.2rem, transparent 0.2rem);
}
#top .sec_contact .block_btn .box_btn.line .ttl path{
	fill: #fff;
}
#top .sec_contact .block_btn .box_btn.contact{
	background-color: #FFEA63;
	color: #441C0F;
}
#top .sec_contact .block_btn .box_btn.contact .catch span:before,
#top .sec_contact .block_btn .box_btn.contact .catch span:after{
	background-image: radial-gradient(#441C0F 0.2rem, transparent 0.2rem);
}
#top .sec_contact .block_btn .box_btn.contact .ttl svg{
	width: 2.9rem;
	height: 1.8rem;
}
#top .sec_contact .block_btn .box_btn.contact .ttl path{
	fill: #441C0F;
}

@media screen and (max-width: 959px) {
	#top .sec_contact .block_tel{
		margin-bottom: 3rem;
	}
	#top .sec_contact .block_btn .box_btn:not(:last-child){
		margin-bottom: 3rem;
	}
	#top .sec_contact .block_tel .catch{
		text-shadow:
			1px 1px 1px #004AB5,
			-1px 1px 1px #004AB5,
			1px -1px 1px #004AB5,
			-1px -1px 1px #004AB5,
			2px 2px 1px #004AB5,
			-2px 2px 1px #004AB5,
			2px -2px 1px #004AB5,
			-2px -2px 1px #004AB5,
			4px 4px 1px #004AB5,
			-4px 4px 1px #004AB5,
			4px -4px 1px #004AB5,
			-4px -4px 1px #004AB5,
			6px 6px 2px #004AB5,
			-6px 6px 2px #004AB5,
			6px -6px 2px #004AB5,
			-6px -6px 2px #004AB5,
			-8px 8px 2px #004AB5,
			8px 8px 2px #004AB5,
			-10px 10px 2px #004AB5,
			10px 10px 2px #004AB5;
	}
}

@media screen and (min-width: 960px) {
	#top .sec_contact{
		padding: 130px 0;
	}
	#top .sec_contact .contact_bnr{
		padding: 30px 20px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#top .sec_contact .block_character{
		left: -5px;
		top: -32px;
	}
	#top .sec_contact .block_tel{
		width: 292px;
	}
	#top .sec_contact .block_btn{
		margin-left: 15px;
		width: calc(210px * 2 + 20px);
		display: flex;
		justify-content: space-between;
	}
	#top .sec_contact .block_btn .box_btn{
		width: 210px;
	}
	#top .sec_contact .block_btn .box_btn_inner{
		transition: opacity .3s ease;
	}
	#top .sec_contact .block_btn .box_btn:hover .box_btn_inner{
		opacity: 0.7;
	}
}
@media screen and (min-width: 1100px) {
	#top .sec_contact .contact_bnr{
		padding: 30px;
	}
	#top .sec_contact .block_character{
		left: 50px;
	}
	#top .sec_contact .block_btn{
		margin-left: 30px;
		width: calc(240px * 2 + 20px);
	}
	#top .sec_contact .block_btn .box_btn{
		width: 240px;
	}
}

/* promise
--------------------------------------*/
#top .sec_promise{
	padding-bottom: 4rem;
}
#top .sec_promise .sec_inner_bg{
	padding-top: 6rem;
}
#top .sec_promise .sec_ttl{
	margin-bottom: 3rem;
}
#top .sec_promise .sec_ttl .icon,
#top .sec_promise .sec_ttl .ttl{
	text-align: center;
}
#top .sec_promise .sec_ttl .icon img{
	width: 4.5rem;
}
#top .sec_promise .sec_ttl .ttl{
	color: #441C0F;
	font-size: 2.5rem;
	margin-top: 1.2rem;
}
#top .sec_promise .block_promise{
	display: flex;
	justify-content: center;
}
#top .sec_promise .promise_item{
	width: 16.2rem;
	height: 16.2rem;
	background-color: #fff;
	border-radius: 100%;
}
#top .sec_promise .promise_item .item_img{
	box-sizing: border-box;
	height: 8.1rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#top .sec_promise .promise_item .item_img img{
	width: 3.5rem;
}
#top .sec_promise .promise_item.item2 .item_img{
	padding-right: 1.8rem;
}
#top .sec_promise .promise_item.item2 .item_img img{
	width: 5.6rem;
}
#top .sec_promise .promise_item.item3 .item_img img{
	width: 4.2rem;
}
#top .sec_promise .promise_item.item4 .item_img img{
	width: 7rem;
}
#top .sec_promise .promise_item.item5 .item_img{
	padding-left: 1rem;
}
#top .sec_promise .promise_item.item5 .item_img img{
	width: 7.8rem;
}
#top .sec_promise .promise_item .item_txt{
	padding-top: 1rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.44;
}
#top .sec_promise .block_btn{
	position: relative;
	padding-top: 2rem;
	bottom: -4rem;
}

@media screen and (max-width: 1099px) {
	#top .sec_promise .block_promise{
		padding-top: 2rem;
		flex-wrap: wrap;
	}
	#top .sec_promise .promise_item{
		margin-top: 3rem;
	}
}
@media screen and (min-width: 960px) and (max-width: 1099px) {
	#top .sec_promise .promise_item:not(:nth-child(3n)):not(:last-child){
		margin-right: 4rem;
	}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	#top .sec_promise .promise_item:not(:nth-child(3n)):not(:last-child){
		margin-right: 3rem;
	}
}
@media screen and (max-width: 599px) {
	#top .sec_promise .promise_item:nth-child(even){
		margin-left: 3rem;
	}
}

@media screen and (min-width: 960px) {
	#top .sec_promise .sec_inner_bg{
		padding-top: 80px;
	}
	#top .sec_promise .sec_ttl{
		margin-bottom: 45px;
	}
	#top .sec_promise .sec_ttl .icon img{
		width: 69px;
	}
	#top .sec_promise .sec_ttl .ttl{
		font-size: 32px;
	}
	#top .sec_promise .promise_item{
		width: 192px;
		height: 192px;
	}
	#top .sec_promise .promise_item:not(:nth-child(5n)){
		margin-right: 35px;
	}
	#top .sec_promise .promise_item .item_img{
		height: 101px;
	}
	#top .sec_promise .promise_item .item_img img{
		width: 42px;
	}
	#top .sec_promise .promise_item.item2 .item_img{
		padding-right: 21px;
	}
	#top .sec_promise .promise_item.item2 .item_img img{
		width: 67px;
	}
	#top .sec_promise .promise_item.item3 .item_img img{
		width: 51px;
	}
	#top .sec_promise .promise_item.item4 .item_img{
		padding-left: 17px;
	}
	#top .sec_promise .promise_item.item4 .item_img img{
		width: 99px;
	}
	#top .sec_promise .promise_item.item5 .item_img{
		padding-left: 13px;
	}
	#top .sec_promise .promise_item.item5 .item_img img{
		width: 95px;
	}
}
@media screen and (min-width: 1100px) {
	#top .sec_promise .block_promise{
		margin-top: 60px;
	}
}

/* price
--------------------------------------*/
#top .sec_price{
	padding-top: 5.3rem;
}
#top .sec_price .sec_ttl{
	margin-bottom: 3.4rem;
}
#top .sec_price .sec_ttl .icon,
#top .sec_price .sec_ttl .ttl{
	text-align: center;
}
#top .sec_price .sec_ttl .icon img{
	width: 2.53rem;
}
#top .sec_price .sec_ttl .ttl{
	color: #441C0F;
	font-size: 2.5rem;
	margin-top: 1rem;
}
#top .sec_price .pack_txt{
	margin-top: 2rem;
}
#top .sec_price .detail_btn{
	margin-top: 5.5rem;
}

@media screen and (max-width: 599px) {
	#top .sec_price .pack_list{
		width: 33.4rem;
		margin-left: auto;
		margin-right: auto;
	}
	#top .sec_price .pack_item:not(:last-child){
		margin-bottom: 2.5rem;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_price{
		padding-top: 110px;
	}
	#top .sec_price .sec_ttl{
		margin-bottom: 55px;
	}
	#top .sec_price .sec_ttl .icon img{
		width: 40px;
	}
	#top .sec_price .sec_ttl .ttl{
		font-size: 32px;
		margin-top: 14px;
	}
	#top .sec_price .pack_list{
		display: flex;
	}
	#top .sec_price .pack_txt{
		margin-top: 17px;
	}
	#top .sec_price .detail_btn{
		margin-top: 50px;
	}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	#top .sec_price .pack_list{
		flex-wrap: wrap;
	}
	#top .sec_price .pack_item{
		width: calc((100% - 30px) / 2);
	}
	#top .sec_price .pack_item:nth-child(odd){
		margin-right: 30px;
	}
	#top .sec_price .pack_item:nth-child(n+3){
		margin-top: 30px;
	}
}
@media screen and (min-width: 960px){
	#top .sec_price .pack_item{
		width: calc((100% - 58px) / 2);
	}
	#top .sec_price .pack_item:not(:nth-child(3n)){
		margin-right: 29px;
	}
}
@media screen and (min-width: 1100px){
	#top .sec_price .sec_inner{
		width: 1060px;
		margin-left: auto;
		margin-right: auto;
	}
	#top .sec_price .pack_item{
		width: 334px;
	}
}

/* voice
--------------------------------------*/
#top .sec_voice{
	padding-top: 6rem;
	padding-bottom: 0;
}
#top .sec_voice .sec_ttl{
	margin-bottom: 3rem;
}
#top .sec_voice .sec_ttl .icon,
#top .sec_voice .sec_ttl .ttl{
	text-align: center;
}
#top .sec_voice .sec_ttl .icon img{
	width: 3.4rem;
}
#top .sec_voice .sec_ttl .ttl{
	color: #441C0F;
	font-size: 2.5rem;
	margin-top: 1.2rem;
}
#top .sec_voice .voice_block:not(:last-child){
	margin-bottom: 4rem;
}
#top .sec_voice .voice_block .box_baloon{
	position: relative;
	background-color: #FBF8E5;
	border-radius: 10px;
	padding: 3rem;
}
#top .sec_voice .voice_block .box_baloon:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2.8rem;
	height: 3.7rem;
	background-color: #FBF8E5;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transform: rotate(-210deg);
}
#top .sec_voice .voice_block .box_baloon .baloon_ttl{
	color: #441c0f;
	font-size: 1.9rem;
	line-height: 1.3;
	margin-bottom: 2rem;
}
#top .sec_voice .voice_block .box_img{
	padding-top: 2rem;
}
#top .sec_voice .voice_block .box_img .txt{
	padding-top: 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.53;
}

@media screen and (max-width: 959px) {
	#top .sec_voice .voice_block .box_baloon:before{
		left: 9.7rem;
		bottom: -2.2rem;
	}
	#top .sec_voice .voice_block .box_img .img{
		margin-left: auto;
		margin-right: auto;
	}
	#top .sec_voice .voice_block.block1 .box_img .img{
		padding-left: 2.9rem;
		width: 11.7rem;
	}
	#top .sec_voice .voice_block.block2 .box_img .img{
		width: 8.9rem;
	}
	#top .sec_voice .voice_block.block3 .box_img .img{
		width: 7.7rem;
	}
}

@media screen and (min-width: 960px){
	#top .sec_voice{
		padding-top: 195px;
	}
	#top .sec_voice .sec_ttl{
		margin-bottom: 55px;
	}
	#top .sec_voice .sec_ttl .icon img{
		width: 50px;
	}
	#top .sec_voice .sec_ttl .ttl{
		font-size: 32px;
	}
	#top .sec_voice .voice_block{
		display: flex;
		align-items: flex-start;
	}
	#top .sec_voice .voice_block:not(:last-child){
		margin-bottom: 60px;
	}
	#top .sec_voice .voice_block .box_baloon{
		flex: 1;
		padding: 40px;
	}
	#top .sec_voice .voice_block .box_baloon:before{
		top: 42px;
	}
	#top .sec_voice .voice_block .box_img{
		width: 137px;
		margin-left: auto;
		margin-right: auto;
	}
	#top .sec_voice .voice_block:nth-child(odd) .box_baloon{
		order: 2;
	}
	#top .sec_voice .voice_block:nth-child(odd) .box_baloon:before{
		transform: rotate(-120deg);
		left: -18px;
	}
	#top .sec_voice .voice_block:nth-child(odd) .box_img{
		order: 1;
	}
	#top .sec_voice .voice_block:nth-child(even) .box_baloon:before{
		transform: rotate(-240deg);
		right: -18px;
	}
	#top .sec_voice .voice_block:nth-child(even) .box_img{
		display: flex;
		justify-content: flex-end;
	}
	#top .sec_voice .voice_block.block1 .box_img{
		padding-top: 1.3rem;
	}
	#top .sec_voice .voice_block.block1 .box_img .box_inner{
		width: 11.7rem;
	}
	#top .sec_voice .voice_block.block2 .box_img{
		padding-top: 4.1rem;
	}
	#top .sec_voice .voice_block.block2 .box_img .box_inner{
		width: 8.9rem;
	}
	#top .sec_voice .voice_block.block3 .box_img{
		padding-top: 1.6rem;
	}
	#top .sec_voice .voice_block.block3 .box_img .box_inner{
		width: 7.7rem;
	}
	#top .sec_voice .voice_block.block3 .box_img .txt{
		width: calc(100% + 10px);
	}
}

/* contact2
--------------------------------------*/
#top .sec_contact2{
	padding-top: 13.3rem;
	padding-bottom: 0;
}

@media screen and (min-width: 960px){
	#top .sec_contact2{
		padding-top: 163px;
	}
}

/* about
--------------------------------------*/
@media screen and (max-width: 959px) {
	#top .sec_about .sec_ttl .ttl{
		line-height: 1.48;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_about .sec_ttl .ttl br.disp--sp{
		display: none;
	}
}

/* rule
--------------------------------------*/
#top .sec_rule{
	padding-top: 5.7rem;
	padding-bottom: 6rem;
}
#top .sec_rule .sec_ttl{
	margin-bottom: 3rem;
}
#top .sec_rule .sec_ttl .icon,
#top .sec_rule .sec_ttl .ttl{
	text-align: center;
}
#top .sec_rule .sec_ttl .icon img{
	width: 3.4rem;
}
#top .sec_rule .sec_ttl .ttl{
	color: #441C0F;
	font-size: 2.5rem;
	margin-top: 1rem;
}

@media screen and (max-width: 599px) {
	#top .sec_rule .sec_ttl .ttl{
		line-height: 1.48;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_rule{
		padding-top: 130px;
		padding-bottom: 80px;
	}
	#top .sec_rule .sec_ttl{
		margin-bottom: 60px;
	}
	#top .sec_rule .sec_ttl .icon img{
		width: 33px;
	}
	#top .sec_rule .sec_ttl .ttl{
		font-size: 32px;
		margin-top: 15px;
	}
	#top .sec_rule .sec_ttl .ttl br.disp--sp{
		display: none;
	}
}
@media screen and (min-width: 1100px) {
	#top .sec_rule .blc_txt br.disp--sp{
		display: none;
	}
}

/* garbage
--------------------------------------*/
#top .sec_garbage{
	padding-top: 5.7rem;
	padding-bottom: 6rem;
}
#top .sec_garbage .sec_ttl{
	margin-bottom: 6rem;
}
#top .sec_garbage .sec_ttl .icon,
#top .sec_garbage .sec_ttl .ttl{
	text-align: center;
}
#top .sec_garbage .sec_ttl .icon img{
	width: 3.4rem;
}
#top .sec_garbage .sec_ttl .ttl{
	color: #441C0F;
	font-size: 2.5rem;
	margin-top: 1.2rem;
}
#top .sec_garbage .garbage_block{
	position: relative;
	border-radius: 10px;
	background-color: #FEF4F3;
	padding: 6rem 3rem 3rem 3rem;
}
#top .sec_garbage .garbage_block:not(:last-child){
	margin-bottom: 7rem;
}
#top .sec_garbage .garbage_block .block_ttl{
	position: absolute;
	width: 20rem;
	height: 6rem;
	top: -3rem;
	left: calc((100% - 20rem) / 2);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E43522;
	color: #fff;
	font-size: 2.2rem;
	border-radius: 10px;
}
#top .sec_garbage .subblock_ttl{
	display: flex;
	align-items: flex-start;
	margin-bottom: 2rem;
}
#top .sec_garbage .subblock_ttl .icon{
	box-sizing: border-box;
	width: 2.8rem;
	height: 2.8rem;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top .sec_garbage .subblock_ttl .icon svg{
	width: 1.5rem;
	height: 1.2rem;
}
#top .sec_garbage .subblock_ttl .ttl{
	font-size: 1.8rem;
	line-height: 1.44;
	padding-left: 1rem;
	padding-top: 0.3rem;
}

@media screen and (max-width: 959px) {
	#top .sec_garbage .garbage_subblock:not(:last-child){
		padding-bottom: 4rem;
		border-bottom: 2px dashed #CECECE;
	}
	#top .sec_garbage .garbage_subblock:not(:first-child){
		padding-top: 4rem;
	}
}

@media screen and (min-width: 960px){
	#top .sec_garbage{
		padding-top: 130px;
		padding-bottom: 80px;
	}
	#top .sec_garbage .sec_ttl{
		margin-bottom: 50px;
	}
	#top .sec_garbage .sec_ttl .icon img{
		width: 34px;
	}
	#top .sec_garbage .sec_ttl .ttl{
		font-size: 32px;
	}
	#top .sec_garbage .garbage_block{
		padding: 60px 50px 50px 50px;
		display: flex;
	}
	#top .sec_garbage .garbage_block:not(:last-child){
		margin-bottom: 60px;
	}
	#top .sec_garbage .garbage_block .block_ttl{
		left: 45px;
	}
	#top .sec_garbage .garbage_sublist{
		display: flex;
	}
	#top .sec_garbage .garbage_subblock{
		box-sizing: border-box;
		width: 50%;
	}
	#top .sec_garbage .garbage_subblock:not(:last-child){
		padding-right: 45px;
		border-right: 2px dashed #CECECE;
	}
	#top .sec_garbage .garbage_subblock:not(:first-child){
		padding-left: 45px;
	}
}

/* faq
--------------------------------------*/
#top .sec_faq{
	padding-bottom: 10rem;
}
#top .sec_faq .sec_ttl{
	margin-bottom: 3.5rem;
}
#top .sec_faq .sec_ttl .icon,
#top .sec_faq .sec_ttl .ttl{
	text-align: center;
}
#top .sec_faq .sec_ttl .icon img{
	width: 3.4rem;
}
#top .sec_faq .sec_ttl .ttl{
	color: #441c0f;
	font-size: 2.5rem;
	margin-top: 1.2rem;
}
#top .sec_faq .sec_ttl .ttl .small{
	font-size: 1.4rem;
}
#top .sec_faq .faq_block:not(:last-child){
	margin-bottom: 2rem;
}
#top .sec_faq .faq_block .q_box,
#top .sec_faq .faq_block .a_box{
	display: flex;
	align-items: flex-start;
}
#top .sec_faq .faq_block .q_box{
	cursor: pointer;
	border: 1px solid #E3DCDA;
	position: relative;
	padding: 1.5rem 4.5rem 1.5rem 1.5rem;
	border-radius: 1rem;
	transition: background .3s ease, border .3s ease;
}
#top .sec_faq .faq_block .q_box .q_icon,
#top .sec_faq .faq_block .a_box .a_icon{
	box-sizing: border-box;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 1.6rem;
}
#top .sec_faq .faq_block .q_box .q_icon{
	color: #fff;
	background-color: #886E65;
	transition: background .3s ease, color .3s ease;
}
#top .sec_faq .faq_block .q_box .q_txt,
#top .sec_faq .faq_block .a_box .a_txt{
	flex: 1;
	padding-left: 1rem;
}
#top .sec_faq .faq_block .q_box .q_txt{
	font-size: 1.6rem;
	line-height: 1.43;
	color: #886e65;
	padding-top: calc((3rem - 1.43em) / 2);
	transition: color .3s ease;
}
#top .sec_faq .faq_block .q_box .q_arrow{
	position: absolute;
	pointer-events: none;
	width: 1.6rem;
	height: 0.9rem;
	right: 1.5rem;
	top: calc((100% - 0.9rem) / 2);
}
#top .sec_faq .faq_block .q_box .q_arrow:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.1rem;
	height: 1.1rem;
	border-right: 2px solid #886E65;
	border-bottom: 2px solid #886E65;
	top: -0.5rem;
	right: 0.2rem;
	transform: rotate(45deg);
	transition: transform .3s ease, border .3s ease;
}
#top .sec_faq .faq_block .q_box.is--open{
	background-color: #886E65;
	border-color: #886E65;
}
#top .sec_faq .faq_block .q_box.is--open .q_icon{
	background-color: #fff;
	color: #886e65;
}
#top .sec_faq .faq_block .q_box.is--open .q_txt{
	color: #fff;
}
#top .sec_faq .faq_block .q_box.is--open .q_arrow:before{
	border-color: #fff;
	transform: rotate(-135deg);
}
#top .sec_faq .faq_block .a_box{
	margin-top: -1.5rem;
	background-color: #FFF3E6;
	padding: 3rem 1.5rem 2rem 1.5rem;
	border-radius: 0 0 1rem 1rem;
}
#top .sec_faq .faq_block .a_box .a_icon{
	color: #886e65;
	border: 2px solid #886E65;
}
#top .sec_faq .faq_block .a_box .a_txt{
	padding-top: calc((3rem - 1.57em) / 2);
}

@media screen and (min-width: 600px) {
	#top .sec_faq{
		padding-bottom: 100px;
	}
	#top .sec_faq .sec_ttl{
		margin-bottom: 50px;
	}
	#top .sec_faq .sec_ttl .icon img{
		width: 48px;
	}
	#top .sec_faq .sec_ttl .ttl{
		font-size: 32px;
	}
	#top .sec_faq .sec_ttl .ttl .disp--sp{
		display: none;
	}
	#top .sec_faq .sec_ttl .ttl .small{
		font-size: 24px;
	}
	#top .sec_faq .faq_block:not(:last-child){
		margin-bottom: 30px;
	}
	#top .sec_faq .faq_block .q_box{
		padding: 20px 60px 20px 30px;
	}
	#top .sec_faq .faq_block .q_box .q_icon,
	#top .sec_faq .faq_block .a_box .a_icon{
		width: 32px;
		height: 32px;
		font-size: 18px;
	}
	#top .sec_faq .faq_block .q_box .q_txt{
		font-size: 18px;
		padding-top: calc((32px - 1.43em) / 2);
	}
	#top .sec_faq .faq_block .q_box .q_arrow{
		width: 24px;
		height: 13px;
		right: 30px;
		top: calc((100% - 13px) / 2);
	}
	#top .sec_faq .faq_block .q_box .q_arrow:before{
		width: 17px;
		height: 17px;
		top: -6px;
		right: 3px;
	}
	#top .sec_faq .faq_block .a_box{
		margin-top: -10px;
		padding: 40px 30px 25px 30px;
	}
	#top .sec_faq .faq_block .a_box .a_txt{
		padding-top: calc((32px - 1.53em) / 2);
	}
}

/* area
--------------------------------------*/
#top .sec_area .content_wrap{
	padding-top: 11rem;
	padding-bottom: 8rem;
}
#top .sec_area .company_box{
	background-color: #fff;
	border-radius: 10px;
	padding: 3rem 2rem 2rem 2rem;
}
#top .sec_area .company_box .blc_ttl{
	margin-bottom: 3.3rem;
}
#top .sec_area .company_tbl{
	width: 100%;
	border: solid 1px #E3DCDA;
}
#top .sec_area .company_tbl th{
	background-color: #886E65;
	color: #FFF;
	padding: 1.5rem 1.8rem;
}
#top .sec_area .company_tbl td{
	padding: 1.75rem 1.8rem;
}
#top .sec_area .blc_bnr_area .blc_ttl{
	margin-bottom: 2rem;
}
#top .sec_area .blc_bnr_area .bnr_box .bnr{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-sizing: border-box;
	border: solid 1px #E5D7C8;
	background-color: #fff;
	width: 100%;
	height: 8rem;
}
#top .sec_area .blc_bnr_area .bnr_box .bnr img{
	width: 20.3rem;
}
#top .sec_side_store{
	box-sizing: border-box;
	position: relative;
	margin: 0;
	background: url(../img/top/store-bg_mid-sp-store.png) repeat-y left;
	background-size: 100% auto;
	padding-top: 1rem;
	padding-bottom: 0.7rem;
	margin-top: 5.5rem;
	margin-bottom: 2.3rem;
}
#top .sec_side_store:before,
#top .sec_side_store:after{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	left: 0;
}
#top .sec_side_store:before{
	background-image: url(../img/top/store-bg_top-sp-store.png);
	background-position: top left;
	height: 2.5rem;
	top: -2.5rem;
}
#top .sec_side_store:after{
	background-image: url(../img/top/store-bg_btm-sp-store.png);
	background-position: bottom left;
	height: 2.3rem;
	bottom: -2.3rem;
}

@media screen and (max-width: 959px) {
	#top .sec_area .blc_company{
		padding-bottom: 4rem;
		background: url(../img/common/common-dashedline_horizontal.png) repeat-x bottom;
		background-size: 14px 2px;
	}
	#top .sec_area .blc_bnr_area{
		padding-top: 4rem;
	}
}
@media screen and (max-width: 599px) {
	#top .sec_area .blc_company{
		background-size: 1.4rem 0.2rem;
	}
	#top .sec_area .company_tbl th,
	#top .sec_area .company_tbl td{
		display: block;
	}
}

@media screen and (min-width: 600px) {
	#top .sec_area .content_wrap{
		padding-top: 115px;
		padding-bottom: 120px;
	}
	#top .sec_area .company_box{
		padding: 30px;
	}
	#top .sec_area .company_box .blc_ttl{
		margin-bottom: 20px;
	}
	#top .sec_area .company_tbl th,
	#top .sec_area .company_tbl td{
		box-sizing: border-box;
		vertical-align: middle;
		padding: 27px 20px;
	}
	#top .sec_area .company_tbl th{
		width: 30%;
	}
	#top .sec_area .company_tbl tr:not(:last-child) th{
		border-bottom: solid 1px #FFF;
	}
	#top .sec_area .company_tbl tr:not(:last-child) td{
		border-bottom: solid 1px #E3DCDA;
	}
	#top .sec_area .blc_bnr_area .blc_ttl{
		margin-bottom: 15px;
	}
	#top .sec_area .blc_bnr_area .bnr_box .bnr{
		height: 103px;
	}
	#top .sec_area .blc_bnr_area .bnr_box .bnr img{
		width: 203px;
	}
	#top .sec_side_store{
		width: 300px;
		background-image: url(../img/top/store-bg_mid-pc-store.png);
		padding: 0 10px 7px 10px;
		margin-top: 51px;
		margin-bottom: 23px;
	}
	#top .sec_side_store:before{
		background-image: url(../img/top/store-bg_top-pc-store.png);
		height: 28px;
		top: -28px;
	}
	#top .sec_side_store:after{
		background-image: url(../img/top/store-bg_btm-pc-store.png);
		height: 23px;
		bottom: -23px;
	}
	#top .sec_side_store .list1,
	#top .sec_side_store .list2{
		padding: 0 45px;
	}
	#top .sec_side_store .ken_wrap1 .ken_box:not(:last-child){
		margin-right: 25px;
	}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	#top .sec_area .blc_bnr_area{
		display: flex;
		justify-content: space-between;
	}
	#top .sec_area .blc_bnr_area .bnr_box{
		flex:1;
		padding-right: 30px;
	}
	#top .sec_side_store{
		margin-top: 3rem;
	}
}
@media screen and (min-width: 960px) {
	#top .sec_area .blc_company{
		flex: 1;
		box-sizing: border-box;
		padding-right: 20px;
		background: url(../img/common/common-dashedline_vertical.png) repeat-y right top;
		background-size: 2px 14px;
	}
	#top .sec_area .company_tbl th{
		width: 160px;
		padding: 15px 30px 15px 57px;
	}
	#top .sec_area .company_tbl td{
		padding: 15px 45px 15px 30px;
	}
	#top .sec_area .blc_bnr_area{
		width: 320px;
		padding-left: 20px;
	}
}
@media screen and (min-width: 1100px) {
	#top .sec_area .blc_company{
		width: 750px;
		padding-right: 50px;
	}
	#top .sec_area .blc_bnr_area{
		width: 350px;
		padding-left: 50px;
	}
	#top .sec_area .blc_bnr_area .bnr_box .bnr img{
		transition: opacity .3s ease;
	}
	#top .sec_area .blc_bnr_area .bnr_box .bnr:hover img{
		opacity: .7;
	}
}

/*===============================
store-unique
===============================*/
/* nikko
--------------------------------------*/
/* top */
.is--nikko #top .sec_main .staff{
	width: 13.1rem;
	right: -2rem;
}
.is--nikko #top .sec_area .blc_bnr_area .bnr_box .bnr img{
	width: 19.6rem;
}

@media screen and (min-width: 600px) {
	.is--nikko #top .sec_area .blc_bnr_area .bnr_box .bnr img{
		width: 196px;
	}
}
@media screen and (min-width: 960px) {
	.is--nikko #top .sec_main .staff{
		width: 206px;
		right: 18px;
	}
}

/* tsuruoka
--------------------------------------*/
/* top */
.is--tsuruoka #top .sec_main .staff{
	width: 11.3rem;
	right: -1.1rem;
}
.is--tsuruoka #top .sec_area .blc_bnr_area .bnr_box .bnr img{
	width: 23.1rem;
}

@media screen and (min-width: 600px) {
	.is--tsuruoka #top .sec_area .blc_bnr_area .bnr_box .bnr img{
		width: 231px;
	}
}
@media screen and (min-width: 960px) {
	.is--tsuruoka #top .sec_main .staff{
		width: 187px;
		right: 14px;
	}
}

/* noshiro
--------------------------------------*/
/* top */
.is--noshiro #top .sec_main .staff{
	width: 12.2rem;
	right: -1.2rem;
}
.is--noshiro #top .sec_area .blc_bnr_area .bnr_box .bnr img{
	width: 16.6rem;
}

@media screen and (min-width: 600px) {
	.is--noshiro #top .sec_area .blc_bnr_area .bnr_box .bnr img{
		width: 166px;
	}
}
@media screen and (min-width: 960px) {
	.is--noshiro #top .sec_main .staff{
		width: 213px;
		right: 14px;
	}
}

/* katsushika
--------------------------------------*/
/* top */
.is--katsushika #top .sec_main2 .staff{
	width: 10.6rem;
	right: -1.1rem;
}
.is--katsushika #top .sec_area .blc_bnr_area .bnr_box .bnr img{
	width: 12.7rem;
}

@media screen and (max-width: 599px) {
	.is--katsushika #top .sec_service .item_garbage .box_ttl,
	.is--katsushika #top .sec_service .item_tenant .box_ttl{
		line-height: 1.3;
	}
}
@media screen and (min-width: 600px) {
	.is--katsushika #top .sec_area .blc_bnr_area .bnr_box .bnr img{
		width: 127px;
	}
}
@media screen and (min-width: 960px) {
	.is--katsushika #top .sec_main2 .staff{
		width: 169px;
		right: 37px;
	}
}

/* garbage */
@media screen and (max-width: 959px) {
	.is--katsushika #service.page--garbage .sec_point .point_item br.disp--pc{
		display: none;
	}
}
@media screen and (min-width: 960px) {
	.is--katsushika #service.page--garbage .sec_point .point_item .box_icon{
		min-height: 92px;
	}
	.is--katsushika #service.page--garbage .sec_point .point_item .box_ttl{
		min-height: 95px;
		padding-top: 13px;
	}
}


/* yamagata
--------------------------------------*/
/* top */
.is--yamagata #top .sec_main .staff{
	width: 11rem;
	right: -0.7rem;
}
.is--yamagata #top .sec_area .blc_bnr_area .bnr_box .bnr img{
	width: 13rem;
}

@media screen and (min-width: 600px) {
	.is--yamagata #top .sec_area .blc_bnr_area .bnr_box .bnr img{
		width: 130px;
	}
}
@media screen and (min-width: 960px) {
	.is--yamagata #top .sec_main .staff{
		width: 186px;
		right: 31px;
	}
}
