@charset "utf-8";


body {
 position: relative;
}	



.book__headline {
 font-weight: bold;
}    
    
.book__body{
 margin-top: 1em;
 text-align: left;
}

@media screen and (min-width: 769px){
.book__headline {
  margin-top: 1em;
 font-size: 24px;
 line-height:1;
 border-left: 4px solid #8a332c;
 padding-left: 10px;
 text-align: left;
}
    
    
.book__body {
 font-size: 18px;
 font-weight: bold;
 line-height: 1.75;
}

}
@media screen and (max-width: 768px){
.book__headline {
 margin-top: 1.5em;
 font-size: 24px;
 line-height: 1;
 text-align: center;
}
    
.book__body {
 font-size: 16px;
 line-height: 1.75;
}	
} 


@media screen and (min-width: 769px){
	
 .floating__menu { 
  position: fixed;
  right:20px;
  bottom:20px;
  z-index: 200;
 }
 .floating__menu li a {
  display: block;	
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  padding: 1.5em 1em;
  border-radius : 10px;
  text-decoration: none;
  text-align: center;
 }
 .floating__menu li:first-child a { 
   background-color: #ce77a4;
 }
 .floating__menu li:last-child a { 
   display: block;
   background-color: #eeb6d3;
   color: #FFF;
   margin-top: 15px;
 }
}
@media screen and (max-width: 768px){
	
#footerArea > #copyRight {
 padding: 10px 0 90px !important;
}
	
 .floating__menu { 
  position: fixed;
  left: 50%;
  bottom:20px;
  z-index: 200;
  transform: translateX(-50%);
  width: 90%;
 }
	
 .floating__menu ul {
  display: flex;
  justify-content: space-between;
 width: 100%;
 }
 .floating__menu li {
  width: calc(50% - 10px);
 }
 .floating__menu li a {
  display: block;	
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  padding: 1em .5em;
  border-radius : 10px;
  text-decoration: none;
  text-align: center;
 }
 .floating__menu li:first-child a { 
   background-color: #ce77a4;
 }
 .floating__menu li:last-child a { 
   display: block;
   background-color: #eeb6d3;
   color: #FFF;
 }
}






/* -------------------------------------------------------------------
レイアウト
------------------------------------------------------------------- */
.covid19__banner {
 display: table;
 width: 94%;
 max-width: 860px;
 margin: 20px auto;
 text-align: center;
}
.covid19__banner img {
 max-width: 100%;
}

.topinfo  {
 width: 94%;
 max-width: 960px;
 margin: 20px auto;
 padding: 5%;
 background-color: #f5eeed;
}

.topinfo em {
 font-style: italic;
 font-weight: bold;
 text-decoration: underline;
}
 

.topinfo h2 {
	color: #8a332c;
	font-weight: bold;
	font-size: 24px;
}
.topinfo h2 + p {
	margin-top: 3em;
}

.topinfo p {
	margin-top: 30px;
}

.topinfo h3 {
	margin-top: 40px;
	font-weight: 900;
	font-size: 114%;
}

.topinfo h3 + p {
	margin-top: 1em;
}

.topinfo ul.notices {
	color: #666;
	font-size:small;
}

.topinfo ul.notice {
	margin-top: 1em;
}

.topinfo ul.notice li  {
 margin-top: 4px;
	line-height: 1.4;
 padding-left: 1em;
 text-indent: -1em;
	font-size:small;
	}

.topinfo ul.notice li:before {
 content: "※";
 }

.topinfo ol {
 margin-top: 1.5em;
 counter-reset: number;
 text-align: left !important;
 }
.topinfo ol li {
	margin-top: .5em;
 position: relative;
 padding-left:2em;
 }
.topinfo ol li:before {
	position: absolute;
	left:0;
	top:0;
   counter-increment: number;
   content: counter(number)".";
	 padding-right: 5px;
	text-align: left;
 }

.topinfo .redfonts {
	font-size: 18px !important;
    color: #FF0000;
	font-weight: bold;
}


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

