@charset "UTF-8";
/*!
Theme Name: WordPressレスポンシブテーマ作成byPlusers
Author: Plusers
Description: original theme
Version: 3.0.0
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #333;
  line-height: 1.6;
  font-family: "GenJyuuGothicX";
}

body.post-type-archive-store,
body.tax-store_area,
body.single-store {
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

strong, b {
  font-weight: 800;
}

.fw-bold {
  font-weight: bold;
}

.c-breadcrumb {
  font-size: 12px;
  color: #8F786B;
}
.c-breadcrumb__link {
  text-decoration: none;
}
.c-breadcrumb__link:hover {
  text-decoration: underline;
}
.c-breadcrumb__sep {
  margin: 0 10px;
  position: relative;
}
.c-breadcrumb__sep:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #EE7901;
  border-right: 1px solid #EE7901;
  transform: translateY(-1px) translateX(-75%) rotate(45deg);
  inset: 0;
  position: absolute;
  margin: auto;
}
.c-breadcrumb__current {
  font-weight: bold;
}

.c-tag {
  display: inline-block;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 500;
  background-color: #f1f3f5;
  color: #666;
  border-radius: 3px;
  border: 1px solid #e5e7eb;
}
.c-tag--md {
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 6px;
}

.c-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.c-button:active {
  transform: translateY(0);
}
.c-button--primary {
  background-color: #EE7901;
  color: #ffffff;
  padding-left: 20px;
  position: relative;
  padding: 8px 15px;
  justify-content: center;
}
@media (min-width: 769px) {
  .c-button--primary {
    justify-content: space-between;
    padding: 8px 20px;
  }
}
.c-button--primary:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  border-radius: 3px 1px 3px 0;
  transform: scale(1.06, 1) rotate(45deg);
  position: absolute;
  inset: 0 20px 0 auto;
  margin-block: auto;
}
.c-button--primary:hover {
  background-color: rgb(197.3707112971, 100.3439330544, 0.8292887029);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(238, 121, 1, 0.3);
}
.c-button--secondary {
  background-color: #f1f3f5;
  color: #333;
}
.c-button--secondary:hover {
  background-color: #e5e7eb;
}
.c-button--outline {
  background-color: #ffffff;
  border: 2px solid #e5e7eb;
  transition: all 0.2s ease;
}
.c-button--outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.c-button svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}
.c-button--sm {
  padding: 8px 14px;
  font-size: 13px;
}
.c-button--icon-only-mobile {
  padding: 10px 14px;
}
.c-button--icon-only-mobile .c-button__text {
  display: none;
}
@media (min-width: 769px) {
  .c-button--icon-only-mobile {
    padding: 10px 16px;
  }
  .c-button--icon-only-mobile .c-button__text {
    display: inline;
  }
}

.c-button--google-maps {
  color: #EE7901;
  gap: 5px;
  border-radius: 5px;
  background: #FAF7F4;
  border: none;
  height: 40px;
}
@media (min-width: 601px) {
  .c-button--google-maps {
    height: 30px;
  }
}
.c-button--google-maps img {
  width: 9px;
  height: 12px;
}
.c-button--website {
  color: #EE7901;
  gap: 5px;
  border-radius: 5px;
  background: #FAF7F4;
  border: none;
  height: 40px;
}
@media (min-width: 601px) {
  .c-button--website {
    height: 30px;
  }
}
.c-button--website img {
  width: 11px;
  height: 9px;
}
.c-button--website:hover svg {
  stroke: #ffffff;
}

.c-button--email {
  background: #FFF;
  color: #3B3B3B;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  height: 40px;
}
@media (min-width: 601px) {
  .c-button--email {
    height: 30px;
  }
}
.c-button--email img {
  width: 12px;
  height: 9px;
}
.c-button--email:hover svg {
  stroke: #ffffff;
}

.c-button--line {
  background: #FFF;
  color: #3B3B3B;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  height: 40px;
}
@media (min-width: 601px) {
  .c-button--line {
    height: 30px;
  }
}
.c-button--line img {
  width: 11px;
  height: 11px;
}
.c-button--line:hover {
  background-color: #06c755;
  color: #ffffff;
}

.c-input, .c-select {
  padding: 9px 15px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
.c-input:focus, .c-select:focus {
  outline: none;
  border-color: #EE7901;
  box-shadow: 0 0 0 3px rgba(238, 121, 1, 0.1);
}
.c-input::placeholder, .c-select::placeholder {
  color: #9ca3af;
}
.c-input--search {
  border: none;
  border-radius: 0;
}
.c-input--search::placeholder {
  color: #cfaa84;
}
@media (min-width: 601px) {
  .c-input--search {
    height: 100%;
  }
}
.c-input--disabled {
  background-color: #f1f3f5;
  color: #666;
  cursor: not-allowed;
}

.c-check-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 194px;
}

.c-select-label {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-select-label::after {
  position: absolute;
  right: 19px;
  width: 8px;
  height: 7px;
  background-color: #EE7901;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.c-select {
  border-radius: 0;
  appearance: none;
  border: none;
  border-bottom: 1px solid #DDDDDD;
}
.c-select:disabled {
  background-color: #f0f0f0;
  color: #aaa;
  cursor: not-allowed;
  opacity: 1;
}
@media (min-width: 601px) {
  .c-select {
    height: 100%;
  }
}
.c-select--prefecture {
  width: 100%;
}
.c-select--area {
  width: 100%;
}

.c-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.c-icon-link svg {
  transition: transform 0.2s ease;
}
.c-icon-link:hover {
  color: #EE7901;
}
.c-icon-link--back:hover svg {
  transform: translateX(-4px);
}
.c-icon-link--forward:hover svg {
  transform: translateX(4px);
}

.c-tel-link {
  text-decoration: none;
  transition: color 0.2s ease;
}
.c-tel-link:hover {
  color: #f97316;
  text-decoration: underline;
}

.c-section-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #f1f3f5;
}
@media (min-width: 769px) {
  .c-section-title {
    font-size: 20px;
  }
}

.c-card {
  border-top: 1px solid #e5e7eb;
  padding: 15px;
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  .c-card {
    padding: 15px 30px;
  }
}
.c-card--clickable {
  cursor: pointer;
}
@media (min-width: 769px) {
  .c-card--clickable:hover {
    background-color: #F6F1E8;
  }
}
.c-card--active {
  background-color: #F6F1E8;
}
.c-card--slider {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.c-message {
  text-align: center;
  color: #666;
  padding: 40px 20px;
  font-size: 16px;
}
.c-message--sm {
  padding: 20px;
  font-size: 14px;
}

.c-store-card {
  display: block;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.c-store-card:hover {
  background-color: #f9fafb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  border-color: #EE7901;
}
.c-store-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
.c-store-card__location {
  display: flex;
  gap: 4px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.c-store-card__address {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-badge--sm {
  padding: 2px 8px;
  font-size: 11px;
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.p-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 20px 17px;
}
@media (min-width: 769px) {
  .p-header {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: 25px 40px;
  }
}
.p-header--logo-link {
  display: block;
}
.p-header__logo {
  display: block;
  height: 15px;
}
@media (min-width: 769px) {
  .p-header__logo {
    height: 20px;
  }
}
.p-header__logo > img {
  display: block;
  height: 100%;
}
.p-header__tel {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #EE7901;
  font-weight: bold;
  transition: opacity 0.2s ease;
}
.p-header__tel:hover {
  opacity: 0.7;
}
.p-header__tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #f97316;
}
@media (min-width: 769px) {
  .p-header__tel-icon {
    width: 24px;
    height: 24px;
  }
}
.p-header__tel-icon svg {
  width: 100%;
  height: 100%;
}
.p-header__tel-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.p-header__tel-label {
  font-size: 10px;
  color: #666;
}
@media (min-width: 769px) {
  .p-header__tel-label {
    font-size: 11px;
  }
}
.p-header__tel-number {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .p-header__tel-number {
    font-size: 18px;
  }
}

.p-footer-tel {
  position: fixed;
  width: 100%;
  inset: auto auto 0 0;
  border-top: 1px solid #EE7901;
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.8509803922);
  height: 50px;
}
@media (min-width: 769px) {
  .p-footer-tel {
    height: 80px;
    padding: 12px 0;
  }
}
.p-footer-tel__container {
  max-width: 375px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-inline: 15px;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
}
@media (min-width: 769px) {
  .p-footer-tel__container {
    max-width: 521px;
  }
}
.p-footer-tel__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}
.p-footer-tel__label-title {
  font-size: 9px;
  font-weight: bold;
  color: #EE7901;
  line-height: 1;
}
@media (min-width: 769px) {
  .p-footer-tel__label-title {
    font-size: 14px;
  }
}
.p-footer-tel__label-text {
  font-size: 19px;
  font-weight: bold;
  color: #EE7901;
  line-height: 1;
  margin-top: 2px;
}
@media (min-width: 769px) {
  .p-footer-tel__label-text {
    font-size: 30px;
    margin-top: 4px;
  }
}
.p-footer-tel__link {
  height: 100%;
  flex: 1;
  background: #EE7901;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 210px;
  gap: 6px;
  position: relative;
}
@media (min-width: 769px) {
  .p-footer-tel__link {
    width: 300px;
    border-radius: 6px;
  }
}
.p-footer-tel__link:before {
  content: "";
  width: 36px;
  height: 30px;
  background: url(../img/ico/call.svg) no-repeat center center/100% 100%;
  position: absolute;
  top: -6px;
  left: -11px;
}
@media (min-width: 769px) {
  .p-footer-tel__link:before {
    top: -10px;
    left: -18px;
    width: 50px;
    height: 40px;
  }
}
.p-footer-tel__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #FFF;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .p-footer-tel__icon {
    width: 28px;
    height: 28px;
  }
}
.p-footer-tel__icon > svg {
  width: 100%;
  height: 100%;
}
.p-footer-tel__number {
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
}
@media (min-width: 769px) {
  .p-footer-tel__number {
    font-size: 32px;
  }
}

.p-prefecture-links {
  background-color: #f8f9fa;
  padding: 40px 20px;
  border-top: 1px solid #e5e7eb;
}
@media (min-width: 769px) {
  .p-prefecture-links {
    padding: 60px 40px;
  }
}
.p-prefecture-links__container {
  max-width: 1200px;
  margin: 0 auto;
}
.p-prefecture-links__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #EE7901;
}
@media (min-width: 769px) {
  .p-prefecture-links__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.p-prefecture-links__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media (min-width: 480px) {
  .p-prefecture-links__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 769px) {
  .p-prefecture-links__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
  }
}
@media (min-width: 1024px) {
  .p-prefecture-links__list {
    grid-template-columns: repeat(8, 1fr);
  }
}
.p-prefecture-links__link {
  display: inline-block;
  padding: 2px 0;
  text-align: center;
  color: #333;
  font-size: 12px;
  transition: color 0.2s ease;
}
@media (min-width: 769px) {
  .p-prefecture-links__link {
    font-size: 13px;
  }
}
.p-prefecture-links__link:hover {
  color: #EE7901;
  text-decoration: underline;
}

.p-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 35px;
  border-bottom: 5px solid #FF7F50;
}
@media (min-width: 769px) {
  .p-footer {
    padding: 40px 0 45px;
  }
}
.p-footer--logo-link {
  display: block;
}
.p-footer__logo {
  display: block;
  height: 47px;
}
@media (min-width: 769px) {
  .p-footer__logo {
    height: 25px;
  }
}
.p-footer__logo > img {
  display: block;
  height: 100%;
}
.p-footer__links {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .p-footer__links {
    margin-top: 40px;
  }
}
.p-footer__links > li a {
  font-size: 12px;
  padding-inline: 0.8em;
}
@media (min-width: 769px) {
  .p-footer__links > li a {
    font-size: 14px;
  }
}
.p-footer__links > li:not(:first-child) {
  background: linear-gradient(#3B3B3B, #3B3B3B) no-repeat center left/1px 1em;
}
.p-footer__text {
  margin-top: 20px;
  font-size: 12px;
  color: #8F786B;
}
@media (min-width: 769px) {
  .p-footer__text {
    margin-top: 30px;
  }
}

.p-top-search {
  min-height: 100vh;
}
.p-top-search__container {
  width: 100%;
  margin: 0 auto;
}
.p-top-search__search-panel {
  margin-top: -40px;
}
@media (min-width: 601px) {
  .p-top-search__search-panel {
    margin-top: -50px;
  }
}

.p-top-search-panel {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.p-top-search-panel__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media (min-width: 601px) {
  .p-top-search-panel__inner {
    padding-inline: 80px;
  }
}
.p-top-search-panel__title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #EE7901;
  padding: 20px 16px 16px;
  margin: 0;
  border-bottom: 2px solid #EE7901;
}
@media (min-width: 601px) {
  .p-top-search-panel__title {
    font-size: 22px;
    padding: 28px 24px 20px;
  }
}
.p-top-search-panel__tabs {
  display: flex;
}
.p-top-search-panel__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 8px;
  background: #f8fafc;
  border: none;
  border-top: 2px solid transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #CFAA84;
  transition: all 0.2s ease;
}
@media (min-width: 601px) {
  .p-top-search-panel__tab {
    padding: 13px 16px 12px;
  }
}
.p-top-search-panel__tab--active {
  background: #FAF7F4;
  color: #EE7901;
  border-top-color: #EE7901;
}
.p-top-search-panel__tab--active .p-top-search-panel__tab-icon--inactive {
  display: none;
}
.p-top-search-panel__tab--active .p-top-search-panel__tab-icon--active {
  display: block;
}
.p-top-search-panel__tab-icon--inactive {
  display: block;
}
.p-top-search-panel__tab-icon--active {
  display: none;
}
.p-top-search-panel__form-container {
  padding: 16px;
  background: #FAF7F4;
}
@media (min-width: 601px) {
  .p-top-search-panel__form-container {
    padding: 30px 50px;
  }
}
.p-top-search-panel__form {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (min-width: 601px) {
  .p-top-search-panel__form {
    flex-direction: row;
    gap: 1px;
    height: 50px;
  }
}
.p-top-search-panel__form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 601px) {
  .p-top-search-panel__form-row--prefecture {
    flex: 0 0 24.898%;
    height: 100%;
  }
}
@media (min-width: 601px) {
  .p-top-search-panel__form-row--area {
    flex: 0 0 34.592%;
    flex: 1;
    height: 100%;
  }
}
.p-top-search-panel__form-row--checkbox {
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 601px) {
  .p-top-search-panel__form-row--checkbox {
    flex: 0 0 19.796%;
    height: 100%;
  }
}
.p-top-search-panel__form-row--search-input {
  background: #FFF url("../img/ico/search.svg") no-repeat center left 20px/12px 12px;
  padding-left: 42px;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 601px) {
  .p-top-search-panel__form-row--search-input {
    flex: 1;
  }
}
.p-top-search-panel__label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.p-top-search-panel__checkbox-label {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #FFF;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 601px) {
  .p-top-search-panel__checkbox-label {
    height: 100%;
  }
}
.p-top-search-panel__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.p-top-search-panel__checkbox-toggle {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 1px;
  background: #ffffff;
  transition: border-color 0.2s ease;
}
.p-top-search-panel__checkbox-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: solid #f97316;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.p-top-search-panel__checkbox:checked + .p-top-search-panel__checkbox-toggle {
  border-color: #f97316;
}
.p-top-search-panel__checkbox:checked + .p-top-search-panel__checkbox-toggle::after {
  opacity: 1;
}
.p-top-search-panel__checkbox-text {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
}
.p-top-search-panel__checkbox-text svg {
  color: #EE7901;
  flex-shrink: 0;
}
.p-top-search-panel__buttons {
  flex: 1 1 auto;
  display: flex;
  gap: 8px;
}
@media (min-width: 601px) {
  .p-top-search-panel__buttons {
    flex: 0 0 20.41%;
  }
}
.p-top-search-panel__submit-btn {
  flex: 1;
  font-size: 15px;
}
.p-top-search-panel__error {
  margin: 8px 0 0;
  font-size: 13px;
  color: #e53e3e;
  display: none;
}
.p-top-search-panel__checkbox-label.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.p-top-search-panel__view-all {
  text-align: center;
  padding: 0 24px 24px;
  margin: 0;
}
.p-top-search-panel__view-all a {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.p-top-search-panel__view-all a:hover {
  color: #EE7901;
  text-decoration: underline;
}

.p-top-count {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  margin-left: 4px;
  color: #EE7901;
}
@media (min-width: 601px) {
  .p-top-count {
    font-size: 18px;
  }
}

.p-top-recent {
  background-color: #FAF7F4;
  border-radius: 10px;
  padding: 50px 16px;
}
@media (min-width: 601px) {
  .p-top-recent {
    padding: 80px 80px;
  }
}
.p-top-recent__inner {
  max-width: 1240px;
  margin-inline: auto;
}
@media (min-width: 601px) {
  .p-top-recent__inner {
    padding-inline: 80px;
  }
}
.p-top-recent__title {
  font-size: 20px;
  font-weight: 700;
  color: #EE7901;
  margin: 0;
}
@media (min-width: 601px) {
  .p-top-recent__title {
    font-size: 24px;
  }
}
.p-top-recent__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
@media (min-width: 601px) {
  .p-top-recent__list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 20px;
  }
}
@media (min-width: 601px) {
  .p-top-recent__list > a {
    width: calc(50% - 10px);
  }
}
.p-top-recent__empty {
  color: #666;
  padding: 20px;
  font-size: 14px;
  background-color: #FFF;
  margin-top: 12px;
  border-radius: 5px;
}
@media (min-width: 601px) {
  .p-top-recent__empty {
    margin-top: 16px;
  }
}

.p-top-nearby {
  padding: 50px 16px;
}
@media (min-width: 601px) {
  .p-top-nearby {
    padding: 80px 80px;
  }
}
.p-top-nearby__inner {
  max-width: 1240px;
  margin-inline: auto;
}
@media (min-width: 601px) {
  .p-top-nearby__inner {
    padding-inline: 80px;
  }
}
.p-top-nearby__title {
  font-size: 20px;
  font-weight: 700;
  color: #EE7901;
  margin: 0;
}
@media (min-width: 601px) {
  .p-top-nearby__title {
    font-size: 24px;
  }
}
.p-top-nearby__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
@media (min-width: 601px) {
  .p-top-nearby__list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 20px;
  }
}
@media (min-width: 601px) {
  .p-top-nearby__list > a {
    width: calc(50% - 10px);
  }
}
.p-top-nearby__message {
  color: #666;
  padding: 20px;
  font-size: 14px;
  margin-top: 12px;
  background-color: #FAF7F4;
  border-radius: 5px;
}
@media (min-width: 601px) {
  .p-top-nearby__message {
    margin-top: 16px;
  }
}

.p-top-banner {
  margin-top: 28px;
  padding: 40px 0 50px;
}
@media (min-width: 769px) {
  .p-top-banner {
    margin-top: 40px;
    padding: 50px 20px 80px;
  }
}
.p-top-banner__inner {
  max-width: 1080px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-top-banner__inner {
    max-width: none;
  }
}
.p-top-banner__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  padding-top: 40px;
  color: #EE7901;
  font-weight: bold;
  background: url("../img/ico/pickup.svg") no-repeat center top/auto 35px;
}
@media (min-width: 769px) {
  .p-top-banner__heading {
    font-size: 29px;
    padding-top: 50px;
    background-size: auto 40px;
  }
}
.p-top-banner__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (min-width: 769px) {
  .p-top-banner__list {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.p-top-banner__item {
  width: 100%;
  max-width: 340px;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .p-top-banner__item {
    flex: 0 0 calc((100% - 60px) / 3);
    max-width: 340px;
  }
}
.p-top-banner__link {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.p-top-banner__link--static {
  cursor: default;
}
.p-top-banner__img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}
.p-top-banner__pagination {
  position: relative !important;
  inset: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  max-width: 100vw;
  margin-top: 14px;
  margin-inline: auto;
  padding-inline: 15px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 769px) {
  .p-top-banner__pagination {
    display: none !important;
    padding-inline: 0;
  }
}
.p-top-banner__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e5e7eb;
  opacity: 1;
}
.p-top-banner__pagination .swiper-pagination-bullet-active {
  background: #EE7901;
}
@media (min-width: 769px) {
  .p-top-banner .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    width: 100% !important;
    max-width: 1080px;
    margin-inline: auto;
    transform: none !important;
    box-sizing: border-box;
  }
  .p-top-banner .swiper-slide {
    margin: 0 !important;
  }
}

.l-two-column {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 769px) {
  .l-two-column {
    flex-direction: row;
  }
}
.l-two-column__sidebar {
  width: 100%;
  height: auto;
  max-height: 50vh;
  overflow-y: auto;
  background-color: #ffffff;
  border-right: none;
  border-top: 1px solid #e5e7eb;
  display: contents;
}
@media (min-width: 769px) {
  .l-two-column__sidebar {
    display: block;
    width: 425px;
    height: 100vh;
    flex-shrink: 0;
    max-height: none;
    order: unset;
    border-right: 1px solid #e5e7eb;
    border-top: none;
  }
}
.l-two-column__sidebar::-webkit-scrollbar {
  width: 8px;
}
.l-two-column__sidebar::-webkit-scrollbar-track {
  background: #f1f3f5;
}
.l-two-column__sidebar::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 4px;
}
.l-two-column__sidebar::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}
.l-two-column__heading {
  padding: 20px 15px 25px;
  order: 1;
  background: #FAF7F4;
}
@media (min-width: 769px) {
  .l-two-column__heading {
    padding: 20px 30px 25px;
    order: unset;
  }
}
.l-two-column__heading-title {
  font-size: 22px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .l-two-column__heading-title {
    margin-top: 26px;
  }
}
.l-two-column__search {
  order: 2;
}
@media (min-width: 769px) {
  .l-two-column__search {
    order: unset;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
.l-two-column__store-list {
  order: 4;
}
@media (min-width: 769px) {
  .l-two-column__store-list {
    order: unset;
  }
}
.l-two-column__main {
  width: 100%;
  height: 50vh;
  position: relative;
  order: 3;
  background-color: #e5e7eb;
}
@media (min-width: 769px) {
  .l-two-column__main {
    flex: 1;
    height: 100vh;
    position: sticky;
    top: 0;
    order: unset;
  }
}

.l-single-column {
  margin: 0 auto;
}

.l-content-wrapper {
  overflow: hidden;
}

.l-sticky-header {
  top: 0;
  z-index: 10;
}

@media (min-width: 769px) {
  .l-sticky-section {
    position: sticky;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    z-index: 9;
  }
}

.l-arc-search {
  padding: 20px 15px;
  background: #F1E5D2;
}
@media (min-width: 769px) {
  .l-arc-search {
    padding: 20px 30px;
  }
}
.l-arc-search__box {
  margin-top: 10px;
}
.l-arc-search__links {
  margin-top: 7px;
}
.l-arc-search__link {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  color: #EE7901;
}
.l-arc-search__link:before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid #EE7901;
  border-right: 3px solid #EE7901;
  border-radius: 3px 1px 3px 0;
  transform: scale(-1.06, 1) rotate(45deg);
  position: absolute;
  inset: 0 auto 0 2px;
  margin-block: auto;
}

.l-two-column--store-archive .l-two-column__search.l-arc-search--panel-sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  align-self: flex-start;
}

@media (max-width: 768px) {
  .l-two-column--store-archive .l-two-column__mobile-view-toggle {
    order: 6;
    width: 100%;
    padding: 12px 15px 0;
    box-sizing: border-box;
    background: #f1e5d2;
  }
  .l-two-column--store-archive .l-two-column__main {
    order: 4;
  }
  .l-two-column--store-archive .l-two-column__store-list {
    order: 5;
  }
  .l-two-column--store-archive[data-archive-mobile-view=map] .p-store-list-section {
    display: none !important;
  }
  .l-two-column--store-archive[data-archive-mobile-view=map] .l-two-column__main {
    display: block;
  }
  .l-two-column--store-archive[data-archive-mobile-view=list] .p-store-list-slider {
    display: none !important;
  }
  .l-two-column--store-archive[data-archive-mobile-view=list] .l-two-column__main {
    display: none !important;
  }
}

.p-store-archive__view-toggle-btn.c-button {
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.p-store-archive__view-toggle-btn.c-button:before {
  display: none;
}
.p-store-archive__view-toggle-btn.c-button .p-store-archive__view-toggle-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}
.p-store-archive__view-toggle-btn.c-button .p-store-archive__view-toggle-icon[hidden] {
  display: none !important;
}
.p-store-archive__view-toggle-btn.c-button .p-store-archive__view-toggle-icon img {
  display: block;
  width: 20px;
  height: auto;
}

.p-store-archive__title {
  font-size: 16px;
  font-weight: 700;
  color: #EE7901;
  margin: 0;
  display: inline-block;
}

.p-store-archive__count {
  display: inline-block;
  color: #EE7901;
  font-size: 14px;
  font-weight: 500;
}

.p-store-archive__search {
  top: 57px;
}
@media (min-width: 769px) {
  .p-store-archive__search {
    top: 73px;
  }
}

.p-store-archive__search-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.p-store-archive__search-wrapper {
  position: relative;
  flex: 1;
}

.p-store-archive__search-input {
  width: 100%;
  padding-right: 40px;
  background: #FFF url("../img/ico/search.svg") no-repeat center left 20px/12px 12px;
  padding-left: 42px;
}

.p-store-archive__list {
  border-bottom: 1px solid #DDDDDD;
  background: #FAF7F4;
  transition: opacity 0.3s ease;
}

.p-store-archive__mobile-view-toggle {
  order: 5;
}

.p-list-change-btn__inner {
  padding: 20px 30px;
}

.p-store-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
  color: #EE7901;
}
@media (min-width: 769px) {
  .p-store-card__title {
    font-size: 18px;
  }
}
.c-card--active .p-store-card__title-text {
  text-decoration: underline;
}
.p-store-card__badges {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.p-store-card__info {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .p-store-card__info {
    font-size: 14px;
  }
}
.p-store-card__info--tel {
  align-items: center;
  gap: 8px;
}
.p-store-card__label {
  display: inline-block;
  min-width: 70px;
  color: #666;
  font-weight: 600;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .p-store-card__label {
    min-width: 80px;
  }
}
.p-store-card__value {
  color: #333;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-store-card__tel-icon {
  flex-shrink: 0;
}
.p-store-card__keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.p-store-card__detail-btn {
  margin-top: 12px;
  padding: 8px 14px;
  font-size: 13px;
}
.p-store-card__detail-btn svg {
  width: 16px;
  height: 16px;
}
.p-store-card__detail-btn:hover svg {
  transform: translateX(2px);
}
@media (min-width: 769px) {
  .p-store-card__detail-btn {
    margin-top: 16px;
    padding: 10px 16px;
    font-size: 14px;
  }
}

.p-store-archive__map {
  width: 100%;
  height: 100%;
}
.p-store-archive__map .leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.p-store-archive__map .leaflet-popup-content {
  margin: 16px;
  font-family: inherit;
  line-height: 1.5;
}
.p-store-archive__map .leaflet-popup-content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #EE7901;
}
.p-store-archive__map .leaflet-popup-content p {
  margin: 4px 0 0 0;
  font-size: 13px;
  color: #333;
}
.p-store-archive__map .leaflet-popup-content p strong {
  color: #666;
  font-weight: 600;
}
.p-store-archive__map .leaflet-popup-content a {
  display: inline-block;
  margin-top: 8px;
  color: #EE7901;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.p-store-archive__map .leaflet-popup-content a:hover {
  color: #f97316;
  text-decoration: underline;
}

.p-store-no-slider {
  display: block;
}

@media (min-width: 769px) {
  .p-store-slider {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-store-slider {
    padding: 0;
    position: relative;
  }
  .p-store-slider .swiper-wrapper {
    display: flex;
  }
  .p-store-slider .swiper-slide {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  .p-store-slider .p-store-slider__card-wrapper {
    padding: 0 8%;
    height: 100%;
  }
  .p-store-slider .c-card--slider {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
  }
}
.p-store-slider__container {
  position: relative;
  overflow: hidden;
}
.p-store-slider__button-prev, .p-store-slider__button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 8%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #FAF7F4;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #EE7901;
  border: none;
  padding: 0;
}
.p-store-slider__button-prev svg, .p-store-slider__button-next svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 768px) {
  .p-store-slider__button-prev svg, .p-store-slider__button-next svg {
    width: 24px;
    height: 24px;
  }
}
.p-store-slider__button-prev:hover, .p-store-slider__button-next:hover {
  background-color: #EE7901;
  color: #fff;
}
.p-store-slider__button-prev.swiper-button-disabled, .p-store-slider__button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .p-store-slider__button-prev, .p-store-slider__button-next {
    display: none !important;
  }
}
.p-store-slider__button-prev {
  left: 0;
}
.p-store-slider__button-next {
  right: 0;
}

.c-store-arc-list-header {
  display: none;
}
@media (min-width: 769px) {
  .c-store-arc-list-header {
    display: flex;
  }
}
.c-store-arc-list-header {
  padding: 16px 30px 14px;
  align-items: baseline;
}
.c-store-arc-list-header__title {
  font-size: 18px;
}
.c-store-arc-list-header__count {
  font-size: 14px;
}

.store-popup {
  font-size: 14px;
  cursor: pointer;
}
.store-popup__link {
  display: block;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s ease;
  padding: 8px;
  margin: -8px;
  border-radius: 4px;
}
.store-popup__link h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #EE7901;
  font-weight: 800;
}
.store-popup__link p {
  margin: 4px 0;
  font-size: 13px;
  line-height: 1.5;
}
.store-popup__link p strong {
  color: #666;
}
.store-popup:hover .store-popup__link {
  background-color: #f9fafb;
}
.store-popup__detail {
  display: inline-block;
  margin-top: 8px;
  color: #EE7901;
  font-size: 13px;
  font-weight: 500;
}

.p-store-detail-kv {
  background: #FAF7F4 url("../img/bg/kv-bg-sp.jpg") no-repeat center center/cover;
  height: 264px;
}
@media (min-width: 769px) {
  .p-store-detail-kv {
    background-image: url("../img/bg/kv-bg-pc.jpg");
    background-position-x: right;
    background-size: auto 100%;
    height: 293px;
  }
}
.p-store-detail-kv__inner {
  padding: 20px 15px;
}
@media (min-width: 769px) {
  .p-store-detail-kv__inner {
    max-width: 1240px;
    margin-inline: auto;
    padding: 30px 80px;
  }
}
.p-store-detail-kv__inner--2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px 15px 60px;
}
@media (min-width: 769px) {
  .p-store-detail-kv__inner--2 {
    padding: 30px 80px 80px;
  }
}
.p-store-detail-kv__inner--2 > :first-child {
  margin-top: 0 !important;
}
.p-store-detail-kv__title {
  color: #EE7901;
  font-size: 24px;
  margin-top: 30px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .p-store-detail-kv__title {
    margin-top: 55px;
    font-size: 29px;
  }
}
.p-store-detail-kv__description {
  margin-top: 8px;
  font-size: 16px;
}

.p-store-detail__inner {
  padding: 40px 15px 80px;
}
@media (min-width: 769px) {
  .p-store-detail__inner {
    padding: 80px 80px 160px;
    max-width: 1240px;
    margin-inline: auto;
  }
}

.p-store-detail__header {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .p-store-detail__header {
    margin-top: 15px;
  }
}

.p-store-detail__location {
  font-weight: bold;
}

.p-store-detail__title {
  font-size: 24px;
  font-weight: 700;
  color: #EE7901;
  margin: 0;
  line-height: 1.3;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .p-store-detail__title {
    font-size: 32px;
    margin-top: 15px;
  }
}

.p-store-detail__section {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .p-store-detail__section {
    margin-top: 32px;
  }
}

.p-store-detail__info-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-store-detail__info-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
}

.p-store-detail__info-label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: auto;
  font-weight: 600;
  color: #3B3B3B;
  margin: 0;
  font-size: 16px;
  min-width: 80px;
  font-weight: bold;
  flex-shrink: 0;
}
.p-store-detail__info-label svg {
  color: #EE7901;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .p-store-detail__info-label {
    min-width: 140px;
    font-size: inherit;
  }
}

.p-store-detail__info-value {
  flex: 1;
  color: #3B3B3B;
  font-size: 16px;
}

.p-store-detail__keywords {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.p-store-detail__keywords-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.p-store-detail__keywords-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.p-store-detail__map-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.p-store-detail__map-wrapper iframe {
  display: block;
  width: 100%;
  height: 345px;
}
@media (min-width: 601px) {
  .p-store-detail__map-wrapper iframe {
    height: 540px;
  }
}

.p-store-detail-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 601px) {
  .p-store-detail-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.p-store-detail-info__texts {
  margin-top: 20px;
}
@media (min-width: 601px) {
  .p-store-detail-info__texts {
    margin-top: 30px;
  }
}

@media (min-width: 601px) {
  .p-store-detail-actions {
    width: 200px;
  }
}

.p-store-detail__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 601px) {
  .p-store-detail__actions {
    grid-template-columns: 1fr;
  }
}

.p-store-detail__action-btn {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.p-store-detail__back-wrapper {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.p-store-detail__back-btn {
  padding: 10px 20px;
  border-radius: 6px;
}
.p-store-detail__back-btn:hover {
  background-color: #f9fafb;
}

#password-protected-logo a {
  display: none;
}

#loginform {
  width: 300px;
  height: 300px;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

p.submit {
  text-align: center;
}

.login .button-primary {
  float: none;
}
