@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;
  }
}

body .eg-wrapper.dp-wrap .eg-morewrap {
  position: relative;
}
body .eg-wrapper.dp-wrap .eg-morewrap.is-collapsed > .eg-wrapper > .eg-item:nth-child(n+21):nth-child(-n+24) {
  -webkit-mask-image: linear-gradient(to bottom, #000 42%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 42%, transparent 100%);
  pointer-events: none;
}
body .eg-wrapper.dp-wrap .eg-morewrap.is-collapsed > .eg-wrapper > .eg-item:nth-child(n+25) {
  display: none;
}
@media screen and (max-width: 959px) {
  body .eg-wrapper.dp-wrap .eg-morewrap.is-collapsed > .eg-wrapper > .eg-item:nth-child(n+21):nth-child(-n+24) {
    -webkit-mask-image: none;
    mask-image: none;
    pointer-events: auto;
  }
  body .eg-wrapper.dp-wrap .eg-morewrap.is-collapsed > .eg-wrapper > .eg-item:nth-child(n+22):nth-child(-n+24) {
    -webkit-mask-image: linear-gradient(to bottom, #000 42%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 42%, transparent 100%);
    pointer-events: none;
  }
  body .eg-wrapper.dp-wrap .eg-morewrap.is-collapsed > .eg-wrapper > .eg-item:nth-child(n+25) {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  body .eg-wrapper.dp-wrap .eg-morewrap.is-collapsed > .eg-wrapper > .eg-item:nth-child(n+22):nth-child(-n+24) {
    -webkit-mask-image: none;
    mask-image: none;
    pointer-events: auto;
  }
  body .eg-wrapper.dp-wrap .eg-morewrap.is-collapsed > .eg-wrapper > .eg-item:nth-child(n+21):nth-child(-n+22) {
    -webkit-mask-image: linear-gradient(to bottom, #000 42%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 42%, transparent 100%);
    pointer-events: none;
  }
  body .eg-wrapper.dp-wrap .eg-morewrap.is-collapsed > .eg-wrapper > .eg-item:nth-child(n+23) {
    display: none;
  }
}
body .eg-wrapper.dp-wrap .eg-more-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 4px auto 0;
  padding: 14px 16px;
  background: transparent;
  border: none;
  color: var(--eg-main-color, #000);
  font-weight: 700;
  font-size: 0.95em;
  cursor: pointer;
}
body .eg-wrapper.dp-wrap .eg-more-btn::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
body .eg-wrapper.dp-wrap .eg-morewrap.is-collapsed .eg-more-btn {
  display: flex;
}

.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: #1f1f1f;
  --ain-primary-light: #4a4a4a;
  --ain-white: #ffffff;
  --ain-bg: #f4f6f5;
  --ain-text: #1f1f1f;
  --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: 640px;
  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-light);
  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;
  overflow: hidden;
}
.msg-icon img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.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;
  }
}

.ain-rich-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 640px;
}

.ain-rich-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 8px;
  background: #fff;
  border: 2px solid #e4e4e4;
  border-radius: var(--dp-radius);
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  color: #1f1f1f;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  transition: background 0.15s, border-color 0.15s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.ain-rich-item img {
  width: auto;
  height: 32px;
  object-fit: contain;
  border-radius: 0;
  display: block;
  margin-bottom: 4px;
}
.ain-rich-item:hover, .ain-rich-item:active {
  background: #f5f5f5;
  border-color: #ccc;
}
.ain-rich-item.disabled, .ain-rich-item:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.ain-rich-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--color_text);
  line-height: 1.2;
  margin-bottom: 2px;
}

.ain-rich-sub {
  display: block;
  font-size: 11px;
  color: #888;
  line-height: 1.3;
  font-weight: 400;
}

.ain-rich-br {
  display: none;
}
@media (max-width: 599px) {
  .ain-rich-br {
    display: block;
  }
}
#ai-nav-floating-window .ain-rich-br {
  display: block;
}

.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;
}
@media (min-width: 599px) {
  .ai-chat-inline .ain-rich-menu {
    margin: 1em auto 0;
  }
  .ai-chat-inline .ain-rich-item {
    min-width: 144px;
    padding: 12px;
  }
  .ai-chat-inline .ain-rich-item img {
    height: 40px;
  }
}

