@charset "UTF-8";

@media screen and (max-width: 1199px) {
	header {
		width: auto;
    	padding: 18px 1%;
	}
	header .left {
		width: 50%;
	}
	header .left p {
		margin: 2px 0 5px;
		font-size: 12px;
		line-height: 120%;
	}
	header .left img {
		width: 100%;
		height: auto;
	}
	header .right {
		width: 49.1%;
	}
	header .right dl dt {
		width: 50%;
	}
	header .right dl dt img {
		width: 100%;
		height: auto;
	}
	header .right ul {
		margin-top: 7px;
	}
	header .right ul li:not(:last-child) {
		margin-right: 0.5%;
		padding-right: 0.5%;
	}
	header .right ul li a {
		font-size: 13px;
	}
	nav ul,
	#menuTracking ul {
		width: auto;
	}
	nav ul li,
	#menuTracking ul li {
		width: 15.5%;
	}
	nav ul li a,
	nav ul li div,
	#menuTracking ul li a,
	#menuTracking ul li div {
		font-size: 13px;
		padding: 12px 1%;
	}
	nav ul li .pulldownBox li, #menuTracking ul li .pulldownBox li {
		width: auto;
	}
	.pulldownBox li a {
		font-size: 13px;
	}
	nav.fixed ul li a {
	    font-size: 13px;
    	padding: 8px 1%;
	}
	#contentsBox {
		width: auto;
		margin:0;
	}
	#main {
		width: 64%;	
		padding: 2%;
	}
	#side {
		width: 30%;
	}
	#toTop {
		width: 8%;
	}
	#toTop img {
		width: 100%;
	}
	footer {
		font-size: 14px;
	}
	#footer {
		width: auto;
		padding: 30px 1% 0;
	}
	#footer #sitemap .sitemapBox01 {
		width: 23.3%;
    	margin-right: 2%;
	}
	#footer #sitemap .sitemapBox01 dt {
		text-indent: -1em;
		margin: 0 0 10px 1em;
		line-height: 120%;
	}
	#footer #sitemap .sitemapBox02 {
		width: 23.3%;
    	margin-right: 2%;
	}
	#footer #sitemap .sitemapBox03 {
		width: 23.3%;
	}
	footer #aboutBox {
		width: auto;
		font-size: 14px;
	}
	footer #aboutBox h2 svg {
		width: 80%;
	}
	footer #aboutBox section {
		width: 63.1%;
		margin-left: 1%;
	}
	footer #aboutBox .contact li:first-child {
		margin: 0 0 15px 0;
	}
	footer #aboutBox .access {
		line-height: 1.5;
	}
	footer #aboutBox .access a img {
		top: 30%;
	}
	footer #aboutBox iframe {
		width: 33.3%;
	}
	footer #link {
		width: auto;
		padding: 10px 1% 10px;
	}
	footer #link ul {
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	footer #link ul li {
		font-size: 13px;
	}
	footer #link .copyright {
		float: none;
		font-size: 12px;
		text-align: center;
	}
}

