.section h2 {

    font-weight: bold;
    font: large;
    padding: 0.25em 0.5em;/*上下 左右の*/
  　padding-top: 120px;
    margin-top:60px;
    color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  　
}

.section h3 {
  
    font-weight: bold;
    font: large;  
    margin-top:20px;
  
 } 

.guide-title {
  font-size: 2em;
  text-align: center;
  color: #666;
}
.guide-title:before {
  content: "- shopping guide -";
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  color: #666;
}