#ai-nav-floating-wrap {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
}
@media (max-width: 959px) {
  #ai-nav-floating-wrap {
    right: 8px;
    bottom: 8px;
  }
}

#ai-nav-floating-btn {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  background: #1f1f1f !important;
  border-radius: 100px !important;
  border: none !important;
  cursor: pointer !important;
  padding: 7px 18px 7px 7px !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35) !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  letter-spacing: normal !important;
  text-indent: 0 !important;
  transition: opacity 0.2s, transform 0.2s;
}
#ai-nav-floating-btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.ain-fb-icon {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 50% !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}
.ain-fb-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.ain-fb-label {
  background: #fff !important;
  color: #1f1f1f !important;
  border-radius: 16px !important;
  padding: 9px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif !important;
  position: relative !important;
  display: inline-block !important;
  line-height: 1.4 !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  letter-spacing: normal !important;
  text-decoration: none !important;
}
.ain-fb-label::before {
  content: "" !important;
  position: absolute !important;
  left: -8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 7px 16px 7px 0 !important;
  border-color: transparent #fff transparent transparent !important;
}

.ain-fb-chevron {
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  writing-mode: horizontal-tb !important;
  transition: transform 0.22s ease;
}
.ain-fb-chevron.open {
  transform: rotate(180deg);
}

#ai-nav-floating-window {
  position: fixed;
  bottom: 100px;
  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: 959px) {
  #ai-nav-floating-window {
    right: 8px;
  }
}
@media (max-width: 480px) {
  #ai-nav-floating-window {
    width: calc(100vw - 24px);
    bottom: 92px;
  }
  #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: var(--color_text);
  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;
  border: 2px solid #fff;
  font-size: 16px;
  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-slide .cndp-store-pr-card__body {
  color: var(--color_text);
  text-align: left;
}
.cndp-loop-slide .cndp-store-pr-card__body p {
  line-height: 1.4;
}

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

/* 独自設定 */
@media screen and (max-width: 599px) {
  .cndp-loop-slider.is-anim-center-scale .cndp-loop-slider__track {
    padding: 16px 0;
  }
}
.cndp-loop-slider .swiper-slide a {
  padding: 10px 0;
}

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-intro {
  z-index: 3;
}

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

.post_content .store-info-table {
  width: 100%;
  border-collapse: collapse;
}
.post_content .store-info-table tbody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
}
.post_content .store-info-table tr {
  display: grid;
  grid-template-columns: 96px 1fr;
}
.post_content .store-info-table tr:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
.post_content .store-info-table th,
.post_content .store-info-table td {
  display: flex;
  align-items: center;
  border: none;
  padding: 10px 16px;
  line-height: 1.7;
}
.post_content .store-info-table th {
  font-weight: 400;
  white-space: nowrap;
  background: var(--dp-color-sub);
  border-radius: var(--dp-radius);
  text-align: center;
  justify-content: center;
}

.store-sns-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.store-sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  transition: opacity 0.2s;
}
.store-sns-link:hover {
  opacity: 0.8;
}
.store-sns-link--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.store-sns-link--x {
  background: #000;
}
.store-sns-link--facebook {
  background: #1877f2;
}
.store-sns-link--youtube {
  background: #ff0000;
}

.store-map {
  width: 100%;
  max-width: 1200px;
  margin: 32px auto;
}
.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 tbody {
    grid-template-columns: 1fr;
  }
  .post_content .store-info-table tr:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .post_content .store-info-table th {
    white-space: normal;
    text-align: left;
  }
  .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;
  background-color: var(--color_bg);
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 14px;
  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;
}

.dp-tab.store-list-direct .c-tabList {
  justify-content: flex-start;
}

