#pageTop .btnWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#pageTop .btnWrap .comBtn {
  width: 270px !important;
  padding: 8px 20px !important;
  text-align: center;
  grid-template-columns: 1fr;
  margin: 0 auto;
  width: 240px !important;
  height: 64px !important;
  border-radius: 46px 0 0 46px;
  padding: 8px 25px !important;
}
#pageTop .btnWrap .comBtn:after {
  right: 57px;
  bottom: 14px;
  top: initial;
}
#pageTop .btnWrap .comBtn .line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 3px 0;
}
#pageTop .btnWrap .comBtn .after {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #pageTop .btnWrap .comBtn {
    border-radius: 30px;
    height: 62px !important;
    width: 90% !important;
  }
  #pageTop .btnWrap .comBtn .txt14pc {
    font-size: 13px;
  }
  #pageTop .btnWrap .comBtn .after {
    font-size: 15px;
  }
}
#pageTop .float {
  position: fixed;
  bottom: 15px;
  right: 0px;
  z-index: 900;
  transition: 0.3s;
  opacity: 1;
  pointer-events: all;
}
#pageTop .float .btnWrap a {
  background: #E89059;
}

@media screen and (max-width: 767px) {
  #pageTop .float {
    width: 100%;
    max-width: 240px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 8px;
  }
  #pageTop .float .btnWrap .comBtn {
    width: 100% !important;
    height: 58px !important;
    padding: 6px 25px !important;
  }
  #pageTop .float .btnWrap .comBtn:after {
    right: 60px;
    bottom: 13px;
  }
}
#pageTop .lpCta {
  width: 100vw;
  height: 580px;
  position: relative;
  clip-path: inset(0);
}
#pageTop .lpCta .content {
  width: 100vw;
  height: 100%;
  position: absolute;
}
#pageTop .lpCta .content .tlWrap * {
  color: #fff;
  text-align: center;
}
#pageTop .lpCta .content .tlWrap .sub {
  font-size: 16px;
  color: #C1C1C1;
  letter-spacing: 0.2em;
}
#pageTop .lpCta .content .tlWrap .tl {
  font-size: 26px;
}
#pageTop .lpCta .content .tx {
  color: #fff;
  text-align: center;
  padding: 25px 0 70px;
  line-height: 140%;
}
#pageTop .lpCta .content .btnArea a {
  width: 240px;
  border: 1px solid #fff;
  background: #EC692C;
  display: block;
  padding: 8px 27px;
  display: grid;
  gap: 3px;
  border-radius: 40px;
  height: 64px;
}
#pageTop .lpCta .content .btnArea a div {
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
#pageTop .lpCta .content .btnArea a .line {
  width: 100%;
  height: 1px;
  background: #fff;
}
#pageTop .lpCta .content .btnArea a .after {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#pageTop .lpCta .content .btnArea a .after::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #fff;
  width: 3px;
  height: 3px;
}
#pageTop .lpCta .content .btnArea a:after {
  display: none;
}
#pageTop .lpCta .content::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: 0;
}
#pageTop .lpCta .hidamari::after {
  content: "";
  background-image: url(../images/lp/cta_bg_hidamari.jpg);
}
#pageTop .lpCta .mcm::after {
  content: "";
  background-image: url(../images/lp/cta_bg_mcm.jpg);
}
#pageTop .lpCta .innerWrap {
  position: absolute;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#pageTop .lpCta .btnReservation a {
  background: #E89059 !important;
}
#pageTop .lpCta .btnTel a {
  background: #4491C2 !important;
}
#pageTop .lpCta .btnTel a .after {
  display: flex;
  align-items: center;
  gap: 4px;
}
#pageTop .lpCta .btnTel a .after img {
  filter: invert(1);
}
#pageTop .lpCta .btnLine a {
  background: #06C755 !important;
}

