@charset "utf-8";

/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  background: #efeeea;
  font-family: Helvetiva, arial, "MS Sans Serif", メイリオ, sans-serif;
}

a {
  color: #333;
}

a:hover {
  color: #333;
  opacity: 0.5;
}
}

#header {
  border-top: 5px solid #333333;
  border-bottom: 1px solid #ccc;
}

#header h1 a {
  display: flex;
  align-items: center;
}

#header h1 img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #g-navi {
    display: none;
  }
}

#g-navi .gn_contact {
  margin-top: 0;
  margin-left: 0;
  width: 170px;
}

#g-navi .gn_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  border: 1px solid #333333;
  border-radius: 23px;
  background: #fff;
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  height: 30px;
  letter-spacing: 0.1rem;
}

#g-navi .gn_contact a:hover {
  background: #fff;
  color: #333333;
}

/* ドロワーメニュー */
.drawer-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

@media screen and (max-width: 768px) {
  .drawer-wrap {
    display: block;
  }
}

.drawer-label {
  position: fixed;
  top: 48px;
  right: 30px;
  font-size: 10px;
  z-index: 1001;
  color: #fff;
}

#drawer-checkbox:checked~#drawer-content {
  transform: translateX(0);
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.16);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

#drawer-checkbox:checked~#drawer-close {
  display: block;
  opacity: 0.3;
}

#drawer-checkbox {
  display: none;
}

#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 55px;
  position: fixed;
  width: 55px;
  right: 17px;
  top: 14px;
  z-index: 1000;
  background: #333333;
  text-align: center;
  border-radius: 50%;
}

#drawer-icon span {
  background: #fff;
  display: block;
  height: 1px;
  left: 67%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 48%;
  transition: all 0.3s ease-in-out 0s;
  width: 50%;
}

#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#drawer-icon span::before {
  margin-top: -10px;
}

#drawer-icon span::after {
  margin-top: 10px;
}

#drawer-checkbox:checked~#drawer-icon span {
  background: rgba(51, 51, 51, 0);
}

#drawer-checkbox:checked~#drawer-icon span::before,
#drawer-checkbox:checked~#drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 43%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}

#drawer-checkbox:checked~#drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#drawer-checkbox:checked~#drawer-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  padding: 80px 0px 0px 0px;
  z-index: 40;
  width: 80vw;
  min-width: 40vw;
  height: 100%;
  background: #fff;
  transition: all 0.5s ease-in-out 0s;
  transform: translateX(100%);
}

#drawer-content>ul>li>a {
  display: block;
  border-bottom: 1px solid #333333;
  text-decoration: none;
  text-align: center;
  color: #333333;
  padding: 20px 0;
}

#drawer-content>ul>li>a:hover {
  background: #333333;
  color: #fff;
}

#drawer-content>ul>li:nth-of-type(1)>a {
  border-top: 1px solid #333333;
}

#drawer-content>ul>li>a>i {
  margin-right: 5px;
}

/* ドロワーメニュー end */

/* トップへ戻るボタン */

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.9;
  border: 1px solid #333333;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #333333;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: -1px;
  margin: auto;
  text-align: center;
}

/* トップへ戻るボタン end */

a img {
  transition: 0.5s;
}

a:hover img {
  transition: 0.5s;
}

section#area-1 {
  margin: 40px 0 0 0;
}

.info_area {
  margin: 40px 0 0 0;
  text-align: center;
}

.info_area p {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  margin: 20px;
}

.info_area span {
  font-size: 18px;
}

.mid_info_area {
  text-align: center;
  margin: 60px 0 0 0;
}

.mid_info_area a {
  text-decoration: none;
  display: block;
  width: 500px;
  background: #ef906f;
  border: 2px solid #ef906f;
  color: #fff;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  font-size: 20px;
}

.mid_info_area a:hover {
  background: #fff;
  color: #ef906f;
}


.mid_info_area dl {
  margin: 40px 0 0 0;
}

