<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 新規header */
header #head .head_flexarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
header #head .head-areawrap {
  padding: 0;
  width: 90%;
  max-width: 1050px;
  margin: auto;
  background: #fff;
}
header #head .head-areawrap h1 {
  width: 130px;
}
header #head .head-areawrap h1 img {
  width: 100%;
  height: auto;
}
header #head .head-areawrap .fixed-logo {
  width: 75px;
  margin: auto auto 40px auto;
  position: absolute;
  left: 0;
  right: 80%;
  top: -300px;
}
header #head .head-areawrap .fixed-logo02 {
  right: auto;
  left: 30%;
  top: -300px;
}
header #head .head-areawrap .menu ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-top: 25px;
}
header #head .head-areawrap .menu ul li a {
  font-size: 14px;
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
header #head .head-areawrap .searth-area.head_part {
  position: static;
}
header #head .head-areawrap .searth-area.head_part #form {
  position: relative;
}
header #head .head-areawrap .sasicco-afullo {
  margin-left: 0px;
  margin-bottom: 10px;
}
header #head .head-areawrap .sasicco-afullo a {
  position: static;
  display: block;
  padding-top: 0;
}
header.is-fixed {
  margin-top: 225px;
}
header.is-fixed #head .head_flexarea {
  display: none;
}
header.is-fixed #head .head-areawrap {
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header.is-fixed .menu {
  margin-top: 24px;
  width: 90%;
  max-width: 1050px;
  margin: auto auto 24px auto;
}
header.is-fixed .pc-zone {
  margin-top: 190px;
}

.contentwrap .content .stocklist li ul.slide02 {
  top: 210px;
}
.contentwrap .content .stocklist li ul.slide02 li {
  width: 22px;
}

#contents .contentwrap .sidebar ul li {
  margin-bottom: 20px;
}

p.pl-title {
  height: auto;
}

#contents #product .contentwrap .first-content .right h1 span {
  line-height: 1.5em;
  margin-bottom: 20px;
}


.contentwrap .content .goodlist li .photo {
  width: 350px;
}
#contents .contentwrap .first-content .read {
  font-size: 16px;
}

.contact-none.tel__content h2:before {
  pointer-events: none;
  content: "";
  display: block;
  width: 230px;
  height: auto;
  position: absolute;
  background: url(../images/contact__hukidashi.png) no-repeat;
  z-index: 999;
  background-size: 100%;
  top: -80px;
  left: 450px;
  transform: rotate(5deg);
  height: 300%;
}

@media screen and (max-width: 640px) {
  .contact-none.tel__content {
    margin-top: 40%;
  }
  .contact-none.tel__content h2:before {
    width: 31%;
    left: auto;
    right: 5%;
    top: -130%;
  }
}
@media screen and (max-width: 500px) {
  .contact-none.tel__content {
    margin-top: 40%;
  }
  .contact-none.tel__content h2:before {
    width: 31%;
    left: auto;
    right: 5%;
    top: -100%;
  }
}
@media screen and (max-width: 421px) {
  .contact-none.tel__content {
    margin-top: 40%;
  }
  .contact-none.tel__content h2:before {
    width: 31%;
    left: auto;
    right: 5%;
    top: -80%;
  }
}
/*レスポンシブ設定*/
.mq640 {
  display: none;
}
@media screen and (max-width: 640px) {
  .mq640 {
    display: block;
  }
}/*# sourceMappingURL=basic-2.css.map */</pre></body></html>