.tab__content{
 padding: 20px 0px;
}

.tab__venue-button-unit{
  background: #0A7DAE;
  padding: 40px 0;
  display: block;
  text-align: center;
}

.tab__venue-button-unit .lab{
  font-size: 1.4rem;
  margin: 0px 0 31px 0;
  color: #FFF;
  font-weight: bold;
}

input[type=text] {
  font-size: 16px;
  transform: scale(0.8);
}

.btn-saiyasu{
  color: #0A7DAE;
  font-size: 1.8rem;
  background: #F8D719;
  border-radius: 5px;
  padding: 20px 100px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.area-detail__item-table td:nth-of-type(1){
  text-align: left;
  padding: 5px;
}

.area-detail__item-table td:nth-of-type(2){
  text-align: right;
  padding: 5px;
}

.btn-saiyasu img{
  position: absolute;
  top: -27px;
  right: 0px;
  width: 90px;
  z-index: 1;
}

@media (max-width: 768px){
  .tab__venue-unit {
    padding: 0 10px;
  }
}