@media screen and (max-width: 737px) {
	html {
		height: 100%;
	}
	.tt1{
		max-width:100%;
		height:auto;
	}
	body {
		height: 100%;
		margin: 0;
	}
	a:hover {
		opacity: 1.0;
	}
	p {
		font-size: 14px;
		line-height: 1.6;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.p-list-photo-text__item-img-hosp{
		float:none;
		width:100%;
		height:auto;
	}
	.p-list-photo-text__item-text-hosp{
		float:none;
		width:100%;
		height:auto;
		margin-top:15px;
	}
	header {
		padding: 8px 2% 0;
		border-bottom: 1px solid #ccc;
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	}
	header .left {
		width: auto;
		float: none;
		overflow: hidden;
	}
	header .left p {
		clear: both;
		font-size:10px;
	   -moz-transform-origin: 0 0;
	   -webkit-transform-origin: 0 0;
	   -o-transform-origin: 0 0;
	   -ms-transform-origin: 0 0;
	   transform-origin:0 0;
		-webkit-transform: scale(0.9);
		-webkit-transform-origin:0 0;
		width: 111%;
		text-align: center;
	}
	header .left .logo {
		width: 65%;
		height: auto;
	}
	header .left .logo img {
		float: left;
		width: 60%;
		margin-top: 1%;
		height: auto;
	}
	header .right {
		display: none;
	}	
	header .spRight {
		display: block;
		float: right;
		width: 165px;
	}
	header .spRight li {
		list-style-type: none;
		float: left;
		font-size:10px;
	   -moz-transform-origin: 0 0;
	   -webkit-transform-origin: 0 0;
	   -o-transform-origin: 0 0;
	   -ms-transform-origin: 0 0;
	   transform-origin:0 0;
		-webkit-transform: scale(0.9);
		-webkit-transform-origin:0 0;
		width: 111%;
		letter-spacing: -1px;
		color: #803420;
		text-align: center;
	}
	header .spRight li:first-child {
		width: 120px;
		line-height: 280%;
		font-size:16px;
	}
	header .spRight li:last-child {
		width: 42px;
		margin-top: 8px;
		line-height: 200%;
	}
	header .spRight li a {
		display: block;
	}
	header .spRight li:first-child img {
		width: 26px;
	}	
	header .spRight li:last-child img {
		width: 100%;
	}	
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 34.6px;
		height: 26px;
	    display: block;
		margin: 0 auto;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #153d9c;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 11px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}	
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10.5px) rotate(-45deg);
		transform: translateY(10.5px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10.5px) rotate(45deg);
		transform: translateY(-10.5px) rotate(45deg);
	}
	#navSp {
		display: none;
	}
	#nav {
		display: none;
	}
	nav ul {
		display: block;
	}
	nav ul li {
		display: block;
		width: auto;
		border-right: none;
		border-bottom: 1px solid #999999;
	}
	nav ul li.contact:last-child {
		margin-bottom: 100px;
	}
	nav ul li a {
		font-size: 17px;
	    padding: 14px 1%;
		background: url(/common/images/arrow01.svg) no-repeat 96% 50%;
		background-size: 8px auto;
	}
	nav ul li div {
		font-size: 17px;
	    padding: 14px 1%;
	}
	nav ul li:first-child a {
		border-left: none;
	}
	.gmenu div {
		background: url(/common/images/plus.svg) no-repeat 96% 50%;
		background-size: 16px auto;
	}
	.gmenuBox01 {
		border: none;
	}
	.gmenuBox01.on {
		background: url(/common/images/minus.svg) no-repeat 96% 50%;
		background-size: 16px auto;
	}
	nav ul li .pulldownBox {
		position: static;
		width: auto;
		height: auto;
		border: none!important;
	}
	nav ul li .pulldownBox li a {
		pointer-events: auto;
		font-size: 17px;
		background: url(/common/images/arrow02.svg) no-repeat 96% 50%!important;
		background-size: 8px auto!important;
		padding: 14px 10px 14px 20px;
	}
	#headerSp {
		background: #fff;
	}
	#headerSp.fixed {
		position: fixed;
		top: 0;
		z-index: 20;
		width: 100%;
	}
	#headerSp.noFixed {
		position: static!important;
	}
	#toTop {
		opacity: 1.0;
		bottom: 10px;
		right: 10px;
		width: 10%;
	}
	#toTop:hover {
		bottom: 10px;
		right: 10px;
	}
	#footer {
		display: none;
	}
	#navFooterSp {
		display: block;
	}
	#navFooterSp ul {
		border-top: 1px solid #024c7d;
		border-bottom: 1px solid #024c7d;
	}
	#navFooterSp ul li:not(:last-child) a {
		border-bottom: 1px solid #ccc;
	}
	#navFooterSp ul li a {
		padding: 14px 2%;
		display: block;
		font-size: 17px;
		background: url(/common/images/arrow02.svg) no-repeat 96% 50%;
		background-size: 8px auto;
	}
	#navFooterSp ul li a br {
		display: none;
	}
	#navFooterSp ul li.gmenu a {
		pointer-events: none;
		background: url(/common/images/plusFooter.svg) no-repeat 96% 50%;
		background-size: 16px auto;
	}
	#navFooterSp ul li .gmenuBox01.on a {
		background: url(/common/images/minusFooter.svg) no-repeat 96% 50%;
		background-size: 16px auto;
	}
	#navFooterSp .pulldownBox li a {
		pointer-events: auto!important;
		background: url(/common/images/arrow02.svg) no-repeat 96% 50% #f8f8f8!important;
	    background-size: 8px auto!important;
	}
	#contentsBox {
		width: auto;
	}
	#contentsBox a {
		text-decoration: underline;
	}
	#main {
		width: auto;
		float: none;
		padding: 0;
		margin: 0 4%;
		font-size: 14px;
		box-shadow:none;
	}
	#side {
		width: auto;
		float: none;
		margin: 0 auto;
	}
	#side dl {
		display: none;
	}
	#side .sideBnr01 {
		margin: 30px auto 0;
		width: 75%;
	}
	#trackingArea01 {
		bottom: 0;
		top: auto;
		width: 100%;
	}
	#trackingArea01 img {
		width: 100%;
	}
	footer #aboutBox section {
		width: auto;
		margin-left: 0;
	}
	footer #aboutBox h2 a {
		width: auto;
	}
	footer #aboutBox h2 svg {
		width: 93%;
		margin: 0 auto;
		display: block;
		height: auto;
	}
	footer #aboutBox .access {
		padding: 0 2%;
	}
	footer #aboutBox .access br {
		display: inline;
	}
	footer #aboutBox .access a {
		display: block;
		width: 25%;
		margin: 6px auto;
		text-align: center;
	}
	footer #aboutBox .access span {
		display: inline-block;
		margin-top: 10px;
	}
	footer #aboutBox ul.train {
		display: none;
	}
	footer #aboutBox iframe {
		display: none;
	}
	footer #aboutBox .contact {
		text-align: left;
		margin-bottom:15px;
	}
	footer #aboutBox .contact li span {
		display: inline-block;
	}
	footer #link ul li {
		margin-bottom: 10px;
	}
	.error {
		margin: 5em 0 0;
	}
	#toTop {
		bottom: 17%;
	}
	#toTop.move {
		bottom: 10px!important;
	}
	
