@charset "UTF-8";
@media (min-width: 768px) {
  .is-hidden_pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .is-hidden_sp {
    display: none;
  }
}
.u-txt_left {
  text-align: left !important;
}

.u-txt_center {
  text-align: center !important;
}

.u-txt_right {
  text-align: right !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-txt_color_red {
  color: #EB6157;
}

.u-txt_bold {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  width: 100%;
}

select {
  padding: 5px 30px 5px 5px;
  cursor: pointer;
  background: url("../img/common/icon_triangle.svg") no-repeat center right 10px, #FFF;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.bold {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
}

.ttl_border {
  padding-bottom: 5px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3D6C3E;
  border-bottom: dashed 1px #3D6C3E;
}
.ttl_border.-icon::after {
  vertical-align: text-bottom;
  content: url("../img/common/icon_ttl_green.svg");
}
.ttl_border.-black {
  color: #222;
  border-color: #222;
}
.ttl_border.-sm {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ttl_border {
    margin-bottom: 20px;
    line-height: 1.2;
  }
}

.btn {
  box-sizing: border-box;
  display: block;
  width: 200px;
  padding: 15px 10px;
  font-size: 1.5rem;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  background: #EB6157;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn.-cart {
  padding-left: 50px;
  background-image: url("../img/common/icon_cart_add.svg");
  background-repeat: no-repeat;
  background-position: center left 25px;
}
.btn.-right {
  margin: 0 0 0 auto;
}
.btn.-center {
  margin: 0 auto;
}

.product_block {
  background: #FFF;
}
.product_block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_block ul > li {
  width: 200px;
}
.product_block ul > li:hover {
  opacity: 0.6;
}
.product_block ul::after {
  display: block;
  width: 200px;
  content: "";
}
.product_block li {
  margin-bottom: 40px;
  transition: 0.3s;
}
.product_block figure {
  position: relative;
  margin-bottom: 10px;
}
.product_block img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.product_block figcaption {
  margin-top: 5px;
  font-size: 1.3rem;
}
.product_block--new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 7px;
  font-size: 1rem;
  color: #FFF;
  background: url("../img/common/icon_new.svg") no-repeat center;
}
.product_block--price {
  font-size: 1.2rem;
  text-align: right;
}
.product_block--price span {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .product_block figcaption {
    min-height: 45px;
  }
}
@media (max-width: 767px) {
  .product_block ul {
    justify-content: space-evenly;
  }
  .product_block ul > li {
    width: 49%;
    max-width: 200px;
  }
  .product_block ul > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .product_block ul::after {
    width: 49%;
    max-width: 200px;
  }
  .product_block img {
    width: 100%;
    height: auto;
  }
  .product_block figure {
    margin-bottom: 10px;
  }
}