@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;
}
@media screen and (max-width: 599px) {
  .store-list-slider .dp-works-slider-inner > .dp-media-text-block-works-b.js-works-slider-item {
    width: 80.333333%;
  }
}
.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;
}
@media (max-width: 599px) {
  .store-list-slider .wp-block-group .wp-block-group {
    padding: 0;
  }
}
.store-list-slider h3 {
  margin: 0 auto 1em !important;
  padding: 0.5em 1em !important;
  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 {
    width: calc(100% - 16px);
    padding: 0.5em !important;
    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-button {
  display: flex;
  justify-content: center;
  margin-top: 0 !important;
}
.store-list-slider .swell-block-button.is-style-btn_normal a {
  padding: 0;
  background: transparent;
  color: var(--color_text);
  box-shadow: none;
  font-size: 1.125em;
}

.store-card-tel {
  color: inherit;
  text-decoration: none;
  box-shadow: 2px 2px 2px #ddd;
  padding: 4px 12px;
  border-radius: 99px;
}

.store-nap-table th a,
.store-nap-table td a {
  color: var(--color_text);
}

@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: 64px;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .c-gnavWrap .c-gnav {
    height: 80px;
  }
  .c-gnav {
    position: static;
  }
  .c-gnav > .menu-item {
    position: static;
  }
  .c-gnav > .menu-item > a .ttl {
    color: var(--color_text);
  }
  .c-gnav > .menu-item > a:after {
    bottom: 16px;
  }
  .c-gnav > .menu-item > .sub-menu {
    top: calc(100% - 18px);
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    max-width: calc(1512px + var(--swl-pad_container, 0px) * 2);
    width: calc(100% - 96px);
    padding: 24px;
    color: var(--color_text);
    background: color-mix(in srgb, var(--color_main) 80%, transparent);
    border-radius: var(--dp-radius);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 100;
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item > a {
    border: none;
    background-color: var(--color_bg);
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item > a:hover {
    border: 2px solid #ffffff !important;
    color: #ffffff;
  }
  .c-gnav > .menu-item:hover > .sub-menu, .c-gnav > .menu-item:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item {
    position: relative;
    margin: 0;
    min-width: 0;
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item > a:hover,
  .c-gnav > .menu-item > .sub-menu > .menu-item > a:focus-visible {
    background: rgba(3, 89, 21, 0.08);
    border-color: rgba(3, 89, 21, 0.28);
    transform: translateY(-1px);
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item .ttl {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item .desc,
  .c-gnav > .menu-item > .sub-menu > .menu-item .c-smallNavTitle {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0.7;
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item > a::before,
  .c-gnav > .menu-item > .sub-menu > .menu-item > a::after,
  .c-gnav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a::before,
  .c-gnav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a::after {
    display: none;
    content: none;
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    display: block;
    width: max-content;
    min-width: 220px;
    max-width: 280px;
    padding: 8px;
    margin: 0;
    background: var(--color_bg);
    border-radius: var(--dp-radius);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
    margin: 0;
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    min-height: auto;
    padding: 8px 10px;
    background: transparent;
    border: 0;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    transform: none;
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a:hover,
  .c-gnav > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a:focus-visible {
    background: rgba(3, 89, 21, 0.06);
    text-decoration: none;
  }
  .c-gnav > .menu-item > .sub-menu > .menu-item:hover > .sub-menu,
  .c-gnav > .menu-item > .sub-menu > .menu-item:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .l-fixHeader .c-gnav > .menu-item > .sub-menu {
    top: 100%;
  }
}
#body_wrap.id_27485 .c-gnav > .menu-item > .sub-menu {
  top: calc(100% - 30px);
}

#sp_menu.is-dp-spmenu-accordion-ready .c-spnav .menu-item-has-children.is-submenu-open > .sub-menu > .menu-item-has-children .dp-spmenu-subtoggle {
  height: 23px;
}

#body_wrap.dp-spmenu--b .c-widget__title.-spmenu {
  border-bottom: none;
}
#body_wrap.dp-spmenu--b .c-spnav {
  padding: 0 1em;
}
#body_wrap.dp-spmenu--b .c-spnav > li:last-child {
  border-bottom: none !important;
}
#body_wrap.dp-spmenu--b .c-spnav > li > a {
  padding: 16px !important;
}
#body_wrap.dp-spmenu--b .c-spnav > li > .sub-menu > li > a {
  padding: 12px 16px 12px 24px !important;
  font-size: 1em;
}
#body_wrap.dp-spmenu--b .c-spnav > li > .sub-menu > li > ul a {
  padding: 12px 16px 12px 32px !important;
}

