@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

/* reset */

#lower-contents #main-contents .reset-elm h2 {
	position: relative;
	clear: both;
	margin-bottom: 20px;
	padding: 0;
	font-size: 2.5rem;
}

#lower-contents #main-contents .reset-elm h2:before {
	width: auto;
	height: auto;
	margin: auto;
	border: none;
	border-radius: 0;
}

#main-contents {
	padding-left: 0;
}

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

/* font @serif */
#lower-contents #main-contents .serif {
	font-family: "FOT-マティス Pro M", MatissePro-M, serif;
}

/* font @sans-serif */
#lower-contents #main-contents .sans-serif {
	font-family: "Roboto",  sans-serif;
}


/* 大見出し */
#lower-contents #main-contents .reset-elm .h-section {
	font-size: 2rem;
}

/* 小見出し */
#lower-contents #main-contents .reset-elm .h-subsection {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
}


/* 見出しの装飾（中央揃え） */
#lower-contents #main-contents .reset-elm .h-underline {
	position: relative;
	margin-bottom: 1.2em;
	padding-bottom: 1em;
	text-align: center;
}

#lower-contents #main-contents .reset-elm .h-underline:before {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 200px;
	height: 1px;
	margin: auto;
	background: currentColor;
	content: "";
	opacity: 0.5;
}

/* 見出しの装飾（左揃え） */
#lower-contents #main-contents .reset-elm .hsub-underline {
	position: relative;
	padding-bottom: 1.2em;
	margin-bottom: 1.2em;
}

#lower-contents #main-contents .reset-elm .hsub-underline:before {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	display: block;
	width: 200px;
	height: 1px;
	margin: auto;
	background: currentColor;
	content: "";
	opacity: 0.5;
}



/* section */

#lower-contents #main-contents section {
	margin-bottom: 40px;
}

#contents-area .inner-section {
	width: 100%;
	box-sizing: border-box;
}

#contents-area .section-header {
	margin-bottom: 40px;
	text-align: center;
	color: #000;
}

#lower-contents #main-contents .section-header p {
	text-align: inherit;
	font-weight: 600;
	color: inherit;
	font-size: 1.5rem;
}


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

.PageHeader {
}

#lower-contents .PageHeader__ttl {
	color: #fff;
	font-family: inherit;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
	min-height: 500px;
	max-height: 500px;
	margin-bottom: 0;
	padding: 20px;
	background: url(../images/bg.jpg);
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	border: none;
}

#main-contents .pagetitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto;
	line-height: 1;
	text-align: center;
}

#main-contents .pagetitle > *:last-child {
	margin-bottom: 0;
}

.PageHeader__ttl .ttl-img {
	
}

.PageHeader__ttl .ttl-img img {
	display: block;
	width: 100%;
}

.PageHeader__ttl .subttl {
	font-size: 1.8rem !important;
	margin-bottom: 10px !important;
}

.PageHeader__ttl .en {
	margin-bottom: 30px !important;
	font-size: 1.2rem !important;
	line-height: 1.2 !important;
	font-weight: 500;
}

.PageHeader__ttl .pickup {
	font-size: 1.4rem !important;
	font-weight: 600;
	/* font-family: 'Yu Gothic',"游ゴシック",'YuGothic',"游ゴシック体",'Meiryo',sans-serif; */
	margin-bottom: 30px;
	padding: 8px 13px;
	box-sizing: border-box;
	border: 2px solid currentColor;
}

.PageHeader__ttl .read {
	text-shadow: 0 0 8px rgba(0,0,0,1);
}


/* ------------------------------------------------------------------------ */
/* intro */

#lower-contents #main-contents .intro {
	position: relative;
	padding-bottom: 40px;
}

#lower-contents #main-contents .intro:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	opacity: 0.1;
}

#lower-contents #main-contents .intro-section {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 20px;
}


/* ------------------------------------------------------------------------ */
/* doctors */

#lower-contents #main-contents .doctors {
	
}

#lower-contents #main-contents .people-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#lower-contents #main-contents .people {
	padding: 30px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

#lower-contents #main-contents .people .detail-inner {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

#lower-contents #main-contents .people figure {
	width: 90px;
	flex-shrink: 0;
	margin: 0 20px 0 0;
}

#lower-contents #main-contents .people .meta {
}

#lower-contents #main-contents .people .history ,
#lower-contents #main-contents .people .history ul,
#lower-contents #main-contents .people .history ol,
#lower-contents #main-contents .people .history li {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

