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

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

.content_area{
	padding: 150px 0 0;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	.content_area{
		padding: 200px 3% 0;
		background-image:none; 
	}
}

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

.tab_item_area{
	border-top:solid 2px #009fd9;
}
.tab_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-btween;
}
.tab_item {
	margin-right: 10px;
	margin-top: -50px;
	font-weight: 500;
	text-align: center;
	color: #009fd9;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border:solid 2px #009fd9;
	border-radius: 10px 10px 0 0;
	background-color: #e1f6fd;
	cursor: pointer;
}
.tab_item.active {
	border-bottom: solid 2px #fff;
	background-color: #fff;
}
.tab_contents_item {
	display: none;
}
.tab_contents_item.show {
	display: block;
}

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

	.tab_item_area{
		border-top:solid 2px #009fd9;
	}
	.tab_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-btween;
		padding-left: 7px;
	}
	.tab_item {
		margin:0 5px;
		margin-top: -50px;
		font-weight: 500;
		text-align: center;
		color: #009fd9;
		width: 150px;
		height: 50px;
		line-height: 50px;
		border:solid 2px #009fd9;
		border-radius: 10px 10px 0 0;
		background-color: #e1f6fd;
		cursor: pointer;
	}
	.tab_item.active {
		border-bottom: solid 2px #fff;
		background-color: #fff;
	}
	.tab_contents_item {
		display: none;
	}
	.tab_contents_item.show {
		display: block;
	}
}

/*===================================
tab_contents_item(タブ1)
=====================================*/

