@charset "UTF-8";
*,
:after,
:before {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

html{
  color-scheme: light !important;
}

body.on_lock {
  overflow-y: hidden;
}

@media screen and (min-width: 641px) {
  body {
    font-size: 18px;
    line-height: 1;
  }
  .pc-none {
    display: none !important;
  }
  a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .page-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .ly_inner {
    width: 1140px;
    margin: 0 auto;
  }
  #header {
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999
  }
  .header-top {
    background: #eef8fa;
    font-size: 11.5px;
    line-height: 24px
  }
  .header-middle-box {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin: 0 auto;
  }
  .bl_header_logo {
    grid-column: 2 / 3;
    justify-self: center;
  }
  .header-middle .header-list {
    height: 100px;
    grid-column: 3 / 4;
    justify-self: end;
  }
  .header-middle .header-list .fb-btn {
    margin-right: 10px
  }
  .header-middle .header-list .insta-btn {
    margin-right: 15px
  }
  .header-middle .mail-box {
    width: 64px;
    height: 64px;
    color: #1f2a41;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #1f2a41;
    border-radius: 5px;
    flex-shrink: 0;
  }
  .ly_form {
    background: url(../../img/form_backgroundImage_pc.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0 120px
  }
  .ly_form .el_form_title {
    display: block;
    color: #333;
    font-size: 40px;
    line-height: 1.8;
    letter-spacing: 6px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .ly_form .el_form_title span {
    display: block;
    color: #42abc5;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
  }
  .ly_form .form-box {
    width: 1140px;
    padding: 70px;
    margin: 0 auto;
    background: #fff;
  }
  .form-box .el_form_contact {
    width: 900px;
    text-align: right;
    font-size: 18px;
    line-height: 2em;
    margin: 0 auto 50px;
  }
  .form-box .form-inputBox .form-inputItemBox {
    display: table;
    width: 100%
  }
  .form-box .form-inputBox .form-inputItemBox + .form-inputItemBox {
    margin-top: 35px
  }
  .form-box .form-inputBox .form-inputItemBox .date,
  .form-box .form-inputBox .form-inputItemBox .etc,
  .form-box .form-inputBox .form-inputItemBox .store {
    width: 100%
  }
  .form-box .form-inputBox .form-inputItemBox .form-inputItem {
    display: table-cell;
    vertical-align: bottom;
    width: 430px;
    padding-right: 60px
  }
  .form-box .form-inputBox .form-inputItemBox .form-inputItem + .form-inputItem {
    padding: 0 0 0 60px;
  }
  .form-box .form-inputBox .form-inputItem.req dl dt label::after {
    content: "※";
    color: #ce0202
  }
  .form-box .form-inputBox .form-inputItem dl dt {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 1.8em
  }
  .form-box .form-inputBox .form-inputItem dl dt label {
    font-weight: 700
  }
  .form-box .form-inputBox .form-inputItem dl dt span {
    display: block;
    font-size: 16px;
    margin-bottom: 15px
  }
  .form-box .form-inputBox .form-inputItem input,
  .form-box .form-inputBox .form-inputItem select,
  .form-box .form-inputBox .form-inputItem textarea {
    width: 100%;
    font-size: 18px;
    line-height: 1.6em;
    padding: .5em;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
  }
  .form-box .form-inputBox .age select,
  .form-box .form-inputBox .store select {
    width: 300px;
  }
  .bl_inquiry_store_wrapper {
    display: none;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 12px;
  }
  .bl_inquiry_store_wrapper.is_show {
    display: flex;
    margin-top: 30px;
  }
  .bl_inquiry_store {
    display: block;
    width: 220px;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 15px 50px;
    border: 1px #bfbfbf solid;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
  }
  .bl_inquiry_store input[type="radio"] {
    opacity: 0;
    position: absolute;
  }
  .bl_inquiry_store::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px #bfbfbf solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 12.5px;
    transform: translateY(-50%);
  }
  .bl_inquiry_store:has(input[type="radio"]:checked) {
    background: #4ecbff;
  }
  .bl_inquiry_store:has(input[type="radio"]:checked)::before {
    border: none;
  }
  .bl_inquiry_store:has(input[type="radio"]:checked)::after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #4ecbff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 17.5px;
    transform: translateY(-50%);
  }
  .form-box .select-box {
    display: inline-block;
    vertical-align: middle;
    position: relative
  }
  .form-box .select-box::after {
    content: "▼";
    font-size: 18px;
    line-height: 2em;
    margin-top: -1em;
    top: 50%;
    right: .5em;
    bottom: 0;
    position: absolute
  }
  .form-box #date01,
  .form-box #date02 {
    width: 220px;
  }
  .form-box #time01,
  .form-box #time02 {
    width: 7em;
    margin-left: .5em
  }
  .form-box #select_area {
    width: 9em;
  }
  .form-box .date-list {
    display: table
  }
  .form-box .date-list>li {
    display: table-cell;
    vertical-align: middle
  }
  .form-box .date-list>li+li {
    padding-left: 1em
  }
  .form-box .date-list>li span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-left: .5em
  }
  .form-box .date-listBox>span {
    color: #fff;
    font-size: 18px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    padding: .3em 1em;
    border-radius: 5px;
    margin-right: 1em
  }
  .form-box .date-listBox .date-list {
    display: inline-block;
    vertical-align: middle
  }
  .form-box .date-listBox + .date-listBox {
    margin-top: 20px
  }
  .form-box .bl_privacyPolicy {
    max-width: 800px;
    margin: 0 auto 30px;
  }
  .bl_terms_of_use .bl_terms_of_useBox {
    margin-bottom: 20px;
  }
  .form-box .bl_temrms_of_use_txt {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
  }
  .form-box #nextBtn {
    margin: 50px 0;
  }
  .form-box #nextBtn input[type=submit] {
    background: #f5641d;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    width: 600px;
    line-height: 80px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0
  }
  
  /*--------------------------------------------------*/
  /*　form.confirm　*/
  #form.confirm {
    padding: 0
  }
  #form.confirm .form-box {
    padding: 70px 70px 120px
  }
  #form.confirm .cont-inner {
    margin: 70px auto 130px
  }
  #form.confirm .confirmTable {
    width: 800px;
    margin: 0 auto 70px;
    display: block
  }
  #form.confirm .confirmTable tr {
    display: block;
    padding: .8em 0;
    border-bottom: 1px solid
  }
  #form.confirm .confirmTable tr.req label::after {
    content: "※";
    color: #ce0202
  }
  #form.confirm .confirmTable tbody {
    display: block
  }
  #form.confirm .confirmTable td, #form.confirm .confirmTable th {
    display: inline-block;
    vertical-align: middle
  }
  #form.confirm .confirmTable th {
    border-right: 1px solid;
    padding-right: 1em
  }
  #form.confirm .confirmTable th.wide {
    display: block;
    padding: 0;
    border: 0;
    margin-bottom: 10px
  }
  #form.confirm .confirmTable th label {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em
  }
  #form.confirm .confirmTable td {
    font-size: 18px;
    padding-left: 1em
  }
  #form.confirm .confirmTable td.wide {
    padding: 0;
    display: block
  }
  #form.confirm .footer-btn {
    display: none
  }
  
  /*--------------------------------------------------*/
  /*　form.thanks　*/
  #form.thanks {
    padding: 0
  }
  #form.thanks .form-box {
    padding: 70px 70px 120px
  }
  #form.thanks .thanks-txt {
    margin-bottom: 80px
  }
  #form.thanks .thanks-txt p {
    font-size: 20px;
    line-height: 1.6em
  }
  #form.thanks .thanks-txt p + p {
    margin-top: 1em
  }
  #form.thanks #goTop {
    text-align: center;
  }
  #form.thanks #goTop a {
    color: #0b1830;
    font-size: 18px
  }
  #form.thanks #goTop a:hover {
    text-decoration: none
  }
  #sendBtn {
    margin-top: 50px
  }
  #sendBtn input[type=submit] {
    background: #f5641d;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    width: 600px;
    line-height: 80px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0
  }
  #prevBtn {
    background: #9f9f9f;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 380px;
    line-height: 80px;
    border-radius: 5px;
    margin: 40px auto 0;
    border: 0;
    cursor: pointer
  }
  #prevBtn span {
    font-weight: bold;
    display: block
  }
  .thanks-red{
    color: #f21c54;
  }
  .ly_footer {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 70px 0 15px;
    background: #1f2a41;
    position: relative;
  }
  .ly_footer .bl_footer_btn {
    position: absolute;
    top: -49px;
    right: calc(50% - 600px);
  }
  .ly_footer .el_footer_logo {
    margin-bottom: 35px;
  }
  .ly_footer .el_business_hour {
    margin-bottom: 30px;
  }
  .ly_footer .bl_privacypolicy {
    margin-bottom: 60px;
  }
  .ly_footer .bl_privacypolicy a {
    color: #fff;
    text-align: center;
    text-decoration: underline;
  }
  .ly_footer .el_copyright {
    display: block;
    color: #9099ac;
  }
}

