#price-ttl {
    font-size: 24px;
    text-align: center;
    margin: 100px 0px 30px 0px;
}

#price-base,
#price-add {
    background-color: #E8EDF0;
    padding: 20px 20px;
    width: 100%;
    border-radius: 3px;
    font-size: 24px;
    text-align: center;
    line-height: 200%;
}

#price-plus {
    text-align: center;
}

#price-plus i {
    font-size: 50px;
    color: #666;
    margin-top: 40px;
}

#price-etc {
    font-size: 16px;
    line-height: 200%;
    margin: 30px auto 50px auto;
    width: 97%;
}

.tb {
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-radius: 3px;
    width: 97%;
    margin: 0px auto;
}

.tb th,
.tb td {
    font-size: 18px;
    padding: 20px;
    border-bottom: 1px inset #ccc;
}

.tb th {
    background-color: #fff;
}

#lb-total {
    font-size: 26px;
    font-weight: bold;
    color: #444;
    text-align: right;
}

#total {
    font-size: 32px;
    color: #BE4553;
    font-weight: bold;
}


/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    border: 2px solid #707070;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}


/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 0px;
    left: 5px;
    font-size: 37px;
    line-height: 0.7;
    color: #BE4553;
    transition: all .2s;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}


/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #EEEEEE;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999999;
}

[type="checkbox"]:disabled+label {
    color: #aaaaaa;
}


/* accessibility */

[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    border: 2px dotted #BE4553;
}


/* hover style just for information */

label:hover:before {
    border: 2px solid #4778d9!important;
    background: #ffffff
}

#s2 {
    background-color: #C74C5B;
    height: 180px;
    margin-top: 90px;
    margin-bottom: 90px;
}

#s2 .row .col-md-6,
#s2 .row .col-md-1,
#s2 .row .col-md-5 {
    padding: 0px;
}

#bt-tel {
    color: #fff;
    font-size: 17px;
    margin-top: 30px;
    text-align: center;
    margin-left: -40px;
}

#bt-tel b {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

#bt-tel span {
    font-size: 46px;
    color: #fff;
    display: block;
}

#bt-tel span i {
    color: #fff;
}

#open-time {
    color: #fff;
    font-size: 16px;
}

#person {
    max-width: 80px;
    top: 40px;
    position: absolute;
}


@media (max-width: 960px) {

  .row, .wrap .col-md-5, .wrap .col-md-2 {
    padding: 0px;
  }
  .wrap{
    width: 100%;
    padding-left: 3%;
    padding-right:3%;
  }

  .tb {
      border-width: 0px;
  }

  .tb th,.tb td {
      border-width: 0px;
  }


  th {
    display: block;
    width: 100%;
    clear: both;
    border-width:0px;
  }
  td {
    border-width:0px;
    display: block;
    float: left;
  }
  .td1 {
    width:80%;
    text-align: right;
  }
  .td2 {
    width: 20%;
  }


  #s2 .row {
    width:100%;
  }
  #bt-tel {
      color: #fff;
      font-size: 13px;
      margin-top: 10px;
      padding-left:10px;
      margin-left:0px;
      text-align: center;
      width:100%;
  }

  #bt-tel b {
      font-size: 16px;
      color: #fff;
      font-weight: 500;
  }

  #bt-tel span {
      margin-top:14px;
      font-size: 28px;
      color: #fff;
      display: block;
  }

  #bt-tel span i {
      color: #fff;
  }
}
