@charset "utf-8";


/*
  File Name   : shop.css
  Description : shopページ
*/

/* shop index
========================================== */

.shop__kv:before {
  background: url(/assets/img/shop/kv-shop-01.jpg) no-repeat left center;
  background-size: cover;
}

.shop__kv__content {
  color: #fff;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 380px;
}

.shop__kv__title {
  width: 53%;
  margin-top: 80px;
}

.shop__kv__title h1 {
  font-weight: normal;
  font-size: 65px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff
}

.shop__kv__title p {
  font-size: 30px;
}

/* 地図 */


.shop__map {
  height: 800px;
  position: relative;
}

.shop__map__num {
  background: url(/assets/img/shop/img-shop-num.png) no-repeat center center;
  width: 360px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 60px;
  text-align: center;
  color: #009942;
}

.shop__map__num > p {
  border-bottom: 1px solid #009942;
  width: 220px;
  margin: 0 auto;
  font-size: 24px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.shop__map__num div {
  display: flex;
  justify-content: center;
}

.shop__map__num div .num {
  font-size: 60px;
  line-height: 1em;
  font-weight: normal;
}

.shop__map__num div p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: left;
  margin-left: 5px;
}

.shop__map__num span {
  font-size: 12px;
  text-align: right;
  display: block;
  color: #333;
  margin-right: 70px;
}

.shop__map__japan {
  position: absolute;
  left: 250px;
  top: 150px;
}


.shop__map__area {
  border: 4px solid #ababab;
  padding: 8px 15px;
}

.shop__map__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.shop__map__name a {
  position: relative;
}

.shop__map__name a:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -13px;
  top: 8px;
}

.shop__map__area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -3px;
}

.shop__map__area li {
  width: calc(100px - 2px);
  box-shadow: 0 3px 0 #ddd;
  border-radius: 5px;
  margin: 0 3px 5px;
}

.shop__map__area li a {
  text-align: center;
  background: #ababab;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 10px;
}

.shop__map--hokkaido {
  border: 0;
  padding: 0;
  position: absolute;
  right: 150px;
  top: 200px;
}
.shop__map--hokkaido li a {
  background: #2aab39;
}

.shop__map--niigata {
  border: 0;
  padding: 0;
  position: absolute;
  left: 420px;
  top: 320px;
}

/* 新潟 */
.shop__map--niigata li a {
  background: #2b65b5;
}

/* 東北 */
.shop__map--tohoku {
  width: 345px;
  position: absolute;
  top: 260px;
  right: 0;
  border-color: #e8cb33;
}

.shop__map--tohoku h3 {
  color: #e8cb33;
}

.shop__map--tohoku li a {
  background: #e8cb33;
}

/* 中部 */
.shop__map--chubu {
  width: 250px;
  position: absolute;
  left: 300px;
  top: 70px;
  border-color: #2ca6e0;
}

.shop__map--chubu h3 {
  color: #2ca6e0;
}

.shop__map--chubu li a {
  background: #2ca6e0;
}

/* 近畿 */
.shop__map--kinki {
  width: 450px;
  position: absolute;
  right: 0;
  bottom: 70px;
  border-color: #f58fc7;
}

.shop__map--kinki h3 {
  color: #f58fc7;
}

.shop__map--kinki li a {
  background: #f58fc7;
}


/* 関東 */
.shop__map--kanto {
  width: 450px;
  position: absolute;
  right: 0;
  top: 420px;
  border-color: #00bff1;
}

.shop__map--kanto h3 {
  color: #00bff1;
}

.shop__map--kanto li a {
  background: #00bff1;
}

/* 中国 */
.shop__map--chugoku {
  width: 250px;
  position: absolute;
  left: 0;
  top: 70px;
  border-color: #97c932;
}

.shop__map--chugoku h3 {
  color: #97c932;
}

.shop__map--chugoku li a {
  background: #97c932;
}

/* 四国 */
.shop__map--shikoku {
  width: 460px;
  position: absolute;
  left: 0;
  bottom: 70px;
  border-color: #e95711;
}

.shop__map--shikoku h3 {
  color: #e95711;
}

.shop__map--shikoku li a {
  background: #e95711;
}

/* 九州 */
.shop__map--kyushu {
  width: 250px;
  position: absolute;
  left: 0;
  top: 280px;
  border-color: #ceda0e;
}

