@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;
}
/*********************************************/
.about {	
	width: 800px;
	margin: 0 auto 60px auto;
}
.about h3 {
	font-size: 1.3rem;
	line-height: 1em;
	margin-bottom : 2rem;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #ccc;
	color: #5a5a5a;
}
.about p {
	line-height: 1.8em;
	margin-bottom: 1em;
}
.about p strong{
	font-weight: 700;
	font-size: 1.25rem;
	padding-bottom: 0.5em;
	line-height: 1.8em;
}
/****/

/****/
.flow_wrapp {
	width: 800px;
	margin: 0 auto 60px auto;
}
.flow_wrapp h3 {
	font-size: 1.3rem;
	line-height: 1em;
	margin-bottom : 2rem;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #ccc;
	color: #5a5a5a;
}
.flow_step {
	margin-bottom: 1rem !important;
	align-items: center;
	align-content: center;
	border: solid 1px #ccc;
	border-radius: 1rem;
}
.flow_th {
	display: flex;
	align-items: center;
	background-color: #eee;
	border-radius: 1rem 0 0 1rem;
}
.flow_th h4 {
	padding: 1em 0.5em;
}
.flow_td {	
	padding: 1rem;
	line-height: 1.6rem;
	flex-grow: 2;
}
/****/
.certificate {	
	width: 800px;
	margin: 60px auto;
}
.certificate h3 {
	font-size: 1.3rem;
	line-height: 1em;
	margin-bottom : 2rem;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #ccc;
	color: #5a5a5a;
}
.certificate p {
	font-size: 1rem;
	line-height: 1.6em;
}
.certificate ul {
	list-style: square;
	list-style-position: inside;
	margin: 1rem 0;
}
.certificate ul li {
	line-height: 1.6rem;
	text-indent: -1em;
	padding-left: 1em;
}
.link_btn03  {
	text-align: right;
	color: #003e87 !important;
}
.link_btn03 a {
	display: inline-block;
	padding: 1em;
}
/**********/
.fee {	
	width: 800px;
	margin: 0px auto 60px auto;
}
.fee h3 {
	font-size: 1.3rem;
	line-height: 1em;
	margin-bottom : 2rem;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #ccc;
	color: #5a5a5a;
}
.fee .fee_table {
	border-bottom: none;
	overflow-x: visible;
	width: 90%;
	margin: 0 auto;
}
.fee .fee_table th {
	font-weight:700;
	text-align: center;
}
.fee .fee_table .wp-element-caption {
	margin: 1em 0;
}
/**送迎について**/
.shuttle {	
	width: 800px;
	margin: 0px auto 60px auto;
}
.shuttle h3 {	
	font-size: 1.3rem;
	line-height: 1em;
	margin-bottom : 2rem;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #ccc;
	color: #5a5a5a;
}
.shuttle p {
	line-height: 1.5em;
}
.shuttle p strong{
	font-weight: 700;
	font-size: 1.25rem;
	padding-bottom: 0.5em;
}
/********事業所紹介************/
.Introduction {	
	width: 800px;
	margin: 0px auto 60px auto;
}
.Introduction h3 {	
	font-size: 1.3rem;
	line-height: 1em;
	margin-bottom : 2rem;
	font-weight: 900;
	display: inline-block;
	padding-bottom: 0.3em;
	border-bottom: dotted 2px #ccc;
	color: #5a5a5a;
}
.office_wrap {
	margin-bottom: 60px;
}
.office_column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.office_wrap p {
	line-height: 1.5em;
}
.office_wrap p strong{
	font-weight: 700;
	font-size: 1.25rem;
	padding-bottom: 0.5em;
}
.officeimg_wrapp {
	gap: 0.2em !important;
}
.office_gallary {
	margin: 0 0.5em !important;
}
.officeimg_wrapp img{
	padding: 0 0.25em;
}
/******************************/
#contact {
	margin: 0 0 100px 0;
	background-color: #e4eaf1;
}
.dial_box {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 2rem;
}
.contact_title {
	font-size: 2rem;
	line-height: 1em;
	margin-bottom: 1rem;
}
/***/
.inquir_btn02 {	
	width: 53%;
	max-width: 260px;
	display: inline-block;
	margin: 24px auto 0 auto;
	font-size: 1.2em;
	font-weight: 900;
	line-height: 1;
	padding: 1.2em 4em;
	border-radius: 8px;	
	background-color: #6f98eb;
	box-shadow: 0 4px #c1c7ff;
	position: relative;
	color: #FFF !important;	
	cursor: pointer;
    transition: all .3s;-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
}
.inquir_btn02::before {
	content:"";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 14px;
	left: 26px;
	background-image: url(../images/contact_icon_w.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.inquir_btn02:hover {
	background-color: #1153d9;
	margin: 26px auto -2px auto;
	box-shadow: 0 2px #c1c7ff;
}
/*************************/
.dial_title {
	padding: 60px 0 1rem 0 ;
	font-size: 1.5em;
	line-height: 1em;
}
.dial_wrapper {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}
.tel_box {
	padding: 1rem;
	margin: 1rem;
	text-align: left;
	border: solid 1px #003e87;
	border-radius: 1rem;
	background-color: #FFF;
}
.tel_number {
	font-size: 1.8rem;
	padding: 0.5rem 0 0 0;
	line-height: 1em;
	color: #003e87;
	font-weight: 900;
}
/******************************/