@import url("/html/user_data/assets/css/common.css");
@import url("/html/user_data/assets/css/files_common.css");
@import url("/html/user_data/assets/css/style.css");
@import url("/html/user_data/assets/css/files_pc.css");

body{
  background: url(/html/user_data/assets/img/files/body_bg.jpg) no-repeat center top / 100% !important;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;  
}
#main_teaser{
  min-width: 1200px;
}
.ec-inlineBtn--action,
.ec-blockBtn--action,
.ec-blockBtn--cancel {
  color: #fff !important;
}
.ec-layoutRole__contentTop{
  margin-top: 70px;
}
#footer_block {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  margin-top: 100px;    
}
#footer_box {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
#footer_sitemap_block {
  width: 960px;
  margin: 0 auto;
}
#footer-widget-area {
  display: table-cell;
  font-size: 12px;
  line-height: 1.6;
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
#footer-widget-area .widget-area {
  display: inline-block;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
#footer-widget-area .widget-area ul.menu {
  border-left: 1px solid #999999;
  list-style: none outside none;
  margin-left: 0;
}
#footer-widget-area .widget-area .menu-item {
  float: left;
  margin: 0 0 5px;
}
#footer-widget-area .widget-area .menu-item a {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  display: block;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 0 -1px;
  padding: 0 15px;
  text-decoration: none;
}
#footer-widget-area .widget-area .menu-item a:hover {
  text-decoration: underline;
}
#footer_information {
  margin: 0;
  padding: 0;
}
#copyright {
  clear: both;
  color: #FFFFFF;
  font-size: 70%;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 999;
}
.fixed_btn {
  bottom: 150px;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.fixed_btn div {
  height: 60px;
  margin-bottom: 10px;
  right: 0;
  width: 63px;
}
.fixed_btn div a {
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  width: 63px;
}
.ec-blockTopBtn{
  display: none !important;
}
div#access .menu-item a, div#access .menu-item a:hover{
  padding: 0;
  text-indent: -9999px;
}
#site-description {
  font-size:12px;
}
#site-description a {
  text-decoration: none;
}
.ec-layoutRole{
  background:none;   
}
#page_product_detail .ec-categoryNaviRole {
  margin-bottom: 70px;
}
#access ul, 
#access li {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.ec-borderedDefs dd{
  line-height: 2;
}
/*関連商品
------------------------------------------------------------------------------------------------------------------- */
#RelatedProduct-product_title{
  background: #525263;
  color: #fff;
  padding: 10px 10px 10px 20px;
  font-size: 21px;
  margin: 50px 0 30px;
}
/*カテゴリ一覧
------------------------------------------------------------------------------------------------------------------- */
.ec-itemNav__nav li a{
  padding: 6px;
  margin: 5px;
  background:#eee;
}
/*PC
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) { 
.ec-headerRole,
.ec-footerRole{ 
  display:none;
}
}
/*SP
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px) { 
#main_teaser,
#access,
#site-description,
.fixed_btn,
#footer_block,
.main_header,
.ec-headerNaviRole,
.ec-footerTitle__logo{ 
  display:none !important;
}
body { 
  background:none !important;
}
.ec-layoutRole__contentTop{
  margin-top: 0px;
}
.ec-layoutRole .ec-layoutRole__contents{
  margin-top: 0;
}
.ec-footerRole{
  display: block;
}
#branding_box{
  height: 0 !important;
}
}

/*追記
---------------------------------------------------------------------------------------------------- */

body {
    min-width: auto;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }

  #branding_box {
overflow: visible;
}
  
  div#access ul.sub-menu li.sub-gnavi2 {
      border-bottom: 1px dotted;
      text-indent: 0;
  }
  div#access ul.sub-menu li.sub-gnavi2 a{
      text-indent: 0;
      height: 55px;
      line-height: 55px;
      text-align: center;
      color: #805626;
  }
  
  div#access ul.sub-menu li.sub-gnavi2 a:hover {
      text-decoration: underline;
      color: #a99c66;
  }

  
