@charset "UTF-8";
/************* LP-RESERVATION STYLE *************/
.t-center {
  display: block;
  text-align: center;
}

.pcdisp {
  display: block;
}

.spdisp {
  display: none;
}

.bg-gray {
  background: #f9f9f9;
  padding-bottom: 40px;
}

#servicelogo {
  width: 350px;
  padding-top: 10px;
}

.mainimage_left {
  width: 55%;
  padding-top: 150px;
}

.mainimage_right {
  width: 30%;
  left: 60%;
}

#lp-factor {
  height: auto;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}
#lp-factor .lp-inner {
  height: auto;
  min-height: 560px;
}
#lp-factor .text-box {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #73c5c2;
  color: #FFF;
  text-align: center;
}
#lp-factor .text-box-sp {
  width: 100%;
  height: auto;
  line-height: 1.7;
}
#lp-factor .factor-01 {
  padding: 20px;
}
#lp-factor .factor-02 {
  padding: 30px 20px 20px;
}
#lp-factor .foctor_headline {
  font-family: "Shuei MaruGo B", "秀英丸ゴシック B", "A-OTF 秀英丸ゴシック Std B";
  font-size: 24px;
  margin-bottom: 10px;
}
#lp-factor .factor_image {
  display: block;
  width: 85%;
  margin: 0 auto 15px;
}

#lp-point .headline_point {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 15px;
  display: block;
}

#lp-distinctive .circle-btn {
  position: relative;
  min-width: 235px;
}
#lp-distinctive .circle-btn::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#lp-distinctive .circle-btn .circle-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5;
  display: table;
}
#lp-distinctive .circle-btn .circle-text span {
  display: table-cell;
  vertical-align: middle;
}

#lp-voice .lp-inner {
  background: none;
}
#lp-voice img.headline {
  width: 100%;
  max-width: 480px;
  padding-top: 40px;
}
#lp-voice .customersvoice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0;
}
#lp-voice .customersvoice .customersvoice-item {
  flex-grow: 1;
  width: 48%;
  margin-bottom: 30px;
}
#lp-voice .customersvoice .customersvoice-item div {
  vertical-align: top;
}
#lp-voice .customersvoice .customersvoice-item:nth-child(2n) {
  margin-left: 2%;
}
#lp-voice .customersvoice .customer-image {
  display: inline-block;
  width: 200px;
  margin-right: 15px;
}
#lp-voice .customersvoice .customer-image img {
  border-radius: 50%;
}
#lp-voice .customersvoice .customer-info {
  display: inline-block;
  width: calc(100% - 200px - 20px);
  line-height: 1.5;
  padding-top: 30px;
}
#lp-voice .customersvoice .customer-info .customer-headline {
  position: relative;
  margin-bottom: 1rem;
  font-family: "Shuei MaruGo B";
  font-size: 18px;
}
#lp-voice .customersvoice .customer-info .customer-headline span {
  position: absolute;
  top: -30px;
  display: block;
  font-family: "RoundedMgen1pRegular";
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  background: #c3e4e3;
  border-radius: 20px;
}
#lp-voice .customersvoice .customer-info .customer-headline::after {
  content: " 様";
}
#lp-voice .customersvoice .customer-info .customer-voice {
  margin-bottom: 15px;
  font-size: 14px;
}
#lp-voice .customersvoice .customer-info .customer-name {
  font-family: "Shuei MaruGo B";
  font-size: 12px;
  text-align: right;
  margin-right: 1rem;
  margin-top: 1rem;
}

@media (max-width: 1000px) {
  .lp-inner {
    padding: 0 20px;
  }
  .mt- {
    margin-top: 0;
  }
}
@media screen and (max-width: 980px) {
  .circle-btn span {
    width: 100%;
    height: 100%;
    min-width: 236px;
    min-height: 236px;
  }
}
@media (max-width: 767px) {
  .lp-inner {
    width: 100%;
  }
  #servicelogo {
    width: 240px;
    padding-top: 5px;
  }
  #lp-voice .customersvoice {
    margin: 30px 0;
  }
  #lp-voice .customersvoice .customersvoice-item {
    border-top: 2px dotted #c3e4e3;
    padding-top: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  #lp-voice .customersvoice .customersvoice-item:nth-child(2n) {
    margin-left: 0;
  }
  #lp-voice .customersvoice .customersvoice-item:last-child {
    border-bottom: 2px dotted #c3e4e3;
    padding-bottom: 15px;
  }
  #lp-voice .customersvoice .customer-image {
    width: 120px;
  }
  #lp-voice .customersvoice .customer-info {
    width: calc(100% - 120px - 20px);
  }
  .two-block.is-responsive {
    display: block;
  }
  .two-block.is-responsive > div:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .mainimage_left {
    width: 90%;
    padding: 80px auto 0;
  }
  .mainimage_right {
    position: relative;
    width: 70%;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    margin-left: auto;
    left: auto;
    float: none;
  }
  #lp-factor {
    padding-top: 240px;
    padding-bottom: 100px;
  }
  #lp-factor .lp-inner {
    background: none;
  }
  #lp-distinctive .circle-btn span {
    min-width: 100%;
    min-height: 100%;
  }
  .pcdisp {
    display: none;
  }
  .spdisp {
    display: block;
  }
}
@media (max-width: 479px) {
  #lp-factor {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .mainimage_left {
    width: 100%;
    padding: 80px 15px 0;
  }
  .pcdisp {
    display: none;
  }
  .spdisp {
    display: block;
  }
  #lp-distinctive .three-block-text {
    margin-top: 0;
  }
}
/*# sourceMappingURL=lp-reservation_style.css.map */