.btnFix {
    display: none !important;
}

.p-formRadio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.p-formRadio .mwform-radio-field{
  box-sizing: border-box;
}

.p-formBox .mwform-checkbox-field input, .p-formBox .mwform-radio-field input {
  margin-right: 0;
}

.p-formBox-radio .mwform-radio-field {
  margin-right: 5px;
}

.l-visualForm {
  margin-top: 10px;
  padding: 52px 0;
  background: url(/images/common/bg_archive.jpg) center 0 repeat;
  text-align: center;
}

.l-visualPage-title-main {
  font-size: 40px;
  font-family: "Noto Serif Japanese", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 1)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.6));
}

@media screen and (max-width: 768px) {
  .p-formRadio {
    grid-template-columns: repeat(1, 1fr);
  }
  .mwform-checkbox-field label {
    text-indent: -1.5em;
    padding-left: 1.5em;
    display: inline-block;
    line-height: 1.7;
  }
  .p-agreeBox {
    text-align: center;
  }
  .l-visualForm {
    margin-top: 17%;
    padding: 30px 0;
  }

  .l-visualPage-title-main {
    font-size: 24px;
    font-weight: 600;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: initial !important;
}

.nameTable {
  width: 100%;
  border-collapse: collapse;
}

.nameTable td {
  padding: 10px;
  width: 50%;
}

.nameTable label {
  display: block;
}

.nameTable input {
  width: 100%;
}

.ui-datepicker {
  width: 300px;
  padding: 15px;
  border: 2px solid #f195be;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(241, 149, 190, 0.2);
  background-color: #fef1f3;
}

.ui-datepicker-header {
  background: linear-gradient(to right, #f195be, #f07ab5);
  color: #fff;
  border-radius: 6px;
  padding: 12px;
}

.ui-datepicker-title {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  color: #fff;
  background: transparent;
  border: none;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.ui-datepicker table {
  margin: .2em 0 .2em !important;
}

.ui-datepicker td {
  padding: 6px;
  text-align: center;
}

.ui-datepicker th {
  background-color: #fce4ec;
  padding: 10px 6px;
  color: #f195be;
  font-weight: 600;
  border-radius: 4px;
}

.ui-datepicker-calendar .ui-state-default {
  background-color: #fff;
  border: 1px solid #f195be;
  border-radius: 4px;
  padding: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #333;
}

.ui-datepicker-calendar .ui-state-default:hover {
  background-color: #fef1f3;
  border-color: #f195be;
  color: #f195be;
  transform: scale(1.05);
}

.ui-datepicker-calendar .ui-state-active {
  background: linear-gradient(to right, #f195be, #f07ab5) !important;
  border-color: #f195be !important;
  color: #fff !important;
  border-radius: 4px;
  font-weight: 600;
}

.ui-datepicker-calendar .ui-state-highlight {
  background-color: #fce4ec;
  border-color: #f195be;
  color: #f195be;
}

.ui-datepicker-calendar .ui-state-disabled {
  color: #e0b0c0;
  cursor: not-allowed;
  opacity: 0.6;
}

.p-customercenter-ttl {
    background: linear-gradient(90deg, #f8d0e0 60%, #f6c4d8);
    margin: 70px 0 30px;
    padding: 20px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 166.7%;
    color: #543d2c;
    letter-spacing: 0.05em;
}

.p-customercenter-txt {
    font-size: 13px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 2.2em;
}
.p-customercenter-phone {
    background-color: #E35B8D;
    position: relative;
    width: 480px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    transition: all .3s;
    box-sizing: border-box;
    color: #fff;
    font-size: 50px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 20px 0 20px 90px;
}
.p-customercenter-phone:hover {
    text-decoration: none;
}
.p-customercenter-phone:before {
    content: '';
    display: block;
    background-image: url(../../images/common/icon_call.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 58px;
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}
.p-customercenter-opentime {
    font-size: 20px;
    margin-top: 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    text-align: center;
}
.p-customercenter-txtBox {
    background-color: #FEF2F6;
    padding: 15px;
    width: min(100%, 716px);
    margin: 0 auto;
    box-sizing: border-box;
}
.p-customercenter-txtBox strong {
  color: #E15483;
  font-weight: normal;
}
.p-customercenter-info {
  margin-top: 36px;
  padding: 35px 50px;
  background-color: #F0F6FB;
  border-radius: 10px;
}
.p-customercenter-info_heading {
  font-size: 20px;
  color: #396587;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.p-customercenter-info_lead {
  font-size: 13px;
  margin-bottom: 1.8em;
  line-height: 2.2em;
  letter-spacing: normal;
  text-align: center;
}
.p-customercenter-info_subttl {
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  position: relative;
  padding-left: 3.5em;
  margin-bottom: 0;
  line-height: 2.4;
}
.p-customercenter-info_subttl:before {
  content: '▶▶▶';
  display: block;
  color: #396587;
  flex-shrink: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-customercenter-info_flex {
  display: flex;
  gap: 50px;
}
.p-customercenter-info_item {
  flex: 1;
}
.p-customercenter-info_list {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
}
.p-customercenter-info_list li {
  list-style: disc;
  margin-bottom: 0;
}
.p-customercenter-info_list li::marker {
  color: #396587;
}
.p-customercenter-info_reserve {
  background: linear-gradient(to right, #ff5f2d, 40%, #ffd500 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.8em 0;
  transition: all .3s;
  position: relative;
}
.p-customercenter-info_reserve:hover {
  text-decoration: none;
  opacity: .8;
}
.p-customercenter-info_reserve:before {
  content: '';
  display: block;
  background-size: cover;
  background-image: url(../../images/common/icon_reserve.png);
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.p-customercenter-info_reserve:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.p-customercenter-info_reserve span {
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-weight: bold;
}
.p-customercenter-info_reserve .--subtxt {
  font-size: 12px;
}
.p-customercenter-info_reserve p {
  margin-top: 10px;
}
.p-whiteBox {
  margin-top: clamp(40px, 5vw, 70px);
}
.pc-none {
  display: none !important;
}
.sp-none {
  display: block !important;
}
.center {
  text-align: center !important;
}
.u-txt {
  font-size: 13px;
  line-height: 2.2em;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-customercenter {
    width: 94%;
    margin-inline: auto;
  }
  .p-customercenter-ttl {
    padding-left: 15px;
    font-size: 20px;
    margin: 30px 0 25px;
    line-height: 1.5;
  }
  .p-customercenter-phone {
    width: 100%;
    font-size: 36px;
    padding-block: clamp(15px, 3vw, 30px);
    padding-inline: 60px 0;
  }
  .p-customercenter-phone:before {
    width: min(58px, calc(calc(58 / 750) * 100vw));
    height: min(38px, calc(calc(38 / 750) * 100vw));
    top: -3px;
    left: clamp(20px, 4vw, 40px);
  }
  .p-customercenter-opentime {
    font-size: 16px;
    margin-top: 7px;
  }
  .p-customercenter-info {
    padding-block: clamp(15px, 3vw, 30px) 40px;
    padding-inline: clamp(20px, 4vw, 40px);
  }
  .p-customercenter-info_lead {
    text-align: left;
  }
  .p-customercenter-info_flex {
    flex-direction: column;
    gap: 0;
  }
  .p-customercenter-info_list {
    padding-top: clamp(10px, 2vw, 20px);
    padding-bottom: clamp(10px, 2vw, 20px);
    padding-left: clamp(30px, 6vw, 30px);
  }
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
  .center {
    text-align: left !important;
  }
}