.o-sidbar__store-introduction{
  width: 100%;
  text-align: center;
  background-color: #e4e4e4;
}
.o-sidbar__store-introduction~.o-sidbar__store-introduction{
  margin-top: 2rem;
}
.o-sidbar__store-introduction a{
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 90%;
  height: 3.75rem;
  background-color: #1a1840;
}
.o-sidbar__store-introduction img{
  vertical-align:bottom;
}
.o-sidbar__basic-information{
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  text-align: left;
}
.o-sidbar__basic-information .o-store_name{
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.o-sidbar__store-detail{
  height: 100%;
  display: flex;
}

.o-sidbar__store-detail__text{
  margin: auto;
  color: #FFF;
}

.sidebar div, .sidebar p,.sidebar li,.sidebar ul{
  line-height: 2rem;
}

.sidebar h2{
  font-weight: 500;
  font-size: 1.2rem;
  background-color: #e4e4e4;
  padding-left: 0.75rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.o-sidbar__text{
  font-size: 0.9rem;
  color: #707070;
}

.o-ranking ul li{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* バナー */
.o-sidbar__log{
  margin-top: 3rem;
}
.o-sidbar__log img{
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width:39.99999em){
  .o-sidbar__log{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .o-sidbar__log a{
    display: inline-block;
    width: 49%;
  }
}

@media (max-width:39.99999em){
  .o-shop_list h2{
    margin-bottom: 0;
  }
.o-site_link{
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid #a5a5a5;
  }
  .o-site_link a{
    display: inline-block;
    width: 100%;
    position: relative;
  }
  .o-site_link a::after{
    content: '';
    margin-top: -5px;
    width: 0.5rem;
    height: 0.5rem;
    border-color: #ACACAC;
    border-width: 1px 1px 0 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: rotate(45deg);
  }
}
