@charset "utf-8";
/* CSS Document */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.rsrvTable {
  width: 100%;
}

.rsrvTable tr {
  border-bottom: 1px solid #38393b;
}
@media (min-width: 751px) {
  .rsrvTable tr {
    height: 85px;
  }
}
@media (min-width: 751px) {
  .rsrvTable tr:first-child {
    height: 104px;
    border-top: 1px solid #38393b;
  }
}

.rsrvTable th, .rsrvTable td {
  line-height: 1.6;
  vertical-align: middle;
  font-weight: normal;
}
@media (min-width: 751px) {
  .rsrvTable th, .rsrvTable td {
    width: calc(100% / 9);
  }
}
.rsrvTable th {
  letter-spacing: 0.1em;
}
@media (min-width: 751px) {
  .rsrvTable th {
    padding: 12px 0;
  }
}
.rsrvTable th:first-child {
  text-align: left;
}
@media (min-width: 751px) {
  .pc {
    display: block;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
.rsrvTable__arrow {
  color: #a0a0a0;
}
.rsrvTable .rsrvTable__week {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 751px) {
  .rsrvTable .rsrvTable__week {
    margin-top: 6px;
    font-size: 80%;
  }
}
.rsrvTable th, .rsrvTable td {
  line-height: 1.6;
  vertical-align: middle;
  font-weight: normal;
}
@media (min-width: 751px) {
  .rsrvTable th, .rsrvTable td {
    width: calc(100% / 9);
  }
}
.rsrvTable td {
  position: relative;
  text-align: center;
}
@media (min-width: 751px) {
  .rsrvTable td {
    font-size: 18px;
  }
}
.rsrvTable label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.rsrvTable input[type="radio"] {
  display: none;
}
.rsrvTableConts {}
/*
.rsrvTable__saturday {
  background: #D5E6FF;
}*/
.rsrvTable__sunday {
  /*background: #FFEBFB;*/
    color: #D90000;
}
.pageContents .sec-form .sectionWrap .tableWrap table td .bukkenWrap {
  margin-left: -10px;
  margin-right: 10px;
}
.time_btn {
  display: flex;
  //min-width: 30%;
  margin: 10px;
  padding: 10px 10px 10px 10%;
  border: 1px solid #999;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
@media (max-width: 750px) {
  .time_btn {
    padding-left:17%;
  }
}
.time_btn:hover {
    background-color: #ffeda7;
}
.time_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  right: 2%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #36663A;
  border-left: 2px solid #36663A;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}
.tableWrap table.yoyaku {
  margin-top: 50px;
}
.tableWrap table.yoyaku th label span {
  color: #666;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 10px;
}
@media (max-width: 750px) {
  .rsrvTableConts {
    width: 100%;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
  .rsrvTable th {
    height: 70px;
    font-size: 12px;
    padding: 8px 0;
  }
  .rsrvTable__arrows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 46px;
  }
  .rsrvTableNotice {
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .rsrvTable__arrow {
    letter-spacing: 0.1em;
    font-size: 12px;
  }
}

#pxBase .rsrvTable td img {
    width: 30px;
    margin: auto;
}
#pxBase .tableWrap .time_btn img {
    position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
    width: 20px;
}