@charset "UTF-8";

/* top
---------------------------------------------------------------------------*/
body.top .mnav-wrap {
	left: 0;
	width: 100%;
	margin-left: 0;
}

body.top .bg-mnav {
	left: 0;
	width: 100%;
	margin-left: 0;
}

/* body.top header - media query
-----------------------------------*/
@media (max-width: 1200px) {
	body.top header {
		padding-left: 25px;
	}
	body.top header .inner {
		width: 350px;
	}
	body.top header .logo-txt-top {
		margin: 2px 0 0 25px;
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.08em;
	}
}

/* top-img
------------------------------------*/
.top-img {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	padding-bottom: 100px;
}

.top-overlay {
	position: absolute;
	top: -100px;
	left: 0;
	background: #2B2925;
	width: 100%;
	height: 100%;
	z-index: 980;
}

.top-img #maximage {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.top-img #maximage .mc-image {
	height: 100%;
	min-height: 100%;
}

.top-img .txt-set {
	position: absolute;
/* 	bottom: 13%; */
	bottom: 180px;
	left: 7%;
	padding-bottom: 100px;
	color: #FFFFFF;
}

.top-img .txt-set h2 {
	position: relative;
	left: -30px;
	margin: 0 0 5px;
	z-index: 982;
	opacity: 0;
}

.top-img .txt-set h3 {
	position: relative;
	left: -30px;
	margin: 0 0 45px;
	z-index: 982;
	opacity: 0;
}

.top-img .slider-news-top {
	height: 37px;
	margin: 0 0 16px 10px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	opacity: 0;
}

.top-img .slider-news-top li {
	height: 37px !important;
	margin: 0 0 7px;
}

.top-img .slider-news-top time {
	margin: 0 0 7px;
	color: #FFFFFF;
	font-size: 14px;
}

.top-img .slider-news-top a {
	color: #FFFFFF !important;
	font-size: 14px;
}

.top-img .txt-set .top-tel {
	margin: 0 0 3px 1px;
	opacity: 0;
}

.top-img .txt-set address {
	margin: 0 0 25px 10px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	opacity: 0;
}

.top-img .txt-set .top-btn-set {
	overflow: hidden;
	margin: 0 0 0 10px;
	opacity: 0;
}

.top-img .txt-set .top-btn-set p {
	float: left;
	width: 150px;
	margin-right: 5px;
}

.top-img .txt-set .top-btn-set p a {
	display: block;
	background: #2B2419;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast:none){
	.top-img .txt-set .top-btn-set p a {
		padding-bottom: 4px;
	}
}

.top-img .txt-title {
	position: absolute;
	top: 45px;
	right: 30px;
	z-index: 982;
	opacity: 0;
}

.top-img .top-scroll {
	position: absolute;
	bottom: 140px;
	right: 42px;
	z-index: 982;
	opacity: 0;
}

.top-img .bg-main-top {
	position: absolute;
	bottom: 100px;
	right: 0;
	z-index: 981;
	opacity: 0;
}

/* top common
------------------------------------*/
body.top #mainContents {
	padding-bottom: 120px;
}

#topContents .btn-link a {
	padding: 13px 18px 13px 20px;
}

@media all and (-ms-high-contrast:none){
	#topContents .btn-link a {
		padding-bottom: 9px;
	}
}

#topContents .h2-top {
	text-align: center;
}

#topContents .h2-top a {
	display: block;
}

#topContents .h2-top strong {
	display: inline-block;
	border-bottom: 1px solid #DBD8C7;
	padding: 0 6px 11px;
}

#topContents .h2-top em {
	display: block;
	margin-top: 11px;
	color: #63481E;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

/* .top-about
------------------------------------*/
.top-about {
	overflow: hidden;
	width: 1040px;
	margin: -50px auto 85px;
}

.top-about .inner {
	position: relative;
	float: left;
	width: 435px;
	padding-top: 44px;
}

.top-about .inner:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/share/logo-mark-l.png) no-repeat;
	background-size: 150px 154px;
	width: 150px;
	height: 154px;
}

.top-about h2 {
	margin: 0 0 24px -1px;
}

.top-about h3 {
	margin: 0 0 22px -1px;
	font-size: 25px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast:none){
	.top-about h3 {
		font-size: 23px;
		letter-spacing: 0.08em;
	}
}

.top-about .txt-set {
	border-left: 1px solid #DBD8C7;
	margin: 0 0 30px 1px;
	padding: 0 8px 0 22px;
}

