@charset "utf-8";

body {
 margin: 0 auto;
 text-align: center;
 padding: 0;
}

a {
  text-decoration: none;
}
.table-ul img {
  padding: 3px;
}
ul {
  padding: 0;
}

.table-ul {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  width: 1030px;
}
.table-ul li {
  display: table-cell;
  vertical-align: middle;
}

.waku01 img {
  margin-left: 2px;
  margin-right: 2px;
}

.waku02 img {
  border: 1px solid #868787;
  margin-left: 1px;
  margin-right: 1px;
}

.brand_02 {
  width:1030px;
  margin: 0 auto;
}

.brand_sp {
  width:98%;
  margin: 0 auto;
}
/*メインタイトル*/
.titl_top {
    width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    padding-top: 25px;
}

.title_top p {
  text-align: center;
  margin-top: -25px;
  font-size: 15px;
  font-family: 'Lora', serif;
}
.title_top h1 {
  color: #736357;
  position: relative;
  text-align: center;
}
.title_top h1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 10px;
  background-color: #fff;
  text-align: left;
  font-family: 'arial', serif;
}
.title_top h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7f7f7f;
}
