@charset "utf-8";
/* header（デモの参考値） */
.demobox-header{
  background:rgba(173, 34, 50, 0);
  height: 60px;
  padding: em;
  }
  /* headerのサイト名（デモの参考値） */
  .demobox-sitename{
  color:rgb(48, 101, 201);
  font-weight: 400;
  font-size: 17px;
  }
  /* 全体調整CSS */
  .hamburger-demo-menubox *{
    font-size: 16px;
  }
  .hamburger-demo-menubox li{
    font-size: 14px;
  }
  /* hamburgerここから */
    /* inputを非表示 */
  .input-hidden{
    display: none;
  }
    /* label */
  .hamburger-demo-switch{
    cursor: pointer;
    position: absolute;
    right: 2%;
    top: 2em; /* ハンバーガーアイコンの位置（上から） */
    z-index: 9999;
    width: 3em; /* アイコン（クリック可能領域）の幅 */
    height: 4em; /* アイコン（クリック可能領域の）高さ */
  }
  /* メニュー展開時にハンバーガーアイコンを固定 */
  #hamburger-demo1:checked ~ .hamburger-demo-switch{
    position: fixed;
  }
  /* ハンバーガーアイコン */
  .hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
    width: 25px;
    height: 3px;
    background: #333; /* ハンバーガーアイコンの色 */
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    content: "";
  }
  .hamburger-switch-line1{
      transform: translate(-50%, -50%);
  }
  .hamburger-switch-line1:before{
    transform: translate(-50%, -300%);
  }
  .hamburger-switch-line1:after{
    transform: translate(-50%, 200%);
  }
  /* ハンバーガーアイコン･アニメーション */
  #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
    width: 0;
  }
  #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
    transform: rotate(45deg) translate(-40%, 325%);
  }
  #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
    transform: rotate(-45deg) translate(-40%, -325%);
  }
  /* メニューエリア */
  .hamburger-demo-menuwrap{
    position: fixed;
    height: 100%;
    background: #f8fafaf1; /* メニューエリアの背景色 */
    padding: 5em 3% 2em;
    z-index: 9998;
    transition: .3s;
    overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
    top: 0;
    left: 100%;
    width: 70%;
  }
  /* メニューリスト */
  .hamburger-demo-menulist{
    margin-right: 3%;
    padding-left: 5% !important; /* !important不要な場合もあり */
    list-style: none;
  }
  .hamburger-demo-menulist li a{
    text-align: left;
    text-decoration: none;
    color: #333; /* メニューリストの文字色 */
    display: block;
    padding: .5em 0;
  }
  /* メニューエリア･アニメーション */
    /* 右から */
  #hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
    left: 30%;
  }
    /* コンテンツカバー */
  #hamburger-demo1:checked ~ .hamburger-demo-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    background: rgba(102, 184, 223, 0.5);
    display: block;
  }
  /* PCではハンバーガーメニューを表示しない */
  @media (min-width: 992px){
    .hamburger-demo-menubox{
    
    }
  }
  span.hamburger-switch-line1{
    text-align: center;

  }

  div{
    text-align: center;	
    margin: 0;
    
  
  }

  .pic_frame{
   text-align: ;


  }


  img{
    max-width: 100%;
    margin:0 auto;
    text-align:center;
    height: auto;
    
  }
  h1,h2,li,footer{
    text-align:center;
    color:green;
  }
  li{
    list-style:none;
    width:25%;
    float:left;
    font-size:15px;
  }
  ul:after{
    content:"";
    display:block;
    clear:both;
  }
  ul{
    padding-top:10px;
    border-top:solid 5px red;
  }
  li a{
    color:#000;
  }
  li a:hover{
    text-decoration:none;
    color:#008000;
  }
  .detail{
    color:#008000;
    box-shadow:0 0 10px 0 #ccc;
    margin-top:20px;
    padding:10px 10px;
    text-align:center;
  }
  
  
  
  section{
    box-shadow:0 0 10px 0 #ccc;
    margin-top:20px;
    padding:10px 10px;
  }
  
  
  p{
    text-align: center;
    padding:5px;
  }
  .float{
    float:bottom;
    margin-right:30px;
    text-align: center;
  }
  
  table{ 
    text-align: center;
    float: center;
    border:solid 1px #c2e08f;
    border-collapse:collapse;
  }
  
  caption{
    width:auto;
    max-width:640px;
  }
  th,td{
    border:solid 1px black;	
  }
  
  th{
    background-color:#c2e08f;
    color:#ffffff;
  }
  strong{
    text-align: center;
    color:#0000ff;
  }
  
  td{	
    float: center;
    padding: 5px 20px;
    width:95%;
    height: 100%;
  }
  
  iframe{
    width:100%;
    height: 400px;
  }
  
  td.item{
    width:auto;
    text-align:left;
  }
  
  td.price{
    text-align:right;
    width:auto;
    float:none;
  } 
  h3{
    color:#3cb371;
    text-align:center;
    
  }
  .map img{
    width:200%;
  }
  
  form{
    margin-top:0;
    text-align:center;
  }
  
  input.textfield,textarea{
    border:1px solid #d1ccb4;
    text-align:center;
  }
  
  input.textfield{
    width:450px;
  }
  
  textarea{
    width:400px;
    height:70px;
    overflow-y:scroll;
  }
  
  textarea{
    width:150px;
    height:50px;
  }
  
  .school{
    font-size:15px;
    text-align: left;
  }
  @media(max-width:640px){
    
    li a{
      padding:1px;
      margin-bottom:0.5em;
      display:block;
     
      border-radius:6px;
      text-align:right;
      text-decoration:none;
    }
    li{
      width:45%;
      list-style:none;
      float:both;
      margin:10px;
      font-size:17px;
      text-align:right;
    }
  }


