@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

body {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "MS 明朝", serif;
}

.page_leash {
  background: #faf6f4;
  padding-bottom: 80px;
}
.page_leash .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .mainvisual {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #faf6f4 0%, #f5f0ed 100%);
}
.page_leash .mainvisual .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 72px 20px 80px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .page_leash .mainvisual .inner {
    flex-direction: column;
    text-align: center;
    padding: 56px 20px 64px;
  }
}
.page_leash .mainvisual .txt_box {
  flex: 1;
  min-width: 280px;
}
.page_leash .mainvisual .txt_box h1 img {
  max-width: 300px;
  height: auto;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 900px) {
  .page_leash .mainvisual .txt_box h1 img {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_leash .mainvisual .txt_box .copy_pc {
  display: block;
  margin-top: 1.25em;
}
.page_leash .mainvisual .txt_box .copy_pc img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .page_leash .mainvisual .txt_box .copy_pc {
    display: none;
  }
}
.page_leash .mainvisual .img_box {
  flex: 1;
  max-width: 720px;
  min-width: 280px;
}
.page_leash .mainvisual .img_box img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.page_leash .mainvisual .copy_sp {
  display: none;
  width: 100%;
  margin-top: 1.5em;
}
.page_leash .mainvisual .copy_sp img {
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page_leash .mainvisual .copy_sp {
    display: block;
  }
}
.page_leash .about_copy {
  padding: 72px 0;
  background: #faf6f4;
  text-align: center;
}
.page_leash .about_copy .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.page_leash .about_copy img {
  width: 48px;
  height: auto;
  opacity: 0.5;
}
.page_leash .about_copy .txt h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 0.6em;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page_leash .about_copy .txt h2 span {
  color: #8b7355;
  font-weight: 700;
}
.page_leash .about_copy .txt p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
}
.page_leash .about {
  padding: 80px 0;
  background: #fff;
}
.page_leash .about .inner {
  display: flex;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .page_leash .about .inner {
    flex-direction: column;
    gap: 40px;
  }
}
.page_leash .about .img_box {
  flex: 1;
  min-width: 280px;
  max-width: 440px;
}
.page_leash .about .img_box img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.page_leash .about .txt_box {
  flex: 1;
  min-width: 280px;
}
.page_leash .about .txt_box h3 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 1em;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page_leash .about .txt_box p {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
}
.page_leash .worries {
  padding: 80px 0;
  background: #faf6f4;
}
.page_leash .worries .inner h2 {
  text-align: center;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 2em;
  letter-spacing: 0.02em;
}
.page_leash .worries .inner > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-bottom: 2em;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.page_leash .worries .inner > ul li {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 22px 14px;
  text-align: center;
  border: 1px solid #eee;
}
.page_leash .worries .inner > ul li .bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 12px;
  pointer-events: none;
}
.page_leash .worries .inner > ul li .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.06;
}
.page_leash .worries .inner > ul li span {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  display: block;
}
.page_leash .worries .txt_box {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.page_leash .worries .txt_box p {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 0.8em;
}
.page_leash .reason {
  padding: 80px 0;
  background: #fff;
}
.page_leash .reason .reason_ttl {
  font-size: clamp(22px, 2.2vw, 26px);
  font-weight: 600;
  color: #8b7355;
  text-align: center;
  margin-bottom: 2.5em;
  letter-spacing: 0.02em;
}
.page_leash .reason .reason_item {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 3.5em;
}
.page_leash .reason .reason_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.page_leash .reason .reason_item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page_leash .reason .reason_item {
    flex-direction: column !important;
    gap: 28px;
    margin-bottom: 3em;
  }
}
.page_leash .reason .reason_item .img_box {
  flex-shrink: 0;
  width: 42%;
  max-width: 380px;
}
.page_leash .reason .reason_item .img_box img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 768px) {
  .page_leash .reason .reason_item .img_box {
    width: 100%;
    max-width: none;
  }
}
.page_leash .reason .reason_item .txt_box {
  flex: 1;
  min-width: 0;
}
.page_leash .reason .reason_item .txt_box .txt h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
.page_leash .reason .reason_item .txt_box .txt p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 0.6em;
}
.page_leash .point {
  padding: 80px 0;
  background: #faf6f4;
}
.page_leash .point .inner {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  .page_leash .point .inner {
    flex-direction: column;
    gap: 40px;
  }
}
.page_leash .point .clm_l {
  flex: 1;
  min-width: 280px;
}
.page_leash .point .clm_l .txt_box h2 {
  font-size: clamp(22px, 2.2vw, 26px);
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 1.5em;
  letter-spacing: 0.02em;
}
.page_leash .point .clm_l ol li {
  margin-bottom: 1.75em;
}
.page_leash .point .clm_l ol li .txt h3 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.page_leash .point .clm_l ol li .txt p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
}
.page_leash .point .clm_r {
  flex: 1;
  min-width: 280px;
}
.page_leash .point .clm_r .img_box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page_leash .point .clm_r .img_box ul li img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
.page_leash .step {
  padding: 80px 0;
  background: #faf6f4;
}
.page_leash .step .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .step .step_ttl {
  font-size: clamp(22px, 2.2vw, 26px);
  font-weight: 600;
  color: #8b7355;
  text-align: center;
  margin-bottom: 0.4em;
}
.page_leash .step .step_lead {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.7;
}
.page_leash .step ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_leash .step ol > li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 1.75em;
  padding-bottom: 1.75em;
  border-bottom: 1px solid #e8e8e8;
}
.page_leash .step ol > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page_leash .step ol > li .number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: #8b7355;
  border: 1px solid rgba(162, 107, 77, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.page_leash .step ol > li .content h3 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.4em;
}
.page_leash .step ol > li .content p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}
@media only screen and (max-width: 600px) {
  .page_leash .step ol > li {
    gap: 16px;
  }
  .page_leash .step ol > li .number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
.page_leash .visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page_leash .place_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  width: 100%;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.page_leash .place_btn:hover {
  transform: translateY(-1px);
}
.page_leash .place_btn--primary {
  background: #8b7355;
  color: #fff !important;
  border-color: #8b7355;
}
.page_leash .place_btn--primary:hover {
  opacity: 0.92;
  color: #fff !important;
}
.page_leash .place_btn--outline {
  background: #fff;
  color: #8b7355 !important;
  border-color: #8b7355;
}
.page_leash .place_btn--outline:hover {
  background: rgba(139, 115, 85, 0.08);
  color: #8b7355 !important;
}
.page_leash .place_btn--ghost {
  background: #f5f0ed;
  color: #333 !important;
  border-color: #eee;
}
.page_leash .place_btn--ghost:hover {
  color: #8b7355 !important;
  border-color: rgba(139, 115, 85, 0.35);
}
.page_leash .place_store_links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page_leash .place_store_links--card {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.page_leash .place_store_links--detail {
  margin: 0 0 1.25rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid #eee;
}
.page_leash .place {
  padding: 0 0 80px;
  background: #faf6f4;
}
.page_leash .place .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .place_empty {
  text-align: center;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  padding: 48px 20px 64px;
}
.page_leash .place_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 700px) {
  .page_leash .place_cards {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.page_leash .place_card {
  display: flex;
  flex-direction: column;
  background: #faf8f7;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page_leash .place_card:hover {
  border-color: rgba(139, 115, 85, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}
.page_leash .place_card_visual {
  display: block;
  overflow: hidden;
  background: #f5f0ed;
  line-height: 0;
}
.page_leash .place_card_visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
  transition: transform 0.35s ease;
}
.page_leash .place_card_visual:hover img {
  transform: scale(1.03);
}
.page_leash .place_card_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 22px 26px;
  gap: 0;
}
@media only screen and (max-width: 700px) {
  .page_leash .place_card_body {
    padding: 20px 18px 24px;
  }
}
.page_leash .place_card_logo {
  margin: 0 0 14px;
  font-size: 0;
  text-align: center;
}
.page_leash .place_card_logo img {
  max-width: 72%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.page_leash .place_card_name {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.page_leash .place_card_name a {
  color: #8b7355;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.page_leash .place_card_name a:hover {
  opacity: 0.85;
}
.page_leash .place_card_meta {
  margin: 0 0 4px;
  padding: 0;
}
.page_leash .place_card_meta_row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.7;
  color: #555;
}
.page_leash .place_card_meta_row dt {
  margin: 0;
  color: #8b7355;
  font-size: 14px;
  line-height: 1.5;
}
.page_leash .place_card_meta_row dd {
  margin: 0;
}
.page_leash .place_card_hours {
  white-space: pre-wrap;
}
.page_leash .place_card_tel {
  color: #8b7355;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: opacity 0.2s ease;
}
.page_leash .place_card_tel:hover {
  opacity: 0.85;
}
.page_leash .store_detail {
  padding: 0 0 80px;
  background: #faf6f4;
}
.page_leash .store_detail > .inner {
  max-width: 900px;
}
.page_leash .store_detail .store_visual {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 0;
  min-height: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #faf8f7;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 768px) {
  .page_leash .store_detail .store_visual {
    grid-template-columns: 1fr;
  }
}
.page_leash .store_detail .store_visual_logo {
  margin: 0;
  padding: 32px 24px;
  text-align: center;
  background: #f5f0ed;
  border-right: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .page_leash .store_detail .store_visual_logo {
    border-right: 0;
    border-bottom: 1px solid #eee;
    min-height: 0;
    padding: 28px 20px 24px;
  }
}
.page_leash .store_detail .store_visual_logo img {
  width: 90%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.page_leash .store_detail .store_visual_photo {
  position: relative;
  background: #f5f0ed;
  min-height: 0;
}
.page_leash .store_detail .store_visual_photo img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.page_leash .store_detail .store_intro {
  margin: 0;
  padding: 28px 0 0;
}
.page_leash .store_detail .store_intro p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin: 0;
  padding: 1.1em 0 1.15em;
  border-bottom: 1px solid #eee;
  max-width: 700px;
}
.page_leash .store_detail .store_intro--multiline p {
  white-space: pre-wrap;
}
.page_leash .store_detail .store_info .store_address,
.page_leash .store_detail .store_info .store_hours {
  white-space: pre-wrap;
}
.page_leash .store_detail .store_info {
  background: #faf8f7;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 28px 24px 24px;
  margin-bottom: 8px;
}
.page_leash .store_detail .store_info_ttl {
  margin: 0 0 1.25rem;
  font-size: 16px;
  font-weight: 600;
  color: #8b7355;
  letter-spacing: 0.04em;
}
.page_leash .store_detail .store_info_dl {
  display: grid;
  grid-template-columns: minmax(0, 120px) 1fr;
  gap: 12px 20px;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width: 600px) {
  .page_leash .store_detail .store_info_dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.page_leash .store_detail .store_info_dl dt {
  font-weight: 600;
  color: #8b7355;
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .page_leash .store_detail .store_info_dl dt {
    margin-top: 1em;
    padding-top: 0.75em;
    border-top: 1px solid #eee;
  }
}
@media only screen and (max-width: 600px) {
  .page_leash .store_detail .store_info_dl > dt:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}
.page_leash .store_detail .store_info_dl dd {
  margin: 0;
  padding: 0;
  color: #555;
  line-height: 1.7;
}
.page_leash .store_detail .store_info_dl dd a {
  color: #8b7355;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.page_leash .store_detail .store_info_dl dd a:hover {
  opacity: 0.88;
}
.page_leash .store_detail .store_info_dl dd a i {
  margin-right: 0.35em;
}
.page_leash .store_detail .store_actions {
  margin: 0;
  padding: 0;
}
.page_leash .store_detail .store_actions .place_btn--map {
  max-width: 100%;
}
.page_leash .store_detail .store_map {
  margin: 0;
  padding: 28px 0 0;
}
.page_leash .store_detail .store_map_ttl {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 600;
  color: #8b7355;
  letter-spacing: 0.04em;
}
.page_leash .store_detail .store_back {
  margin: 32px 0 0;
  padding-top: 24px;
  border-top: 1px solid #eee;
  text-align: center;
}
.page_leash .store_detail .store_back a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 14px;
  font-weight: 600;
  color: #8b7355;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.page_leash .store_detail .store_back a:hover {
  opacity: 0.85;
}
.page_leash .store_detail .store_tel {
  color: #8b7355;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.page_leash .store_detail .store_tel:hover {
  opacity: 0.85;
}
.page_leash .store_detail .store_map .map_embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #f5f0ed;
  aspect-ratio: 16/10;
}
@media only screen and (max-width: 600px) {
  .page_leash .store_detail .store_map .map_embed {
    aspect-ratio: 1/1;
  }
}
.page_leash .store_detail .store_map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.page_leash .faq {
  padding: 80px 0;
}
.page_leash .faq .faq_empty {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px 40px;
  text-align: center;
}
.page_leash .faq h2 {
  text-align: center;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 2em;
}
.page_leash .faq ul {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .faq ul > li {
  padding: 1.25em 0;
  border-bottom: 1px solid #e8e8e8;
}
.page_leash .faq ul > li:first-child {
  padding-top: 0;
}
.page_leash .faq ul > li h3 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.4em;
}
.page_leash .faq ul > li p,
.page_leash .faq ul > li .faq_answer {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}
.page_leash .faq ul > li .faq_answer p {
  margin: 0 0 0.75em;
}
.page_leash .faq ul > li .faq_answer p:last-child {
  margin-bottom: 0;
}
.page_leash .voice_page {
  padding: 24px 0 64px;
  background: #fff;
}
.page_leash .voice_page .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .voice_page .inner .voice_lead {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin: 0 0 40px;
  line-height: 1.7;
}
.page_leash .voice_page .inner .voice_list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0;
  margin: 0;
}
.page_leash .voice_page .inner .voice_item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  padding: 24px;
  margin: 0;
}
.page_leash .voice_page .inner .voice_review {
  margin-bottom: 0;
}
.page_leash .voice_page .inner .voice_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 0 12px;
  font-size: 14px;
  color: #888;
}
.page_leash .voice_page .inner .voice_name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.page_leash .voice_page .inner .voice_date {
  color: #888;
}
.page_leash .voice_page .inner .voice_attribute,
.page_leash .voice_page .inner .voice_published {
  font-size: 12px;
  color: #888;
}
.page_leash .voice_page .inner .voice_text {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}
.page_leash .voice_page .inner .voice_reply {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eee;
}
.page_leash .voice_page .inner .voice_reply .voice_reply_label {
  font-size: 13px;
  font-weight: 600;
  color: #8b7355;
  margin: 0 0 8px;
}
.page_leash .voice_page .inner .voice_reply .voice_reply_text {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}
.page_leash .voice_page .inner .voices_empty,
.page_leash .voice_page .inner .voice_page_error {
  text-align: center;
  color: #555;
  padding: 48px 20px;
  font-size: 15px;
}
.page_leash .staff_page {
  padding: 24px 0 72px;
  background: #fff;
}
.page_leash .staff_page .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .staff_empty {
  text-align: center;
  color: #555;
  padding: 48px 20px;
  font-size: 15px;
}
.page_leash .staff_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 22px;
}
@media only screen and (max-width: 600px) {
  .page_leash .staff_grid {
    gap: 18px;
  }
}
.page_leash .staff_card {
  display: flex;
  flex-direction: row;
  place-items: flex-start;
  min-width: 0;
}
@media only screen and (max-width: 600px) {
  .page_leash .staff_card {
    flex-direction: column;
  }
}
.page_leash .staff_card_photo {
  flex: 0 0 30%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .page_leash .staff_card_photo {
    flex-basis: auto;
    min-height: 0;
  }
}
.page_leash .staff_card_photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_leash .staff_card_body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  padding: 22px;
}
.page_leash .staff_card_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #8b7355;
  line-height: 1.4;
}
.page_leash .staff_card_name a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #c13584, #f77737);
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.page_leash .staff_card_name a:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
.page_leash .staff_card_message {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}
.page_leash .staff_card_place {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: auto;
  padding-top: 8px;
}
.page_leash .staff_card_place_item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8b7355;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page_leash .column_page {
  padding: 24px 0 72px;
  background: #fff;
}
.page_leash .column_page .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .column_empty {
  text-align: center;
  color: #555;
  padding: 48px 20px;
  font-size: 15px;
}
.page_leash .column_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (max-width: 900px) {
  .page_leash .column_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 600px) {
  .page_leash .column_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.page_leash .column_card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  background: #faf8f7;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.page_leash .column_card:hover {
  border-color: #8b7355;
  transform: translateY(-2px);
}
@media only screen and (max-width: 600px) {
  .page_leash .column_card {
    flex-direction: row;
    align-items: stretch;
  }
}
.page_leash .column_card_thumb {
  display: block;
  aspect-ratio: 16/9;
  background: #f5f0ed;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .page_leash .column_card_thumb {
    flex: 0 0 38%;
    aspect-ratio: auto;
    min-height: 96px;
  }
}
.page_leash .column_card_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_leash .column_card_body {
  display: block;
  padding: 18px 20px 20px;
}
@media only screen and (max-width: 600px) {
  .page_leash .column_card_body {
    flex: 1;
    min-width: 0;
    padding: 12px 14px;
  }
}
.page_leash .column_card_body time {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #888;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 600px) {
  .page_leash .column_card_body time {
    margin-bottom: 6px;
  }
}
.page_leash .column_card_title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .page_leash .column_card_title {
    font-size: 14px;
    line-height: 1.5;
  }
}
.page_leash .page_head--column {
  padding: 48px 0 36px;
  text-align: left;
}
.page_leash .page_head--column .page_ttl {
  margin-bottom: 0;
}
.page_leash .column_single {
  padding: 24px 0 72px;
  background: #fff;
}
.page_leash .column_single .inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .column_article h1 {
  margin: 0 0 1em;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}