p.code{
	color: #555555;
	font-size: 11px;
	text-align: right;
	margin: 5px 0 50px;
}
article{
	margin-bottom: 50px;
}
article .head_area{
	margin-bottom: 50px;
}
article .clinic_thumb{
	height: 265px;
	position: relative;
	overflow: hidden;
}
article .clinic_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%;
}
article .clinic_head{
	padding: 0 0 0 4%;
}
article .clinic_head h2.clinic_name{
	font-size: 24px;
}
article .clinic_head .web_url span{
	display: inline-block;
	color: #fff;
	background-color: #009fd9;
	padding: 0 20px;
	margin:10px 15px 10px 0;
}
article .clinic_head .web_url a:hover{
	text-decoration: underline;
}
article .clinic_head ul li{
	display: inline-block;
	font-size: 13px;
	margin-right:10px;
}
article .catch_copy_area{
	padding: 30px 40px;
	border-radius: 15px;
	box-shadow: 0 0 3px #5fcff8;
}
article .catch_copy_area h3.clinic_catch_copy{
	font-size: 18px;
	text-align: center;
	position: relative;
}
article .catch_copy_area h3.clinic_catch_copy:before{
	content:"";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #009fd9;
	position: absolute;
	bottom: -20px;left: 47%;
}
article .catch_copy_area p{
	margin-top: 50px;
	color: #555555;
}
article .clinic_service{
	margin-top: 50px;
}
article .clinic_service h4{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #555555;
	margin-bottom: 20px;
}
article .clinic_service ul li{
	margin: 1px 0.1%;
	width: 12.3%;
	color:#555555;
	font-size: 13px;
	padding: 10px 0;
	background-color: #f4f4f4;
	border:solid 1px #555555;
	text-align: center;
	float: left;
}
article .scedule_area{
	margin-top: 50px;
}
article .scedule_area h4{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #555555;
	margin-bottom: 20px;
}
article .scedule_area table{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
article .scedule_area table th,
article .scedule_area table td{
	width: 11%;
	height: 40px;
	border:solid 2px #fff;
}
article .scedule_area table th{
	background-color: #ededed;
}
article .scedule_area table td{
	font-size: 13px;
	letter-spacing: 0;
	background-color: #f8f8f8;
}
article .scedule_area table td img{
	vertical-align: middle;
}
article .clinic_access{
	margin-top: 50px;
}
article .clinic_access h4{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #555555;
	margin-bottom: 20px;
}
article .clinic_access iframe{
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 400px;
}
article .clinic_access a{
	display: block;
	width: 80px;
	text-align: center;
	margin: 15px auto 0;
}
article .clinic_access a:hover{
	text-decoration: underline;
}
article .clinic_sheet{
	margin-top: 50px;
	padding: 35px 0 50px;
	width: 200%;
	margin-left: -50%;
	text-align: center;
	background-color: #f4f4f4;
}
article .clinic_sheet p span{
	display: block;
	margin:15px 0 -35px;
}
article .clinic_sheet p.no_file{
	width: 300px;
	text-align: center;
	padding: 5px 0;
	background-color: #cccccc;
	margin: 45px auto 0;
}

@media screen and (min-width:0px) and (max-width:767px){
	
	p.code{
		color: #555555;
		font-size: 10px;
		text-align: right;
		margin: 5px 0 25px;
	}
	article{
		margin-bottom: 25px;
	}
	article .head_area{
		margin-bottom: 25px;
	}
	article .clinic_thumb{
		height: 0;
		padding-bottom: 66%;
		position: relative;
		overflow: hidden;
	}
	article .clinic_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%;
	}
	article .clinic_head{
		padding: 0;
	}
	article .clinic_head h2.clinic_name{
		margin-top: 10px;
		font-size: 20px;
	}
	article .clinic_head .clinic_kana{
		font-size: 12px;
		line-height: 1em;
	}
	article .clinic_head .web_url span{
		display: inline-block;
		color: #fff;
		background-color: #009fd9;
		padding: 0 20px;
		margin:15px 0;
	}
	article .clinic_head .web_url a:hover{
		text-decoration: underline;
	}
	article .clinic_head dl{
		margin-bottom: 15px;
	}
	article .clinic_head dt{
		margin-bottom: 5px;
		line-height: 1.3em;
	}
	article .clinic_head dd{
		padding-left: 15px;
		line-height: 1.3em;
	}
	article .clinic_head ul li{
		display: inline-block;
		font-size: 13px;
		margin-right:10px;
	}
	article .catch_copy_area{
		padding: 20px;
		border-radius: 15px;
		box-shadow: 0 0 3px #5fcff8;
	}
	article .catch_copy_area h3.clinic_catch_copy{
		font-size: 16px;
		text-align: center;
		position: relative;
	}
	article .catch_copy_area h3.clinic_catch_copy:before{
		content:"";
		display: block;
		width: 50px;
		height: 3px;
		background-color: #009fd9;
		position: absolute;
		bottom: -20px;left: 47%;
	}
	article .catch_copy_area p{
		margin-top: 50px;
		color: #555555;
	}
	article .clinic_service{
		margin-top: 25px;
	}
	article .clinic_service h4{
		width: 100px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		letter-spacing: 0.2px;
		text-align: center;
		background-color: #555555;
		margin-bottom: 10px;
	}
	article .clinic_service ul li{
		margin: 0.5px 0.15%;
		width: 33%;
		letter-spacing: 0;
		color:#555555;
		font-size: 12px;
		padding: 10px 0;
		background-color: #f4f4f4;
		border:solid 1px #555555;
		text-align: center;
		float: left;
	}
	article .scedule_area{
		margin-top: 25px;
	}
	article .scedule_area h4{
		width: 100px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		text-align: center;
		background-color: #555555;
		margin-bottom: 10px;
	}
	article .scedule_area table{
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	article .scedule_area table tr{
		display:block;
		width: 30%;
		float: left;
	}
	article .scedule_area table tr:nth-of-type(1){
		width: 10%;
	}
	article .scedule_area table th,
	article .scedule_area table td{
		display:block;
		width:100%;
		height: 50px;
		font-size: 10px;
		line-height:1.2em;
		letter-spacing: 0;
		border:solid 1px #fff;
		padding-top: 15px;
	}
	article .scedule_area table th{
		background-color: #ededed;
	}
	article .scedule_area table td{
		font-size: 13px;
		letter-spacing: 0;
		background-color: #f8f8f8;
	}
	article .scedule_area table td img{
		vertical-align: middle;
	}
	article .clinic_access{
		margin-top: 25px;
	}
	article .clinic_access h4{
		width: 100px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		text-align: center;
		background-color: #555555;
		margin-bottom: 10px;
	}
	article .clinic_access iframe{
		display: block;
		margin-top: 10px;
		width: 100%;
		height: 200px;
	}
	article .clinic_access a{
		display: block;
		width: 80px;
		text-align: center;
		margin: 15px auto 0;
	}
	article .clinic_access a:hover{
		text-decoration: underline;
	}
	article .clinic_sheet{
		margin-top: 25px;
		padding: 20px 10% 35px;
		width: 120%;
		margin-left: -10%;
		text-align: center;
		background-color: #f4f4f4;
	}
	article .clinic_sheet p span{
		display: block;
		margin:15px 0 -35px;
	}
	article .clinic_sheet p.no_file{
		width: 300px;
		text-align: center;
		padding: 5px 0;
		background-color: #cccccc;
		margin: 45px auto 0;
	}
}

/*===================================
tab_contents_item(タブ2)
=====================================*/

.page2 article > div{
	margin-bottom: 75px;
}
.page2 .clinic_name{
	font-size: 22px;
}
.page2 .clinic_kana{
	font-size: 13px;
	line-height: 1.3em;
}
.page2 .title_blue_underline{
	width: 600px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	margin:0 auto 75px;
}
.page2 .title_blue_underline:before {
	content:"";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #009fd9;
	position: absolute;
	bottom: -20px;left: 50%;
	margin-left: -25px;
}
.page2 .doctor_photo{
	width: 400px;
	height: 265px;
	overflow: hidden;
	position: relative;
}
.page2 .doctor_photo 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%;
}
.page2 .doctor_name{
	padding-left: 4%;
}
.page2 .doctor_name p:first-child{
	font-size: 18px;
	font-weight: 500;
}
.page2 .doctor_name p{
	margin-bottom: 15px;
}
.page2 .interview .question{
	font-size: 16px;
	padding-left: 45px;
	background-image: url("../img/clinic/obj_Q.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom:20px;
}
.page2 .interview .answer{
	font-size: 16px;
	padding-left: 45px;
	margin-bottom: 50px;
}
.page2 .staff ul li{
	padding: 0 2%;
	margin-bottom: 50px;
}
.page2 .staff ul li .staff_photo{
	width:100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.page2 .staff ul li .staff_photo 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%;
}
.page2 .staff ul li .caption{
	margin-top: 15px;
	line-height: 1.7em;
}
.page2 .album ul li{
	border: solid 1px #fff;
	float: left;
}
.page2 .album_photo{
	height: 200px;
	overflow: hidden;
	position: relative;
}
.page2 .album_photo 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%;
}
.page2 .medical ul li{
	padding: 0 2%;
	margin-bottom: 50px;
}
.page2 .medical ul li .medical_photo{
	width:100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.page2 .medical ul li .medical_photo 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%;
}
.page2 .medical ul li .caption{
	margin-top: 15px;
	line-height: 1.7em;
}
.page2 .equipment ul li{
	padding: 0 1%;
	margin-bottom: 50px;
}
.page2 .equipment ul li .equipment_photo{
	width:100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.page2 .equipment ul li .equipment_photo 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%;
}
.page2 .equipment ul li .caption{
	margin-top: 15px;
	line-height: 1.7em;
}

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

	.page2 article > div{
		margin-bottom: 30px;
	}
	.page2 .clinic_name{
		font-size: 18px;
	}
	.page2 .clinic_kana{
		font-size: 12px;
		line-height: 1.3em;
	}
	.page2 .title_blue_underline{
		width: 100%;
		height: 30px;
		text-align: center;
		font-size: 18px;
		font-weight: 500;
		position: relative;
		margin:0 auto 50px;
	}
	.page2 .title_blue_underline:before {
		content:"";
		display: block;
		width: 50px;
		height: 3px;
		background-color: #009fd9;
		position: absolute;
		bottom: -15px;left: 50%;
		margin-left: -25px;
	}
	.page2 .doctor_photo{
		width: 100%;
		height: 0;
		padding-bottom: 66%;
		overflow: hidden;
		position: relative;
	}
	.page2 .doctor_photo 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%;
	}
	.page2 .doctor_name{
		padding-left:0;
		margin-top: 20px;
	}
	.page2 .doctor_name p:first-child{
		font-size: 16px;
		font-weight: 500;
	}
	.page2 .doctor_name p{
		margin-bottom: 10px;
	}
	.page2 .interview .question{
		font-size: 16px;
		padding-left: 30px;
		background-image: url("../img/clinic/obj_Q.png");
		background-repeat: no-repeat;
		background-position: top 7px left;
		background-size: 20px;
		margin-bottom:15px;
	}
	.page2 .interview .answer{
		font-size: 16px;
		padding-left: 30px;
		margin-bottom: 25px;
	}
	.page2 .staff ul li{
		padding: 0;
		margin-bottom: 30px;
	}
	.page2 .staff ul li .staff_photo{
		width:100%;
		height: 0;
		padding-bottom: 66%;
		overflow: hidden;
		position: relative;
	}
	.page2 .staff ul li .staff_photo 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%;
	}
	.page2 .staff ul li .caption{
		font-size: 13px;
		padding: 0 2%;
		line-height: 1.7em;
	}
	.page2 .album ul li{
		width: 50%!important;
		border: solid 1px #fff;
		float: left;
	}
	.page2 .album_photo{
		height: 0;
		padding-bottom:100%;
		overflow: hidden;
		position: relative;
	}
	.page2 .album_photo 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%;
	}
	.page2 .medical ul li{
		padding: 0;
		margin-bottom: 30px;
	}
	.page2 .medical ul li .medical_photo{
		width:100%;
		height:0;
		padding-bottom: 66%;
		overflow: hidden;
		position: relative;
	}
	.page2 .medical ul li .medical_photo 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%;
	}
	.page2 .medical ul li .caption{
		font-size: 13px;
		padding: 0 2%;
		line-height: 1.7em;
	}
	.page2 .equipment ul li{
		padding:0;
		margin-bottom: 30px;
	}
	.page2 .equipment ul li .equipment_photo{
		width:100%;
		height: 0;
		padding-bottom: 66%;
		overflow: hidden;
		position: relative;
	}
	.page2 .equipment ul li .equipment_photo 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%;
	}
	.page2 .equipment ul li .caption{
		font-size: 13px;
		padding: 0 2%;
		line-height: 1.7em;
	}
}

