@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%;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     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 .bg_logo img {
  max-width: 200px;
  margin-bottom: 1.5em;
}
.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_l ol li .line img {
  width: 80%;
  max-width: 200px;
  height: auto;
  margin: 0.5em 0;
}
.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;
  -o-object-fit: cover;
     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 .stores {
  padding: 80px 0;
  background: #fff;
}
.page_leash .stores .inner h2 {
  text-align: center;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 0.5em;
}
.page_leash .stores .lead {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 2em;
  line-height: 1.7;
}
.page_leash .stores .store_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .page_leash .stores .store_list {
    grid-template-columns: 1fr;
  }
}
.page_leash .stores .store_card {
  background: #faf6f4;
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid rgba(162, 107, 77, 0.15);
}
.page_leash .stores .store_card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 0.8em;
}
.page_leash .stores .store_card h3 a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.page_leash .stores .store_card h3 a:hover {
  opacity: 0.8;
}
.page_leash .stores .store_card .address {
  font-size: 14px;
  color: #555;
  margin-bottom: 0.4em;
  line-height: 1.6;
}
.page_leash .stores .store_card .access {
  font-size: 13px;
  color: #777;
  margin-bottom: 1.2em;
  line-height: 1.5;
}
.page_leash .stores .store_card .btn_reserve {
  display: block;
  text-align: center;
  background: #8b7355;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.page_leash .stores .store_card .btn_reserve:hover {
  opacity: 0.9;
}
.page_leash .place {
  padding: 0 0 80px;
  background: #faf6f4;
}
.page_leash .place .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 700px) {
  .page_leash .place .inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.page_leash .place .item {
  display: flex;
  flex-direction: column;
  background: #faf8f7;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: border-color 0.2s ease;
}
.page_leash .place .item:hover {
  border-color: rgba(139, 115, 85, 0.4);
}
.page_leash .place .logo {
  padding: 28px 24px 24px;
  text-align: center;
  background: #f5f0ed;
  border-bottom: 1px solid #eee;
}
.page_leash .place .logo img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.page_leash .place .photo {
  position: relative;
  background: #f5f0ed;
}
.page_leash .place .photo img {
  width: 100%;
  height: auto;
  min-height: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.page_leash .place .clm {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page_leash .place .data {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}
@media only screen and (max-width: 700px) {
  .page_leash .place .data {
    padding: 24px 20px 28px;
  }
}
.page_leash .place .data .name {
  font-size: 18px;
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.page_leash .place .data .name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
}
.page_leash .place .data .name a:hover {
  color: #725e46;
}
.page_leash .place .data .address,
.page_leash .place .data .access {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-left: 16px;
  border-left: 3px solid rgba(139, 115, 85, 0.2);
}
.page_leash .place .data .tel {
  margin: 4px 0 20px;
  font-size: 15px;
}
.page_leash .place .data .tel a {
  color: #8b7355;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.page_leash .place .data .tel a:hover {
  opacity: 0.85;
}
.page_leash .place .data .tel a i {
  margin-right: 0.4em;
  opacity: 0.9;
}
.page_leash .place .data .store_links {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.page_leash .place .data .store_links li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page_leash .place .data .store_links li a:hover {
  color: #8b7355;
}
.page_leash .place .data .store_links li a i {
  margin-right: 0.35em;
}
.page_leash .place .data .store_links li a.btn_reserve {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
  background: #8b7355;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.page_leash .place .data .store_links li a.btn_reserve:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 700px) {
  .page_leash .place .data .store_links li a.btn_reserve {
    padding: 16px 24px;
  }
}
.page_leash .faq {
  padding: 80px 0;
}
.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 {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}
.page_leash .voices {
  padding: 40px 0 80px;
}
.page_leash .voices .inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_leash .voices .voice_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_leash .voices .voice_item {
  padding: 24px 0 28px;
  margin-bottom: 24px;
  border-bottom: 2px solid #e8e8e8;
}
.page_leash .voices .voice_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page_leash .voices .voice_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 10px;
}
.page_leash .voices .voice_name {
  font-size: 15px;
  font-weight: 600;
  color: #8b7355;
}
.page_leash .voices .voice_attribute,
.page_leash .voices .voice_store,
.page_leash .voices .voice_date {
  font-size: 12px;
  color: #888;
}
.page_leash .voices .voice_date {
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .page_leash .voices .voice_date {
    margin-left: 0;
    width: 100%;
  }
}
.page_leash .voices .voice_text {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}
.page_leash .voices .voice_reply {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #eee;
}
.page_leash .voices .voice_reply .voice_reply_label {
  font-size: 12px;
  font-weight: 600;
  color: #8b7355;
  margin-bottom: 6px;
}
.page_leash .voices .voice_reply p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}
.page_leash .voices .voices_empty {
  text-align: center;
  color: #555;
  padding: 60px 20px;
  font-size: 15px;
}
.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 .sitemap_content {
  padding: 0 0 80px;
  background: #faf6f4;
}
.page_leash .sitemap_nav {
  max-width: 720px;
  margin: 0 auto;
}
.page_leash .sitemap_heading {
  font-size: 16px;
  font-weight: 600;
  color: #8b7355;
  margin: 32px 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
.page_leash .sitemap_heading:first-child {
  margin-top: 0;
}
.page_leash .sitemap_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page_leash .sitemap_list li {
  margin-bottom: 8px;
}
.page_leash .sitemap_list a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page_leash .sitemap_list a:hover {
  color: #8b7355;
}
.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;
}
.page_leash .store_detail {
  padding: 0 0 40px;
  max-width: 640px;
  margin: 0 auto;
}
.page_leash .store_detail .store_visual {
  width: 90%;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.page_leash .store_detail .store_visual .photo {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f0f0;
}
.page_leash .store_detail .store_visual .photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.page_leash .store_detail .store_visual .logo {
  width: 90%;
}
.page_leash .store_detail .store_visual .logo img {
  max-width: 100%;
  height: auto;
}
.page_leash .store_detail .store_info {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  margin-bottom: 24px;
  border: 1px solid #eee;
}
.page_leash .store_detail dl {
  margin: 0 0 1.5em;
  padding: 0;
}
.page_leash .store_detail dt {
  font-size: 12px;
  color: #888;
  margin-bottom: 0.25em;
  font-weight: 600;
}
.page_leash .store_detail dd {
  margin: 0 0 1em;
  padding: 0;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
.page_leash .store_detail dd:last-of-type {
  margin-bottom: 0;
}
.page_leash .store_detail a[href^="tel:"] {
  color: #8b7355;
  text-decoration: none;
  transition: opacity 0.2s;
}
.page_leash .store_detail a[href^="tel:"]:hover {
  opacity: 0.8;
}
.page_leash .store_detail a[href^="tel:"] i {
  margin-right: 0.35em;
}
.page_leash .store_detail .store_links {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.page_leash .store_detail .store_links li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
.page_leash .store_detail .store_links li a:hover {
  color: #8b7355;
}
.page_leash .store_detail .store_links li a i {
  margin-right: 0.35em;
}
.page_leash .store_detail .store_actions {
  margin-top: 1.5em;
}
.page_leash .store_detail .btn_reserve {
  display: block;
  text-align: center;
  background: #8b7355;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.page_leash .store_detail .btn_reserve:hover {
  opacity: 0.9;
}
.page_leash .store_detail .store_map {
  margin-top: 24px;
}
.page_leash .store_detail .map_embed {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f0f0;
}
.page_leash .store_detail .map_embed::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.page_leash .store_detail .map_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_leash .store_detail .map_note {
  margin: 0.75em 0 0;
  font-size: 13px;
}
.page_leash .store_detail .map_note a {
  color: #8b7355;
  text-decoration: none;
  transition: opacity 0.2s;
}
.page_leash .store_detail .map_note a:hover {
  opacity: 0.8;
}

.site_header {
  background: #faf6f4;
  height: 72px;
  min-height: 72px;
  padding: 0;
}
.site_header .inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site_header .logo {
  margin: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.site_header .logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.site_header .logo img {
  display: block;
  height: 60%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site_header .site_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.site_header .site_nav a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.site_header .site_nav a:hover {
  color: #8b7355;
}
.site_header .site_nav_stores {
  margin-left: auto;
}
.site_header .site_nav_stores ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.site_header .site_nav_stores .store_link {
  display: inline-block;
  padding: 10px 20px;
  background: #8b7355;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: opacity 0.2s, transform 0.2s;
}
.site_header .site_nav_stores .store_link:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
@media only screen and (max-width: 600px) {
  .site_header {
    display: none;
  }
}

.sp_header {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  min-height: 60px;
  padding: 0 16px;
  background: #faf6f4;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
}
@media only screen and (max-width: 600px) {
  .sp_header {
    display: flex;
  }
}

.sp_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.sp_logo {
  margin: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.sp_logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.sp_logo img {
  display: block;
  height: 90%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawer_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.drawer_btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #8b7355;
  position: relative;
  transition: background 0.2s ease;
}
.drawer_btn span::before, .drawer_btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #8b7355;
  transition: transform 0.2s ease;
}
.drawer_btn span::before {
  top: -7px;
}
.drawer_btn span::after {
  top: 7px;
}
.drawer_btn.is_open span {
  background: transparent;
}
.drawer_btn.is_open span::before {
  top: 0;
  transform: rotate(45deg);
}
.drawer_btn.is_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

.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;
}
.drawer_overlay.is_open {
  display: block;
  opacity: 1;
}
@media (min-width: 601px) {
  .drawer_overlay {
    display: none !important;
  }
}

.drawer_content {
  position: fixed;
  top: 60px;
  right: 0;
  width: 80%;
  max-width: 320px;
  height: calc(100vh - 60px);
  background: #faf8f7;
  z-index: 100;
  overflow-y: auto;
  padding: 24px 24px 40px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer_content.is_open {
  transform: translateX(0);
}

.drawer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer_nav li {
  border-bottom: 1px solid #eee;
}
.drawer_nav a {
  display: block;
  padding: 14px 0;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.drawer_nav a:hover {
  color: #8b7355;
}
.drawer_nav .drawer_store a {
  font-weight: 600;
  color: #8b7355;
}

.breadcrumb {
  background: #faf6f4;
  padding: 10px 0;
  font-size: 13px;
}
.breadcrumb .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.breadcrumb .breadcrumb_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 0;
}
.breadcrumb .breadcrumb_item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.breadcrumb .breadcrumb_item a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb .breadcrumb_item a:hover {
  color: #8b7355;
}
.breadcrumb .breadcrumb_item span:not(.breadcrumb_sep) {
  color: #333;
}
.breadcrumb .breadcrumb_sep {
  color: #888;
  margin: 0 4px;
  pointer-events: none;
}

.site_footer {
  background: #f5f0ed;
  padding: 48px 0 32px;
  text-align: center;
  border-top: 1px solid #eee;
}
.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 .copyright {
  margin: 0;
  font-size: 12px;
  color: #888;
}/*# sourceMappingURL=style.css.map */