.n-list{
	height:auto!important;
}
.n-list-img{
	width:100%;
	float:none!important;
}
.n-list-ul{
	float:none!important;
	width:95%!important;
	padding:15px!important;
}
.n-list img{
	width:100%!important;
}
.n-list2{
	height:auto!important;
}
.n-list2-ul{
	float:none!important;
	width:95%!important;
	padding:0!important;
}
.n-list2-ul p{
	padding-top:0!important;
}	
.n-list2-img{
	float:none!important;
	width:100%!important;
}
.n-list2 img{
	width:100%!important;
}
.c-img img{
	width:100%!important;
}
.doctor_content .doctor .profile section h2{
	font-size:16px!important;
}
.doctor_content .doctor .profile section ul li{
	font-size:14px!important;
}

footer #aboutBox{
	padding-bottom:20px!important;
}
#contents p{
	font-size:12px!important;
}
.indexBox011 li{
	font-size:14px!important;
}

.p-section-detail .c-heading-detail{
	
	margin-bottom:20px;
}
.c-heading-detail{
	
	border-bottom:2px solid #e5e5e5;
}

.c-heading-detail__text:after{	
	 background-color:#4cbee0;
 content:'';
 height:2px;
 left:0;
 position:absolute;
 bottom:-2px;
 width:100%;
}
.c-heading-detail__text {
 display:inline-block;
 font-size:16px;
 font-weight:600;
 padding-bottom:10px;
 position:relative;
 letter-spacing:2px;
 margin-top:15px;
 line-height:24px;
}
.c-heading-detail-medium{
	
	font-size:16px;
	line-height:28px;
	font-weight:600;
	letter-spacing:2px;
}
.c-heading-detail-medium__text{
	
	/*background:-webkit-linear-gradient(transparent 60%, #f2f2f2 60%);*/
	margin-top:15px;
	margin-bottom:15px;
}

