@charset "UTF-8";

td{
text-align:left;
}
.linktb tr td{
border:none;
}
/* PC用: 2列表示 */
.info_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 margin-bottom:20px;
}
.info_item {
  width: calc(50% - 20px);
}
.caption_com{
display:block;
margin:10px 0 5px 0;
text-align:center;
}
@media (max-width: 768px) {
.info_container {
 margin-bottom:10px;
}
  .info_item {
    width: 100%;
}
  .upper{
   margin-bottom:10px;
  }
}
.salonsection{
margin-top:90px;
}
h2 span{
font-size:0.75em;
}