.-wrapper {
  max-width: 700px;
  width: 98%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .-wrapper {
    width: 91.4%;
  }

}


/* s-flagship-wrapper */

.s-flagship {
  margin: 0 0 50px 0;
}

.s-flagship-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.s-flagship-list-item {
  width: 48%;
  margin: 0 0 4% 0;
}

.s-flagship-list-item .-img {
  background-color: #ccc;
  /* height: 190px; */
  line-height: 0;
  margin: 0 0 10px 0;
}

.s-flagship-list-item .-name {
  text-align: center;
}

@media screen and (max-width: 768px) {

  .s-flagship {
    margin: 0 0 10% 0;
  }

  .s-flagship-list {
    flex-wrap: wrap;
  }

  .s-flagship-list-item {
    width: 48%;
  }

  .s-flagship-list-item .-img {
    margin: 0 0 5% 0;
  }

}


/* s-shoplist-catch */

.s-shoplist-catch {
  text-align: center;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.s-shoplist-list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.s-shoplist-list-item {
  border-top: #e5e5e6 1px solid;
	font-size: 16px;
}

.s-shoplist-list-item .-label {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
}

.s-shoplist-list-item .-label:after {
  display: block;
  content: "＋";
  transition: 0.3s;
}

.s-shoplist-list-item.-active .-label:after {
  transform: rotate(45deg);
}

.s-shoplist-list-list {
  display: none;
}

.s-shoplist-list-list-item {
  padding: 18px 10px;
  border-top: #e5e5e6 1px solid;
}

.s-shoplist-list-list-item .-name {
  margin: 0 0 0.8em 0;
}

.s-shoplist-list-list-item .-address {
  font-size: 11px;
  margin: 0 0 1.3em 0;
  color: #666;
}

.s-shoplist-list-list-item .-tel {
  font-size: 11px;
  margin: 0 0 1em 0;
  color: #666;
}

.s-shoplist-list-list-item .-btn {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
}

.s-shoplist-list-list-item .-btn-item {
  width: 48%;
  padding: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-shoplist-list-list-item .-btn-item .-btn-icon {
  width: 8px;
  line-height: 0;
  margin: 0 5px 0 0;
}

.s-shoplist-list-list-item .-btn-item .-btn-txt {
  line-height: 1em;
}

.s-shoplist-list-list-item .-btn-item.-gmap {
  border: 1px solid #000;
}

.s-shoplist-list-list-item .-btn-item.-reservation {
  background-color: #666;
}

.s-shoplist-list-list-item .-btn-item.-reservation span {
  color: #fff;
}

@media screen and (max-width: 768px) {
	.s-shoplist-list-item .-label {
    	padding: 4.5%;
 	}
  	.s-shoplist-list-list-item {
    	padding: 6% 4.5%;
  	}
	.s-shoplist-list-list-item .-name{
		font-style: inherit;
    	font-weight: normal;
	}
	.s-shoplist-catch {
    text-align: center;
    font-size: 16px;
}
}