.ch5{
	margin-top:15px;
	margin-bottom:15px;
	font-size:15px;
	padding-left:0;
	letter-spacing:1px;
	font-weight:600;
}
.pd-15{
	padding-left:0;
}
.c-hospital-name--xl{
	font-size:25px;
	margin-bottom:25px;
	margin-top:0;
	opacity:.95;
	padding-bottom:15px;
	padding-left:24px;
	padding-top:5px;
	border-bottom:1px solid #e5e5e5;
	font-weight:500;
}
.c-hospital-name--xl:before {
 border-radius:5px;
 content:'';
 height:9px;
 left:2px;
 position:absolute;
 top:13px;
 width:9px;
 background-color:#6ad7eb
}
.l-contents{
	
	background-color:#f8f8f8;
width:100%;	
}
.l-contents__inner{
	background-color:#fff;
	
}
 .l-contents__cont {
  margin-left:auto;
  margin-right:auto;
  padding-top:40px;
  padding-bottom:65px;
  width:1165px;
 }
 .l-contents__cont::after {
  clear:both;
  content:'';
  display:block
 }
 .p-section-detail__block--mn-doctor-box {
 border-top:1px solid #f2f2f2;
 padding:15px 0 21px
}
.p-section-detail__block--mn-doctor-box:nth-of-type(1) {
 border-top:0;
 padding-top:0
}
.p-section-detail__block--mn-doctor .c-heading-detail-small {
 margin-bottom:8px
}
.p-section-detail__block--dpc .c-heading-detail-bar {
 margin-bottom:8px;
 margin-top:28px
}
.p-section-detail__block--dpc .c-heading-detail-bar:nth-of-type(1) {
 margin-top:20px
}
.p-section-detail__text {
 line-height:19px;
 margin-top:20px;
 opacity:.9
}
.p-section-detail__text h3 {
 font-size:15px;
 font-weight:600
}
.p-section-detail__text p {
 margin:10px 0 20px 0
}

.p-list-photo-text__item::after {
 clear:both;
 content:'';
 display:block
}
.p-list-photo-text__item+li {
 margin-top:15px
}
.p-list-photo-text__item-img {
 float:left;
 width:90px
}
.p-list-photo-text__item-text {
 float:right;
 width:calc(100% - 115px);
}
.c-heading-detail-small {
 color:#aaa;
 font-size:14px;
 font-weight:600;
 margin-bottom:14px;
}
.p-list-photo-text__item-img img{
	width:100%;
	height:auto;
}
.c-link {
 color:#4cbee0;
 font-size:14px;
 font-weight:600
}
.p-list-photo-text__item-text-description {
 color:#999!important;
 font-size:14px!important;
 line-height:17px!important;
 margin-top:10px!important; 
}
.c-hospital-schedule-table-detail {
 border-collapse:collapse
}
.c-hospital-schedule-table-detail table {
 width:100%
}
.c-hospital-schedule-table-detail thead th {
 background-color:#f8f8f8;
 color:#777;
 font-weight:600
}
.c-hospital-schedule-table-detail thead th .small {
 font-size:10px
}
.c-hospital-schedule-table-detail tbody td {
 color:#777;
 position:relative
}
.c-hospital-schedule-table-detail tbody td::after {
 bottom:50%;
 content:'';
 position:absolute;
 right:50%;
 -webkit-transform:translate(50%, 50%);
 -ms-transform:translate(50%, 50%);
 transform:translate(50%, 50%)
}
.c-hospital-schedule-table-detail tbody td.close::after {
 background-color:#aaa;
 height:1px;
 width:5px
}
.c-hospital-schedule-table-detail tbody td.open::after {
 background-color:#4cbee0;
 border-radius:4px;
 height:8px;
 width:8px
}
.c-hospital-schedule-table-detail tbody td.open-half::after {
 border-style:solid;
 border-width:0 4.5px 8px;
 border-color:transparent transparent #6ad7eb;
 height:0;
 width:0
}
.c-hospital-schedule-table-detail th,
.c-hospital-schedule-table-detail td {
 border:1px solid #e5e5e5;
 font-size:12px;
 padding:10px;
 text-align:center
}
.c-hospital-schedule-table-detail th:nth-of-type(1),
.c-hospital-schedule-table-detail th:nth-of-type(2),
.c-hospital-schedule-table-detail td:nth-of-type(1),
.c-hospital-schedule-table-detail td:nth-of-type(2) {
 width:calc(100% / 6)
}
.c-hospital-schedule-table-detail th:nth-of-type(3),
.c-hospital-schedule-table-detail th:nth-of-type(4),
.c-hospital-schedule-table-detail td:nth-of-type(3),
.c-hospital-schedule-table-detail td:nth-of-type(4) {
 width:calc(100% / 3)
}
.m-img img{
	width:100%;
	height:auto;
}
.img-t1 {
	text-align:center;
}
.img-t1 img{
	float:none;
}
.img-t1 p{
	width:100%;
	text-align:left;
}

