@charset "UTF-8";

@charset "UTF-8";
.slider-width {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.still-btn {
  display: none;
}
.reservation-box {
  margin: auto;
  max-width: 780px;
  margin-top: 50px;
}
@media screen and (min-width: 641px) {
  .sp-visible {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-visible {
    display: none !important;
  }
}
br {
  display: none;
}


@media screen and (max-width: 640px) {
  #lp1812-mainvisual {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 620px;
    margin-bottom: 545px;
  }
  #lp1812-mainvisual h1 {
    width: 85%;
    margin: 0 auto;
    padding-top: 40px;
  }
  #lp1812-wrap #lp1812-mainvisual .lp1812-mainvisual-inner {
    margin-top: 0;
  }
}

#lp2003-mainvisual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 640px) {
  #lp2003-mainvisual {
    display: none;
  }
}
#lp2003-mainvisual .content-box {
  width: 1030px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#lp2003-mainvisual .content-box .mv-ttl-box {
  width: 57%;
  position: absolute;
  top: 60px;
  left: 0;
  text-align: center;
}
#lp2003-mainvisual .content-box .mv-ttl-box img:first-child {
  margin-bottom: 10px;
}
#lp2003-mainvisual .content-box .mv-text-box {
  width: 57%;
  position: absolute;
  bottom: 7px;
  left: 0;
}

#lp1812-mainvisual {
  display: none;
}
@media screen and (max-width: 640px) {
  #lp1812-mainvisual {
    display: block;
  }
}

.lp2003-btn-box {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .lp2003-btn-box {
    display: none;
  }
}
.lp2003-btn-box a {
  display: inline-block;
  position: relative;
}
.lp2003-btn-box a img {
  line-height: 0;
}
.lp2003-btn-box a::before {
  content: url(../images/lp201812/contact_btn_white.png);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.lp2003-btn-box a:hover img {
  opacity: 0;
}
.lp2003-btn-box a:hover::before {
  display: block;
}
.reservation-box {
  display: none;
}
.reservation-box.mv-form {
  display: block;
  width: 36%;
  margin: 0 0 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.reservation-box.mv-form .ttl {
  margin-bottom: 10px;
  line-height: 0;
}
.reservation-box.mv-form .item-wrap {
  display: flex;
  padding: 9px 0;
}
.reservation-box.mv-form .item-wrap dt.item-ttl {
  width: 40%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.reservation-box.mv-form .item-wrap dd.item-txt {
  width: 60%;
}
.reservation-box.mv-form .consent-link-box {
  text-align: center;
  margin: 0 0 5px;
}
.reservation-box.mv-form .consent-link-box a.consent-link {
  color: #0000ff;
  font-size: 1.3rem;
}
.reservation-box.mv-form .transmission-inner {
  position: relative;
}
.reservation-box.mv-form .transmission-inner .transmission-btn {
  display: block;
  margin: 0 auto;
}
.reservation-box.mv-form .transmission-inner .ajax-loader {
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
.reservation-box.mv-form .lp2003-form-bottom {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .reservation-box {
    display: block;
  }
}
#lp1812-wrap h2#lp1812-form {
  display: none;
}
@media screen and (max-width: 640px) {
  #lp1812-wrap h2#lp1812-form {
    display: block;
  }
}
.contact-info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  display: none; /*　表示するならblockに */
}
@media screen and (max-width: 640px) {
  .contact-info-box {
    display: none;
  }
}
.contact-info-box img {
  line-height: 0;
}
.contact-info-box a {
  display: block;
}
.contact-info-ttl {
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-info-logo {
  width: 300px;
}
.contact-info-tel {
  width: 320px;
  margin-left: 60px;
}
@media screen and (max-width: 640px) {
  #copyright {
    padding: 40px 0;
    margin-bottom: 119px;
  }
}

#lp2003-footer-fix {
  display: none;
}
@media screen and (max-width: 640px) {
  #lp2003-footer-fix {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  #lp2003-footer-fix a {
    display: block;
    background: #9e2330;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    border-radius: 5px;
  }
}

@media screen and (max-width: 640px) {
  #lp1812-wrap .lp1812-contact {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #lp1812-wrap #lp1812-sec2 {
    padding-top: 0;
    margin-top: -60px;
  }
  #lp1812-wrap #lp1812-sec3 h2 {
    background: #ebebeb;
    padding: 50px 0 30px;
  }
  #lp1812-wrap #lp1812-sec2 ul.lp1812-reasons-list {
    padding-top: 40px;
  }
}


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