@charset "UTF-8";
/* @content */
#shop_menu{
  background-color: #f2f2f2;
  padding: 50px 0; 
}

#shop_menu .button01{
  background-color: #fff;
}

#shop_menu .button01:hover{
  background-color: #000;
}

#shop_list{
  margin-top: 50px;
}

#shop_list .shop_post {
  padding: 10px;
  width: 50%;
  float: left;
  text-align: center;
  border-right: 1px dotted #999;
}

#shop_list .shop_post:nth-child(1){
  border-left: 1px dotted #999;
}

#shop_list .thumbnail_img{
  width: 100%;
  max-width: 100%;
  padding-top: 100%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#shop_list .shop_title{
  font-size: 16px;
  margin: 10px 0;
}

#shop_list .shop_price{
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#shop_detail .left{
  text-align: center;
  max-width: 400px;
  margin: auto;
}

#shop_detail .shop_title{
  font-size: 26px;
  margin: 10px 0;
}

#shop_detail .shop_price{
  color: #4d4d4d;
  margin: 10px 0;
}

#shop_detail .kind_title{
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  margin-top: 30px;
  padding:5px 20px;
}

#shop_detail .kind_text{
  padding:5px 20px;
}

#shop_detail .thumbnail_img{
  width: 100%;
  max-width: 100%;
  padding-top: 100%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#shop_detail .shop_button{
  margin-top:20px;
}

.shop_menu_list4{
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.shop_menu_list4 li{
  float: left;
  width: 25%;
  padding: 0 5px;
}

.controller{
  margin: 50px 0 30px;
}

.controller p{
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.shop_nex_button{
  display: block;
  border: 1px dotted #666666;
  padding: 10px 20px 10px 40px;
  background: url(../images/shop/prev_icon.png) no-repeat left 15px center;
  background-size: 13px;
  margin-top: 10px;
}

.shop_pre_button{
  display: block;
  border: 1px dotted #666666;
  padding: 10px 40px 10px 20px;
  background: url(../images/shop/next_icon.png) no-repeat right 15px center;
  background-size: 13px;
  margin-top: 10px;
}

.shop_back_button{
  display: block;
  border: 1px dotted #666666;
  min-height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  margin-top: 10px;
}

#shop_info h4{
  font-size: 21px;
}

#shop_info .shop_flow{
  margin-top: 30px;
}

#shop_info .flow_title{
  font-size: 18px;
  text-align: center;
}

#shop_info .flow_text{
  font-size: 12px;
}

#shop_info .flow_attention{
  background-color: #f2f2f2;
  padding: 30px;
  text-align: center;
  margin: 10px 0 50px;
}

/* #shop_info .attention{
  color: #f00;
  text-align: center;
  margin: -40px 0 50px;
} */

#shop_tokusyo{
  background-color: #f2f2f2;
}

#shop_tokusyo dl {
    max-width: 100%;
    margin: 0;
    border-bottom: 1px solid #b2b2b2;
}
#shop_tokusyo dt {
    border-top: 1px solid #b2b2b2;
    clear: left;
    float: left;
    line-height: 1.6em;
    padding: 25px 0 15px 15px;
    width: 270px;
}
#shop_tokusyo dd {
    border-top: 1px solid #b2b2b2;
    line-height: 1.6em;
    margin: 0 0 0 270px;
    padding: 25px 0 15px;
}
#shop_tokusyo dl dt:first-child { border-top:none;}
#shop_tokusyo dl dt:first-child + dd { border-top:none;}

#shop_form .product_01 + .product_post{
  padding: 10px 0;
}
#shop_form .product_post .item{
  padding-top: 5px;
  padding-bottom: 5px;
}
#shop_form .product_post .item_list > .form{
  margin: 0;
}
#shop_form .mw_wp_form_preview .product_post .item{
  margin: 0;
}
#shop_form .mw_wp_form_preview .product_post .item_list > .form{
  padding-top: 10px;
}

#shop_form .acd-check {
    display: none;
}
#shop_form .acd-label {
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 20px 0;
    position: relative;
    border-top: 1px dotted #666666;
}
#shop_form .acd-label::after {
    background-image: url(../images/shop/icon@2x.png);
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 11px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
    background-size: 11px;
    background-position: center center;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    background-position: right;
    transition: all 0.3s ease-in-out;
  }
#shop_form .acd-check:checked + label.acd-label::after {
    transform: rotate(180deg);
}
#shop_form .acd-content {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    overflow: auto;
}
#shop_form .acd-content table th td{
    overflow: hidden;　　　　/*tableをスクロールさせる*/
    white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