.mid_info_area dl dd {
  margin: 40px 0 0 0;
  line-height: 2;
  font-size: 20px;
}

.mid_info_area p {
  margin: 20px;
}

.pricelist table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.pricelist h3 {
  margin-top: 10px;
}

.pricelist h2.proc_ttl {
  margin-top: 50px;
}

.pricelist p.price_tax {
  font-size: 14px;
  text-align: right;
  margin-top: -10px;
}

.pricelist p.price_img {
  text-align: center;
  margin: 20px 0 20px 0;
}

.pricelist th,
.pricelist td {
  text-align: center;
  border: solid 1px;
  padding: 10px;
}

.area_1_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.area_1_inner ul li:nth-of-type(1) {
  margin: 0 0 20px 0;
}

.area_1_inner ul li:nth-of-type(1) h2,
.area_2_inner ul li:nth-of-type(1) h2 {
  color: #333333;
  font-size: 25px;
  letter-spacing: 0rem;
}

.area_1_inner ul li:nth-of-type(3) {
  margin: 40px 0 0 0
}

.area_1_inner ul li:nth-of-type(3) dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.area_1_inner ul li:nth-of-type(3) dl dt {
  display: none;
}

.area_1_inner ul li:nth-of-type(3) dl dd {
  width: calc(100% / 2 - 10px);
  font-size: 1.375rem;
  line-height: 37px;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  color: #393939;
}

.area_1_inner ul li:nth-of-type(3) dl dd::first-letter {
  color: #333333;
}

.area_1_inner ul li:nth-of-type(4) {
  margin: 80px 0 0 0
}

.area_1_inner ul li:nth-of-type(4) dl {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.area_1_inner ul li:nth-of-type(4) dl dt {
  display: none;
}

.area_1_inner ul li:nth-of-type(4) dl dd {
  width: calc(100% / 2);
  font-size: 1.0rem;
  line-height: 1.5;
  font-weight: normal;
  color: #393939;
  text-align: right;
}

.area_1_inner ul li:nth-of-type(3) dl dd::first-letter {
  color: #333333;
}

@media screen and (max-width: 960px) {

  .area_1_inner ul li:nth-of-type(3) dl dd,
  .area_1_inner ul li:nth-of-type(4) dl dd {
    font-size: 1.0rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 850px) {

  .area_1_inner ul li:nth-of-type(3) dl dd,
  .area_1_inner ul li:nth-of-type(4) dl dd {
    font-size: 1.0rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 820px) {

  .area_1_inner ul li:nth-of-type(3) dl dd,
  .area_1_inner ul li:nth-of-type(4) dl dd {
    font-size: 1.0rem;
    line-height: 1.4;
  }
}

section#area-2 {
  margin: 100px 0 0 0;
}

.area_2_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.area_2_inner>ul>li:nth-of-type(1) {
  margin: 0 0 20px 0;
}

.area_2_inner>ul>li>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap
}

.area_2_inner>ul>li>ul>li {
  width: calc(100% / 5 - 20px);
  display: block;
}

.area_2_inner>ul>li>ul>li>a {
  display: block;
  text-decoration: none;
  text-align: center;
  background: none;
  font-size: 14px;
  padding: 0 0 0 0;
}

.area_2_inner>ul>li>ul>li>a:hover {
  background: none;
}

.area_2_inner>ul>li>ul>li>a img {
  transition: 0.5s;
}

.area_2_inner>ul>li>ul>li>a:hover img {
  opacity: 0.7;
  transition: 0.5s;
}

.area_2_inner>ul>li>ul>li>a>span {
  padding: 0 0 5px 0;
}



.area_2_inner>ul>li:nth-of-type(4) {
  margin: 40px 0 0 0;
}

.area_2_inner>ul>li:nth-of-type(5) {
  margin: 60px 0 0 0;
}

.area_2_inner>ul>li:nth-of-type(6) {
  margin: 40px 0 0 0;
}

.area_2_inner>ul>li:nth-of-type(6)>ul>li {
  width: calc(100% / 4 - 20px);
  display: block;
}

.area_2_inner>ul>li:nth-of-type(7) {
  margin: 20px 0 0 0;
}

.area_2_inner>ul>li:nth-of-type(7)>ul>li {
  width: calc(100% / 2 - 20px);
  display: block;
  margin: 20px 0 0 0;
}


.dw_mid_area {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
}

.dw_mid_area div:nth-of-type(1) {
  width: 40%;
  border-right: 1px solid #333;
}

.dw_mid_area div:nth-of-type(2) {
  width: 58%;
  padding: 0 5px 0 10px;
}

.dw_mid_area div:nth-of-type(1) ul li {
  margin: 0 5px 0 0;
}

.dw_mid_area_inner {
  font-size: 13px;
  line-height: 2;
}

.dw_mid_area_inner ul li a {
  display: block;
  text-decoration: none;
  padding: 0 0 0 5px;
}

.dw_mid_area_inner ul li a:hover {
  background: #333;
  color: #fff;
}

footer {
  margin: 40px 0 0 0;
}

.footer-copy {
  padding: 20px 15px 5px 15px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #333;
}

.footer-logo img {
  padding-bottom: 10px;
  width: 40px;
}

.footer-copy small {
  font-size: smaller;
  background: none;
  padding: 5px;
  color: #333;
}

#area-3 {
  text-align: center;
}

