@charset "utf-8";

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

  /** 交通アクセス
  ---------------------------------------- */
  #access_info{
    margin-top: 40px;
  }
  #access_info dt{
    color: #ea6e92;
    font-size:18px;font-size:1.8rem;
    font-family:"MPLUSRounded1c-4";
    border-bottom:solid 1px #f2c9c9;
  }
  #access_info dd{
    margin: 20px 0 40px 10px;
  }
  #access_info dd .fb{
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }
  #access_info dd .fb img{
    width: 200px;
  }
  #access_info .fb_right img{
    margin-bottom: 20px;
  }


  /** GoogleMap
  ---------------------------------------- */
  #googlemap{
    margin-top: 40px;
  }


  /** 診療受付時間
  ---------------------------------------- */
  #rec_time {
    margin-top: 40px;
  }
  #rec_time_sp{
    display: none;
  }
  #rec_time th:nth-child(2),
  #rec_time th:nth-child(3),
  #rec_time th:nth-child(4),
  #rec_time th:nth-child(5),
  #rec_time th:nth-child(6),
  #rec_time th:nth-child(7),
  #rec_time th:nth-child(8),
  #rec_time th:nth-child(9){
    width: 80px;
  }
  #rec_time th,
  #rec_time td{
    vertical-align: middle;
    text-align: center;
  }
  #rec_time .note{
    margin-top: 10px;
  }
  #bring_list {
    margin-top: 40px;
  }
  #bring_list li{
    list-style-type: disc;
    margin-left: 24px;
  }

  /** リンク（関連施設）
  ---------------------------------------- */
  #link{
    margin-top: 40px;
  }
  #link dt{
    font-size:18px;font-size:1.8rem;
    font-family:"MPLUSRounded1c-4";
  }
  #link p{
    margin-top: 10px;
  }
  #link .ifrm_resize{
    margin-top: 20px;
  }


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

  /** 交通アクセス
  ---------------------------------------- */
  #access_info{
    margin-top: 30px;
  }
  #access_info dt{
    color: #ea6e92;
    font-size:16x;font-size:1.6rem;
    font-family:"MPLUSRounded1c-4";
    border-bottom:solid 1px #f2c9c9;
  }
  #access_info dd{
    margin: 10px 0 20px 4px;
  }
  #access_info dd .fb img{
    width: 140px;
    margin: 20px auto;
  }

  #access_info .fb_right img{
    margin-bottom: 20px;
  }


  /** GoogleMap
  ---------------------------------------- */
  #googlemap{
    margin-top: 30px;
  }


  /** 診療受付時間
  ---------------------------------------- */
  #rec_time {
    margin-top: 40px;
  }
  #rec_time_pc{
    display: none;
  }
  #rec_time th:nth-child(1){
    width: 80px;
  }
  #rec_time th small{
    font-size:12px;font-size:1.2rem;
  }
  #rec_time th,
  #rec_time td{
    vertical-align: middle;
    text-align: center;
    padding: 10px 4px;
  }
  #rec_time .note{
    margin-top: 10px;
  }
  #bring_list {
    margin-top: 40px;
  }
  #bring_list li{
    list-style-type: disc;
    margin-left: 24px;
  }

  /** リンク（関連施設）
  ---------------------------------------- */
  #link{
    margin-top: 40px;
  }
  #link dt{
    font-size:18px;font-size:1.8rem;
    font-family:"MPLUSRounded1c-4";
  }
  #link p{
    margin-top: 10px;
  }
  #link .ifrm_resize{
    margin-top: 20px;
  }



}
