/* スライドショーのボックス */
.slider_box{
  width:auto;
}

/* 挨拶文 */
.aisatsu{
  margin: 0 2% 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #A53644;
}
.aisatsu h3{
  margin: 0 0 1em;
  font-weight: bold;
  border-bottom: 1px solid #A53644;
}
.aisatsu span{
  font-size: 15px;
  line-height: 220%;
}
.aisatsu h3:before{
    display: inline-block;
    content: url(https://img21.shop-pro.jp/PA01443/472/etc/dripper-point.png);
    margin: 0px 4px 0px 2px;
}
.aisatsu-box{
  margin-bottom: 1em;
}
.aisatsu-left{
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  margin-right: 0 2% 1em;
}
/* 挨拶文ここまで */