.page_leash .column_article_thumb {
  margin-bottom: 28px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f0ed;
}
.page_leash .column_article_thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.page_leash .column_article_meta {
  margin-bottom: 10px;
}
.page_leash .column_article_meta time {
  font-size: 13px;
  color: #888;
  letter-spacing: 0.04em;
}
.page_leash .column_article_body {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.page_leash .column_article_body h2 {
  margin: 2.2em 0 0.8em;
  font-size: clamp(22px, 2.6vw, 28px);
  color: #8b7355;
  line-height: 1.5;
}
.page_leash .column_article_body h3 {
  margin: 1.8em 0 0.8em;
  font-size: clamp(18px, 2vw, 22px);
  color: #333;
  line-height: 1.6;
}
.page_leash .column_article_body p {
  margin: 0 0 1em;
}
.page_leash .column_article_body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 12px;
}
.page_leash .column_article_body figure {
  margin: 2em 0;
}
.page_leash .column_article_body ul,
.page_leash .column_article_body ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}
.page_leash .column_article_body li {
  list-style: inherit;
  margin: 0.35em 0;
}
.page_leash .column_article_body table {
  display: table;
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.page_leash .column_article_body th,
.page_leash .column_article_body td {
  padding: 12px 14px;
  border: 1px solid #eee;
  vertical-align: top;
  text-align: left;
  line-height: 1.7;
  word-break: break-word;
}
.page_leash .column_article_body th {
  color: #8b7355;
  font-weight: 600;
  background: #faf6f4;
}
.page_leash .column_article_body table p {
  margin: 0;
  line-height: inherit;
}
.page_leash .column_article_body a {
  color: #8b7355;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page_leash .column_back {
  margin: 28px 0 0;
  text-align: center;
}
.page_leash .column_back a {
  font-size: 14px;
  font-weight: 600;
  color: #8b7355;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page_leash .page_head {
  padding: 60px 0 40px;
  text-align: center;
  background: #faf6f4;
}
.page_leash .page_head .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .page_ttl {
  font-size: clamp(22px, 2.2vw, 26px);
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 0.4em;
}
.page_leash .page_lead {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}
.page_leash .page_head--store {
  padding: 48px 0 36px;
  text-align: left;
}
.page_leash .page_head--store .page_ttl {
  margin-bottom: 0;
}
.page_leash .page_breadcrumb {
  margin: 0 0 12px;
  font-size: 13px;
}
.page_leash .page_breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: #555;
}
.page_leash .page_breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.page_leash .page_breadcrumb li:not(:last-child)::after {
  content: "/";
  color: #888;
  font-weight: 400;
}
.page_leash .page_breadcrumb li[aria-current=page] {
  color: #333;
  font-weight: 500;
}
.page_leash .page_breadcrumb a {
  color: #8b7355;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.page_leash .page_breadcrumb a:hover {
  opacity: 0.85;
}
.page_leash .subpage_links {
  padding: 60px 20px 80px;
  background: #faf6f4;
}
.page_leash .subpage_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .page_leash .subpage_links ul {
    grid-template-columns: 1fr;
  }
}
.page_leash .subpage_links .link_card {
  display: block;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  border: 1px solid #eee;
  transition: border-color 0.2s ease;
}
.page_leash .subpage_links .link_card:hover {
  border-color: #8b7355;
}
.page_leash .subpage_links .link_card .ttl {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 0.4em;
}
.page_leash .subpage_links .link_card .desc {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.page_leash .subpage_links .link_card .arrow {
  font-size: 14px;
  color: #8b7355;
}

body.is_drawer_open {
  overflow: hidden;
}

.line_banner {
  display: block !important;
  position: relative;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
}
.line_banner img {
  display: block;
  width: 100%;
  height: auto;
}

.line_banner--fixed {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 198;
  width: 300px;
  max-width: calc(100vw - 40px);
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}
@media only screen and (max-width: 600px) {
  .line_banner--fixed {
    display: none !important;
  }
}

.site_header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 246, 244, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 600px) {
  .site_header {
    display: none;
  }
}