#lower-contents #main-contents .people .history li {
	display: inline;
	margin-bottom: 5px;
	font-size: 1.2rem;
	line-height: 1.5;
	color: rgba(0,0,0,0.7);
}

#lower-contents #main-contents .people .history li:before {
	content: "●";
}

#lower-contents #main-contents .meta-title {
	margin-bottom: 5px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.3;
}

#lower-contents #main-contents .meta-cat {
	margin-bottom: 5px;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.3;
}

#lower-contents #main-contents .meta-name {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.3;
}



/* 院長 */

#lower-contents #main-contents .people.top-doctor {
	width: 100%;
}

#lower-contents #main-contents .people.top-doctor figure {
	/* width: calc(33.333% - 40px); */
	width: 140px;
	margin: 0 auto 15px !important;
}

#lower-contents #main-contents .people.top-doctor .detail {
	width: 100%;
}

#lower-contents #main-contents .people.top-doctor .history {
}

#lower-contents #main-contents .people.top-doctor .history li {
	position: relative;
	display: list-item;
	padding-left: 1.2em;
}

#lower-contents #main-contents .people.top-doctor .history li:before {
	position: absolute;
	left: 0;
}

#lower-contents #main-contents .people.top-doctor .detail-inner {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}


.best-doctor {
	height: 22px;
	padding: 10px 0;
}

.best-doctor img {
	display: block;
	width: auto;
	height: 100%
}

#lower-contents #main-contents .doctors .note {
	font-size: 1.2rem;
	line-height: 1.4;
}

#lower-contents #main-contents .doctors sup {
	font-size: 0.9rem;
}


/* ----------------------------------------------------------------------- */
/* facilities */

.facilities {
	
}

.facilities .main-image {
	width: 100%;
	margin-bottom: 20px;
}

.facilities .row-block {
}

.facilities .row-block-inner {
}

.facilities .staff {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 20px;
}

.facilities .staff .type {
	width: 25%;
}

.facilities .staff .cat {
	margin-bottom: 0 !important;
	font-size: 1.2rem;
	font-weight: 600;
}

.facilities .staff .cat i {
	display: block;
	width: 100%;
	max-width: 50px;
	margin: 0 auto 10px;
}

.facilities .staff .cat img {
	display: block;
	width: 100%;
	height: auto;
}

.facilities .staff dd {
	line-height: 1;
}

.facilities .staff .num {
	font-size: 2.5rem;
	font-weight: 600;
}

.facilities .staff .unit {
	font-size: 1.5rem;
	font-weight: 600;
}


@media (max-width: 1200px) {
	
	.facilities .row-block-inner p {
		margin-bottom: 20px;
	}
}



/* ----------------------------------------------------------------------- */
/* machine */

#lower-contents #main-contents .machine {
	/* margin-bottom: 100px; */
}

.machine .row-block-inner {
	margin-bottom: 20px;
}

.machine .row-block-inner:last-child {
	margin-bottom: 0;
}

#lower-contents #main-contents .machine .row-block-inner .meta-img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#lower-contents #main-contents .machine .row-block-inner .meta-img img {
	border-radius: 5px;
}

#lower-contents #main-contents .machine .meta-name {
	font-size: 1.6rem;
	font-weight: 600;
}

#lower-contents #main-contents .machine .meta-txt {
	text-align: justify;
}


/* ----------------------------------------------------------------------- */
/* summary-data */

#lower-contents #main-contents .summary-data {
	margin-bottom: 40px !important;
}

#lower-contents #main-contents .summary-data-detail {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

#lower-contents #main-contents .summary-data-detail li {
	width: 100%;
	margin-bottom: 20px;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 20px 10px 30px;
	box-sizing: border-box;
}

#lower-contents #main-contents .summary-data-detail p {
	font-size: 1.2rem;
}

#lower-contents #main-contents .summary-data-detail i {
	display: block;
	width: 80px;
	margin: 0 auto 10px;
}

#lower-contents #main-contents .summary-data-detail i img {
	display: block;
	width: 100%;
	height: auto;
}

#lower-contents #main-contents .summary-data-detail .title {
	margin-bottom: 10px;
	line-height: 1.3;
	color: #000;
	font-size: 1.8rem;
}

#lower-contents #main-contents .summary-data-detail .subtitle {
	line-height: 1.3;
	font-weight: 600;
	color: #000;
}