/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
    background: url(/html/user_data/assets/img/files/footer_bg.jpg) repeat-x scroll center top transparent;
    height: 770px;/*要変更：footer_bg画像の高さ*/
    position: relative;
  }
  #footer_box {
  background: none transparent;
    height: 730px;
    position: relative;
  }
  
  
  /*  フッターナビ
  ---------------------------------------------------------------------------------------------------- */
  #footer_sitemap_block {
    padding: 0;
    position: absolute;
    top: 580px;
    width: 100%;
  }
  #footer-widget-area {
    display: block;
  }
  
  #footer-widget-area .widget-area ul.menu {
    border-color: #313131  /*要変更：フッターメニューのテキストカラー*/;
  }
  #footer-widget-area .widget-area .menu-item a {
    border-color: #313131  /*要変更：フッターメニューのテキストカラー*/;
    color: #313131  /*要変更：フッターメニューのテキストカラー*/;
  }
  #footer-widget-area .widget-area .menu-item a:hover {
    background-color: transparent;
  }
  
  
  
  
  /*  フッター情報
  ---------------------------------------------------------------------------------------------------- */
  .footer_infomation {
    display: block;
    width: 960px;
    margin: 0 auto;
  }
  #footer_information .entry-post {
    width: 100%;
    margin: 500px 0 0;
    text-align: center;
    color: #313131  /*要変更：フッター住所のテキストカラー*/;
  }
  
  
  
  /*  フッターSNSボタン
  ---------------------------------------------------------------------------------------------------- */
  #footer_sns_btn {
    margin: 20px auto 0;
  }
  #footer_sns_btn .footer_sns_inner {
    width: 250px;
    height: 25px;
  }
  #footer_sns_btn div {width: 25px;height: 25px;}
  #footer_sns_btn div a:hover {opacity: 0.8;}
  
  
  
  /*  コピーライト
  ---------------------------------------------------------------------------------------------------- */
  #copyright {
    color: #313131  /*要変更：コピーライトのテキストカラー*/;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
  }
  
  
  /*  フッターメニュー
  ---------------------------------------------------------------------------------------------------- */
  
  
  #float_top_btn {
    bottom: 100px;
    position: fixed;
    right: 20px;
    z-index: 999;
  }
  
  #fixed_bottom_btn{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
    width: 720px;
    height: 60px;
    overflow: hidden;
  }
  
  #fixed_btn_blog,
  #fixed_btn_ec,
  #fixed_btn_contact{
    display: block;
    position: absolute;
    top: 0;
    height:60px;
  }
  
  #fixed_btn_blog{
   width:180px;
    right: 539px;
  }
  #fixed_btn_ec{
    width:260px;
    right: 279px;
  }
  #fixed_btn_contact{
    width:279px;
    right: 0px;
  }
  
  #fixed_btn_blog a,
  #fixed_btn_ec a,
  #fixed_btn_contact a{
  display: block;
    width:100%;
    height:100%;
  }
  
  #fixed_btn_blog a{background: url(/html/user_data/assets/img/files/btn_blog.jpg) no-repeat top center/100%;}
  #fixed_btn_ec a{background: url(/html/user_data/assets/img/files/btn_online.jpg) no-repeat top center/100%;}
  #fixed_btn_contact a{background: url(/html/user_data/assets/img/files/btn_contact.jpg) no-repeat top center/100%;}
  #fixed_btn_blog a:hover,
  #fixed_btn_ec a:hover,
  #fixed_btn_contact a:hover{
  background-position: center bottom;
  }
  


  /*カラー変更
---------------------------------------------------------------------------------------------------- */


/* カテゴリー */
.ec-itemNav__nav li a {
    background: #FFF;
    color: #805626;
}
.ec-itemNav__nav li a:hover{
    background: #FFF;
    color: #a99c66;
}




/*SP色変更
---------------------------------------------------------------------------------------------------- */

/* ＝＝＝＝＝＝ハンバーガーメニュー＝＝＝＝＝＝ */


.ec-drawerRole.is_active {
    padding: 0 0 10vw 0;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #313131;
    color: #fff;
}


.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    font-size: 100%;
}

.ec-headerNavSP {
    color: #FFF;
    background: #313131;
}
.ec-drawerRoleClose {
    color: #FFF;
    background: #313131;
}
.ec-drawerRole,
.ec-drawerRole .ec-headerLinkArea {
    background: #e2e1dd;
    color: #313131;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
    color: #313131;
}
/* ボーダー */
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
    border-top: 1px solid #313131;
}
/* メニューリンク */
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    color: #313131;
    border-bottom: 1px solid #313131;
}

/* ＝＝＝＝＝＝フッター＝＝＝＝＝＝ */
.ec-footerRole {
    border-top: 1px solid #e2e1dd;
    background: #e2e1dd;
    color: #FFF;
}

/* コピーライト */
.ec-footerTitle {
    color: #313131;
    padding: 60px 0 60px;
    text-align: center;
}

/*SP
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px) { 
  #header_information{
    height: 0 !important;
  }
}

.ec-drawerRole.is_active {
    padding: 0 0 20vw 0;
}