.Store_inner{
  margin: 0 85px 90px 85px;
  font-size: 16px;
}

.Store_inner h3{
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #FFF;
  font-weight: bold;
  height: 50px;
  background-color: #1879BF;
  border-radius: 5px;
  padding-left: 10px;
}

.Store_kaisetu_inner{
  margin-bottom: 70px;
}

.Store_kaisetu_box{
  display: flex;
  flex-wrap: nowrap;
  margin: 0 30px 40px 30px;
}

.Store_kaisetu_box .top{
  font-size: 26px;
  font-weight: bold;
  margin: 0 30px 0 30px;
}

.Store_osirase_box .top{
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 20px 0;
}

.Store_osirase_box p{
  font-size: 14px;
  margin: 0 0 30px 0;
}

.Store_name_box .green-big{
  color: #4A7E44;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.Store_name_box .orange-big{
  color: #DE8D1E;
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 10px 0;
}

.Store_name_box .green{
  color: #6EB45D;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.Store_name_box .red{
  color: #FF4500;
  font-size: 12px;
  margin: 0 0 5px 0;
}

.Store_name_box p{
  margin: 0 0 20px 0;
}

.Store_name_box .big{
  font-size: 18px;
  margin: 0 0 5px 0;
}

.Store_name_box .text{
  margin: 0 0 10px 0;
}

.Store_name_box .non-margin{
  margin: 0 0 0 0;
}



.pc{
  display: block;
}

.sp{
  display: none;
}

@media screen and (max-width: 499px) {
  .Store_inner{
    margin: 0 30px 50px 30px;
  }

  .Store_inner h3{
    font-size: 16px;
  }

  .Store_kaisetu_box{
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 50px 0;
  }

  .Store_kaisetu_box p{
    font-size: 18px;
  }

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

}
