@charset "UTF-8";
/* area */

/*===================================
content_area , page_title
=====================================*/

.content_area{
	padding: 100px 0 0;
	background-image: url("../img/area/img_page_title.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.page_title h2{
	font-size: 24px;
	letter-spacing: 5px;
}
.page_title h2 span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
p.page_read_text{
	margin: 75px 0 50px;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	.content_area{
		padding: 130px 3% 0;
		background-image:none; 
	}
	.page_title h2{
		font-size: 20px;
		letter-spacing: 4px;
	}
	.page_title h2 span{
		display: block;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.5px;
	}
	p.page_read_text{
		font-size: 12px;
		margin: 25px 0 15px;
		letter-spacing: 0.5px;
	}
}

/*===================================
tab_list
=====================================*/

.tab_item {
	padding: 10px;
	height: 250px;
	background-color: #c7edfa;
	box-shadow: 0 5px 1px #009ed8;
	border-radius: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.tab_item h3{
	width: 100%;
	height: 70px;
	text-align: center;
	padding: 17px 0 0;
	background-color: #fff;
	border-radius: 20px 20px 10px 10px;
	font-weight: 500;
	font-size: 20px;
	box-shadow: 0 5px 1px #009ed8;
	position: relative;
	transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	z-index: 2;
}
.tab_item:hover > h3{
	color: #fff;
	margin-top: 2px;
	height: 68px;
	padding: 17px 0 0;
	background-color: #5DC1E4;
	box-shadow: 0 5px 1px #36B6E5;
}
.tab_item.active h3{
	color: #fff;
	background-color: #5DC1E4;
	box-shadow: 0 5px 1px #36B6E5;
}
.tab_item .map_address{
	padding: 10px 15px;
	height: 150px;
	background-color: #fff;
	border-radius:0 0 20px 20px;
}
.tab_item .map_address h4{
	color: #009ed8;
	font-weight: 500;
}
.tab_item .map_address p{
	font-size: 13px;
	line-height: 1.3em;
	color: #555555;
}

@media screen and (min-width:0px) and (max-width:767px){

	.tab_list {
		display: flex;
		flex-wrap: wrap; /* 折返し可 */
	}
	.tab_item {
		width: 49%;
		padding: 5px;
		height: 250px;
		background-color: #c7edfa;
		box-shadow: 0 5px 1px #009ed8;
		border-radius: 10px;
		margin:0 0.5% 10px;
		cursor: pointer;
	}
	.tab_item h3{
		width: 100%;
		height: 35px;
		text-align: center;
		padding:0;
		background-color: #fff;
		border-radius: 10px 10px 5px 5px;
		font-weight: 500;
		font-size: 16px;
		box-shadow: 0 5px 1px #009ed8;
		position: relative;
		transition:all ease 0.2s;
		-ms-transition:all ease 0.2s;
		-moz-transition:all ease 0.2s;
		-webkit-transition:all ease 0.2s;
		z-index: 2;
	}
	.tab_item:hover > h3{
		color: #fff;
		margin-top: 2px;
		height: 35px;
		padding:0;
		background-color: #5DC1E4;
		box-shadow: 0 5px 1px #36B6E5;
	}
	.tab_item.active h3{
		color: #fff;
		background-color: #5DC1E4;
		box-shadow: 0 5px 1px #36B6E5;
	}
	.tab_item .map_address{
		padding: 10px;
		height: 200px;
		background-color: #fff;
		border-radius:0 0 10px 10px;
	}
	.tab_item .map_address h4{
		color: #009ed8;
		font-weight: 500;
	}
	.tab_item .map_address p{
		font-size: 11px;
		line-height: 1.3em;
		color: #555555;
	}

}

/*===================================
tab_contents
=====================================*/

.tab_contents{
	padding: 50px;
	height: 1810px;
	background-color: #f6fdff;
	border: solid 2px #009ed8;
	border-radius: 20px;
	margin-left: 1%;
	box-shadow: 0 5px 1px #009ed8;
}
.tab_contents_item {
	display: none;
}
.tab_contents_item.show {
	display: block;
}
.tab_contents_item h3{
	font-size: 22px;
}
.tab_contents_item .title_blue_underline{
	text-align: center;
	color: #009ed8;
	font-weight: 600;
	position: relative;
	margin:0 auto 50px;
}
.tab_contents_item .title_blue_underline:before {
	content:"";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #009fd9;
	position: absolute;
	bottom: -25px;left: 50%;
	margin-left: -15px;
}
.map_area{
	margin: 15px 0;
	width:100%;
	height:450px;
	padding:10px 20px;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	border: solid 5px #f8f8f8;
}
.map_area img{
	width: auto;
	height: 100%;
}
.area_data{
	padding-left: 2%;
}
.area_data h4{
	font-size: 16px;
	margin: 20px 0 15px;
	padding-left: 20px;
	border-left: solid 5px #a8a8a8;
}

.tab_contents_item .slider_area h4{
	font-size: 18px;
	margin-top: 50px;
}
/*clinic_slider*/
.clinic_slider{
	width: 660px;
	height: 150px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #c7edfa;
	border: solid 1px #fff;
	border-radius: 20px;
	box-shadow: 
		1px 1px 3px #fff,-1px -1px 3px #fff,2px 2px 3px #fff,-2px -2px 3px #fff;
	overflow: hidden;
	position: relative;
}
.clinic_slider .thumb,
.clinic_slider .clinic_text{
	float: left;
}
.clinic_slider .thumb{
	height: 150px;
	overflow: hidden;
	position: relative;
}
.clinic_slider .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.clinic_slider .clinic_text{
	height: 150px;
	padding: 10px;
}
.clinic_text h3{
	display: inline-block;
	font-size: 15px;
	line-height: 1.3em;
	color: #1f4e7a;
}
.clinic_text p.kamoku{
	display: inline-block;
}
.clinic_text p.kamoku span{
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: 0;
	padding:0 3px;
	margin-right: 5px;
	background-color: #1f4e7a;
	border-radius:2px; 
}
.clinic_text p.address{
	display: block;
	line-height: 1.3em;
	font-size: 11px;
}
.clinic_text p.catch_copy{
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 5px;
	width: 100%;
}
.clinic_text p.service span{
	display: inline-block;
	font-size: 11px;
	color: #fff;
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: 0;
	padding:0 5px;
	margin-right: 3px;
	background-color: #ea6c6c;
}
.clinic_slider .link_btn a{
	display: block;
	width: 90px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	border-radius: 5px;
	background-color: #009fd9;
	position: absolute;
	right:15px;bottom:10px;
}
.clinic_slider .link_btn a:hover{
	opacity: 0.8;
}

@media screen and (min-width:0px) and (max-width:767px){

	.tab_contents{
		padding: 15px;
		height: auto;
		background-color: #f6fdff;
		border: solid 2px #009ed8;
		border-radius: 10px;
		margin-left: 1%;
		box-shadow: 0 5px 1px #009ed8;
	}
	.tab_contents_item {
		display: none;
	}
	.tab_contents_item.show {
		display: block;
	}
	.tab_contents_item h3{
		font-size: 18px;
	}
	.tab_contents_item .title_blue_underline{
		text-align: center;
		color: #009ed8;
		font-weight: 600;
		position: relative;
		margin:0 auto 35px;
	}
	.tab_contents_item .title_blue_underline:before {
		content:"";
		display: block;
		width: 30px;
		height: 3px;
		background-color: #009fd9;
		position: absolute;
		bottom: -15px;left: 50%;
		margin-left: -15px;
	}
	.area_read{
		font-size: 13px;
		line-height: 1.7em;
	}
	.map_area{
		margin: 15px 0;
		width:100%;
		height:0;
		padding:5px 5px 95%;
		text-align: center;
		overflow: hidden;
		position: relative;
		background-color: #fff;
		border: solid 5px #f8f8f8;
	}
	.map_area img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}
	.area_data{
		padding-left: 2%;
	}
	.area_data h4{
		font-size: 14px;
		margin: 20px 0 15px;
		padding-left: 15px;
		border-left: solid 3px #a8a8a8;
	}

	.tab_contents_item .slider_area h4{
		font-size: 18px;
		margin-top: 50px;
	}
	/*clinic_slider*/
	.clinic_slider{
		width: 100%;
		height: 420px;
		padding:10px;
		margin-right:0;
		background-color: #c7edfa;
		border: solid 1px #fff;
		border-radius: 20px;
		box-shadow: 
			1px 1px 3px #fff,-1px -1px 3px #fff,2px 2px 3px #fff,-2px -2px 3px #fff;
		overflow: hidden;
		position: relative;
	}
	.clinic_slider .thumb,
	.clinic_slider .clinic_text{
		float: none;
	}
	.clinic_slider .thumb{
		width: 170px;
		height: 150px;
		margin: 0 auto;
		border-radius: 10px;
		overflow: hidden;
		position: relative;
	}
	.clinic_slider .thumb img{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
	.clinic_slider .clinic_text{
		height: 270px;
		padding: 10px;
	}
	.clinic_text h3{
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 1.5em;
		color: #1f4e7a;
	}
	.clinic_text p.kamoku{
		display: block;
		text-align: center;
		margin: 3px 0;
	}
	.clinic_text p.kamoku span{
		display: inline-block;
		vertical-align: text-bottom;
		font-size: 12px;
		color: #fff;
		font-weight: 500;
		line-height: 1.7em;
		letter-spacing: 0;
		padding:0 3px;
		margin-right: 5px;
		background-color: #1f4e7a;
		border-radius:2px; 
	}
	.clinic_text p.address{
		display: block;
		text-align: center;
		font-size: 11px;
	}
	.clinic_text p.catch_copy{
		font-weight: 500;
		line-height: 1.5em;
		width: 100%;
	}
	.clinic_text p.service{
		display: block;
		text-align: center;
	}
	.clinic_text p.service span{
		display: inline-block;
		font-size: 11px;
		color: #fff;
		font-weight: 500;
		line-height: 1.7em;
		letter-spacing: 0;
		padding:0 5px;
		margin-right: 3px;
		background-color: #ea6c6c;
	}
	.clinic_slider .link_btn a{
		display: block;
		width: 90px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		font-weight: 500;
		letter-spacing: 0;
		text-align: center;
		border-radius: 5px;
		background-color: #009fd9;
		position:absolute;
		right:50%;bottom:20px;
		margin-right: -45px;
	}
	.clinic_slider .link_btn a:hover{
		opacity: 0.8;
	}
}

