@charset "UTF-8";
.links-wrapper {
  display: block;
}

@media screen and (max-width: 767px) {
  /*****************************************
   * トップに戻るボタン
  *****************************************/
  #scrollToTop {
    display: none;
    position: fixed;
    bottom: 85px;
    right: 15px;
    z-index: 10000;
  }
  #scrollToTop div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
  }

  /*****************************************
   * フッター
  *****************************************/
  #footer {
    color: #ffffff;
    background-color: #212121;
  }
  #footer .title {
    border-bottom: 1px solid #666666;
    font-weight: bold;
    padding: 12px;
    cursor: pointer;
  }
  #footer .links-wrapper {
    display: none;
    cursor: pointer;
  }
  #footer .links a {
    border-bottom: 1px solid #333333;
    color: #ffffff !important;
    display: block;
    padding: 12px 12px 12px 24px;
  }
  #footer .copyright {
    font-size: 84%;
    text-align: center;
  }

  .ssl {
    display: none;
  }

  .copyright {
    padding: 8px;
  }

  .footerBtn .cart, .footerBtn ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  footer {
    padding-bottom: 70px;
  }

  .footerInfo {
    background: #e10000;
    padding: 0 1rem;
  }

  .footerNavi {
    padding: 2rem 0;
    background: url(../images/common/ico_line02.png) left bottom repeat-x;
  }

  .footerNavi ul li {
    padding-left: 1.5rem;
    margin-top: 1.2rem;
  }

  .footerNavi ul li:first-child {
    margin-top: 0;
  }

  .footerNavi ul li a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
  }

  .footerNavi ul li.footerContact {
    background: url(../images/common/ico_footercontact.png) left center no-repeat;
    background-size: 10px 10px;
  }

  .footerNavi ul li.footerCompany {
    background: url(../images/common/ico_footercompany.png) left center no-repeat;
    background-size: 10px 10px;
  }

  .footerNavi ul li.footerGuide {
    background: url(../images/common/ico_footerguide.png) left center no-repeat;
    background-size: 10px 10px;
  }

  .footerNavi ul li.footerExhibit {
    background: url(../images/common/ico_footerexhibit.png) left center no-repeat;
    background-size: 10px 10px;
  }

  .footerBtn {
    height: 70px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: url(../images/common/bg_footerbtn.gif) left bottom repeat-x;
    background-size: 5px 70px;
    z-index: 9999;
  }

  .footerBtn ul {
    width: 75%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footerBtn ul li {
    width: 33.33%;
    float: left;
    background: url(../images/common/bg_footerbtn02.png) left top no-repeat;
    background-size: 2px 70px;
    height: 70px;
    box-sizing: border-box;
    padding-top: 4px;
    text-align: center;
  }

  .footerBtn ul li:first-child {
    background: 0 0;
  }

  .footerBtn ul li a {
    display: block;
  }

  .footerBtn ul li a img {
    width: 75px;
  }

  .footerBtn .cart {
    float: right;
    width: 25%;
    height: 70px;
    background: url(../images/common/bg_footerbtn03.gif) left top repeat-x;
    background-size: 5px 68px;
    border: 1px solid #fed4b2;
    box-sizing: border-box;
  }

  #materials .footerSubMenuTitList ul, .footerSubMenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  .cartNum {
    margin: 0;
    padding: 0;
  }

  .cartNum a {
    background: url(../images/common/bg_cartnum.png) center center no-repeat;
    background-size: 48px;
    font-size: 19px;
    color: #e10000;
    font-weight: 700;
    height: 42px;
    padding-top: 8px;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .cartTxt {
    text-align: center;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 0 0 8px 0;
    display: block;
  }

  .footermaker, .footermaterials {
    cursor: pointer;
    text-align: center;
  }

  .footermaker img, .footermaterials img {
    width: 70px;
  }

  .footerBtn ul li span {
    display: block;
    color: #1a252f;
    margin: 0 0 8px 6px;
    font-size: 11px;
  }

  .footermaterials span {
    color: #174666 !important;
    margin: 4px 0 0 !important;
  }

  .footermaker span {
    color: #145b32 !important;
    margin: 7px 0 0 4px !important;
  }

  .footerSubMenu {
    background: url(../images/common/bg_submenu.png);
    position: absolute;
    width: 100%;
    bottom: 70px;
    z-index: 9999;
    box-sizing: border-box;
    padding: 1.5rem 1rem;
    display: none;
  }

  #materials {
    background: #fff;
    display: none;
    padding: 10px;
    position: relative;
  }

  #materials:before {
    border-top: 10px solid #fff;
    border-bottom: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    margin-left: 20px;
  }

  #materials .footerSubMenuTit {
    font-size: 1.4rem;
    color: #fff;
    background: #2980b9;
    padding: 0.5rem 1rem;
  }

  #materials .footerSubMenuTitList {
    height: 360px;
    overflow-y: auto;
  }

  #materials .footerSubMenuTitList::-webkit-scrollbar {
    width: 5px;
    background: #fff;
  }

  #materials .footerSubMenuTitList::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 2px;
  }

  #materials .footerSubMenuTitList ul {
    padding: 0 1.5rem 0 1rem;
    width: 100%;
    box-sizing: border-box;
  }

  #materials .footerSubMenuTitList ul li {
    width: 100%;
    float: none;
    background: 0 0;
    text-align: left;
  }

  #materials .footerSubMenuTitList ul li a {
    display: block;
    color: #2980b9;
    border-bottom: 1px solid #acacac;
    text-decoration: none;
    padding: 1.2rem .5rem;
    position: relative;
    text-align: left;
    font-size: 1.4rem;
  }

  #maker:before, #materials .footerSubMenuTitList ul li a:before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
  }

  #materials .footerSubMenuTitList ul li a:before {
    right: .5rem;
    top: 50%;
    margin-top: -.35rem;
    border-left: 5px solid #2980b9;
    border-right: 0;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
  }

  #maker {
    background: #fff;
    display: none;
    padding: 1rem;
    position: relative;
  }

  #maker:before {
    border-top: 10px solid #fff;
    border-bottom: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 25%;
    bottom: -10px;
    margin-left: 20px;
  }

  #maker .footerSubMenuTit {
    font-size: 1.4rem;
    color: #fff;
    background: #27ae60;
    padding: 0.5rem 1rem;
  }

  #maker .footerSubMenuTitList {
    height: 360px;
    overflow-y: auto;
  }

  #maker .footerSubMenuTitList::-webkit-scrollbar {
    width: 5px;
    background: #fff;
  }

  #maker .footerSubMenuTitList::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 2px;
  }

  #maker .footerSubMenuTitList ul {
    padding: 0 1.5rem 0 1rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #maker .footerSubMenuTitList ul li {
    width: 100%;
    float: none;
    background: 0 0;
    text-align: left;
  }

  #maker .footerSubMenuTitList ul li a {
    display: block;
    color: #27ae60;
    border-bottom: 1px solid #acacac;
    text-decoration: none;
    padding: 1.2rem .5rem;
    position: relative;
    text-align: left;
    font-size: 1.4rem;
  }

  #maker .footerSubMenuTitList ul li a:before {
    position: absolute;
    right: .5rem;
    top: 50%;
    margin-top: -.35rem;
    border-left: 5px solid #27ae60;
    border-right: 0;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    width: 0;
    height: 0;
    content: "";
  }

  #itemInfo footer {
    padding-bottom: 50px;
  }

  #itemInfo .footerBtn {
    display: block;
  }

  #itemInfo .footerBtnItem {
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 70px;
    background: #fff;
    z-index: 999;
  }

  .footerBtnItemContact, .footerBtnItemTel {
    width: 42%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    text-align: center;
  }

  #itemInfo .footerBtnItem ul {
    overflow: hidden;
  }

  #itemInfo .footerBtnItem ul li {
    float: left;
  }

  .footerBtnItemContact {
    box-sizing: border-box;
    border-left: 1px solid #b4d5ed;
    border-top: 1px solid #b4d5ed;
    border-right: 1px solid #3e6a87;
    border-radius: 3px 3px 0 0;
  }

  .footerBtnItemContact a {
    display: block;
    background: url(../images/common/bg_footerbtnitemcontact.jpg) left top repeat-x;
    background-size: 5px 49px;
    height: 49px;
  }

  .footerBtnItemContact a span {
    height: 49px;
    line-height: 49px;
    background: url(../images/common/ico_footerbtnitemcontact.png) left center no-repeat;
    background-size: 19px 13px;
    display: inline-block;
    padding-left: 2.5rem;
    color: #fff;
    font-size: 1.4rem;
  }

  .footerBtnItemTel {
    box-sizing: border-box;
    border-left: 1px solid #f2a2a2;
    border-top: 1px solid #f2a2a2;
    border-right: 1px solid #902828;
    border-radius: 3px 3px 0 0;
  }

  .footerBtnItemTel a {
    display: block;
    background: url(../images/common/bg_footerbtnitemtel.jpg) left top repeat-x;
    background-size: 5px 49px;
    height: 49px;
  }

  .footerBtnItemTel a span {
    height: 49px;
    line-height: 49px;
    background: url(../images/common/ico_footerbtnitemtel.png) left center no-repeat;
    background-size: 13px 20px;
    display: inline-block;
    padding-left: 1.8rem;
    color: #fff;
    font-size: 1.4rem;
  }

  .footerBtnItemOther {
    width: 16%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid #bab8b8;
    border-top: 1px solid #bab8b8;
    border-right: 1px solid #494848;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: url(../images/common/bg_footerbtnitemother.jpg) left top repeat-x;
    background-size: 5px 49px;
    cursor: pointer;
    height: 50px;
  }

  .footerBtnItemOther span {
    height: 29px;
    background: url(../images/common/ico_footerbtnitemother_no.png) center 10px no-repeat;
    background-size: 10px 7px;
    display: inline-block;
    padding-top: 20px;
    color: #fff;
    font-size: 1.1rem;
  }

  .footerBtnItemOther.on span {
    background: url(../images/common/ico_footerbtnitemother_on.png) center 10px no-repeat;
    background-size: 10px 7px;
  }
