/*量産用CSS*/
/*-------------
全デバイスとスマホ向け
-------------*/
.mp-breadcrumbs {
	margin: 10px auto 9px!important;
}

/*メイン上*/
#main-mp {
	padding: 16px 0;
	background-image: url(http://kadenrepair.net/site/wp-content/uploads/2025/04/bg_main_laundry.jpg);
	background-size: cover;
	background-position: center center;
}
ul.main-condition {
	list-style-type: none;
	width: 94%;
	margin: 0 auto;
	display: block;
}
ul.main-condition li {
	width: 65%;
	text-align: center;
	background: #fff;
	border-radius: 25px;
	margin-bottom: 5px;
	font-size: 3.4vw;
	padding: 5px 0 6px;
	position: relative;
}
ul.main-condition li::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	left: 46%;
	bottom: -4px;
	transform: rotate(-45deg);
}
ul.main-condition li:nth-child(even) {
	margin-right: 0;
	margin-left: auto;
}
ul.main-condition li:last-child {
	margin-bottom: 0;
}

/*メイン下*/
#main-mp2 {
	padding: 15px 0;
}
.main-mp2-ttl {
	width: 90%;
	margin: 0 auto 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.main-mp2-ttl-txt {
	width: 62%;
}
.main-mp2-ttl-txt h2 {
	font-size: 7.8vw;
	font-weight: 600;
	color: #229ada;
	margin-bottom: 3px;
}
.main-mp2-ttl-txt h2 span {
	font-size: 4.6vw;
}
.main-mp2-ttl-txt h3 {
	font-size: 5vw;
	font-weight: 600;
}
.main-mp2-ttl-img {
	width: 35%;
}
.main-mp2-service {
	width: 95%;
	margin: 0 auto 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.main-mp2-service-txt {
	width: 72%;
}
.main-mp2-service-txt1 {
	background: #c50202;
	text-align: center;
	font-size: 3.4vw;
	font-weight: 600;
	color: #fff;
	padding: 9px 0;
	margin-bottom: 5px;
}
.main-mp2-service-txt1 span {
	background: #fff;
	color: #000;
	padding: 0 5px;
}
.main-mp2-service-txt2 {
	background: #3d5b86;
	color: #fff;
	padding: 9px 4% 10px;
	font-size: 3.4vw;
	font-weight: 600;
	line-height: 1.4;
}
.main-mp2-service-txt2 span {
	font-size: 4.1vw;
}
.main-mp2-service-img {
	width: 26%;
}
.main-mp2-service-imgph {
	width: 100%;
	margin: 0 auto 3px;
}
.main-mp2-service-imgcap {
	text-align: center;
	font-size: 2vw;
}
.main2-mp2-point {
	list-style-type: none;
	width: 92%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5%;
}
.main2-mp2-point li {
	width: 27%;
	text-align: center;
	margin-bottom: 10px;
	background: #eee;
	border-radius: 5px;
	padding: 6px 2%;
}
.main2-mp2-point-icon {
	width: 60%;
	margin: 0 auto 5px;
}
.main2-mp2-point li h4 {
	font-size: 3.4vw;
	color: #3d5b86;
	line-height: 1.4;
}
.mp-brand {
	width: 96%;
	margin: 0 auto 10px;
}

/*作業時間*/
.mp-time-cp {
	text-align: center;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
}
#mp-time {
	width: 84%;
	margin: 0 auto 15px;
	border: 2px solid #3d5b86;
	padding: 12px 3%;
}
#mp-time h2 {
	text-align: center;
	color: #3d5b86;
	font-size: 4.5vw;
	margin-bottom: 10px;
}
ul.mp-time-detail li {
	display: inline-block;
	font-size: 3.5vw;
	font-weight: bold;
	color: #444;
	margin: 0 12px 0 0;
}
ul.mp-time-detail li span {
	color: #3d5b86;
	font-size: 4.5vw;
	background: #f0ff00;
}

