@charset "utf-8";

/* メインビジュアル */
#main_Vis.img {
	position: relative;
	width: 100%;
	height: 100vh;
	margin-bottom: 80px;
	overflow: hidden;
}

#main_Vis.img .main_Copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	position: absolute;
	top: 50%;
	right: 10vw;
	height: max-content;
	writing-mode: vertical-rl;
	transform: translateY(-50%);
}

#main_Vis.img .main_Copy>span {
	display: inline-block;
	padding: 10px;
	color: #0055a2;
	background-color: rgba(255, 255, 255, .8);
	font-size: min(5vw, 40px);
	font-weight: 600;
	box-sizing: border-box;
}

#main_Vis.img>figure {
	width: 100%;
	height: 100%;
}

#main_Vis.img>figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

#main_Vis.feature {
	width: 100%;
	margin-bottom: 50px;
}

#main_Vis.feature .inner_1000 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

#main_Vis.feature .main_Ttl {
	position: relative;
	padding: 20px 0;
	background-color: #e7ecec;
	overflow: hidden;
}

#main_Vis.feature .main_Ttl>.inner_1000 {
	position: relative;
	z-index: 2;
}

#main_Vis.feature .main_Ttl>figure {
	position: absolute;
	top: 0;
	right: 0;
	width: 40vw;
	height: 100%;
	z-index: 1;
}

#main_Vis.feature .main_Ttl>figure::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background-image: linear-gradient(to right, #e7ecec, transparent);
}

#main_Vis.feature .main_Ttl>figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main_Vis.feature h2 {
	display: block;
	color: #25579F;
	font-size: min(6vw, 34px);
	font-weight: 600;
}

#main_Vis.feature h2 span {
	display: block;
	margin-bottom: 10px;
	color: #333;
	font-size: min(3.5vw, 16px);
	font-weight: 400;
}

#main_Vis.feature h2+p {
	margin-top: 10px;
}

#main_Vis.feature p {
	font-size: 14px;
	line-height: 1.8;
}

#main_Vis.feature .main_Box {
	max-width: 900px;
	width: 90%;
	margin: 10px auto 0;
}

#main_Vis.feature .main_Box>section:first-of-type {
	margin-bottom: 30px;
}

#main_Vis.feature .main_Box h3 {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding: 15px 0;
	color: #0055a2;
	background-color: #FBF253;
	font-size: min(3.5vw, 20px);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

#main_Vis.feature .main_Box h3::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(/image/search/icon_plus_acc.svg) no-repeat center center;
	background-size: cover;
	transition: .3s;
	transform: translateY(-50%);
}

#main_Vis.feature .main_Box h3.acc_active::before {
	background: url(/image/search/icon_close_acc.svg) no-repeat center center;
	transform: translateY(-50%) rotate(180deg);
}

#main_Vis.feature .main_Box h4 {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #08774c;
	border-bottom: 1px solid #ddd;
	font-size: min(3.5vw, 20px);
	font-weight: 600;
}

#main_Vis.feature .main_Box h4:not(:first-of-type) {
	margin-top: 30px;
}

.view_Box {
	display: none;
}

@media only screen and (max-width: 900px) {
	#main_Vis.img {
		height: 50vh;
		margin-bottom: 50px;
	}

	#main_Vis.img .main_Copy {
		gap: 10px;
		right: 5vw;
	}
}

#bread_List {
	justify-content: flex-start;
	font-size: 12px;
	gap: 5px;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}

#bread_List>li {
	display: flex;
	align-items: center;
	gap: 5px;
}

#bread_List>li::after {
	display: block;
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}

#bread_List>li:last-child::after {
	content: none;
}

#bread_List>li a {
	text-decoration: underline;
}

@media only screen and (max-width: 900px) {
	#bread_List {
		display: none;
	}
}

#shop_Info {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 50px;
}

.photo_Area {
	width: 50%;
}

.thumbnail {
	margin-top: 10px;
}

.thumbnail .slick-track {
	transform: unset !important;
}

.thumbnail-img {
	width: calc((100% - 50px) / 5) !important;
	margin: 0 5px 10px;
	opacity: 0.3;
	transition: opacity .3s linear;
}

