/*============================
#main
============================*/
#main {
  margin: 38px auto 50px;
  width: 1060px;
}
#main .inner {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #main {
    margin: 19px 0 50px;
    width: auto;
  }
  #main .inner {
    padding: 0 6%;
  }
}
.headline {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .headline {
    margin-bottom: 21px;
  }
}

 .shoplist {
  display: flex;
  flex-wrap: wrap;
}
.shoplist li {
  width: 100%;
  letter-spacing: 0.05em;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shoplist li {
    flex-direction: column;
  }
}
.shoplist li > .head {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .shoplist li > .head {
    width: 100%;
  }
  .shoplist li.hasMap > .head {
    -webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;
  }
}
.shoplist li > .body {
  width: 45.2830188%;
}
.shoplist li.hasMap > .body {
  width: 43.8679245%;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .shoplist li > .body {
    width: 100%;
  }
  .shoplist li.hasMap > .body {
    width: 100%;
    -webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
    margin-top: 0;
  }
}
.shoplist li > .head + .body {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .shoplist li > .head + .body {
    margin-left: 0;
    margin-top: 20px;
  }
}
.shoplist li > .body > .map {
  position: absolute;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .shoplist li > .body > .map {
    top: 28px;
  }
}
.shoplist li.hasMap > .body > .map {
  top: 0;
}
@media screen and (max-width: 768px) {
  .shoplist li.hasMap > .body > .map {
    top: 345px;
    bottom: auto;
  }
}
.shoplist > li.hasMap + li.hasMap {
  margin-top: 75px;
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .shoplist > li.hasMap + li.hasMap {
    margin-top: 25px;
  }
}

.shoplist > li.hasMap + li:not(.hasMap) {
  margin-top: 86px;
  border-top: 1px solid #e4e1df;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .shoplist > li.hasMap + li:not(.hasMap) {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.shoplist > li + li {
  margin-top: 40px;
  border-top: 1px solid #e4e1df;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .shoplist > li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.shoplist > li:last-child {
  padding-bottom:50px;
  border-bottom: 1px solid #e4e1df;
}
@media screen and (max-width: 768px) {
  .shoplist > li:last-child {
    padding-bottom:25px;
  }
}
.shoplist .text + .text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .shoplist .text + .text {
    margin-top: 20px;
  }
}

 .shoplist li .img {
  width: 100%;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .shoplist li .img {
    height: 310px;
  }
}
 .shoplist li .name {
  font-weight: normal;
  font-size: 15px;
  line-height: 2.0;
  letter-spacing: 0.05em;
}
.shoplist li .name > a {
  color: #473729;
}
 .shoplist li .map {
  display: inline-block;
  width: 38px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 .shoplist li .map a {
  font-weight: normal;
  display: block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-family: 'Suranna', serif;
  font-size: 12px;
  background: #4a3c31;
  color: #fff;
  letter-spacing: 0.05em;
}
 .shoplist li .map:hover {
  opacity: .7;
}
 .shoplist li .data {
  width: 100%;
  letter-spacing: 0.05em;
  font-size: 11px;
  line-height: 2.0;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
   .shoplist li {
    width: 100%;
    /* margin: 0 0 25px 0; */
  }
   /* .shoplist li:nth-child(2n) {
    margin: 0 0 25px 0;
  } */
   .shoplist li .img {
    margin: 0 0 15px;
  }
   .shoplist li .name {
    font-size: 15px;
  }
   .shoplist li .map {
    margin: 4px 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
   .shoplist li .map:hover {
    opacity: 1;
  }
   .shoplist li .data {
    /* line-height: 1.7; */
    margin: 10px 0 0;
  }
}

.bottom  .shoplist li {
  width: 50%;
  margin: 0 0 30px;
  padding: 0 35px 35px 0;
  border-bottom: 1px solid #f0ece9;
}
.bottom  .shoplist li:nth-child(2n) {
  margin: 0 0 30px;
  padding: 0 0 30px 35px;
}
@media screen and (max-width: 768px) {
  .bottom  .shoplist li {
    width: 100%;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .bottom  .shoplist li:nth-child(2n) {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
.bottom  .shoplist li .name {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .bottom  .shoplist li .name {
    font-size: 15px;
  }
}

hr {
  margin: 0 auto 50px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  hr {
    width: auto;
    margin: 0 0 30px;
  }
}


/* google map CSS*/
.gm-style-pbt {
  font-size: 12px!important;
}
.tel-link {
  color: #4a3c31;
}
.tel-link a {
  color: #4a3c31;
}

/*# sourceMappingURL=shop.css.map */
