@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2010-5-14
 * Editor:    yamamoto
 * Modified:   2010-5-14 by:yamamoto
 *
 * ***********************************************************
 */

html{
	background:none;
}

#container{
	width:auto;
	margin:0px;
}	

.header-wrap{
  position: relative;
  z-index: 100;
  background: rgba(0,132,251,0.8)
}

#header{
	width:902px;
	margin:0px auto;
	text-align:center;
	height: 120px;
	background: no-repeat center top;
  background: url(../img/group_header.png) no-repeat center top;
}

#header #catch{
	position: absolute;
	top: 135px;
	right: 45px;
}

/*--------------------------------------------------------
	.mainVisual
----------------------------------------------------------*/

.main-visual{
    position: relative;
    height: 529px;
    width: 100%;
    background:#DBEDFF;
    top: -120px;
    z-index: 0;
    overflow: hidden;
    margin-bottom: -195px;
}
    
.main-visual__inner{
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 0;
    margin-left: -575px;
    width: 1150px;
}
    
.main-visual .bxslider{
    width:  1150px;
    height: 529px;
    position: relative;
}

.main-visual .bxslider li{
    position: absolute;
    display: none;
    width:  1150px;
    height: 529px;
}

.main-visual .bxslider li.ph01{
  background: url(../img/slider/slide01.jpg) no-repeat center top;
}
.main-visual .bxslider li.ph02{
  background: url(../img/slider/slide02.jpg) no-repeat center top;
}
.main-visual .bxslider li.ph03{
  background: url(../img/slider/slide03.jpg) no-repeat center top;
}
.main-visual .bxslider li.ph04{
  background: url(../img/slider/slide04.jpg) no-repeat center top;
}

.bxslider li .txt {
  position: absolute;
  font-weight: bold;
  display: inline-block;
  opacity: 1;
  transition: all .8s;
}

.bxslider li.active-slide .txt {
  opacity: 0;
}

.bxslider li.ph01 .txt {
  top: 245px;
  left: 0px;
}

.bxslider li.ph02 .txt,
.bxslider li.ph03 .txt {
  top: 270px;
  left: 0px;
}

.bxslider li.ph01.active-slide .txt,
.bxslider li.ph02.active-slide .txt,
.bxslider li.ph03.active-slide .txt{
  left: 3em;
}

.bxslider li.ph04 .txt {
  top: 205px;
  right: 0;
  text-align: right;
}

.bxslider li.ph04.active-slide .txt {
  right: 3em;
}

.bxslider li span {
  padding: 6px 16px;
  color: #fff;
  font-size:30px;
  line-height: 220%;
  font-family: 'Noto Sans Japanese', serif;
  font-weight: 300;
  background: rgba(56, 73, 154, 0.9);
}


.gnavi-wrap{position: relative;
  background: rgba(165,211,254,0.75)
}

ul#gNavi{
  width: 902px;
  margin: 0 auto;
	height: 64px;
	padding-top: 12px;
}

#sideRight{
	float:right;
	width:216px;
}


#sideRight h2{
	margin-bottom: 2px;
	background: url(../common/side_wrap01.jpg) no-repeat left top;
	padding: 5px 6px 0px;
}

#firstInfo{
	background: url(../common/side_wrap02.jpg) repeat-y left top;
}

#firstInfo .tit{
	margin-bottom: 2px;
	background: url(../common/side_wrap01.jpg) no-repeat left top;
	padding: 5px 6px 0px;
}

#firstInfo .inner{
	background: url(../common/side_wrap03.jpg) no-repeat left bottom;
	padding-bottom: 6px;
}

#firstInfo .inner ul{
	margin: 0px 6px;
	background: url(../img/first_bg.jpg) repeat-y;
	padding: 10px 8px 6px;
}

#firstInfo .inner ul li{
	margin-bottom:4px;
}

#topInfo {
	width:902px;
	margin:30px auto;
	text-align:center;
}

#topInfo h2{
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}

#topInfo h2 span{
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  color: #007BEB;
  font-size: 208.4%;
  font-family: 'Noto Sans Japanese', sans-serif;
}

#topInfo h2 span::before,
#topInfo h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #007BEB;
}

#topInfo h2 span::before {
  right: 100%;
}
#topInfo h2 span::after {
  left: 100%;
}

#topInfo .text {
  text-align: center;
  font-size: 158.4%;
  margin-bottom: 20px;
}

#topInfo .symptom {
  overflow: hidden;
  margin-left: -15px;
  margin-bottom: 18px;
}

#topInfo .symptom li {
  float: left;
  width: 395px;
  margin-left: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px 20px 13px 15px;
}

#topInfo .symptom li:last-child {
  width: 417px;
}

#topInfo .symptom li img {
  float: left;
  padding-right: 10px;
}

#topInfo .symptom li p {
  font-size: 116.7%;
}

#topInfo .symptom li h3 {
  font-size: 166.7%;
  text-align: center;
  padding: 2px 3px 0px 3px;
  color: #fff;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #5164BF url(../img/icon_pin.png) no-repeat 30px 7px;
}
#topInfo .symptom02 {
  overflow: hidden;
  margin-left: -5px;
  margin-bottom: 30px;
}

