@charset "utf-8";
/* CSS Document */
.sub_header {
	width: 100%;
	height: 8vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	background-image: url(../images/02.png);
}
.sub_header_title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 3em;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 0 0 1rem 0;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 100%);
}
.headather:before {
	content: "";
	width: 80%;
	height: 100%;
	background-image: url("../images/top_img_sumple1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;
}
/********************************/
#main_container {
	width: 80%;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 1024px;	
	min-height: 35vh;
	padding: 5vh 1rem 1vh 1rem;
}
/**療育について**/
.titlehead {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 2rem;
	line-height: 1em;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #5a5a5a;
}
/*********************************************/
/**ワンステップ*/
.top_info {
	text-align: center;
}
.top_info h2 {
	font-size: 1.25rem;
	line-height: 1em;
	margin-bottom: 1rem;
}
.top_info p {
	font-size: 1rem;
	line-height: 1.8em;
	margin-bottom: 1rem;
}
/**3つの要素**/
.features {
	padding-top: 100px;
	background-image: url("../images/benkyou_line.png");
	background-repeat: no-repeat;
	background-position: top right 25%;
	background-size: auto 90px;
	margin-bottom: 60px !important;
	justify-content: space-around;
}
.features_box {
	padding: 1.5rem 1rem 1rem 1rem;
	display: block;
	border: solid 3px #003e87;
	box-sizing: border-box;
	border-radius: 2rem;
	margin: 0 0.25rem !important;
}
.features_box h3 {
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 1.5rem;
	background-color: #6b97cb;
	color: #FFF;
	padding: 0.5em 0;
	border-radius: 8px;
}
	