.bnrArea {
 margin-top: 30px;
 padding: 0 3%;
 background-color: #FFF !important;
 border: none !important;
}
.bnrArea img {
 max-width: 100%;
}
	
 #imgMain{
  position: relative;
  display: block;
  background-color: #f5eeed;
  text-align: center;
  line-height: 0;
  width: 100%;
 }
 
 #topicsSec{
  margin: 0 auto;
  padding: 60px 0 90px;
  width: 920px;
 }
 #topicsSec > div > h2{
  text-align: center;
  font-size: 24px;
 }
 #topicsSec > div > .topics{
  position: relative;
  margin-top: 20px;
 }
 #topicsSec > div > .topics > dt{
  box-sizing: border-box;
  position: absolute;
  left:0;
  padding-left: 10px;
  padding-top: 10px;
  width: 115px;
 }
 #topicsSec > div > .topics > dd{
  padding: 10px 0 10px 115px;
 }

	
#topicsSec > #msg1 {
  margin-top: 40px;
 background-color: #89332d;
 padding: 30px 15px;
 color: #fff266;
 text-align: center;
}	
	
 #topicsSec > #msg1 span { 
  background: url(/common/img/exclamation.png) left 2px no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
}	
	
 
 #topicsSec > .notices{
  background-color: #400400;
  color: #FFF;
  padding: 20px;
  margin-top: 20px;
 }
 #topicsSec > .notices > dt{
  font-size: 24px;
  font-weight: bold;
 }
 #topicsSec > .notices > dt > span{
  background-color: #89332d;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 1.2;
  padding: 10px;
 }
 #topicsSec > .notices > dd{
  border-top: 1px solid #FFF;
  margin-top: 20px;
  padding-top: 20px;
 }
 
 #topicsSec > .attention{
  background-color: #89332d;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
 }
 
	

 #cureBanner{
  font-size: 0;
 }
 #cureBanner > li{
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  margin-top: 40px;
  width: 280px;
 }
 #cureBanner > li > a{
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  height: 160px;
  overflow: hidden;
 }
 #cureBanner > li > a:hover{
  opacity: .8;
 }
 #cureBanner > li:nth-child(3n){
  margin-right: 0;
 }
 #cureBanner > li:nth-child(1) > a{
  background-image: url(../img/img_cure2.png);
 }
  #cureBanner > li:nth-child(2) > a{
  background-image: url(../img/img_cure3.png);
 }
 
	
.department__list {
 display: flex;
 justify-content: flex-start;	
 flex-wrap: wrap;
 margin-top: 20px;
}
.department__list  > li {
  width: 31.33%;
  margin-top: 15px;
  margin-right: 3%;
  text-align: left;
  line-height: 1;
 }
.department__list > li:nth-child(3n) {
  margin-right: 0;
 }
	
 
 #outlineArea , .book__button {
  margin: 0 auto 0;
  width: 960px;
 }
 #outlineArea > h2{
  border-bottom: 2px solid #89332d;
  font-size: 32px;
  color: #89332d;
  padding: 0 20px 20px;
 }
 