.dp-wrap p {
  line-height: 1.5;
}
.dp-wrap p:not(:last-child) {
  margin-bottom: 1em;
}
.dp-wrap .dp-font-feature {
  font-feature-settings: "palt";
}
.dp-wrap .dp-font-white {
  color: #ffffff;
}
.dp-wrap .dp-font-main {
  color: var(--color_main) !important;
}
@media (max-width: 599px) {
  .dp-wrap .dp-text-align-left {
    text-align: left;
  }
}

.dp-section-bg-main {
  padding: 6em 4em;
  background-color: var(--color_main);
  border-radius: var(--dp-radius);
}
@media (max-width: 599px) {
  .dp-section-bg-main {
    padding: 4em var(--swl-fw_inner_pad, 0);
  }
}
.dp-section-bg-main .dp-section-title h2,
.dp-section-bg-main p {
  color: #ffffff;
}

.dp-section-bg-main-thin {
  padding: 4em;
  background-color: var(--dp-color-sub);
}
@media (max-width: 599px) {
  .dp-section-bg-main-thin {
    padding: 1.5em var(--swl-fw_inner_pad, 0);
  }
}

.dp-inner-bg--b {
  padding: clamp(2em, 5vw, 6em) var(--swl-fw_inner_pad, 0);
  background-color: var(--color_bg);
  border-radius: var(--dp-radius);
}
.dp-inner-bg--b > .wp-block-group__inner-container,
.dp-inner-bg--b .swell-block-columns__inner {
  padding: 0 clamp(2em, 5vw, 6em);
}
@media (max-width: 599px) {
  .dp-inner-bg--b > .wp-block-group__inner-container,
  .dp-inner-bg--b .swell-block-columns__inner {
    padding: 0;
  }
}
.dp-inner-bg--b .has-background {
  padding: 1em 1.5em 1em 3em;
  border-radius: var(--dp-radius);
}

.p-mainVisual .swiper-slide {
  border-radius: 0;
}

