body {
  font-family: "Noto Serif JP", serif;
}

.pc-none {
  display: none;
}

.container {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sec__ttl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.sec__ttl span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 5px 0 10px;
}
.sec__ttl span::first-letter {
  color: #9a33cc;
}

.sec__txt {
  font-size: 16px;
  text-align: center;
}

.sec__subttl {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 !important;
  color: #9a33cc;
}

.box__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 20px auto 40px;
  justify-items: center;
}
.box__item {
  max-width: 350px;
  text-align: center;
}
.box__item img {
  border: solid #CE93D8 1px;
  padding: 0px 10px;
}
.box__product {
  display: flex;
  justify-content: space-between;
  margin: 15px 10px;
}
.box__product dt {
  font-size: 20px;
  font-weight: 700;
}
.box__product dd {
  font-size: 20px;
  font-weight: normal;
}
.box__product dd span {
  font-size: 16px;
}
.box__txt {
  margin: 15px 10px;
  text-align: left;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
}
.box__danger {
  color: #f00;
  margin: 0 15px;
  text-align: left;
}

.living {
  grid-template-columns: 1fr 1fr;
}

.btn {
  margin: 20px auto;
  text-align: center;
}
.btn a {
  padding: 10px 20px;
  background: #9a33cc;
  border: solid 2px #9a33cc;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .btn a:hover {
    background: #fff;
    color: #9a33cc;
    transition: 0.6s;
  }
}

.fax {
  align-items: center;
  width: 250px;
  border-radius: 5px;
  background-color: #9a33cc;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  display: flex;
  position: relative;
}
.fax a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 250px;
  text-align: center;
}
.fax::before {
  font-family: "Material Icons";
  content: "local_printshop";
  position: absolute;
  left: 65px;
}

.header__top {
  background-color: #f1f1f2;
}
.header__top--inner {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 14px;
  padding: 5px 0;
}
.header__top--faq::before {
  font-family: "Material Icons";
  content: "quiz";
}
.header__top--faq::after {
  font-family: "Material Icons";
  content: "arrow_forward_ios";
}
.header__top--faq:hover {
  color: #9a33cc;
  transition: 0.3s;
}
.header__contents {
  border-bottom: 2px solid #dadce0;
}
.header__contents--inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 10px 0;
}
.header__contents--logo img {
  width: 50%;
}
.header__contents--contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__contents--tel a {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.header__contents--tel a::before {
  font-family: "Material Icons";
  content: "call";
  position: absolute;
  left: -26px;
  top: 6px;
}
.header__contents--mail {
  margin-left: 15px;
  background: #9a33cc;
  padding: 10px 40px;
  color: #fff;
  border: #9a33cc solid 2px;
}
.header__contents--mail:hover {
  background: #fff;
  border-color: #9a33cc;
  color: #9a33cc;
  transition: 0.4s;
}
.header__contents--mail a {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.header__contents--mail a::before {
  font-family: "Material Icons";
  content: "markunread";
  position: absolute;
  left: -26px;
  top: 4px;
}
.header__contents--mail a::after {
  font-family: "Material Icons";
  content: "chevron_right";
  position: absolute;
  top: 5px;
  right: -22px;
}
.header__navi {
  border-bottom: solid 2px #dadce0;
}
.header__navi--menu {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
}
.header__navi--item {
  width: 25%;
  border-left: 1px solid #dadce0;
  text-align: center;
}
.header__navi--item a {
  display: block;
  color: #9a33cc;
  font-weight: 700;
  padding: 10px 0;
}
.header__navi--item a:hover {
  background-color: #9a33cc;
  color: #fff;
  transition: 0.3s;
}
.header__navi--item:last-child {
  border-right: 1px solid #dadce0;
}

.footer {
  background-color: #9a33cc;
}
.footer__inner {
  max-width: 1200px;
  padding: 20px 0px;
  margin: 0 auto;
}
.footer__logo {
  text-align: center;
  margin-bottom: 10px;
}
.footer__logo span {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}
.footer__link {
  display: flex;
  flex-flow: row;
  color: #fff;
  font-weight: 700;
  justify-content: center;
  margin: 25px 0;
}
.footer__link--item:not(:last-child)::after {
  content: "|";
  padding: 0 20px;
}
.footer__sns {
  display: flex;
  justify-content: center;
  margin: 25px auto;
}
.footer__sns--item:not(:last-child) {
  margin-right: 10px;
}
.footer__sns img {
  width: 30px;
  height: 30px;
}
.footer__copy {
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}

#page_top {
  position: fixed;
  bottom: 40px;
  right: 20px;
}

#page_top a {
  background-color: #9a33cc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 17px;
  border-radius: 50%;
}

#page_top a:hover {
  background-color: #666;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block;
  }
  main {
    padding-top: 78px;
  }
  main img {
    width: 100%;
  }
  .sec__txt {
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
  }
  .header {
    position: fixed;
    z-index: 2;
    width: 100%;
  }
  .header__top--inner {
    display: block;
    text-align: center;
  }
  .header__contents {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    width: 100%;
  }
  .header__contents--inner {
    height: 50px;
  }
  .footer__link {
    flex-flow: column;
  }
  .footer__link--item:not(:last-child)::after {
    content: "";
    padding: auto;
  }
  .footer__link--item {
    padding: 10px 10px;
    border-bottom: 1px solid #9E9E9E;
  }
  .footer__sns--item:not(:last-child) {
    margin-right: 25px;
  }
  .footer__float {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    z-index: 999;
  }
  .footer__float--menu {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    justify-items: center;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
  }
  .footer__float--tel {
    background-color: #9a33cc;
    width: 48%;
    border-radius: 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__float--tel::before {
    content: url(../img/footer_tel.png);
    padding-right: 5px;
  }
  .footer__float--line {
    background-color: #00b900;
    width: 50%;
    border-radius: 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__float--line::before {
    content: url(../img/footer_line.png);
    padding-right: 5px;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 30px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    transform: rotate(45deg);
  }
  .header__naviSp {
    position: fixed;
    z-index: 2;
    height: 100vh;
    top: 0;
    left: 0;
    color: #000;
    background: #9a33cc;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }
  .header__naviSp--menu {
    flex-flow: column;
    margin: 10px auto;
  }
  .header__naviSp--item {
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #fff;
  }
  .header__naviSp a {
    color: #fff;
    display: block;
  }
  .active {
    display: block;
  }
  .header__naviSp.active {
    transform: translateY(0%);
  }
}