@charset "utf-8";
/* CSS Document */

body{
    background: url(../imgs/bgimg.jpg);
    /* background: #dcdcdc; */    
}

#background{
  width: 930px;
  margin: 0 auto;
  /* background: url(../images/bg_wrap.png); */
  background-color: #ffffff;
}
  
#wrap{
  width: 930px;
  margin: 0 auto;
}

nav{
  width: 930px;
  padding: 18px 0;
  /* background: #070405; */
}

nav ul{
  margin: 0 32px;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
  justify-content:space-between;
}

nav ul li{    
    text-align: center;
    background-color: #473417;
    border: 1px solid #473417;
    font-size: large;
    width: 135px;
    height: 40px;
    display: inline-block;
}
/* #473417 #5c3f36 */
nav ul li a{
    display: block;
    line-height: 2.25; 
    color: #ffffff;}

nav ul li.onbt,
nav ul li:hover{
    background-color: #fff;
    border: 1px solid #473417;
}

nav ul li.onbt a,
nav ul li a:hover{
    color: #473417;
}

h2{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3{
  font-size: 20px;
  font-weight: bold;
  
  padding: 0px 8px 0px 6px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;/* CSS3草案 */
  -webkit-border-radius: 5px;/* Safari,Google Chrome用 */
  -moz-border-radius: 5px;/* Firefox用 */
}

h4{
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

h5{
  font-size: 20px;
  font-weight: bold;
  background: #dcd8ce;
  padding: 4px 15px 2px 15px;
  margin-bottom: 20px;  
  
}

h6{
  font-size: 18px;
  font-weight: bold;
  background: #dcdddd;
  text-align: center;
  letter-spacing: 10px;
  padding: 4px 0;
  margin-bottom: 30px;
}

.list{margin-bottom: 20px;}

.list li{
  font-size: 18px;
  padding-left: 15px;
  background: url(../images/list_icon.png) no-repeat;
  background-position: 0 11px;
}

.text{
  font-size: 14px;
  margin-bottom: 20px;
}

footer{
  width: 930px;
  padding: 40px 0;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

.footerText{
  width: 700px;
  margin-left: 40px;  
}

.footerStyle{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
}
.footerStyletex{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}
footer .footerStyletex img{
    position: absolute;
    top: 182px;
    left: 40px;
    width: 30px;    
}
footer .lineimg{
    text-indent: 32px;
}
.ftmg{
    margin-bottom: 12px;
}

.footerIcon{
  font-size: 16px;
  padding-left: 25px;
  background: url(../images/simbol01.png) no-repeat;
}

.footerRed{font-size: 14px;color: #e71f19;font-weight: 700;letter-spacing: 1px;}

.copyrightft{
    background-color: #91675d;
    font-size: 16px;
    text-align: center;
    padding: 12px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
}

footer img{
  position: absolute;
  top: 180px;
  left: 700px;
}