@charset "UTF-8";
/* 下層：会社概要*/
section.company a {
  text-decoration: underline;
}

section.company a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  section.company {
    padding: 0 0 20vh;
  }
  section.company td,
  section.company th {
    width: 100%;
    font-size: 0.8rem;
    display: block;
  }
  section.company th {
    padding: 5vh 3vw 2vh;
  }
  section.company td {
    padding: 0 3vw 5vh;
    border-bottom: 1px solid #606060;
  }
}
@media (min-width: 769px) {
  section.company {
    padding: 0 0 20vh;
  }
  section.company td,
  section.company th {
    padding: 20px 40px;
    line-height: 1.5;
  }
  section.company th {
    border-right: 1px solid #606060;
  }
}
/* 下層：販売店舗一覧（会社概要ベース）*/
section.store_info a {
  text-decoration: underline;
}

section.store_info a:hover {
  text-decoration: none;
}

section.store_info .pref_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
  margin-bottom: 5rem;
}

section.store_info .pref_list li {
  border-bottom: 1px solid #606060;
}

section.store_info .pref_list li a {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
}

/* section.store_info .pref_list li a:hover{
  background-color: #1f1f1f;
} */
section.store_info h3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2rem 1rem;
  text-align: center;
}

section.store_info table {
  margin: 0 auto 5rem;
  width: 100%;
}

@media (max-width: 768px) {
  section.store_info {
    padding: 0 0 20vh;
  }
  section.store_info td,
  section.store_info th {
    width: 100%;
    font-size: 0.8rem;
    display: block;
  }
  section.store_info th {
    padding: 5vh 3vw 2vh;
  }
  section.store_info td {
    padding: 0 3vw 5vh;
    border-bottom: 1px solid #606060;
  }
}
@media (min-width: 769px) {
  section.store_info {
    padding: 0 0 20vh;
  }
  section.store_info th {
    width: 40%;
  }
  section.store_info td,
  section.store_info th {
    padding: 30px 40px;
    line-height: 1.5;
  }
  section.store_info th {
    border-right: 1px solid #606060;
  }
}
section.store_info table td dl {
  padding: 1rem 0;
}

section.store_info table td dl dt {
  margin-bottom: 0.5rem;
}

section.store_info table td dl dd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

section.store_info table td dl dd div.product_name {
  padding: 0.25rem 0.75rem 0.75rem;
  border: 1px #585858 solid;
  border-radius: 0.2rem;
  letter-spacing: 0;
  font-family: "Audiowide", cursive;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  section.store_info table td dl dd div.product_name {
    padding: 0.25rem 0.75rem 0.5rem;
  }
}
@media (min-width: 1024px) {
  section.store_info table td dl dd {
    grid-template-columns: repeat(6, 1fr);
  }
}
section.store_info table td dl dd img {
  width: 3rem;
}

section.store_info p.introduction {
  margin-bottom: 3rem;
}

/*------------------------*/
/* 下層：特定商取引法（会社概要ベース）*/
section.sctl a {
  text-decoration: underline;
}

section.sctl a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  section.sctl {
    padding: 0 0 20vh;
  }
  section.sctl td,
  section.sctl th {
    width: 100%;
    font-size: 0.8rem;
    display: block;
  }
  section.sctl th {
    padding: 5vh 3vw 2vh;
  }
  section.sctl td {
    padding: 0 3vw 5vh;
    border-bottom: 1px solid #606060;
  }
}
@media (min-width: 769px) {
  section.sctl {
    padding: 0 0 20vh;
  }
  section.sctl table {
    margin: 0 auto;
  }
  section.sctl td,
  section.sctl th {
    padding: 20px 40px;
    line-height: 1.5;
  }
  section.sctl th {
    border-right: 1px solid #606060;
  }
}
/*-------------------------------------------------------------------------*/
/*------------------------*/
/* 下層：プライバシーポリシー*/
section.privacy h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

section.privacy p {
  font-size: 0.8rem;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}

section.privacy p.right {
  text-align: right;
}

section.privacy a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  section.privacy {
    padding: 0 0 20vh;
  }
}
@media (min-width: 769px) {
  section.privacy {
    padding: 0 0 20vh;
  }
}/*# sourceMappingURL=company.css.map */