.area_3_inquiry a {
  text-decoration: none;
  display: block;
  width: 450px;
  background: #ef906f;
  border: 2px solid #ef906f;
  color: #fff;
  margin: 0 auto;
  padding: 14px 0;
  border-radius: 10px;
  font-size: 20px;
}

.area_3_inquiry a:hover {
  background: #fff;
  color: #ef906f;
}

.area_3_inquiry ul {
  margin: 40px 0 0 0;
}

.area_3_inquiry li {
  margin: 0 0 20px 0;
}

.area_3_inquiry p {
  font-size: 12px;
}

/* 商品部分*/

.product_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 0 auto;
}

.pw_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pw_breadcrumb {
  font-size: 12px;
  margin: 0 0 30px 0;
}

.pw_breadcrumb ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}

.pw_breadcrumb ul li {
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
}

.pw_breadcrumb ul li::after {
  content: "　＞";
}

.pw_breadcrumb ul li:nth-last-of-type(1)::after {
  content: "";
}

.pw_inner div {
  width: calc(100% / 2 - 20px);
}

.pw_left dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.pw_left dl dd a {
  display: block;
  width: calc(100% / 6 - 10px);
}

.pw_right {
  padding: 0 0 0 0;
}

.pw_ttl {
  font-size: 120%;
  margin: 0 0 10px 0;
}

.pw_cap {
  font-size: 80%;
  margin: 0 0 20px 0;
}

.pw_brd,
.pw_stno {
  margin: 0 0 10px 0;
}

.pw_dtl {
  margin: 20px 0 20px 0;
}

.spec {
  margin: 20px 0 0 0;
  width: 100%;
}

.dt_righ {
  font-size: 80%;
}

.spec table,
.price table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.spec table th,
.price table th {
  border-top: 1px solid #666;
  padding: 10px;
  text-align: left;
}

.spec table td,
.price table td {
  border-top: 1px solid #666;
  padding: 10px;
  text-align: center;
}

.spec tr:last-child td,
.spec tr:last-child th,
.price tr:last-child td,
.price tr:last-child th {
  border-bottom: 1px solid #666;
}

.gosa {
  font-size: 80%;
  margin: 5px 0 0 0;
}

.item_btn a {
  display: block;
  width: 150px;
  text-align: center;
  padding: 3px;
  background: #333;
  color: #fff;
  border: 2px solid #333;
  text-decoration: none;
  transition: 0.3s;
}

.item_btn a:hover {
  background: #fff;
  color: #333;
  transition: 0.3s;
}