/*よくあるトラブルと料金のご説明*/
#mp-case {
	background: #eee;
	padding-bottom: 1px;
}
#mp-case h2 {
	text-align: center;
	background: #3d5b86;
	padding: 10px 0;
	font-size: 4.2vw;
	color: #fff;
	margin-bottom: 15px;
}
#mp-case h3 {
	text-align: center;
	color: #3d5b86;
	font-size: 3.7vw;
	margin-bottom: 10px;
}
ul.mp-case-list {
	list-style-type: none;
	display: block;
	width: 90%;
	margin: 0 auto 30px;
}
ul.mp-case-list li {
	background: #fff;
	border-radius: 7px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
ul.mp-error-no {
	list-style-type: none;
	text-align: center;
}
ul.mp-error-no li {
	display: inline-block;
	background: #3d5b86;
	border-radius: 0;
	padding: 5px 10px 7px;
	font-size: 3.5vw;
	color: #fff;
	margin-bottom: 7px;
}
ul.mp-case-list li h4 {
	text-align: center;
	font-size: 4vw;
	line-height: 1.3;
}
ul.mp-case-list li h4 span {
	font-size: 5vw;
	color: #f42929;
}

/*こんなお困りはないですか*/
#mp-okomari {
	background: #eee;
}
#mp-okomari h2 {
	text-align: center;
	background: #3d5b86;
	padding: 10px 0;
	font-size: 4.2vw;
	color: #fff;
	margin-bottom: 15px;
}
ul.mp-okomarist {
	list-style-type: none;
	width: 90%;
	margin: 0 auto;
}
ul.mp-okomarist li {
	font-size: 3vw;
	margin-bottom: 2px;
}
.mp-okomariya {
	width: 40%;
	margin: 0 auto 5px;
}
#mp-okomari h3 {
	text-align: center;
	color: #3d5b86;
	font-size: 4.2vw;
	line-height: 1.4;
	margin-bottom: 5px;
}
.mp-staff {
	position: relative;
}
.mp-staff-photo {
	width: 47%;
	margin: 0 auto;
}
.mp-staff-txt {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	font-size: 4.2vw;
	line-height: 1.4;
	font-weight: 700;
	color: #f0ff00;
	text-shadow:2px 2px 0 #3d5b86, -2px -2px 0 #3d5b86,
    -2px 2px 0 #3d5b86, 2px -2px 0 #3d5b86,
    0px 2px 0 #3d5b86,  0 -2px 0 #3d5b86,
    -2px 0 0 #3d5b86, 2px 0 0 #3d5b86;
}

/*料金・サービス*/
.mp-service {
	background: #fff;
}
.mp-service h2 {
	text-align: center;
	background: #3d5b86;
	padding: 10px 0;
	font-size: 4.1vw;
	color: #fff;
	margin-bottom: 15px;
}
.mp-service-sub {
	width: 90%;
	margin: 0 auto 5px;
	font-size: 3.8vw;
	font-weight: 500;
	color: #3d5b86;
}
.mp-service-ba {
	width: 90%;
	margin: 0 auto 25px;
}
.mp-ttl-drum {
	width: 90%;
	margin: 0 auto 15px;
}
.mp-service table {
	width: 90%;
	margin: 0 auto 15px;
}
.mp-service table th {
	background: #3d5b86;
	color: #fff;
	padding: 7px;
	border: 1px solid #ccc;
	font-size: 3.5vw;
}
.mp-service table td {
	padding: 11px;
	border: 1px solid #ccc;
	font-size: 3.2vw;
}
.mp-service-price {
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	color: #f42929;
}
.mp-service h3 {
	text-align: center;
	color: #3d5b86;
	font-size: 4.2vw;
	margin-bottom: 25px;
}
.mp-service h4 {
	text-align: center;
	font-size: 4.2vw;
	margin-bottom: 5px;
}

/*使い方と予防策*/
#mp-measures {
	background: #fff;
}
#mp-measures h2 {
	text-align: center;
	background: #229ada;
	padding: 10px 0;
	font-size: 4vw;
	color: #fff;
	margin-bottom: 15px;
}
.mp-measures-img {
	width: 90%;
	margin: 0 auto 15px;
}
.mp-measures-img-s {
	width: 80%;
	margin: 0 auto 15px;
}
#mp-measures p {
	width: 90%;
	margin: 0 auto 30px;
}

/*トラブルの実例 */
#mp-example {
	background: #eee;
	padding-bottom: 10px;
}
#mp-example h2 {
	text-align: center;
	background: #229ada;
	padding: 10px 0;
	font-size: 4.2vw;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 15px;
}
.mp-example-txt {
	width: 90%;
	margin: 0 auto 15px;
}
ul.mp-example-list {
	list-style-type: none;
	display: block;
	width: 90%;
	margin: 0 auto;
}
ul.mp-example-list li {
	display: block;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}
