@charset "UTF-8";
/* CSS Document */


/* ---- PC ---- */

/* shop_header */
#shop_list #shop_header {
  margin-bottom: 55px;
  overflow: hidden;
  text-align: center;
}

#shop_list #shop_header .s_type {
  display: inline-block;
  padding: 7px 15px 6px;
  margin-bottom: 8px;
  background-color: #c30d18;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}



#shop_list #shop_header .s_type_retail {
  background-color: #252525;
}

#shop_list #shop_header .s_type_outlet {
  background-color: #c30d18;
}

#shop_list #shop_header .s_type_dealer {
  background-color: #de960a;
}

#shop_list #shop_header .s_type_popup {
  background-color: #808000;
}

#shop_list #shop_header .s_type_depart {
  background-color: #b8860b;
}

#shop_list #shop_header .s_type_super {
  background-color: #4169e1;
}

#shop_list #shop_header .s_title_jp {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: normal;
}

#shop_list #shop_header .s_title_en {
  margin: -5px 0 32px;
  font-size: 24px;
}

#shop_list #shop_header .s_category {
  width: 335px;
  padding-top: 1px;
  float: left;
}

#shop_list #shop_header .s_category > li {
  width: 93px;
  padding: 6px 0 4px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
  float: left;
}

#shop_list #shop_header .s_category .mens {
  background-color: #1c1f88;
}

#shop_list #shop_header .s_category .ladies {
  background-color: #eb4357;
}

#shop_list #shop_header .s_category .kids {
  background-color: #f6a200;
}

#shop_list #shop_header .s_brand {
  float: left;
}

#shop_list #shop_header .s_brand h3 {
  padding-top: 3px;
  margin-right: 5px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  float: left;
}

#shop_list #shop_header .s_brand h3::after {
  content: "E;
}

#shop_list #shop_header .s_brand ul {
  float: left;
}

#shop_list #shop_header .s_brand li {
  margin-right: 14px;
  float: left;
}

#shop_list #shop_header .s_brand li:last-child {
  margin-right: 0px;
}

#shop_list #shop_header .s_brand li img {
  height: 25px;
}


/* comment */
#shop_list #shop_comment {
  display: table;
  width: 100%;
  padding: 16px 45px;
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
}

#shop_list #shop_comment h2 {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  font-size: 13px;
  font-weight: bold;
}

#shop_list #shop_comment .s_comment {
  display: table-cell;
  font-size: 15px;
}


/* shop_body */
#shop_list #shop_body {
  padding-bottom: 20px;
  margin-bottom: 60px;
  background-color: #fff;
}

#shop_list #shop_body:after {
  content: "";
  clear: both;
  display: block;
}

#shop_list #shop_body #gmap_ {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

#shop_list #shop_body .btn_large_map {
  padding: 0 20px 20px 0;
}

#shop_list #shop_body .btn_large_map a {
  display: block;
  width: 200px;
  height: 50px;
  margin: 0 0 0 auto;
  padding-top: 13px;
  background: #000 url(../img/shop/arrow_01.png) right 10px center no-repeat;
  background-size: 8px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
}


#shop_list #shop_body #txt_area {
  width: 425px;
  margin-left: 40px;
  font-size: 15px;
  float: left;
}

#shop_list #shop_body #txt_area .shop_info_list {
  margin-top: 35px;
  border-bottom: 1px dotted #999;
}

#shop_list #shop_body #txt_area .shop_info_list dt {
  width: 125px;
  padding: 17px 0 15px 6px;
  font-size: 13px;
  font-weight: bold;
  float: left;
  clear: both;
}

#shop_list #shop_body #txt_area .shop_info_list dd {
  padding: 16px 0 15px 125px;
  border-top: 1px dotted #999;
}

#shop_list #shop_body #txt_area .access {
  padding: 16px 0 16px 6px;
}


#shop_list #shop_body #photo_area {
  width: 498px;
  float: right;
}

#shop_list #shop_body #photo_area .photo_slider_main img {
  width: 100%;
}

/* slick */
#shop_list #shop_body #photo_area .slick-prev,
#shop_list #shop_body #photo_area .slick-next {
  z-index: 10;
  width: 23px;
  height: 45px;
  padding: 11px;
  box-sizing: content-box;
}