.shop__map--kyushu h3 {
  color: #ceda0e;
}

.shop__map--kyushu li a {
  background: #ceda0e;
}

.shop__map--kyushu .border {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

/* 海外 */
.shop__map--overseas {
  position: absolute;
  left: 0;
  top: 740px;
}

/* 新店リニューアル情報 */

.search__newopen {
  margin-bottom: 80px;
  padding: 80px 40px 50px;
  position: relative;
}

.search__newopen h2 {
  position: absolute;
  left: 0;
  top: -20px;
  padding: 15px 20px;
  background: #274da2;
  color: #fff;
}

.search__newopen ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 500px;
  overflow-y: scroll;
}

.search__newopen li {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 30px;
  position: relative;
  margin-bottom: 30px;
}


.search__newopen li:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #ddd;
}

.search__newopen li:nth-child(odd):before {
  content: '';
  position: absolute;
  right: 0;
  height: 80%;
  border-right: 1px dashed #ddd;
}

.search__newopen li div {
  width: 50%;
}

.search__newopen li div img {
  padding-right: 20px;
}


.search__newopen h3 {
  display: inline-block;
  color: #274da2;
  border-bottom: 1px solid #274da2;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .shop__kv:before {
    min-width: 0;
    background-position: 30% center;
  }

  /* kv */
  .shop__kv__content {
    padding: 20px;
    display: block;
    height: auto;
  }

  .shop__kv__title {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop__kv__title h1 {
    font-size: 30px;
  }

  .shop__kv__title h1 span {
    font-size: 50px;
  }

  .shop__kv__title p {
    font-size: 20px;
  }


  /* map */
  .shop__map {
    display: none;
  }



  /* 新店リニューアル情報 */

  .search__newopen {
    margin-bottom: 40px;
    padding: 40px 20px 0;
  }

  .search__newopen h2 {
    padding: 10px 15px;
    top: -15px;
  }

  .search__newopen ul {
    display: block;
    height: auto;
  }

  .search__newopen li {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  
  .search__newopen li div {
    width: auto;
  }

  .search__newopen li div img {
    margin: 0 0 15px;
    padding-right: 0;
  }

  .search__newopen li:nth-child(odd):before {
    display: none;
  }
  
  .search__newopen h3 {
    display: block;
  }

}


/* shop detail
========================================== */

.shop__detail__top {
  padding: 60px 0 40px;
}


.shop__detail__summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.shop__detail__name {
  display: flex;
  align-items: center;
}

.shop__detail__name img {
  margin-right: 30px;
}

.shop__detail__name__text h1 {
  margin-bottom: 10px;
}

.shop__detail__name__text p {
  font-size: 16px;
}

.shop__detail__type {

}

.shop__detail__type__tag {
  display: flex;
  justify-content: flex-end;
}

.shop__detail__type__tag i {
  margin-left: 2px;
  width: 75px;
  height: 35px;
}

.shop__detail__type__tag i.tag-multi {
  display: inline-block;
  line-height: 35px;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #adadad;
}

.shop__detail__content {
  display: flex;
  justify-content: space-between;
}

.shop__detail__img {
  width: calc(55% - 20px);
}

.shop__detail__img img {
  width: 100%;
  margin-bottom: 15px;
}

.shop__detail__info {
  width: calc(45% - 20px);
}

.shop__detail__info table {
  border: 1px solid #ccc;
  height: 300px;
}

.shop__detail__info th {
  background: #f6f6f6;
  padding: 15px;
  border-bottom: 1px dashed #ccc;
}

.shop__detail__info td {
  padding: 15px;
  border-bottom: 1px dashed #ccc;
}

.shop__detail__links {
  display: flex;
  justify-content: space-between;
}

.shop__detail__links li {
  width: calc(50% - 10px);
  border: 3px solid #adadad;
  border-radius: 3px;
}

.shop__detail__links li a {
  padding: 4px;
  display: flex;
  align-items: center;
}

.shop__detail__links__img {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 2px solid #ccc;
}

.shop__detail__links__img img {
  height: 40px;
  width: 40px;
  margin: 0;
}

.shop__detail__links li p {
  padding: 0;
  line-height: 1.3em;
}


/* アクセス */

.shop__detail__access {
  margin: 0 0 40px;
  padding: 40px 0;
}

.shop__detail__access:before {
  background: url(/assets/img/shop/bg-shop-access.png) no-repeat center center;
  background-size: cover;
}

.shop__detail__access__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.shop__detail__access h2 {
  position: relative;
  margin-bottom: 60px;
}

.shop__detail__access h2:after {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: -30px;
  border-bottom: 1px dotted #fff;
}

.shop__access__content {
  display: flex;
  justify-content: space-between;
}

.shop__access__map {
  width: calc(50% - 15px);
  height: 300px;
  border: 2px solid #a1a1a1;
}

.shop__access__detail {
  width: calc(50% - 15px);
  background: #fff;
  padding: 70px 30px 20px;
  margin-top: 10px;
  position: relative;
}

.shop__access__detail span {
  position: absolute;
  left: 0;
  top: -10px;
  padding: 15px 20px;
  background: #007440;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.shop__access__detail p {
  font-size: 18px;
}


/* 店舗の特徴 */

.shop__detail__fetures {
  margin: 40px 0;
}

.shop__fetures__list {
  display: flex;
  justify-content: space-between;
}

.shop__fetures__item {
  width: calc(33.33% - 30px);
  box-shadow: 0 5px 5px #ccc;
  border-radius: 5px;
}

.shop__fetures__img {
  width: 100%;
}

.shop__fetures__item img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.shop__fetures__item p {
  padding: 15px;
}

/* 売って欲しい商品の説明 */

.shop__detail__instruction {
  margin-bottom: 60px;
}

.shop__instruction__list {
  display: flex;
  justify-content: space-between;
}

.shop__instruction__item {
  width: calc(50% - 10px);
  padding: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .shop__instruction__item {
    width: 100%;
  }
  .shop__instruction__item + .shop__instruction__item {
    margin-left: 20px;
  }
}

.shop__instruction__item h2 {
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 30px;
  font-size: 24px;
  border-bottom: 1px solid #000;
}

.shop__instruction__1__list {
  display: flex;
  justify-content: space-between;
}

.shop__instruction__1__item {
  width: calc(50% - 10px);
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
  padding: 20px 10px;
}

.shop__instruction__1__item h3 {
  color: #009942;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 22px;
  justify-content: center;
}

.shop__instruction__1__item h3 img {
  margin-right: 7px;
}

.shop__instruction__netmall {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.shop__netmall__text {
  text-align: left;
  width: 60%;
}

.shop__netmall__text h3 {
  margin-bottom: 10px;
}

.shop__instruction__item .btn-netmall {
  clear: both;
  color: #fff;
}

.shop__instruction__item .btn-netmall span {
  display: inline-block;
  padding: 0 0 0 35px;
  background: url(/assets/img/shop/icon-instruction-netmall.png) no-repeat 0 50%;
}

@media screen and (max-width: 767px) {

  .shop__detail__top {
    padding: 40px 0;
  }

  .shop__detail__summary {
    display: block;
    margin-bottom: 30px;
  }

  .shop__detail__name {
    display: block;
  }

  .shop__detail__name img {
    display: none;
  }

  .shop__detail__name__text {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .shop__detail__name__text h1 {
    font-size: 18px;
  }

  .shop__detail__type__tag {
    justify-content: flex-start;
  }

  .shop__detail__type__tag i {
    margin-right: 2px;
    margin-left: 0;
  }

  .shop__detail__content {
    display: block;
  }

  .shop__detail__img {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop__detail__img img {
    height: auto;
    margin-bottom: 5px;
  }

  .shop__detail__links {
    display: block;
  }

  .shop__detail__links li {
    width: 100%;
    margin-bottom: 5px;
  }

  .shop__detail__info {
    width: 100%;
  }

  .shop__detail__info table {
    height: auto;
  }

  .shop__detail__info th {
    padding: 10px;
  }

  .shop__detail__info td {
    padding: 10px;
  }


  /* アクセス */

  .shop__detail__access {
    margin: 0 0 20px;
    padding: 20px 0;
  }

  .shop__detail__access__wrap {
    max-width: 100%;
    padding: 0;
  }

  .shop__detail__access h2 {
    margin-bottom: 20px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #fff;
  }
  
  .shop__detail__access h2:after {
    content: none;
  }

  .shop__detail__access h2 img {
    max-width: 300px;
  }

  .shop__access__content {
    display: block;
  }

  .shop__access__map {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

  .shop__access__detail {
    width: 100%;
    padding: 50px 20px 20px;
    margin-top: 10px;
  }

  .shop__access__detail span {
    padding: 10px 15px;
    font-size: 16px;
  }

  .shop__access__detail p {
    font-size: 16px;
  }


  /* 店舗の特徴 */

  .shop__detail__fetures {
    margin: 20px 0;
  }

  .shop__fetures__list {
    display: block;
  }

  .shop__fetures__item {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }

  .shop__fetures__img {
    float: left;
    width: 50%;
    margin: 0 15px 15px 0;
  }

  .shop__fetures__img img {
    border-radius: 0;
  }

  .shop__fetures__item p {
    padding: 0;
  }

  /* 売って欲しい商品の説明 */

  .shop__detail__instruction {
    margin-bottom: 40px;
  }

  .shop__instruction__list {
    display: block;
  }

  .shop__instruction__item {
    width: 100%;
  }

  .shop__instruction__item h2 {
    font-size: 20px;
  }
  
  .shop__instruction__1__list {
    margin: 0 -15px;
  }
  
  .shop__instruction__1__item {
    width: 48.5%;
  }

  .shop__instruction__1__item h3 {
    font-size: 16px;
    font-weight: normal;
  }
  
  .shop__instruction__1__item h3 img {
    height: 24px;
  }

  .shop__instruction__netmall {
    display: block;
    margin-bottom: 20px;
  }
  
  .shop__netmall__text {
    float: left;
    margin: 0 0 15px;
  }
  
  .shop__instruction__netmall img {
    float: right;
    width: 38%;
    margin: 0 0 15px;
  }
}


/* shop search
========================================== */

.shop__search__top {
  padding: 60px 0 40px;
}

.shop__search__top h1 {
  margin-bottom: 40px;
}

.shop__search__result {
  padding: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.shop__search__result .number {
  font-size: 30px;
  padding: 0 20px 0 40px;
  margin-left: 40px;
  border-left: 1px solid #ddd;
  line-height: 1em;
  color: #274da2;
  font-weight: bold;
}

.shop__search__result span {
  font-weight: normal;
  font-size: 16px;
  margin-left: 5px;
}




/* 検索結果 */

.search__result__list {
  margin-bottom: 60px;
}

.search__result__list table{
  width: 100%;
  border: 1px solid #adadad;
  margin-bottom: 40px;
}

.search__result__list thead {
  background: #274da2;
  color: #fff;
}

.search__result__list th,
.search__result__list td {
  padding: 20px;
  border-right: 1px dashed #adadad;
  border-bottom: 1px solid #adadad;
}

.search__result__list .type {
  width: 20%;
}

.search__result__list .address {
  width: 25%;
}

.search__result__list .open {
  width: 10%;
}

.search__result__list tbody th {
  text-align: left;
  background: #f5f5f5;
  color: #274da2;
  font-size: 16px;
}

.search__result__list tbody img {
  margin-bottom: 10px;
}


@media screen and (max-width: 767px) {


  .shop__search__top {
    padding: 30px 0 20px;
  }

  .shop__search__top h1 {
    margin-bottom: 20px;
  }

  .shop__search__result {
    padding: 20px;
    display: block;
    text-align: center;
  }

  .shop__search__result .number {
    font-size: 30px;
    padding: 0;
    margin-left: 0;
    border-left: 0;
    line-height: 1em;
  }

  .shop__search__result p {
    margin-bottom: 10px;
  }
  
  .search__result__list tbody th {
    font-size: inherit;
  }
}





/* ========================================
shop search 共通部分 parts
========================================== */




/* shop index/serach ページの検索パーツ */

.shop__search__01 {
  padding: 30px 0;
  margin-bottom: 80px;
}

.shop__search__01:before {
  background: #f2f2f2;
}

.shop__search__01 h2 {
  color: #009942;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.shop__search__01 h2:before,
.shop__search__01 h2:after {
  content: '';
  border-bottom: 1px solid #009942;
  width: calc(50% - 70px);
}


.shop__search__01 .shop__search__content {
  display: flex;
  justify-content: space-between;
  padding-right: 110px;
  position: relative;
}

.shop__search__01 .shop__search__content ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.shop__search__01 .shop__search__content li {
  width: calc(20% - 10px);
}

.shop__search__01 .shop__search__content li:last-child {
  width: 40%;
}

.shop__search__01 .shop__search__content .btn-search {
  position: absolute;
  right: 0;
  background: #238a34;
  width: 100px;
  height: 40px;
}

.shop__search__01 .shop__search__notice {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #e95711;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {

  /* shop index 検索 */
  .shop__search__01 {
    padding: 20px 0;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .shop__search__01 .shop__search__content {
    padding-right: 0;
    display: block;
  }

  .shop__search__01 .shop__search__content ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  .shop__search__01 .shop__search__content li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .shop__search__01 .shop__search__content li:last-child {
    width: calc(50% - 5px);

  }

  .shop__search__01 .shop__search__content .btn-search {
    position: static;
    width: 100%;
  }
  
  .shop__search__01 .shop__search__content select,
  .shop__search__01 .shop__search__content input {
    font-size: 12px !important;
  }

  .search__result__list th,
  .search__result__list td {
    padding: 20px 10px;
  }
}




/* shop detail ページの検索パーツ */

.shop__search__02 {
  padding: 40px 0 60px;
}


.shop__search__02 .select-group:after {
  border-top: 6px solid #429b51;
}

.shop__search__box {
  border: 3px solid #d6d6d6;
  padding: 20px;
}

.shop__search__box h2 {
  color: #009942;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.shop__search__box h2:before,
.shop__search__box h2:after {
  content: '';
  border-bottom: 1px solid #009942;
  width: calc(50% - 70px);
}



.shop__search__02 .shop__search__content {
  margin-bottom: 20px;
  position: relative;
  padding-right: 150px;
}

.shop__search__02 .shop__search__content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.shop__search__02 .shop__search__content li {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
}

.shop__search__02 .shop__search__content li:before {
  width: 150px;
}

.shop__search__02 .shop__search__content li:first-child,
.shop__search__02 .shop__search__content li:nth-child(2) {
  margin-bottom: 10px;
}
.shop__search__02 .shop__search__content li:first-child:before {
  content: 'お店の種類';
}
.shop__search__02 .shop__search__content li:nth-child(2):before {
  content: 'エリア選択';
}
.shop__search__02 .shop__search__content li:nth-child(3):before {
  content: '取扱商品';
}
.shop__search__02 .shop__search__content li:last-child:before {
  content: 'フリーワード';
}


.shop__search__input {
  width: 100%;
}

.shop__search__02 .shop__search__content .btn-search {
  width: 120px;
  color: #fff;
  padding-left: 50px;
  background: #009942 url(/assets/img/shop/icon-search-01.png) no-repeat 20px center;
  position: absolute;
  right: 0;
  top: 0;
  height: 90px;
  font-size: 18px;
  border-radius: 3px;
}

.shop__search__02 .shop__search__notice {
  color: #429b51;
}

@media screen and (max-width: 767px) {


  /* 検索 */
  .shop__search__02 {
    padding: 20px 0 40px;
  }

  .shop__search__box {
    padding: 10px;
  }

  .shop__search__box h2 {
    margin-bottom: 10px;
  }

  .shop__search__box h2:before,
  .shop__search__box h2:after {
    width: calc(50% - 40px);
  }

  .shop__search__02 .shop__search__content {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .shop__search__02 .shop__search__content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .shop__search__02 .shop__search__content li {
    width: calc(50% - 5px);
    display: flex;
    position: relative;
    padding-top: 20px;
  }

  .shop__search__02 .shop__search__content li:before {
    position: absolute;
    top: 0;
  }

  .shop__search__02 .shop__search__content li:nth-child(3),
  .shop__search__02 .shop__search__content li:last-child {
    width: calc(100% - 100px);
  }

  .shop__search__02 .shop__search__content li:nth-child(3) {
    margin-bottom: 10px;
  }



  .shop__search__02 .shop__search__content .btn-search {
    background: #009942 url(/assets/img/shop/icon-search-01.png) no-repeat 50% 20px;
    padding: 30px 10px 10px;
    width: 90px;
    height: calc(100% - 86px);
    position: absolute;
    top: 86px;
    bottom: 0;
    right: 0;
  }

}







