/*電話*/
.call{
  width: 270px;
  margin-bottom:20px;
}
.call a{
    display: flex;
  	justify-content: center;
  	flex-wrap: wrap;
  	align-items: center;
    border: 1px solid #4d2402;
    padding: 15px 0;
    border-radius: 4px;
    color:#4d2402;
    text-align: center;
    text-decoration: none;
    font-family: "Noto Sans JP";
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.call a::before{
	content:'';
  	width:30px;
  	height:30px;
  	margin-right:10px;
  	background-image: url(https://img07.shop-pro.jp/PA01455/129/etc/icon-phone.png);
    background-repeat: no-repeat;
  	background-size:cover;
}
.call a:hover{
  	text-decoration: none;
  	color:#891424;
  border-color:#891424;
}
.call a:hover::before{
    background-image: url(https://img07.shop-pro.jp/PA01455/129/etc/icon-phone_hover.png?cmsp_timestamp=20220422155535);
}
.call a span{
	display:block;
}
.call a .open{
  	font-size: 13px;
}
.call a .number{
  	font-size:20px;
  	line-height:1;
}



/*レビュー*/
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}