/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2021 | 07:35:04 */

.shops-tab {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;

  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 3px 0;
  max-width: 80%;
  margin: 20px auto;
}
.shops-tab li {
  width: 33.33%;
  text-align: center;
}
.shops-tab li a {
  display: block;
  padding: 20px 10px;
  transition: .2s;
  position: relative;
}
.shops-tab li a:hover {
  opacity: 0.7;
}
.shops-tab li.active a {
  background: #ececec;
}
.shops-tab li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #ccc;
  border-style: none solid solid none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: .2s;
}
.shops-tab li a:hover::after {
  top: 55%;
}

.shop-section {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.shop-section .uagb-columns__wrap .uagb-columns__inner-wrap {
  padding: 20px 40px;
}
.shop-section-title strong {
  font-family: Times,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 28px;
  background: linear-gradient(transparent 60%, #f2ee22 60%);
}
.shop-section .shop-section-staff-title {
  position: absolute;
  right: 10px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: Times,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.shop-section .shop-section-staff-block::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #ccc;
  margin: 0 auto 30px;
}
.shop-section .shop-section-staff-block:last-of-type::after {
  content: none;
}
.shop-section .shop-section-staff-block-title {
  font-family: serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  text-align: left;
  padding: 0 50px;
}
.shop-section .wp-block-table table {
  margin: 0;
}
.shop-section .wp-block-table th,
.shop-section .wp-block-table td {
  padding: 8px 10px;
}
.shop-section .wp-block-table td:first-of-type {
  font-weight: 500;
  min-width: 100px;
  width: 25%;
}
.shop-section .shop-section-staff-block-comment-title {
  color: #fff;
  padding: 12px 12px 12px 24px;
  margin-bottom: 20px;
  background: #293462;
  position: relative;
  font-weight: normal;
  font-size: 18px;
  position: relative;
}
.shop-section .shop-section-staff-block-comment-title::before {
  content: "";
  display: block;
  width: 3px;
  height: 60%;
  position: absolute;
  left: 10px;
  top: 20%;
  background-color: #f33535;
}
.shop-section .shop-section-staff-block-comment-text {
  padding: 0 24px 15px;
}


@media screen and (max-width: 767px) {

  .shops-tab {
    max-width: 100%;
  }
  .shops-tab li {
    font-size: 10px;
  }
  .shops-tab li a::after {
    width: 6px;
    height: 6px;
    right: 10px;
  }

  .shop-section {
    padding: 0;
  }
  .shop-section .uagb-columns__wrap .uagb-columns__inner-wrap {
    padding: 20px 0;
  }
  .shop-section .uagb-columns__wrap .uagb-columns__inner-wrap .uagb-column__inner-wrap {
    padding: 5px;
  }
  .shop-section-title strong {
    font-size: 24px;
  }
  .shop-section .shop-section-staff-title {
    -ms-writing-mode: tb-rl;
    writing-mode: inherit;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    right: auto;
    margin: 0 auto 40px;
    padding-bottom: 10px;
  }
  .shop-section .shop-section-staff-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #293462;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .shop-section .shop-section-staff-block::after {
    width: 60%;
    margin: -20px auto 30px;
  }

  .shop-section .shop-section-staff-block-title {
    font-size: 17px;
    font-weight: bold;
    padding: 0 5px;
  }
  .shop-section .shop-section-staff-block-comment-title {
    padding: 10px 10px 10px 24px;
    font-size: 16px;
  }
  .shop-section .shop-section-staff-block-comment-text {
    padding: 0 10px 30px;
  }

}