ul.mp-example-list li h3 {
	background: #333;
	color: #fff;
	font-size: 3.8vw;
	line-height: 1.4;
	padding: 10px 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.mp-example-list-txt {
	padding: 15px 4%;
	text-align: center;
}
.toggle-btn {
	text-align: center;
	display: block;
	width: 40%;
	margin: 0 auto;
	background: #229ada;
	border-radius: 5px;
	padding: 4px 0 3px;
	font-size: 3.6vw;
	color: #fff;
	cursor: pointer;
}
.toggle-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}
.toggle-content.open {
	max-height: 600px; /* 内容に応じて十分な高さを設定しておく */
}
.mp-example-list-txt p {
	text-align: left;
	margin-bottom: 0;
	padding-top: 15px;
}
.mp-example-special {
	display: block;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
}
.mp-example-special h3 {
	background: #333;
	color: #fff;
	font-size: 3.8vw;
	line-height: 1.4;
	padding: 10px 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.mp-example-special p {
	padding: 15px 4%;
}

/*選ばれる理由*/
#mp-why {
	width: 90%;
	margin: 30px auto;
}
#mp-why h2 {
	text-align: center;
	color: #3d5b86;
	font-size: 4.4vw;
	line-height: 1.4;
	margin-bottom: 15px;
}
#mp-why ul {
	list-style-type: none;
	display: block;
	width: 92%;
	margin: 0 auto;
}
#mp-why ul li {
	background: #eee;
	padding: 15px 5%;
	margin-bottom: 15px;
	position: relative;
}
.why-no {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: #3d5b86;
	padding: 10px;
	font-size: 6vw;
	font-weight: bold;
	color: #fff;
}
.why-img {
	margin-bottom: 10px;
}
#mp-why ul li h3 {
	text-align: center;
	color: #3d5b86;
	font-size: 5vw;
	margin-bottom: 6px;
}
#mp-why ul li p {
	margin-bottom: 0;
}
.mp-matome {
	width: 90%;
	margin: 0 auto;
}

/*お客様の口コミ */
#mp-voice {
	background: #eee;
	padding-bottom: 10px;
}
#mp-voice h2 {
	text-align: center;
	background: #229ada;
	padding: 10px 0;
	font-size: 4.2vw;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 15px;
}
ul.mp-voice-list {
	list-style-type: none;
	width: 90%;
	margin: 0 auto;
}
ul.mp-voice-list li {
	clear: both;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
.mp-voice-list-ttl {
	padding: 15px 0 10px;
	text-align: center;
}
.mp-voice-list-ttl h3 {
	font-size: 4.2vw;
	color: #229ada;
}
.mp-voice-list-txt {
	font-size: 3.2vw;
}
.mp-voice-list-detail {
	width: 90%;
	margin: 0 auto;
}
.mp-voice-photo {
	width: 43%;
	float: left;
	margin: 8px 4% 15px 0;
}
.mp-voice-list-detail p {
	margin-bottom: 20px;
}

/*エリア*/
#mp-area h3 {
	font-size: 4vw;
	color: #229ada;
	text-align: center;
	margin-bottom: 10px;
}
.blog-townname {
	width: 90%;
	margin: 0 auto 30px;
}
.mp-areainfo-txt {
	width: 90%;
	margin: 0 auto 30px;
	overflow: hidden;
}

/*会社概要*/
#company table {
	width: 90%;
	margin: 0 auto 30px;
}
#company table th {
	font-size: 3.5vw;
	color: #fff;
	padding: 10px;
	background: #229ada;
	border: 2px solid #fff;
}
#company table td {
	font-size: 3.3vw;
	padding: 10px;
	background: #eee;
	border: 2px solid #fff;
}