.features_box h5 {
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1.3em;
	margin-bottom: 0.5rem;
}
.features_box p {
	font-size: 1rem;
	line-height: 1.8em;
}
/****5領域のつながり*******/
.five_region {
	margin-bottom: 80px;
}
.five_title .wp-block-group__inner-container{
	text-align: center !important;
	margin-bottom: 1rem;
}
.five_region h2 {
	font-size: 1.6rem;
	line-height: 1.0rem;
	padding: 5px 0 1.2rem 50px;
	margin: 0 auto;
	display: inline-block;
	background-image: url("../images/nav_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px auto;
}
.region_box {
	border-radius: 2rem;
	padding: 1.3rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
.region1, .region1 .region_under h5 { background-color: #7ca4d2;}
.region2, .region2 .region_under h5 { background-color: #7c98d2;}
.region3, .region3 .region_under h5 { background-color: #7caed2;}
.region4, .region4 .region_under h5 { background-color: #7cbbd2;}
.region5, .region5 .region_under h5 { background-color: #87c8d1;}
.region_th {
	display: flex;
	justify-content: center;
	align-items: center;
}
.region_th h3 {	
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1em;
	color: #FFF;
	padding-bottom: 0.5rem;
	border-bottom: dotted 2px #FFF;
}
.region_td {
	padding: 0 0 0.6rem 0;	
	display: flex;
	align-items: center;
}
.region_td h5 {
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #FFF;
	border-radius: 1em;
	color: #376ba7;
}
.region_td ul {
	list-style: square;
	list-style-position: inside;
	margin-left: 2rem;
}
.region_td ul li{
	color: #FFF;
	font-size: 21px;
	line-height: 1.4em;
}
.region_under {
	background-color: #FFF;
	padding: 1rem;
	border-radius: 1.5rem;
}
.region_under .wp-block-group__inner-container {
	display: flex;
	align-items: flex-start;
}
.region_under h5 {
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 1em;
	color: #FFF;
}
.region_under ul {	
	list-style: square;
	list-style-position: inside;
	margin-left: 2rem;
} 
.region_under ul li{
	font-size: 16px;
	line-height: 1.5rem;
}
/**************
.schedule {
	margin-bottom: 40px;
}
.schedule h3 {	
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.0rem;
	margin-bottom: 2em;
}
.weekday_table h4 {	
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.0rem;
	margin: 0 1rem 1rem 1rem;
	letter-spacing: 2rem;
	padding: 0.5em 0;
	background-color: #ccc;
	border-radius: 1em;
}
.holiday_table h4 {	
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.0rem;
	margin: 0 1rem 1rem 1rem;
	padding: 0.5em 0;
	background-color: #ccc;
	border-radius: 1em;
}
.day_name {
	white-space: nowrap !important;
}
*/
.scedule_wrapp {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.holiday,
.weekday {
	width: 48%;
}
.weekday {
	position: relative;
}
.week_title {	
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.0rem;
	margin: 0 1rem 1rem 1rem;
	letter-spacing: 2rem;
	padding: 0.5em 0;
	background-color: #e4f4ff;
	border-radius: 1em;
}
.holiday_title {	
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.0rem;
	margin: 0 1rem 1rem 1rem;
	padding: 0.5em 0;
	background-color: #c0def2;
	border-radius: 1em;
}
.holiday_table{
	width: 100%;
}
.weekday_table {
	width: 92%;
	margin-left: 8%;
}
.jihatu {
	border-bottom: dotted 2px #CCC;
	margin-bottom: 5px;
}
.houday {
	border-top: dotted 2px #CCC;
	margin-bottom: 5px;
}
.holiday_table td,
.weekday_table td {
	padding: 0.5rem;
}
.center_tr {
	height: 0.5em;
	border-bottom: dotted 1px #000;	
	border-top: dotted 1px #000;
}
.holiday_table tr:nth-child(even),
.weekday_table tr:nth-child(even){
    background:#F2F2F2;
}
.day_n{
	text-align: center;
	background-color: #FFF;
	position: absolute;
	top: 120px;
}
.service_n {
	text-align: center;
	background-color: #FFF;
	position: absolute;
	bottom: 80px;
}
.day_n .pin,
.service_n .pin {
	padding: 1rem 0.5em;
	text-align: center;
	line-height: 1em;
	display: inline-block;
	border-radius: 1em;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	white-space: pre;
}
.day_n .pin {
	background-color: #e8ffec;
	letter-spacing: 0.2em;
}
.service_n .pin {
	background-color: #def9ff;
}
.caption {
	font-size: 0.8rem;
	text-align: center;
	line-height: 1.4rem;
	margin: 1rem 0;
}
/**************************************************/
.schedule_under {
	display: flex;
	margin-bottom: 60px;
}
/*左*/
.operating_hours {
	width: 50%;
	box-sizing: border-box;
	padding: 1rem;
}

.working_table {
	width: 90%;
	margin: 1rem auto;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
}
.working_table th,
.working_table td {
	border: 1px solid #9ba4a8;
	padding: 0.5rem 0;
	font-size: 0.8rem;
}
.working_table thead th {
	background-color: #e4f4ff;
	border: 1px solid #9ba4a8;
}
/*右*/
.sougei {
	width: 45%;
	box-sizing: border-box;
	padding: 1rem;
	margin: 0 auto;
}
.sougei h4,
.operating_hours h4 {
	display: inline-block;
	padding: 0.4em 1em;
	border-radius: 1em;
	background-color: #003e87;
	color: #FFF;
	margin-bottom: 0.5rem;
}
.sougei dl {
	margin: 0.5rem 0 2rem 0;
}
.dl_flex {
	margin-bottom: 0.5rem;
}
.service_column {
	font-size: 1rem;
	font-weight:700;
	margin: 1rem 0;
}
.dl_flex dt {
	display: inline-block;
	margin-bottom: 0.5rem;
}
.dl_flex dd  {
	text-indent: 1em;
	margin-bottom: 0.5em;
	margin-left: 0;
}
.kakomi {
	padding: 0 0.25em;
	border: solid 1px #003e87;
	line-height: 1em;
	font-size: 0.9em;
	margin-right: 0.5em;
	border-radius: 0.5em;
	background-color: #e4f4ff;
}
.kakomi2 {
	padding: 0 0.25em;
	border: solid 1px #003e87;
	line-height: 1em;
	font-size: 0.9em;
	margin-right: 0.5em;
	border-radius: 0.5em;
	background-color: #e4e5ff;
}