.searchCalWidget * {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
}

.searchCalWidget select {
  padding: 0.25em 1em;
  font-size: 16px;
  outline: none;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.searchCalWidget select::-ms-expand {
  display: none;
}

.searchCalElement > ul {
  list-style: none;
  margin: 0 0 1em;
}

.searchCalElement > ul > li {
  width: 100%;
}

.searchCalElement > ul > li li {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #ddd;
}

.searchCalElement > ul > li li dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.searchCalElement > ul > li li dl dt {
  font-size: 14px;
}

.searchCalElement > ul > li li dl dt span {
  margin-left: 0.25em;
  font-size: 11px;
}

.searchCalElement > ul > li li dl dd {
  margin-left: auto;
}

.searchCalButton {
  padding: 0 0 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchCalButton input {
  padding: 0.4em 2em;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.searchCalSelectBox {
  padding: 0 0 0.5em;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.searchCalSelectBox > div > ol > li button {
  width: 28px;
  height: 27px;
}

.searchCalNote {
  display: flex;
  justify-content: space-between;
  padding: 1em 0 1em;
}

.searchCalNote ol {
  list-style: none;
  display: flex;
}

.searchCalNote li {
  margin-right: 1.5em;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.searchCalNote li svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  fill: #333;
}

.searchCalNote p {
  font-size: 13px;
  line-height: 16px;
}

.searchCalSelect {
  margin-left: auto;
  padding: 0 0 1em;
  display: flex;
  align-items: stretch;
}

.searchCalSelect ol {
  list-style: none;
  display: flex;
  align-items: stretch;
}

.searchCalSelect ol li {
  margin-left: 5px;
}

.searchCalSelect ol li button {
  padding: 5px 5px 4px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  border: 1px solid #999;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
}

.searchCalSelect ol li button:disabled {
  opacity: 0.5;
}

.searchCalSelect ol li svg {
  width: 16px;
  height: 16px;
  fill: #666;
  pointer-events: none;
}

.searchCalAdult dt > span {
  color: #666666;
  margin-left: 1em;
}

.searchCalChildren {
  font-size: 14px;
}

.searchCalChildren dt > span {
  color: #666666;
  margin-left: 1em;
}

.searchCalChildren dd > span {
  margin: 0 2px;
}

#searchCal > dl > dt {
  padding: 0 0 0.5em;
  font-size: 16px;
  font-weight: 700;
}

#searchCal > dl > dd ul {
  list-style: none;
  display: flex;
}

#searchCal > dl > dd ul li {
  padding: 0.25em;
  font-size: 11px;
  text-align: center;
  background: #eee;
  flex: 1;
}

#searchCal > dl > dd ul li:first-child {
  color: #ff4d4d;
}

#searchCal > dl > dd ul li:last-child {
  color: #006dd9;
}

#searchCal > dl > dd ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border: solid #ddd;
  border-width: 1px 0 0 1px;
}

#searchCal > dl > dd ol li {
  width: 14.28571%;
  min-height: 70px;
  position: relative;
  border: solid #ddd;
  border-width: 0 1px 1px 0;
}

#searchCal > dl > dd ol li dl {
  padding-bottom: 1.25em;
}

#searchCal > dl > dd ol li dt {
  padding-top: 0.25em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#searchCal > dl > dd ol li:nth-child(7n) dt {
  color: #006dd9;
}

#searchCal > dl > dd ol li:nth-child(7n-6) dt {
  color: #ff4d4d;
}

#searchCal > dl > dd ol li.none dl {
  opacity: 0.25;
  cursor: not-allowed;
}

#searchCal > dl > dd ol li dl dd {
  padding: 0.25em 0 0.5em;
  display: flex;
  justify-content: center;
}

#searchCal > dl > dd ol li dl dd svg {
  width: 20px;
  height: 20px;
  fill: #333;
}

#searchCal > dl > dd ol li dd p {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-indent: -0.4em;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
}

@media screen and (max-width: 640px) {
  #searchCal > dl > dd ol li dd p {
    transform: scaleX(0.75);
    bottom: 0;
  }
}
.searchCalWidget {
  max-width: 1000px;
  margin: auto;
}
.searchCalWidget .shareholder_small_btn a {
  display: block;
  text-decoration: none;
  background: #CEBB6F;
  color: #222;
  text-align: center;
  padding: 10px 20px;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 3px;
  line-height: 1.6;
  max-width: 450px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 896px) {
  .searchCalWidget .shareholder_small_btn a {
    padding: 10px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .searchCalWidget .shareholder_small_btn a {
    font-size: 4.2vw;
  }
}
.searchCalWidget .shareholder_small_btn a br.sponly {
  display: none;
}
@media screen and (max-width: 896px) {
  .searchCalWidget .shareholder_small_btn a br.sponly {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .searchCalWidget .shareholder_small_btn a span.pconly {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .searchCalWidget .shareholder_small_btn a span.pconly {
    display: none;
  }
}
.searchCalWidget .shareholder_small_btn a span.sponly {
  display: none;
}
@media screen and (max-width: 896px) {
  .searchCalWidget .shareholder_small_btn a span.sponly {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .searchCalWidget .shareholder_small_btn a span.sponly {
    display: inline;
  }
}
.searchCalWidget select {
  min-width: 70px;
  height: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .searchCalWidget select {
    min-width: 60px;
    font-size: 14px;
  }
}
.searchCalWidget .searchCalElement {
  max-width: 800px;
  margin: auto;
}
.searchCalWidget #childrenCount {
  padding-right: 1em;
}
.searchCalWidget .searchCalButton input {
  padding: 0.8em 2em;
}
.searchCalWidget .searchCalChildren {
  margin-top: 15px;
}
.searchCalWidget #searchCal > dl > dt {
  text-align: center;
  font-size: 20px;
}
.searchCalWidget .searchCalElement > ul > li li dl dt {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .searchCalWidget .searchCalElement > ul > li li dl dt {
    font-size: 12px;
  }
}
.searchCalWidget .searchCalElement > ul > li li dl dt span {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .searchCalWidget .searchCalElement > ul > li li dl dt span {
    font-size: 10px;
  }
}

@media screen and (max-width: 640px) {
  .searchCalNote {
    flex-wrap: wrap;
  }
  .searchCalNote ol {
    display: flex;
    flex-wrap: wrap;
  }
  .searchCalNote ol li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}