.p-mainVisual__textLayer {
  padding-top: 6em;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.3) !important;
}
@media screen and (max-width: 959px) {
  .p-mainVisual__textLayer {
    top: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 599px) {
  .p-mainVisual__textLayer .dp-hero-title {
    max-width: 260px;
  }
}
.p-mainVisual__textLayer h1 {
  display: inline-block;
  margin-bottom: 24px;
  padding: 0.75em;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: var(--dp-radius);
  line-height: 1.2;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  font-size: 3.5em;
  font-weight: 600;
}
@media (max-width: 959px) {
  .p-mainVisual__textLayer h1 {
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-size: clamp(22px, 5vw, 64px);
  }
}
@media (max-width: 599px) {
  .p-mainVisual__textLayer h1 {
    line-height: 1.3;
  }
}
.p-mainVisual__textLayer ul.-list-flex.list-keyword {
  font-size: 1.1em;
}
@media (max-width: 599px) {
  .p-mainVisual__textLayer ul.-list-flex.list-keyword {
    max-width: 260px;
    gap: 0;
  }
}
.p-mainVisual__textLayer ul.-list-flex.list-keyword li {
  padding: 0;
}
@media (max-width: 599px) {
  .p-mainVisual__textLayer ul.-list-flex.list-keyword li {
    letter-spacing: 1px;
  }
}
.p-mainVisual__textLayer ul.-list-flex.list-keyword a {
  position: relative;
  display: block;
  padding: 0.5em;
  color: #ffffff;
  font-weight: bold;
}
.p-mainVisual__textLayer ul.-list-flex.list-keyword i {
  margin-right: 5px;
}

.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-card-circle-160 .wp-block-image img {
  height: 160px;
}
@media (max-width: 1024px) {
  .dp-wrap .dp-card-circle-160 .wp-block-image img {
    height: 96px;
  }
}
@media (max-width: 599px) {
  .dp-wrap .dp-card-circle-160 .wp-block-image img {
    height: 112px;
  }
}

.dp-image-height-400 {
  height: 520px;
}
@media screen and (max-width: 768px) {
  .dp-image-height-400 {
    height: 400px;
  }
}

.swell-block-fullWide.dp-cover-margin {
  margin-top: -6em;
}
@media screen and (max-width: 599px) {
  .swell-block-fullWide.dp-cover-margin {
    margin-top: -8em;
  }
}

/* ---------------------------------------------
 * 分散画像レイアウト
 * ---------------------------------------------
 */
.dp-split-media-section .media-block > [class*=inner-container],
.dp-split-media-section .media-block > .is-layout-flow {
  max-width: 100% !important;
  width: 100%;
  margin: 0 !important;
}

/* ---------------------------------------------
 * 画像比較プラグイン
 * ---------------------------------------------
 */
.dp-block-image-compare__label {
  display: none;
}

/* ---------------------------------------------
 * ブロックエリア内のスクロール追従 片方のカラム内テキストが多い場合に有効
 * ---------------------------------------------
 */
@media screen and (min-width: 960px) {
  .dp-sticky-media {
    position: sticky;
    top: 108px;
    display: flex;
    align-items: flex-start;
    height: 100%;
  }
}

.dp-wrap .dp-card-circle.dp-additional-button {
  justify-content: center;
  gap: 3em;
}
@media (max-width: 959px) {
  .dp-wrap .dp-card-circle.dp-additional-button {
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  .dp-wrap .dp-card-circle.dp-additional-button {
    gap: 1em;
  }
}
.dp-wrap .dp-card-circle.dp-additional-button .cwb-wrapper p {
  padding: 1em;
  font-size: 1.25em;
}
@media (max-width: 599px) {
  .dp-wrap .dp-card-circle.dp-additional-button .cwb-wrapper p {
    font-size: 1.125em;
  }
}

.dp-button-right > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 600px) {
  .dp-button-right > div [class*=is-style-btn_] {
    display: inline-block;
    width: auto;
    margin: 0;
  }
}

/* ---------------------------------------------
 * ステップ 4カラム
 * ---------------------------------------------
 */
.dp-step-list--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 599px) {
  .dp-step-list--4 {
    grid-template-columns: 1fr;
  }
}
.dp-step-list--4 .swell-block-step__body .wp-block-image img {
  width: auto;
  height: auto;
}

.swell-block-capbox .swell-block-button {
  width: 100% !important;
}
.swell-block-capbox .swell-block-button__link {
  width: 100%;
}

@media (max-width: 959px) {
  .step-floating-column {
    flex-direction: column;
  }
}
@media (max-width: 959px) {
  .step-floating-column .dp-sticky-media {
    flex-basis: 0 !important;
  }
}

/* ---------------------------------------------
 * 店舗ページ 事業内容
 * ---------------------------------------------
 */
.dp-wrap.shop-service .eg-wrapper[data-depth="0"] > .eg-item > .eg-item__title:hover {
  opacity: 0.8;
}

/* ---------------------------------------------
 * 店舗ページ よくある修理サービス
 * ---------------------------------------------
 */
.dp-section-title-row p {
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 0 1em;
}

/* スクロールヒント 上余白削除 */
.dp-scroll-table-a .c-summary {
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .dp-scroll-table-a .c-summary {
    margin-bottom: 0;
  }
}
.dp-scroll-table-a .c-scrollHint {
  margin-top: 0;
}

/* 独自css テーブル */
.fix-icon-table-a thead th {
  min-width: 64px !important;
}

.fix-icon-table-b.wp-block-table > table tr > :first-child:not(.-no1) {
  min-width: 108px !important;
}
.fix-icon-table-b thead th {
  min-width: 60px !important;
}
.fix-icon-table-b td:last-child {
  text-align: center !important;
}

/* 店舗詳細 プロフィール 店長からのあいさつ */
.dp-profile-section--b .dp-list-bg-a {
  padding: 2em 2em 1.5em 3em;
}
@media screen and (max-width: 599px) {
  .dp-profile-section--b .dp-list-bg-a {
    padding: 1em 1em 0.5em 2em;
  }
}
.dp-profile-section--b .dp-section-title--g h2::before {
  background-color: #ffffff !important;
}
.dp-profile-section--b .dp-cta-other {
  max-width: 600px;
}

