@charset "utf-8";
/*  style　[ ひだまりこどもクリニック Smart Phone ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
/* Global Navigation */
.navbar .navbar-toggle .icon-bar {
  background-color: #FFF;
}
#menu-list {
  max-height: none;
}
.navbar ul.nav {
  font-size: 13px; /* old browzer */
  font-size: 1.3rem;
  margin: 0;
  width: 100%;
}
.navbar ul.nav li {
  border-bottom: 1px dotted #000;
  padding: 0;
  text-align: left;
}
.navbar ul.nav li a {
  line-height: 400%;
  padding: 0 0 0 20px;
}
.navbar ul.nav li a:hover { opacity: 0.5; }
.navbar ul.nav li a img {
  margin-right: 10px;
  vertical-align: middle;
}
.navbar ul.nav li .dropdown-menu li {
  border-bottom: 0;
}
.navbar .navbar-brand img {
  width: 180px;
}

/* お知らせ */
#news .newsWrapper {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
#news p {
  font-size: 15px;
}
#news ul li {
  font-size: 15px;
}
/* フォトギャラリー */
#photoGallrey figcaption {
  font-size: 12px;
  font-size: 1.2rem;
}
  
  /* table */
  .line-y  {
  width: 100%;
}
.line-y th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-bottom: none;
  padding: 5px;
  display: block;
  width: 100%;
}
.line-y td {
  border-bottom: 1px dotted #fbb03b;
  padding: 5px;
  display: block;
  width: 100%;
}

  
/* ごあいさつ */

/* 基本理念 */
.orangeFrame {
  width: 95%;
}
/* 診療案内 */
#guide .table-responsive {
  margin: 20px 0;
  padding: 10px;
}
#guide .table-responsive .table-bordered {
  border: 1px solid #ed1c24;
  margin-bottom: 10px;
}
#guide .table-responsive .table-bordered thead th:first-child {
  width: 7em;
}
#guide .table-responsive .table-bordered tbody th {
  font-size: 15px;
  font-size: 1.5rem;
}
#guide .table-responsive .table-bordered tbody th span {
  font-size: 12px;
  font-size: 1.2rem;
}
#guide .table-responsive .table-bordered img {
  width: 40px;
}
#guide2 .guide2Inner {
  width: 90%;
}
/* 予約 */
#reservation .reservationInner {
  width: 90%;
}
/* アクセス */
#access .mapWrapper {
  width: 90%;
}
#access .mapWrapper iframe {
  height: 400px;
}
  /* カレンダー */
  .calendar iframe {
	height: 400px;
	vertical-align: bottom;
	width: 100%;
}
  ul.calender-list {
  list-style: none;
  margin: 10px 0 0 20px;
  padding: 0;
  text-align: left;
}
  
}
/* ～386px(xs) ____________________________________________________ */
@media screen and (max-width: 386px) {
#guide .table-responsive {
  padding: 10px 0;
}
}