@charset "utf-8";
/* header（デモの参考値） */
.demobox-header{
  background: #ffffff;
  height: 40px;
  padding: 1em 0 2em;
  }
  /* headerのサイト名（デモの参考値） */
  .demobox-sitename{
  color:rgb(48, 101, 201);
  font-weight: 700;
  font-size: 20px;
  
  }
  /* 全体調整CSS */
  .hamburger-demo-menubox *{
    padding: 0 ;
    font-size: 13px;
  }
  .hamburger-demo-menubox li{
    
    font-size: 13px;
  }
  /* hamburgerここから */
    /* inputを非表示 */
  .input-hidden{
    display: none;
  }
    /* label */
  .hamburger-demo-switch{
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 10; /* ハンバーガーアイコンの位置（上から） */
    z-index: 9999;
    width: 4em; /* アイコン（クリック可能領域）の幅 */
    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: #111312da; /* メニューエリアの背景色 */
    padding: 4em 3% 2em;
    z-index: 9998;
    transition: .3s;
    overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
    top: 10;
    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: #f5f5f5; /* メニューリストの文字色 */
    display: block;
    padding: .4em 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(3,3,3,.5);
    display: block;
  }
  /* PCではハンバーガーメニューを表示しない */
  @media (min-width: 992px){
    .hamburger-demo-menubox{
    
    }
  }
  span.hamburger-switch-line1{
    text-align: center;

  }



  
  div{
	  max-width:auto;
    margin: 0;
  
  }
  img{
    max-width: 100%;
    margin:0 auto;
    text-align: center;
    
  }

 
  h1,h2,li,footer{
    text-align:center;
    color:black;
    font-size: 20px;
  }
  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.copyright{
  float:center;
  font-size:5px ;
  }
  
  p{
    padding:5px;
  }

  .float{
    float:left;
    margin-right:20px;
  }
  

  table{
     float: center;
    border:solid 1px #c2e08f;
    border-collapse:collapse;

   
   
  }
  
  caption{
    width:auto;
    max-width:640px;
  }
  th,td{
    border:solid 1px rgba(0, 0, 0, 0.699);	
  }
  
  th{
    background-color:#1b1b1a8c;
    color:#ffffff;
  }
  strong{
     color:#1c03fc;
  }
  
  td{	
     float: center;
    padding: 5px 5px;
    width:1000px;
    height: 100%;
  }
  
  .gmap_iframe {
    aspect-ratio: 16 / 9;
    max-width: 40%;
    width: 40%;
    height: 330px;
    float: left;
    margin-right :20px;
    overflow: hidden;
}
  
 iframe{
   width: 100%;
    height: 400px;

 }

  td.item{
    width:auto;
    text-align:auto;
  }
  
  td.price{
    text-align:right;
    width:auto;
    float:none;
  } 
  h3{
    color:#3cb371;
    text-align:center;
    
  }
  
  
  form{
    margin-top:0;
    text-align:center;
  }
  
  input.textfield,textarea{
    border:1px solid #d1ccb4;
    text-align:center;
  }
  
  input.textfield{
    width:450px;
  }
  
  textarea{
     resize: auto;
  max-width: 500px;
  max-height: 500px;
  min-width: 100px;
  min-height: 100px;
  width:400px;
  height:300px
  }
  
  
  
  .school{
    font-size:15px;
  }
  @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;
    }
  }

 

.maps{
  text-align: left;
}
.map{
  width: auto;
  margin: auto;
  display: inline-block;
}

body{
 padding-left: 10px ;
 padding-right:5px ;
}

