div#product_details_container {
  margin: 30px 0;
  font-size: 1.15em;
}
div#product_page_start_container {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  width: 100%;
  flex-wrap: wrap;
}
div#product_page_start_container > img {
  width: 35%;
  margin: auto;
}
div#product_page_start_container > form {
  flex-grow: 1;
  text-align: center;
  font-size: 1.15em;
}
div#purchase_product {
  position: relative;
  display: flex;
  align-items: center;
  width: 500px;
  height: 208px;
  background-image: url("/img/misc/part13_062_12.jpg");
  margin: 30px auto;
}
div#purchase_product > div#purchase_product_inner_container {
  /* 枠に収まりきってる透明のコンテナ */
  display: flex;
  justify-content: space-between;
  width: 442px;
  height: 181px;
  margin: auto;
}
div#purchase_product > div#to_cart {
  position: absolute;
  bottom: 5px;
  right: 20px;
  text-align: center;
}
div#purchase_product p {
  margin: 5px 0;
  font-size: 0.8em;
}
div#sp__purchase_product {
  display: none;
}
.slightly_bigger {
  font-size: 1.2em;
  font-weight: bold;
}
.splitter {
  border: solid #bbe3e2;
  border-width: 1px 0 0 0;
  width: 100%;
}
.text_on_spltr_container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.text_on_spltr_container > div.text_container {
  position: absolute;
  width: 100%;
  text-align: center;
}
.text_on_spltr_container > div.text_container > div {
  /* 実際のtextが入るdiv */
  background-color: white;
  padding: 0 10px;
  font-size: 1.15em;
  font-weight: bold;
}
.sp__text_on_spltr_container {
  display: none;
}
.woodpanel {
  position: relative;
  width: 549px;
  height: 89px;
  margin: auto;
  background-image: url("/img/misc/woodpanel_plain.png");
}
.woodpanel > div#tokuchou3,
.woodpanel > div.wp_midashi {
  position: relative;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  bottom: 15px;
}
.woodpanel > div.wp_title {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  font-size: 1.2em;
  width: 100%;
  height: 53px;
  bottom: 0;
}
.woodpanel > div.wp_title > div {
  display: flex;
  align-items: center;
}
.woodpanel > div.wp_title > div:first-child {
  /* width: 10%; */
}
@media screen and (max-width: 770px) {
  div#purchase_product {
    display: none;
  }
  div#sp__purchase_product {
    display: block;
    padding: 10px;
    margin: 30px auto;
    border: 6px double black;
  }
  div.sp__woodpanel_text {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin: auto;
  }
  div.sp__woodpanel_text > img {
    width: 100%;
  }
  div.sp__woodpanel_text > div {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58.9%;
  }
  div.sp__woodpanel_text > div > div {
    display: flex;
    justify-content: space-evenly;
  }
  div.sp__woodpanel_text > div > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/*# sourceMappingURL=product_common.css.map */