@charset "utf-8";
/* ----------------------------------------
* 中ページ共通
---------------------------------------- */

/* ----------------------------------------
* 中ページ見出し
---------------------------------------- */
h2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 25vh;
	text-align: center;
	background-image: url("../images/img_h2.png");
	background-position: top center;
	background-repeat: no-repeat;
}
h2 span {
	position: relative;
}
h2 span img {
	width: 75%;
}
h2 span:after {
	position: absolute;
	bottom: -25px;
	left: 50%;
	width: 50px;
	border-bottom: solid 1px #333;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	content: "";
}
/* ----------------------------------------
* パンくずリスト
---------------------------------------- */
.breadCrumb {
	margin-top: 24px;
}
.breadCrumb li {
	display: inline;
	list-style: none;
}
.breadCrumb li:after {
	color: #333;
	content: '>';
}
.breadCrumb li:last-child:after {
	content: '';
}
/* ----------------------------------------
* 中ページ見出し
---------------------------------------- */
.sectionSubHeading {
	position: relative;
	margin: 100px 0 0;
	padding: 30px 16px 24px;
	text-align: center;
	border: solid 1px #333;
}
.sectionSubHeadingTitle {
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding: 0 9px;
	width:auto;
	min-width: 300px;
	line-height: 1;
	font-size: 1.8em;
	background: #fff;
	color:#0072a0;
	font-weight:bold;
}
/* ----------------------------------------
* 中ページレイアウト
---------------------------------------- */
.sectionSub {
	height: 100%;
	padding: 100px 0 70px;
}
.sectionSubBg{
	text-align:right;
}	

.sectionSubBg img{
	width:100%;
	max-width:400px;
	height:auto;
}

.sectionSubInner {
	padding-bottom: 30px;
}

.sectionSubLast {
	padding: 100px 0;
}

.sectionSubFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	justify-content: space-between;
}

.sectionSubFlex .sectionSubInner{
	width:49%;
}

.sectionSubFlex .sectionSubInner.large{
	width:59%;
}

.sectionSubFlex .sectionSubInner.sectionSubBg{
	width:39%;
}
.sectionSubTitleUnit2 {
	height: 52px;
}

.sectionSubTitleUnit2 img {
	width: auto;
	height: 52px;
}
.sectionSubTextContent dl {
	padding-bottom: 24px;
}
.linkBoxBottom {
	position: relative;
	padding-left: 14px;
}
.linkBoxBottom:before {
	position: absolute;
	top: 9px;
	left: 0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #0072a0;
	border-bottom: 5px solid transparent;
	transition: .2s;
	content: "";
}
.linkBoxBottom:hover:before {
	top: 11px;
}
/* ----------------------------------------
* 中ページ各項レイアウト
---------------------------------------- */

.profileTable th{
	font-weight:normal;
	padding-right:10px;
}

.profileTable td {
	width: auto;
	height: auto;
	padding-left: 56px;
	padding-bottom: 16px;
	text-align: left;
    line-height: 2;
}
.sectionSubTextGreeting {
	padding-top: 16px;
	font-size: 20px;
}

.doctorProfileTitle{
	font-size:18px;
	text-align:left;
	padding-bottom:16px;
}
.topixBox {
	width: 100%;
	margin-bottom: 30px;
	padding: 16px;
	background-color: #fff;
	border: solid 1px #ccc;
}

.topixBox dt{
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	color:#0072a0;
	font-weight:bold;
	font-size:1.2em;
}

.topixBox dd{
	padding-top:8px;
}
.symptom {
	margin-top: -75px;
	padding-top: 75px;
}
.gallery {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.galleryItem{
	width:49%;
	padding-bottom:30px;
	position:relative;
}

.galleryAccess span{
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	border-radius: 50%;
	background: #0072a0;
	text-align: center;
	line-height: 71px;
}

.topixBox {
	width: 100%;
}
 @media (max-width: 960px) {
/* ----------------------------------------
* 中ページ共通
---------------------------------------- */
h2 {
	height: 15vh;
	background-size: auto 170px;
}
h2 span img {
	width: 100%;
}
h2 span:after {
	bottom: -20px;
	right: 35px;
	width: 40px;
}
/*.sectionSubBg_01, .sectionSubBg_02, .sectionSubBg_03 {
	background-image: inherit;
}*/

.sectionSubBg{
	text-align:center;
}

.sectionSubBg img{
	max-width:100%;
}

.sectionSubBg.sectionSubBgDoctor img{
	max-width:400px;
}
.breadCrumb {
	margin-top: 8px;
}
.sectionSubTitleUnit2 {
	width: 100%;
	height: 60px;
}
.sectionSubTitleUnit2 img {
	height: 60px;
}
.sectionSubText {
	max-width:760px;
	margin: 0 auto;
}

.sectionSubTitle.textParent{
	max-width:760px;
	margin: 0 auto 24px;
}

.sectionSubFlex {
	display: block;
}
.sectionSubFlex .sectionSubInner,
.sectionSubFlex .sectionSubInner.large,
.sectionSubFlex .sectionSubInner.sectionSubBg{
	width: 100%;
}
.profileTable tr,
.profileTable td {
	padding-left: 0;
	line-height: 1.8;
}
.sectionSubInner{
	width:100%;
	margin: 0 auto;
}

.sectionSub {
	width: 100%;
	margin: 0 auto;
}

/* ----------------------------------------
* 中ページ見出し
---------------------------------------- */
.sectionSubTextGreeting {
	font-size: 18px;
	text-align: right;
}
.sliderInterior img {
	width: 100%;
	height: auto;
}
.medicalContentCircle span {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.sectionSubTitleSymptom, .sectionSubTitleSymptom img {
	width: auto;
	height: 48px;
}
.googleMaps {
	position: relative;
	max-width: inherit;
	width: 100%;
	height: auto;
	padding-bottom: 40%;
	overflow: hidden;
}
.googleMaps iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: inherit;
	width: 100%;
	height: 100%;
}
}
@media (max-width: 760px) {
.sectionSubTitle {
	margin-right: 10px;
	padding-left: 10px;
}
.galleryItem {
	width: 100%;
}
.galleryItem img {
	width: 100%;
}
.sectionSubTitleUnit2, .sectionSubTitleUnit2 img {
	width: auto;
	height: auto;
	max-height: 60px;
}
}
 @media (max-width: 480px) {
.sectionSubHeading {
	margin-top: 50px;
}
.sectionSub, .sectionSubLast {
	padding: 50px 0 20px;
}
.sectionSubHeadingTitle {
	width: 250px;
	min-width:auto;
	top: -10px;
	font-size: 1.5em;
}
.sectionSubTitleUnit2, .sectionSubTitleUnit2 img {
	width: auto;
}
h2 span:after {
	bottom: -15px;
	right: 45px;
	width: 30px;
}
.sectionSubTextGreeting {
	padding-top: 16px;
	font-size: 1.1em;
}
.sectionSubTextTime {
	font-size: 87.5%;
}
.sectionSubTextTime th, .sectionSubTextTime td {
	height: 25px;
	padding: 2px;
}
}