/* ---------------------------------------------
 * サービス・品質
 * ---------------------------------------------
 */
.dp-problem-section-band::before {
  top: 64px;
  height: calc(76% + 64px);
}
@media screen and (max-width: 599px) {
  .dp-problem-section-band::before {
    top: 0;
    height: 90%;
  }
}
.dp-problem-section-band .swell-block-fullWide__inner > .wp-block-group:first-child > :first-child {
  margin-top: 128px !important;
}
@media screen and (max-width: 599px) {
  .dp-problem-section-band .swell-block-fullWide__inner > .wp-block-group:first-child > :first-child {
    margin-top: 40px !important;
  }
}
.dp-problem-section-band .dp-card-plain .swell-block-column {
  background-color: transparent;
}
.dp-problem-section-band .dp-card-plain .cwb-wrapper {
  position: relative;
}
.dp-problem-section-band .dp-card-plain p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  width: calc(100% - 32px);
  background-color: color-mix(in srgb, var(--color_text), transparent 10%);
  color: #ffffff;
  border-radius: var(--dp-radius);
}
@media screen and (max-width: 599px) {
  .dp-problem-section-band .dp-card-plain p {
    bottom: 4px;
    width: calc(100% - 8px);
    padding: 8px 4px;
    font-size: 14px;
  }
}

/* ---------------------------------------------
 * Expanding Grid 5カラム
 * ---------------------------------------------
 */
@media (max-width: 599px) {
  .dp-expanding-grid-5.eg-item {
    grid-column: 1/-1;
  }
}

.eg-item__title .eg-item__title-text {
  font-feature-settings: "palt";
}

/* ---------------------------------------------
 * アコーディオン H3タグ
 * ---------------------------------------------
 */
.dp-wrap .swell-block-accordion__title h3 {
  padding: 0 !important;
}
.dp-wrap .swell-block-accordion__title h3::before {
  content: none !important;
}

/*-------------------------------
 FC加盟店募集ページ
-------------------------------*/
@media (max-width: 959px) {
  #body_wrap.id_27485 .dp-block-flex-container .dp-block-flex-container__inner {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 599px) {
  #body_wrap.id_27485 .dp-wrap .dp-section-title h2 {
    font-feature-settings: "palt";
  }
}

.dp-cta--a .wp-block-video video {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 599px) {
  .dp-cta--a .wp-block-video video {
    height: 300px;
  }
}
@media (max-width: 599px) {
  .dp-cta--a .dp-card-rounded-corner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.google-review-request-wrapper {
  z-index: 2;
}

.review-link-wrapper {
  background: linear-gradient(135deg, #00831f, #045275);
  padding: 3em 1em;
  margin: 0 auto;
  text-align: center;
  border-radius: var(--dp-radius);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-link-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 4.5s infinite;
}
.review-link-wrapper .review-link-wrapper {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.review-link-wrapper h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border: none;
  background: none !important;
}
.review-link-wrapper .stars {
  font-size: 1.5rem;
  color: #ffc800;
  margin-bottom: 0.1em;
  letter-spacing: 0.1em;
}
.review-link-wrapper .hosoku {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  color: #ffffff;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .review-link-wrapper {
    padding: 3em 1em;
    margin: 0;
  }
  .review-link-wrapper h2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }
  .review-link-wrapper .hosoku {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 375px) {
  .review-link-wrapper {
    padding: 2em 1em;
  }
  .review-link-wrapper h2 {
    font-size: 2rem;
  }
  .review-link-wrapper .hosoku {
    font-size: 0.85rem;
  }
}

@keyframes shine {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.review-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow-y: auto;
  padding: 48px 0;
}
.review-modal-overlay.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
}
.review-modal-overlay.active .review-modal-content {
  transform: translateY(0);
}

