@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@600&display=swap");
/* responsive
--------------------------------*/
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.p-lp {
  line-break: strict;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
.p-lp *, .p-lp ::before, .p-lp ::after {
  box-sizing: border-box;
}
.p-lp__btn {
  display: flex;
  justify-content: center;
}
.p-lp__btn a {
  max-width: 585px;
  width: 100%;
  height: 91px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
  background-color: #FB4C4C;
  box-shadow: 4px 5px 0 #C94A4A;
}
@media print, screen and (min-width: 768px) {
  .p-lp__btn a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-lp__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-lp__btn a {
    height: 51px;
    padding-right: 30px;
    font-size: 22px;
    box-shadow: 2px 3px 0 #C94A4A;
  }
}
.p-lp__btn a::after {
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  background: #fff url(../img/lp/btn_arrow_pc.svg) no-repeat center/auto auto;
}
@media screen and (max-width: 767px) {
  .p-lp__btn a::after {
    width: 33px;
    height: 33px;
    right: 10px;
    background-image: url(../img/lp/btn_arrow_sp.svg);
  }
}
.p-lp__header {
  padding: 8px;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, #FCFFFC 3%, #FFFFFF 28%, #EEECE2 100%);
}
@media screen and (max-width: 767px) {
  .p-lp__header {
    border-top: 5px solid #FF6D15;
  }
}
.p-lp__header-logo {
  max-width: 397px;
}
@media screen and (max-width: 767px) {
  .p-lp__header-logo {
    width: 82%;
  }
}
.p-lp__main {
  max-width: 980px;
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-lp__main {
    margin-top: 29px;
  }
}
.p-lp__mv-img {
  text-align: center;
}
.p-lp__mv-txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-lp__mv-txt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.p-lp__mv-btn {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-lp__mv-btn {
    margin-top: 12px;
  }
}
.p-lp__content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-lp__content {
    margin-top: 30px;
  }
}
.p-lp__content-box {
  margin-bottom: 30px;
}
.p-lp__content .img {
  margin-top: 1.5em;
}
.p-lp__content p {
  line-height: 1.8;
}
.p-lp__content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.p-lp__content img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.p-lp__content img.alignright {
  float: right;
  margin: 0 0px 15px 15px;
}
.p-lp__content ol {
  list-style-position: inside;
}
.p-lp__cta {
  margin-top: 50px;
}
.p-lp__cta-box {
  max-width: 880px;
  margin: 69px auto 0;
  border: 4px solid #FFA260;
  border-radius: 24px;
  padding: 23px 16% 20px;
  position: relative;
  text-align: center;
  background: linear-gradient(to top, #FFEDC7 0%, #FFFBF4 74%);
}
@media screen and (max-width: 767px) {
  .p-lp__cta-box {
    margin-top: 43px;
    border-width: 3px;
    border-radius: 13px;
    padding: 13px 5px 14px;
  }
}
.p-lp__cta-box::before, .p-lp__cta-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-lp__cta-box::before, .p-lp__cta-box::after {
    content: none;
  }
}
.p-lp__cta-box::before {
  width: 16%;
  aspect-ratio: 139/144;
  left: 3.5%;
  background-image: url(../img/lp/cta_img01.png);
}
.p-lp__cta-box::after {
  width: 16.5%;
  aspect-ratio: 143/150;
  right: 3%;
  background-image: url(../img/lp/cta_img02.png);
}
.p-lp__cta-txt {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-lp__cta-txt {
    font-size: 16px;
  }
}
.p-lp__cta-tel {
  z-index: 2;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lp__cta-tel {
    margin-top: 10px;
  }
}
.p-lp__cta-tel a {
  padding-left: 97px;
  padding-right: 12px;
  color: #F20000;
  font-size: 62px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  background: url(../img/lp/cta_tel.svg) no-repeat left center/auto 48px;
}
@media screen and (max-width: 767px) {
  .p-lp__cta-tel a {
    padding-left: 62px;
    padding-right: 8px;
    font-size: 40px;
    background-size: 47px auto;
  }
}
.p-lp__cta-time {
  margin-top: 10px;
  padding-left: 64px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-lp__cta-time {
    margin-top: 6px;
    padding-left: 24px;
    font-size: 12px;
  }
}
.p-lp__showroom {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-lp__showroom {
    margin-top: 40px;
  }
}
.p-lp__showroom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .p-lp__showroom-list {
    gap: 24px;
  }
}
.p-lp__showroom-item {
  width: calc((100% - 68px) / 3);
  border: 2px solid #FFA260;
}
@media screen and (max-width: 767px) {
  .p-lp__showroom-item {
    width: 100%;
  }
}
.p-lp__showroom-item-name {
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #FFA260;
}
@media screen and (max-width: 767px) {
  .p-lp__showroom-item-name {
    padding: 11px;
    font-size: 22px;
  }
}
.p-lp__showroom-item-img {
  margin: 16px 14px 0;
}
@media screen and (max-width: 767px) {
  .p-lp__showroom-item-img {
    margin: 18px 15px 0;
  }
}
.p-lp__showroom-item-info {
  margin: 16px 14px 0;
}
@media screen and (max-width: 767px) {
  .p-lp__showroom-item-info {
    margin: 17px 15px 0;
  }
}
.p-lp__showroom-item-txt {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-lp__showroom-item-txt {
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.p-lp__showroom-item-txt::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #D5D5D5;
}
@media screen and (max-width: 767px) {
  .p-lp__showroom-item-txt::before {
    width: 7px;
    height: 7px;
    top: 0.55em;
  }
}
.p-lp__showroom-item-map {
  aspect-ratio: 272/138;
  margin: 10px 14px 16px;
}
@media screen and (max-width: 767px) {
  .p-lp__showroom-item-map {
    margin: 17px 15px;
  }
}
.p-lp__showroom-item-map iframe {
  width: 100%;
  height: 100%;
}
.p-lp__form {
  max-width: 730px;
  margin: 64px auto 0;
}
@media screen and (max-width: 767px) {
  .p-lp__form {
    font-size: 12px;
  }
}
.p-lp__footer {
  margin-top: 80px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-lp__footer {
    margin-top: 72px;
  }
}
.p-lp__footer-copy {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp__footer-copy {
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.8333333333;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  input[type=checkbox], input[type=radio] {
    margin-bottom: 3px;
  }
  #content30-form table td span.wpcf7-list-item {
    gap: 5px;
  }
  #content30-form .radio-type label {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #content30-form .radio-type label input {
    margin-bottom: 0;
  }
  #content30-form table td input[type=text], #content30-form table td input[type=tel], #content30-form table td input[type=email] {
    border-width: 1px;
  }
}