.site_header_inner {
  width: 100%;
  height: 76px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site_header_logo {
  flex-shrink: 0;
  margin: 0;
  font-size: 0;
}
.site_header_logo a {
  display: block;
  line-height: 0;
}
.site_header_logo img {
  display: block;
  width: auto;
  height: 36px;
  object-fit: contain;
}

.site_header_nav {
  flex: 1;
  min-width: 0;
}

.site_header_nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 20px;
  flex-wrap: wrap;
}

.site_header_nav_list a {
  display: inline-block;
  padding: 6px 2px;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.site_header_nav_list a:hover {
  color: #8b7355;
}
.site_header_nav_list a.is_current {
  color: #8b7355;
  font-weight: 600;
  box-shadow: inset 0 -2px 0 #8b7355;
}
.site_header_nav_list a:focus-visible {
  outline: 2px solid #8b7355;
  outline-offset: 2px;
  border-radius: 2px;
}

.site_header_sp {
  display: none;
  position: sticky;
  top: 0;
  z-index: 101;
  background: rgba(250, 246, 244, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 600px) {
  .site_header_sp {
    display: block;
  }
}

.site_header_sp_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 12px 0 16px;
}

.site_header_sp_logo {
  margin: 0;
  font-size: 0;
  min-width: 0;
}
.site_header_sp_logo a {
  display: block;
  line-height: 0;
}
.site_header_sp_logo img {
  display: block;
  width: auto;
  height: 32px;
  max-width: min(200px, 58vw);
  object-fit: contain;
  object-position: left center;
}

.site_header_menu_btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
}
.site_header_menu_btn:focus-visible {
  outline: 2px solid #8b7355;
  outline-offset: 2px;
}