#lower-contents #main-contents .summary-data-detail .result {
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin: 0;
}

#lower-contents #main-contents .summary-data-detail .result .num {
	font-size: 3rem;
	font-weight: 600;
}

#lower-contents #main-contents .summary-data-detail .result .unit {
	font-size: 2rem;
	font-weight: 600;
}

#lower-contents #main-contents .summary-data-detail .typ-1 .result {
	color: #467dd9;
}

#lower-contents #main-contents .summary-data-detail .typ-2 .result {
	color: #14abb4;
}

#lower-contents #main-contents .summary-data-detail .typ-3 .result {
	color: #70bf00;
}

#lower-contents #main-contents .summary-data-detail .typ-4 .result {
	color: #ffba00;
}


/* ----------------------------------------------------------------------- */
/* aside */

#contents-area .aside {
	margin-bottom: 100px;
}

.aside-section {
	/* display: flex;
	justify-content: space-between; */
	background: #f7f0e7;
	border-radius: 7px;
	margin-bottom: 20px;
	padding: 30px;
}

.aside-section:last-child {
	margin-bottom: 0;
}

.aside-section > *:first-child {
	margin-bottom: 20px;
}

.aside-section-body {
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	/* width: 50%; */
	box-sizing: border-box;
}

.aside-section-body > *:last-child {
	margin-bottom: 0;
}

.aside-section-body p {
	text-align: justify !important;
	margin-bottom: 10px;
}

.aside-section-body .btn {
	display: inline-flex;
	align-items: center;
	padding: 8px 10px 8px 20px;
	font-size: 1.3rem;
	line-height: 1.5;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	background: url(/common/images/arrow.png) 10px center no-repeat;
	background-size: 3px 5px;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.1s ease-in-out;
}

.aside-section-body .btn:hover {
	border: 1px solid rgb(70, 169, 217);
	color: rgb(70, 169, 217);
}

.aside-section figure {

}

.aside-section figure img {
	border-radius: 3px;
}


#lower-contents #main-contents .aside .h-subsection {
	font-size: 1.8rem;
}

#lower-contents #main-contents .aside .h-subsection:before {
	width: 100px;
}


/* ----------------------------------------------------------------------- */
/* relation-info */

#contents-area .relation-info {
	margin-bottom: 60px;
	padding-top: 80px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

#contents-area .relation-info > *:last-child {
	margin-bottom: 0;
}

/* ----------------------------------------------------------------------- */
/* sub-section */

#contents-area .sub-section {
	margin-bottom: 60px;
}

#contents-area .sub-section > *:last-child {
	margin-bottom: 0;
}

.image-outer {
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
}

.image-outer img {
	display: block;
	width: 100%;
	max-width: 550px;
	margin: auto;
}

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

#lower-image {
	background: url(../../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-contents #main-contents p {
	line-height: 2.4rem;
	text-align: inherit;
}






