@charset "utf-8";
/* CSS Document */

/*------------------------

院長挨拶

------------------------*/

.doctor .title {
	width: 1em;
	margin: 30px auto;
	text-align: center;
	color: #136ad5;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
}
.doctor .icon {
	text-align: center;
}
.doctor .doctor-section {
	padding: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-position: 0 0;
	background-image: url(../img/pattern02.png);
}
.doctor .doctor-section .name {
	font-size: 27px;
	margin-bottom: 20px;
	font-weight: 500;
	color: #136ad5;
}
.doctor .doctor-section .name .label {
	margin-right: 20px;
	background-color: #00a6fb;
}
.doctor .doctorWrap figure {
	float: right;
	padding: 0 0 20px 20px;
	margin-bottom: 0;
}
.doctor .doctorWrap figure img {
	border-radius: 5px;
}
.doctor .doctorWrap .lead {
	font-size: 18px;
	color: #00a6fb;
	line-height: 2;
	margin-bottom: 30px;
	font-weight: 500;
}
.doctor .doctorMessage {
	margin-bottom: 30px;
}
.doctor .doctor-section dl {
	width: 100%;
	float: left;
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #cedce4;
}
.doctor .doctor-section dt {
	float: left;
	width: 130px;
}
.doctor .doctor-section dd {
	float: left;
}
.doctor .sub-title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}
.doctor .qualification {
	margin: 0;
	padding: 20px 20px 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}
.doctor .qualification .sub-title {
	color: #00a6fb;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-right: 1px solid #bbe4f9;
	margin-bottom: 0;
}
.doctor .qualification ul {
	margin-left: 20px;
}

@media (max-width: 1023px) {
.doctor .title {
	margin: 0 auto 20px;
	width: auto;
}
.doctor .icon {
	margin-bottom: 10px;
}
.doctor .doctor-section dt, .doctor .doctor-section dd {
	width: 100%;
}
.doctor .doctor-section dd {
	margin: 0;
}
.doctor .qualification .sub-title {
	border-right: 0;
}
}

@media (max-width: 767px) {
.doctor .title {
	margin-bottom: 0;
}
.doctor .icon {
	display: none;
}
.doctor .doctor-section {
	padding: 20px;
}
.doctor .doctorWrap figure {
	padding: 0;
	margin-bottom: 16px;
}
.doctor .doctor-section .name {
	margin-bottom: 16px;
}
.doctor .doctorWrap .lead {
	font-size: 16px;
	line-height: 1.61;
	margin-bottom: 16px;
}
.doctor .doctor-section dt {
	margin-bottom: 16px;
}
.doctor .qualification .sub-title {
	padding-top: 0;
	padding-bottom: 0;
}
.doctor .qualification ul {
	margin-left: 0;
}
.doctor .qualification ul li {
	margin-left: 0;
	font-size: 14px;
}
}
/*------------------------

スタッフ紹介

------------------------*/

.staff {
	background-color: #f3fcff;
	padding: 30px 0;
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
	background-position: center top;
}
.staff .title {
	width: 1em;
	margin: 30px auto;
	text-align: center;
	color: #136ad5;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
}
.staff .icon {
	text-align: center;
}
.staff .lead {
	font-size: 18px;
	color: #00a6fb;
	line-height: 2;
	margin-bottom: 20px;
	font-weight: 500;
}
.staff .staff-section {
	margin-bottom: 20px;
}
.staff .text-area {
	padding: 23px 30px 17px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #d5e4ec 1px 1px 1px;
	-moz-box-shadow: #d5e4ec 1px 1px 1px;
	box-shadow: #d5e4ec 1px 1px 1px;
	background: #fff;
	position: relative;
}
.staff .text-area:after {
	left: 100%;
	top: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 12px;
	margin-top: -12px;
}
.staff .name {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #136ad5;
}
.staff .label {
	margin-right: 20px;
	background-color: #00a6fb;
}
.staff figure img {
	border-radius: 11px;
}
.staff .qualification {
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbe4f9;
}
.staff .qualification .sub-title {
	color: #00a6fb;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-right: 1px solid #bbe4f9;
	margin-bottom: 0;
}
.staff .qualification ul {
	margin-left: 20px;
	padding: 15px 15px 15px 0;
}
.staff .qualification ul li {
	list-style: none;
}

@media (max-width: 1023px) {
.staff .title {
	margin: 0 auto 20px;
	width: auto;
}
.staff .icon {
	margin-bottom: 10px;
}
.staff .staff-section {
	margin-bottom: 0;
}
.staff .text-area:after, .staff .text-area:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.staff .text-area:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}
.staff .text-area:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}
.staff figure {
	text-align: center;
}
}

@media (max-width: 767px) {
.staff {
	padding: 30px 0 16px;
}
.staff .title {
	margin-bottom: 0;
}
.staff .icon {
	display: none;
}
.staff .lead {
	font-size: 15px;
}
.staff .staff-section {
	margin-bottom: 30px;
}
.staff .qualification .sub-title {
	border-right: 0;
}
.staff figure {
	margin-bottom: 0;
}
.staff .qualification {
	padding: 16px;
}
.staff .qualification .sub-title {
	padding-top: 0;
	padding-bottom: 0;
}
.staff .qualification ul {
	margin-left: 0;
	padding: 0;
}
}
/*------------------------

診療時間

------------------------*/

.blue-table thead th {
	background-color: #C9F0FF;
	border: 0;
	color: #00A6FB;
	text-align: center;
}
.blue-table thead th:first-child {
	border-radius: 10px 0 0 0;
	overflow: hidden;
}
.blue-table thead th:last-child {
	border-radius: 0 10px 0 0;
	overflow: hidden;
}
.blue-table thead th + th {
	border-left: 1px solid #90DBF7;
}
.blue-table th, .blue-table td {
	padding: .85em 1em;
}
.blue-table tbody th, .blue-table tbody td {
	border: 1px solid #90DBF7;
	color: #00A6FB;
	text-align: center;
}
.blue-table tbody td.open {
	color: #FEBA02;
}
.blue-table th {
	width: 200px;
}
.blue-table td {
	text-align: center;
}

@media screen and (max-width: 767px) {
.blue-table th, .blue-table td {
	width: 12.5%;
	display: table-cell;
	padding: .65em .45em;
	font-size: 1.2rem;
	line-height: 1.35;
	vertical-align: middle;
}
}
/*------------------------

医院情報

------------------------*/

.clinic-table td, .clinic-table th {
	padding: .85em 0;
	border-bottom: 1px solid #bfdcf1;
}
.clinic-table th {
	width: 170px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
.clinic-table th {
	width: 100%;
	border-bottom: 0;
	padding-bottom: 0;
}
}
/*------------------------

設備紹介

------------------------*/

.facility {
	padding: 40px 0;
	background-image: url(../img/treatment-back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	background-size: cover;
}
.facility .title {
	text-align: center;
	color: #136ad5;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.facility .name {
	font-size: 18px;
	color: #00a6fb;
	line-height: 2;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}
.facility figure img {
	border-radius: 11px;
}

@media (max-width: 1023px) {
.facility figure {
	text-align: center;
}
}