.top-about .txt-set p {
	margin-bottom: 12px;
	text-align: justify;
	letter-spacing: 0.08em;
	line-height: 2;
}

.top-about .txt-set p:last-of-type {
	margin-bottom: 0;
}

.top-about .btn-set {
	overflow: hidden;
	margin-bottom: 50px;
}

.top-about .btn-set p {
	float: left;
	width: 140px;
	margin-right: 7px;
}

.top-schedule .table-schedule {
	margin-bottom: 13px;
	width: 425px;
}

.top-schedule .table-schedule th {
	padding: 10px 8px 9px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.top-schedule .table-schedule th:nth-of-type(1) {
	width: 100px;
}

.top-schedule .table-schedule td {
	padding: 9px 12px;
}

.top-schedule .attention-list li {
	margin: 0 0 3px 1.5em;
	text-indent: -1.5em;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.08em;
}

.top-about figure {
	float: right;
	position: relative;
	width: 520px;
	height: 550px;
	margin-top: 40px;
}

.top-about figure img {
	position: absolute;
}

.top-about figure img:nth-of-type(1) { top: 0; left: 0; }
.top-about figure img:nth-of-type(2) { bottom: 0; left: 0; }
.top-about figure img:nth-of-type(3) { bottom: 0; right: 0; }

/* .top-service
------------------------------------*/
.top-service {
	background: #F9F6EE;
	width: 100%;
	margin-bottom: 100px;
}

.top-service .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 80px 40px 65px;
}

.top-service h2 {
	margin-bottom: 35px;
}

