@charset "utf-8";
/* CSS Document */
#stickyMenu li:nth-child(1) a {
	opacity: 1;
	background: #1E66B4;
	color: #fff;
}


.main-container h2.hc-maintitle {
	font-size: 5rem;
	text-align: center;
	background: #1E66B4;
	color: #fff;
	border-radius: 2rem 2rem 0 0;
}
.main-container h2.hc-maintitle img {
	width: 10rem;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 2rem;
}

.hc-contents {
	width: 100%;
	box-sizing: border-box;
	padding: 6rem 2rem 2rem;
	background-color: #fff;
	border-radius: 0 0 2rem 2rem;
}

.explanation_Box {
	flex-direction: column;
}
.explanation_Box .exp_work {
	width: 100%;
	margin-bottom: 4rem;
}

.exp_gallery {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.exp_gallery h4 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: .5rem;
}
.exp_gallery img {
	width: 320px;
	cursor: pointer;
	transition: opacity .3s;
}
.exp_gallery img:hover {
	opacity: .8;
}

/* モーダル */
#imageModal {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.85);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s ease, visibility .3s ease;
}
#imageModal.active {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}
#modalImage {
	max-width: 50%;
	max-height: 50%;
}
.m-close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}

.exp_option_incon {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.explanation_Box .exp_option {
	width: 100%;
}
.exp_option_incon > div {
	width: 320px;
}

.choice_plan {
	margin-bottom: 4rem;
}
.choice_plan_title {
	font-size: 2.2rem;
	text-align: center;
	color: #fff;
	background: #1E66B4;
	border-radius: 50px;
	padding: 0.5rem 0;
	margin-bottom: 3rem;
}

.choice_plan_list {
	display: flex;
	justify-content: space-between;
}
.choice_plan_list span {
	font-size: 1.8rem;
}

.plans_Box {
	justify-content: space-around;
	padding: 0;
	margin-bottom: 3rem;
}
.plans_items {
	width: 24%;
}
.plans_items_info {
	height: 22rem;
}
.planA .plan_name,
.planC .plan_name {
	margin-top: 1.2rem;
	margin-bottom: 1.5rem;
}

.plans_items_info_img01,
.plans_items_info_img02,
.plans_items_info_img03,
.plans_items_info_img04{
	width: 17.8rem;
	margin: 1.5rem auto 0;
}
.popup-cleaning--btn {
	top: auto;
	bottom: 5rem;
	left: 50%;
	transform: translateX(-50%);
}
.plans_items_info .note-btn {
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}
.popup-cleaning--btn2 {
	margin-top: 0;
	position: absolute;
	bottom: 5rem;
	left: 4.5rem;
	top: auto;
	z-index: 3;
}
.popup-cleaning--btn3 {
	margin-top: 0;
	position: absolute;
	bottom: 5rem;
	left: 12.5rem;
	top: auto;
	z-index: 3;
}


.pdf_btn a {
	background: #fff;
	border: 1px solid #1a1a1a;
	border-radius: 1rem;
	display: block;
	padding: .5rem 2rem .5rem 0;
	margin: 0 auto 2rem;
	position: relative;
	width: 35rem;
	height: auto;
	font-size: 2.4rem;
	font-weight: normal;
	text-align: center;
}
.pdf_btn a:after {
	content: "";
	position: absolute;
	width: 2.5rem;
	height: 3rem;
	background: url(../images/housecleaning/pdf_icon.svg) 0 0 no-repeat;
	background-size: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 86%;
}


.plans_Box.is-sp {
	display: none;
}





@media screen and (max-width: 767px) {
.main-container h2.hc-maintitle {
	font-size: 2.8rem;
	border-radius: 1.5rem 1.5rem 0 0;
}
.main-container h2.hc-maintitle img {
	width: 6.5rem;
}

.hc-contents {
	padding: 1.5rem;
	border-radius: 0 0 1.5rem 1.5rem;
}

.explanation_Box .exp_work {
	margin-bottom: 2rem;
}

.exp_gallery {
	flex-direction: column;
	gap: 2rem;
}
.exp_gallery h4 {
	font-size: 1.3rem;
}
.exp_gallery img {
	width: 100%;
}

/* モーダル */
#modalImage {
	max-width: 90%;
	max-height: 90%;
}

.exp_option_incon {
	gap: 2rem;
}
.exp_option_incon > div {
	width: 100%;
}

.choice_plan {
	margin-bottom: 2rem;
}
.choice_plan_title {
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
}

.choice_plan_list {
	margin-bottom: 1.5rem;
	flex-direction: column;
}
.choice_plan_list span {
	font-size: 1.3rem;
	margin-bottom: .5rem;
}

.plans_Box.is-pc {
	display: none;
}
.plans_Box.is-sp {
	display: block;
}
.planD {
	margin-top: 2rem;
}
.plan_name {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: .5rem;
}
.planA .plan_name,
.planB .plan_name,
.planC .plan_name {
	margin-top: 0;
	margin-bottom: 1rem;
}

.plans_items {
	width: 100%;
}
.plans_items_price {
	text-align: left;
	margin-bottom: 1rem;
}

.plans_btn_area {
	display: flex;
	justify-content: space-between;
}
.plans_items_detail {
	width: 16rem;
}
.plans_items_detail a {
	border-radius: .5rem;
}
.plans_items .note-btn {
	position: static;
	width: 9.5rem;
	transform: none;
}
.plans_items .note-btn a {
	font-size: 1.5rem;
	height: 3rem;
	border-radius: .5rem;
}


.pdf_btn a {
	margin: 2rem auto;
	width: 100%;
	font-size: 2.0rem;
}
.pdf_btn a:after {
	content: "";
	position: absolute;
	width: 2.5rem;
	height: 3rem;
	background: url(../images/housecleaning/pdf_icon.svg) 0 0 no-repeat;
	background-size: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 86%;
}

}


