 /* 今週のチラシ　0401号*/


/* QUOアイコン */
.quoicon{
  padding: 0.5em;
  margin: 2px 0;
  display: block;
}
.quoicon:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 50px;
  margin: 0 0 0 5px;
  background: url("/dcms_media/image/0218_quo.jpg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* QUOカード */
.quo {
  display: flex;
  justify-content: center;
  align-items: center;
}

  .circle {	
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ec7076;
  margin-right: 8px;
 
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :80px;
  text-align:center;
  color: #ffffff;
}


/* 店舗をさがすボタン */

.button a{
	text-decoration: none;
}
a.button-store {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  position: relative;
  background: #ec7076;
  border: 1px solid #ec7076;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}
a.button-store:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
a.button-store:hover {
  background: #fff;
  color: #ec7076;
  font-weight: bold;
}
a.button-store:hover:before {
  border-top: 2px solid #ec7076;
  border-right: 2px solid #ec7076;
}
/* 来店予約ボタン */
 a.button-reservation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  position: relative;
  background: #003fd2;
  border: 1px solid #003fd2;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 5px 0 10px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}
a.button-reservation:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.button-reservation:hover {
  background: #fff;
  color: #003fd2;
  font-weight: bold;
}
a.button-reservation:hover:before {
  border-top: 2px solid #003fd2;
  border-right: 2px solid #003fd2;
}




