@media screen and (max-width: 640px){

  .clearfix:after {
    content: ".";  /* 譁ｰ縺励＞繧ｳ繝ｳ繝�Φ繝� */
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; /* 髱櫁｡ｨ遉ｺ縺ｫ */
  }
   
  .clearfix {
   min-height: 1px;
  }
  
  * html .clearfix {
    height: 1px;
    /*ﾂ･*//*/
    height: auto;
    overflow: hidden;
    /**/
  }
  
  img{
    max-width:100%;
    border:0;
  }
  
  
  body {
    margin:0px;
    padding:0;
    background-color:#F8F8EF;
    font-family:"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ", Meiryo,  Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  }
  
  /*繝倥ャ繝繝ｼ*/
  header{
    text-align:center;
    margin-bottom:30px;
  }
  
  header h1,header #h1{
    margin:0px 0 15px;
    background-color:#FEBE10;
    line-height:0;
  }
  
  
    #header_title{
      background-color:#3B6B53;
      color:#fff;
      width:250px;
      margin:auto;
      text-align:center;
      border-radius:5px;
    }
    #header_tel{
      font-size:24px;
    }
    #header_fax{
      font-size:24px;
    }
    #header_address{
      margin:auto;
  
    }
  
  nav{
  }
    nav img{
      margin:2px;
    }
  
  
  /*繧ｳ繝ｳ繝�Φ繝�*/
  #container{
    padding:0 30px;
  }
  
  
  #contents{
    margin-bottom:50px;
  }
  
  #contents h2{
    font-size:25px;
  }
  
  #eyecatch{
    overflow:hidden;
    border-radius:10px;
    line-height:0;
  }
  #eyecatch h1{
    width:800px;
    margin:0;
  }
  
  #eyecatch img{
  }
  
  
  #side{
  
  }
    #side h2{
      margin:0;
    }
    
    #side_info{
      margin-bottom:30px;
    }
    
    #info_block{
      background-color:#fff;
      padding:10px;	
    }
    #side_info dl{
      margin:0 0 8px 0;
    }
    #side_info dt{
      font-weight:bold;
      color:#b20000;
    }
  
      #time_block{
        background-color:#fff;
        margin-bottom:30px;
        padding:10px;
      }
      #access_block{
        background-color:#fff;
        margin-bottom:30px;
        padding:10px;
      }
  
  footer{
  
    margin:30px auto 0;
    padding-top:30px;
    text-align:center;
    border-top:solid #CCCCCC 1px;
  }
    #footer_address{
      font-size:13px;
      margin:15px 0;
    }
    #footer_copyright{
      margin:30px 0;
      font-size:12px;
    }
    
  
  /*繝壹�繧ｸ繝医ャ繝励∈縺ｮ繝懊ち繝ｳ*/
  #pagetop{
    display:none;
  }
  #pagetop a{
    display:block;
    position:fixed;
    right:0px;
    bottom:2px;
    width:30px;
    height:135px;
    text-indent:160px;
    line-height:150px;
    overflow:hidden;
    background:url(../images/pagetop.png) no-repeat left top;
    /*filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
    */
  }
  
  
  
  /*繝ｬ繧ｹ繝昴Φ繧ｷ繝也畑*/
  .nopc{
    display:block;
  }
  .nosp{
    display:none;
  }
  
  }