@charset "UTF-8";

h1.simple.mincho {
  text-align: center;
  color: #434452;
  font-weight: 400;
  font-size: 36px;
  margin: 0 0 1.4em;
}

section {
  margin-bottom: 5rem;
}

#top-mainvisual {
  background: #343540;
  width: 100%;
  padding: 80px 0 100px;
  text-align: center;
}

#top-mainvisual h1 {
  text-align: center;
  width: 100%;
}

#first-section {
  padding: 5rem 0;
}

.concept-h {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  text-align: center;
  margin: 1em 0;
  vertical-align: middle;
}
.concept-h:before,
.concept-h:after {
  content: '-';
  display: inline-block;
  padding: 0 12px;
  font-weight: 400;
}

#ytv {
  background: #343540;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}

#embed_youtube {
  width: 1080px;
  height: 608px;
}


table.simple-line {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}

table.simple-line tr {

}

table.simple-line tr th,table.simple-line tr td {
  border: none;
  border-bottom: 1px solid #555;
  padding: 8px 0;
}

table.simple-line tr th {
  background: #fff;
  color: #000;
  font-weight: 400;
  text-align: left;
}

table.simple-line tr td {
  padding-left: 0;
}

table.simple-line tr td.highlight {
  background: #d2d6e6;
}


#shop-list {
  width: 990px;
  margin: auto;
}

#shop-list .col-4 {
  width: 314px;
  margin-bottom: 1.5rem;
}

.shop-info span.name {
  display: block;
  font-size: 80%;
}