.book__button .nest {
 background-color: #f5eeed;
 padding: 20px 5%;
 box-sizing: border-box;
 text-align: center;
 margin-top: 25px;
 }

    
   
    
    
    

 #hospitalSec > h3:first-child{
  margin-top: 60px;
 }
 #hospitalSec .notes{
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-top: 40px;
 }
 #hospitalSec .notes > li > strong{
  color: #89332d;
 }
 
  
 #outlineArea .columnBox:after{
  content:" ";
  display:block;
  clear:both;
 }
 #outlineArea .columnBox > .hours{
  float: left;
  width: 420px;
 }
 #outlineArea .columnBox > .hours > .hoursFig{
  background-color: #f5eeed;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
 }
 #outlineArea .columnBox > .hours > .hoursFig > dt{
  font-size: 18px;
  font-weight: bold;
  color: #89332d;
 }
 #outlineArea .columnBox > .hours > .hoursFig > dd{
  margin-top: 20px;
 }
 
 
 #outlineArea .columnBox > .access{
  float: right;
  width: 420px;
 }
 #outlineArea .columnBox > .access > .googleMap > iframe{
  height: 240px;
  width: 100%;
 }
 #outlineArea .columnBox > .access > dl > dt{
  color: #5e0f0a;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
 }
 
 
 #medicalSec > div > #medicalNavi{
  font-size: 0;
  margin-top: 40px;
 }
 #medicalSec > div > #medicalNavi > li{
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 30px;
 }
 #medicalSec > div > #medicalNavi > li:nth-child(3n){
  margin-right: 0;
 }
 #medicalSec > div > #medicalNavi > li > a{
  display: block;
  text-decoration: none;
 }
 #medicalSec > div > #medicalNavi > li > a:hover{
  opacity: .8;
 }
 #medicalSec > div > #medicalNavi > li > a > p:first-child img{
  border-radius: 10px;
 }
 #medicalSec > div > #medicalNavi > li > a > p:last-child{
  background: url(/common/img/icon_arrow.png) left center no-repeat;
  padding-left: 22px;
  display: inline-block;
  margin-top: 10px;
 }
 #medicalSec > div > #medicalNavi + p{
  margin-top: 30px;
 }
 
 
 #medicalSec > div > #funcNavi{
  font-size: 0;
  padding: 0 10px;
 }
 #medicalSec > div > #funcNavi > li{
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0;
  width: 420px;
 }

 
 
 
 #caseSec > div > .categoryNavi{
  margin-top: 40px;
 }
  #caseSec > div > .categoryNavi > li{
  margin-top: 20px;
 }
  #caseSec > div > .categoryNavi > li > .btn{
  margin: 0;
  width: 100%;
 }
  #caseSec > div > .categoryNavi > li > .btn > span{
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
 }


 
 #megaMenu{
  background-color: #f6f6f6;
  padding: 30px 0 100px;
  margin-top: 100px;
 }
 #megaMenu > dl{
  margin: 0 auto;
  width: 960px;
 }
 #megaMenu > dl > dt > a{
  background: url(../img/icon_arrow.png) left center no-repeat;
  padding-left: 20px;
  font-size: 16px;
  text-decoration: none;
 }
 #megaMenu > dl ul{
  font-size: 0;
 }
 #megaMenu > dl ul li{
  line-height: 1;
  font-size: 14px;
 }
 #megaMenu dd > ul > li{
  margin-top: 50px;
 }
 #megaMenu dd > ul > li:first-child{
  margin-top: 35px;
 }
 #megaMenu dd{
  padding-left: 20px;
  padding-right: 20px;
 }
 #megaMenu dd > ul > li > ul{
  padding-left: 10px;
 }
 #megaMenu dd > ul > li > ul > li > ul{
  padding-left: 15px;
 }
 #megaMenu dd > ul > li:last-child{
  margin-top: 50px;
 }
 
 #megaMenu .title{
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
 }

 #megaMenu .title > span{
  border-left: 5px solid #8A1D1F;
  padding-left: 6px;
 }
 
 #megaMenu .middle{
  font-size: 18px;
  margin-top: 40px;
 }
 #megaMenu .middle > a{
  background: url(/common/img/icon_arrow.png) left center no-repeat;
  background-size: 10px auto;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding-left: 15px;
 }
 
 #megaMenu > dl .sub{
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
 }
 #megaMenu .sub{
  margin-right: 20px;
 }
 #megaMenu .sub > a{
  background: url(/common/img/icon_arrow.png) left center no-repeat;
  background-size: 10px auto;
  padding-left: 15px;
 }
 
 
 #footerArea{
  position: relative;
  margin-top: -45px;
 }

}

@media screen and (max-width: 767px) {

 section > h3{
  margin: 50px 15px 0;
 }
	
	
.bnrArea {
 margin-top: 30px;
 padding: 0 3% !important;
 background-color: #FFF !important;
 border: none !important;
}
.bnrArea img {
 max-width: 100%;
}	
	

 #imgMain{
  position: relative;
  display: block;
  line-height: 0;
  width: 100%;
 }
 

 #topicsSec > div{
  border-bottom: 1px solid #e0d9d8;
  background-color:#f5eeed;
  padding: 20px 25px;
 }
 #topicsSec > div > h2{
  text-align: center;
  font-size: 14px;
 }
 #topicsSec > div > .topics{
  font-size: 12px;
  position: relative;
 }
 #topicsSec > div > .topics > dt{
  box-sizing: border-box;
  position: absolute;
  left:0;
  padding-left: 10px;
  padding-top: 10px;
  width: 5em;
  z-index: 1;
 }
 #topicsSec > div > .topics > dd{
  padding: 10px 0 10px 8em;
 }
 
