@charset "utf-8";
/*  style　[  Smart Phone top page ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
/*  #top {
  margin-top: -50px;
  padding-top: 50px;
}*/
p {
  font-size: 90%;
}
li {
  font-size: 90%;
}
  
  
  /*----------------------------------------------
   header
---------------------------------------------*/
  header {
   /* min-height: 350px;*/
  }
  
  #areaHeader {
  padding: 0 1%;
}
  
  .item {
    width: 50%;
  }

 /* ヘッダ部分 */
  h1 {
  padding: 0 ;
    margin-top: 12px;
}
  h1 img {
    width: 100%;
    
  }
.phone {
  font-size: 1.3em;
  /*padding:  20px 20px 0 0;*/
}
  .bg-gr {
  padding:  15px 15px 10px 15px;
}
  
     header {
  min-height: 250px;
}
  .slider {
height: 250px;
}
  
  
  /*ヘッダの診療時間*/
.time-table {
  background-color: #6B4C68;
  padding: 10px 15px;
 /* margin: 10px;*/
  color: #fff;
  display: inline-block;
  margin: 10px auto;
  display:block;
  width: 96%;
}
.schedule02{
/*	width: auto;
	margin: 0 0 10px 0;*/
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
  font-size: 0.9em;
  width: 90%;
	margin: 0 auto 10px auto;
}
.schedule02 tr:last-child td,.tb01 tr:last-child th{
	border:none;
}
.schedule02 th{
	padding:10px 8px 8px 8px;
	line-height:1;
	white-space:nowrap;
	text-align: center;
	border-bottom:1px solid #fff;
  font-weight: normal;
}
.schedule02 td{
	padding:5px 10px 0 10px;
	line-height: 1;
	text-align:center;
	border-bottom: none;
}
.schedule02 tr th:first-child{
	text-align: center;
  padding:0 ;
}
.schedule02 tr td:first-child{
	text-align: right;
  padding:5px 0 0 0;
}
.time-table p {
  width: 90%;
  font-size: 0.8em;
  margin: 5px auto;
}

  
  
   /*----------------------------------------------
  コンテナ
  ---------------------------------------------*/ 
  
  /*container*/
  .container {
    margin: 0 auto;
    width: 96%;
  }
  
  /*----------------------------------------------
   nav
---------------------------------------------*/
  nav ul li a:hover {
  padding: 14px 0;
}
  
  nav ul li a.active {
padding: 14px 0;
}
  
 /*----------------------------------------------
   アンカーメニュー
---------------------------------------------*/
#submenu ul {
  text-align: left;
}

#submenu ul li  {
  width: 50%;
  white-space: nowrap;
  text-align: left;
}
  
 /*----------------------------------------------
   見出し
---------------------------------------------*/ 
  
  /* h2 */
h2 {
}
  

  
 /*----------------------------------------------
  
  ---------------------------------------------*/

  .main {
  width: 90%;
  margin: 0 auto;
}
/*----------------------------------------------
  footer
  ---------------------------------------------*/
  address {
    font-size: 1em;
    }
.parking {
  margin-bottom: 10px;
}
  .copyright {
  font-size: 0.7em;
  text-align: center;
  padding-top: 30px;
  color: #ccc;
}

}
/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {
   header {
  min-height: 200px;
}
  .slider {
height: 200px;
}
  
    #areaHeader {
  height: 50px;
}
  
  
    h1 img {
    width: 100%;
    
  }
.phone {
  font-size: 0.9em;
 /* padding: 10px 15px 0 0;*/
}
  .bg-gr {
  padding:  15px 15px 10px 15px;
}
  
  /* ナビの位置 */
  .inner {
 margin-bottom: 0;
}
  
  

  
  
  /*診療時間*/
  .time-table{
  font-size: 0.9em;
}
  
  
  /*フッターの診療時間*/
.tb01{
  font-size: 0.8em;
}
  
  p.notice {
  font-size: 0.9em;
  width: 98%;
  margin: 5px auto;
}
span.notice02 {
  display: inline;
  background-color: #fff;
  padding: 5px;
  color: #2D7137;
}
  


}


