@charset "utf-8";
/* 会社概要 */
#about{
  background-color: white;
  padding: 5% 7% 2% 7%;
}
.about_title p{
  font-size: clamp(10px, 1.2vw,14px);
  font-family: sans-serif;
  color: #231815;
}
.about_title h2{
  font-size: clamp(32px, 3.2vw,36px);
  letter-spacing: 4px;
  font-family: sans-serif;
  color: black;
}
.about_summary table{
  border-top: solid 1px gray;
}
.about_summary tr{
  border-bottom: solid 1px gray;
  height: 100px;
}
th,td{
  font-weight: normal;
  font-family: sans-serif;
  color: #231815;
}

/* オンラインストア・お問い合わせ */
#guide{
  background-color: white;
  margin-top: 4%;
  margin-bottom: 6%;
  text-align: center;
}
.guide_text p{
  font-family: sans-serif;
  color: #231815;
}
.guide_item a{
  font-size: clamp(10px,1.2vw,12px);
}
.guide_item button{
  display: flex;
  align-items: center;
}
.guide_item img{
  width: 15%;
}