/*-----------------------------------------
// 商品詳細
//-----------------------------------------*/
#product {
  padding-bottom: 5em; }
  #product .row {
    width: 100%;
    padding-bottom: 2em; }
  #product .groupbox {
    width: 100%; }
    #product .groupbox p.group-link {
      padding-top: .2em;
      padding-bottom: .2em;
      padding-left: .7em;
      padding-right: .7em;
      float: left;
      font-size: .85em;
      background-color: #f6f3f1;
      font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      margin-right: 1em;
      border-radius: 0.5em; }
      #product .groupbox p.group-link a {
        color: #5d5a51; }
  #product .main-img {
    width: 80%;
    float: left;
    text-align: center; }
    #product .main-img img {
      width: 90%;
      max-width: 550px;
      margin-left: auto;
      margin-right: auto;
      box-shadow: 0 0 8px gray; }
    @media (max-width: 768px) {
      #product .main-img {
        width: 96%;
        margin-left: 2%; }
        #product .main-img img {
          width: 100%;
          box-shadow: 0 0 4px gray;
          margin-bottom: 1em; } }
  #product .thum-img {
    width: 12%;
    float: left;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 768px) {
      #product .thum-img {
        width: 96%;
        margin-left: 2%; } }
    #product .thum-img img {
      cursor: pointer;
      margin-bottom: 10px;
      width: 100%;
      box-sizing: border-box;
      border: 1px white solid;
      float: left;
      box-shadow: 0 0 4px gray; }
      @media (max-width: 768px) {
        #product .thum-img img {
          width: 18%;
          margin-left: 1%;
          margin-right: 1%; } }
  #product .product_name {
    width: 100%;
    line-height: 2em;
    height: 2em;
    font-size: 1.8rem;
    background-image: url("https://lolipop-beans-nuts.ssl-lolipop.jp/home/beansnuts-ec/img/item/product_name_under.png");
    background-repeat: no-repeat;
    background-position: center bottom; }
  #product .item-no {
    margin-right: 2rem;
    text-align: right;
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
  #product .item-price {
    margin-right: 2rem;
    text-align: right;
    font-size: 1.8rem; }
    #product .item-price span {
      font-size: 1rem; }
  #product .col-3-1 {
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    width: 20%;
    box-sizing: border-box;
    float: left; }
    @media (min-width: 1230px) {
      #product .col-3-1 {
        padding-left: 50px; } }
    @media (min-width: 1100px) {
      #product .col-3-1 {
        padding-left: 30px; } }
    @media (max-width: 1099px) {
      #product .col-3-1 {
        padding-left: 0px; } }
    @media (max-width: 768px) {
      #product .col-3-1 {
        width: 30%;
        padding-left: 2em; } }
    #product .col-3-1 input {
      border: 1px solid #aaa;
      width: 3em;
      font-size: 20px;
      float: left;
      text-align: right;
      padding-right: 1em; }
      @media (max-width: 870px) {
        #product .col-3-1 input {
          width: 2.5em; } }
      @media (max-width: 768px) {
        #product .col-3-1 input {
          width: 40%; } }
    #product .col-3-1 .arrow {
      margin-left: 5px;
      width: 30px;
      height: 30px;
      float: left; }
      @media (max-width: 768px) {
        #product .col-3-1 .arrow {
          display: none; } }
    #product .col-3-1 a {
      float: left;
      margin-top: 2px; }
    #product .col-3-1 a:last-child {
      margin-top: 6px;
      clear: left; }
  #product .col-3-2 {
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    width: 30%;
    box-sizing: border-box;
    float: left; }
    @media (max-width: 768px) {
      #product .col-3-2 {
        width: 70%;
        padding-right: 2em; } }
    #product .col-3-2 select {
      border: 1px solid #aaa; }
  #product .col-3-3 {
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 3em; }
    @media (max-width: 768px) {
      #product .col-3-3 {
        margin-top: 3em;
        width: 100%;
        padding-left: 0; } }
    #product .col-3-3 .btn-submit {
      margin-bottom: 1em;
      line-height: 5.5em;
      height: 5.5em;
      text-align: center;
      width: 100%;
      background-color: #836236;
      border: none;
      color: white;
      transition: .3s; }
    #product .col-3-3 p {
      line-height: 1.6em; }
    #product .col-3-3 .btn-submit:hover {
      opacity: .8;
      transition: .3s; }
    #product .col-3-3 p.mt1em {
      margin-top: 1em; }
    #product .col-3-3 p {
      margin-left: .5em; }
    #product .col-3-3 p.linkrow {
      border-left: 3px solid #836236;
      padding-left: .5em; }
  #product #option #number {
    margin-left: 10px;
    position: relative; }
  #product #option #number a.up-btn {
    position: absolute;
    top: 6px; }
  #product #option #number a.down-btn {
    top: 22px;
    position: absolute; }
  #product .option_select {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1em;
    display: flex;
    flex-wrap: wrap;
    clear: both; }
  #product .option_select select {
    width: 100%;
    height: 2em;
    font-size: 1.2em;
    margin-top: .3em;
    margin-bottom: 1em;
    padding: 0 1em;
    border: 1px solid #231815; }
  #product .option_select select:nth-child(2) {
    height: 2em;
    font-size: 1.2em;
    margin-top: .3em;
    padding: 0 1em;
    border: 1px solid #231815; }
  #product #product_num {
    width: 2em;
    text-align: right;
    padding-right: 1em;
    line-height: 1.6em;
    height: 1.6em;
    font-size: 14pt; }


.soutoutbox {
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
  background-color: white;
  border: #836236 solid 1px;
  color: #836236;
  transition: .3s;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
  .soutoutbox h4 {
    font-size: 1.6em;
    margin: 0; }
  .soutoutbox p {
    margin-top: 0;
    margin: 0; }

/*# sourceMappingURL=single.css.map */