.item_btn {
  margin: 10px 0 20px 0 !important;

}

.pw_selct table {
  border: 1px solid #333;
  background: #fff;
}

.pw_selct table tr:nth-of-type(1) {
  background: #fff1a3;
}

.pw_selct table tr td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 25%;
  text-align: center;
}

.pw_selct table tr td:nth-last-of-type(1) {
  border-right: 0px solid #333;
}

.pw_selct table tr:nth-last-of-type(1) td {
  border-bottom: 0px solid #333;
}


.pw_numb table {
  border: 1px solid #333;
  background: #fff;
}

.pw_numb table tr td {
  text-align: center;
  padding: 5px;
}

.ctbt a {
  display: block;
  width: 200px;
  text-align: center;
  padding: 10px;
  background: #c50000;
  color: #fff;
  border: 2px solid #c50000;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.ctbt a:hover {
  background: #fff;
  color: #c50000;
  transition: 0.3s;
}

.pw_pdt_text {
  margin: 30px 0 30px 0 !important;

}

.ctbt_text {
  font-size: 12px;
  margin: 10px 0 10px 0;
}


/* 商品部分 end*/

/* カテゴリ */

.ctitm {
  width: 100%;
}

.ctitm>ul {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 20px;
}

.ctitm>ul>li {
  width: calc(100% / 4);
  display: block;
  padding: 10px;
  margin: 0 0 20px 0;
  font-size: 85%;
}