.footerSubMenu {
 background:url(../images/common/bg_submenu.png);
 position:absolute;
 width:100%;
 bottom:70px;
 z-index:9999;
 box-sizing:border-box;
 padding: 10px;
 /*! display:none */
}
#materials {
 background:#fff;
 /*! display:none; */padding:10px;
 position:relative
}
#materials:before {
 border-top:10px solid #fff;
 border-bottom:0;
 border-left:7px solid transparent;
 border-right:7px solid transparent;
 width:0;
 height:0;
 position:absolute;
 left:0;
 bottom:-10px;
 content:"";
 margin-left:20px
}
#materials .footerSubMenuTit {
 font-size:16px;
 color:#fff;
 background:#2980b9;
 padding:5px;
    margin: 0;
}
#materials .footerSubMenuTitList {
 height:360px;
 overflow-y:auto
}
#materials .footerSubMenuTitList::-webkit-scrollbar {
 width:5px;
 background:#fff
}
#materials .footerSubMenuTitList::-webkit-scrollbar-thumb {
 background:#cdcdcd;
 border-radius:2px
}
#materials .footerSubMenuTitList ul {
 padding:0;
 width:100%;
 box-sizing:border-box
}
#materials .footerSubMenuTitList ul li {
 width:100%;
 float:none;
 background:0 0;
 text-align:left;
    height: auto!important;
}
#materials .footerSubMenuTitList ul li a {
 display:block;
 color:#2980b9;
 border-bottom:1px solid #acacac;
 text-decoration:none;
 padding:10px;
 position:relative;
 text-align:left;
 font-size:16px;
}
    
    
}