.shadow_block {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.shadow_block:not(:last-child) {
  margin-bottom: 35px;
}
.shadow_block--ttl {
  padding: 10px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #3D6C3E;
  border-radius: 10px 10px 0 0;
}
.shadow_block--inner {
  position: relative;
  padding: 30px;
}
@media (max-width: 767px) {
  .shadow_block--inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .shadow_block:not(:last-child) {
    margin-bottom: 80px;
  }
}

.pickup_block {
  margin-top: 20px;
  border: solid 2px #3D6C3E;
}
.pickup_block--ttl {
  position: relative;
  width: fit-content;
  padding: 5px 30px 5px 60px;
  margin: -52px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  background: #3D6C3E;
  border-radius: 25px;
}
.pickup_block--ttl::before {
  position: absolute;
  top: -10px;
  left: 0;
  content: url("../img/common/icon_yochan.png");
}
.pickup_block--ttl::after {
  vertical-align: text-bottom;
  content: url("../img/common/icon_ttl_white.svg");
}
@media (max-width: 767px) {
  .pickup_block--ttl {
    margin: -43px auto 20px;
  }
}
.pickup_block li {
  margin-bottom: 0;
}

.bnr_list {
  margin-bottom: 30px;
}
.bnr_list ul {
  display: flex;
  justify-content: space-between;
}
.bnr_list img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .bnr_list li {
    transition: 0.3s;
  }
  .bnr_list li:hover {
    opacity: 0.8;
  }
  .bnr_list.-two ul {
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .bnr_list li {
    margin-bottom: 10px;
    text-align: center;
  }
  .bnr_list li:not(:last-child) {
    margin-right: 5px;
  }
}

.eyecatch {
  margin-bottom: 20px;
}
.eyecatch img {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.breadcrumbs {
  position: absolute;
  top: 5px;
  left: 15px;
  padding: 5px 0;
  font-size: 1.1rem;
}
.breadcrumbs li {
  display: inline-block;
  line-height: 1;
}
.breadcrumbs li:not(:first-child)::before {
  display: inline-block;
  vertical-align: top;
  content: "＞";
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li:not(:last-child) {
  margin-right: 10px;
}
.pagination--num {
  display: inline-block !important;
  font-size: 1.5rem;
  line-height: 1;
  color: #3D6C3E;
  text-align: center;
  border: solid 1px #DDD;
  border-radius: 5px;
}
.pagination--num a,
.pagination--num span {
  display: block;
  width: 2em;
  padding: 8px 0;
}
.pagination--num.is-current {
  font-weight: bold;
  background: rgba(61, 108, 62, 0.1);
  border-color: #3D6C3E;
}
.pagination--prev a::before,
.pagination--prev span::before {
  margin-right: 5px;
  content: url("../img/common/icon_prev_arrow.svg");
}
.pagination--next a::after,
.pagination--next span::before {
  margin-left: 5px;
  content: url("../img/common/icon_next_arrow.svg");
}
.pagination:empty {
  display: none;
}

.js-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.js-slider.slick-initialized {
  opacity: 1;
}

html {
  font-size: 62.5%;
  background: #FFFDF5;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.wrap {
  min-width: 1200px;
  margin: auto;
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

.container {
  width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
}

main {
  display: block;
}
@media (min-width: 768px) and (max-width: 769px) and (orientation: portrait) {
  main {
    min-height: 95vh;
  }
}

.totop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .totop {
    width: 44px;
    height: 44px;
  }
}

.header {
  height: 50px;
  margin-bottom: 60px;
  background: #588859;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header--inner {
  display: flex;
  justify-content: space-between;
}
.header--logo {
  width: 205px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .header--logo {
    width: 185px;
  }
}

.gnav {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFF;
}

.gnav--list {
  display: flex;
}

.gnav--item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 10px 20px;
}
.gnav--item a::before {
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
}
.gnav--item.-cart {
  display: flex;
  align-items: center;
}
.gnav--item.-cart::before {
  display: inline-block;
  width: 1px;
  height: 30px;
  content: "";
  background: #FFF;
}
.gnav--item.-cart a::before {
  content: url("../img/common/icon_cart.svg");
}
.gnav--item.-contact {
  background: #3D6C3E;
}
.gnav--item.-contact a::before {
  content: url("../img/common/icon_mail.svg");
}
@media (max-width: 767px) {
  .gnav--item.-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    border-top: solid 2px #FFF;
  }
  .gnav--item.-contact a {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .has_sidebar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .has_sidebar .main {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .has_sidebar .main {
    margin-bottom: 50px;
  }
}

.sidebar {
  width: 280px;
}
@media (max-width: 767px) {
  .sidebar {
    margin: 0 auto;
  }
}

.sidebar_box {
  background: #F8FFF4;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sidebar_box:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar_box h2 {
  padding: 5px 0;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #3D6C3E;
  border-radius: 10px 10px 0 0;
}
.sidebar_box h3 {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3D6C3E;
  border-bottom: dashed 1px #3D6C3E;
}
.sidebar_box--inner {
  padding: 20px;
}
.sidebar_box dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #3D6C3E;
}
.sidebar_box dt::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  content: "";
  border-color: transparent transparent transparent #3D6C3E;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
}
.sidebar_box dd {
  margin-bottom: 15px;
  color: #3D6C3E;
}
.sidebar_box dd.is-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar_box dd.is-flex input {
  width: 90px;
}
.sidebar_box select,
.sidebar_box input {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  font-size: 1.3rem;
  border: solid 1px #DDD;
  border-radius: 3px;
}
.sidebar_box input[type=submit] {
  display: block;
  width: fit-content;
  padding: 2px 30px 2px 15px;
  margin: 0 auto;
  color: #FFF;
  cursor: pointer;
  background: url("../img/common/icon_search.svg") no-repeat right 10px center, #3D6C3E;
  border: none;
  border-radius: 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sidebar_box--guide_list {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.sidebar_box--guide_list li::before {
  content: "・";
}
.sidebar_box--nav {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3D6C3E;
}
.sidebar_box--nav li {
  border-left: solid 2px #3D6C3E;
}
.sidebar_box--nav li a {
  display: block;
  width: fit-content;
  padding-left: 10px;
}
.sidebar_box--nav li:not(:last-child) {
  margin-bottom: 10px;
}

.footer {
  margin-top: 70px;
  color: #FFF;
  background: #3D6C3E;
}

.footer_top {
  padding: 35px 45px 10px;
}
.footer_top--logo {
  display: block;
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer_top {
    padding: 20px 0;
  }
}

.footer_middle {
  font-size: 1.5rem;
}
.footer_middle ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_middle a {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .footer_middle ul {
    justify-content: center;
  }
  .footer_middle li {
    border-right: solid 1px #FFF;
  }
  .footer_middle li:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .footer_middle li {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.footer_bottom {
  padding: 20px 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .footer_bottom {
    margin-bottom: 50px;
  }
}

.top_info--term {
  float: left;
  clear: left;
}

.top_info--detail {
  padding-left: 10em;
}

.contact_form--table {
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
}
.contact_form--table.-confirm th {
  vertical-align: middle;
}
.contact_form--table.-confirm td {
  font-size: 1.3rem;
}
.contact_form--table.-confirm .u-txt_bold {
  font-size: 1.5rem;
}
.contact_form--table tr {
  border-bottom: 1px dashed #D3D3D3;
}
.contact_form--table tr:last-child {
  border-bottom: none;
}
.contact_form--table td {
  padding: 15px 0;
  vertical-align: middle;
}
.contact_form--table th {
  position: relative;
  width: 245px;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  background-clip: padding-box !important;
}
.contact_form--table th.is-required::after {
  position: absolute;
  top: 20px;
  right: 15px;
  padding: 5px 10px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  content: "必須";
  background: #EB6157;
  border-radius: 13px;
}
@media (min-width: 768px) {
  .contact_form--table td .is-flex {
    align-items: center;
    justify-content: flex-start;
  }
  .contact_form--table td .is-flex input {
    width: auto;
  }
  .contact_form--table td .is-flex input:first-child {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .contact_form--table {
    display: block;
  }
  .contact_form--table tbody,
.contact_form--table tr,
.contact_form--table th,
.contact_form--table td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
  .contact_form--table th {
    padding: 15px 0 0;
    font-weight: bold;
  }
  .contact_form--table th.is-required::after {
    top: 12px;
  }
  .contact_form--table td {
    padding: 5px 0 15px;
  }
  .contact_form--table td .is-flex input:first-child {
    margin-bottom: 5px;
  }
}

.contact_form input[type=checkbox],
.contact_form input[type=radio],
.contact_form input[type=datetime-local],
.contact_form label {
  cursor: pointer;
}
.contact_form--table textarea {
  height: 70px;
}
.contact_form--table input[type=text],
.contact_form--table input[type=email],
.contact_form--table input[type=tel],
.contact_form--table input[type=number],
.contact_form--table input[type=date],
.contact_form--table input[type=password],
.contact_form--table input[type=datetime-local],
.contact_form--table textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 4px 8px 10px;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: normal;
  background: #FFF;
  border: solid 1px #DDD;
  border-radius: 3px;
  box-shadow: none;
}
.contact_form--table input[type=text]:focus,
.contact_form--table input[type=email]:focus,
.contact_form--table input[type=tel]:focus,
.contact_form--table input[type=number]:focus,
.contact_form--table input[type=date]:focus,
.contact_form--table input[type=password]:focus,
.contact_form--table input[type=datetime-local]:focus,
.contact_form--table textarea:focus {
  background: #F4F4F4;
}
.contact_form--table input[type=checkbox]:checked + span,
.contact_form--table input[type=radio]:checked + span {
  font-weight: bold;
}
.contact_form--table select {
  width: 100%;
  padding: 2px 0 4px 4px;
  margin-right: 2px;
  font-size: 1.3rem;
  border: solid 1px #DDD;
  border-radius: 3px;
}
.contact_form--table select option {
  padding: 0;
}

.contact_form--btn {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}
.contact_form--btn input[type=submit],
.contact_form--btn input[type=button],
.contact_form--btn button[type=submit] {
  display: inline-block;
  width: 220px;
  height: 60px;
  margin: 10px;
  overflow: hidden;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  background: #000;
  border: none;
  transition: 0.3s;
}
.contact_form--btn input[type=submit]:hover,
.contact_form--btn input[type=button]:hover,
.contact_form--btn button[type=submit]:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .contact_form--btn input[type=submit],
.contact_form--btn input[type=button],
.contact_form--btn button[type=submit] {
    max-width: 80%;
  }
}

.frm.danger {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-top: 12px;
  clear: both;
  font-size: 1.2rem;
  color: #FFF !important;
  background: #C90000;
}
.frm.danger::before {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  content: "";
  border: 10px solid #C90000;
  border-color: transparent;
  border-bottom-color: #C90000;
}

.contact_form {
  font-size: 1.5rem;
}
.contact_form section {
  position: relative;
}
.contact_form section:not(:last-of-type) {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .contact_form--input.-sm {
    width: 125px !important;
  }
  .contact_form--input.-md {
    width: 200px;
    max-width: 200px;
  }
}
.contact_form--search {
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 20px;
  margin: 5px 0 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFF;
  background: #3D6C3E;
  border: none;
  border-radius: 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.contact_form--choice label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: solid 1px #D3D3D3;
}
.contact_form--choice p {
  padding-left: 20px;
  font-size: 1.3rem;
}
.contact_form--choice p:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contact_form--explain {
    position: absolute;
    top: 7px;
    left: 120px;
    font-size: 1.2rem;
  }
}
.contact_form--check {
  display: flex;
}
.contact_form--check input[type=checkbox] {
  margin: 0 20px 0 0;
  transform: scale(2);
  transform-origin: left top;
}
@media (min-width: 768px) {
  .contact_form--check {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .contact_form--check {
    align-items: flex-start;
  }
}
.contact_form--caption {
  font-size: 1rem;
}
.contact_form--policy {
  box-sizing: border-box;
  width: 100%;
  height: 135px;
  padding: 10px;
  margin-bottom: 10px;
  overflow-y: scroll;
  font-size: 1.2rem;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
}
.contact_form--policy a {
  color: #00F;
  text-decoration: underline;
}
.contact_form--policy--caption {
  padding: 5px;
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  background: #A5A5A5;
}
.contact_form--confirm p {
  padding: 30px 0 15px;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact_form section:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

#loading {
  display: none;
}

.thanks {
  margin-bottom: 65px;
  font-size: 1.2rem;
}

.contact_confirm--txt {
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.detail_block--product_id {
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1;
  color: #FFF;
  background: #3D6C3E;
}
.detail_block--info {
  margin-bottom: 50px;
}
.detail_block--info > dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.detail_block--info > dd {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.detail_block--info label {
  margin-right: 10px;
}
.detail_block--info input[type=number] {
  width: 40px;
}
@media (min-width: 768px) {
  .detail_block--info {
    width: 320px;
  }
}
.detail_block--price dl {
  display: flex;
  align-items: flex-end;
}
.detail_block--price dt {
  margin-right: 10px;
}
.detail_block--price dd {
  font-size: 1.2rem;
  color: #EB6157;
}
.detail_block--price span {
  font-size: 2rem;
  font-weight: bold;
}
.detail_block--desc {
  padding-bottom: 15px;
  border-bottom: solid 1px #D3D3D3;
}
.detail_block--gallery {
  width: 100%;
  max-width: 300px;
}
.detail_block--gallery img {
  object-fit: contain;
}
@media (max-width: 767px) {
  .detail_block--gallery {
    margin-bottom: 30px;
  }
}
.detail_block--slider {
  margin-bottom: 15px;
}
.detail_block--slider img {
  width: 300px;
  height: 300px;
}
@media (max-width: 767px) {
  .detail_block--slider img {
    margin: 0 auto;
  }
}
.detail_block--thumbnail img {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: solid 1px #E8E8E8;
}
@media (min-width: 768px) {
  .detail_block {
    display: flex;
    justify-content: space-between;
  }
}

.cart_item {
  position: relative;
  display: flex;
  padding: 20px;
  border-bottom: solid 1px #D3D3D3;
}
.cart_item--wrap {
  font-size: 1.2rem;
}
.cart_item--img {
  margin-right: 20px;
}
.cart_item--img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cart_item--product_id {
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 1;
  color: #FFF;
  background: #3D6C3E;
}
.cart_item--info > dt {
  margin-bottom: 10px;
  text-decoration: underline;
}
.cart_item--info dd:not(:last-child) {
  margin-bottom: 10px;
}
.cart_item--info label {
  margin-right: 5px;
}
.cart_item--info button {
  text-decoration: underline;
  background: none;
  border: none;
}
.cart_item--info input[type=number] {
  width: 40px;
  margin-right: 15px;
}
.cart_item--price {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.cart_item--price dl {
  display: flex;
  align-items: center;
}
.cart_item--price dt {
  margin-right: 10px;
  font-size: 1.5rem;
}
.cart_item--price dd {
  color: #EB6157;
}
.cart_item--price span {
  font-size: 2rem;
  font-weight: bold;
}
.cart_item--total, .cart_item--postage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart_item--total dt, .cart_item--postage dt {
  margin-right: 10px;
  font-size: 1.5rem;
}
.cart_item--total span, .cart_item--postage span {
  font-size: 2rem;
  font-weight: bold;
}
.cart_item--postage {
  width: fit-content;
  margin: 10px 0 0 auto;
  border-bottom: solid 1px #D3D3D3;
}
.cart_item--postage span {
  display: inline-block;
  min-width: 50px;
  text-align: right;
}
.cart_item--total {
  margin: 10px 0 50px;
}
.cart_item--caption {
  margin-top: 40px;
  color: #3D6C3E;
}
@media (max-width: 767px) {
  .cart_item {
    padding: 20px 0 60px;
  }
}

.company_block--table.-green th {
  color: #3D6C3E;
}
@media (min-width: 768px) {
  .company_block--table.-green th {
    width: 190px;
  }
}
.company_block--txt {
  margin-bottom: 45px;
  font-size: 2rem;
  font-weight: bold;
  color: #3D6C3E;
  text-align: center;
}
@media (max-width: 767px) {
  .company_block--txt {
    font-size: 1.5rem;
  }
}
.company_block img {
  margin-top: 10px;
}
.company_block tr:not(:last-child) {
  border-bottom: dashed 1px #D3D3D3;
}
.company_block th {
  box-sizing: border-box;
  padding: 10px 5px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
.company_block td {
  padding: 15px 0;
  font-size: 1.2rem;
}
.company_block:not(:last-of-type) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .company_block th {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .company_block table {
    display: block;
  }
  .company_block tbody,
.company_block tr,
.company_block th,
.company_block td {
    display: block !important;
    width: 100%;
  }
  .company_block th {
    padding: 10px 0 0;
  }
  .company_block td {
    padding-top: 5px;
  }
}

.faq_block {
  padding: 15px 20px;
  font-size: 1.2rem;
  background: #EBFFE0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .faq_block {
    padding: 15px 10px;
  }
}
.faq_block:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .faq_block dd,
.faq_block li {
    margin-bottom: 5px;
  }
}
.faq_block--ttl {
  display: flex;
  margin: 0 0 10px -10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.faq_block--ttl::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  font-size: 2rem;
  color: #FFF;
  content: "Q";
  background: #3D6C3E;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .faq_block--ttl {
    margin: 0 0 10px;
  }
}
.faq_block--answer {
  position: relative;
  padding: 20px 20px 20px 60px;
  background: #FFF;
}
.faq_block--answer li {
  padding-left: 1em;
  text-indent: -1em;
}
.faq_block--answer li::before {
  content: "●";
}
@media (min-width: 768px) {
  .faq_block--answer::before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #3D6C3E;
    content: "A";
    background: #EBFFE0;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .faq_block--answer {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .faq_block--delivery_day {
    padding-left: 6em;
    text-indent: -6em;
  }
}
@media (min-width: 768px) {
  .faq_block--delivery_time {
    padding-left: 5em;
    text-indent: -5em;
  }
}
.faq_block--bank dt::after {
  content: "：";
}
@media (min-width: 768px) {
  .faq_block--bank dt {
    position: relative;
    float: left;
    width: 105px;
  }
  .faq_block--bank dt::after {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
.faq_block--area dt::after {
  margin-right: 10px;
  content: "…";
}
@media (min-width: 768px) {
  .faq_block--area dt {
    float: left;
    min-width: 90px;
  }
}
@media (max-width: 767px) {
  .faq_block dt {
    font-weight: bold;
  }
}

.guide_block {
  box-sizing: border-box;
  font-size: 1.2rem;
}
.guide_block--wrap:not(:last-child) {
  margin-bottom: 60px;
}
.guide_block:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #D3D3D3;
}
.guide_block h3,
.guide_block h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3D6C3E;
}
.guide_block--ttl h3 {
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #D3D3D3;
}
.guide_block--ttl p {
  padding-left: 4em;
  text-indent: -4em;
}
@media (min-width: 768px) {
  .guide_block--ttl {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .guide_block--ttl p {
    margin-bottom: 10px;
  }
}
.guide_block--txt {
  padding-top: 3px;
  line-height: 1.6;
}
.guide_block--txt li::before {
  content: "・";
}
.guide_block--txt dl {
  margin-top: 5px;
}
.guide_block--txt dl > div {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .guide_block--txt dt {
    float: left;
    width: 240px;
  }
}
.guide_block--txt dd::before {
  box-sizing: border-box;
  padding-left: 20px;
  content: ">>";
}
@media (max-width: 767px) {
  .guide_block--txt dd::before {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .guide_block--txt dd {
    margin-bottom: 5px;
  }
}
.guide_block--txt a {
  color: #3D6C3E;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .guide_block--txt {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .guide_block--txt li {
    margin: 15px 0;
  }
}
.guide_block--receipt {
  margin: 15px 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #EB6157;
}
.guide_block--bold {
  font-weight: bold;
}
.guide_block--table {
  width: 100%;
}
.guide_block--table table {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .guide_block--table {
    overflow-x: scroll;
  }
  .guide_block--table table {
    width: 700px;
  }
  .guide_block--table::before, .guide_block--table::after {
    font-size: 10px;
    color: #999;
    content: "←スワイプで左右にスクロールできます→";
  }
  .guide_block--table::-webkit-scrollbar {
    height: 10px;
  }
  .guide_block--table::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 5px;
  }
  .guide_block--table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 5px;
  }
}
.guide_block th {
  padding: 5px 0;
  color: #FFF;
  background: #3D6C3E;
  border: solid 2px #FFF;
}
.guide_block th:first-of-type {
  width: 320px;
}
.guide_block td {
  box-sizing: border-box;
  padding: 10px 5px;
  vertical-align: top;
  background: #F0F0F0;
  border: solid 2px #FFF;
}
.guide_block td:first-of-type {
  vertical-align: middle;
}
.guide_block caption {
  text-align: left;
}
.guide_block.-deadline dl {
  margin-top: 0;
}
.guide_block.-deadline .guide_block--txt {
  padding-top: 0;
}
@media (min-width: 768px) {
  .guide_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .guide_block:not(:last-child) {
    margin-bottom: 30px;
  }
}

#section04 h2 {
  margin-bottom: 30px;
}

#section04 .guide_block table {
  margin-top: 0;
}
#section04 .guide_block td {
  font-size: 1.1rem;
  line-height: 1.3;
}
#section04 .guide_block td:first-of-type {
  vertical-align: top;
  background: #F8FFF4;
}
#section04 .guide_block th {
  width: 180px;
}