.ctitm>ul>li a {
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

.ctitm>ul>li>dd {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

.cat_title {
  margin: 0 0 15px 0;
  padding: 5%;
}

.catbr_img img {
  width: 30%;
}


/* カテゴリ end*/


.pc_br {
  display: block !important;
}

.sp_br {
  display: none !important;
}

.pc_image_bn {
  display: block !important;
}

.sp_image_bn {
  display: none !important;
}

/* 会社概要 */

.profile p.grt_mssg {
  text-align: center;
  line-height: 2.0;
  margin: 20px 0 60px 0;
  font-size: 20px;
}

.profile h2 {
  margin-bottom: 20px;
}

.profile dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.profile dt {
  flex-basis: 20%;
  padding: 20px;
  background-color: #e6e5e0;
  border-bottom: 1px solid #efeeea;
}

.profile dd {
  flex-basis: 80%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #efeeea;
}


.profile a {
  display: block;
  width: 150px;
  text-align: center;
  padding: 3px;
  background: #333;
  color: #fff;
  border: 2px solid #333;
  text-decoration: none;
  transition: 0.3s;
}

.profile a:hover {
  background: #fff;
  color: #333;
  transition: 0.3s;
}

.profile a {
  margin: 10px 0 10px 0 !important;

}

.profile p.pf_image {
  margin-bottom: 60px;
}

/* legal */

.legal h2 {
  margin-bottom: 20px;
}

.return h2 {
  margin: 50px 0 0 0;
}

.legal h3,
.return h3 {
  padding: 20px 0 15px 20px;
}

.legal dl,
.return dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.legal dt,
.return dt {
  flex-basis: 20%;
  padding: 20px;
  background-color: #e6e5e0;
  border-bottom: 1px solid #efeeea;
}

.legal dd,
.return dd {
  flex-basis: 80%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #efeeea;
}

.legal a,
.return a {
  display: block;
  width: 150px;
  text-align: center;
  padding: 3px;
  background: #333;
  color: #fff;
  border: 2px solid #333;
  text-decoration: none;
  transition: 0.3s;
}

.legal a:hover,
.return a:hover {
  background: #fff;
  color: #333;
  transition: 0.3s;
}

.legal a,
.return a {
  margin: 10px 0 10px 0 !important;
}

/* よくある質問 */

.faq h2 {
  margin-bottom: 20px;
}

.faq dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.faq dt {
  flex-basis: 100%;
  padding: 20px;
  background-color: #e6e5e0;
  border-bottom: 1px solid #efeeea;
}

.faq dd {
  flex-basis: 100%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #efeeea;
}

/* プライバシーポリシー */

.privacy div.pv_text {
  line-height: 2.0;
  padding: 20px;
  background-color: #fff;
  margin: 20px 0 20px 0;
}

.privacy ul {
  margin-left: 20px;
}

.privacy p.pv_date {
  text-align: right;
}

/* 以下スマートフォン */

@media screen and (max-width: 768px) {

  .area_1_inner ul li:nth-of-type(2) {
    margin: 10px 20px 0 20px;
  }

  .area_1_inner ul li:nth-of-type(3),
  .area_1_inner ul li:nth-of-type(4) {
    margin: 10px 20px 0 20px;
  }

  .area_1_inner ul li:nth-of-type(3) dl,
  .area_1_inner ul li:nth-of-type(4) dl {
    flex-direction: column-reverse;
  }

  .area_1_inner ul li:nth-of-type(3) dl dd,
  .area_1_inner ul li:nth-of-type(4) dl dd {
    width: calc(100% / 1);
    line-height: 22px;
  }

  .area_1_inner ul li:nth-of-type(3) dl dd:nth-of-type(2),
  .area_1_inner ul li:nth-of-type(4) dl dd:nth-of-type(2) {
    margin: 10px 0 0 0;
  }

  section#area-1,
  section#area-2 {
    margin: 40px 0 0 0;
  }

  .area_2_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }


  .area_2_inner>ul>li>ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 20px;
  }

  .area_2_inner>ul>li>ul>li {
    width: calc(100% / 2 - 10px);
    margin: 0 0 10px 0;
  }

  .area_2_inner>ul>li:nth-of-type(4) {
    background: #c00;
    margin: 0 20px;
  }

  .area_2_inner>ul>li:nth-of-type(5) {
    margin: 30px 0 0 0;
  }

  .area_2_inner>ul>li:nth-of-type(5)>ul>li {
    width: calc(100% / 2 - 10px);
    display: block;
  }

  .area_2_inner>ul>li:nth-of-type(6) {
    margin: 20px auto 0 auto;
    width: 80%;
  }

  .area_2_inner>ul>li:nth-of-type(6)>ul>li {
    width: calc(100% / 2 - 20px);
    display: block;
    margin: 0 0 15px 0;
  }

  .area_2_inner>ul>li:nth-of-type(7)>ul>li {
    width: calc(100% / 1);
    display: block;
    margin: 0 0 20px 0;
  }

  img.price_image {
    width: 90%;
  }

  .info_area span {
    line-height: 1.6;
    font-size: 16px;
  }

  .mid_info_area dl {
    margin: 10px 0 0 0;
  }

  .mid_info_area dl dd {
    margin: 40px 0 0 0;
    line-height: 1.6;
    font-size: 16px;
  }

  .pricelist table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
  }

  .pricelist th,
  .pricelist td {
    text-align: center;
    border: solid 1px;
    padding: 10px;
    font-size: 16px;
  }

  .mid_info_area a {
    width: 90%;
  }

  .mid_info_area dl dd {
    text-align: left;
    margin: 20px;

  }

  .product_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 0 auto;
  }

  .pw_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
  }

  .pw_inner div {
    width: calc(100% / 1 - 0px);
  }

  .pw_right {
    margin-top: 20px;
  }



  .pc_br {
    display: none !important;
  }

  .sp_br {
    display: block !important;
  }

  .pc_image_bn {
    display: none !important;
  }

  .sp_image_bn {
    display: block !important;
  }

  .area_3_inquiry ul {
    margin: 10px 0 0 0;
  }

  .area_3_inquiry li {
    margin: 0 0 10px 0;
  }

  .area_3_inquiry a {
    width: 70%;
  }

  .ctitm>ul>li {
    width: calc(100% / 2);
  }

  .profile dl {
    flex-flow: column;
  }

  .legal dl,
  .return dl {
    flex-flow: column;
  }

}