@charset "UTF-8";
/*!
    Theme Name: SWELL CHILD
    Template: swell
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
*/
body .eg-wrapper.dp-wrap > .eg-item > .eg-item__title {
  gap: 10px;
}
body .eg-wrapper.dp-wrap > .eg-item > .eg-item__title .eg-item__brand-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  body .eg-wrapper.dp-wrap > .eg-item > .eg-item__title {
    gap: 6px;
  }
  body .eg-wrapper.dp-wrap > .eg-item > .eg-item__title .eg-item__brand-icon {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 599px) {
  body .eg-wrapper[data-depth="0"] > .eg-panel > .eg-item__content {
    padding: 16px 16px 24px;
  }
  body .eg-wrapper[data-depth="1"] > .eg-item > .eg-item__title {
    padding: 10px 2px;
  }
  body .eg-panel > .eg-item__content {
    padding-top: 0;
  }
  body .eg-panel > .eg-item__content td,
  body .eg-panel > .eg-item__content th {
    border-left: none;
    padding: 0.75em 0;
  }
  body .eg-panel > .eg-item__content td:last-child {
    border-right: none;
  }
}

.dp-ttl--a .l-topTitleArea {
  overflow: hidden !important;
}

#fc-demand {
  padding-top: 12em !important;
}

.hero-full-wide .wp-block-group.hero-media.dp-fade-slider .wp-block-image {
  height: 100%;
}

.dp-bridge-copy-simple::after {
  background-color: var(--color_bg);
}
.dp-bridge-copy-simple p:last-child::after {
  display: none;
}

.dp-card-verticle-line .swell-block-column .wp-block-image {
  aspect-ratio: 16/9;
  padding: 1em 1em 0;
}
.dp-card-verticle-line .swell-block-column .wp-block-image img {
  object-fit: contain;
}

@media (max-width: 959px) {
  .dp-block-flex-container .dp-block-flex-container__inner:before {
    background: linear-gradient(0deg, var(--fic-inner-bg) 0, var(--fic-inner-bg) calc(70% - 80px), transparent 70%);
  }
}
:root {
  --ain-primary: #035915;
  --ain-primary-light: #057d1f;
  --ain-white: #ffffff;
  --ain-bg: #f4f6f5;
  --ain-text: #333333;
  --ain-muted: #777777;
  --ain-border: #e0e0e0;
  --ain-ai-bubble: #f0f0f0;
  --ain-radius: 4px;
  --ain-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.ai-chat-wrap {
  display: flex;
  flex-direction: column;
  background: var(--ain-white);
  border-radius: var(--ain-radius);
  overflow: hidden;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ain-text);
}
.ai-chat-wrap *,
.ai-chat-wrap *::before,
.ai-chat-wrap *::after {
  box-sizing: border-box;
}

.ai-chat-header {
  background: var(--ain-primary);
  color: #fff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.chat-avatar {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
  overflow: hidden;
}

.chat-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.ain-staff-outer {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 86px;
  filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.2));
}
.ain-staff-outer .ain-staff-photo {
  position: absolute;
  top: 11px;
  left: 64px;
  height: 160px;
  width: auto;
  display: block;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .ain-staff-outer .ain-staff-photo {
    left: 16px;
  }
}
@media (max-width: 599px) {
  .ain-staff-outer .ain-staff-photo {
    top: 60px;
    left: -1px;
    height: 104px;
  }
}
.ain-staff-outer .ai-chat-header {
  padding-left: 212px;
}
@media (max-width: 768px) {
  .ain-staff-outer .ai-chat-header {
    padding-left: 148px;
  }
}
@media (max-width: 599px) {
  .ain-staff-outer .ai-chat-header {
    padding-left: 96px;
  }
}

.chat-header-info {
  flex: 1;
}

.chat-header-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 599px) {
  .chat-header-name {
    font-size: 20px;
  }
}

.chat-header-status {
  font-size: 12x;
  opacity: 0.75;
  margin: 0;
  padding: 0;
}