.site_header_menu_btn_bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #8b7355;
  position: relative;
  transition: background 0.2s ease;
}
.site_header_menu_btn_bar::before, .site_header_menu_btn_bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #8b7355;
  transition: transform 0.2s ease;
}
.site_header_menu_btn_bar::before {
  top: -7px;
}
.site_header_menu_btn_bar::after {
  top: 7px;
}
.site_header_menu_btn.is_open .site_header_menu_btn_bar {
  background: transparent;
}
.site_header_menu_btn.is_open .site_header_menu_btn_bar::before {
  top: 0;
  transform: rotate(45deg);
}
.site_header_menu_btn.is_open .site_header_menu_btn_bar::after {
  top: 0;
  transform: rotate(-45deg);
}

.site_header_drawer_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.site_header_drawer_overlay.is_open {
  display: block;
  opacity: 1;
}
@media (min-width: 601px) {
  .site_header_drawer_overlay {
    display: none !important;
  }
}

.site_header_drawer {
  position: fixed;
  top: 60px;
  right: 0;
  width: min(88vw, 320px);
  height: calc(100dvh - 60px);
  height: calc(100vh - 60px);
  background: #faf8f7;
  z-index: 100;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.08);
}
.site_header_drawer.is_open {
  transform: translateX(0);
}
@media (min-width: 601px) {
  .site_header_drawer {
    display: none !important;
  }
}

