@charset "utf-8";
/* CSS Document */
#stickyMenu li:nth-child(2) 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: 6.2rem;
	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;
	border-radius: 2.4rem;
}
.exp_gallery img:hover {
	opacity: .8;
}
.ex-g-atten {
	text-align: center;
	color: #C7361D;
	font-weight: bold;
}
/* モーダル */
#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;
	margin-bottom: 2rem;
}
.explanation_Box .exp_option {
	width: 100%;
}
.exp_option_incon > div {
	width: 320px;
}
.exp_option_incon > div:nth-child(2) {
	width: 500px;
	position: relative;
}
.k_ex_attex {
	position: absolute;
	bottom: -2.5rem;
	left: 2rem;
}

.exp_option_img {
	align-items: center;
}
.exp_option_img .op_name {
	margin-bottom: 0;
}
.op_price {
	color: #1a1a1a;
}
.exp_option_incon > div p.atten {
	font-size: 1.2rem;
}
.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;
	margin-bottom: 3rem;
}
.choice_plan_list span {
	font-size: 1.8rem;
}

.plans_Box {
	justify-content: flex-start;
	gap: 1.8rem;
}
.plans_items.planD {
	margin-top: 2rem;
}
.plans_items.planE {
	margin-top: 0;
}
.plans_items.planE .plan_name {
	letter-spacing: -.5px;
	line-height: 1.35;
}
.plans_items_info_img01,
.plans_items_info_img02,
.plans_items_info_img03 {
}
.plans_items_info_img04 {
	width: 23rem;
}
.plans_items_info_img05 {
	width: 23rem;
	margin: 0 auto;
}
.popup-cleaning--btn {
	top: auto;
	bottom: 1rem;
	left: 1rem;
}



.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;
	line-height: 1;
	padding: .5rem 0;
}
.main-container h2.hc-maintitle img {
	width: 4.5rem;
	vertical-align: sub;
}

.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%;
}
.ex-g-atten {
	font-size: 1.2rem;
}
/* モーダル */
#modalImage {
	max-width: 90%;
	max-height: 90%;
}

.exp_option_incon {
	gap: 2rem;
}
.exp_option_incon > div {
	width: 100%;
}
.exp_option_incon > div:nth-child(2) {
	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;
}

.plan_name {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #1a1a1a;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
}
.plans_items.planE .plan_name {
	line-height: 1.4;
}

.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;
}
.plans_items .note-btn a {
	font-size: 1.5rem;
	height: 3rem;
	border-radius: .5rem;
}

.k_ex_attex {
	left: 1.5rem;
}



}