.review-modal-content {
  top: 0.25em;
  background-color: #fff;
  padding: 3em 3em 1em;
  border-radius: 10px;
  max-width: 1200px;
  width: calc(100% - 2em);
  max-height: 75vh;
  overflow: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: auto;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.review-modal-content h2 {
  border: none;
  background: none !important;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}
.review-modal-content .close-button {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 1.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #888;
  padding: 0;
  line-height: 1;
}
.review-modal-content .close-button:hover {
  color: #333;
}
.review-modal-content .store-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1em;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 599px) {
  .review-modal-content .store-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.review-modal-content .store-list li {
  margin-bottom: 10px;
}
.review-modal-content .store-list li a {
  display: block;
  padding: 15px 20px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
}
.review-modal-content .store-list li a:hover {
  background-color: var(--color_main);
  color: #fff;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .review-modal-content {
    padding: 2em 2em 1em;
  }
  .review-modal-content h2 {
    font-size: 1.2rem;
  }
}

/* =========================================================
   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-main: #035915;
  --dp-color-sub: rgba(0, 0, 0, 0.04);
  --dp-color-accent: #ffc803;
  --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;
}

#body_wrap {
  padding-bottom: 96px;
}

/* ヘッダー・フッターの最大幅を1440pxに調整 */
.-series .l-header__inner,
.l-footer .l-container,
.l-footer .copyright {
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
}

/* フッター 独自調整 */
.l-footer {
  background-color: transparent !important;
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  margin: 0 auto;
  padding-left: var(--swl-pad_container, 0) !important;
  padding-right: var(--swl-pad_container, 0) !important;
  padding-bottom: 0 !important;
}
@media (max-width: 599px) {
  .l-footer {
    width: calc(100% - 2em);
    padding-top: 0 !important;
  }
}
.l-footer__inner {
  background-color: var(--color_footer_bg) !important;
  padding-bottom: 64px !important;
  border-radius: 24px;
}

@media (max-width: 959px) {
  #body_wrap.top .l-footer .c-headLogo__img.-top {
    display: none;
  }
}

/* ドロワーメニューのロゴサイズを40pxに調整 */
#body_wrap.dp-spmenu--b .p-spMenu__body .c-headLogo__img {
  height: 40px;
}
#body_wrap.dp-spmenu--b .p-spMenu__bottom {
  background-color: var(--color_main);
}

@media (max-width: 959px) {
  .l-header__logo {
    padding: 0 4vw;
  }
}
@media (min-width: 960px) {
  .-series .l-header__logo {
    padding: 32px 0;
  }
  .l-header .c-gnav > li > a:after {
    background-color: var(--color_text);
  }
}
.l-fixHeader {
  top: 1em;
  left: 0;
}
.l-fixHeader::before {
  background: transparent;
}
.l-fixHeader__inner {
  background-color: var(--color_bg);
  border-radius: var(--dp-radius);
}

.page > .l-content {
  margin-bottom: 0 !important;
}
.page > .w-beforeFooter {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.l-topTitleArea {
  align-items: flex-start;
  min-height: 420px;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .l-topTitleArea {
    padding: 4em 0;
  }
}
@media (max-width: 599px) {
  .l-topTitleArea {
    min-height: 320px;
    align-items: flex-end;
    padding: 5.3em 0;
  }
}
.l-topTitleArea__img {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: calc(50% - 96px) !important;
  height: 256px !important;
  z-index: 1;
}
@media (max-width: 599px) {
  .l-topTitleArea__img {
    width: calc(100% - 80px) !important;
    height: 168px !important;
  }
}
.l-topTitleArea__body {
  position: static;
  padding-top: 3em;
  padding-bottom: 10em;
  z-index: 0;
}
@media (max-width: 959px) {
  .l-topTitleArea__body {
    position: relative;
    padding-top: 3.5em;
  }
}
@media (max-width: 599px) {
  .l-topTitleArea__body {
    padding-top: 2em;
    padding-right: 4em;
  }
}
.l-topTitleArea__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: calc(100% - 96px);
  background-color: var(--color_main);
}
@media (max-width: 959px) {
  .l-topTitleArea__body::before {
    height: 100%;
  }
}
@media (max-width: 599px) {
  .l-topTitleArea__body::before {
    width: calc(100% - 3.05em);
    height: 100%;
  }
}
.l-topTitleArea .c-pageTitle {
  display: inline-block;
  color: var(--color_white);
  text-shadow: none;
  letter-spacing: 4px;
  font-size: clamp(24px, 3.5vw, 48px);
}
@media (max-width: 599px) {
  .l-topTitleArea .c-pageTitle {
    max-width: 356px;
    margin-left: 0;
  }
}
.l-topTitleArea .c-pageTitle__subTitle {
  top: 0;
  display: block;
  margin-left: 0;
  letter-spacing: 2px;
  font-style: normal;
}

