@charset "utf-8";

p {
	line-height: 1.56;
}

.wrapper {
	margin: 40px auto;
	padding: 0 20px;
}

.mv_ttl {
	padding-top: 100px;
	position: relative;
}

.mv_ttl::before {
	position: absolute;
	content: "";
	width: 134px;
	height: 79px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../img/common/facility_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.common-mv::before {
	background-image: url(../img/facility/facility-mv-sp.jpg);
	background-size: cover;
}

.main_txt01 {
	text-align: left;
	margin-bottom: 50px;
	/* margin: 50px 0; */
}

.use_main_ttl {
	/* max-width: 270px; */
	color: #333;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	padding: 20px 65px 10px;
	line-height: 1.4;
	margin: 0 auto 40px;
	position: relative;
}

.use_main_ttl::before {
	position: absolute;
	content: "";
	background-image: url(../img/common/common_ttl-left.svg);
	bottom: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	width: 53px;
	height: 42px;
}

.use_main_ttl::after {
	position: absolute;
	content: "";
	background-image: url(../img/common/common_ttl-right.svg);
	bottom: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	width: 53px;
	height: 42px;
}

.img,
.txt {
	display: block;
	width: 100%;
	margin-top: 30px;
}

.desc_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 12px;
	margin: 50px 0;
}

.desc_table thead tr {
	background-color: #F2FBFC;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.desc_table tr th, .desc_table tr td {
	font-size: 12px;
	padding: 10px 5px;
	line-height: 1.5;
	font-weight: 300;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: middle;
}

.desc_table th:first-child {
	width: 15%;
}

.desc_table tr th:last-child, .desc_table tr td:last-child {
	border-right: none;
}

.contact_banner a {
	display: block;
	color: #FFF;
	background-color: #00AACC;
	border: 1px solid #00AACC;
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	text-align: center;
	line-height: 2;
}

.contact_banner a span {
	font-size: 20px;
}

.qa h2 {
	width: 100%;
	padding: 100px 0 0 0;
}

.qa h2::after {
	display: none;
}

.qa h2::before {
	position: absolute;
	content: "";
	width: 94px;
	height: 79px;
	top: 0;
	left: 0;
	right: 0;
	bottom: initial;
	margin: auto;
	background-image: url(../img/common/header-faq-scroll.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.faq__contents {
	margin-bottom: 30px;
}
.faq__contents__ttl {
	display: flex;
	margin-bottom: 15px;
}
.faq__contents__Q_icon {
	width: 43px;
	position: relative;
}
.faq__contents__Q_icon::before {
	position: absolute;
	content: "";
	width: 43px;
	height: 43px;
	background-image: url(../img/faq/faq_Q_idon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
}
.faq__contents__txt {
	width: calc(100% - 53px);
	margin-left: 10px;
	font-weight: 500;
	font-size: 20px;
	color: #333;
	line-height: 1.4;
}
.faq__contents__caption {
	background-color: #F2FBFC;
	padding: 20px 15px;
	padding-left: 43px;
	position: relative;
	margin-left: 10px;
}
.faq__contents__A_icon {
	position: absolute;
	content: "";
	width: 43px;
	height: 43px;
	background-image: url(../img/faq/faq_A_idon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	left: -10px;
	top: -5px;
}
.faq__contents__cation-txt {
	line-height: 1.4;
}

.nursury_box01 {
	margin: 50px 0;
}

.nursury_box01 li {
	width: 100%;
	border: 1px solid #00AACC;
	border-radius: 10px;
	padding: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.nursury_box02 {
	margin: 50px 0;
}

.nursury_box01 li {
	width: 100%;
	line-height: 1.5;
}

.nursury_box02 li {
	margin-bottom: 20px;
}

.nursury_box02 li img {
	width: 100%;
	height: 50vw;
    object-fit: cover;
}

.nursury_box02 li p {
	margin-top: 20px;
}

.pc_part_none {
	display: none;
}
.pc_part_block {
	display: block;
}

@media screen and (min-width: 768px) {
	.pc_part_block {
        display: none;
    }
	.pc_part_none {
		display: inline-block;
	}
	.main_content {
		padding-top: 0;
	}
	.wrapper {
		max-width: 1150px;
		margin: 80px auto;
		padding: 0 70px;
	}
	.common-mv {
		margin-top: 81px!important;
	}
	.common-mv::before {
		background-image: url(../img/facility/facility-mv-pc.jpg);
	}
	.main_txt01,
	.main_txt02,
	.main_txt03 {
		text-align: center;
	}
	.use_main_ttl {
		max-width: 458px;
		font-size: 30px;
		padding: 0 65px 5px;
		margin: 0 auto 70px;
		margin-bottom: 60px;
	}
	.fb_box {
		display: flex;
		justify-content: space-between;
	}

	.img {
		width: 35%;
	}

	.txt {
		width: 60%;
	}

	.desc_table {
		margin: 80px 0;
	}

	.desc_table thead tr {
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
	}

	.desc_table tr th, .desc_table tr td {
		font-size: 16px;
		padding: 10px 1em;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
	}

	.desc_table thead tr th {
		border-right: 1px solid #666;
		padding: 10px 3px;
	}

	.contact_banner a {
		padding: 25px 0;
		font-size: 20px;
	}

	.contact_banner a span {
		font-size: 26px;
	}

	.contact_banner a:hover {
		background-color: #FFF;
		color: #00AACC;
	}

	.qa h2 {
		max-width: initial;
	}

	.faq__contents {
		margin-bottom: 95px;
	}
	.faq__contents__ttl {
		margin-bottom: 40px;
	}
	.faq__contents__Q_icon {
		width: 54px;
	}
	.faq__contents__Q_icon::before {
		width: 54px;
		height: 54px;
	}
	.faq__contents__txt {
		width: calc(100% - 74px);
		margin-left: 20px;
		font-size: 25px;
	}
	.faq__contents__caption {
		padding: 20px 30px;
		padding-left: 64px;
	}
	.faq__contents__A_icon {
		width: 54px;
		height: 54px;
		left: -7px;
		top: -5px;
	}

	.nursury_box01 li {
		width: 23%;
		padding: 30px 20px;
		margin-bottom: 0;
	}

	.nursury_box02 li {
		width: 30%;
		margin-bottom: 0;
	}

	.nursury_box02 li img {
		height: 200px;
	}
}