.thumbnail .slick-current {
	opacity: 1;
}

.shop_Area {
	width: calc(100% - (50% + 50px));
}

.shop_Area article:not(:first-child) {
	margin-top: 30px;
}

.shop_Area h3 {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #d7edff;
	font-size: min(5vw, 16px);
	font-weight: 600;
	box-sizing: border-box;
}

.shop_Area h3+p {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.8
}

.rent_List>li {
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px dotted #888;
}

.rent_List>li>dl {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	gap: 0.5em;
	width: 100%;
	font-size: 16px;
}

.rent_List p {
	line-height: 1.8;
}

.rent_List dt {
	display: flex;
	position: relative;
	width: 8em;
	white-space: nowrap;
}

.rent_List dt::after {
	display: block;
	content: ':';
	position: absolute;
	right: 0;
	font-size: 16px;
}

.rent_List dd {
	width: calc(100% - 8.5em);
}

#contact_Form {
	margin-top: 80px;
}

#contact_Form h4 {
	margin-bottom: 1em;
	padding-bottom: 10px;
	color: #323232;
	border-bottom: 1px solid #323232;
	font-size: min(6vw, 26px);
	font-weight: 600;
	line-height: 1.5;
}

#contact_Form h4 span {
	display: block;
	color: #25488f;
	font-size: 14px;
}

#contact_Form p {
	font-size: 14px;
	line-height: 1.5;
}

#form {
	margin-top: 50px;
}

#form input,
#form textarea,
#form select {
	border: 1px solid #aaa;
	font-size: 16px;
	box-sizing: border-box;
}

#form li {
	padding: 25px 0 20px;
	border-bottom: 1px dotted #323232;
	box-sizing: border-box;
}

#form li:first-child {
	padding-top: 0;
}

#form dl {
	display: flex;
	align-items: center;
	gap: 30px;
}

#form dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 30%;
}

#form .req {
	display: block;
	padding: 5px 8px;
	color: #fff;
	background-color: #d97000;
	border-radius: 5px;
	font-size: 12px;
	box-sizing: border-box;
}

#form dd {
	width: calc(70% - 30px);
}

/* 個別設定 */
li[class^='form'] dd {
	gap: 2%;
}

li[class^='form'] label,
dd[class^='form'] label {
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: 120px;
	width: 49%;
	padding: 10px;
	background-color: #dce2e7;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-sizing: border-box;
}

li[class^='form'] label input,
dd[class^='form'] label input {
	max-width: auto;
	width: auto;
}

li[class^='form'] input,
dd[class^='form'] input,
li[class^='form'] textarea,
li[class^='form'] select {
	max-width: 500px;
	width: 100%;
	padding: 5px;
	background-color: #dce2e7;
	box-sizing: border-box;
	box-sizing: border-box;
}

li[class^='form'] label.filled,
dd[class^='form'] label.filled,
li[class^='form'] input.filled,
dd[class^='form'] input.filled,
li[class^='form'] textarea.filled,
li[class^='form'] select.filled {
	background-color: #fff !important;
}

li.form05 dd {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}

li.form05 label {
	max-width: 500px;
	width: 100%;
}

li.form05 span {
	align-items: center;
	max-width: 500px;
}

li.form05 span input {
	width: 40%;
	background-color: #fff;
}

.btn_Area {
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 50px auto;
}

.btn_Area>button {
	max-width: 350px;
	width: 100%;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
}

.btn_Area>button span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.submit_Btn {
	color: #fff;
	background-color: #25488f;
}

.privacy_box {
	height: 300px;
	padding: 20px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	overflow: scroll;
}

.privacy_caution {
	color: #FF0000;
	font-size: 12px;
	margin-bottom: 15px;
}

.privacy_title {
	background-color: #EFEFEF;
	color: #333333;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.privacy_contents {
	color: #333333;
	font-size: 12px;
}

.privacy_subtitle {
	color: #333333;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px #CCCCCC solid;
}

.privacy_box_title {
	font-size: 14px;
	color: #333333;
	margin-left: 30px;
	margin-top: 50px;
	font-weight: bold;
}

.privacy_box_title span {
	color: red;
}

.bsd_pmark_conteiner {
	overflow: hidden;
}