#topicsSec > #msg1 {
margin: 20px 15px 0;
 background-color: #89332d;
 padding: 20px 15px;
 color: #fff266;
 text-align: center;
}	
	
 #topicsSec > #msg1 span { 
  background: url(/common/img/exclamation.png) left 2px no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
}		
	
	
 #topicsSec > .notices{
  background-color: #400400;
  color: #FFF;
  padding: 20px;
  margin: 20px 15px 0;
 }
 #topicsSec > .notices > dt{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
 }
 #topicsSec > .notices > dt > span{
  background-color: #89332d;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  line-height: 1;
  padding: 10px;
 }
 #topicsSec > .notices > dd{
  border-top: 1px solid #FFF;
  margin-top: 15px;
  padding-top: 15px;
 }
 
 #topicsSec > .attention{
  background-color: #89332d;
  color: #FFF;
  font-size: 10px;
  padding: 10px 40px;
  text-align: center;
  margin: 20px 15px 0;
 }
 
 
 
 
#cureBanner{
 padding: 0 15px;
 margin-top: 20px;
 }
 #cureBanner > li{
  margin-top: 15px;
 }
 #cureBanner > li > a{
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  padding-bottom: 19.77%;
 }
 #cureBanner > li > a:hover{
  opacity: .8;
 }
 #cureBanner > li:nth-child(3n){
  margin-right: 0;
 }
 #cureBanner > li:nth-child(3) > a{
  background-image: url(../img/sp_img_cure1.png);
 }
 #cureBanner > li:nth-child(1) > a{
  background-image: url(../img/sp_img_cure2.png);
 }
  #cureBanner > li:nth-child(2) > a{
  background-image: url(../img/sp_img_cure3.png);
 }
 
.department__list {
 margin: 30px auto 0;
 width: 90%;

}
.department__list  > li {
  margin-top: 10px;
  line-height: 1;
 }
 
 #outlineArea{
  margin: 40px 0 0;
 }
 #outlineArea > h2{
  border: 2px solid #89332d;
  font-size: 24px;
  text-align: center;
  color: #89332d;
  padding:15px;
  margin: 0 15px;
 }
 
.book__button .nest  {
  padding: 0 15px 30px;
}
 #hospitalSec .nest{
  padding: 0 15px;
 }
 #hospitalSec > h3:first-child{
  margin-top: 60px;
 }
 #hospitalSec .notes{
  background-color: #f5eeed;
  padding: 15px;
  margin-top: 20px;
 }
    
.book__button .nest {
 background-color: #f5eeed;
 padding: 20px 5%;
 box-sizing: border-box;
 text-align: center;
 margin-top: 25px;
 }

.book__button .textbox {
 text-align: left;
 line-height: 1.8;
}
    
    
	
 #hospitalSec .notes > li {
 font-size: 10px;
	 padding-left: 1em;
