@charset "UTF-8";
.sideNews {}
.sideNews_title {}
.sideNews_list {
	list-style: none;
	line-height: 1.6;
	font-size: 14px;
}
.sideNews_list > li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-gray-pale);
}
.sideNews_list_em {
	color: var(--color-red);
	font-weight: inherit;
}
.sideBnr {
	margin-bottom: 20px;
}
.sideBnr_list {
	list-style: none;
	max-width: 256px;
	margin: 0 auto;
}
.sideBnr_list > li {}
.sideBnr_list > li:nth-child(n+2) {
	margin-top: 20px;
}
.sideBnr_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.sideBnr_list > li > a > img {
	display: block;
}
.sideTel {
	margin-bottom: 20px;
}
.sideTel_bnr {}
.sideTel_bnr > a {
	text-decoration: none;
	color: inherit;
}
.sideTel_bnr > a > img {
	display: block;
}
.sideTel_list {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 10px;
}
.sideTel_list > li {}
.sideTel_list > li > a {
	text-decoration: none;
	color: inherit;
}
.sideTel_list_sub {}
.sideTel_note {
	font-size: 13px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
}
.sideManager {
	border: 1px solid var(--color-gray-nav);
	padding: 10px 10px;
	margin-bottom: 20px;
}
.sideManager_image {
	margin-bottom: 6px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.sideManager_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.sideManager_text {
	line-height: 1.6;
	text-align: center;
	font-size: 14px;
}
.sideManager_dList {
	list-style: none;
	line-height: 1.4;
	font-feature-settings: 'halt' on;
	margin-top: 10px;
}
.sideManager_dList > dt {}
.sideManager_dList > dd {
	position: relative;
	padding-left: 15px;
	margin-top: 5px;
	font-size: 14px;
}
.sideManager_dList > dd::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0.7em;
	left: 0;
	background-color: currentColor;
	border-radius: 2px;
	transform: translateY(-50%);
}
.sideInfo {
	line-height: 1.4;
	border: 1px solid var(--color-gray-nav);
	padding: 10px 10px;
	font-size: 14px;
}
.sideInfo_title {
	font-size: inherit;
	font-weight: 500;
	margin-bottom: 10px;
}
.sideInfo_addr {}
.sideInfo_dList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.sideInfo_dList > dt {}
.sideInfo_dList > dd {}
.sideInfo_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.outline {
	margin-bottom: 45px;
}
.outline_title {}
.outline_text {
	margin-bottom: 1.5em;
}
.outline_headline {}
.outline_tbl {}
.outline_tbl > tbody {}
.outline_tbl > tbody > tr {}
.outline_tbl > tbody > tr > th {}
.outline_tbl > tbody > tr > td {}
.outline_tbl_text {
	margin-bottom: 1.5em;
}
.outline_tbl_text:last-child {
	margin-bottom: 0;
}
.access {}
.access_title {}
.access_map {
	position: relative;
	padding-bottom: 75%;
	background-color: #f8f7f7;
}
.access_map > iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.topVis {
	background-color: #faf7de;
	margin-bottom: 30px;
	position: relative;
}
.topVis::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.09), rgba(255, 255, 255, 0));
}
.topVis::after {
	content: "";
	background-image: linear-gradient(to bottom, #f2f2f2, rgba(255, 255, 255, 0));
	background-size: 100% 49px;
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	height: 49px;
	width: 100%;
	z-index: -1;
}
.topVis_inner {
	padding-left: 0;
	padding-right: 0;
}
.topVis_image {
	position: relative;
	z-index: 1;
}
.topVis_image > img {
	display: block;
}
.topClean {
	background-image: linear-gradient(to bottom, #9ce2ff 0%, #ddf1f9 35%, #a0d8ef 100%);
	padding: 20px 20px 35px;
	margin-bottom: 30px;
}
.topClean_title {
	text-align: center;
	color: var(--color-white);
	text-shadow: 3px 3px 0 var(--color-dark-blue);
	font-size: 45px;
	line-height: 56px;
	font-family: var(--font-kosugimaru);
	margin-bottom: 20px;
}
.topClean_title_sub {
	display: block;
	font-size: 80%;
}
.topClean_title_main {
	display: block;
}
.topClean_cols {
	display: flex;
	max-width: 560px;
	margin: 0 auto;
	justify-content: space-between;
}
.topClean_col {
	width: calc((100% - 55px) / 2);
	box-sizing: border-box;
	padding: 12px 10px;
}
.topClean_col-no1 {
	background-color: #CCC;
	box-shadow: 5px 5px #999;
}
.topClean_headline {
	font-size: 40px;
	line-height: 1.1;
	text-align: center;
	font-style: italic;
	color: var(--color-deep-blue);
	text-shadow: 2px 2px 0 var(--color-white);
}
.topClean_headline-before {}
.topClean_fig {
	margin-top: 10px;
}
.topClean_fig > img {
	display: block;
}
.topClean_fig > figcaption {
	line-height: 1.4;
	margin-top: 6px;
}
.topClean_arrow {
	align-self: center;
	position: relative;
	left: 3px;
}
.topClean_arrow > img {
	display: block;
}
.topClean_col-no2 {
	background-color: #FF3;
	box-shadow: 5px 5px #990;
}
.topClean_headline-after {
	color: var(--color-red);
}
.topClean_col_inner {
	max-width: 200px;
	margin: 0 auto;
}
.bnrClean {
	margin-bottom: 20px;
}
.bnrClean_image {}
.bnrClean_image > a {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.bnrClean_image > a > img {
	display: block;
}
.topEco {
	margin-bottom: 30px;
}
.topEco:last-child {
	margin-bottom: 0;
}
.topEco_frame {
	border: 1px solid var(--color-gray-nav);
	padding: 20px 20px;
}
.topEco_title {}
.topEco_title > img {
	display: block;
}
.topEco_headline {
	font-size: 20px;
	color: var(--color-red);
	font-weight: bold;
	line-height: 1.4;
}
.topEco_image {
	max-width: 95px;
	margin: 13px auto 15px;
}
.topEco_image > img {
	display: block;
}
.topEco_text {}
.topEco_dList {
	list-style: none;
	font-weight: bold;
	font-size: 17px;
	font-feature-settings: 'halt' on;
}
.topEco_dList > dt {
	display: inline;
}
.topEco_dList > dd {
	display: inline;
	color: var(--color-red);
}
.topEco_sect {
	margin-top: 24px;
	font-size: 22px;
}
.topEco_subhead {
	font-size: inherit;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.topEco_subhead > img {
	display: block;
}
.topEco_list {
	list-style: none;
	font-size: inherit;
	font-weight: bold;
	color: var(--color-red);
}
.topEco_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.topEco_item {
	margin-top: 25px;
}
.topEco_item_title {
	font-size: 20px;
	color: var(--color-red);
	font-weight: bold;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
}
.topEco_item_text {
	font-weight: bold;
	font-size: 19px;
	padding-left: 1em;
}
.cleaning {
	margin-bottom: 20px;
}
.cleaning:last-child {
	margin-bottom: 0;
}
.cleaning_title {}
.cleaning_frame {
	border: 1px solid var(--color-gray-nav);
	padding: 20px 20px;
}
.cleaning_cols {
	display: flex;
	align-items: center;
}
.cleaning_col {}
.cleaning_col-img {
	width: 190px;
}
.cleaning_image {
	max-width: 120px;
}
.cleaning_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.cleaning_col-txt {
	width: calc(100% - 200px);
	margin-left: auto;
}
.cleaning_table {
	line-height: 1;
}
.cleaning_table > tbody {}
.cleaning_table > tbody > tr {}
.cleaning_table > tbody > tr > th {
	white-space: nowrap;
	font-weight: inherit;
	padding-right: 10px;
	text-align: right;
	padding-bottom: 10px;
	vertical-align: middle;
}
.cleaning_table > tbody > tr:last-child > th {
	padding-bottom: 0;
}
.cleaning_table > tbody > tr:last-child > td {
	padding-bottom: 0;
}
.cleaning_table > tbody > tr > td {
	padding-bottom: 10px;
	vertical-align: middle;
}
.cleaning_price {}
.cleaning_price_tax {}
.cleaning_cauList {
	list-style: none;
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	margin-top: 10px;
}
.cleaning_cauList > li {}
.cleaning_headline {
	font-size: 16px;
	color: var(--color-dark-blue);
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 5px;
}
.cleaning_price_main {
	color: var(--color-red-vivid);
	font-weight: bold;
	font-size: 26px;
	min-width: 4.3em;
	display: inline-block;
	text-align: right;
}
.areaCleaning {
	margin-bottom: 40px;
}
.areaCleaning:last-child {
	margin-bottom: 0;
}
.areaCleaning_title {}
.cleaning_col-imgWide {
	width: 120px;
}
.cleaning_col-txtWide {
	width: calc(100% - 130px);
	margin-left: auto;
}
.notice {
	background-color: #dedede;
	padding: 20px 20px;
}
.notice_title {
	font-size: inherit;
	margin-bottom: 11px;
}
.notice_cauList {
	list-style: none;
	font-size: 14px;
}
.notice_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.needs {}
.needs_frame {}
.needs_title {}
.needs_text {
	margin-bottom: 1em;
	font-feature-settings: 'halt' on;
}
.needs_text:last-child {
	margin-bottom: 0;
}
.needs_image {
	margin: 1em 0;
}
.needs_image > img {
	display: block;
	margin: 0 auto;
}
.needs_strong {
	font-size: 125%;
	color: var(--color-red);
	font-weight: bold;
}
.needs_images {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3px;
	margin: 1em 0;
}
.needs_images_item {
	position: relative;
	padding-bottom: 75.536%;
}
.needs_images_item > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.needs_arrow {
	max-width: 70px;
	margin: 0 auto 5px;
}
.needs_arrow > img {
	display: block;
}
.needs_sect {
	margin-bottom: 20px;
	margin-top: 10px;
}
.needs_sect:last-child {
	margin-bottom: 0;
}
.needs_sect_title {
	font-size: 17px;
	font-weight: bold;
	color: var(--color-red);
	line-height: 1.4;
	margin-bottom: 5px;
}
.needs_sect_text {}
.needs_text_strong {
	color: var(--color-red);
	font-weight: normal;
}
.flowEntry {
	margin-bottom: 5px;
}
.flowEntry:last-child {
	margin-bottom: 0;
}
.flowEntry_frame {
	font-feature-settings: 'halt' on;
}
.flowEntry_title {
	display: flex;
	align-items: flex-start;
	column-gap: 6px;
}
.flowEntry_title_num {
	white-space: nowrap;
}
.flowEntry_title_text {}
.flowEntry_text {
	margin-bottom: 10px;
	margin-top: 10px;
}
.flowEntry_text_strong {
	color: var(--color-red);
	font-weight: inherit;
}
.flowEntry_msg {
	font-size: 17px;
	font-weight: bold;
}
.flowEntry_msg_strong {
	font-weight: inherit;
	color: var(--color-red);
}
.flowEntry_arrow {
	max-width: 70px;
	margin: 0 auto;
}
.flowEntry_arrow > img {
	display: block;
}
.flow {
	margin-top: 25px;
}
.flow_sect {}
.flow_cols {
	display: flex;
}
.flow_col {}
.flow_col-txt {
	width: 185px;
}
.flow_title {
	color: var(--color-dark-blue);
	font-weight: 500;
	line-height: 1.4;
	font-size: 17px;
	margin-bottom: 7px;
}
.flow_text {}
.flow_col-img {
	width: calc(100% - 205px);
	margin-left: auto;
}
.flow_images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	margin-bottom: 15px;
}
.flow_images:last-child {
	margin-bottom: 0;
}
.flow_fig {}
.flow_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.flow_fig > figcaption {
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	margin-top: 5px;
}
.flow_arrow {
	border: 15px solid rgba(255, 255, 255, 0);
	border-top-color: #F30;
	width: 0;
	height: 0;
	border-bottom-width: 0;
	margin: 20px auto;
}
.cleaning_image-wide {
	max-width: 134px;
}
.cleaning_price-simple {
	font-weight: bold;
	font-size: 18px;
}
.cleaning_table-house > tbody > tr > th {
	text-align: left;
}
.cleaning_table-house > tbody > tr > th > sup {
	color: var(--color-red);
}
.cleaning_notice {
	font-size: 14px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}
.cleaning_notice_mark {
	color: var(--color-red);
}
.hood {}
.hood_frame {}
.hood_title {
	font-size: 17px;
	font-weight: normal;
	color: var(--color-dark-blue);
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
}
.hood_images {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 18px;
}
.hood_fig {}
.hood_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.hood_fig > figcaption {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	line-height: 1.4;
}
.hood_arrow {
	border: 15px solid rgba(255, 255, 255, 0);
	border-top-color: #F30;
	width: 0;
	height: 0;
	border-bottom-width: 0;
	margin: 20px auto;
}
.form {
	max-width: 560px;
	margin: 0 auto;
}
.form_notice {
	border: 2px solid var(--color-dark-blue);
	padding: 20px 20px;
	display: grid;
	grid-template-columns: 1fr 170px;
	column-gap: 20px;
	align-items: center;
	margin-bottom: 15px;
}
.form_notice_text {
	font-size: 14px;
}
.form_notice_image {}
.form_notice_image > img {
	display: block;
}
.form_text {
	margin-bottom: 1.5em;
}
.form_text > a {}
.form_tbl {}
.form_tbl > tbody {}
.form_tbl > tbody > tr {}
.form_tbl > tbody > tr > th {
	white-space: nowrap;
	width: 152px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
}
.form_tbl > tbody > tr > td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
}
.form_label {
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: space-between;
	column-gap: 10px;
	min-height: 40px;
}
.form_label_sign {
	background-color: var(--color-red);
	color: var(--color-white);
	font-size: 12px;
	font-weight: 500;
	display: flex;
	line-height: 1;
	min-height: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 36px;
	white-space: nowrap;
}
.form_btn {
	display: block;
	width: 240px;
	margin: 30px auto 0;
}
.form_note {
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 5px;
	font-feature-settings: 'halt' on;
	line-height: 1.4;
}
.form_text-thanks {
	text-align: center;
}
.form_link {
	max-width: 300px;
	margin: 0 auto 0;
}
.form_error {
	color: var(--color-red);
	background-color: #ffe6e6;
	padding: 15px 17px;
	margin-bottom: 25px;
	border-radius: 3px;
	font-size: 14px;
}
.topClean_figs {}
@media screen and (min-width:1000px) and (hover:hover) {
	.sideBnr_list > li > a:hover {
		opacity: .7;
	}
	.sideTel_bnr > a:hover {}
	.sideTel_list > li > a:hover {}
	.sideInfo_dList > dd > a:hover {}
	.bnrClean_image > a:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 999px) {
	.sideNews {}
	.sideNews_title {}
	.sideNews_list {}
	.sideNews_list > li {}
	.sideNews_list_em {}
	.sideBnr {}
	.sideBnr_list {}
	.sideBnr_list > li {}
	.sideBnr_list > li:nth-child(n+2) {}
	.sideBnr_list > li > a {}
	.sideBnr_list > li > a > img {}
	.sideTel {
		max-width: 256px;
		margin-left: auto;
		margin-right: auto;
	}
	.sideTel_bnr {
		max-width: 256px;
		margin: 0 auto;
	}
	.sideTel_bnr > a {}
	.sideTel_bnr > a > img {}
	.sideTel_list {}
	.sideTel_list > li {}
	.sideTel_list > li > a {}
	.sideTel_list_sub {}
	.sideTel_note {}
	.sideManager {}
	.sideManager_image {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.sideManager_image > img {}
	.sideManager_text {}
	.sideManager_dList {}
	.sideManager_dList > dt {}
	.sideManager_dList > dd {}
	.sideManager_dList > dd::before {}
	.sideInfo {}
	.sideInfo_title {}
	.sideInfo_addr {}
	.sideInfo_dList {}
	.sideInfo_dList > dt {}
	.sideInfo_dList > dd {}
	.sideInfo_dList > dd > a {}
	.outline {}
	.outline_title {}
	.outline_text {}
	.outline_headline {}
	.outline_tbl {}
	.outline_tbl > tbody {}
	.outline_tbl > tbody > tr {}
	.outline_tbl > tbody > tr > th {}
	.outline_tbl > tbody > tr > td {}
	.outline_tbl_text {}
	.outline_tbl_text:last-child {}
	.access {}
	.access_title {}
	.access_map {}
	.access_map > iframe {}
	.topVis {}
	.topVis::before {}
	.topVis::after {}
	.topVis_inner {}
	.topVis_image {}
	.topVis_image > img {}
	.topClean {}
	.topClean_title {}
	.topClean_title_sub {}
	.topClean_title_main {}
	.topClean_cols {}
	.topClean_col {}
	.topClean_col-no1 {}
	.topClean_headline {}
	.topClean_headline-before {}
	.topClean_fig {}
	.topClean_fig > img {}
	.topClean_fig > figcaption {}
	.topClean_arrow {}
	.topClean_arrow > img {}
	.topClean_col-no2 {}
	.topClean_headline-after {}
	.topClean_col_inner {}
	.bnrClean {}
	.bnrClean_image {}
	.bnrClean_image > img {}
	.topEco {}
	.topEco:last-child {}
	.topEco_frame {}
	.topEco_title {}
	.topEco_title > img {}
	.topEco_headline {}
	.topEco_image {}
	.topEco_image > img {}
	.topEco_text {}
	.topEco_dList {}
	.topEco_dList > dt {}
	.topEco_dList > dd {}
	.topEco_sect {}
	.topEco_subhead {}
	.topEco_subhead > img {}
	.topEco_list {}
	.topEco_list > li {}
	.topEco_item {}
	.topEco_item_title {}
	.topEco_item_text {}
	.cleaning {}
	.cleaning:last-child {}
	.cleaning_title {}
	.cleaning_frame {}
	.cleaning_cols {}
	.cleaning_col {}
	.cleaning_col-img {}
	.cleaning_image {}
	.cleaning_image > img {}
	.cleaning_col-txt {}
	.cleaning_table {}
	.cleaning_table > tbody {}
	.cleaning_table > tbody > tr {}
	.cleaning_table > tbody > tr > th {}
	.cleaning_table > tbody > tr:last-child > th {}
	.cleaning_table > tbody > tr:last-child > td {}
	.cleaning_table > tbody > tr > td {}
	.cleaning_price {}
	.cleaning_price_tax {}
	.cleaning_cauList {}
	.cleaning_cauList > li {}
	.cleaning_headline {}
	.cleaning_price_main {}
	.areaCleaning {}
	.areaCleaning:last-child {}
	.areaCleaning_title {}
	.cleaning_col-imgWide {}
	.cleaning_col-txtWide {}
	.notice {}
	.notice_title {}
	.notice_cauList {}
	.notice_cauList > li {}
	.needs {}
	.needs_frame {}
	.needs_title {}
	.needs_text {}
	.needs_text:last-child {}
	.needs_image {}
	.needs_image > img {}
	.needs_strong {}
	.needs_images {}
	.needs_images_item {}
	.needs_images_item > img {}
	.needs_arrow {}
	.needs_arrow > img {}
	.needs_sect {}
	.needs_sect:last-child {}
	.needs_sect_title {}
	.needs_sect_text {}
	.needs_text_strong {}
	.flowEntry {}
	.flowEntry:last-child {}
	.flowEntry_frame {}
	.flowEntry_title {}
	.flowEntry_title_num {}
	.flowEntry_title_text {}
	.flowEntry_text {}
	.flowEntry_text_strong {}
	.flowEntry_msg {}
	.flowEntry_msg_strong {}
	.flowEntry_arrow {}
	.flowEntry_arrow > img {}
	.flow {}
	.flow_sect {}
	.flow_cols {}
	.flow_col {}
	.flow_col-txt {}
	.flow_title {}
	.flow_text {}
	.flow_col-img {}
	.flow_images {}
	.flow_images:last-child {}
	.flow_fig {}
	.flow_fig > img {}
	.flow_fig > figcaption {}
	.flow_arrow {}
	.cleaning_image-wide {}
	.cleaning_price-simple {}
	.cleaning_table-house > tbody > tr > th {}
	.cleaning_table-house > tbody > tr > th > sup {}
	.cleaning_notice {}
	.cleaning_notice_mark {}
	.hood {}
	.hood_frame {}
	.hood_title {}
	.hood_images {}
	.hood_fig {}
	.hood_fig > img {}
	.hood_fig > figcaption {}
	.hood_arrow {}
	.form {}
	.form_notice {}
	.form_notice_text {}
	.form_notice_image {}
	.form_notice_image > img {}
	.form_text {}
	.form_text > a {}
	.form_tbl {}
	.form_tbl > tbody {}
	.form_tbl > tbody > tr {}
	.form_tbl > tbody > tr > th {}
	.form_tbl > tbody > tr > td {}
	.form_label {}
	.form_label_sign {}
	.form_btn {}
	.form_note {}
	.form_text-thanks {}
	.form_link {}
	.topClean_figs {}
}
@media screen and (max-width: 767px) {
	.sideNews {}
	.sideNews_title {}
	.sideNews_list {}
	.sideNews_list > li {}
	.sideNews_list_em {}
	.sideBnr {}
	.sideBnr_list {
		max-width: none;
		display: flex;
		flex-wrap: wrap;
		column-gap: 10px;
		justify-content: center;
		max-width: 400px;
	}
	.sideBnr_list > li {
		width: calc((100% - 10px) / 2);
	}
	.sideBnr_list > li:nth-child(n+2) {}
	.sideBnr_list > li > a {}
	.sideBnr_list > li > a > img {}
	.sideTel {}
	.sideTel_bnr {}
	.sideTel_bnr > a {}
	.sideTel_bnr > a > img {}
	.sideTel_list {}
	.sideTel_list > li {}
	.sideTel_list > li > a {}
	.sideTel_list_sub {}
	.sideTel_note {}
	.sideManager {}
	.sideManager_image {}
	.sideManager_image > img {}
	.sideManager_text {}
	.sideManager_dList {}
	.sideManager_dList > dt {}
	.sideManager_dList > dd {}
	.sideManager_dList > dd::before {}
	.sideInfo {}
	.sideInfo_title {}
	.sideInfo_addr {}
	.sideInfo_dList {}
	.sideInfo_dList > dt {}
	.sideInfo_dList > dd {}
	.sideInfo_dList > dd > a {}
	.outline {}
	.outline_title {}
	.outline_text {}
	.outline_headline {}
	.outline_tbl {}
	.outline_tbl > tbody {}
	.outline_tbl > tbody > tr {}
	.outline_tbl > tbody > tr > th {}
	.outline_tbl > tbody > tr > td {}
	.outline_tbl_text {}
	.outline_tbl_text:last-child {}
	.access {}
	.access_title {}
	.access_map {}
	.access_map > iframe {}
	.topVis {
		margin-bottom: 20px;
	}
	.topVis::before {}
	.topVis::after {}
	.topVis_inner {}
	.topVis_image {}
	.topVis_image > img {}
	.topClean {
		margin-left: -20px;
		margin-right: -20px;
	}
	.topClean_title {
		font-size: 22px;
		line-height: 28px;
		text-shadow: 2px 2px 0 var(--color-dark-blue);
		margin-bottom: 15px;
	}
	.topClean_title_sub {}
	.topClean_title_main {}
	.topClean_cols {
		display: block;
	}
	.topClean_col {
		width: auto;
	}
	.topClean_col-no1 {}
	.topClean_headline {
		margin-bottom: 10px;
	}
	.topClean_headline-before {}
	.topClean_fig {
		width: calc((100% - 10px) / 2);
		margin: 0;
	}
	.topClean_fig > img {}
	.topClean_fig > figcaption {
		font-size: 13px;
		font-feature-settings: 'halt' on;
	}
	.topClean_arrow {
		width: 70px;
		height: 35px;
		margin: 15px auto 10px;
	}
	.topClean_arrow > img {
		transform-origin: left top;
		transform: translateX(200%) rotate(90deg);
	}
	.topClean_col-no2 {}
	.topClean_headline-after {}
	.topClean_col_inner {
		max-width: none;
	}
	.bnrClean {}
	.bnrClean_image {}
	.bnrClean_image > img {}
	.topEco {}
	.topEco:last-child {}
	.topEco_frame {
		padding: 20px 15px;
	}
	.topEco_title {}
	.topEco_title > img {}
	.topEco_headline {
		font-size: 18px;
	}
	.topEco_image {}
	.topEco_image > img {}
	.topEco_text {}
	.topEco_dList {}
	.topEco_dList > dt {}
	.topEco_dList > dd {}
	.topEco_sect {
		font-size: 16px;
	}
	.topEco_subhead {}
	.topEco_subhead > img {}
	.topEco_list {}
	.topEco_list > li {}
	.topEco_item {
		margin-top: 18px;
	}
	.topEco_item_title {
		font-size: 16px;
	}
	.topEco_item_text {
		font-size: 15px;
	}
	.cleaning {}
	.cleaning:last-child {}
	.cleaning_title {}
	.cleaning_frame {
		padding: 10px 15px 15px;
	}
	.cleaning_cols {
		display: block;
	}
	.cleaning_col {
		width: auto;
		max-width: none;
	}
	.cleaning_col-img {
		max-width: 120px;
		margin: 0 auto 15px;
	}
	.cleaning_col-img:empty {
		display: none;
	}
	.cleaning_image {}
	.cleaning_image > img {}
	.cleaning_col-txt {}
	.cleaning_table {}
	.cleaning_table > tbody {}
	.cleaning_table > tbody > tr {}
	.cleaning_table > tbody > tr > th {}
	.cleaning_table > tbody > tr:last-child > th {}
	.cleaning_table > tbody > tr:last-child > td {}
	.cleaning_table > tbody > tr > td {}
	.cleaning_price {}
	.cleaning_price_tax {}
	.cleaning_cauList {
		font-size: 13px;
		text-align: left;
	}
	.cleaning_cauList > li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.cleaning_headline {
		font-size: 15px;
	}
	.cleaning_price_main {
		font-size: 24px;
	}
	.areaCleaning {}
	.areaCleaning:last-child {}
	.areaCleaning_title {}
	.cleaning_col-imgWide {
		max-width: 100px;
		margin: 0 auto 15px;
	}
	.cleaning_col-txtWide {}
	.cleaning_table-spBlock {
		display: block;
	}
	.cleaning_table-spBlock > tbody {
		display: block;
	}
	.cleaning_table-spBlock > tbody > tr {
		display: block;
		margin-bottom: 13px;
	}
	.cleaning_table-spBlock > tbody > tr:last-child {
		margin-bottom: 0;
	}
	.cleaning_table-spBlock > tbody > tr > th {
		display: block;
		padding: 0;
		text-align: left;
		white-space: normal;
	}
	.cleaning_table-spBlock > tbody > tr > td {
		display: block;
		padding: 0;
		padding-left: 1em;
		margin-top: 6px;
	}
	.notice {
		padding: 15px 15px;
	}
	.notice_title {}
	.notice_cauList {}
	.notice_cauList > li {}
	.needs {}
	.needs_frame {}
	.needs_title {}
	.needs_text {}
	.needs_text:last-child {}
	.needs_image {}
	.needs_image > img {}
	.needs_strong {
		font-size: 16px;
	}
	.needs_images {}
	.needs_images_item {}
	.needs_images_item > img {}
	.needs_arrow {}
	.needs_arrow > img {}
	.needs_sect {}
	.needs_sect:last-child {}
	.needs_sect_title {
		font-size: 16px;
	}
	.needs_sect_text {}
	.needs_text_strong {}
	.flowEntry {}
	.flowEntry:last-child {}
	.flowEntry_frame {}
	.flowEntry_title {}
	.flowEntry_title_num {}
	.flowEntry_title_text {}
	.flowEntry_text {}
	.flowEntry_text_strong {}
	.flowEntry_msg {
		font-size: inherit;
	}
	.flowEntry_msg_strong {}
	.flowEntry_arrow {}
	.flowEntry_arrow > img {}
	.flow {}
	.flow_sect {}
	.flow_cols {
		display: block;
	}
	.flow_col {
		width: auto;
	}
	.flow_col-txt {
		margin-bottom: 10px;
	}
	.flow_title {
		font-size: 16px;
	}
	.flow_text {}
	.flow_col-img {}
	.flow_images {}
	.flow_images:last-child {}
	.flow_fig {}
	.flow_fig > img {}
	.flow_fig > figcaption {}
	.flow_arrow {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.cleaning_image-wide {}
	.cleaning_price-simple {}
	.cleaning_table-house > tbody > tr > th {}
	.cleaning_table-house > tbody > tr > th > sup {}
	.cleaning_notice {
		font-size: 13px;
	}
	.cleaning_notice_mark {}
	.hood {}
	.hood_frame {}
	.hood_title {
		font-size: 15px;
	}
	.hood_images {
		display: flex;
		flex-wrap: wrap;
		column-gap: 10px;
		justify-content: center;
		row-gap: 15px;
	}
	.hood_fig {
		width: calc(50% - 5px);
	}
	.hood_fig > img {}
	.hood_fig > figcaption {}
	.hood_arrow {}
	.form {}
	.form_notice {
		display: block;
		padding: 15px 15px;
		margin-bottom: 20px;
	}
	.form_notice_text {}
	.form_notice_image {
		max-width: 150px;
		margin: 10px auto 0;
	}
	.form_notice_image > img {}
	.form_text {}
	.form_text > a {}
	.form_tbl {}
	.form_tbl > tbody {}
	.form_tbl > tbody > tr {
		margin-bottom: 20px;
	}
	.form_tbl > tbody > tr > th {
		width: auto;
		padding: 5px 10px;
		border: none;
		margin-bottom: 10px;
	}
	.form_tbl > tbody > tr:first-child > th {
		border-top: none;
	}
	.form_tbl > tbody > tr > td {
		padding-top: 0;
		padding-bottom: 0;
		border: none;
		padding-left: 0;
		padding-right: 0;
	}
	.form_label {}
	.form_label_sign {}
	.form_btn {
		max-width: 200px;
		margin-top: 20px;
	}
	.form_note {}
	.form_text-thanks {}
	.form_link {
		max-width: 240px;
	}
	.topClean_figs {
		column-gap: 10px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		row-gap: 15px;
	}
}
@media screen and (max-width:374px) {
	.hood_fig > figcaption {
		font-size: 10px;
	}
	.form_text-thanks {
		text-align: left;
	}
}
