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

/*----- Clearfix -----*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* __________________
  PC�\�� css
----------------------- */
/*TEXT MINTEL*/
.mintel {
  color: #000;
  font-family: 'HGP創英角ﾎﾟｯﾌﾟ体';
  }
  .mintel .red {
    color: rgba(192,0,0,10);
  }


@media print, screen and (min-width: 641px) {

/* --------------------------------------------------
 *  共通
 * -------------------------------------------------- */
  /*
  body {
    margin: 0px;
    padding: 0px;
    color: #3E3A39;
    font-size: 14px;
    line-height: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  */
  .pc-box {
    display: block;
  }
  
  .sp-box {
    display: none;
  }

  .br-pc { display:block; }
  .br-sp { display:none; }



/* --------------------------------------------------
 *  ヘッダー
 * -------------------------------------------------- */

      #sp-header-menu-box {
        display: none;
      }


/* --------------------------------------------------
 *  グローバルナビ
 * -------------------------------------------------- */
  #main-navi {
    }
    #main-navi ul {
      display: table;
      width: 885px;
      margin: 10px auto 0;
      padding: 0;
      }
      #main-navi ul li {
        display: table-cell;
        margin: 0;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        color: #FFF;
        border-right: solid 1px #CCC;
        background: url(../img/back_navi.png) left top repeat-x;
        }
        #main-navi ul li:first-child {
          -webkit-border-top-left-radius: 5px;
          -moz-border-radius-topleft: 5px; 
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-bottomleft: 5px; 
        }
        #main-navi ul li:last-child {
          -webkit-border-top-right-radius: 10px;
          -moz-border-radius-topright: 10px; 
          -webkit-border-bottom-right-radius: 10px;
          -moz-border-radius-bottomright: 10px; 
          border-right: none;
        }
        #main-navi ul li a {
          padding: 17px 0;
          display: block;
          color: #77c052;
        }
      #main-navi ul li:hover {
        background: url(../img/back_navi_o.png) left top repeat-x;
        }
        #main-navi ul li:hover a,
        #main-navi ul li a:hover {
          color: #FFF !important;
        }
        #main-navi ul li.current {
          background: url(../img/back_navi_c.png) left top repeat-x;
          }
          #main-navi ul li.current a {
            color: #FFF !important;
          }

 .footConA {
   width: 390px;
 }


    #slidenav {
      display: none;
    }

/* --------------------------------------------------
 *  コンテンツ
 * -------------------------------------------------- */


/* --------------------------------------------------
 *  フッター
 * -------------------------------------------------- */


}

/* __________________
  SP�\�� css
----------------------- */

@media screen and (max-width: 640px) {

/* --------------------------------------------------
 *  共通
 * -------------------------------------------------- */
  /*
  body {
    color: #3E3A39;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  */

  img {
    max-width: 100%;
    height: auto;
  }
  
  .pc-box {
    display: none;
  }
  
  .sp-box {
    display: block;
  }

  .br-pc { display:none; }
  .br-sp { display:block; }

/* --------------------------------------------------
 *  ヘッダー
 * -------------------------------------------------- */

  #header {
    margin: 0;
  }
  #header .headWrap .headA {
    position: static;
    }
    #header .headWrap .headA h1 {
      display: none;
    }
    #header .headWrap .headA h2 {
      position: static;
      width: 55%;
      float: left;
      padding: 4% 3%;
    }
  
  #sp-header-menu-box {
    float: right;
    }
    #sp-header-tel-btn {
      float: right;
      width: 22%;
      margin: auto;
      margin-right: 13%;
    }
    #sp-header-menu-box #sp-header-menu-open-btn-box {
      float: right;
      width: 45%;
      margin: auto;
    }

  #container-inner .headImgR {
    background-size: cover;
    height: 0;
    margin: 0 auto;
    padding: 13% 0 17%;
    }
    #container-inner .headImgR h3 {
      padding: 0 0 0 2%;
    }

/* --------------------------------------------------
 *  グローバルナビ
 * -------------------------------------------------- */
  #main-navi {
    display: none;
  }


  /* スマホ用ドロワーメニュー */
  #slidenav {
    overflow: scroll;
    height: 100%;
    background-color: rgba(34, 172, 56, 0.9);
    -webkit-overflow-scrolling: touch;
    z-index: 10000 !important;
  }

  #sp-nav-ul {
    list-style-type: none;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
  }

  #menuopen {
    float: right;
    padding: 4% 0;
    width: 4em;
    color: #fff;
    border-left: solid 1px #FFF;
  }

  #menuclose {
    overflow: hidden;
    padding: 10px;
  }
  #sp-nav-ul .menu-item {
    border-bottom: 1px solid #fff;
    text-align: left;
  }
  #sp-nav-ul .menu-item a {
    display: block;
    padding: 6% 5%;
  }
  #sp-nav-ul .menu-item > a:link,
  #sp-nav-ul .menu-item > a:visited {
    color: #fff;
    text-decoration: none;
  }

  /* 開閉ボタン */
  .btn--slidenav {
    display: block;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
  }

  #menuclose__btn {
    padding: 2% 0;
    color: #fff;
    border: 1px solid #fff;
  }
/* --------------------------------------------------
 *  コンテンツ
 * -------------------------------------------------- */

  #container-inner {
    margin-top: 20%;
  }

  #content-inner {
    padding: 5% 0 10%;
  }

/* --------------------------------------------------
 *  フッター
 * -------------------------------------------------- */

}