/* タイトルエリア下のパンくずリスト */
.l-topTitleArea + .p-breadcrumb {
  position: relative;
  top: -6.5em;
  margin-top: -3.6em;
  padding: 1.5em 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 599px) {
  .l-topTitleArea + .p-breadcrumb {
    top: -13em;
  }
}

.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;
    padding: 4px 0;
  }
}
.dp-wrap .dp-section-title--g h2 {
  padding-left: 1.5em;
  font-size: 16px;
}
.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 h4 {
  margin: 0 0 1em;
}
.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-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);
  }
}
.dp-wrap .repair-step.dp-step-list--a .swell-block-step__body .wp-block-image img {
  width: 12em;
  height: 12em;
}
@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-step-list--a .swell-block-step__body .card-explanation {
  text-align: left;
}
.dp-wrap .dp-card-circle .cwb-wrapper {
  transition: all 0.3s ease;
}
.dp-wrap .dp-card-circle .cwb-wrapper p {
  padding: 2px 12px;
  border: 2px solid;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.dp-wrap .dp-card-circle .cwb-wrapper:hover {
  transform: translateY(-4px);
}
.dp-wrap .dp-card-circle .cwb-wrapper:hover p {
  background-color: #1b8d2f;
}
.dp-wrap.cndp-loop-slider-btn-right .dp-button-right-arrow {
  position: absolute;
  right: max(48px, 50vw - var(--cndp-content-max-width, 1200px) / 2);
  bottom: 32px;
}
@media (max-width: 1199px) {
  .dp-wrap.cndp-loop-slider-btn-right .dp-button-right-arrow {
    right: var(--swl-fw_inner_pad, 4vw);
  }
}
@media (max-width: 599px) {
  .dp-wrap.cndp-loop-slider-btn-right .dp-button-right-arrow {
    --the-width: 212px !important;
    bottom: 28px;
  }
}

#body_wrap:not(.id_27485) .dp-wrap .dp-section-title--g {
  width: 100%;
}
#body_wrap:not(.id_27485) .dp-wrap .dp-section-title h2 {
  font-weight: 600;
}
#body_wrap:not(.id_27485) .dp-wrap .dp-section-title--f h2 {
  padding-left: 1.5em;
  font-size: 16px;
}
#body_wrap:not(.id_27485) .dp-wrap .dp-section-title--f 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;
}
#body_wrap:not(.id_27485) .dp-wrap h3:not(.swell-block-step h3, .dp-profile-section--b h3) {
  padding-left: 1.25em;
}
@media (max-width: 599px) {
  #body_wrap:not(.id_27485) .dp-wrap h3:not(.swell-block-step h3, .dp-profile-section--b h3) {
    padding-left: 1em;
  }
}
#body_wrap:not(.id_27485) .dp-wrap h3:not(.swell-block-step h3, .dp-profile-section--b 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:not(.dp-shop-list) .dp-tab-balloon {
  gap: 12px;
}

.dp-repair-step.dp-block-flex-container:not(.hero-split) .dp-block-flex-container__inner {
  padding-bottom: 3em;
}
@media (max-width: 599px) {
  .dp-repair-step.dp-block-flex-container:not(.hero-split) .dp-block-flex-container__inner {
    padding-bottom: inherit;
  }
}
.dp-repair-step.dp-block-flex-container:not(.hero-split) .dp-block-flex-container__inner:before {
  content: none !important;
}
.dp-repair-step.dp-block-flex-container:not(.hero-split) .dp-block-flex-container__inner .dp-block-flex-container__content {
  flex-direction: column;
}

.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;
}