#shop_list #shop_body #photo_area .slick-prev:before,
#shop_list #shop_body #photo_area .slick-next:before {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  opacity: 1;
  transition: opacity 0.2s;
  backface-visibility: hidden;
}

#shop_list #shop_body #photo_area .slick-prev:hover:before,
#shop_list #shop_body #photo_area .slick-next:hover:before {
  opacity: 0.6;
}

#shop_list #shop_body #photo_area .slick-prev:before {
  background: url(../img/shop/photo_slider_prev.png) 0 0 no-repeat;
  background-size: 100%;
}

#shop_list #shop_body #photo_area .slick-next:before {
  background: url(../img/shop/photo_slider_next.png) 0 0 no-repeat;
  background-size: 100%;
}

#shop_list #shop_body #photo_area .slick-prev {
    left: 0px;
}
#shop_list #shop_body #photo_area .slick-next {
    right: 0px;
}
/* -- */

#shop_list #shop_body #photo_area .photo_slider_navi {
  overflow: hidden;
}

#shop_list #shop_body #photo_area .photo_slider_navi li {
  position: relative;
  width: 164px;
  height: 164px;
  margin: 3px 3px 0 0;
  overflow: hidden;
  float: left;
}

#shop_list #shop_body #photo_area .photo_slider_navi li:nth-child(3n) {
  margin-right: 0;
}

#shop_list #shop_body #photo_area .photo_slider_navi img {
  position: absolute;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  cursor: pointer;
}


/* free_html */
#shop_list #free_html {
  margin-bottom: 60px;
  padding: 30px 40px;
  background-color: #fff;
}


/* shop_staff */
#shop_list #shop_staff {
  padding: 50px 0 0;
  margin-bottom: 60px;
  background-color: #fff;
}

#shop_list #shop_staff .title_en {
  font-size: 35px;
  text-align: center;
  line-height: 1.2;
}

#shop_list #shop_staff .title_jp {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
}

#shop_list #shop_staff #staff_list {
  margin-left: 40px;
}

#shop_list #shop_staff #staff_list li {
  display: inline-block;
  vertical-align: top;
  width: 215px;
  margin: 0 14px 55px 0;
  line-height: 1.57;
  letter-spacing: normal;
}

#shop_list #shop_staff #staff_list li .img {
  width: 190px;
  height: 190px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
}

#shop_list #shop_staff #staff_list li .img img {
  width: 100%;
  height: auto;
}