#shop_form .acd-check:checked + .acd-label + .acd-content {
    height: 100%;
    opacity: 1;
    padding: 10px 0;
    visibility: visible;
}
#shop_form #acd-check10 + .acd-label{
    border-bottom: 1px dotted #666666;
}
#shop_form #acd-check10:checked  + .acd-label {
    border-bottom: none;
}
#shop_form #acd-check10:checked  + .acd-label + .acd-content {
    border-bottom: 1px dotted #666666;
}
#shop_form .form_border{
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding: 5px 0;
}
#shop_form .product_01{
  margin-top: 30px;
}
#shop_form .mw_wp_form_preview .acd-check.no_send + .acd-label,
#shop_form .mw_wp_form_preview .acd-check.no_send + .acd-label + .acd-content {
  display: none;
}

/* ------------------------------------------
  iPad768pxSTYLE
  --------------------------------------------- */
  @media all and (min-width: 768px) {
    /* @content */
    #shop_list .shop_post {
      width: 25%;
    }

    #shop_list .thumbnail_img{
      width: 200px;
    }

    .border4{
      border-bottom: 1px dotted #999;
      margin: 10px 0;
    }

    .border4 + .border2 + .shop_post{
      border-left: 1px dotted #999;
    }

    .shop_nex_button{
      display: inline-block;
      padding: 10px 20px 10px 80px;
      background-size: 27px;
      width: 33%;
      float: left;
      min-height: 32vw;
    }

    .shop_pre_button{
      display: inline-block;
      padding: 10px 80px 10px 20px;
      background-size: 27px;
      width: 33%;
      float: right;
      min-height: 32vw;
    }

    .shop_back_button{
      display: inline-block;
      width: 32%;
      margin: 10px 1% 0;
      float: left;
      min-height: 32vw;
      text-align: center;
      line-height: 32vw;
      font-size: 24px;
    }

    .shop_pre_button + .shop_back_button{
      float: right;
    }

    #shop_info .shop_main_img{
      float: left;
      width: 48%;
    }

    #shop_info .shop_main_title{
      float: right;
      width: 48%;
      padding-top: 8%;
    }

    #shop_info .shop_flow li{
      float: left;
      width: 22%;
      text-align: center;
    }

    #shop_info .shop_flow li.yajirushi{
      width: 3%;
      padding-top: 100px;
    }
  }

/* ------------------------------------------
  pc1000pxSTYLE
--------------------------------------------- */
@media all and (min-width: 1000px) {
    /* @content */

  #shop_detail .left{
    width: 40%;
  }

  #shop_detail .right{
    width: 56%;
  }

  .shop_nex_button{
    min-height: 320px;
  }

  .shop_pre_button{
    min-height: 320px;
  }

  .shop_back_button{
    min-height: 320px;
    line-height: 320px;
  }

  #shop_detail .smp_shop_button{
    display: none;
  }

}

@media all and (max-width: 999px) {
  #shop_detail .pc_shop_button{
    display: none;
  }
}
  @media all and (max-width: 767px) {
    /* @content */

    .border2{
      border-bottom: 1px dotted #999;
      margin: 10px 0;
    }

    .border2 + .shop_post{
      border-left: 1px dotted #999;
    }

    #shop_tokusyo dt {
        clear: both;
        float: none;
        padding: 15px 5px 10px;
        width: 100%;
    }
    #shop_tokusyo dd {
        border-top: none;
        margin: 0;
        padding: 0 5px 15px;
    }
    #shop_list .border4{
      margin: 10px 0;
    }

    #shop_info .shop_main_img{
      text-align: center;
    }

    #shop_info .shop_main_title{
      text-align: center;
      padding-top: 20px;
    }

    #shop_info .shop_flow img{
      float: left;
      width: 25%;
    }

    #shop_info .flow_text_con{
      float: left;
      width: 75%;
      padding: 10px;
    }

    #shop_info .flow_title{
      text-align: left;
    }
    #shop_info .shop_flow .yajirushi{
      clear: both;
      padding-left: 12%;
    }
    #shop_info .shop_flow .yajirushi img{
      width: auto;
      float: none;
      transform: rotateZ(90deg);
    }
    
  }
  @media all and (max-width: 480px) {
    /* @content */
    .shop_menu_list4 li{
      width: 100%;
      margin-bottom: 10px;
      text-align: center;
    }

    #shop_info .flow_text_con{
      padding: 0px 10px;
    }
    /* 20240523 */
    #shop_info h4{
      margin-bottom: 10px;
      }
    #shop_info .shop_flow{
        margin: 0 !important;
      }
    #shop_info .flow_text_con{
        padding: 0 0 0 10px;
      }
    .shop_menu_list4{
      flex-wrap: wrap;
      justify-content: space-between;
    }
    #shop_info .flow_title{
      margin-top: 0;
    }
  }