.text-left{
	float:none;
	padding-top:20px;
	width:auto;
	margin:0 4%;
	line-height: 32px;
}
.footerbcenter ul li{list-style:none;float:left;width:40%;}
.footernav{overflow: hidden;text-align: center;}
.footernav ul{display: inline-block;}
.footernav ul li{float: left;}
.footernav ul li a{color: #00479D;height: 45px;line-height: 45px;display: inline-block;padding: 0 20px;}
.footerbottom{background: #f5f5f5;}
.footerbcenter{line-height: 32px;padding-top: 20px;float:none;width:auto;margin:0 4%;}
.footerbcenter p{margin: 0;}
.footerbcenter h3{margin: 0;}
.footerbottom2{width:80%;padding: 15px 0;color:#8e8e8e;border-top:1px solid #e5e5e5;margin:auto;}

}

/**/

@media screen and (max-width: 500px) {
	header .left .logo {
		width: 65%;
	}
	header .left .logo img {
		/*margin-top: 4%;*/
	}
		.tt1{
		max-width:100%;
		height:auto;
	}
	/*header .left .logo {
		width: 64%;
	}
	header .left .logo img {
		margin-top: 3%;
	}*/
	#toTop {
		width: 16%;
	}
	.p-list-photo-text__item-img-hosp{
		float:none;
		width:100%;
		height:auto;
	}
	.p-list-photo-text__item-text-hosp{
		float:none;
		width:100%;
		height:auto;
		margin-top:15px;
	}	
.n-list{
	height:auto!important;
}
.n-list-img{
	width:100%;
	float:none!important;
}
.n-list-ul{
	float:none!important;
	width:95%!important;
	padding:15px!important;
}
.n-list img{
	width:100%!important;
}
.n-list2{
	height:auto!important;
}
.n-list2-ul{
	float:none!important;
	width:95%!important;
	padding:0!important;
}
.n-list2-ul p{
	padding-top:0!important;
}	
.n-list2-img{
	float:none!important;
	width:100%!important;
}
.n-list2 img{
	width:100%!important;
}
.c-img img{
	width:100%!important;
}
.doctor_content .doctor .profile section h2{
	font-size:16px!important;
}
.doctor_content .doctor .profile section ul li{
	font-size:14px!important;
}

footer #aboutBox{
	padding-bottom:20px!important;
}
#contents p{
	font-size:14px!important;
}
.indexBox011 li{
	font-size:14px!important;
}	
}

@media print {
	body {
		zoom: 100%;
	}
	header,
	nav ul,
	#contentsBox,
	#footer,
	footer #aboutBox,
	#consulation, #life, #kanpo, #other, #news {
		zoom: 90%;
	}
	footer {
		clear: both;
	}
	#menuTracking, #toTop {
		display: none!important;
	}
	#main {
		box-shadow: none;
	}
	#side {
		box-shadow: none;
	}
	.doctor_content .doctor .profile {
		display:table; 
		width: 100%;
	}
	.doctor_content .doctor .profile img {
		display: table-cell;
	}
	.doctor_content .doctor .profile section {
		display: table-cell;
	}
}
.Footer-wrapper {
    z-index: 90;
}
.footer-cl{position:relative;top:0px;left:0px;}
.footer-btm{width:100%;text-align:center;background:#1b96d5;box-shadow:0px -2px 5px rgba(9,2,4,.17);position:fixed;bottom:0px;left:0px;z-index:90;}
.footer-btm a{display:block;padding:5px 0;width:25%;float:left;}
.footer-btm a img{width:32px;height:32px}
.footer-btm a h2{height:24px;line-height:24px;color:#ffffff;font-weight:normal;font-size:14px;margin-top:0px;}
.footer-container{padding:3px 4% .34rem;color:#868686;background:#f8f8f8;}