@charset "UTF-8";
#div_product_desk {
  max-width: 1050px;
  margin: 50px auto;
  overflow: auto;
}

#div_product_desk h2 {
  font-family: "游ゴシック";
  color: #a41521;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: left;
  margin: 10px 0px;
}

#div_product_desk #div_product_nav {
  font-family: "游ゴシック";
  font-size: 0.9rem;
  font-weight: 500;
  color: #292929;
  letter-spacing: 0.1rem;
}

#div_product_desk #div_detail {
  margin: 30px 0px 60px 0px;
  overflow: auto;
}

#div_product_desk #div_detail #div_left {
  width: calc(60% - 50px);
  margin-right: 50px;
  float: left;
}

#div_product_desk #div_detail #div_left h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #a41521;
  margin-bottom: 30px;
}

#div_product_desk #div_detail #div_left h1 span {
  font-size: 1.6rem;
}

#div_product_desk #div_detail #div_left #div_description {
  font-family: "游ゴシック";
  color: #292929;
  letter-spacing: 0.1rem;
  font-weight: 600;
  margin-bottom: 60px;
}

#div_product_desk #div_detail #div_left h2 {
  font-size: 1.1rem;
  margin: 10px 0px;
  font-family: "游ゴシック";
  color: #a41521;
}

#div_product_desk #div_detail #div_left table {
  font-family: "游ゴシック";
}

#div_product_desk #div_detail #div_left table tr {
  border-color: #ccc;
}

#div_product_desk #div_detail #div_left table tr td {
  text-align: left;
}

#div_product_desk #div_detail #div_left table tr td:first-child {
  background: #f8f8f8;
}

#div_product_desk #div_detail #div_right {
  float: right;
  width: 40%;
  text-align: right;
  position: relative;
}

#div_product_desk #div_detail #div_right img {
  max-height: 700px;
}

#div_product_desk #div_detail #div_right .div_comingsoon {
  position: absolute;
  right: 0px;
  top: 40px;
  width: 80px;
  height: 80px;
  background: #a41521;
  color: white;
  border-radius: 50%;
  font-size: 0.8rem;
  text-align: center;
  line-height: 17px;
  padding: 24px 0px;
  font-weight: bold;
  font-family: "游ゴシック";
}

#div_product_desk #div_story {
  clear: both;
  font-family: "游ゴシック";
  font-size: 1.3rem;
  font-weight: 500;
}

#div_product_desk #div_story section {
  margin-bottom: 60px;
}

#div_product_desk #div_story .div_fake_img {
  height: 350px;
  background: #cccccc;
  margin-bottom: 30px;
}

#div_product_desk #div_extra {
  text-align: center;
  font-family: "游ゴシック";
}

#div_product_desk #div_extra #a_yummy {
  padding: 10px;
  text-align: center;
  border: 1px solid #a41521;
  display: inline-block;
  color: #a41521;
  background: white;
  font-weight: bold;
  width: 300px;
  margin-right: 30px;
  margin-bottom: 30px;
}

#div_product_desk #div_extra table tr {
  border-color: #ccc;
}

#div_product_desk #div_extra table tr td {
  text-align: left;
}

#div_product_desk #div_extra table tr td:first-child {
  background: #f8f8f8;
}

#div_product_desk #div_extra .btn_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#div_product_desk #div_extra #a_inquiry {
  padding: 10px;
  margin: 15px;
  text-align: center;
  border: 1px solid #a41521;
  display: inline-block;
  color: white;
  background: #a41521;
  font-weight: bold;
  width: 300px;
}

#div_product_desk #div_extra #a_order {
  padding: 10px;
  margin: 15px;
  text-align: center;
  border: 1px solid #a41521;
  display: inline-block;
  color: #a41521;
  background: white;
  font-weight: bold;
  width: 300px;
}

@media only screen and (max-width: 1065px) {
  .inner {
    width: calc(100% - 20px);
    padding: 0px 10px;
  }
  #div_product_desk {
    margin-top: 0px !important;
  }
  #div_product_desk table td {
    display: table-cell !important;
    padding: 5px !important;
  }
  #div_product_desk tr {
    margin-bottom: 5px !important;
    display: table-row !important;
  }
  #div_product_nav {
    padding-left: 20px;
  }
  #div_detail {
    margin: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    overflow: hidden !important;
    font-size: 0.8rem !important;
  }
  #div_detail #div_left {
    float: none !important;
    width: 100% !important;
    text-align: center;
    padding: 0px 20px;
    margin-right: 0px !important;
  }
  #div_detail #div_left h1 {
    font-size: 1.4rem !important;
  }
  #div_detail #div_left h1 span {
    font-size: 1.1rem !important;
  }
  #div_detail #div_right {
    float: none;
    text-align: center;
    width: 100% !important;
    position: relative;
  }
  #div_detail #div_right img {
    margin: 0px auto;
    display: block;
    max-height: 300px !important;
  }
  #div_detail #div_right .div_comingsoon {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 80px;
    height: 80px;
    background: #a41521;
    color: white;
    border-radius: 50%;
    font-size: 0.8rem;
    text-align: center;
    line-height: 17px;
    padding: 24px 0px;
    font-weight: bold;
    font-family: "游ゴシック";
  }
  p {
    padding: 0px 20px;
    font-size: 0.9rem !important;
  }
  #div_extra {
    width: unset !important;
    padding: 0px 20px;
    font-size: 0.8rem !important;
  }
  #div_extra #a_yummy {
    margin-right: unset !important;
  }
}
/*# sourceMappingURL=wp-productdetail.css.map */