/*@p@*/

.head_inside{
	font-family: "Noto Serif JP", serif;
	width: 266px;
	height: 103px;
	font-weight: 600;
	border: 1px solid #dbe3ca;
	border-radius: 5px;
	padding: 6px 10px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-image: linear-gradient(0deg, #f5ffd1, #f5ffd1 50%, #fffffe);
}

.head_inside .address{
	font-size: 13px;
	letter-spacing: 1.2px;
    color: #000;
    margin-bottom: 3px;
}

.head_inside .call{
    font-size: 28.5px;
    line-height: 1;
    color: #378806;
    font-weight: 500;
    margin-bottom: 3px;
}

.head_inside ul{
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	justify-content: space-between;
    width: 100%;
	margin-bottom: 3px;
}

.head_inside ul li{
	border: 1px solid #b5c482;
	outline: 1px solid #fff;
	outline-offset: -2px;
	padding: 3px 4px 4px 6px;
	background-image: linear-gradient(0deg, #6f9341, #60882e 50%, #88a663 50%, #aabf8f);
	border-radius: 5px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
}

.head_inside .open{
	display: flex;
	color: #3e6029;
	font-size: 12px;
}

.head_inside .open div:first-child{
	margin-right: 25px;
}

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

.medical_hours_area{
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 5px;
}

.medical_hours_area .medical_hours_title{
	font-size: 16px;
	margin-bottom: 5px;
	color: #304f1b;
	letter-spacing: 1px;
}

.medical_hours_area .medical_hours_title img{
    margin-left: 1px;
    margin-right: 6px;
    margin-bottom: -11px;
    z-index: 1;
    position: relative;
}

.medical_hours_area .out_side{
	width: 324px;
	border: 1px solid #a9da89;
	outline: 1px solid #fff;
	outline-offset: -2px;
}

.medical_hours_area .medical_hours_table{
	width: 323px;
	border: 1px solid #a9da89;
	background: #a9da89;
	border-collapse: collapse;
	font-size: 16px;
}

.medical_hours_area .medical_hours_table tr{

}

.medical_hours_area .medical_hours_table tr th{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: 400;
	padding: 3px 5px 4px;
}

.medical_hours_area .medical_hours_table tr th span{
	color: #a9da89 !important;
}

.medical_hours_area .medical_hours_table tr th.time{
	width: 46%;
}

.medical_hours_area .medical_hours_table tr th.week{
	width: 10.8%;
	text-align: center;
}

.medical_hours_area .medical_hours_table tr th:last-child{
	border-right: 0;
}

.medical_hours_area .medical_hours_table tr td{
	background: #90c16f;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 3px 5px 4px;
	box-shadow: inset 2px 2px 4px rgba(143,176,122, .8);
}

.medical_hours_area .medical_hours_table tr td:last-child{
	border-right: 0;
}

.medical_hours_area .annotation{
	font-size: 10.8px;
	font-weight: 600;
	margin-bottom: 10px;
}

.medical_hours_area .annotation span{
	color: #d64249 !important;
}

/*-----*/

.v2_area{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.medical_hours_area .medical_hours_title.v2{
	color: #5b412a;
}

.medical_hours_area .out_side.v2{
	width: 184px;
}

.medical_hours_area .medical_hours_table.v2{
	width: 183px;
}

.medical_hours_area .medical_hours_table.v2 tr th.time{
	width: 63%;
}

.medical_hours_area .medical_hours_table.v2 tr th.week{
	width: 12%;
}

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

h2.h2_title{
	width: 572px;
	height: 47px;
	font-size: 21px;
	background: url(../img/all/h2_title.jpg) no-repeat;
	font-family: "Noto Sans JP", sans-serif;
	color: #215203;
	padding: 23px 0 0 13px;
	letter-spacing: 1px;
	font-weight: 400;
	display: flex;
	color: #fff;
	line-height: 1;
}

h3.h3_title{
	width: 563px;
	height: 25px;
	background: url(../img/all/h3_title.jpg) no-repeat;
	font-family: "Noto Serif JP", serif;
	color: #215203;
	padding: 8px 0 0 22px;
	letter-spacing: 2px;
    font-weight: bold;
	display: flex;
}