/*-------------
PC向け（780px以上）
-------------*/
@media only screen and (min-width: 880px) {
	.mp-breadcrumbs {
		margin: 10px auto 15px!important;
	}
	/*メイン上*/
	ul.main-condition {
		width: 700px;
		margin: 0 auto;
	}
	ul.main-condition li {
		width: 65%;
		border-radius: 30px;
		margin-bottom: 10px;
		font-size: 18px;
		padding: 7px 0 8px;
		position: relative;
	}
	ul.main-condition li::after {
		content: '';
		width: 14px;
		height: 14px;
		background: #fff;
		position: absolute;
		left: 48%;
		bottom: -7px;
		transform: rotate(-45deg);
	}
	
	/*メイン下*/
	#main-mp2 {
		padding: 25px 0;
	}
	.main-mp2-ttl {
		width: 900px;
		margin: 0 auto 20px;
	}
	.main-mp2-ttl-txt {
		width: 50%;
	}
	.main-mp2-ttl-txt h2 {
		font-size: 80px;
		margin-bottom: 5px;
	}
	.main-mp2-ttl-txt h2 span {
		font-size: 36px;
	}
	.main-mp2-ttl-txt h3 {
		font-size: 44px;
	}
	.main-mp2-ttl-img {
		width: 40%;
	}
	.main-mp2-service {
		width: 900px;
		margin: 0 auto 20px;
	}
	.main-mp2-service-txt {
		width: 77%;
	}
	.main-mp2-service-txt1 {
		font-size: 28px;
		padding: 15px 0;
		margin-bottom: 12px;
	}
	.main-mp2-service-txt1 span {
		padding: 0 5px;
	}
	.main-mp2-service-txt2 {
		text-align: center;
		padding: 15px 4% 17px;
		font-size: 28px;
	}
	.main-mp2-service-txt2 span {
		font-size: 39px;
	}
	.main-mp2-service-img {
		width: 20%;
	}
	.main-mp2-service-imgph {
		width: 100%;
		margin: 0 auto 5px;
	}
	.main-mp2-service-imgcap {
		font-size: 14px;
		line-height: 1.3;
	}
	.main2-mp2-point {
		width: 900px;
		margin: 0 auto 12px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		gap: 0;
	}
	.main2-mp2-point li {
		width: 13%;
		margin-bottom: 10px;
		border-radius: 5px;
		padding: 12px 1.5%;
	}
	.main2-mp2-point-icon {
		width: 65%;
		margin: 0 auto 8px;
	}
	.main2-mp2-point li h4 {
		font-size: 17px;
	}
	.mp-brand {
		width: 800px;
		margin: 0 auto 50px;
	}
	
	/*作業時間*/
	.mp-time-cp {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#mp-time {
		width: 840px;
		margin: 0 auto 15px;
		padding: 15px 30px;
	}
	#mp-time h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	ul.mp-time-detail li {
		display: inline-block;
		font-size: 17px;
		margin: 0 15px 0 0;
	}
	ul.mp-time-detail li span {
		font-size: 22px;
	}
	
	/*よくあるトラブルと料金のご説明*/
	#mp-case {
		padding-bottom: 1px;
	}
	#mp-case h2 {
		padding: 15px 0;
		font-size: 28px;
		margin-bottom: 15px;
	}
	#mp-case h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	ul.mp-case-list {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		width: 880px;
		margin: 0 auto;
		gap: 4%;
	}
	ul.mp-case-list li {
		width: 48%;
		border-radius: 10px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	ul.mp-error-no {
	}
	ul.mp-error-no li {
		display: inline-block;
		width: auto;
		border-radius: 0;
		padding: 5px 10px 7px;
		font-size: 17px;
		margin-bottom: 10px;
	}
	ul.mp-case-list li h4 {
		font-size: 19px;
		line-height: 1.3;
	}
	ul.mp-case-list li h4 span {
		font-size: 25px;
	}
	
	/*こんなお困りはないですか*/
	#mp-okomari {
	}
	#mp-okomari h2 {
		padding: 15px 0;
		font-size: 28px;
		margin-bottom: 15px;
	}
	ul.mp-okomarist {
		width: 520px;
		margin: 0 auto;
	}
	ul.mp-okomarist li {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.mp-okomariya {
		width: 250px;
		margin: 0 auto 10px;
	}
	#mp-okomari h3 {
		font-size: 33px;
		margin-bottom: 10px;
	}
	.mp-staff {
	}
	.mp-staff-photo {
		width: 300px;
		margin: 0 auto;
	}
	.mp-staff-txt {
		display: block;
		width: 100%;
		position: absolute;
		bottom: 30px;
		left: 0;
		font-size: 33px;
		text-shadow:2px 2px 0 #3d5b86, -2px -2px 0 #3d5b86,
    	-2px 2px 0 #3d5b86, 2px -2px 0 #3d5b86,
    	0px 2px 0 #3d5b86,  0 -2px 0 #3d5b86,
    	-2px 0 0 #3d5b86, 2px 0 0 #3d5b86;
	}
	
	/*料金・サービス*/
	.mp-service {
	}
	.mp-service h2 {
		padding: 15px 0;
		font-size: 28px;
		margin-bottom: 15px;
	}
	.mp-service-sub {
		width: 800px;
		margin: 0 auto 10px;
		font-size: 24px;
	}
	.mp-service-ba {
		width: 800px;
		margin: 0 auto 30px;
	}
	.mp-ttl-drum {
		width: 800px;
		margin: 0 auto 15px;
	}
	.mp-service table {
		width: 800px;
		margin: 0 auto 15px;
	}
	.mp-service table th {
		padding: 12px;
		border: 1px solid #ccc;
		font-size: 18px;
	}
	.mp-service table td {
		padding: 15px;
		border: 1px solid #ccc;
		font-size: 18px;
	}
	.mp-service-price {
	}
	.mp-service h3 {
		font-size: 21px;
		margin-bottom: 30px;
	}
	.mp-service h4 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	
	/*使い方と予防策*/
	#mp-measures {
	}
	#mp-measures h2 {
		padding: 15px 0;
		font-size: 28px;
		margin-bottom: 15px;
	}
	.mp-measures-img {
		width: 900px;
		margin: 0 auto 15px;
	}
	.mp-measures-img-s {
		width: 600px;
		margin: 0 auto 15px;
	}
	#mp-measures p {
		width: 900px;
		margin: 0 auto 30px;
	}
	
	/*トラブルの実例 */
	#mp-example {
		padding-bottom: 10px;
	}
	#mp-example h2 {
		padding: 15px 0;
		font-size: 28px;
		margin-bottom: 15px;
	}
	.mp-example-txt {
		width: 900px;
		margin: 0 auto 15px;
	}
	ul.mp-example-list {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		width: 980px;
		margin: 0 auto;
		gap: 4%;
	}
	ul.mp-example-list li {
		width: 48%;
		display: block;
		margin-bottom: 20px;
	}
	ul.mp-example-list li h3 {
		font-size: 18px;
		padding: 15px 0;
	}
	.mp-example-list-txt {
		padding: 15px 4%;
	}
	.toggle-btn {
		width: 40%;
		margin: 0 auto;
		padding: 1px 0 3px;
		font-size: 18px;
	}
	.toggle-content {
	}
	.toggle-content.open {
		max-height: 600px;
	}
	.mp-example-list-txt p {
		margin-bottom: 0;
		padding-top: 20px;
	}
	.mp-example-special {
		width: 980px;
		margin: 0 auto;
	}
	.mp-example-special h3 {
		font-size: 18px;
		padding: 15px 0;
	}
	.mp-example-special p {
		padding: 20px 4%;
	}
	
	/*選ばれる理由*/
	#mp-why {
		width: 900px;
		margin: 30px auto;
	}
	#mp-why h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	#mp-why ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto 20px;
	}
	#mp-why ul li {
		width: 28%;
		padding: 25px 20px;
		margin-bottom: 15px;
		position: relative;
	}
	.why-no {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		padding: 10px;
		font-size: 30px;
	}
	.why-img {
		margin-bottom: 20px;
	}
	#mp-why ul li h3 {
		text-align: center;
		color: #3d5b86;
		font-size: 19px;
		margin-bottom: 11px;
	}
	.mp-matome {
		width: 600px;
		margin: 0 auto;
	}
	
	/*お客様の口コミ */
	#mp-voice {
		padding-bottom: 10px;
	}
	#mp-voice h2 {
		padding: 15px 0;
		font-size: 28px;
		margin-bottom: 15px;
	}
	ul.mp-voice-list {
		width: 900px;
		margin: 0 auto;
	}
	ul.mp-voice-list li {
		margin-bottom: 20px;
	}
	.mp-voice-list-ttl {
		padding: 20px 0 15px;
	}
	.mp-voice-list-ttl h3 {
		font-size: 26px;
	}
	.mp-voice-list-txt {
		font-size: 16px;
	}
	.mp-voice-list-detail {
		width: 90%;
		margin: 0 auto;
	}
	.mp-voice-photo {
		width: 24%;
		float: left;
		margin: 9px 4% 20px 0;
	}
	.mp-voice-list-detail p {
		margin-bottom: 20px;
	}

	/*エリア*/
	#mp-area h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.blog-townname {
		width: 900px;
		margin: 0 auto 30px;
	}
	.mp-areainfo-txt {
		width: 900px;
		margin: 0 auto 30px;
	}

	/*会社概要*/
	#company table {
		width: 900px;
		margin: 0 auto 30px;
	}
	#company table th {
		font-size: 18px;
		padding: 20px 0;
	}
	#company table td {
		font-size: 17px;
		line-height: 1.5;
		padding: 20px;
	}

}