@charset "UTF-8";

.sec-order ul {
  justify-content: center;
}
.sec-order ul li {
  width: 460px;
}
@media only screen and (min-width:641px), (min-device-width:1281px){  
  header {
    background-color: #000;
    padding: 20px 0;
  }
  #header-cnt {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 4px;
    *zoom: 1;
  }
  #header-cnt:after {
    content: "";
    display: table;
    clear: both;
  }
  #header-cnt #header-logo-store {
    width: 420px;
    float: left;
  }
  #header-cnt #header-logo-store a {
    display: inline-block;
  }
  #header-cnt #header-logo-letsnote {
    width: 210px;
    float: right;
  }
  .breadcrumb ul {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    list-style: none;
    letter-spacing: -.40em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    white-space: nowrap;
  }
  .breadcrumb ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 0.5em;
    color: #CCC;
  }
  .breadcrumb ul li:before {
    content: ">";
    padding-right: 0.5em;
  }
  .breadcrumb ul li:first-child::before {
    content: "";
    padding-right: 0px;
  }
  .breadcrumb ul li:first-child a {
    display: inline-block;
  }
  .breadcrumb ul li:first-child a::before {
    content: "";
    display: inline-block;
    vertical-align: -0.1em;
    width: 20px;
    height: 12px;
    background-image: url(../img/icn_home_01.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  .breadcrumb ul li, .breadcrumb ul li a {
    color: #CCC;
    font-size: 1.2rem;
      font-family: "Roboto", "Noto Sans JP", sans-serif;
      text-decoration: none;
  }
  .breadcrumb ul li{
    color: #fff;
  }
  }
  
  @media only screen and (max-width: 640px) and (max-device-width: 1280px){
    header {
      background-color: #000;
      padding: 0;
    }
    #header-cnt {
      margin: 0 auto;
      font-size: 0;
      position: relative;
      padding: 10px 10px 13px;
      display: flex;
      align-items: flex-start;
    }
    #header-cnt #header-logo-store {
      width: 50%;
      display: inline-block;
      /*margin-bottom: 12px;*/
    }
    #header-cnt #header-logo-letsnote {
      width: 45%;
      display: inline-block;
      margin-left: 4%;
    }
    #header-cnt img {
      width: 100%;
    }
    .breadcrumb {
      display: none;
    }
  }