/*banner*/
.banner{
  width: 100%;
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.banner-box{
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-text{
  position: absolute;
  width: 100%;
  max-width: 1280px;
  padding: 0 22px;
  left: 50%;
  top: 46%;
  transform: translate(-50%,-50%);
}
.banner-text h3{
  margin: 0;
  padding: 0;
  font-size: 40px;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
.banner-text p{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ddd;
  text-align: center;
  line-height: 1.3;
}
.banner-image{
  width: 100%;
  height: 100%;
}
.banner-image .wap{
  display: none;
}
.banner-image .pc{
  width: 100%;
  height: 100%;
}
.banner-image .wap{
  width: 100%;
  height: 100%;
}
.banner-image .pc img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-image .wap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media(max-width: 1068px){
  .banner{
    height: 240px;
  }
  .banner-text h3{
    font-size: 32px;
  }
  .banner-text p{
    font-size: 16px;
  }
}
@media(max-width: 734px){
  .banner-image .pc{
    display: none;
  }
  .banner-image .wap{
    display: block;
  }
}

.appointment-content{
  padding: 10px 0;
}
.appointment-wrapper {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    padding: 0 10px;
}
.appointment-search-box{
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.appointment-search-inner{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.appointment-search-form{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.appointment-search-form-unit{
  display: flex;
  align-items: center;
  gap: 10px;
}
.privacy-unit .privacy{
  width: 100%;
  display: flex;
  gap: 6px;
  align-items: center;
}
.privacy-unit .privacy input[type="checkbox"]{
  transform: scale(1.2);
  cursor: pointer;
}
.appointment-search-form label:first-child{
  display: flex;
  flex: 1;
}
.appointment-search-form label:last-child{
  display: flex;
  min-width: 100px;
  flex-shrink: 0
}
.appointment-search-form button{
  all: unset;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-size: 16px;
  height: 40px;
  color: #1d1d1f;
  text-align: center;
  background-color: #2468de;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appointment-search-form button:disabled{
  opacity: .5;
  cursor: not-allowed;
}
.appointment-search-form button:not(:disabled):hover{
  background-color: #0f5ada;
}
.appointment-search-form input[type="text"]{
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.appointment-search-notice{
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  font-weight: 400;
}

.result-list-title{
  padding: 16px 18px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.result-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.result-list li{
  padding: 16px 18px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.result-list li .line{
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
.result-list li .line span:first-child{
  width: 140px;
  padding: 6px 10px;
  line-height: 1.3;
  background-color: #f7f7f7;
  word-break: break-all;
}
.result-list li .line span:last-child{
  width: calc(100% - 142px);
  padding: 6px 10px;
  line-height: 1.3;
  background-color: #f7f7f7;
  word-break: break-all;
}
@media only screen and (max-width: 734px){
  .appointment-search-wrapper{
    max-width: 450px;
  }
  .appointment-search-box{
    padding: 20px 14px;
  }
  .appointment-search-form input[type="text"]{
    height: 34px;
    padding: 0 14px;
    font-size: 14px;
  }
  .appointment-search-form button{
    height: 34px;
    font-size: 14px;
  }
  .appointment-search-notice{
    font-size: 12px;
  }
}

/*Pagination*/
.loop-control{
  padding: 18px 20px;
  background-color: #fff;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.list-pagination .pagination{
  justify-content: center;
}
.list-pagination .pagination{
  margin: 0;
  padding: 0;
}
.list-pagination .pagination{
  display: flex;
  gap: 5px;
}
.list-pagination .pagination button{
  all: unset;
  display: block;
  width: 100%;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.list-pagination .pagination span{
  display: flex;
    align-items: center;
    justify-content: center;
}
.list-pagination .pagination button{
  font-size: 15px;
    line-height: 26px;
    height: 26px;
    padding: 0 8px;
/*    border: 1px solid #e1e1e1;*/
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    color: #1d1d1f;
    font-weight: 400;
}
.list-pagination .pagination button:disabled{
  cursor: not-allowed;
  color: #9e9e9e;
/*  border-color: #e1e1e1;*/
}
.list-pagination .pagination button.active{
  background-color: #1772f6;
  color: #fff;
  font-weight: 600;
}
.list-pagination .pagination button:not(.active):hover{
  background-color: #eee;
}
.list-pagination .pagination button:disabled:hover{
  background-color: inherit;
}
@media only screen and (max-width: 734px){
  .loop-control{
    padding: 12px;
    margin-top: 10px;
  }
  .list-pagination{
    width: 100%;
  }
  .list-pagination .pagination span{
    display: none;
  }
  .list-pagination .pagination{
    width: 100%;
    justify-content: space-between;
  }
  .list-pagination .pagination span:first-child,
  .list-pagination .pagination span:last-child{
    display: flex;
    width: calc(50% - 5px);
  }
  .list-pagination .pagination span:first-child,
  .list-pagination .pagination span:last-child{
  }
  .list-pagination .pagination button {
    font-weight: 600;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e1e1e1;
  }
    .list-pagination .pagination button:disabled {
      cursor: not-allowed;
      color: #9e9e9e;
  }
}
@media only screen and (max-width: 734px){
}


/*加载动画*/
.loading{
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.loading-feed{
  margin-bottom: 10px;
}
.loading-box{
  min-height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-spinner {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.loading-spinner span {
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}
.loading-spinner span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-spinner span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  from {
    transform: translateY(0);
    opacity: 0.5;
  }
  to {
    transform: translateY(-8px);
    opacity: 1;
  }
}
@media(max-width: 734px){
  .loading{
    margin-top: 10px;
  }
}




.appointment-extra ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.appointment-extra ul li{
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  width: calc(50% - 5px);
}
.appointment-extra ul li a{
  display: flex;
  padding: 36px 18px;
  gap: 20px;
  align-items: center;
}
.appointment-extra ul li h5{
  margin: 0;
  font-size: 16px;
}
.extra-text{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.error-notice{
  padding: 16px 18px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  color: red;
}
@media(max-width: 734px){
  .appointment-extra ul li a{
    flex-direction: column;
    gap: 10px;
  }
  .extra-text{
    gap: 4px;
    text-align: center;
  }
}