@charset "UTF-8";
  /*カレンダー*/
.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{ background-color:transparent !important; color: rgba(57, 57, 57, 0.2) !important;}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7), .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n){ color: #0080e8 !important;}
.flatpickr-day.today{background-color: transparent !important;color: rgba(57, 57, 57, 0.4) !important;border-color: #ff9000 !important;}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  visibility: hidden;
  pointer-events: none;
}

@media screen and (min-width: 641px) {
  * {
    font-family: "Noto Sans JP", sans-serif;
  }

  body {
    color: #333;
    background: url(../../img/lp05/pc_index_fv_background_cover.jpg) no-repeat center/cover;
    background-attachment: fixed;
  }

  a {
    width: inherit;
    height: inherit;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover {
    opacity: 0.8;
  }

  img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ly_inner {
    width: 640px;
    margin: 0 auto;
    background: #fff;
  }

  /*----------- header -----------*/
  .bl_header_logo {
    width: 250px;
    margin: 0 auto;
  }

  /*----------- form -----------*/
  .ly_form {
    padding: 0 0 80px;
  }

  .bl_form_flow {
    width: 581px;
    margin: 90px auto 0;
  }

  .bl_form_txt {
    width: 585px;
    font-size: 28px;
    line-height: 1.3;
    margin: 55px auto 0;
  }

  .ly_form form {
    margin-top: 60px;
  }

  .ly_form dl {
    width: 580px;
    margin: 0 auto;
  }

  .ly_form dl .error,
  .ly_form .error {
    display: block;
    width: 100%;
    color: #df3434;
    font-size: 14px;
    padding-bottom: 8px;
  }

  .ly_form .bl_privacypolicy_agree ~ p.error {
    padding-top: 20px;
    padding-left: 114px;
  }

  .ly_form dl+dl {
    margin-top: 20px;
  }

  .ly_form dt {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    background: #ff9000;
    color: #fff;
    border-radius: 10px;
    padding: 22px 30px;
  }

  .ly_form dt::after {
    content: "任意";
    background: #fff;
    color: #000;
    color: initial;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 3px 10px;
    font-weight: bold;
    width: 61px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ly_form dt label {
    font-weight: 500;
    line-height: 1.3;
  }

  .ly_form dd {
    margin-top: 18px;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .ly_form dl.req dt::after {
    content: "必須";
    color: #ff9000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .ly_form input[type=text],
  .ly_form input[type=tel],
  .ly_form input[type=email],
  .ly_form input[type=tel],
  .ly_form input[type=email],
  .ly_form textarea,
  .ly_form select {
    border: solid 1px #bababa;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 20px;
    resize: none;
    cursor: pointer;
  }
  .ly_form input[type=text]::placeholder,
  .ly_form input[type=tel]::placeholder,
  .ly_form input[type=email]::placeholder,
  .ly_form input[type=tel]::placeholder,
  .ly_form input[type=email]::placeholder,
  .ly_form textarea::placeholder {
    color: #bababa !important;
  }
  .ly_form select::placeholder {
    color: #333 !important;
  }
  .ly_form select#pref {
    margin-bottom: 18px;
  }
  .ly_form input[type=text]#date {
    width: 330px;
    background: url(../../img/lp05/sp_form_calendar_icon.png) no-repeat right 15px center/50px 42px, #fff;
  }
  .ly_form .bl_date_details {
    margin-top: 18px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-size: 22px;
  }

  .ly_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../img/lp05/sp_form_arrow_button.png) no-repeat right 15px center/26px, #fff;
  }

  .ly_form select#time {
    width: 230px;
    margin-left: 10px;
  }

  .ly_form select:invalid {
    color: #bababa;
  }

  .ly_form textarea {
    height: 200px;
  }

  .bl_form_note {
    color: #5f5f5f;
    font-size: 24px;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 15px;
  }

  .office select {
    color: #000;
    opacity: 1;
  }

  .bl_inquiry_store_wrapper.is_show {
		display: flex;
	}

	.bl_inquiry_store_wrapper {
		display: none;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 10px;
		margin: 0 0;
		border-radius: 10px;
		gap: 15px 0;
		align-items: center;
	}

	.bl_inquiry_store_wrapper input[type=radio] {
		position: absolute;
		opacity: 0;
	}

	.bl_inquiry_store_wrapper input[type=radio] + label {
		width: 49%;
		display: inline-block;
		font-size: 24px;
		line-height: 1.3;
		padding: 10px;
		border: 2px #faa619 solid;
		border-radius: 10px;
		background: #fff;
		cursor: pointer;
	}

	.bl_inquiry_store_wrapper input[type=radio] + label:before {
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		text-align: center;
		margin-right: 5px;
		border-radius: 100%;
		border: 1px solid #757575;
		vertical-align: middle;
		position: relative;
		cursor: pointer;
		transition: all 250ms ease;
	}

	.bl_inquiry_store_wrapper input[type=radio]:checked + label:before {
		background-color: #faa619;
		box-shadow: inset 0 0 0 4px #f4f4f4;
	}

	.bl_inquiry_store_wrapper input[type=radio]:focus + label:before {
		outline: none;
		border-color: #faa619;
	}

	.bl_inquiry_store_wrapper input[type=radio]:disabled + label:before {
		box-shadow: inset 0 0 0 4px #f4f4f4;
		border-color: #b4b4b4;
		background: #b4b4b4;
	}
	.bl_inquiry_store_wrapper input[type=radio] + label:empty:before {
		margin-right: 0;
	}

	.bl_inquiry_store_wrapper input[type=radio] + label span {
		width: 200px;
		line-height: 1.3;
		display: inline-block;
		vertical-align: middle;
	}

  .bl_privacypolicy_agree {
    display: table;
    font-size: 0;
    margin: 56px auto 0;
    position: relative;
  }

  .bl_privacypolicy_agree input[type=checkbox] {
    display: none;
  }

  .bl_privacypolicy_agree input[type=checkbox]+label {
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    padding-left: 50px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .bl_privacypolicy_agree input[type=checkbox]+label a {
    color: #5eafe0;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    display: inline;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_privacypolicy_agree input[type=checkbox]+label a:hover {
    text-decoration: none;
    opacity: 1;
  }

  .bl_privacypolicy_agree input[type=checkbox]+label::before {
    content: "";
    background: #fff;
    border: 1px solid #bababa;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .bl_privacypolicy_agree input[type=checkbox]+label::after {
    content: "";
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    display: block;
    opacity: 0;
    width: 12px;
    height: 22px;
    position: absolute;
    left: 12px;
    bottom: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .bl_privacypolicy_agree input[type=checkbox]:checked+label::after {
    opacity: 1;
  }

  .bl_form_confirm {
    width: 560px;
    margin: 80px auto 0;
  }

  .bl_form_confirm input {
    border: none;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .bl_form_confirm input.bl_form_confirmBtn {
    font-size: 0;
  }

  .bl_form_confirmBtn {
    width: 100%;
    height: 122px;
    background: url(../../img/lp05/sp_form_button.png) no-repeat center/cover;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_form_confirmBtn:hover {
    opacity: 0.8;
  }

  .bl_send_list {
    width: 560px;
    margin: 80px auto 0;
  }

  .bl_send_list input {
    border: none;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .bl_send_list input.bl_form_sendBtn {
    font-size: 0;
  }

  .bl_form_sendBtn {
    width: 100%;
    height: 122px;
    background: url(../../img/lp05/sp_confirm_button.png) no-repeat center/cover;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_form_sendBtn:hover {
    opacity: 0.8;
  }

  .bl_form_prevBtn {
    font-size: 24px;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    margin-top: 20px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_mail_details{
    font-size: 22px !important;
  }

  .bl_form_prevBtn:hover {
    text-decoration: none;
    opacity: 1;
  }

  .bl_thanks_ttl {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.1176470588;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 55px;
  }

  .bl_thanks_txt {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    margin: 40px 30px 0;
  }

  .bl_thanks_top {
    text-align: center;
    margin-top: 125px;
  }

  .bl_thanks_top a {
    font-size: 24px;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    color: #5eafe0;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .bl_thanks_top a:hover {
    text-decoration: none;
    opacity: 1;
  }

  /*----------- footer -----------*/
  .ly_footer {
    text-align: center;
    background: #333;
    margin-top: 175px;
  }

  .bl_footer_copyright {
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    letter-spacing: 0.08em;
  }

  /*# sourceMappingURL=form_pc.css.map */

}

@media screen and (max-width: 640px) {
  * {
    font-family: "Noto Sans JP", sans-serif;
  }

  body {
    color: #333;
  }

  a {
    width: inherit;
    height: inherit;
    display: inline-block;
  }

  img {
    width: 100%;
    height: auto;
    display: block;
  }

  /*----------- header -----------*/
  .bl_header_logo {
    width: 39.0625vw;
    margin: 0 auto;
  }

  /*----------- form -----------*/
  .ly_form {
    padding: 0 0 12.5vw;
  }

  .bl_form_flow {
    width: 90.78125vw;
    margin: 14.0625vw auto 0;
  }

  .bl_form_txt {
    width: 91.4vw;
    font-size: 4.375vw;
    line-height: 1.3;
    margin: 8.28125vw 4.6875vw 0;
  }

  .ly_form form {
    margin-top: 9.375vw;
  }

  .ly_form dl {
    width: 90.625vw;
    margin: 0 auto;
  }

  .ly_form dl .error,
  .ly_form .error {
    display: block;
    width: 100%;
    color: #df3434;
    font-size: 2.188vw;
    padding-bottom: 1.25vw;
  }

  .ly_form .bl_privacypolicy_agree ~ p.error {
    padding-top: 3.125vw;
    padding-left: 17.813vw;
  }

  .ly_form dl+dl {
    margin-top: 3.125vw;
  }

  .ly_form dt {
    min-height: 12.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
    font-size: 4.375vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
    background: #ff9000;
    color: #fff;
    border-radius: 1.5625vw;
    padding: 3.4375vw 4.6875vw;
  }

  .ly_form dt::after {
    content: "任意";
    background: #fff;
    color: #000;
    color: initial;
    font-size: 2.8125vw;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0.46875vw 1.5625vw;
    font-weight: bold;
    width: 9.53125vw;
    height: 5.15625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ly_form dt label {
    font-weight: 500;
    line-height: 1.3;
  }

  .ly_form dd {
    margin-top: 2.8125vw;
    font-size: 4.0625vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .ly_form dl.req dt::after {
    content: "必須";
    color: #ff9000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .ly_form input[type=text],
  .ly_form input[type=tel],
  .ly_form input[type=email],
  .ly_form textarea,
  .ly_form select {
    border: solid 0.15625vw #bababa;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    font-size: 4.0625vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 3.125vw;
    resize: none;
    cursor: pointer;
  }
  .ly_form input[type=text]::placeholder,
  .ly_form input[type=tel]::placeholder,
  .ly_form input[type=email]::placeholder,
  .ly_form textarea::placeholder {
    color: #bababa !important;
  }
  .ly_form select::placeholder {
    color: #333 !important;
  }
  .ly_form select#pref {
    margin-bottom: 2.8125vw;
  }
  .ly_form input[type=text]#date {
    width: 51.5625vw;
    background: url(../../img/lp05/sp_form_calendar_icon.png) no-repeat right 2.34375vw center/7.8125vw 6.5625vw, #fff;
  }
  .ly_form .bl_date_details {
    margin-top: 2.813vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-size: 3.438vw;
  }

  .ly_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../img/lp05/sp_form_arrow_button.png) no-repeat right 2.34375vw center/4.0625vw, #fff;
  }

  .ly_form select#time {
    width: 35.9375vw;
    margin-left: 1.5625vw;
  }

  .ly_form select:invalid {
    color: #bababa;
  }

  .ly_form textarea {
    height: 31.25vw;
  }

  .bl_form_note {
    color: #5f5f5f;
    font-size: 3.75vw;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 2.34375vw;
  }


  .office select {
    color: #000;
    opacity: 1;
    background: none;
  }
  .bl_inquiry_store_wrapper {
		display: none;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 1.56vw;
		margin: 0 0;
		border-radius: 1.56vw;
		gap: 2.34vw 0;
		align-items: center;
	}
	.bl_inquiry_store_wrapper.is_show {
		display: flex;
	}
	.bl_inquiry_store_wrapper input[type=radio] {
		position: absolute;
		opacity: 0;
	}
	.bl_inquiry_store_wrapper input[type=radio] + label {
		width: 49%;
		display: inline-block;
		font-size: 3.75vw;
		line-height: 1.3;
		padding: 1.56vw;
		border: 2px #faa619 solid;
		border-radius: 1.56vw;
		background: #fff;
		cursor: pointer;
	}
	.bl_inquiry_store_wrapper input[type=radio] + label:before {
		content: "";
		display: inline-block;
		width: 4.68vw;
		height: 4.68vw;
		text-align: center;
		margin-right: 0.78vw;
		border-radius: 100%;
		border: 1px solid #757575;
		vertical-align: middle;
		position: relative;
		cursor: pointer;
		transition: all 250ms ease;
	}
	.bl_inquiry_store_wrapper input[type=radio]:checked + label:before {
		background-color: #faa619;
		box-shadow: inset 0 0 0 0.62vw #f4f4f4;
	}
	.bl_inquiry_store_wrapper input[type=radio]:focus + label:before {
		outline: none;
		border-color: #faa619;
	}
	.bl_inquiry_store_wrapper input[type=radio]:disabled + label:before {
		box-shadow: inset 0 0 0 0.62vw #f4f4f4;
		border-color: #b4b4b4;
		background: #b4b4b4;
	}
	.bl_inquiry_store_wrapper input[type=radio] + label:empty:before {
		margin-right: 0;
	}
	.bl_inquiry_store_wrapper input[type=radio] + label span {
		width: 31.25vw;
		line-height: 1.3;
		display: inline-block;
		vertical-align: middle;
	}

  .bl_mail_details{
    font-size: 3.438vw !important;
  }

  .bl_privacypolicy_agree {
    display: table;
    font-size: 0;
    margin: 8.75vw auto 0;
    position: relative;
  }

  .bl_privacypolicy_agree input[type=checkbox] {
    display: none;
  }

  .bl_privacypolicy_agree input[type=checkbox]+label {
    cursor: pointer;
    display: block;
    font-size: 3.75vw;
    font-weight: 500;
    width: 100%;
    padding-left: 7.8125vw;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .bl_privacypolicy_agree input[type=checkbox]+label a {
    color: #5eafe0;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    display: inline;
  }

  .bl_privacypolicy_agree input[type=checkbox]+label::before {
    content: "";
    background: #fff;
    border: 0.15625vw solid #bababa;
    display: block;
    width: 5.625vw;
    height: 5.625vw;
    border-radius: 0.625vw;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .bl_privacypolicy_agree input[type=checkbox]+label::after {
    content: "";
    border-right: 0.3125vw solid #333;
    border-bottom: 0.3125vw solid #333;
    display: block;
    opacity: 0;
    width: 1.875vw;
    height: 3.4375vw;
    position: absolute;
    left: 1.875vw;
    bottom: 1.6875vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .bl_privacypolicy_agree input[type=checkbox]:checked+label::after {
    opacity: 1;
  }

  .bl_form_confirm {
    width: 87.5vw;
    margin: 12.5vw auto 0;
  }

  .bl_form_confirm input {
    border: none;
    font-size: 2.8125vw;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .bl_form_confirm input.bl_form_confirmBtn {
    font-size: 0;
  }

  .bl_form_confirmBtn {
    width: 100%;
    height: 19.0625vw;
    background: url(../../img/lp05/sp_form_button.png) no-repeat center/cover;
  }

  .bl_send_list {
    width: 87.5vw;
    margin: 12.5vw auto 0;
  }

  .bl_send_list input {
    border: none;
    font-size: 2.8125vw;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .bl_send_list input.bl_form_sendBtn {
    font-size: 0;
  }

  .bl_form_sendBtn {
    width: 100%;
    height: 19.0625vw;
    background: url(../../img/lp05/sp_confirm_button.png) no-repeat center/cover;
  }

  .bl_form_prevBtn {
    font-size: 3.75vw;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    margin-top: 3.125vw;
    display: block;
  }

  .bl_thanks_ttl {
    font-size: 5.3125vw;
    font-weight: 500;
    line-height: 1.1176470588;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 8.59375vw;
  }

  .bl_thanks_txt {
    font-size: 4.375vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
    margin: 6.25vw 4.6875vw 0;
  }

  .bl_thanks_top {
    text-align: center;
    margin-top: 19.53125vw;
  }

  .bl_thanks_top a {
    font-size: 3.75vw;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    color: #5eafe0;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  /*----------- footer -----------*/
  .ly_footer {
    text-align: center;
    background: #333;
    margin-top: 27.34375vw;
  }

  .bl_footer_copyright {
    color: #fff;
    font-size: 3.4375vw;
    line-height: 9.375vw;
    letter-spacing: 0.08em;
  }
}

/*# sourceMappingURL=form_sp.css.map */
