/* Main color (Orage) */
/* Secondary color (CherryRED) */
/* Secondary color (Emerald) */
/* Complement color (LimeGreeen) */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.spacereset {
  margin: 0px;
  padding: 0px;
}
#contents h1 {
  text-shadow: 0px 0px 10px rgba(255, 191, 0, 0.6);
  margin: 30px 0px !important;
  font-size: 300%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}
#contents h2 {
  background-color: #000!important;
}
.section {
  background-color: #333!important;
  color: #ffdc7c!important;
  box-shadow: rgba(0, 0, 0, 0.772549) 0px 0px 50px 9px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.772549) 0px 0px 50px 9px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.772549) 0px 0px 50px 9px inset;
}
.tubaki {
  background-image: url(/2/img/mayuakari/tubaki.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  margin: 20px 0px;
}
@media screen and (min-width: 768px) {
  .mado {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
  }
  .mleft {
    margin: 0px 0px 0px 50px!important;
  }
  .mright {
    margin: 0px 50px 0px 0px !important;
  }
  .madospacer {
    height: 60px;
    margin: 0px 50px 0px 0px !important;
  }
  .mlefttext {
    margin: 20px 0px 20px 50px!important;
  }
}
.mado img {
  box-shadow: rgba(255, 191, 0, 0.521569) 0px 0px 33px 4px;
  -webkit-box-shadow: rgba(255, 191, 0, 0.521569) 0px 0px 33px 4px;
  -moz-box-shadow: rgba(255, 191, 0, 0.521569) 0px 0px 33px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 15px;
}
.products {
  margin: 50px 0px;
}
.syouhin {
  padding: 0px 30px!important;
}
.products-list {
  width: 100%;
  border: 1px solid;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
