@charset "utf-8";
/*
============================================================*/

/*
============================================================*/
.inner {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

/*---- footer ----*/
#footer {
  width: auto;
}

#ftr-nav {
  background: #FFF;
}

#ftr-logo a {
  display: block;
  background: no-repeat left top;
  text-indent: -9999px;
  overflow: hidden;
}

#footer #copyright {
  background: url("../img/bg_footer.jpg") repeat left top;
}
#footer #copyright .inner {
  background: url("../img/bg_footer.jpg") repeat left top;
  text-indent: -9999px;
}
/*---- footer ----*/
#footer {
  min-width: 100px;
}

#ftr-nav,
#footer #ftr-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 120 !important;
  border-bottom: 2px solid #C5BB9D;
}

#ftr-logo {
  float: left;
  width: 329px;
  height: 40px;
  margin: 0 0 0 40px;
}

#ftr-logo a {
  width: 329px;
  height: 40px;
  background-image: url("../img/pc/img_ftr-logo.png");
}


@media screen and (max-width:768px) {
  #ftr-nav,
  #footer #ftr-nav {
    height: 40px;
  }
  #ftr-logo {
    float: left;
    width: 180px;
    height: 28px;
    margin: -5px 0 0 10px;
  }

  #ftr-logo a {
    width: 180px;
    height: 20px;
    background-image: url("../img/pc/img_ftr-logo.png");
    background-repeat:no-repeat;
    background-size:auto 20px;
  }
  #ftr-nav .inner ul{
    display:none;
  }
}


#ftr-logo a:hover {
  -moz-opacity: 1;
  opacity: 1;
  -webkit-filter: none !important;
  filter: none !important;
  -ms-filter: none !important;   /* ie 8 */
}

@media print{
  #ftr-nav, #footer #ftr-nav{
    display: none;
  }
}

/*
======================================================================*/
#small-header ul,
#footer ul {
  float: right;
  display: block;
  height: 10px;
  padding: 12px 40px 0 0;
}
#small-header ul li,
#footer ul li {
  position: relative;
  float: left;
  display: block;
  height: 15px;
  text-indent: -9999px;
  margin: 0;
  z-index: 100;
}
#small-header ul li a,
#footer ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul li#ftr-inquiry {
  width: 144px;
  background: url("../img/pc/btn_ftr-inquiry.png") no-repeat center top;
  margin-right: 19px;
}
ul li#ftr-smtrtop {
  width: 232px;
  background: url("../img/pc/btn_ftr-smtrtop.png") no-repeat center top;
}

#footer #copyright {
  position: relative;
  z-index: 100;
}
#footer #copyright .inner {
  height: 12px;
  padding: 24px 0;
}
#footer #copyright p {
  width: 354px;
  height: 12px;
  background: url("../img/pc/img_copyright.png") no-repeat center top;
  margin: 0 auto;
}


/*
======================================================================*/
#small-header #ftr-nav{
  position: fixed;
  height:40px;
  padding: 8px 0 5px;
  z-index: 100;
  border-bottom: solid 2px #c5bb9d;
}

#small-header #ftr-logo {
  float: left;
  width: 329px;
  height: 30px;
  margin: 0 0 0 40px;
}

#small-header #ftr-logo a {
  width: 329px;
  height: 20px;
  background-image: url("../img/pc/img_ftr-logo.png");
  background-size: auto 20px;
  background-position: 0 50%;
}

#small-header ul{
  padding: 5px 40px 0 0;
}

#small-header ul li#ftr-smtrtop{
  height: 13px;
  background-size: auto 13px;
}

@media print{
  #small-header #ftr-nav{
    position: relative !important;
  }
}
@media print, screen and (max-width:768px) {
  #small-header #ftr-logo {
    float: left;
    width: auto;
    height: 30px;
    margin: 0 0 0 10px;
  }

  #small-header #ftr-logo a {
    height: 20px;
    background-image: url("../img/pc/img_ftr-logo.png");
    background-size: contain;
    background-position: 0 50%;
  }

  #small-header ul{
    padding: 5px 40px 0 0;
  }

  #small-header ul li#ftr-smtrtop{
    height: 13px;
    background-size: auto 13px;
  }

}

/*
======================================================================*/

/* --------------------------------------------------------
   768より大きい
 -------------------------------------------------------- */
@font-face {
  font-family:CONDENSEicon;
  src: url(../font/CONDENSEicon); /* IE9 Compat Modes */
  src: url(../font/CONDENSEicon.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../font/CONDENSEicon.woff) format('woff'),
    url(../font/CONDENSEicon.ttf) format('truetype'),
    url(../font/CONDENSEicon.otf);
}