text-indent: -1em;
 }
 #hospitalSec .notes > li > strong{
  color: #89332d;
 }
 
 
 

 #outlineArea .columnBox > .hours{
  background-color: #fcf7f6;
  margin-top: 40px;
  padding: 25px;
 }
 #outlineArea .columnBox > .hours > h4{
  margin-top: 0;
 }
 #outlineArea .columnBox > .hours > .hoursFig{
  background-color: #f5eeed;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
 }
 #outlineArea .columnBox > .hours > .hoursFig > dt{
  font-size: 18px;
  font-weight: bold;
  color: #89332d;
 }
 #outlineArea .columnBox > .hours > .hoursFig > dd{
  margin-top: 10px;
 }
 
 
 #outlineArea .columnBox > .access{
  padding: 0 25px;
 }
 #outlineArea .columnBox > .access > .googleMap > iframe{
  height: 150px;
  width: 100%;
 }
 #outlineArea .columnBox > .access > dl > dt{
  color: #5e0f0a;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
 }
 
 
 #medicalSec .nest{
  padding: 0 15px;
 }

    
    
 #medicalSec > div > #medicalNavi{
  margin-top: 20px;
 }
 #medicalSec > div > #medicalNavi > li{
  font-size: 18px;
  margin-top: 20px;
 }
 #medicalSec > div > #medicalNavi > li > a{
  display: table;
  text-decoration: none;
  width: 100%;
 }
 #medicalSec > div > #medicalNavi > li > a > p{
  display: table-cell;
 }
 #medicalSec > div > #medicalNavi > li > a > p:first-child{
  line-height: 0;
  width: 43%;
 }
 #medicalSec > div > #medicalNavi > li > a > p:first-child img{
  border-radius: 10px;
 }
 #medicalSec > div > #medicalNavi > li > a > p:last-child{
  background: url(/common/img/sp_icon_arrow_medi.png) right center no-repeat;
  background-size: 20px auto;
  padding: 0 20px 0 15px;
  vertical-align: middle;
  color: #89332d;
  width: 67%;
 }
 #medicalSec > div > #medicalNavi + p{
  margin-top: 30px;
 }
  #medicalSec > div > #funcNavi{
   margin-top: 30px;
 }
 
 
 #caseSec .nest{
  padding: 0 15px;
 }
 #caseSec > div > .categoryNavi > li > .btn > span{
  font-size: 12px;
  display: none;
 }
 
 
 #megaMenu{
  display: none;
 }
	
.topinfo h2 {
	color: #8a332c;
	font-weight: bold;
	font-size: 18px !important;
}	
	
}


    
 #outlineArea .textbox , .book__button .textbox {
 margin-top: 1em;
 text-align: left;
 line-height: 1.8;
}    




 .-numbering {
  margin-top: 30px;
 counter-reset:number;
     
 }
 .-numbering  > li{
  position: relative;
  padding-left: 1.25em;
  text-align: left;
  line-height: 1.5;
 }
 .-numbering  > li + li{
  margin-top: 1em;
 }
 
.-numbering > li::before {
  counter-increment: number;
  content: counter(number) '.';
  position: absolute;
  left: 0;
}


 .-note {
 margin-top: 30px;
 counter-reset:number;    
 }
 .-note  > li{
  position: relative;
  padding-left: 1.25em;
  text-align: left;
  line-height: 1.75;
 }
 .-note  > li + li{
  margin-top: .75em;
 }
 
.-note > li::before {
  content: "※";
  position: absolute;
  left: 0;
}



.dx__wrapper { width: 90%; max-width: 960px;}
.dx__item.-headline , .dx__wrapper h2 { color: #89332d; font-weight: bold; }

.dx__wrapper > p { margin-top: 1.5em; }

.dx__block { border: 1px solid #89332d;}
.dx__block > h3 { font-weight: bold; color: #89332d; }
.dx__block > div > p {color: #C50000; font-weight: bold; }

@media screen and (min-width: 769px){
 .dx__wrapper { margin: 60px auto 0; }
 .dx__item.-headline { font-size:clamp(16px,32px,2.1vw); border-bottom: 2px solid #89332d; padding: 0 20px 20px; }
 .dx__wrapper h2 { margin-top: 3em; font-size:clamp(14px,24px,1.6vw); }
 .dx__block { 
 display: flex;
 justify-content: flex-start;
 align-items: center;
 margin: 40px auto 0;
 padding: 20px 3%;
 font-size:clamp(12px,20px,1.3vw);
 }
 .dx__block > div {margin-left: 3em; display: flex; justify-content: flex-start; }
 .dx__block > div > p { margin-left: 1em; font-size: 1rem; }
 .dx__block > div > p + p {margin-left: 1.5em; }    
 .dx__block + p { margin-top: 60px; }
}
@media screen and (max-width: 768px){
 .dx__wrapper { margin: 30px auto 0; }    
 .dx__item.-headline { font-size:clamp(12px,20px,5.33vw); }
 .dx__wrapper h2 { margin-top: 2em; font-size:clamp(10px,18px,4.8vw); }
 .dx__block { margin: 20px auto 0; font-size:clamp(10px,16px,4.26vw); padding: 10px 3%; }
 .dx__block > div {margin-top: 1em; }
 .dx__block > div > p { font-size: 14px; }    
 .dx__block + p { margin-top: 40px; font-size: 1rem; }    
}