@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 50000;
	 filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

header {
	background-color: #FFF;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------------------メインイメージ*/

#breadcrumb {
	width: calc(100% - 20px);
	height: 50px;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
　　list-style: none;
    text-align: left;
	background-color: #f8f8f8;
	padding-left: 20px;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 50px;
}

#breadcrumb li:after {
  content: '>';
  padding: 3px 7px;
  color: #000;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #239178;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: left;
}

#breadcrumb li a:hover {
  color: #239178;
}


#mimg {
	position: relative;
	width: 100%;
	height: 600px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/related_facilities/mimg.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
#mimg .txtBox {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	z-index: 1000;
}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 250px;
	font-size: 70px;
	line-height: 75px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	letter-spacing: 5px;
	color: #fff;
    text-align: left;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 25px;
	line-height: 26px;
	letter-spacing: 1px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
	color: #fff;
    text-align: left;
	float: left;
	margin-top: 20px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}

#Menu {
	width: 1200px;
	height: 118px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
}
#Menu.f {
	width: 1200px;
	height: 119px;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #CCC;
	float: left;
}
#Menu:hover .ttl {
	margin-left: 20px;
	color: #239178;
}
#Menu:hover .ttl2 {
	margin-left: 20px;
	color: #239178;
}
#Menu .ttl{
	width: 390px;
	height: 30px;
	padding-left: 50px;
	float: left;
	background-image: url(../web/ambulatory/ac01.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	color: #000;
	font-family: 'Zen Maru Gothic', sans-serif;
	margin-top: 45px;
	margin-left: 10px;
	transition: 0.4s;
}
#Menu .ttl2{
	width: 315px;
	height: 60px;
	padding-left: 50px;
	padding-right: 50px;
	float: left;
	background-image: url(../web/ambulatory/ac01.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	color: #000;
	font-family: 'Zen Maru Gothic', sans-serif;
	margin-top: 30px;
	margin-left: 10px;
	transition: 0.4s;
}
#Menu .txt{
	width: 765px;
	height: 30px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: #000;
	margin-top: 45px;
	margin-left: 0px;
}





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

}