.chat-reset-btn {
  background: var(--ain-primary);
  color: var(--ain-white);
  border: none;
  border-radius: var(--ain-radius);
  box-shadow: var(--ain-shadow);
  padding: 8px 16px;
  font-size: 14px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.18s;
  flex-shrink: 0;
  pointer-events: auto !important;
  transition: opacity 0.18s;
}
@media (max-width: 599px) {
  .chat-reset-btn {
    position: absolute;
    top: 40px;
    right: 0;
  }
}
.chat-reset-btn:hover {
  opacity: 0.8;
}

.ai-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 1.5em 1em 1em 2em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scroll-behavior: smooth;
}
@media (max-width: 599px) {
  .ai-chat-messages {
    padding: 1em;
  }
}

.msg {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.msg.user {
  flex-direction: row-reverse;
}

.bubble {
  max-width: 100%;
  padding: 10px 14px;
  border-radius: var(--ain-radius);
  font-size: 13px;
  line-height: 1.65;
  word-break: break-word;
}
.msg.ai .bubble {
  background: var(--ain-ai-bubble);
  color: var(--ain-text);
  border-bottom-left-radius: 4px;
}
.msg.user .bubble {
  background: var(--ain-primary);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.bubble strong {
  font-weight: 700;
}
.bubble br {
  display: block;
}

.msg-icon {
  width: 28px;
  height: 28px;
  background: var(--ain-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  margin-bottom: 2px;
}

.choice-btn {
  display: block;
  width: 100%;
  background-color: var(--ain-bg);
  color: var(--ain-primary);
  border: none;
  border-radius: var(--ain-radius);
  padding: 12px 16px;
  font-size: 12px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  text-align: left;
  line-height: 1.4;
  transition: background 0.18s, color 0.18s;
  pointer-events: auto;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.choice-btn:hover {
  background: var(--ain-primary);
  color: #fff;
}
.choice-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 768px) {
  .ai-chat-wrap .price-table th:last-child {
    width: 84px;
    white-space: inherit;
  }
}

.choices {
  display: flex;
  flex-direction: column;
  max-width: 665px;
  gap: 8px;
  padding-left: 36px;
  margin-top: 2px;
}

.choices-scroll {
  max-width: 665px;
  padding-left: 36px;
  margin-top: 2px;
}

.choices-scroll-inner {
  max-height: 200px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding-right: 4px;
}
@media (max-width: 768px) {
  .choices-scroll-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.choices-scroll-inner::-webkit-scrollbar {
  width: 4px;
}
.choices-scroll-inner::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.choices-scroll-inner .choice-btn {
  padding: 12px 16px;
  font-size: 12px;
  border-radius: var(--ain-radius);
  text-align: center;
}

.choices-group {
  max-width: 665px;
  padding-left: 36px;
  margin-top: 2px;
}
.choices-group .choice-btn {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.choices-group-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--ain-muted);
  letter-spacing: 0.05em;
  margin: 8px 0 4px;
  padding: 0;
}

.price-table-wrap {
  margin-top: 8px;
  max-height: 240px;
  overflow-y: auto;
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.price-table-wrap::-webkit-scrollbar {
  width: 4px;
}
.price-table-wrap::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.price-table th {
  background: var(--ain-primary);
  color: #fff;
  border: 1px solid #ffffff;
  padding: 6px 10px;
  text-align: left;
  font-weight: 700;
  font-size: 11px;
  position: sticky;
  top: 0;
  text-align: center;
  vertical-align: middle;
}
.price-table td {
  padding: 6px 10px;
  border: 1px solid #ffffff;
  line-height: 1.4;
}
.price-table td:last-child {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: var(--ain-primary);
}
.price-table tr:last-child td {
  border-bottom: none;
}
.price-table tr:nth-child(even) td {
  background: #f9f9f9;
}

.price-note {
  font-size: 11px;
  color: var(--ain-muted);
  margin-top: 6px;
  line-height: 1.5;
  padding: 0;
}

.store-cta-wrap {
  padding-left: 36px;
  margin-top: 6px;
}

.store-cta-btn {
  display: inline-block;
  background: var(--ain-primary) !important;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 24px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border: none !important;
  cursor: pointer !important;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif !important;
  transition: background 0.18s;
  pointer-events: auto !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.store-cta-btn:hover {
  background: var(--ain-primary-light) !important;
  color: #fff !important;
}

.typing-indicator {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.typing-dots {
  background: var(--ain-ai-bubble);
  padding: 10px 16px;
  border-radius: 18px;
  border-bottom-left-radius: 4px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.typing-dots span {
  width: 6px;
  height: 6px;
  background: #aaa;
  border-radius: 50%;
  animation: ain-bounce 1.2s infinite;
}
.typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes ain-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
}
.ai-chat-input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1em 1em 1.5em 2em;
  background: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}
@media (max-width: 599px) {
  .ai-chat-input {
    padding: 1em;
  }
}
.ai-chat-input input[type=text] {
  flex: 1;
  width: 100%;
  border: 1px solid var(--ain-border);
  border-radius: var(--ain-radius);
  padding: 12px;
  font-size: 12px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  color: var(--ain-text);
  outline: none;
  transition: border-color 0.2s;
  background: var(--ain-white);
  -webkit-appearance: none;
  appearance: none;
}
.ai-chat-input input[type=text]:focus {
  border-color: var(--ain-primary);
}
.ai-chat-input input[type=text]::placeholder {
  color: #bbb;
}

.ain-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  transition: background 0.18s;
  pointer-events: auto;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}
.ain-icon-btn.send {
  background: var(--ain-primary);
  color: #fff;
}
.ain-icon-btn.send:hover {
  background: var(--ain-primary-light);
}

.ain-cta-wrap {
  display: flex;
  flex-direction: column;
  max-width: 665px;
  gap: 6px;
  padding-left: 36px;
  margin-top: 4px;
}

.ain-cta-link {
  display: block;
  background: var(--ain-bg);
  color: var(--ain-primary);
  border: none;
  border-radius: var(--ain-radius);
  padding: 12px 16px;
  font-size: 12px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  text-align: left;
  line-height: 1.4;
  transition: background 0.18s, color 0.18s;
}
.ain-cta-link:hover {
  background: var(--ain-primary);
  color: #fff;
}

.ai-chat-inline {
  height: 520px;
}
.ai-chat-inline .ai-chat-messages {
  height: 364px;
}

#ai-nav-floating-wrap {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
}

#ai-nav-floating-btn {
  width: 56px;
  height: 56px;
  border-radius: 50% !important;
  background: var(--ain-primary) !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(27, 94, 69, 0.4);
  transition: transform 0.2s, background 0.2s;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#ai-nav-floating-btn:hover {
  background: var(--ain-primary-light) !important;
  transform: scale(1.07);
}

#ai-nav-floating-window {
  position: fixed;
  bottom: 96px;
  right: 28px;
  width: 340px;
  height: 568px;
  border-radius: var(--ain-radius);
  filter: drop-shadow(0px 0px 48px rgba(0, 0, 0, 0.2));
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 9999;
}
#ai-nav-floating-window.open {
  display: flex;
  animation: ain-slideUp 0.22s ease;
}
#ai-nav-floating-window .ain-staff-outer {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  filter: none;
}
#ai-nav-floating-window .ain-staff-outer > .ai-chat-wrap {
  flex: 1;
  min-height: 0;
}
#ai-nav-floating-window .ain-staff-outer .ain-staff-photo {
  top: 22px;
  left: -1px;
  height: 104px;
}
#ai-nav-floating-window .ai-chat-header {
  padding-left: 96px;
}
#ai-nav-floating-window .chat-header-name {
  font-size: 20px;
}
#ai-nav-floating-window .chat-reset-btn {
  position: absolute;
  top: 0;
  right: 0;
}
#ai-nav-floating-window > .ai-chat-wrap {
  height: 100%;
}
#ai-nav-floating-window .ain-staff-outer .ai-chat-messages {
  height: 298px;
  padding: 1em;
}
#ai-nav-floating-window > .ai-chat-wrap .ai-chat-messages {
  height: 384px;
}
#ai-nav-floating-window .choice-btn {
  padding: 12px 14px;
}
#ai-nav-floating-window .ai-chat-input {
  padding: 1em;
}

