@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #444;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.inr {
  max-width: 1280px;
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sec {
  padding: 40px 0;
}

a {
  color: #444;
  text-decoration: none;
}

.selif {
  font-family: "Noto Serif", serif;
}

.ttl {
  font-family: "Noto Serif", serif;
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
}
.ttl::before {
  content: "";
  width: 25px;
  height: 4px;
  background-color: #d60050;
  position: absolute;
  left: 0;
  top: 45%;
}
.ttl h3 {
  letter-spacing: 5px;
  font-weight: 500;
  font-size: min(3.8vw, 24px);
}

.ttl_c {
  font-family: "Noto Serif", serif;
  text-align: center;
  margin-bottom: 40px;
}
.ttl_c h3 {
  color: #d60050;
  letter-spacing: 5px;
  font-weight: 500;
  font-size: min(4.2vw, 32px);
}

.ttl_page {
  font-family: "Noto Serif", serif;
  text-align: center;
  margin: 30px 0 60px 0;
}
.ttl_page h2 {
  color: #d60050;
  letter-spacing: 5px;
  font-weight: 500;
  font-size: min(4.2vw, 32px);
}
.ttl_page p {
  font-size: min(3.2vw, 12px);
  letter-spacing: 1px;
}

.btn a {
  width: 80%;
  max-width: 400px;
  background-color: #f1f1f1;
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin: 30px auto 10px auto;
  border: 1px solid #ddd;
}
.btn a:hover {
  background-color: #ddd;
}

header .top_sec {
  background-color: #f1f1f1;
  padding: 3px 0;
}
header .top_sec .inr {
  display: flex;
}
header .top_sec .inr h1 {
  font-size: min(3.5vw, 12px);
  font-weight: 400;
  text-align: left;
}
header .top_sec .inr ul {
  display: flex;
  gap: 30px;
  margin-left: auto;
  font-size: min(3.5vw, 12px);
}
header .header_sec .inr {
  display: flex;
  align-items: center;
  padding: 3px 2%;
}
header .header_sec .inr h2 {
  width: 25%;
  max-width: 280px;
  min-width: 200px;
  margin-top: 8px;
}
header .header_sec .inr .sns_sec {
  width: 40px;
  margin-left: 20px;
}
header .header_sec .inr .contact_sec.pc {
  margin-left: auto;
}
header .header_sec .inr .contact_sec.pc dl {
  display: flex;
  gap: 20px;
}
header .header_sec .inr .contact_sec.pc dl dt {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
}
header .header_sec .inr .contact_sec.pc dl dt span.time {
  font-size: 0.5em;
  display: block;
}
header .header_sec .inr .contact_sec.pc dl dd a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 0.9em;
  border-radius: 3px;
  background-color: #f1f1f1;
  padding: 1px 10px;
  text-align: center;
  line-height: 1.4;
}
header .header_sec .inr .contact_sec.pc dl dd.oloc_sec a {
  background: linear-gradient(45deg, #016296 0%, #04abd0 100%);
  text-align: center;
}
header .header_sec .inr .contact_sec.pc dl dd.oloc_sec a p {
  font-size: 0.8em;
}
header .header_sec .inr .contact_sec.pc dl dd.online_shop a {
  background: #d60050;
}
header .header_sec .inr .contact_sec.pc dl dd a {
  color: #fff;
}
header .header_sec .inr .contact_sec.pc dl dd a span {
  font-size: 0.8em;
  display: block;
}
header nav.pc {
  padding: 20px 0;
}
header nav.pc .inr > ul {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
header nav.pc .inr > ul > li {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #444;
  width: 14.2857142857%;
  text-align: center;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
}
header nav.pc .inr > ul > li:last-child {
  border-right: 1px solid #444;
}
header nav.pc .inr > ul > li span.new {
  position: absolute;
  top: -15px;
  background-color: #d60050;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 9px;
  padding: 0 5px;
  left: 0;
  right: 0;
  width: 40px;
  margin: 0 auto;
  line-height: 1.4;
}
header nav.pc .inr > ul > li:hover {
  background-color: #f1f1f1;
}
header nav.pc .inr > ul > li a {
  display: block;
  width: 100%;
}
header nav.pc .inr > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 1000;
  top: 40px;
}
header nav.pc .inr > ul > li > ul > li {
  margin: 0;
}
header nav.pc .inr > ul > li > ul > li a {
  border-bottom: 1px solid #444;
  display: block;
  padding: 8px 15px;
  white-space: nowrap;
  padding: 10px 0;
}
header nav.pc .inr > ul > li > ul > li:hover {
  background-color: #f1f1f1;
}
header nav.pc .inr > ul > li:hover > ul {
  display: block;
}

footer {
  margin-top: 50px;
}
footer .banner_sec ul {
  display: flex;
  gap: 30px;
}
footer .banner_sec ul li {
  width: 25%;
  border: 1px solid #ddd;
}
footer .footer_bottom {
  margin-top: 50px;
  background-color: #f1f1f1;
}
footer .footer_bottom .inr > ul {
  display: flex;
  align-items: stretch;
}
footer .footer_bottom .inr > ul > li {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  border-left: 1px solid #ccc;
  padding: 30px;
}
footer .footer_bottom .inr > ul .logo figure {
  width: 70%;
  margin: 0 auto;
}
footer .footer_bottom .inr > ul .contact {
  text-align: center;
  container-type: inline-size;
}
footer .footer_bottom .inr > ul .contact p {
  font-size: max(5cqw, 11px);
}
footer .footer_bottom .inr > ul .contact dl dt {
  font-weight: 500;
  font-size: 8cqw;
  font-weight: 500;
  letter-spacing: 2px;
}
footer .footer_bottom .inr > ul .nav {
  width: 40%;
}
footer .footer_bottom .inr > ul .nav ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85em;
}
footer .footer_bottom .inr > ul .nav ul li {
  width: 33%;
  margin-bottom: 10px;
  white-space: nowrap;
}
footer .copyright {
  text-align: center;
  margin: 30px 0;
  font-size: 10px;
  letter-spacing: 2px;
}

@media screen and (max-width: 980px) {
  header .header_sec .inr .sns_sec {
    width: 30px;
  }
  header .header_sec .inr .contact_sec.pc dl {
    gap: 10px;
  }
  header .header_sec .inr .contact_sec.pc dl dt .selif {
    font-size: 20px;
    letter-spacing: 0;
  }
  header .header_sec .inr .contact_sec.pc dl dt span.time {
    font-size: 0.4em;
  }
  header .header_sec .inr .contact_sec.pc dl dd a {
    font-size: 9px;
  }
}