@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;
	background-image: url(../images/02.png);
}
.sub_header:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/top_img_sumple3.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;	
} 
/******************************/
#main_container {
	
}
.titlehead h2 {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 2rem;
	line-height: 1em;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #5a5a5a;
}
/**ワンステップ*/
.top_info {
	margin: 0 5%;
}
.top_info h2 {
	font-size: 1.25rem;
	line-height: 1.5em;
	margin-bottom: 1rem;
	font-weight: 900;
	color: #318cb5;
}
.top_info p {
	font-size: 0.92rem;
	line-height: 1.8em;
	margin-bottom: 1rem;
}
/**3つの要素**/
.features {
	width: 94%;
	padding-top: 100px;
	background-image: url("../images/benkyou_line.png");
	background-repeat: no-repeat;
	background-position: top right 25%;
	background-size: auto 90px;
	margin: 0 auto 60px auto;
	justify-content: space-around;
}
.features_box {
	padding: 1rem 0.5rem;
	display: block;
	border: solid 3px #003e87;
	box-sizing: border-box;
	border-radius: 2rem;
	margin: 0.4rem 0.25rem !important;
	width: 98%;
}
.features_box h3 {
	font-size: 1.1rem !important;
	font-weight: 900;
	line-height: 1.2em;
	margin: 0 !important;
	background-color: #6b97cb;
	color: #FFF;
	padding: 0.5em 0;
	border-radius: 8px;
}
.features_box h5 {
	font-weight: 900;
	line-height: 1.3em;
	margin-bottom: 0.5rem;
}
.features_box p {
	font-size: 1rem;
	line-height: 1.8em;
}
/****5領域のつながり******/
.five_region {
	width: 94%;
	margin: 50px auto 0 auto;
}
.five_region h2 {
	font-size: 1.6rem;
	line-height: 1.4em;
	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 top;
	background-size: 50px auto;
}
.five_title .wp-block-group__inner-container{
	text-align: center !important;
}
.region_box {
	border-radius: 1rem !important;
	padding: 0.3rem;
	box-sizing: border-box;
	margin: 1rem 2%;
	
}
.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 {
}
.region_th h3 {	
	font-size: 1.5rem !important;
	font-weight: 900;
	margin: 0.5rem !important;
	line-height: 1em;
	color: #FFF;
	padding-bottom: 0.5rem;
	border-bottom: dotted 2px #FFF;
}
.region_td {
	padding: 0 0 0.6rem 0;
}
.region_td h5 {
	display: inline-block;
	padding: 0.25em 1em;
	background-color: #FFF;
	border-radius: 0.5rem;
	color: #376ba7;
	margin: 0 !important;
}
.region_td ul {
	list-style: none;
	margin: 0.5em 0 0 0 !important;
	padding: 0;
}
.region_td ul li{
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.4em;
	margin: 0 !important;
}
.region_td ul li::before {
	content: "・";
	font-size: 1rem;
}
.region_under {
	background-color: #FFF;
	padding: 0.1rem;
	border-radius: 0.5rem;
}
.region_under .wp-block-group__inner-container {
	padding: 0.25rem;
}
.region_under h5 {
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 1em;
	color: #FFF;
	margin: 0 !important;
}
.region_under ul {	
	list-style: none;
	list-style-position: outside;
	margin: 0 !important;
	padding-left: 0.5em !important;
} 
.region_under ul li{
	font-size: 13px;
	line-height: 1.25rem;
	padding-left: 0.5em;
	text-indent: -0.5em;
}
.region_under ul li::before {
	content:"･";
}
/***************************/
.oneday_scedule {
	width: 92%;
	margin: 0 auto;
}
.oneday_title {
	font-size: 1.2rem;
	padding-left: 1rem;
	text-align: center;
}
.scedule_wrapp {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0;
}
.holiday,
.weekday {
	width: 84%;
	max-width: 320px;
	margin: 0 auto;
}
.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 0.5em 1em;
	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;
	font-size: 0.8rem;
}
.holiday_table td:first-child,
.weekday_table td:first-child {
	width: 3.7em;
}
.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;
	left: -1rem;
}
.service_n {
	text-align: center;
	background-color: #FFF;
	position: absolute;
	bottom: 80px;
	left: -1rem;
}
.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 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}
/*左*/
.operating_hours {	
	width: 90%;
	max-width: 320px;
	margin: 0 2%;
	box-sizing: border-box;
	padding: 0;
}
.working_day {
	
}
.working_table {
	width: 100%;
	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.7rem;
}
.working_table thead th {
	background-color: #e4f4ff;
	border: 1px solid #9ba4a8;
}
.working_day figcaption{
	font-size: 0.8rem;
}
/*右*/
.sougei {	
	width: 98%;
	max-width: 320px;
	margin: 0 1%;
	box-sizing: border-box;
	padding: 1rem;
}
.sougei h4,
.operating_hours h4 {
	display: inline-block;
	padding: 0.25em 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: 1.1rem;
	font-weight:700;
	margin: 1rem 0;
	font-weight: 900;
}
.dl_flex dt {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-weight: 900;
}
.dl_flex dd  {
	padding: 0 0.25em 0 43px;
	text-indent: 1em;
	margin-bottom: 0.5em;
	margin-left: 1rem;
	text-indent: -43px;
}
.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;
}
/***********************************タブレット*******************************************/
@media screen and (min-width: 480px) {
/****************************************************************************************/
	
}