@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){}

.heading-custom01 {
	position: relative;
	padding-left: 33px;
	margin-bottom: 30px;
}

.heading-custom01::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/common/bg_heading01.png) no-repeat left center;
	background-size: 18px 18px;
	position: absolute;
	left: 0;
	top: 11px;
}

.section-iner02 li::marker {
	color: #CCCCCC;
}

.section-inner {
	background: rgba(255,232,232, 0.9);
	padding: 50px;
	border-radius: 20px;
}

.heading-custom-wrap {
	text-align: center;
}

.heading-custom-wrap .heading-custom01 {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.section-iner02 {
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	margin: 0 auto;
    max-width: 80%;
	display: flex;
}

.section-custom {
	padding: 100px 0;
	/* margin: 0 60px; */
}

.bg-section01 {
	background: url(../images/common/bg_section01.jpg) no-repeat center;
	border-radius: 30px;
	background-size: cover;
}

.bg-section02 {
	background: url(../images/common/bg_section03.jpg) no-repeat center;
	border-radius: 30px;
	background-size: cover;
}

.bg-section03 {
	background: url(../images/common/bg_section02.jpg) no-repeat center;
	border-radius: 30px;
	background-size: cover;
}

.bg-section04 {
	background: url(../images/common/bg_section04.jpg) no-repeat center;
	border-radius: 30px;
	background-size: cover;
}

.header-contact-block {
	display: none;
}

.main-img-wrap {
	padding-top: 85px;
}

.sub-section-inner-block {
	background: #FFF4F4;
	border-radius: 10px;
}

.cycle-list li::marker {
	color: #36A1F3;
}

.sub-title {
	color: #333;
}

.section-inner-border {
	border: solid 2px #ccc;
	border-radius: 10px;
}

.coution-list li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}

.contact-tel {
	font-size: 50px;
}

.contact-tel span {
	font-size: 32px;
	margin-right: 10px
}

.contact-fax {
	font-size: 50px;
}

.contact-fax span {
	font-size: 32px;
	margin-right: 10px
}

.b-radius-10 {
	border-radius: 10px;
}

.section-iner03 {
	border-radius: 10px;
	padding: 30px;
}

.footer-logo a {
	background: none;
}


@media (max-width:1199px){
	.header {
		position: static;
	}
	.main-img-wrap {
		padding-top: 0px;
	}
	.contact-tel,.contact-fax {
		font-size: 40px;
	}
}

@media (max-width:991px){
	.contact-tel,.contact-fax {
		font-size: 32px;
	}
	.contact-tel span, .contact-fax span {
		font-size: 18px;
	}
	.section-iner03 {
		padding: 15px;
	}
}

@media (max-width:767px){
	.sp-text-left {
		text-align: left;
	}
	.section-inner {
		padding: 20px;
	}
	.heading-custom-wrap {
		text-align: left;
	}
	.heading-custom01 {
		margin-bottom: 15px;
	}
	.section-iner02 {
		max-width: 100%;
		padding: 15px;
	}
	.bg-section01 {
		background-position: 16%;
	}
	.bg-section04 {
		background-position: center right;
	}
	.sub-title {
		padding: 30px 10px 30px;
	}
	.mb-none {
		margin-bottom: 0 !important;
	}
	.sp-contact-mail {
		display: none;
	}
}