@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../media/files/font/GenJyuuGothic-Regular.eot");
  src: url("../media/files/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../media/files/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../media/files/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../media/files/font/GenJyuuGothic-Bold.eot");
  src: url("../media/files/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../media/files/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../media/files/font/GenJyuuGothic-Bold.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCKJJP';
  font-style: normal;
  font-weight: normal;
  src: url("../media/files/font/NotoSansCJKjp-Regular.eot");
  src: url("../media/files/font/NotoSansCJKjp-Regular?#iefix") format("embedded-opentype"), url("../media/files/font/NotoSansCJKjp-Regular.otf") format("opentype"), url("../media/files/font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCKJJP';
  font-style: normal;
  font-weight: bold;
  src: url("../media/files/font/NotoSansCJKjp-Bold.eot");
  src: url("../media/files/font/NotoSansCJKjp-Bold?#iefix") format("embedded-opentype"), url("../media/files/font/NotoSansCJKjp-Bold.otf") format("opentype"), url("../media/files/font/NotoSansCJKjp-Bold.woff") format("woff");
}
section.map .outer {
  background-color: #faf6f2;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section.map .outer {
    padding: 20px 0;
  }
}
section.map .mapWrapper {
  padding: 25px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section.map .mapWrapper {
    padding: 10px;
  }
}
section.map .mapWrapper .mapCanvas {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  section.map .mapWrapper .mapCanvas {
    height: 0;
    padding-top: 60%;
  }
}
section.map .infoWindow h5 {
  margin: 0 0 5px;
  font-size: 1.1em;
  font-weight: bold;
}
section.list {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  section.list {
    padding-top: 20px;
  }
}
section.list article + article {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.list article + article {
    margin-top: 20px;
  }
}
section.list article .title-h3 {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  section.list article .title-h3 {
    margin-bottom: 20px;
  }
}

.shopList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .shopList {
    display: block;
  }
}
.shopList > li {
  -webkit-flex-basis: 49%;
  flex-basis: 49%;
  max-width: 470px;
  background-color: #fff;
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 18px 25px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shopList > li {
    display: block;
    width: 100%;
    max-width: none;
    padding: 20px;
  }
}
.shopList > li .shopList_name {
  margin: 0 0 18px;
  font-size: 19px;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: solid 1px #aaaaaa;
}
@media screen and (max-width: 767px) {
  .shopList > li .shopList_name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.shopList > li .colWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .shopList > li .colWrapper {
    display: block;
  }
}
.shopList > li .colWrapper .col1 {
  -webkit-flex-basis: 220px;
  flex-basis: 220px;
}
@media screen and (max-width: 767px) {
  .shopList > li .colWrapper .col1 {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.shopList > li .colWrapper .col1 a {
  display: block;
  width: 100%;
  height: 146px;
  background: no-repeat center;
  background-size: cover;
}
.shopList > li .colWrapper .col2 {
  -webkit-flex-basis: calc(100% - 220px);
  flex-basis: calc(100% - 220px);
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .shopList > li .colWrapper .col2 {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.shopList > li p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.shopList > li p + p {
  margin-top: 5px;
}
.shopList > li p.shopList_address span.zipcode {
  display: block;
}
.shopList > li .shopList_map {
  margin-top: 30px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .shopList > li .shopList_map {
    margin-top: 20px;
  }
}
.shopList > li .shopList_map a {
  display: none;
}
.shopList > li .shopList_map input {
  -webkit-appearanse: none;
  box-shadow: none;
  display: inline-block;
  width: 100px;
  color: #fff;
  background-color: #eb2e0f;
  border: solid 1px #eb2e0f;
  border-radius: 3px;
  padding: 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .shopList > li .shopList_map input {
    padding: 10px;
  }
}
.shopList > li .shopList_map input:hover {
  background-color: #fff;
  color: #eb2e0f;
}

/*# sourceMappingURL=kawasaki_list.css.map */
