@charset "UTF-8";

@media screen and (min-width:980px) and ( max-width:1200px) {
  #contents{
    width: 100%;
    min-width: 980px;
  }
  #header h1{ width: 100%;}
  #header h1 img{ width: 100%;}
  .leftBox{ width: 28%; }
  #catch{ padding-left: 30%;}
  #nav{ padding-left: 29%; }
  #navtop{ padding-left: 29%; }
  .bottomBox .intro{ padding-left: 11%;}
  .bottomBox .tel img{ width: 80%; }
  .bottomBox .tel .teltitle{ padding-left: 20%;}
  .rightBox{ width: 59%; padding-left: 6%;}
  .rightBox .left{
    width: 50%;
    margin-right: 3.8%;
  }
  .rightBox .right{ width: 46%;}
  .rightBox p{ font-size: 1.4vw; line-height: 2.4vw;}
  .rightBox li{ font-size: 1.4vw; line-height: 2.4vw;}

  #facilities .rightBox .right img{ width: 100%; }
  #introduction .rightBox,#information .rightBox{ width: 59%}
  #introduction .rightBox .sectionBox .logo{ width: 100%;}
  .listBox{ width: 65%;}
  #access #googlemap{ width: 100%; height: 296px;}
  #copyright{
    width: 30%;
    font-size: 1.05vw;
    line-height: 1.8vw;
  }
}

@media screen and (min-width:769px) and (max-width:980px) {
  #contents{
    width: 100%;
    min-width: 980px;
  }
  #header h1{ width: 100%;}
  #header h1 img{ width: 100%;}
  .leftBox{ width: 274px; }
  #catch{ padding-left: 82px;}
  #nav{ padding-left: 29%; }
  #navtop{ padding-left: 29%; }
  .bottomBox .intro{ padding-left: 80px;}
  .bottomBox .tel img{ width: 220px; }
  .bottomBox .tel .teltitle{ padding-left: 55px;}
  .rightBox{ width: 578px; padding-left: 57px;}
  .rightBox .left{
    width: 260px;
    margin-right: 19px;
  }
  .rightBox .right{ width: 240px;}
  .rightBox p{ font-size: 14px; line-height: 24px;}
  .rightBox li{ font-size: 14px; line-height: 24px;}

  #facilities .rightBox .right img{ width: 100%; }
  #introduction .rightBox,#information .rightBox{ width: 578px}
  #introduction .rightBox .sectionBox .logo{ width: 100%;}
  .listBox{ width: 65%;}
  #access #googlemap{ width: 100%; height: 296px;}
  #copyright{
    width: 30%;
    font-size: 1.05vw;
    line-height: 1.8vw;
  }
}
  
@media screen and (max-width: 768px) {
  #contents{ width: 100%; }
  #mainBox{ padding: 120px 4% 4%;}
  #header{
    position: fixed;
    z-index: 1;
    background-color: #e5e4d4;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    border-bottom: solid #e5e4d4 1px;
    padding: 0 0 5px 0;
    width: 100%;
  }
  #header h1 { float: none;}
  h1 img{ width: 90%; }
  .address{ display: none;}
  .leftBox, .rightBox{
    float: none;
    padding: 0;
  }
  .rightBox .right img{ width: 100%; }
  .rightBox .left, .rightBox .right{ float: none;}
  .rightBox .left{ width: 100%; }
  .leftBox .bottomBox{
    position: static;
    margin-top: 45px;
  }
  .bottomBox .tel .teltitle{ padding-left: 0; }
  .bottomBox .tel img{ width: 90%;}
  .bottomBox .tel span {text-align: left;}
  h3.listTitle{ float: none; }
  .listBox{
    float: none;
    margin-top: 20px;
  }
	h2 {
		margin-top:20px;
	}
	#introduction .rightBox,#information .rightBox{ width:  100%;}
  #introduction .rightBox .right{ text-align: center; }
  #introduction .rightBox .left p br{ display: none; }
  #introduction .rightBox .sectionBox .logo{ margin-top: 10px; }
  #greeting #doctorintro .right img.doctorphoto{ margin-top: 10px;}
  #greeting .rightBox .right{ text-align: center; }
  #greeting #doctorintro .right .intro{ width: 100%;}
  #greeting #doctorintro .right .intro img.jobTitle{ width: 172px;}
  #greeting #doctorintro .right .intro img.name{ width: 151px;}
  #greeting #doctorintro .right .intro img.jopTitleEn{ width: 90px;}
  #greeting #doctorintro .right .intro img.phd{ width: 52px;}
  #greeting #doctorintro .right .intro img.nameEn{ width: 120px;}

  #footer .address{
    display: block;
    float: none;
    padding: 20px;
  }

  /*--- ハンバーガーメニュー ---*/
  #catch{
    display: block;
    width: 165px;
    margin: 10px 0 20px;
    padding:0 0 10px 0;
  }
  #navToggle {
    color: #fff;
    text-align: center;
    line-height: 40px;
    width: 48px;
    height: 48px;
    background-color: #1EAA39;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
    cursor: pointer;
    transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
  }
  #navToggle div { position:relative; }
  #navToggle span {
    display: block;
    font-size: 38px;
	  line-height: 38px;
    }
  #nav{ padding: 0; }
  #navtop{ padding: 0; }
  #nav ul li{
    background: none;
    padding: 0 0 0px 10px;
  }
  #navtop ul li{
    background: none;
    padding: 30px 0 0px 10px;
  }
  .leftBox{
    width: 300px;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    box-sizing: border-box;   
    position: fixed;
    right: -300px;
    top: 0;
    margin: 0;
    padding: 10px  ;
    transition: transform 0.3s linear 0s;
	-webkit-transition: transform 0.3s linear 0s;
    z-index: 3;
    border: none;
  }
  .leftBox .bottomBox .intro{ display: none;}
  .openNav .leftBox, .openNav #navToggle {
    transform: translateX(-300px);
	-webkit-transform: translateX(-300px);

  }
  .openNav #gNavBg{
    background-color: #333;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
  }
  #information .sectionBox .title{
    text-align: center;
  }
  #information .sectionBox .date{
    text-align: right;
  }
  #access .rightBox table{ width: 100%; }
  #access .rightBox table th, #access .rightBox table td.hour{ font-size: 12px; }
  #access #googlemap{
    width: 100%;
  }
  #copyright{
    width: 100%;
    border-top: solid #1EAA39 2px;
    padding-top: 20px; 
  }
.nav_address,.nav_address a {
	color: #1EAA39;
	margin-top:15px;
}
.nav_address p {
	margin-bottom:10px;	
}
#catch.d_none_sp {
	display: none;
} 
}
@media screen and (max-width: 480px) {

}