@media screen and (max-width: 766px) {
  section.shoplist {
    position: relative;
    background: url(../../image/shop/common/shoplist_background.png) repeat-y center #83c9ff; }
    section.shoplist div {
      width: 90%;
      max-width: 1240px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      margin: 0 auto 15px;
      padding-top: 45px; }
      section.shoplist div figure {
        display: none; }
      section.shoplist div h2 {
        text-align: center;
        margin: 0 30px 10px;
        line-height: 1em;
        font-size: 3em;
        font-family: 'Contrail One', cursive; }
        section.shoplist div h2 span {
          font-family: 'Contrail One', cursive;
          line-height: 1em; }
        section.shoplist div h2 span:nth-of-type(1),
        section.shoplist div h2 span:nth-of-type(6) {
          color: #44a4f6;
          text-shadow: 3px 3px 0 #231815,-3px 3px 0 #231815,3px -3px 0 #231815,-3px -3px 0 #231815; }
        section.shoplist div h2 span:nth-of-type(2),
        section.shoplist div h2 span:nth-of-type(7) {
          color: #86f293;
          text-shadow: 3px 3px 0 #231815,-3px 3px 0 #231815,3px -3px 0 #231815,-3px -3px 0 #231815; }
        section.shoplist div h2 span:nth-of-type(3),
        section.shoplist div h2 span:nth-of-type(8) {
          color: #fdb722;
          text-shadow: 3px 3px 0 #231815,-3px 3px 0 #231815,3px -3px 0 #231815,-3px -3px 0 #231815; }
        section.shoplist div h2 span:nth-of-type(4) {
          color: #fff;
          text-shadow: 3px 3px 0 #231815,-3px 3px 0 #231815,3px -3px 0 #231815,-3px -3px 0 #231815; }
        section.shoplist div h2 span:nth-of-type(5) {
          color: #ff8467;
          text-shadow: 3px 3px 0 #231815,-3px 3px 0 #231815,3px -3px 0 #231815,-3px -3px 0 #231815; }
        section.shoplist div h2 span:nth-of-type(9) {
          font-size: 0.5em;
          display: block;
          text-align: center;
          padding-top: 15px;
          color: #3e2a24; }
    section.shoplist > h3 {
      position: relative;
      padding: 15px;
      line-height: 1em;
      font-size: 1.3em;
      font-family: 'Noto Sans Japanese', sans-serif;
      text-align: center;
      font-weight: bold;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) inset;
      width: 90%;
      margin: 0 auto 30px; }
    section.shoplist > h3:after {
      position: absolute;
      top: 100%;
      left: 30px;
      content: '';
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top: 15px solid #fff; }
    section.shoplist ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 90%;
      max-width: 1100px;
      margin: 0 auto;
      padding-bottom: 90px; }
      section.shoplist ul li {
        width: 47.5%;
        background: #fff;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 20px;
        position: relative; }
        section.shoplist ul li a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 100; }
        section.shoplist ul li figure {
          width: 100%;
          height: 150px;
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
        section.shoplist ul li img {
          width: 100%; }
        section.shoplist ul li figure:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 1px; }
        section.shoplist ul li h3 {
          font-family: 'Noto Sans Japanese', sans-serif;
          font-weight: bold;
          font-size: 1.25em; }
    section.shoplist ul.floor01 li:nth-child(15) img {
      width: 70%;
      margin: 0 auto;
      display: block; }
    section.shoplist ul.floor01 li:nth-child(19) img {
      width: 80%;
      margin: 0 auto;
      display: block; }
    section.shoplist ul.floor02 li:nth-child(1) img {
      width: 90%;
      margin: 0 auto;
      display: block; }
    section.shoplist ul.floor03 li:nth-child(1) img,
    section.shoplist ul.floor03 li:nth-child(2) img {
      width: 85%;
      margin: 0 auto;
      display: block; }
    section.shoplist ul.floor03 li:nth-child(6) img {
      width: 90%;
      margin: 0 auto;
      display: block; }

  section.shoplist:before {
    position: absolute;
    content: "";
    display: block;
    top: -30px;
    width: 100%;
    height: 30px;
    background: url(../../image/shop/common/shoplist_before.png) repeat-x; } }
