@charset "UTF-8";

.breadcrumb {
	margin-top: 0 !important;
	margin-bottom: 60px;
}


.contact_container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}


.week {
	display: flex;
	margin-bottom: 10px;
	padding-left: 173px;
	column-gap: 14px;
}
.mw_wp_form_preview .week {
	display: none;
}

.work_time-contents {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;

	row-gap: 10px;
}
.work_time-contents:not(:nth-last-of-type(1)) {
	margin-bottom: 10px;
}
.work_time-contents > fieldset {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;

	row-gap: 10px;
}

.work_time-contents dt {
	width: 170px;
	padding-right: 20px;
	font-weight: normal;
	font-size: 16px;
	text-align: right;
}
body.font-large .work_time-contents dt {
	font-size: calc(16px + 2px);
}
body.font-extra-large .work_time-contents dt {
	font-size: calc(16px + 6px);
}

.work_time-contents dd {
	width: calc(100% - 170px);
}

.week_list {
	display: flex;
	column-gap: 10px;
}

.work_time-contents dd:nth-of-type(-n+3) p {
	display: none;
}


.common_contact-descript {
	display: block;
	position: relative;
	z-index: 1;
	max-width: max-content;
	width: 100%;
	margin: 0 auto;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.757rem + 0.25vw, 1rem);
	line-height: clamp(1.563rem, 1.09rem + 0.99vw, 2.063rem);
	text-align: center;
	letter-spacing: 0.05em;
}
body.font-large .common_contact-descript {
	font-size: calc(clamp(0.875rem, 0.757rem + 0.25vw, 1rem) + 2px);
}
body.font-extra-large .common_contact-descript {
	font-size: calc(clamp(0.875rem, 0.757rem + 0.25vw, 1rem) + 6px);
}

.ex_list ul {
	display: flex;
	font-weight: 16px;
	font-weight: 500;
	column-gap: 30px;
}
.check_caution {
	display: block;
	width: 100%;
	padding-right: 15px;
	text-align: right;
}
.mw_wp_form_preview .check_caution {
	display: none;
}
.work_error {
	display: none;
}
@media screen and (min-width: 541px) {
	.common_contact-descript br {
		display: none;
	}
}

.mw_wp_form {
	position: relative;
	z-index: 1;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.main_container {
		position: relative;
		padding: 120px 0 60px;
	}

	.main_container::before {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		max-width: 3340px;
		width: 3340px;
		width: 173.9584%;
		background-image: url(../images/contact_bgpc.webp);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
		content: "";

		aspect-ratio: 3340/8201;
	}


	.contact_container {
		width: 95%;
	}

	.title_container {
		margin-bottom: 40px;
	}

	.common_contact-descript {
		width: 95%;
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 767px) {
	.main_container {
		padding: 115px 0 30px;
	}

	.contact_container {
		width: calc(100% - 40px);
	}

	.title_container {
		margin-bottom: 30px;
	}

	.common_contact-descript {
		margin-bottom: 20px;
	}
}