.top-service h3 {
	margin-bottom: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.service-list-top {
	overflow: hidden;
}

.service-list-top li {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}

.service-list-top li:last-of-type {
	margin-right: 0;
}

.service-list-top li a {
	display: block;
}

.service-list-top figure {
	width: 100%;
}

.service-list-top figure img {
	width: 100%;
	height: auto;
}

.service-list-top .inner {
	background: #FFFFFF;
	padding: 30px 25px 30px;
}

.service-list-top h4 {
	margin: 0 0 20px;
	text-align: center;
}

.service-list-top h4 strong {
	border-bottom: 1px solid #8D8D8D;
	padding: 0 0 2px 3px;
	color: #513C25;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

@media all and (-ms-high-contrast:none){
	.service-list-top h4 strong {
		padding-bottom: 0;
	}
}

.service-list-top p {
	color: #8D8D8D;
	font-size: 13px;
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

/* .top-birth-hospital
------------------------------------*/
.top-birth-hospital {
	width: 1000px;
	margin: 0 auto 80px;
}

.top-birth-hospital h2 {
	margin-bottom: 60px;
}

.top-birth h3,
.top-hospitalization h3 {
	margin: 0 0 20px -1px;
	color: #AF663F;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.top-birth .txt-set,
.top-hospitalization .txt-set {
	border-left: 1px solid #DBD8C7;
	margin: 0 0 30px 1px;
	padding: 0 0 0 20px;
}

.top-birth .txt-set p,
.top-hospitalization .txt-set p {
	margin-bottom: 12px;
	text-align: justify;
	line-height: 1.9;
	letter-spacing: 0.08em;
}

.top-birth-hospital .txt-set p:last-of-type {
	margin-bottom: 0;
}

.top-birth-hospital .btn-set {
	overflow: hidden;
	margin-bottom: 50px;
}

.top-birth-hospital .btn-set p {
	float: left;
	margin-right: 7px;
}

.top-birth-hospital .btn-set a {
	letter-spacing: 0.15em;
}

/* .top-birth
------------------------------------*/
.top-birth {
	overflow: hidden;
	margin-bottom: 60px;
}

.top-birth figure {
	float: left;
	width: 500px;
	margin-top: 10px;
}

.top-birth .inner {
	position: relative;
	float: right;
	width: 425px;
	margin: 0 0 0 15px;
	padding-top: 52px;
}

.top-birth .inner:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/share/logo-mark-m.png) no-repeat;
	background-size: 120px 123px;
	width: 120px;
	height: 123px;
}

.top-birth h4 {
	margin: 0 0 22px -1px;
	font-size: 21px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast:none){
	.top-birth h4 {
		font-size: 20px;
		letter-spacing: 0.12em;
	}
}

.top-birth .btn-set p {
	width: 180px;
}

/* .top-hospitalization
------------------------------------*/
.top-hospitalization {
	overflow: hidden;
	margin-bottom: 60px;
}

.top-hospitalization figure {
	position: relative;
	float: right;
	width: 575px;
	height: 485px;
}

.top-hospitalization figure img {
	position: absolute;
}

.top-hospitalization figure img:nth-of-type(1) { top: 0; left: 0; }
.top-hospitalization figure img:nth-of-type(2) { top: 0; right: 0; }
.top-hospitalization figure img:nth-of-type(3) { bottom: 0; left: 0; }
.top-hospitalization figure img:nth-of-type(4) { bottom: 0; right: 0; }

.top-hospitalization .inner {
	float: left;
	width: 340px;
	margin: 0 0 0 15px;
	padding-top: 42px;
}

.top-hospitalization h4 {
	margin: 0 0 22px -1px;
	font-size: 19px;
	line-height: 1.7;
	letter-spacing: 0.13em;
}

@media all and (-ms-high-contrast:none){
	.top-hospitalization h4 {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
}

.top-hospitalization .btn-set p {
	width: 165px;
	margin-bottom: 7px;
}

.top-hospitalization .btn-set p:nth-of-type(2n) {
	margin-right: 0;
}

/* .top-support
------------------------------------*/
.top-support {
	overflow: hidden;
	background: #F8F5EE;
	padding: 30px;
}

.top-support figure {
	float: left;
	width: 180px;
}

.top-support .txt-set {
	float: left;
	border-right: 1px solid #DBD8C7;
	width: 400px;
	margin: 13px 0 0 40px;
	padding-right: 33px;
}

.top-support .txt-set h3 {
	margin-bottom: 13px;
	font-size: 21px;
	letter-spacing: 0.05em;
}

.top-support .txt-set p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.top-support ul {
	float: right;
	width: 250px;
	margin-top: 25px;
}

.top-support li {
	margin-bottom: 16px;
}

.top-support li a {
	padding: 0 0 2px;
	border-bottom: 1px solid #513C25;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

@media all and (-ms-high-contrast:none){
	.top-support li {
		margin-bottom: 18px;
	}
	.top-support li a {
		padding-bottom: 0;
	}
}

/* .top-news
------------------------------------*/
.top-news {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

/* .top-information
------------------------------------*/
.top-information {
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #DBD8C7;
	width: 50%;
	padding: 30px 40px 30px 0;
}

.top-information h2 {
	margin-bottom: 35px;
}

.top-information .information-list li {
	border-bottom: 1px dashed #BBBBBB;
	padding: 19px 5px 0;
}

.top-information .information-list li:first-of-type {
	border-top: 1px dashed #BBBBBB;
}

.top-information .information-list li time {
	float: left;
	width: 70px;
	margin: 2px 0 0;
	color: #AF663F;
	font-size: 13px;
	letter-spacing: 0.06em;
}

@media all and (-ms-high-contrast:none){
	.top-information .information-list li time {
		width: 65px;
		margin-top: -3px;
		font-size: 14px;
	}
}

.top-information .information-list li div {
	float: left;
}

.top-information .information-list li .post-categories {
	overflow: hidden;
}

.top-information .information-list li .post-categories li {
	position: relative;
	float: left;
	border-top: none;
	border-bottom: none;
	padding: 0 8px 0 0;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.top-information .information-list li .post-categories li:after {
	display: block;
	content: ',';
	position: absolute;
	top: 0;
	right: 4px;
}

.top-information .information-list li .post-categories li:last-of-type:after {
	display: none;
}

.top-information .information-list li h3 {
	clear: both;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.top-information .information-list li h3 a {
	display: block;
	padding: 7px 0 18px;
}

/* .top-event
------------------------------------*/
.top-event {
	float: right;
	box-sizing: border-box;
	width: 50%;
	padding: 30px 0 30px 40px;
}

.top-event h2 {
	margin-bottom: 35px;
}

.top-event figure {
	margin-bottom: 32px;
}

.top-event .inner {
	overflow: hidden;
}

.top-event .inner p {
	float: left;
	width: 275px;
	font-size: 14px;
	text-align: justify;
	line-height: 1.9;
	letter-spacing: 0.05em;
}

.top-event .inner ul {
	float: right;
	width: 150px;
}

.top-event .inner li {
	margin-bottom: 4px;
}

#topContents .top-event .btn-link a {
	padding: 10px 8px 11px 10px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast:none){
	#topContents .top-event .btn-link a {
		padding: 13px 8px 8px 10px;
	}
}