@media only screen and (max-width: 767px) {
  #pageTop .lpCta {
    height: 500px;
  }
  #pageTop .lpCta .btnWrap {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #pageTop .lpCta .btnWrap a {
    width: 240px !important;
  }
  #pageTop .lpCta .content .tx {
    padding: 10px 0 30px;
  }
  #pageTop .lpCta .content .innerWrap .ttl {
    margin: 0px;
    font-size: 22px;
  }
  #pageTop .lpCta .hidamari::after {
    content: "";
    background-image: url(../images/lp/cta_bg_sp_hidamari.jpg);
  }
  #pageTop .lpCta .mcm::after {
    content: "";
    background-image: url(../images/lp/cta_bg_sp_mcm.jpg);
  }
}
.ctaCatalog {
  max-width: 1000px;
  width: 90%;
  margin: 88px auto 0;
  background: #A79993;
  padding: clamp(1.875rem, -0.625rem + 5vw, 2.5rem);
}
.ctaCatalog .gridArea {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: clamp(1.5rem, -4.5rem + 12vw, 3rem);
  align-items: center;
}
.ctaCatalog .gridArea .txArea * {
  color: #fff;
}
.ctaCatalog .gridArea .txArea .tlArea {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}
.ctaCatalog .gridArea .txArea .tlArea .tl {
  font-size: 26px;
}
.ctaCatalog .gridArea .txArea .tlArea .sub {
  font-size: 16px;
  color: #C1C1C1;
}
.ctaCatalog .gridArea .txArea .wrap {
  display: grid;
  gap: 16px;
  padding-bottom: 16px;
}
.ctaCatalog .gridArea .txArea .wrap .inner .tx {
  line-height: 140%;
}
.ctaCatalog .gridArea .txArea .wrap .inner .strong {
  padding: 0px 0;
  line-height: 200%;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.ctaCatalog .gridArea .txArea .comBtn {
  width: 180px;
  color: #6D6D6D;
}
.ctaCatalog .gridArea .txArea .comBtn:after {
  background: #6D6D6D;
}

@media screen and (max-width: 767px) and (min-width: 601px) {
  .ctaCatalog .gridArea {
    grid-template-columns: 1fr;
    position: relative;
  }
  .ctaCatalog .gridArea .imgArea {
    bottom: -1%;
    right: -8%;
    position: absolute;
    width: 48%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .ctaCatalog .gridArea {
    grid-template-columns: 1fr;
  }
  .ctaCatalog .gridArea .imgArea {
    order: 2;
    width: 90%;
    margin: 0 auto;
  }
  .ctaCatalog .gridArea .txArea {
    order: 1;
  }
  .ctaCatalog .gridArea .txArea .wrap .inner .strong {
    padding: 8px 0;
    line-height: 170%;
  }
}
@media screen and (max-width: 500px) {
  .ctaCatalog .gridArea .txArea p {
    line-height: 220%;
  }
  .ctaCatalog .gridArea .txArea p span {
    line-height: 150%;
  }
  .ctaCatalog .gridArea .txArea p:last-of-type {
    line-height: 150%;
  }
}
.ctaReservation {
  max-width: 1000px;
  background: #A79993;
  margin: 88px auto;
  width: 90%;
}
.ctaReservation .flexArea {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.ctaReservation .flexArea .txArea {
  padding: 36px 0 36px 48px;
}
.ctaReservation .flexArea .txArea * {
  color: #fff;
}
.ctaReservation .flexArea .txArea .tlWrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}
.ctaReservation .flexArea .txArea .tlWrap .tl {
  font-size: 26px;
}
.ctaReservation .flexArea .txArea .tlWrap .sub {
  font-size: 16px;
  color: #C1C1C1;
}
.ctaReservation .flexArea .txArea p {
  padding: 25px 0 37px;
  line-height: 140%;
}
.ctaReservation .flexArea .txArea .btnWrapCta {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}
.ctaReservation .flexArea .txArea .btnWrapCta a {
  width: 170px;
  height: 40px;
  color: #6D6D6D;
}
.ctaReservation .flexArea .txArea .btnWrapCta a:after {
  background: #000;
}
.ctaReservation .flexArea .txArea .btnWrapCta .tel {
  color: #000;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ctaReservation .flexArea .imgArea {
  width: -moz-fit-content;
  width: fit-content;
  flex: 1;
  display: flex;
  align-items: end;
  margin-left: auto;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .ctaReservation .flexArea {
    flex-direction: column;
    gap: 40px;
  }
  .ctaReservation .flexArea .txArea {
    padding: 20px 0 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .ctaReservation .flexArea .txArea p {
    font-size: 14px;
    padding: 0px 0 25px;
  }
  .ctaReservation .flexArea .txArea .tlWrap {
    margin-bottom: 20px;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 0;
  }
  .ctaReservation .flexArea .txArea * {
    text-align: center;
  }
  .ctaReservation .flexArea .txArea .btnWrapCta {
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ctaReservation .flexArea .imgArea {
    justify-content: center;
    margin: initial;
    width: 100%;
  }
}
.secPhilosophy {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 117px;
}
.secPhilosophy .wrap {
  display: grid;
  grid-template-columns: 125px 1fr;
}
.secPhilosophy .wrap .txt14pc {
  line-height: 180%;
  letter-spacing: 0;
}
.secPhilosophy .wrap .content {
  border-top: 1px solid #CCCCCC;
  padding-top: 40px;
}
.secPhilosophy .wrap .content .topArea {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
}
.secPhilosophy .wrap .content .topArea .catch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.secPhilosophy .wrap .content .midImg {
  padding: 40px 0 55px;
}
.secPhilosophy .wrap .content .threeArea h3 {
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  padding-bottom: 25px;
}
.secPhilosophy .wrap .content .threeArea .inner .num {
  color: #CCCCCC;
}
.secPhilosophy .wrap .content .threeArea .gridArea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  align-items: flex-start;
}
.secPhilosophy .wrap .content .threeArea .gridArea .imgArea {
  padding: 10px 0;
}
.secPhilosophy .wrap .content .afterArea {
  padding-top: 55px;
}
.secPhilosophy .wrap .content .afterArea .gridArea {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 54px;
  align-items: flex-end;
}
.secPhilosophy .wrap .content .afterArea .gridArea .txArea .tlWrap .en {
  text-transform: uppercase;
  color: #CCCCCC;
}
.secPhilosophy .wrap .content .afterArea .gridArea .txArea .line {
  background: #CCCCCC;
  width: 100%;
  height: 1px;
  margin: 16px 0;
}

@media only screen and (max-width: 1000px) {
  .secPhilosophy .wrap {
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .secPhilosophy .wrap .content {
    padding-top: 24px;
  }
  .secPhilosophy .wrap .content .topArea {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .secPhilosophy .wrap .content .topArea .catch {
    justify-content: left;
  }
  .secPhilosophy .wrap .content .threeArea .gridArea {
    grid-template-columns: 1fr;
  }
  .secPhilosophy .wrap .content .threeArea .gridArea .inner .imgArea img {
    width: 100%;
    max-width: initial;
  }
  .secPhilosophy .wrap .content .afterArea .gridArea {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}/*# sourceMappingURL=lp.css.map */