.bsd_pmark {
	float: right;
	margin: 0 10px;
}

.bsd_pmark img {
	width: 250px;
	height: 75px;
}

.i_win {
	display: block;
	width: 100%;
	background: url("/image/search/icon_list_orange.png") no-repeat scroll left center;
	background-size: 10px 10px;
	padding-left: 15px;
	margin: 5px auto;
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
	box-sizing: border-box;
}

.i_win>a {
	line-height: 1.5;
	word-break: break-all;
}

.mark_Area {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.mark_Area a {
	display: block;
	max-width: 300px;
	width: 40%;
}

@media only screen and (max-width: 900px) {
	#shop_Info {
		flex-direction: column;
		gap: 30px;
	}

	.photo_Area {
		width: 100%;
	}

	.shop_Area {
		width: 100%;
	}

	.shop_Area article:not(:first-child) {
		margin-top: 30px;
	}

	#contact_Form {
		margin-top: 50px;
	}

	#form {
		margin-top: 30px;
	}

	#form input,
	#form textarea {
		border: 1px solid #aaa;
		font-size: 16px;
		box-sizing: border-box;
		line-height: 1em;
	}

	#form dl {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	#form dt {
		justify-content: flex-start;
		gap: 20px;
		width: 100%;
	}

	#form dd {
		width: 100%;
	}

	/* 個別設定 */
	li[class^='form'] label {
		max-width: 100%;
	}

	li[class^='form'] input,
	li[class^='form'] textarea {
		max-width: 100%;
		padding: 10px;
	}

	.btn_Area {
		flex-direction: column;
		margin: 30px auto;
	}

	.btn_Area>button {
		max-width: 100%;
	}

	.mark_Area a {
		display: block;
		max-width: 300px;
		width: 100%;
	}
}

/* 分岐 */
.branch_Area {
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 80px auto;
}

.branch_Area a {
	display: block;
	max-width: 300px;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	background-color: #d00000;
	text-align: center;
}

#contact_Form {
	padding-top: 150px;
	margin-top: -150px;
}

@media only screen and (max-width: 900px) {
	.branch_Area {
		flex-direction: column;
		gap: 20px;
		margin: 40px auto;
	}

	.branch_Area a {
		display: block;
		max-width: 100%;
		width: 90%;
		font-size: 14px;
	}
}


/**
 *	housecleaning用のstyle
 */
.sub_area_wrap{
	background:#f5f5f5;
	padding:15px;
	margin-top: 15px;
	display: none;
}
.sub_area_wrap.show{
	display: block;
}
.sub_area_wrap figure{
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.sub_area_wrap figure img{
	width: 100%;
	max-width: 500px;
	height: auto;
}

#form dl .sub_dl dt{
	width: 10%;
}
#form dl .sub_dl dd{
	width: calc(90% - 30px);
}
#form dl .sub_dl .sub_sub_dl{
	padding: 5px 0;
}
#form dl .sub_dl .sub_sub_dl dt{
	width: 30%;
}
#form dl .sub_dl .sub_sub_dl dd{
	width: calc(70% - 30px);
}
@media only screen and (max-width: 900px) {
    #form dl .sub_dl dt,
	#form dl .sub_dl .sub_sub_dl dt{
        width: 100%;
    }
	#form dl .sub_dl dd,
	#form dl .sub_dl .sub_sub_dl dd{
		width: 100%;
	}
}

.label_list_wrap{
	display: flex;
	flex-direction:column;
	align-items: flex-start;
	gap :10px;
}
.label_list_wrap label{
	display: inline-flex !important;
	max-width: none !important;
	width: auto !important;
}

.housecleaning_form_row>dl>dd{
	width: 100% !important;
}
.housecleaning_form_row .housecleaning_form_label{
	display: inline-flex;
	max-width: none;
	width: auto;
}

.total_display_wrap{
	margin: 0 0 10px;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #ffe7e7;
}
.total_display_wrap #total_display{
	margin: 0 3px 0 9px;
    font-size: 22px;
    line-height: 1.3;
}

li.form05.mansion span input{
	background-color: #dce2e7;
}

#form input[type="date"]{
	min-height: 32px;
}
