@media screen and (min-width: 897px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
}

.conciergedesk {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (min-width: 897px) {
  .conciergedesk {
    width: 100%;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk {
    width: 94%;
  }
}

.ponteskirt__type {
  width: 90%;
  max-width: 750px;
}

@media screen and (min-width: 897px) {
  .ponteskirt__type {
    margin: 0 auto;
  }
}

@media screen and (max-width: 896px) {
  .ponteskirt__type {
    margin: 0 auto 50px;
  }
}

.conciergedesk__type__wrapper #consumer:checked ~ .tab__btn .normal_label {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 896px) {
  .conciergedesk__type__wrapper #consumer:checked ~ .tab__btn .normal_label {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 0;
  }
}

.conciergedesk__type__wrapper #consumer:checked ~ .tab__panel #consumer {
  display: block;
}

.conciergedesk__type__wrapper #business:checked ~ .tab__btn .yuttari_label {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 896px) {
  .conciergedesk__type__wrapper #business:checked ~ .tab__btn .yuttari_label {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 0;
  }
}

.conciergedesk__type__wrapper #business:checked ~ .tab__panel #business {
  display: block;
}

.conciergedesk .tab {
  width: 100%;
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab {
    margin: 80px auto;
    border: 1px solid #ddd;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab {
    margin: 0 auto;
  }
}

.conciergedesk .tab__input {
  display: none;
  font-size: 0;
}

.conciergedesk .tab__btn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab__btn:before,
  .conciergedesk .tab__btn::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #999;
    bottom: 0;
  }
  .conciergedesk .tab__btn:before {
    left: -10px;
  }
  .conciergedesk .tab__btn:after {
    right: -10px;
  }
}

.conciergedesk .tab__btn__label {
  width: 50%;
  display: inline-block;
  padding: 12px 0;
  color: #999;
  background: #ddd;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  transition: ease 0.2s opacity;
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab__btn__label {
    border-bottom: 1px solid #999;
  }
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab__btn__label__txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab__btn__label__txt {
    font-size: 11px;
  }
}

.conciergedesk .tab__btn__label__txt__bold {
  font-family: serif;
  text-shadow: 1px 2px 3px #ffffff;
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab__btn__label__txt__bold {
    font-size: 22px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab__btn__label__txt__bold {
    font-size: 15px;
  }
}

.conciergedesk .normal_label .tab__btn__label__txt__bold {
  color: #ae1460;
}

.conciergedesk .yuttari_label .tab__btn__label__txt__bold {
  color: #124463;
}

.conciergedesk .tab__panel {
  background: #fff;
}

.conciergedesk .tab__panel__inr {
  width: 100%;
  display: none;
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab__panel__inr {
    padding: 80px 5%;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab__panel__inr {
    padding: 10% 3%;
  }
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab .contact__bnr {
    width: 400px;
    margin: 0 auto 7%;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab .contact__bnr {
    width: 80%;
    margin: 0 auto 5%;
  }
}

.conciergedesk .tab .contact__bnr__img {
  width: 100%;
}

.conciergedesk .tab .contact__title {
  margin-bottom: 5%;
}

.conciergedesk .tab .contact__title__txt {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.conciergedesk .tab .contact .form__table {
  width: 100%;
  color: #333;
  font-size: 13px;
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab .contact .form__table {
    display: block;
  }
  .conciergedesk .tab .contact .form__table tr,
  .conciergedesk .tab .contact .form__table tbody {
    width: 100%;
    display: block;
  }
}

.conciergedesk .tab .contact .form__head {
  padding: 10px 0;
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab .contact .form__head {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab .contact .form__head {
    font-size: 10px;
    display: block;
    width: 100%;
    font-weight: bold;
  }
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab .contact .form__head-space {
    padding-left: 60px;
  }
}

.conciergedesk .tab .contact tr:last-child .form__head {
  border-bottom: none;
}

.conciergedesk .tab .contact .form__head__txt {
  background-color: #be447f;
  color: #fff;
  padding: 4px;
  font-size: 10px;
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab .contact .form__head__txt {
    margin-right: 15px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab .contact .form__head__txt {
    margin-left: 4px;
  }
}

.conciergedesk .tab .contact .form__head__attention {
  display: block;
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab .contact .form__head__attention {
    font-size: 10px;
    padding-right: 26px;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab .contact .form__head__attention {
    font-size: 10px;
    font-weight: normal;
  }
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab .contact .form__contents {
    width: 60%;
    height: 82px;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab .contact .form__contents {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
}

.conciergedesk .tab .contact tr:last-child .form__contents {
  border-bottom: none;
}

.conciergedesk .tab .contact .form__contents__input {
  padding: 6px 10px;
  font-size: 15px;
}

.conciergedesk .tab .contact .form__contents__input_select {
  -webkit-appearance: none;
  background: #f1f1f1 url(https://styledeli.itembox.design/item/contents/conciergedesk/assets/images/select-arrow.png) right 5px top 50% no-repeat scroll;
  background-size: 10px auto;
  border: 1px solid #DEDEDE;
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab .contact .form__contents__upload::-webkit-file-upload-button {
    background: #ccc;
    font-size: 12px;
    color: #000;
    padding: 5px 7px;
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab .contact .form__contents__input_mail {
    max-width: 400px;
  }
}

.conciergedesk .tab .contact .form__contents__input_textarea {
  height: 200px;
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab .contact .form__contents__input_textarea {
    max-width: 400px;
    margin: 25px 0;
  }
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab .contact .form__contents__input_select {
    max-width: 290px;
  }
}

.conciergedesk .tab .contact .form__submit__input {
  background: #333;
  color: #fff;
  padding: 11px;
  font-size: 15px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 897px) {
  .conciergedesk .tab .contact .form__submit__input {
    width: 400px;
  }
}

@media screen and (max-width: 896px) {
  .conciergedesk .tab .contact .form__submit__input {
    width: 80%;
  }
}

.conciergedesk .tab .contact .form__attention {
  padding: 10px;
}
