@charset "UTF-8";
*{
 padding: 0;
 margin: 0;
 line-height: 1.6;
 font-family: 'メイリオ', "Hiragino Kaku Gothic Pro","Verdana";
 font-size : 14px;
}
body{
	background: #f9f5ef;
width: 100%;
}
img{
 vertical-align: bottom;
 max-width: 100%;
 height: auto;
}
header{
 padding:5px;
 background: #058ae3;
}
#nav-drawer{
 position: relative;
}
.nav-unshown{
 display:none;
}
#nav-open{
 display: inline-block;
 width: 30px;
 height: 22px;
 vertical-align: middle;
 margin-left: 15px;
}
#nav-open span, #nav-open span::before, #nav-open span::after{
 position: absolute;
 height: 3px;
 width: 25px;
 border-radius: 3px;
 background: #fff;
 display: block;
 content: '';
 cursor: pointer;
}
#nav-open span::before{
 bottom: -8px;
}
#nav-open span::after{
 bottom: -16px;
}
#nav-close{
 display: none;
 position: fixed;
 z-index: 99;
 top: 0;
 left: 0;
 width: 100%;
 height: 180px;
 background: black;
 opacity: 0;
 transition: .3s ease-in-out;
}
#nav-content{
 overflow: auto;
 position: fixed;
 top: 0;
 left: 0;
  z-index: 9999;
  width: 90%;
  height: 180px;
  max-width: 120px;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #f9ebc9;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  color : #663300;
}
#nav-content ul{
  display: block;
}
#nav-content ul li{
  height: 40px; 
}
#nav-content li a{
  display: block;
  height: 40px;
  line-height: 2.5;
  text-align: center;
  text-decoration: none;
  color : #663300;
}
#nav-content ul li.current a{
  margin-top: 20px;
}
#nav-content a:hover{
  background: #eecb8b;
}

#nav-input:checked ~ #nav-close{
 display: block;
 opacity: .5;
}
#nav-input:checked ~ #nav-content{
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
hr{
 border-top-width : 3px;
 border-right-width : medium;
 border-bottom-width : medium;
 border-left-width : medium;
 border-top-style : dashed;
 border-right-style : none;
 border-bottom-style : none;
 border-left-style : none;
 border-top-color : #99ccff;
 height: 1px;
 width: 100%;
 margin-top : 8px;
 margin-bottom : 30px;
 overflow: hidden;
}
#wrapper{
 text-align: center;
 font-size : 16px;
}
.logo{
 margin-bottom: 15px;
}
.lead{
 font-size : 14px;
 line-height: 1.75;
 margin-bottom : 30px;
 color : #663300;
 margin-left : 50px;
 margin-right : 50px;
}
h2{
 font-size: 22px;
}
#section img{
 margin-top : 30px;
 margin-bottom : 45px;
}
#footer{
 width: 100%;
 text-align: center;
 font-size : 10px;
 
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
}

