@charset "UTF-8";

@media print, screen and (min-width:481px) {
    .usd_phbox .float_l10 img {
      width: 160px;
      height: auto
    }
    .zaiko_box {
      width: 1000px;
      border-bottom: 2px solid #CCC;
      margin: 20px 0 40px;
      display: block;
      cursor: pointer;
    }
    .zaiko_box_soldout {
      background-color: #efefef
    }
    .zaiko_box:hover {
      background-color: rgba(248, 240, 157, 0.5)
    }
    .zaiko_box div.clearfix::after {
      content: '';
      display: block;
      clear: both;
    }

}

@media screen and (max-width:480px) {
    .zaiko_box {
      margin: 0 0 20px;
    }
    .bkknname h2 {
      font-size: 16px;
      line-height: 20px;
      margin-top: 3px
    }
    .bkknname .rebtn {
      margin-left: 0px
    }
    .bkknname {
      border-bottom: 1px solid #ccc;
      width: 100%;
      margin: 0 0 10px;
    }
}

.zaiko_box_soldout {
  overflow: hidden;
}

.zaiko_box_soldout .usdbox {
  position: relative;
  overflow: visible;
}

.zaiko_box_soldout .usdbox::before {
  content: "";
  display: block;
  background: url("/common/v2/images/banner_soldout-2214b2863b8376f91a0a180f7f069875.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  width: 410px;
  height: 109px;
  margin: auto;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.zaiko_box_soldout .usdbox::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: -52px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 480px) {
    .zaiko_box_soldout {
      background-color: #efefef
    }
    .zaiko_box_soldout .usdbox::before {
        background-size: 73%;
        width: auto;
        height: 109px;
        top: 0;
    }
    .zaiko_box_soldout .usdbox::after {
        bottom: 0;
    }
}
/*
 * --------------------------------------------------------------------------------------------------------
 * PC
 * --------------------------------------------------------------------------------------------------------
 */
@media print, screen and (min-width:481px) {
    .usdbox {
      width: 1000px;
      overflow: hidden;
      position: relative
    }
    .usd_infobox, .usd_detailbox {
      font-size: 12px;
      line-height: 12px;
      margin-bottom: 5px;
    }
    .usd_detailbox {
      float: right;
    }
    .usd_detailbox ul li {
      float: left
    }
    .usd_detailbox ul li:nth-child(6) {
      clear: both;
    }
    .usd_phbox {
      width: 190px;
      position: relative;
      overflow: hidden
    }
    .usd_phbox_removed {
      width: 190px;
      overflow: hidden;
      vertical-align: top;
    }
    .usd_detail {
      height: 76px;
      padding: 2px;
      width: 74px;
    }
    .usd_detail_ttl {
      background-color: #f6f6f6;
      text-align: center;
      padding: 4px;
    }
    .usdinbox {
      width: 1000px;
      overflow: hidden;
      margin: 10px 0 15px;
      position: relative;
      font-size: 13px;
    }
    .usdinbox_end {
      width: 1000px;
      padding: 0 0 15px;
      position: relative;
      font-size: 13px;
    }
    .usdinbox_end::after {
      content: '';
      display: block;
      clear: both;
    }
    .shop_bottom_box {
      padding: 10px 0;
      font-size: 16px;
      border-top: 1px solid #ccc;
    }
    .kakakutxt {
      font-size: 28px;
      font-weight: bold;
      color: #0055B8;
      margin: 0 3px;
      line-height: 30px;
    }
    .kakakutxt_hontai {
      font-size: 25px;
      font-weight: bold;
      margin: 0 2px;
      line-height: 30px;
    }
    .kakakutxt_syouhiyou {
      font-size: 25px;
      font-weight: bold;
      margin: 0 2px;
      line-height: 30px;
    }
    .telbox {
      float: right;
      width: 250px;
      padding: 0;
      text-align: center;
      font-size: 17px;
      line-height: 30px;
      font-weight: 900;
      color: #EE3440
    }

}
/*
 * --------------------------------------------------------------------------------------------------------
 * SP
 * --------------------------------------------------------------------------------------------------------
 */
@media screen and (max-width: 480px) {
    .usdbox {
      width: 100%;
      overflow: hidden;
      padding: 9px 0 0 0;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #ccc;
    }
    .usd_detailbox {
      width: 100%;
      font-size: 12px;
      line-height: 12px;
    }
    .usd_detailbox ul li {
      float: left;
      min-width: 50%;
      max-width: 50%;
    }
    .usd_detailbox ul li.usd_detail_last {
      min-width: 100%;
      max-width: 100%;
    }
    .usd_detailbox ul li:nth-child(2n+1) {
      clear: both;
    }
    .usd_phbox {
      width: 230px !important;
      position: static !important;
    }
    .usd_phbox__inner {
      position: relative;
    }
    .usd_phbox img {
      width: 100%;
      height: auto;
    }
    .usd_phbox_removed {
      width: 35%;
      overflow: hidden;
      vertical-align: top;
    }
    
    .usd_other {
      width: 50%;
      height: 40px
    }
    .usd_other_sp {
      width: 50%;
      height: 40px
    }
    .usd_other span {
      display: none
    }
    dl.usd_detail {
      width: 100%;
      margin: 2px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
    }
    dt.usd_detail_ttl {
      background-color: #f6f6f6;
      padding: 6px 6px 5px;
      margin-right: 3px;
      float: left;
      max-width: 40%;
      min-width: 60px;
    }
    .usdinbox_end {
      width: 100%;
      overflow: hidden;
      padding-bottom: 10px;
      margin-bottom: 4px
    }

}