@media screen and (min-width: 375px) {
	#lower-contents #main-contents .summary-data-detail li {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {

	.PageHeader__ttl .ttl-img {
		height: 60px;
	}

	.PageHeader__ttl .ttl-img img {
		display: block;
		width: auto;
		height: 100%;
	}

	.PageHeader__ttl .pickup {
		font-size: 1.8rem !important;
	}

	.PageBody {
		margin-top: 0q;
	}

	#lower-contents #main-contents section {
		margin-bottom: 60px;
	}

	/* ------------------------------------------------------------------------ */
	/* intro */

	#lower-contents #main-contents .intro {
		display: flex;
		justify-content: space-between;
	}

	#lower-contents #main-contents .intro-section {
		width: calc(50% - 10px);
		margin: 0;
	}

	#lower-contents #main-contents .intro > .img {
		width: calc(50% - 10px);
	}

	/* ------------------------------------------------------------------------ */
	/* doctors */

	#lower-contents #main-contents .people.top-doctor {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 50px;
	}

	#lower-contents #main-contents .people.top-doctor figure {
		width: calc(33.333% - 40px);
		margin: 0 !important;
	}

	#lower-contents #main-contents .people.top-doctor .detail {
		width: 66.666%;
	}

	#lower-contents #main-contents .people.top-doctor .detail-inner {
		margin-bottom: 30px;
		text-align: left;
	}

	#lower-contents #main-contents .people {
		width: calc(50% - 15px);
	}


	/* ----------------------------------------------------------------------- */
	/* machine */

	.machine .row-block {
		display: flex;
		justify-content: space-between;
	}

	.machine .row-block-inner {
		width: calc(33.333% - 20px);
		margin-bottom: 0;
	}

	/* ----------------------------------------------------------------------- */
	/* facilities */

	.facilities .main-image {
		margin-bottom: 40px;
	}

	.facilities .row-block {
		display: flex;
		justify-content: space-between;
	}
	
	.facilities .row-block-inner {
		width: calc(50% - 20px);
	}

	.facilities .staff .type {
		width: calc(25% - 10px);
	}

	/* ----------------------------------------------------------------------- */
	/* summary-data */

	#lower-contents #main-contents .summary-data {
		margin-bottom: 60px !important;
	}

	#lower-contents #main-contents .summary-data-detail li {
		width: 25%;
		margin-bottom: 0;
		border-right: 1px solid rgba(0,0,0,0.1);
	}

	#lower-contents #main-contents .summary-data-detail li:last-child {
		border-right: none;
	}

	#lower-contents #main-contents .summary-data-detail i {
		width: 100px;
	}

	#lower-contents #main-contents .summary-data-detail .title-outer {
		min-height: 100px;
	}

	/* ----------------------------------------------------------------------- */
	/* aside */

	.aside-section {
		display: flex;
		justify-content: space-between;
	}

	.aside-section > * {
		width: calc(50% - 10px);
	}

	.aside-section > *:first-child {
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 1280px) {

	.PageHeader {
		width: calc(100% - 60px);
		margin-left: 0;
	}

	.PageHeader__ttl .ttl-img {
		height: 80px;
	}

	#lower-contents .PageHeader__ttl {
		max-height: 600px;
	}

	#lower-contents #main-contents section {
		margin-bottom: 100px;
	}

	#lower-contents #main-contents .sub-section {
		margin-bottom: 60px;
	}

	#lower-contents #main-contents .sub-section.relation-info {
		width: calc(100% + 60px);
		margin-left: -60px;
		padding-left: 60px;
	}

	#lower-contents #main-contents .reset-elm .h-section {
		font-size: 3.6rem;
	}

	#lower-contents #main-contents .reset-elm .h-subsection {
		font-size: 2rem;
	}

	/* ------------------------------------------------------------------------ */
	/* intro */

	#lower-contents #main-contents .intro {
		width: calc(100% + 60px);
		margin-left: -60px;
		padding-bottom: 0;
	}

	#lower-contents #main-contents .intro-section {
		width: calc(50% - 15px);
		padding: 40px 60px;
	}

	#lower-contents #main-contents .intro > .img {
		width: calc(50% - 15px);
	}

	/* ------------------------------------------------------------------------ */
	/* doctors */

	/* 院長 */
	
	#lower-contents #main-contents .people.top-doctor {
		margin-bottom: 50px;
		padding-bottom: 0;
	}

	#lower-contents #main-contents .people.top-doctor .history {
		display: flex;
		justify-content: space-between;
	}

	#lower-contents #main-contents .people.top-doctor .history-inner {
		width: calc(50% - 20px);
	}

	#lower-contents #main-contents .people-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#lower-contents #main-contents .people {
		width: calc(33.333% - 20px);
		padding: 40px 0 0;
	}

	#lower-contents #main-contents .people figure {
		width: 35%;
		margin-right: 25px;
	}

	#lower-contents #main-contents .meta-title {
		font-size: 1.6rem;
	}

	#lower-contents #main-contents .meta-name {
		font-size: 2.4rem;
	}

	/* ----------------------------------------------------------------------- */
	/* facilities */

	.facilities .staff {
		margin-bottom: 30px;
	}

	.facilities .staff .num {
		font-size: 3.5rem;
	}

	.facilities .staff .cat {
		font-size: 1.3rem !important;
	}

	/* ----------------------------------------------------------------------- */
	/* summary-data */

	#lower-contents #main-contents .summary-data {
		margin-bottom: 100px !important;
	}

	#lower-contents #main-contents .summary-data-detail .title {
		font-size: 2.5rem;
	}

	#lower-contents #main-contents .summary-data-detail .result .num {
		font-size: 5rem;
	}

	#lower-contents #main-contents .summary-data-detail .result .unit {
		font-size: 3rem;
	}

	/* ----------------------------------------------------------------------- */
	/* aside */

	.aside-section {
		align-items: center;
		margin-bottom: 40px;
		padding: 40px;
	}

	.aside-section > * {
		width: calc(50% - 15px);
	}
}