@media screen and  (min-width: 769px) {


  #footer_site::after,
  #footer_site::before{
    display:block;
    content:"";
    height:0;
    clear:both;
  }

  #footer_site{
    margin:0px 0 0 0;
    padding:0;
    font-family:Meiryo,"メイリオ",Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    background: #fff;
  }

  #footer_site{
    display: inline-block;
    width:100%;
    margin-top:-12px !important;
    margin-bottom:-12px;
  }

  #footer_site a {
    text-decoration: none;
  }

  #footer_site .container{
    width:960px;
    position:relative;
    margin:0 auto;
  }
  #footer_site ul li:before{
    content:'ú';
    color: #5D4F44;
    font-family:CONDENSEicon;
  }
  #footer_site ul li a{
    color:#000;
  }
  #footer_site ul li a:hover{
    color:#460102;
  }
  #footer_site .sitemaps{
    background:url(../../images/head_bg.jpg);
    padding:0px 0 20px;
  }
  #footer_site .sitemaps h3{
    color:#460102;
    font-size:14px;
    font-weight:bold;
    margin:0 0 5px 0;
  }
  #footer_site .sitemaps .sitemap_variation{
    border-bottom:solid 1px #460102;
    border-top:solid 0px #460102;
    padding:30px 0 30px 0;
    margin-bottom:30px;
    margin-top:0px;
  }
  #footer_site .sitemaps .sitemap_middle{
    border-bottom:solid 1px #460102;
    padding:0 0 30px 0;
    margin-bottom:30px;
  }

  #footer_site .sitemaps #sitemap_top .box01,
  #footer_site .sitemaps #sitemap_top .box02,
  #footer_site .sitemaps #sitemap_top .box03{
    float:left;
    height:95px;
  }
  #footer_site .sitemaps #sitemap_top .box01{
    width:213px;
    border-right:dotted 1px #460102;
  }
  #footer_site .sitemaps #sitemap_top .box01 dl{
    margin-right:10px;
  }
  #footer_site .sitemaps #sitemap_top .box01 dt{
    margin:0 0 5px 0;
  }
  #footer_site .sitemaps #sitemap_top .box01 dt,
  #footer_site .sitemaps #sitemap_top .box01 dt a,
  #footer_site .sitemaps #sitemap_top .box01 dt a img{
    line-height:0.6em;
  }
  #footer_site .sitemaps #sitemap_top .box01 dd{
    font-size:10px;
    line-height:1.3em;
    margin:0 0 10px 0;
  }
  #footer_site .sitemaps #sitemap_top .box02{
    width:525px;
    border-right:dotted 1px #460102;
  }
  #footer_site .sitemaps #sitemap_top .box02 ul,
  #footer_site .sitemaps #sitemap_top .box03 ul{
    margin-left:20px;
    font-size:13px;
  }
  #footer_site .sitemaps #sitemap_top .box02 ul li,
  #footer_site .sitemaps #sitemap_top .box03 ul li{
    font-size:13px;
    line-height:1.8em;
  }
  #footer_site .sitemaps #sitemap_top .box02 ul li a,
  #footer_site .sitemaps #sitemap_top .box03 ul li a{
    font-size:13px;
  }
  #footer_site .sitemaps #sitemap_top .box03{
    width:220px;
  }
  #footer_site .sitemaps .sitemap_fixed .box01,
  #footer_site .sitemaps .sitemap_fixed .box02,
  #footer_site .sitemaps .sitemap_fixed .box03,
  #footer_site .sitemaps .sitemap_fixed .box04{
    float:left;
  }
  #footer_site .sitemaps .sitemap_fixed .box01,
  #footer_site .sitemaps .sitemap_fixed .box02,
  #footer_site .sitemaps .sitemap_fixed .box03{
    border-right:dotted 1px #460102;
  }
  #footer_site .sitemaps .sitemap_fixed .box01{
    width:190px;
  }
  #footer_site .sitemaps .sitemap_fixed .box02{
    width:325px;
  }
  #footer_site .sitemaps .sitemap_fixed .box03{
    width:250px;
  }
  #footer_site .sitemaps .sitemap_fixed .box04{
    width:190px;
  }
  #footer_site .sitemaps .sitemap_fixed .box02 h3,
  #footer_site .sitemaps .sitemap_fixed .box03 h3,
  #footer_site .sitemaps .sitemap_fixed .box04 h3{
    margin-left:20px;
  }
  #footer_site .sitemaps .sitemap_fixed ul{
    margin:0 0 15px 0;
    font-size:12px;
  }
  #footer_site .sitemaps .sitemap_fixed .box02 ul,
  #footer_site .sitemaps .sitemap_fixed .box03 ul,
  #footer_site .sitemaps .sitemap_fixed .box04 ul{
    margin-left:20px;
  }
  #footer_site .sitemaps .sitemap_fixed ul li{
    margin:0 1em 8px 1em;
    text-indent:-1em;
    line-height:1.3em;
    font-size:12px;
  }
  #footer_site .sitemaps .sitemap_fixed ul li a{
    line-height:1.3em;
    font-size:12px;
  }
  #footer_site .foot_navi{
    padding:15px 0;
  }
  #footer_site .foot_navi ul li{
    float:left;
    margin-right:15px;
    font-size: 13px;
    line-height:1.8em;
  }
  #footer_site .foot_navi ul li a{
    font-size:13px;
    line-height:1.8em;
  }
  #footer_site .address{
    background:#000;
    color:#fff;
    padding:4px 0;
    font-size:10px;
    text-align:center;
    line-height: 2.3em;
  }
}




@media screen and (max-width:768px) {
  #footer_site .sitemaps{
    display:none;
  }
  #footer_site .container{
    width:100%;
    position:relative;
    margin:0px auto;
    padding:0 10px;
  }
  .foot_navi{
    display:none;
    background:url(../../images/head_bg.jpg);
    padding: 10px;
  }
  #copyright{}
  #footer_site .address{
    background:#000;
    color:#fff;
    padding:4px 0;
    font-size:10px;
    text-align:center;
    line-height: 140%;
  }

}