@keyframes ain-slideUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  #ai-nav-floating-wrap {
    bottom: 20px;
    right: 16px;
  }
  #ai-nav-floating-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  #ai-nav-floating-window {
    right: 12px;
    bottom: 80px;
    width: calc(100vw - 24px);
  }
  #ai-nav-floating-window .ain-staff-outer .ai-chat-messages {
    height: calc(72vh - 86px - 58px - 58px);
  }
  #ai-nav-floating-window > .ai-chat-wrap .ai-chat-messages {
    height: calc(72vh - 58px - 58px);
  }
}
@media (min-width: 960px) {
  #ai-nav-inline-chat.ai-chat-wrap .chat-header-status {
    font-size: 14px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .chat-reset-btn {
    font-size: 16px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .bubble {
    font-size: 14px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .choices-group-label {
    font-size: 14px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .choice-btn {
    font-size: 16px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .choices-scroll-inner .choice-btn {
    font-size: 14px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .price-table {
    font-size: 14px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .price-table th {
    font-size: 14px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .price-note {
    font-size: 14px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .store-cta-btn {
    font-size: 14px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .ain-cta-link {
    font-size: 14px;
  }
  #ai-nav-inline-chat.ai-chat-wrap .ai-chat-input input[type=text] {
    font-size: 14px;
  }
}
.cndp-store-pr-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.cndp-store-pr-card__link:hover {
  opacity: 0.85;
  transition: opacity 0.2s;
}
.cndp-store-pr-card__thumb {
  position: relative;
  margin: 0;
  flex-shrink: 0;
}
.cndp-store-pr-card__thumb img {
  aspect-ratio: 5/3;
  object-fit: cover;
  display: block;
  width: 100%;
  border-radius: var(--dp-radius);
}
.cndp-store-pr-card__name {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: var(--color_main);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0.5em;
  line-height: 1.6;
  margin: 0;
  width: fit-content;
}
.cndp-store-pr-card__body {
  padding: 0.75em 0 0;
}

.cndp-loop-slider.is-store-pr-mode.is-grid-mode .cndp-loop-slider__wrapper {
  grid-template-columns: repeat(3, 1fr) !important;
}

h2.cndp-store-pr-card__heading {
  text-align: left;
  font-size: 0.85em;
  color: var(--color_text);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.store-info-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 32px auto;
}

.post_content .store-info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5em;
  table-layout: fixed;
}
.post_content .store-info-table th,
.post_content .store-info-table td {
  border: none;
  padding: 8px 16px;
  vertical-align: middle;
  line-height: 1.7;
}
.post_content .store-info-table th {
  width: 100px;
  font-weight: 400;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.03);
  border-radius: var(--dp_radius);
  text-align: center;
}
.post_content .store-info-table td {
  width: auto;
}
.post_content .store-info-table .store-info-table__empty {
  border-color: transparent;
  background: transparent;
}

.store-map {
  width: 100%;
  max-width: 1200px;
  margin: 32px auto 0;
}
.store-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.store-area-accordion {
  width: 100%;
  max-width: 1200px;
  margin: 24px auto 0;
  border: none;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.store-area-accordion summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 700;
}
.store-area-accordion p {
  margin: 0;
  padding: 0 16px 16px;
  line-height: 1.8;
}

@media (max-width: 599px) {
  .store-info-wrap {
    margin: 24px auto;
  }
  .post_content .store-info-table {
    display: block;
  }
  .post_content .store-info-table tbody,
  .post_content .store-info-table tr,
  .post_content .store-info-table th,
  .post_content .store-info-table td {
    display: block;
    width: 100%;
  }
  .post_content .store-info-table tr {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none;
  }
  .post_content .store-info-table tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .post_content .store-info-table th,
  .post_content .store-info-table td {
    border: none;
    padding: 10px 14px;
  }
  .post_content .store-info-table th {
    padding-bottom: 4px;
    white-space: normal;
    text-align: left;
  }
  .post_content .store-info-table td {
    padding-top: 0;
  }
  .post_content .store-info-table .store-info-table__empty {
    display: none;
  }
  .store-map {
    margin-top: 24px;
  }
  .store-map iframe {
    height: 300px;
  }
  .store-area-accordion {
    margin-top: 20px;
  }
}
.store-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto 24px;
  justify-content: center;
}

.store-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 599px) {
  .store-tags {
    gap: 6px;
    margin-bottom: 20px;
  }
  .store-tag {
    padding: 4px 9px;
    font-size: 12px;
  }
}
.dp-shop-list .dp-tab-balloon {
  gap: 0px;
}

.page-id-999 .store-list-section + .store-list-section {
  margin-top: 56px;
}

@media (min-width: 960px) {
  .store-list-section--direct .dp-slider-nav,
  .store-list-direct .c-tabBody__item:first-child .dp-slider-nav {
    display: none;
  }
}
.store-list-slider .dp-works-slider-inner {
  overflow-y: hidden;
}
.store-list-slider .store-card-info {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 16px;
  font-size: 14px;
  line-height: 1.6;
}
.store-list-slider .wp-block-group .wp-block-group {
  margin-top: -3.5em;
}
.store-list-slider h3 {
  margin: 0 auto 1em !important;
  padding: 0.5em 1em;
  background-color: #222;
  border-radius: var(--dp-radius);
  color: #fff;
  text-align: center;
  mix-blend-mode: hard-light;
}
@media (max-width: 599px) {
  .store-list-slider h3 {
    padding: 0.5em;
    font-size: 17px;
  }
}
.store-list-slider h3::before {
  content: none !important;
}
.store-list-slider tr {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.store-list-slider tr:first-child {
  border-top: none;
}
.store-list-slider tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.store-list-slider th,
.store-list-slider td {
  border: none;
  padding: 8px 0;
  vertical-align: top;
}
.store-list-slider th {
  width: 72px;
  padding-right: 12px;
  font-weight: 700;
  white-space: nowrap;
  background-color: transparent;
}
.store-list-slider td {
  word-break: break-word;
}
.store-list-slider .swell-block-linkList,
.store-list-slider .store-card-linkList {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.store-list-slider .swell-block-linkList__item {
  width: auto;
}
.store-list-slider .swell-block-linkList__link {
  justify-content: center;
}

@media (max-width: 599px) {
  .page-id-999 .store-list-section + .store-list-section {
    margin-top: 40px;
  }
  .dp-media-text-block-works-b .store-card-info {
    font-size: 13px;
  }
  .dp-media-text-block-works-b .store-card-info th,
  .dp-media-text-block-works-b .store-card-info td {
    padding: 7px 0;
  }
  .dp-media-text-block-works-b .store-card-info th {
    width: 78px;
    padding-right: 10px;
  }
}
/* =========================================================
   SWELL Design Pattern (DP) Base Style
   - SWELLのカスタマイザー（GUI）設定を尊重するハイブリッド設計
   - 投稿ページへの影響を完全に遮断する厳格なスコープ管理
========================================================= */
/* -------------------------------------------
 * 1. DP専用 変数定義（CSS Custom Properties）
 * ------------------------------------------- */
:root {
  --dp-font-jp-maru: "Zen Maru Gothic", sans-serif;
  --dp-font-en: "Roboto", sans-serif;
  --dp-font-num: "Roboto Condensed", sans-serif;
  --dp-font-general: "Inter", sans-serif;
  --dp-space-block-pc: 4rem;
  --dp-space-block-sp: 3rem;
  --dp-space-element-pc: 2.5rem;
  --dp-space-element-sp: 1.5rem;
  --dp-space-inner-pc: 1rem;
  --dp-space-inner-sp: 0.5rem;
  --dp-letter-spacing-heading: 0.1em;
  --dp-letter-spacing-text: 0.03em;
  --dp-line-height-large: 2;
  --dp-line-height-medium: 1.6;
  --dp-line-height-small: 1.4;
  --dp-radius: 4px;
  --dp-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  --dp-color-sub: var(--color_gray);
  --dp-border-width: 3px;
  --dp-font-size-page-title-pc: 48px;
  --dp-font-size-page-title-sp: 36px;
  --dp-font-size-title-pc: 40px;
  --dp-font-size-title-sp: 32px;
  --dp-font-size-heading-pc: 24px;
  --dp-font-size-heading-sp: 20px;
  --dp-font-size-summary: 18px;
  --dp-font-size-explanation: 14px;
  --dp-font-weight-heading: 500;
}

@media (max-width: 959px) {
  .l-header__logo {
    padding: 0 1em;
  }
}
.l-fixHeader {
  top: 1em;
  left: 16px;
  width: calc(100% - 32px);
}
.l-fixHeader::before {
  border-radius: 4px;
}

.l-topTitleArea {
  min-height: 320px;
  padding-bottom: 0;
}
@media (max-width: 599px) {
  .l-topTitleArea {
    align-items: flex-end;
  }
}
.l-topTitleArea .u-obf-cover {
  width: calc(50% + 160px) !important;
  left: auto;
  right: 0;
}
@media (max-width: 599px) {
  .l-topTitleArea .u-obf-cover {
    width: calc(100% - 48px) !important;
  }
}
.l-topTitleArea .c-pageTitle {
  display: inline-block;
  padding: 0.75em 0.75em 0.75em 0;
  background-color: var(--color_bg);
  color: var(--color_text);
  text-shadow: none;
  letter-spacing: 2px;
  font-size: clamp(24px, 2.5vw, 32px);
}
@media (max-width: 599px) {
  .l-topTitleArea .c-pageTitle {
    max-width: 356px;
    margin-left: 0;
  }
}

.cdp-copy-alert-success,
.cdp-copy-loader-overlay {
  display: none !important;
}

.top #content {
  padding-top: 0 !important;
}

@media not all and (min-width: 960px) {
  .l-header[data-spfix="1"] {
    position: fixed;
  }
}
@media (max-width: 959px) {
  .-series-right .l-header__inner {
    overflow: hidden;
  }
}
.dp-wrap .dp-section-title--g {
  width: 100%;
}
.dp-wrap .dp-section-title h2 {
  font-weight: 600;
}
.dp-wrap .dp-section-title--f h2,
.dp-wrap .dp-section-title--g h2 {
  padding-left: 1.5em;
  font-size: 16px;
}
.dp-wrap .dp-section-title--f h2::before,
.dp-wrap .dp-section-title--g h2::before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--color_main);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.dp-wrap h3:not(.swell-block-step h3) {
  padding-left: 1.25em;
}
.dp-wrap h3:not(.swell-block-step h3)::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: var(--color_main);
  border-radius: 1px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.dp-wrap .dp-heading-24 {
  font-size: clamp(16px, 2.5vw, 24px);
}
.dp-wrap .is-style-balloon_box {
  padding: 0.75em 1.25em;
}
.dp-wrap ul.-list-flex {
  gap: 0.5em 1em;
}
.dp-wrap .dp-button-flexbox {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.dp-wrap .dp-card-circle .wp-block-image {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 0;
}
.dp-wrap .dp-card-circle .wp-block-image img {
  width: auto;
  height: 124px;
}
@media (max-width: 1024px) {
  .dp-wrap .dp-card-circle .wp-block-image img {
    height: 96px;
  }
}
@media (max-width: 599px) {
  .dp-wrap .dp-card-circle .wp-block-image img {
    height: 80px;
  }
}
.dp-wrap.dp-half-right-bg::before {
  position: absolute;
  content: "";
  top: calc(50% + 16px);
  right: 0;
  transform: translateY(-50%);
  width: calc(50% + 48px);
  height: 100%;
  background-color: #eee;
  border-radius: var(--dp-radius) 0 0 var(--dp-radius);
}
@media (max-width: 599px) {
  .dp-wrap.dp-half-right-bg::before {
    content: none;
  }
}
.dp-wrap .loop-slider-image-height-180 .swell-block-columns__inner {
  padding: 1.25em 1em 1em;
  background-color: white;
  border-radius: var(--dp-radius);
  box-shadow: 12px 10px 16px #e8e8e8;
}
.dp-wrap .loop-slider-image-height-180 .cndp-loop-slider__track {
  padding: 0 0 24px;
}
.dp-wrap .loop-slider-image-height-180 .swiper-slide-active .cndp-loop-slide__inner {
  transform: scale(1);
}
.dp-wrap .loop-slider-image-height-180 img {
  object-position: top;
}
@media (max-width: 599px) {
  .dp-wrap .loop-slider-image-height-180 img {
    height: 112px !important;
  }
}
.dp-wrap .loop-slider-image-height-180 figcaption.wp-element-caption {
  margin-top: 0.5em;
  font-size: 1.125em;
}
.dp-wrap .loop-slider-image-height-180 p {
  line-height: 1.3;
}
.dp-wrap .loop-slider-image-height-180 .wp-block-group {
  margin-bottom: 0.5em;
}
.dp-wrap .loop-slider-image-height-180 .wp-block-group p:first-child {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em;
  background-color: #eeeeee;
  border-radius: var(--dp-radius);
  font-size: 0.75em;
}
.dp-wrap .loop-slider-image-height-180 .wp-block-group p:last-child {
  font-size: 1.25em;
  font-weight: 600;
}
@media (max-width: 599px) {
  .dp-wrap .loop-slider-image-height-180 .wp-block-group p:last-child {
    font-size: 1.125em;
  }
}
.dp-wrap .eg-wrapper[data-depth="0"] > .eg-item > .eg-item__title[aria-expanded=true] {
  background-color: #ffffff;
  color: var(--color_main);
  border: 3px solid var(--color_main);
}
.dp-wrap .eg-wrapper[data-depth="0"] > .eg-item > .eg-item__title[aria-expanded=true]:after {
  border-bottom-color: var(--color_main);
  border-right-color: var(--color_main);
}
.dp-wrap .eg-wrapper[data-depth="0"] > .eg-item > .eg-item__title {
  border-radius: var(--dp-radius);
}
.dp-wrap .swell-block-accordion__title {
  border-radius: var(--dp-radius);
}
.dp-wrap .dp-step-list--a .swell-block-step__title + .swell-block-step__body {
  margin-top: 0;
}
.dp-wrap .dp-step-list--a .swell-block-step__body .wp-block-image.icon-sns img {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .dp-wrap.fc-opening-step .dp-step-list--a {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .dp-wrap .repair-step.dp-step-list--a {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 959px) and (min-width: 600px) {
  .dp-wrap .repair-step.dp-step-list--a {
    grid-template-columns: repeat(2, 1fr);
  }
  .dp-wrap .repair-step.dp-step-list--a .swell-block-step__item:nth-child(2)::before, .dp-wrap .repair-step.dp-step-list--a .swell-block-step__item:nth-child(3)::before {
    content: none !important;
  }
}
@media (max-width: 599px) {
  .dp-wrap .repair-step.dp-step-list--a .swell-block-step__body {
    margin-left: 0 !important;
  }
  .dp-wrap .repair-step.dp-step-list--a .swell-block-step__body .wp-block-image img {
    width: calc(100% - 32px);
  }
  .dp-wrap .repair-step.dp-step-list--a .swell-block-step__item {
    padding-left: 3em;
    padding-right: 0;
  }
}
.dp-wrap.dp-repair-step.dp-block-flex-container .dp-block-flex-container__inner {
  padding-bottom: 3em;
}
@media (max-width: 599px) {
  .dp-wrap.dp-repair-step.dp-block-flex-container .dp-block-flex-container__inner {
    padding-bottom: inherit;
  }
}
.dp-wrap.dp-repair-step.dp-block-flex-container .dp-block-flex-container__inner:before {
  content: none !important;
}
.dp-wrap.dp-repair-step.dp-block-flex-container .dp-block-flex-container__inner .dp-block-flex-container__content {
  flex-direction: column;
}
.dp-wrap .dp-step-list--a .swell-block-step__body .card-explanation {
  text-align: left;
}
.dp-wrap .dp-card-circle .cwb-wrapper p,
.dp-wrap .dp-card-circle .cwb-wrapper img {
  transition: all 0.3s ease;
}
.dp-wrap .dp-card-circle .cwb-wrapper p {
  padding: 2px 16px;
  border: 2px solid;
  border-radius: 4px;
}
.dp-wrap .dp-card-circle .cwb-wrapper:hover img {
  transform: translateY(-4px);
}
.dp-wrap .dp-card-circle .cwb-wrapper:hover p {
  background-color: #1b8d2f;
}

.dp-wrap:not(.dp-shop-list) .dp-tab-balloon {
  gap: 12px;
}

.post_content .dp-padding-bottom-5em {
  padding-bottom: 6em !important;
}
@media (max-width: 599px) {
  .post_content .dp-padding-bottom-5em {
    padding-bottom: 3em !important;
  }
}

.p-fixBtnWrap {
  position: absolute !important;
}

.eg-panel table {
  max-width: 800px;
  margin: 0 auto;
}

.eg-item__title .eg-item__prefix-img {
  height: 2.5em;
  object-fit: contain !important;
  width: auto;
}