@media screen and (max-width: 640px) {
  img {
    width: 100%;
    height: auto;
  }
  .sp-none {
    display: none !important;
  }
  span {
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
  }
  a,
  a:visited,
  a:link {
    color: inherit;
    text-decoration: none;
    letter-spacing: inherit;
  }
  /*　form　*/
  #header {
    padding: 2.34vw;
    border-bottom: 1px solid #d5eaef;
  }
  #header .bl_header_logo {
    width: 17.34vw;
    margin: 0 auto;
  }
  .ly_form {
    padding: 9.37vw 0 15.62vw;
    background: #fff;
  }
  .ly_form .el_form_title {
    display: block;
    color: #333;
    font-size: 6.25vw;
    line-height: 1.8;
    letter-spacing: 0.93vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6.25vw;
  }
  .ly_form .el_form_title span {
    display: block;
    color: #42abc5;
    font-size: 2.81vw;
    letter-spacing: 0.46vw;
    font-weight: bold;
  }
  .ly_form .el_form_contact {
    text-align: right;
    font-size: 4.06vw;
    margin-bottom: 6.25vw;
  }
  .ly_form .form-inputBox {
    width: 93.75vw;
    margin: 0 auto;
  }
  .ly_form .form-inputBox .form-inputItemBox {
    width: 100%
  }
  .ly_form .form-inputBox .form-inputItemBox+.form-inputItemBox {
    margin-top: 1.5em
  }
  .ly_form .form-inputBox .form-inputItem+.form-inputItem {
    margin-top: 1.5em
  }
  .ly_form .form-inputBox .form-inputItem input,
  .ly_form .form-inputBox .form-inputItem select,
  .ly_form .form-inputBox .form-inputItem textarea {
    width: 100%;
    font-size: 4.06vw;
    line-height: 1.5;
    padding: 2.34vw 1.56vw;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
  }
  .ly_form .form-inputBox .form-inputItem textarea {
    width: 100%
  }
  .ly_form .form-inputBox .form-inputItem input[type=email],
  .ly_form .form-inputBox .form-inputItem input[type=tel],
  .ly_form .form-inputBox .form-inputItem input[type=text] {
    width: 100%;
  }
  .ly_form .form-inputBox .form-inputItem.req dl dt label::after {
    content: "※";
    color: #ce0202
  }
  .ly_form .form-inputBox .form-inputItem dl dt {
    color: #333;
    font-size: 4.06vw;
    font-weight: bold;
    margin-bottom: 1.56vw;
  }
  .ly_form .form-inputBox .form-inputItem dl dt label {
    font-weight: bold;
  }
  .ly_form .form-inputBox .form-inputItem dl dt span {
    display: block;
    font-size: 4.06vw;
    margin-bottom: 1em;
  }
  .ly_form .select-box {
    display: inline-block;
    vertical-align: middle;
    position: relative
  }
  .ly_form .select-box::after {
    content: "▼";
    font-size: 1rem;
    line-height: 2em;
    margin-top: -1em;
    top: 50%;
    right: 0.7em;
    bottom: 0;
    position: absolute
  }
  .form-box .form-inputBox .age .select-box,
  .form-box .form-inputBox .store .select-box {
    width: 100%;
  }
  .bl_inquiry_store_wrapper {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.87vw;
  }
  .bl_inquiry_store_wrapper.is_show {
    display: flex;
    margin-top: 4.68vw;
  }
  .bl_inquiry_store {
    display: block;
    width: 45.31vw;
    font-size: 4.06vw;
    padding: 2.34vw 0 2.34vw 7.81vw;
    border: 1px #bfbfbf solid;
    border-radius: 0.78vw;
    position: relative;
    cursor: pointer;
  }
  .bl_inquiry_store input[type="radio"] {
    opacity: 0;
    position: absolute;
  }
  .bl_inquiry_store::before {
    content: '';
    width: 3.9vw;
    height: 3.9vw;
    border: 1px #bfbfbf solid;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 1.87vw;
    transform: translateY(-50%);
  }
  .bl_inquiry_store:has(input[type="radio"]:checked) {
    background: #4ecbff;
  }
  .bl_inquiry_store:has(input[type="radio"]:checked)::before {
    border: none;
  }
  .bl_inquiry_store:has(input[type="radio"]:checked)::after {
    content: '';
    width: 2.34vw;
    height: 2.34vw;
    background-color: #4ecbff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2.65vw;
    transform: translateY(-50%);
  }
  .ly_form #date01,
  .ly_form #date02 {
    width: 70.3125vw;
  }
  .ly_form #time01,
  .ly_form #time02 {
    width: 7em;
    margin-left: 0.5em
  }
  .ly_form .date-list {
    display: table
  }
  .ly_form .date-list > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8em
  }
  .ly_form .date-list > li span {
    font-size: 4.06vw;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.3em
  }

  .ly_form .date-listBox > span {
    color: #fff;
    font-size: 4.06vw;
    background: #000;
    padding: 0.3em 1em;
    border-radius: 5px;
    margin-right: 0;
    display: block;
    margin-bottom: 1em
  }
  .ly_form .date-listBox+.date-listBox {
    margin-top: 1em
  }
  .ly_form .date-listBox .select-hour {
    display: block;
    margin-right: 0;
    margin-top: 0.8em
  }
  .form-box .bl_privacyPolicy {
    width: 87.5vw;
    margin: 0 auto 4.68vw;
  }
  .bl_terms_of_use .bl_terms_of_useBox {
    margin-bottom: 3.12vw;
  }
  .form-box .bl_temrms_of_use_txt {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 1.56vw;
  }

  /*--------------------------------------------------*/
  /*　form.confirm　*/
  #form.confirm {
    padding: 0
  }
  #form.confirm .confirmTable {
    width: 93.75vw;
    margin: 0 auto 6.25vw;
    display: block
  }
  #form.confirm .confirmTable tr {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid
  }
  #form.confirm .confirmTable tr.req label::after {
    content: "※";
    color: #ce0202
  }
  #form.confirm .confirmTable tbody {
    display: block
  }
  #form.confirm .confirmTable td,
  #form.confirm .confirmTable th {
    display: inline-block;
    vertical-align: middle
  }
  #form.confirm .confirmTable th {
    border-right: 1px solid;
    padding-right: 0.5em
  }
  #form.confirm .confirmTable th.wide {
    display: block;
    padding: 0;
    border: 0;
    margin-bottom: 0.3em
  }
  #form.confirm .confirmTable th label {
    font-size: 4.06vw;
    font-weight: bold;
    line-height: 2em
  }
  #form.confirm .confirmTable td {
    font-size: 4.06vw;
    padding-left: 0.5em
  }
  #form.confirm .confirmTable td.wide {
    padding: 0;
    display: block
  }
  #nextBtn {
    margin: 7.81vw 0;
  }
  #nextBtn input[type=submit] {
    background: #f5641d;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    width: 90%;
    line-height: 3.4em;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
    -webkit-appearance: none;
    border: none
  }
  #sendBtn {
    margin-top: 1.5em
  }
  #sendBtn input[type=submit] {
    background: #f5641d;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    width: 90%;
    line-height: 3.4em;
    border-radius: 5px;
    margin: 0 auto;
    border: none;
    -webkit-appearance: none
  }
  #prevBtn {
    background: #9f9f9f;
    color: #fff;
    display: block;
    font-size: 4.06vw;
    font-weight: bold;
    text-align: center;
    width: 70%;
    line-height: 3.4em;
    border-radius: 5px;
    margin: 1em auto 0;
    border: 0;
    cursor: pointer
  }
  #prevBtn span {
    font-weight: bold;
    display: block
  }
  #form.thanks {
    padding: 0
  }
  #form.thanks .form-box {
    width: 93.75vw;
    padding: 2em 0 3em;
    margin: 0 auto;
  }
  #form.thanks #header {
    position: static
  }
  #form.thanks .thanks-txt {
    margin-bottom: 2em
  }
  #form.thanks .thanks-txt p {
    font-size: 4.06vw;
    line-height: 1.6em;
    text-align: left
  }
  #form.thanks .thanks-txt p+p {
    margin-top: 1em
  }
  #form.thanks #goTop a {
    color: #0b1830;
    font-size: 4.06vw;
  }
  .thanks-red{
    color: #f21c54;
  }
  .ly_footer {
    color: #fff;
    font-size: 4.06vw;
    text-align: center;
    padding: 10.93vw 0 2.34vw;
    background: #1f2a41;
    position: relative;
  }
  .ly_footer .bl_footer_btn {
    position: absolute;
    top: -11.71vw;
    right: 3.12vw;
  }
  .ly_footer .el_footer_logo {
    width: 26.25vw;
    margin: 0 auto 5.46vw;
  }
  .ly_footer .el_business_hour {
    margin-bottom: 4.68vw;
  }
  .ly_footer .bl_privacypolicy {
    font-size: 3.75vw;
    margin-bottom: 9.37vw;
  }
  .ly_footer .bl_privacypolicy a {
    color: #fff;
    text-align: center;
    text-decoration: underline;
  }
  .ly_footer .el_copyright {
    display: block;
    color: #9099ac;
    font-size: 3.12vw;
  }
}