@charset "utf-8";

/*---------------------------------------------

childcareページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼ページタイトル部分PC */
#pagetitle {
	background: url("../img/childcare/pagetitle_bk.webp") no-repeat;
	background-size: cover;
}

#pagetitle h1 {
	width: 360px;
	margin: 0 auto;
	padding: 90px 0;
}

#pagetitle h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#contents_top {
	background: url("../img/siteicon01.png") no-repeat center top 120px;
	background-size: 154px;
	margin: 0 auto 20px auto;
	padding: 274px 0 0 0;
}

h2 {
	padding-top: 120px;
	width: 360px;
	margin: 0 auto 25px auto;
}

h2 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼開始テキスト部分PC */
#firsttxt .inner {
	width: 900px;
	padding: 30px 0 0 0;
}

#firsttxt p:nth-of-type(1) {
	font-size: 28px; font-size: 2.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
}

#firsttxt p:nth-of-type(2) {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

/* ▼施設紹介部分PC */
#facility .inner {width: 900px;}

#facility h2 {margin-bottom: 40px;}

.fbox {position: relative;}

.fbox:last-of-type {border-bottom: solid 1px #7f7f7f;}

.fname {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 10px;
	border-top: solid 1px #7f7f7f;
	padding-top: 36px;
}

.logoset {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logoset > li {margin: 0 15px;}

.fbox:nth-of-type(1) .logoset {margin-bottom: 10px;}

.fbox:nth-of-type(2) .logoset {margin-bottom: 30px;}

.ftxt {
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 30px;
}

.detailtxt {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 30px;
}

.linkbtn a {
	display: block;
	width: 540px;
	margin: 0 auto 35px auto;
	border-radius: 9999px;
	background: #e76ea5;
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}

.add {min-height: 330px;}

.fbox table {width: 600px;}

.fbox table th, .fbox table td {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	font-weight: normal;
	text-align: left;
	padding: 5px 0;
}

.fbox table td a {color: #000;}

.gmap {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 300px;
}

/* ▼グループ認可園部分PC */
#group {padding-bottom: 50px;}

#group h2 {margin-bottom: 40px;}

#group p {
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 50px;
}

.gbn {
	display: flex;
	width: 820px;
	margin: 0 auto;
	justify-content: space-between;
}

.gbn li {width: 382px;}

.gbn li img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

}

@media only screen and (max-width: 767px) {

/* ▼ページタイトル部分SP */
#pagetitle {
	background: url("../img/childcare/pagetitle_bk_sp.webp") no-repeat;
	background-size: cover;
}

#pagetitle h1 {
	width: 70%;
	margin: 0 auto;
	padding: 16vw 0;
}

#pagetitle h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#contents_top {
	background: url("../img/siteicon01.png") no-repeat center top 18vw;
	background-size: 30vw;
	margin: 0 auto 4vw auto;
	padding: 48vw 0 0 0;
}

h2 {
	padding-top: 15vw;
	width: 80%;
	margin: 0 auto 4vw auto;
}

h2 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/* ▼開始テキスト部分SP */
#firsttxt .inner {
	padding: 6vw 0 0 0;
}

#firsttxt p:nth-of-type(1) {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5vw;
}

#firsttxt p:nth-of-type(2) {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

/* ▼施設紹介部分SP */
#facility h2 {margin-bottom: 8vw;}

.fbox:last-of-type {border-bottom: solid 1px #7f7f7f;}

.fname {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 8vw;
	border-top: solid 1px #7f7f7f;
	padding-top: 8vw;
}

.logoset {margin-bottom: 6vw;}

.logoset > li {margin: 0 auto 4vw auto;}

.fbox:nth-of-type(1) .logoset > li:nth-of-type(1) {width: 25%;}

.fbox:nth-of-type(1) .logoset > li:nth-of-type(2) {width: 90%;}

.fbox:nth-of-type(2) .logoset > li:nth-of-type(1) {width: 28%;}

.fbox:nth-of-type(2) .logoset > li:nth-of-type(2) {width: 66%;}

.logoset > li img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.ftxt {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 6vw;
	font-weight: bold;
}

.detailtxt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 6vw;
}

.linkbtn a {
	display: block;
	width: 100%;
	margin: 0 auto 8vw auto;
	border-radius: 9999px;
	background: #e76ea5;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding: 3vw 0;
	color: #fff;
	text-decoration: none;
}

.fbox table {width: 100%;}

.fbox table th {font-weight: bold;}

.fbox table th, .fbox table td {
	display: block;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	padding: 0.5vw 0;
}

.fbox table td {margin-bottom: 8vw;}

.fbox table td a {color: #000;}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 4vw;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ▼グループ認可園部分SP */
#group {padding-bottom: 5vw;}

#group h2 {margin-bottom: 8vw;}

#group p {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 8vw;
}

.gbn {
	width: 80%;
	margin: 0 auto;
}

.gbn li {width: 100%;}

.gbn li img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.gbn li:nth-of-type(1) {margin-bottom: 8vw;}

}
