@charset "UTF-8";

.spview {
  display: none !important;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  color: #cd3764;
}

.horizontalLines {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 42px;
}

.horizontalLines .line {
  background-color: black;
  width: 100%;
  height: 6px;
}

h1 {
  color: #cd3764;
  font-size: 64px;
  text-align: center;
  margin-top: 60px;
}

h2 {
  color: #cd3764;
  font-size: 24px;
  text-align: center;
}

.container li {
  border-bottom: 1px solid #7B7B7B;
  padding: 6px 0;
}

.container li a.pref-title {
  font-size: 24px;
  display: block;
}

.container li a.pref-title:hover {
  background: #eee;
}

.shop-list-container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 2px 0;
  border: 1px solid #000;
  padding: 10px;
  cursor: pointer;
}

.shop-list-container a {
  color: #000;
}

.shop-list-disclosure-container {
  position: absolute;
  display: flex;
  align-items: center;
  height: calc(100% - 20px);
  top: auto; bottom: auto;
  left: auto; right: 20px;
}

.shop-list-disclosure {
  height: 30px;
  display: block;
}

.shop-list-container:hover {
  background: #f6f6f6;
}

.shop-list-container .shop-detail {
  display: flex;
  align-items: center;
}

.shop-img {
  width: 280px;
  height: 300px;
  object-fit: cover;
  display: block;
}

.shop-value {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.badge {
  display: flex;
  width: 280px;
  margin-bottom: 6px;
  align-items: center;
  flex-shrink: 1;
}

.badge div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 37px;
  color: white;
}

.badge .favorite-store {
  background: #F5436E;
  margin-right: 6px;
}

.badge .basic-store {
  background: #FABA59;
}

.kuchikomi img {
  height: 34px;
}

.star-img, img.kuchikomi {
  max-height: 34px;
}

.star-img {
  flex-shrink: 3;
}

.star-img img {
  max-width: 200px;
  width: 100%;
}

.kuchikomi, .star-img, .star-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 6px;
}

.star-txt, .kuchikomi {
  flex-shrink: 2;
}

.star-txt {
  color: #cd3764;
  white-space: nowrap;
}

.kuchikomi a {
  font-size: 30px;
  text-decoration: underline;
  color: #2998CD;
  white-space: nowrap;
}

.shop-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  width: 100%;
  margin-left: 10px;
  min-height: 300px;
}

.shop-text div {
  display: flex;
}

.shop-text .name {
  width: 90px;
  white-space: nowrap;
  flex-shrink: 0;
}

a.shop-list-banner {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  background: #fc8d32;
  color: white;
}

.margin-top {
  margin-top: 60px;
}

.margin-bottom {
  margin-bottom: 200px;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 6vw;
  }
  h2 {
    font-size: 4vw;
  }
  .badge {
    width: auto;
    margin-right: auto;
  }
  .badge div {
    width: 70px;
  }
  .shop-list-container .shop-detail {
    flex-direction: column;
  }
  .shop-list-disclosure-container {
    right: 7px;
  }
  .shop-img {
    width: 205px;
    height: 205px;
  }
  .shop-value {
    justify-content: flex-end;
  }
  .star-img {
    flex-shrink: 3;
    width: auto;
    margin: 0;
  }
  .star-txt {
    flex-shrink: 2;
    margin: 0;
  }
  .shop-text {
    margin-left: 0;
  }
  .spview {
    display: flex !important;
  }
  .pcview {
    display: none !important;
  }
  .kuchikomi-container {
    align-items: center;
  }
}

.shop-list-container {
  display: none;
}
