@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* 名匠会 紹介タブ */
/* ---------------------------------------------------------------- */
.staff_tab_wrap {
  position: relative;
}

.staff_tab-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.staff_tab-arrow img {
  width: 16px;
  height: auto;
  display: block;
}
.staff_tab-arrow.is-left {
  left: 0;
  background: linear-gradient(to right, rgba(237, 224, 179, 0.9), rgba(237, 224, 179, 0));
}
.staff_tab-arrow.is-left img {
  transform: scaleX(-1);
}
.staff_tab-arrow.is-right {
  right: 0;
  background: linear-gradient(to left, rgba(237, 224, 179, 0.9), rgba(237, 224, 179, 0));
}
.staff_tab-arrow.is-visible {
  opacity: 1;
}

.staff_tab {
  margin: 30px 0 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.staff_tab ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  justify-content: flex-start;
  min-width: 910px;
  align-items: stretch;
}
.staff_tab ul li {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}
.staff_tab button {
  background: #ede0b3;
  border: 1px solid transparent;
  outline: none;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  padding: 10px 12px;
  text-align: center;
  width: 100%;
  transition: background 0.2s ease;
  /* Firefox の内側ボーダーを消す */
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  height: 100%;
}
.staff_tab button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.staff_tab button:focus, .staff_tab button:focus-visible, .staff_tab button:active {
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
.staff_tab button:hover {
  background: #f5f5f5;
}
.staff_tab button._on {
  background: #f5f5f5;
}
.staff_tab button._on ._name {
  color: #b5183c;
}
.staff_tab button ._icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 6px;
  text-align: center;
}
.staff_tab button ._icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.staff_tab button ._name {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.staff_panels {
  background: #f5f5f5;
  padding: 30px;
  margin-top: -1px;
  margin-bottom: 120px;
}

.staff_panel {
  display: none;
}
.staff_panel._active {
  display: block;
}
.staff_panel .syouki_column_box .img_box {
  margin-bottom: 30px;
}
.staff_panel .syouki_column_box .img_box p {
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  .staff_tab button {
    padding: 8px 6px;
  }
  .staff_tab button ._icon {
    width: 56px;
    height: 56px;
  }
  .staff_tab button ._name {
    font-size: 11px;
  }
}
/* スタッフQ&A もっと読む */
.qa-more-btn {
  display: block;
  margin: 4px auto 16px;
  padding: 10px 40px;
  background: #b5183c;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.05em;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  transition: background 0.2s ease;
  width: 160px;
}
.qa-more-btn:hover {
  background: #8e1230;
}
.qa-more-btn:focus, .qa-more-btn:focus-visible, .qa-more-btn:active {
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
.qa-more-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*stylecss直す*/
.accordion-title.qa-title-static {
  padding: 0 0 0 40px;
}

.accordion-container .accordion-list {
  background: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.accordion-container .accordion-list .qa-title-static {
  cursor: default;
}
.accordion-container .accordion-list .qa-title-static::after {
  content: none;
}
.accordion-container .accordion-list .accordion-title {
  padding: 0 10px 0 35px;
}
.accordion-container .accordion-list .accordion-title::before {
  line-height: 1;
  left: 0;
  top: 0;
}
.accordion-container .accordion-list .accordion-title h3 {
  padding: 0;
}
.accordion-container .accordion-list .accordion-text {
  padding: 0 10px 0 35px;
}
.accordion-container .accordion-list .accordion-text::before {
  left: 0;
  top: 12px;
  line-height: 0;
}/*# sourceMappingURL=add.css.map */