/*ヘッダーまわりはご自由に*/
body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

*.logbox
      {
         border: solid 0px #808080;
         width: 96%;
         height: 100px;
         padding: 0.5em;
         overflow: auto;
marginheight：0px;
      }


header {
  padding:0px;
  background: #fdf7e7;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
margin:0 0 0 1em;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 4px;/*線の太さ*/
    width: 38px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -13px;
}
#nav-open span:after {
    bottom: -26px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 70%;/*右側に隙間を作る*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#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);
	background-color:#b69118;
}

.menu {
color:#333333;
font-size:77%;
margin:18 0 0 0em;

    }

.category {
margin:0em 1em 0 1.3em;
    }

a { text-decoration: none; }


hr {
 height: 1px;
 background-color: #FFFFFF;
 width: 100%;
 border: none;
 margin:20 0 20 0em;
}

.text_vw {
	margin: 15 0 5 0em;
        font-size:2.8vw;
    }

.font01 {
	font-size: 140%;
	color: #FFFFFF;
}

.font02 {
	font-size: 100%;
	color: #333333;
}
.font03 {
	font-size: 80%;
	color: #996600;
}
.font04 {
	font-size: 100%;
	color: #333333;
}

.font05 {
	font-size: 100%;
	color: #333333;
}

.font06 {
	font-size: 100%;
	color: #333333;
}

.font07 {
	font-size: 28px;
	color: #333333;
}

.input_box2 {
  width:100%;
  height:85px;
  padding:20px 5px;
  margin:15px 0px;
  font-size: 300%;
   
}
.input_box2 input[type="text"] {
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.input_box3 {
  width:100%;
  height:500px;
  padding:20px 5px;
  margin:15px 0px;
  font-size: 350%;
   
}
.input_box3 input[type="text"] {
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button{
border:solid 1px #ccc;
padding:20px 45px;
margin:0 20 20px;
font-family:Arial, sans-serif;
font-size:2.0em;
text-transform:uppercase;
font-weight:bold;
color:#333;
cursor:pointer;
}

.fontgreen {
	font-size: 85%;
	color: #80a50e;
	line-height: 90px;
}

.gyoukan {
	margin: 30 0 30 0em;
}

/*フッター設定ここから*/
/*641px～PC　PC上では見えないようにする*/


/*スマホ～641pxの幅サイズまで*/
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 100%;
    padding: 0px 0;

    font-weight: bold;
    margin-left: 0px;
	line-height: 0;
    
}
.inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 100%;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}

/*フッター設定ここまで*/