/* ---- SP ---- */
@media screen and (max-width: 480px) {

  /* shop_header */
  #shop_list #shop_header {
    padding-top: 14px;
    margin-bottom: 12px;
  }

  #shop_list #shop_header .s_type {
    padding: 5px 8px 4px;
    margin-bottom: 4px;
    font-size: 13px;
  }

  #shop_list #shop_header .s_title_jp {
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 1.35;
  }

  #shop_list #shop_header .s_title_en {
    margin: 3px 0 20px;
    font-size: 20px;
    line-height: 1.25;
  }

  #shop_list #shop_header .s_category {
    width: auto;
    padding-top: 0;
    margin-bottom: 20px;
    text-align: center;
    float: none;
  }

  #shop_list #shop_header .s_category > li {
    display: inline-block;
    width: 85px;
    padding: 6px 0 4px;
    margin-right: 2px;
    font-size: 14px;
    float: none;
  }

  #shop_list #shop_header .s_brand {
    float: none;
  }

  #shop_list #shop_header .s_brand h3 {
    padding-top: 0;
    margin: 0 0 5px;
    font-weight: normal;
    float: none;
  }

  #shop_list #shop_header .s_brand h3 span {
    display: inline-block;
    border-bottom: 1px solid #555;
    font-size: 11px;
    line-height: 1.4;
  }

  #shop_list #shop_header .s_brand h3::after {
    display: none;
  }

  #shop_list #shop_header .s_brand ul {
    text-align: center;
    float: none;
  }

  #shop_list #shop_header .s_brand li {
    display: inline-block;
    margin: 0 7px;
    float: none;
  }

  #shop_list #shop_header .s_brand li:last-child {
    margin-right: 7px;
  }

  #shop_list #shop_header .s_brand li img {
    height: 28px;
  }


  /* comment */
  #shop_list #shop_comment {
    display: block;
    width: 100%;
    padding: 12px 5%;
    margin-bottom: 15px;
    box-sizing: border-box;
  }

  #shop_list #shop_comment h2 {
    display: inline-block;
    width: auto;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: normal;
    border-bottom: 1px solid #555;
  }

  #shop_list #shop_comment .s_comment {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }


  /* shop_body */
  #shop_list #shop_body {
    padding-bottom: 20px;
    margin: 0 -4.348% 45px;
    background-color: #fff;
  }

  #shop_list #shop_body #gmap_ {
    height: 400px;
    margin-bottom: 15px;
  }

  #shop_list #shop_body .btn_large_map {
    padding: 0 0 40px 0;
  }

  #shop_list #shop_body .btn_large_map a {
    width: 170px;
    height: 45px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 15px;
    text-decoration: none;
  }


  #shop_list #shop_body #txt_area {
    width: auto;
    margin-left: 0;
    padding: 6% 4% 0;
    font-size: 14px;
    float: none;
  }

  #shop_list #shop_body #txt_area .postal_code,
  #shop_list #shop_body #txt_area .address,
  #shop_list #shop_body #txt_area .tell {
    padding-left: 3px;
  }

  #shop_list #shop_body #txt_area .tell a {
    display: inline-block;
    padding: 8px 20px;
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
  }

  #shop_list #shop_body #txt_area .shop_info_list {
    margin-top: 30px;
  }

  #shop_list #shop_body #txt_area .shop_info_list dt {
    width: 90px;
    padding: 17px 0 16px 3px;
    font-size: 11px;
  }

  #shop_list #shop_body #txt_area .shop_info_list dd {
    padding: 14px 0 13px 90px;
  }

  #shop_list #shop_body #txt_area .access {
    padding: 16px 0 16px 3px;
  }


  #shop_list #shop_body #photo_area {
    width: auto;
    float: none;
  }

  /* slick */
  #shop_list #shop_body #photo_area .slick-prev,
  #shop_list #shop_body #photo_area .slick-next {
    width: 4.5%;
    height: 12.6%;
    padding: 20px 8px;
  }

  #shop_list #shop_body #photo_area .slick-prev:hover:before,
  #shop_list #shop_body #photo_area .slick-next:hover:before {
    opacity: 1;
  }

  #shop_list #shop_body #photo_area .slick-prev {
    padding-right: 15px;
    left: 0px;
  }
  #shop_list #shop_body #photo_area .slick-next {
    padding-left: 15px;
    right: 0px;
  }
  /* -- */

  #shop_list #shop_body #photo_area .photo_slider_navi {
    display: none;
  }


  /* free_html */
  #shop_list #free_html {
    margin: 0 -4.348% 45px;
    padding: 15px 4%;
  }


  /* shop_staff */
  #shop_list #shop_staff {
    padding: 26px 0 0;
    margin: 0 -4.348% 25px;
  }

  #shop_list #shop_staff .title_en {
    font-size: 30px;
  }

  #shop_list #shop_staff .title_jp {
    margin-bottom: 30px;
    font-size: 10px;
  }

  #shop_list #shop_staff #staff_list {
    margin-left: 0;
  }

  #shop_list #shop_staff #staff_list li {
    width: 44.7%;
    margin: 0 0 35px 0;
  }

  #shop_list #shop_staff #staff_list li:nth-child(odd) {
    margin-left: 4%;
  }

  #shop_list #shop_staff #staff_list li:nth-child(even) {
    margin-left: 1%;
  }

  #shop_list #shop_staff #staff_list li .img {
    position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 90%;
    margin: 0 auto 12px;
  }

  #shop_list #shop_staff #staff_list li .img img {
    position: absolute;
    top: 0;
    left: 0;
  }

  #shop_list #shop_staff #staff_list li p {
    font-size: 11px;
  }


  #shop_list #shop_hashtag {
    margin: 0 -2.2%;
  }

  #shop_list #shop_review {
    margin: 0 -3.5%;
  }

}