#topInfo .symptom02 li {
  float: left;
  width: calc((99.9% - 10px) / 3);
  margin-left: 5px;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 10px 0px 10px 10px;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  background: #FFF2D0 url(../img/icon_pin02.png) no-repeat 20px 13px;
}

#topInfo .symptom02 li:first-child {
    margin-left: 0;
}


#topInfo .top-cmt {
  text-align: center;
  color:#016ED0;
  font-size:150%;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 140%;
}

#visitNav {
  background: #A5D3FE;
}

#visitNav dl {
	width:902px;
	margin:0px auto;
	text-align:center;
}

#visitNav dl dt {
  position: relative;
  float: left;
  background: #108DFE;
  height: 65px;
  width: 162px;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  font-size: 150%;
  font-family: 'Noto Sans Japanese', sans-serif;
  padding-top: 35px;
}

#visitNav dl dt::after{
    display: block;
    content: '';
    position: absolute;
    right: -20px;
    top:42%;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 10px solid #108DFE;
  }

#visitNav dl dd {
  float: left;
  margin-top: 18px;
  margin-left: 8px;
}

#visitNav dl dd a {
  position: relative;
  display: block;
  width: 185px;
  height: 45px;
  padding-top: 20px;
  padding-left: 50px;
  font-size: 141.7%;
  color: #444;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
}

#visitNav dl dd.icon01 a {
  background:#fff url(../img/icon_first.png) no-repeat 15px 15px;
}

#visitNav dl dd.icon02 a {
  background:#fff url(../img/icon_paper.png) no-repeat 15px 15px;
}

#visitNav dl dd.icon03 a {
  background:#fff url(../img/icon_access.png) no-repeat 12px 15px;
  width: 190px;
  padding-left: 45px;
}

#visitNav dl dd a:hover {
  opacity: 0.9;
  color: #0084FB;
}

#visitNav dl dd a::after{
    display: block;
    content: '';
    position: absolute;
    top: 38%;
    right: 15px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #108DFE;
    border-bottom: 2px solid #108DFE;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

/* =====================================================

  contents area

===================================================== */

#contents{
	padding: 24px 0px 20px;
  background: none;
}

/* mainArea
---------------------------------------------------- */

#mainArea{
	padding-bottom: 20px;
}

.infoTit{
  overflow:hidden;
  background: url(../img/info_t_bg.jpg) no-repeat bottom left;
  padding-bottom:5px;
}

.infoTit span{
  float:left;
   color:#016ED0;
  font-size:158.4%;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.infoTit a{
  position: relative;
  float:right;
  padding-top:5px;
  padding-right: 18px;
  color: #016ED0;
}
.infoTit a::after{
    display: block;
    content: '';
    position: absolute;
    top: 38%;
    right:3px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #108DFE;
    border-bottom: 2px solid #108DFE;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

 
.infoList{
	padding:0px;
  border-bottom:1px dotted #ccc;
  margin-bottom:20px;
}
 
.infoList dt{
	float: left;
	padding: 8px 0px 0px 0px;
  border-top:1px dotted #ccc;
  color:#4054A2;
  font-size:108.4%;
}

.infoList dt span{
  display:inline-block;
  width:65px;
  padding:4px 5px 3px 5px;
  font-size:83.4%;
  text-align:center;
  margin-left:6px;
  margin-top:-2px;
  color:#fff;
}

.infoList > dt:first-child {
	border-top: none;
	padding-top: 2px;
}

.infoList > dt:first-child + dd {
	border-top: none;
	padding-top: 2px;
}

span.icon01{
  background:#FF9326;
}
span.icon02{
  background:#00B285;
}
span.icon03{
  background:#0CBFD3;
  letter-spacing:-1px;
}

.infoList dd{
  overflow:hidden;
	padding: 9px 0px 7px 10px;
   border-top:1px dotted #ccc;
   font-size:108.4%;
}

.infoList dd a{
  color:#444444;
  text-decoration:none;
}


#mainArea h2.mapTit{
  margin-bottom:0px;
  background:#0989FD;
  color:#fff;
  font-size:108.4%;
  padding:4px 2px 5px 10px;
 font-family: 'Noto Sans Japanese', sans-serif;
}

/* sideArea
---------------------------------------------------- */

#clinicInfo{
  margin-top:15px;
}

/*== group bnr ================*/
.groupBnr {
  padding:22px 0px 20px 0px;
  border-top:1px solid #DDDDDD;
}

.groupBnr h2{
  margin-bottom:20px;
}

.groupBnr_inr{
	width:902px;
	margin:0px auto;
	text-align:center;
}

.groupBnr_inr dl {
  overflow:hidden;
  margin-bottom:16px;
}

.groupBnr_inr dl dt {
  float:left;
  color:#60994A;
  border:1px solid #60994A;
  padding:11px 9px;
  margin-top:3px;
}

.groupBnr_inr .iryou dt{
  margin-right:10px;
}

.groupBnr_inr dd{
  float:left;
  margin-left:10px;
  font-size: 10px;
}

.groupBnr_inr .iryou dd{
  margin-left:0px;
  margin-right:25px;
}

.groupBnr_inr dd a:hover{
  opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



#footer address img { 
vertical-align:top;
}