.secPlace .secPlaceIn .topText {
  text-align: center;
  font-size: clamp(14px, 3.95vw, 17px);
  line-height: 190%;
  padding: 16px 0 40px 0;
  font-family: "Noto Sans JP", sans-serif;
}
.secPlace .secPlaceIn .areaBox {
  padding: 0 0 46px 0;
}
.secPlace .secPlaceIn .areaBox .areaName {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 14px;
  padding: 0 0 16px 0;
}
.secPlace .secPlaceIn .areaBox .exListWrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.8%;
       column-gap: 2.8%;
  row-gap: 30px;
  overflow: hidden;
  transition: max-height 0.5s, opacity 0.5s;
  max-height: 1000px;
  opacity: 1;
}
.secPlace .secPlaceIn .areaBox .exListWrap .exList {
  width: 48.6%;
}
.secPlace .secPlaceIn .areaBox .exListWrap .exList .exImg {
  padding: 0 0 7px 0;
}
.secPlace .secPlaceIn .areaBox .exListWrap .exList .exName {
  font-size: clamp(14px, 3.72vw, 16px);
  padding: 0 0 6px 0;
  letter-spacing: 0.01em;
  white-space: nowrap;
  font-weight: 600;
}
.secPlace .secPlaceIn .areaBox .exListWrap .exList .exAddress {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 16px 0;
}
.secPlace .secPlaceIn .areaBox .exListWrap .exList .exBtn {
  background: #B51432;
  color: #ffffff;
  display: block;
  padding: 9px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.secPlace .secPlaceIn .areaBox .placeChange {
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
.secPlace .secPlaceIn .areaBox .placeChange .btn {
  color: #737373;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
.secPlace .secPlaceIn .areaBox .placeChange .btn.open {
  display: none;
}
.secPlace .secPlaceIn .areaBox .placeChange .btn.close {
  display: block;
}
.secPlace .secPlaceIn .areaBox.hide .exListWrap {
  max-height: 0px;
  opacity: 0;
}
.secPlace .secPlaceIn .areaBox.hide .btn.open {
  display: block;
}
.secPlace .secPlaceIn .areaBox.hide .btn.close {
  display: none;
}

.secForm {
  background: #F3F3F3;
  padding: 48px 0 32px;
}
.secForm .secFormIn .formTitle {
  text-align: center;
  font-size: clamp(14px, 4.19vw, 18px);
  line-height: 150%;
  font-weight: 600;
  padding: 0 0 42px 0;
}
.secForm .inputBox {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 24px 0;
}
.secForm .inputBox .titleRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 0 10px 0;
}
.secForm .inputBox .titleRow .icon {
  color: #ffffff;
  background: #B51432;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 4px 1px 4px;
  line-height: 105%;
  letter-spacing: 0.06em;
}
.secForm .inputBox .titleRow .titleText {
  font-size: 14px;
}
.secForm .inputBox .inputRow input[type=text],
.secForm .inputBox .inputRow input[type=email],
.secForm .inputBox .inputRow input[type=tel],
.secForm .inputBox .inputRow input[type=number],
.secForm .inputBox .inputRow input[type=date],
.secForm .inputBox .inputRow select,
.secForm .inputBox .inputRow textarea {
  width: 100%;
  background-color: #ffffff;
  padding: 9px;
  font-size: 16px;
}
.secForm .inputBox .inputRow input[type=text]::-moz-placeholder, .secForm .inputBox .inputRow input[type=email]::-moz-placeholder, .secForm .inputBox .inputRow input[type=tel]::-moz-placeholder, .secForm .inputBox .inputRow input[type=number]::-moz-placeholder, .secForm .inputBox .inputRow input[type=date]::-moz-placeholder, .secForm .inputBox .inputRow select::-moz-placeholder, .secForm .inputBox .inputRow textarea::-moz-placeholder {
  color: #959595;
}
.secForm .inputBox .inputRow input[type=text]::placeholder,
.secForm .inputBox .inputRow input[type=email]::placeholder,
.secForm .inputBox .inputRow input[type=tel]::placeholder,
.secForm .inputBox .inputRow input[type=number]::placeholder,
.secForm .inputBox .inputRow input[type=date]::placeholder,
.secForm .inputBox .inputRow select::placeholder,
.secForm .inputBox .inputRow textarea::placeholder {
  color: #959595;
}
.secForm .inputBox .inputRow select {
  background-image: url(../../shared/images/select_arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.secForm .inputBox .inputRow .datepicker {
  background-image: url(../../shared/images/icon_date.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
}
.secForm .inputBox .note {
  color: #B51432;
  font-size: 12px;
  padding: 4px 0 0 0;
}
.secForm .policyText {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.secForm .policyText .policyLink {
  border-bottom: solid 1px #4C4C4C;
}
.secForm .policyText .checkRow {
  padding: 12px 0 32px 0;
}
.secForm .submitButtonArea {
  text-align: center;
}/*# sourceMappingURL=style.css.map */