.notfound_page {
  text-align: center;
}

.notfound_page--ttl {
  margin-bottom: 30px;
  font-size: 2rem;
}

.notfound_page--paragraph {
  margin-bottom: 1em;
}

.notfound_page--link a {
  text-decoration: underline;
}

.post_content {
  overflow: auto;
}
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.post_content h1:not(:first-child),
.post_content h2:not(:first-child),
.post_content h3:not(:first-child),
.post_content h4:not(:first-child),
.post_content h5:not(:first-child),
.post_content h6:not(:first-child) {
  margin-top: 1.5em;
}
.post_content h1 {
  font-size: 3.4rem;
}
.post_content h2 {
  font-size: 2.6rem;
  border-bottom: solid 1px #000;
}
.post_content h3 {
  padding-left: 15px;
  font-size: 2rem;
  border-left: solid 5px #CCC;
}
.post_content h4 {
  font-size: 1.8rem;
}
.post_content p {
  margin-bottom: 1em;
}
.post_content ul {
  margin-bottom: 1em;
}
.post_content ul li {
  margin-left: 1em;
  list-style: disc;
}
.post_content ol {
  margin-bottom: 1em;
}
.post_content ol li {
  margin-left: 1em;
  list-style: decimal;
}
.post_content blockquote {
  padding: 10px 20px;
  margin-bottom: 1em;
  background: #EEE;
}
.post_content blockquote *:last-child {
  margin-bottom: 0;
}
.post_content strong {
  font-weight: bold;
}
.post_content em {
  font-style: italic;
}
.post_content a {
  text-decoration: underline;
}
.post_content code {
  font-family: monospace;
}
.post_content figure {
  width: fit-content;
  margin-bottom: 1em;
}
.post_content figure figcaption {
  font-size: 1.2rem;
  text-align: center;
}