.site_header_drawer_nav {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 8px 20px calc(80px + env(safe-area-inset-bottom, 0px));
}

.site_header_drawer_list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.site_header_drawer_list li {
  border-bottom: 1px solid #eee;
}
.site_header_drawer_list a {
  display: block;
  padding: 15px 4px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site_header_drawer_list a:hover {
  color: #8b7355;
}
.site_header_drawer_list a.is_current {
  color: #8b7355;
  font-weight: 600;
}
.site_header_drawer_list a:focus-visible {
  outline: 2px solid #8b7355;
  outline-offset: -2px;
}

.site_header_drawer_line_banner {
  margin-top: 16px;
}

.site_footer {
  background: #f5f0ed;
  padding: 48px 0 calc(160px + env(safe-area-inset-bottom, 0px));
  text-align: center;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 600px) {
  .site_footer {
    padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
  }
}
.site_footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.site_footer .footer_brand {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #8b7355;
  letter-spacing: 0.02em;
}
.site_footer .footer_nav {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}
.site_footer .footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 28px 20px;
  flex-wrap: wrap;
}
.site_footer .footer_nav a {
  color: #555;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}
.site_footer .footer_nav a:hover {
  color: #8b7355;
}
.site_footer .footer_line_banner {
  max-width: 500px;
  margin: 0 auto 28px;
}
.site_footer .copyright {
  margin: 0;
  font-size: 12px;
  color: #888;
}

.page_company {
  padding: 0 0 96px;
  background: #faf6f4;
}
.page_company .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}
.page_company .company_message {
  margin: 0;
  padding: 56px 8px 64px;
  text-align: center;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #555;
}
.page_company .company_message--error {
  color: #333;
}
.page_company .company-overview {
  margin-top: 4px;
}
.page_company .company-overview table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.page_company .company-overview caption {
  text-align: left;
  padding: 20px 28px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #8b7355;
  background: #faf8f7;
  border-bottom: 1px solid #eee;
}
.page_company .company-overview th,
.page_company .company-overview td {
  padding: 22px 28px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
}
.page_company .company-overview tr:last-child th,
.page_company .company-overview tr:last-child td {
  border-bottom: none;
}
.page_company .company-overview th {
  width: 32%;
  min-width: 128px;
  color: #333;
  font-weight: 600;
  line-height: 1.85;
  background: #faf8f7;
}
.page_company .company-overview td {
  color: #555;
}
.page_company .company-overview img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 16px 0;
  border-radius: 8px;
}
.page_company .company-overview p {
  margin: 0 0 1.25em;
  line-height: 2;
}
.page_company .company-overview p:last-child {
  margin-bottom: 0;
}
.page_company .company-overview td img {
  margin: 12px 0;
}
.page_company .company-overview a {
  color: #8b7355;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.2s ease;
}
.page_company .company-overview a:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 600px) {
  .page_company {
    padding-bottom: 72px;
  }
  .page_company .inner {
    padding: 0 20px;
  }
  .page_company .company_message {
    padding: 40px 4px 48px;
    font-size: 14px;
  }
  .page_company .company-overview caption {
    padding: 18px 20px;
  }
  .page_company .company-overview th,
  .page_company .company-overview td {
    display: block;
    width: 100%;
    padding: 18px 20px;
    line-height: 1.95;
  }
  .page_company .company-overview th {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .page_company .company-overview td {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .page_company .company-overview tr:last-child td {
    padding-bottom: 20px;
  }
}

.page_leash .sitemap {
  padding: 0 0 80px;
  background: #faf6f4;
}
.page_leash .sitemap .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .sitemap .sitemap_entries {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page_leash .sitemap .sitemap_entry {
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}
.page_leash .sitemap .sitemap_entry_title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.page_leash .sitemap .sitemap_entry_title a {
  color: #8b7355;
  text-decoration: none;
}
.page_leash .sitemap .sitemap_entry_title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page_leash .sitemap .sitemap_entry_desc {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.page_leash .sitemap .sitemap_entry_url {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
}
.page_leash .sitemap .sitemap_entry_url a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page_leash .sitemap .sitemap_entry_url a:hover {
  color: #8b7355;
}
@media only screen and (max-width: 600px) {
  .page_leash .sitemap {
    padding-bottom: 64px;
  }
  .page_leash .sitemap .sitemap_entry {
    padding: 16px;
  }
  .page_leash .sitemap .sitemap_entry_title {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
