@charset "UTF-8";
/*デモ用共通CSS*/
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}


footer ul.footer_navi {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
footer ul.footer_navi li {
    background: black;
    border-bottom: 1px solid #262626;
    border-right: 1px solid #262626;
    border-top: 1px solid #262626;
    color: white;
    font-size: 90%;
    float: left;
    text-align: center;
    width: 49.8%;
}
footer ul.footer_navi li a {
    display: block;
    color: white;
    padding: 10px;
    text-decoration: none;
}
#footer_inner {
    font-size: 100%;
}
#footer_inner {
    clear: both;
    color: white;
    font-size: 70%;
    width: 100%;
    display: block;
    padding: 20px 0;
    text-align: center;
    background: #000000;
}
h3{
  color: #000000;
  font-size: 150%;
  text-align: center;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 8px;
  top: 11px;
  width: 30px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  border-radius: 3px;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 9px;
}

#nav-toggle span:nth-child(3) {
  top: 18px;
}


*{
    font-size: 97%;
  }
  #top-head{
    width: 100%;
    padding: 0;
    z-index: 999;
}
  #top-head {
    border-top: 0px solid #bf0000;
    background: black;
    top: 0;
    margin-top: 0;
    position: fixed;
}
  body{
    background: url(../images/body_bg.png) no-repeat;
    background-color: #ECDCB3;
  }
  .col-sm-3 img{
    width: 100%;
  }
  .col-xs-3 img{
    width: 100%;
  }
    .inner{
      max-width: 1100px;
      margin: 0 auto;
    }
    .mega-menu{
      border-top: 1px solid #cccccc;
      border-bottom:1px solid #cccccc; 
    }
    .category-menu li {
      border-right: 1px solid #555555;
      padding: 0;
      margin: 0;
      display: inline-block;
      padding: 5px;
      color: #ffffff;
    }
    .category-menu li:a{
      color: #ffffff;
    }
    .visual{
      margin-top: 100px;
    }
    p.price {
    color: #555555;
    font-size: 100%;
    margin: 8px 0;
    float: left;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    }
    p.price span {
    color: #bf0000;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 0 3px;
    }
    .box {
    background: #ffffff;
    padding: 5px;
    display: block;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    }
    .concept{
      background: #333333;
      color: #ffffff;
      padding: 8px;
    }
    .btn{
      padding: 8px;
      width: 100%;
    color: #fff;
    background-color: #2490D0;
    border-radius: 4px;
    }
    #nav-toggle div {
    position: relative;
}
#nav-toggle span {
    border-radius: 3px;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: white;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span.menu {
    color: white;
    display: block;
    background: black;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    text-align: center;
    top: 25px;
}
#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
}
#global-nav ul li {
    float: none;
    position: static;
    font-size: 12px;
}
.p_image{
  border-bottom: 1px solid #cccccc;
}
p{
  margin: 5px 0;
}
section{
  clear: both;
  margin-top:20px; 
}
.mark{
  position: absolute;
  left: 0;
  top: 50px;
  padding: 10px;
  color: #ffffff;
  background: #ff0000;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
.more{
  padding: 10px 50px;
  border: 2px solid #000000;
  text-align:center;
  margin: 0 auto;
  color: #000000;
  float: right;
  width: 200px;
  margin: 20px 0;  
}
.start{
  font-size: 250%;
  color: #000000;
  text-align: center;
}
.category-menu{
  margin-left: 0;
  padding-left: 0;
}
@media (min-width:768px){
  .category-menu li {
    border-right: 1px solid #555555;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 1em 1.5em;
  }
  .visual{
    margin-top: 100px;
  }
  *{
    font-size: 100%;
  }
}