@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Fredoka+One&display=swap');
/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

/*おたまちゃんくらすにおいでよ*/
#introduce .container {
	padding-left: 15px;
	padding-right: 15px;
}

#introduce .title {
	text-align: center;
}

#introduce .title img {
	width: 80%;
}

#introduce h4 {
	border-bottom: 1px dotted #308C6B;
	color: #308C6B;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 20px 0 5px;
}

#introduce h4 img {
	width: 35px;
	height: auto;
	padding-right: 5px;
}


#introduce .attention {
	border-radius: 10px;
	background-color: orange;
	color: #333;
	margin: 10px 0 10px;
	padding: 15px;
	text-align: center;
	width: 100%;
}

#introduce .attention h3 {
	font-size: 18px;
}
#introduce .attention p {
	font-size: 20px;
	margin-bottom: 0;
}

#introduce .otama_form {
	background-color: #0056a8;
	border-radius: 10px;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#introduce .otama_form:hover {
	background-color: #0070DC;
}

#introduce .contact { 
	border: 1px solid orange;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	width: 100%;
}

#introduce .contact .tel {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

#introduce .yumekko {
	margin: 30px 0 20px;
	text-align: right;
}

#introduce .yumekko a {
	background-color: #65B96C;
	color: #333;
	padding: 10px 15px;
	text-decoration: none;
}

#introduce .yumekko a:hover {
	background-color: #81D388;
}

#introduce strong {
	color: red;
}



/*一日の流れ*/
#program table th {
	/*background-color: transparent;*/
	color: #213A9A;
	display: block;
	font-family: 'Fredoka One', cursive;
	font-size: 40px;
	line-height: 80px;
	height: 80px;
	padding-left: 70px;
	/*padding-bottom: 10px;*/
	vertical-align: middle;
	width: 100%;
}

#program table td {
	background-color: #fff;
	border: 3px solid #00a0e9;
	border-radius: 45px;
	color: #333;
	display: block;
	font-size: 16px;
	height: 90px;
	padding: 8px 30px;
	position: relative;
	vertical-align: middle;
	width: 100%;
}


#program tr:nth-child(1) th {
	background: url(../images/otama/otama_1.gif) no-repeat left center;
	
}

#program tr:nth-child(2) th {
	background: url(../images/otama/otama_2.gif) no-repeat left center;
	
}

#program tr:nth-child(3) th {
	background: url(../images/otama/otama_3.gif) no-repeat left center;
	
}

#program tr:nth-child(4) th {
	background: url(../images/otama/otama_4.gif) no-repeat left center;
	
}

#program tr:nth-child(5) th {
	background: url(../images/otama/otama_5.gif) no-repeat left center;
	
}

/*1日の流れのフキダシ*/
#program table td:before {
	content: "";
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
	position: absolute;
	left: 15%;
	top: -22px;
	z-index: 2;
}

#program table td:after {
	content: "";
	border: 12px solid transparent;
	border-bottom: 12px solid #00a0e9;
	position: absolute;
	left: 15%;
	top: -26px;

}

/*--------------------------------------------*/
/*スマホ(360px以下)*/
/*--------------------------------------------*/

@media (max-width: 360px) {
	#program table td {
		line-height: 1.2;
		padding: 8px 35px;
	}


}




/*年間予定表*/
#schedule table {
	background-color: #fff;
}

#schedule table thead {
	background-color: #fbb03b;
	text-align: center;
}

#schedule table tbody tr:nth-child(even) {
	background-color: #FFEACC;
}

#schedule table tbody tr td:first-child {
	text-align: center;
}

#schedule table tbody tr td:last-child {
	text-align: center;
}


/*フォーム*/
#otama_form {
	border: 1px solid #999;
	padding: 20px 10px;
	background-color: #fff;
}

#otama_form span {
	font-size: 12px;
}

#otama_form .required {
	color: red;
	font-weight: bold;
}

#otama_form .form-row {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#otama_form .form-row:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*生年月日select部分調整*/
#otama_form select.form-control {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	width: auto;
}

#otama_form input[id="postalCode_3"] {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 80px;
}
#otama_form input[id="postalCode_4"] {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 100px;
}

/*子育て支援への想い*/
#support article {
	background-color: #fff;
	padding: 10px;
}

#support article p {
	font-size: 1rem;
}

#support article img {
	margin-top: 10px;
	width: 100%;
	height: auto;
}








/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/

@media (min-width: 768px) {
	
	article {
		padding: 0 50px;
	}
	
	/*おたまちゃんくらすにおいでよ*/
	#introduce .title img {
		width: 50%;
	}
	
	#introduce .attention {
		border-radius: 10px;
		margin: 30px auto 0;
		padding: 15px;
		text-align: center;
		width: 60%;
	}
	
	#introduce h4 {
		font-size: 22px;
		margin-bottom: 5px;
		padding: 20px 0 5px;
	}
	
	#introduce .otama_form {
		padding: 10px;
		margin: 0 auto 20px;
		width: 60%;
	}

	/*一日の流れ*/
	#program tr:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
	}
	
	#program table th {
		display: inline-block;
		font-size: 40px;
		margin-bottom: 20px;
		width: 40%;
		float: left;
	}

	#program table td {
		display: inline-block;
		margin-bottom: 20px;
		width: 58%;
		float: right;
	}
	
	#program tr:nth-child(1) th {
		line-height: 45px;
		padding-top: 0;
	}

	/*1日の流れのフキダシ*/
	#program table td:before {
		border: 8px solid transparent;
		border-right: 20px solid #fff;
		position: absolute;
		top: 50%;
		left: -21px;
		margin-top: -10px;
		z-index: 2;
	}

	#program table td:after {
		border: 8px solid transparent;
		border-right: 20px solid #00a0e9;
		position: absolute;
		top: 50%;
		left: -29px;
		margin-top: -10px;
	}


	/*年間予定表*/
	#schedule article p:first-child {
		text-align: center;
	}
	

	#schedule table {
		width: 100%;
		height: auto;
	}
	
	/*フォーム*/
	#otama_form {
		padding: 30px 30px;
	}
		
	/*子育て支援への想い*/
	#support article {
		padding: 15px;
		
	}
	
	#support article .text {
		float: left;
		width: 55%;
	}

	#support article img {
		float: right;
		margin-top: 0;
		padding-left: 15px;
		width: 44%;
		/*height: auto;*/
	}

	
	
}






/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/


@media (min-width: 992px) {
	
	article {
		padding: 0 100px;
	}
	
	/*おたまちゃんくらすにおいでよ*/
	#introduce .title img {
		width: 30%;
	}
	
	#introduce .attention {
		width: 45%;
	}
	
	#introduce h4 {
		font-size: 22px;
		margin-bottom: 5px;
		padding: 20px 0 5px;
	}
	
	#introduce .otama_form {
		margin: 0 auto 20px;
		width: 45%;
	}
	
	/*一日の流れ*/
	#program table th {
		margin-bottom: 20px;
		width: 30%;
	}

	#program table td {
		margin-bottom: 20px;
		width: 70%;
	}



	/*年間予定表*/
	#schedule table {
		margin: 10px auto;
	}
	
	/*フォームセクション*/
	#form article p {
		font-size: 1rem;
	}
	
	/*子育て支援への想い*/
	#support article {
		margin: 0 auto;
		width: 90%;
	}
	
	
}



/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/

@media (min-width: 1200px) {

	article {
		padding: 0 200px;
	}
	
	/*子育て支援への想い*/
	#support article {
		margin: 0 auto;
		width: 80%;
	}


	
	
	
}



