@charset "UTF-8";
@media screen and (max-width: 767px) {
  .tablet-and-above {
    display: none !important;
  }
}

@media not screen and (max-width: 767px) {
  .sp-only {
    display: none !important;
  }
}

.bg-gray {
  background-color: #F5F7F8;
}

.red {
  color: #e44c6f;
}

li.btn-fill--key a {
  transition: 0.5s;
}
li.btn-fill--key a:hover {
  background-color: #FF8CA6;
}

main.inbound.forhotel section.function-box {
  padding: 0;
}
main.inbound.forhotel section.function-box * {
  text-align: left;
}
main.inbound.forhotel section.function-box h5 {
  margin: 24px 0 16px;
}
main.inbound.forhotel section.function-box p {
  letter-spacing: 0.2em;
}

.inbound-top__text {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .inbound-top__text h5 {
    margin: 0 0 4px;
  }
}
.inbound-top__text p {
  margin: 16px 0 24px;
}
.inbound-top__text .btn-list a {
  max-width: 212px;
}
@media screen and (max-width: 767px) {
  .inbound-top__text .btn-list a {
    max-width: 146px;
  }
}
@media not screen and (max-width: 767px) {
  .inbound-top__image {
    transform: translate(80px, 24px);
  }
}
@media screen and (max-width: 767px) {
  .inbound-top {
    height: 416px;
    margin-bottom: 200px;
  }
  .inbound-top__image {
    height: 250px;
    top: 375px;
  }
}

.forhotel-first * {
  text-align: center;
}
.forhotel-first p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin: 1.5em 0 1em;
}

@media screen and (max-width: 767px) {
  .inbound-about h2.cont-wrap__ttl {
    margin-bottom: 24px;
  }
}
.inbound-about .forhotel__problem-image {
  text-align: center;
  position: relative;
}
@media not screen and (max-width: 767px) {
  .inbound-about .forhotel__problem-image {
    padding: 32px 0 0;
  }
}
.inbound-about .forhotel__problem-image img {
  max-width: 476px;
  height: auto;
  width: 100%;
}
.inbound-about .forhotel__problem-image__bubbles__bubble {
  flex: 0 1 322px;
  border-radius: 48px 48px 48px 0px;
  background: #FFF;
  /* shadow */
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  height: 160px;
  height: auto;
}
.inbound-about .forhotel__problem-image__bubbles__bubble::before {
  content: "";
  width: 18px;
  height: 12px;
  margin-right: 16px;
  flex: 0 0 18px;
  background-image: url(../../img/dianping/quote.svg);
}
.inbound-about .forhotel__problem-image__bubbles__bubble p {
  text-align: left;
  letter-spacing: 0.08em;
}
@media not screen and (max-width: 767px) {
  .inbound-about .forhotel__problem-image__bubbles__bubble {
    max-width: 304px;
    position: absolute;
  }
  .inbound-about .forhotel__problem-image__bubbles__bubble:first-child {
    top: 50%;
    right: calc(50% + 140px);
    border-radius: 48px 48px 0 48px;
    transform: translateY(-50%);
  }
  .inbound-about .forhotel__problem-image__bubbles__bubble:nth-child(2) {
    top: 0;
    left: calc(50% + 140px);
    border-radius: 48px 48px 48px 0;
  }
  .inbound-about .forhotel__problem-image__bubbles__bubble:nth-child(3) {
    bottom: 0;
    left: calc(50% + 140px);
    border-radius: 0 48px 48px 48px;
  }
}
@media not screen and (max-width: 1024px) {
  .inbound-about .forhotel__problem-image__bubbles__bubble:first-child {
    right: calc(50% + 200px);
  }
  .inbound-about .forhotel__problem-image__bubbles__bubble:nth-child(2) {
    left: calc(50% + 200px);
  }
  .inbound-about .forhotel__problem-image__bubbles__bubble:nth-child(3) {
    left: calc(50% + 200px);
  }
}
@media screen and (max-width: 767px) {
  .inbound-about .forhotel__problem-image__bubbles {
    margin-top: 32px;
  }
  .inbound-about .forhotel__problem-image__bubbles__bubble {
    margin-top: 16px;
  }
}
.inbound-about img.arrow {
  margin: 40px 0 64px;
}
@media screen and (max-width: 767px) {
  .inbound-about img.arrow {
    margin: 24px 0;
  }
}
.inbound-about .function-list__item {
  background-color: transparent;
  box-shadow: none;
}
.inbound-about .function-list__item .function-box__img img {
  border-radius: 16px;
}
@media not screen and (max-width: 1024px) {
  .inbound-about .function-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .inbound-about .function-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .abilities {
    padding-top: 24px !important;
  }
}
.abilities h2.cont-wrap__ttl {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .abilities h2.cont-wrap__ttl {
    margin-bottom: 24px;
  }
}
.abilities p.note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .abilities p.note {
    text-align: left;
  }
}
.abilities img.tablet-and-above {
  margin: 40px 0 24px;
}
.abilities img.sp-only {
  margin: 32px 0 16px;
}
.abilities small.note {
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media not screen and (max-width: 767px) {
  .abilities small.note {
    text-align: right;
  }
}

.cta {
  overflow: clip;
  position: relative;
  padding: 64px 0 80px;
}
.cta .inner {
  max-width: 1000px;
}
.cta h2.cont-wrap__ttl {
  margin-bottom: 16px;
}
.cta img {
  max-width: 620px;
  width: 80vw;
}
.cta .btn-list__item a:hover {
  opacity: 1;
}
.cta__left .slashes {
  margin-bottom: 0;
}
.cta__left .slashes::before, .cta__left .slashes::after {
  background-color: white !important;
}
@media screen and (max-width: 767px) {
  .cta__left .slashes {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.cta__left .btn-list {
  margin-top: 24px;
}
@media not screen and (max-width: 767px) {
  .cta__left .slashes,
.cta__left .btn-list {
    justify-content: flex-start !important;
  }
  .cta__left *,
.cta__left h2.cont-wrap__ttl {
    text-align: left !important;
  }
  .cta__left img {
    position: absolute;
    left: 50%;
    bottom: -124px;
    max-width: 620px;
    height: auto;
  }
  @media not screen and (max-width: 1024px) {
    .cta__left img {
      bottom: -84px;
    }
  }
}
@media screen and (max-width: 767px) {
  .cta__left {
    text-align: center;
  }
  .cta__left h5 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .specialties h2.cont-wrap__ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item h3.h4-sp {
    font-size: 20px;
  }
}
.specialties-wrap__item h4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item h4 {
    font-size: 16px !important;
    text-align: left;
  }
}
.specialties-wrap__item__extra {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item__extra {
    margin-top: 40px;
    padding: 40px 24px;
  }
}
.specialties-wrap__item .forhotel__reason__result {
  position: relative;
}
.specialties-wrap__item .forhotel__reason__result h5.dark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #13212f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 16px 0 16px 0;
}
.specialties-wrap__item .forhotel__reason__result h5.dark::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: white;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason__result h5.dark {
    padding: 8px 16px;
  }
}
.specialties-wrap__item .forhotel__reason__result h5.title {
  margin: 30px 0 70px;
}
.specialties-wrap__item .forhotel__reason__result h5.title strong.h3 {
  text-decoration: underline;
  text-decoration-color: rgba(255, 140, 166, 0.4);
  text-decoration-thickness: 0.3em;
  text-underline-offset: 1px;
}
@media screen and (max-width: 1024px) {
  .specialties-wrap__item .forhotel__reason__result h5.title {
    margin-bottom: 24px;
  }
  .specialties-wrap__item .forhotel__reason__result h5.title strong.h3 {
    display: block;
    margin-top: 8px;
  }
}
.specialties-wrap__item .forhotel__reason__result__bottom {
  display: grid;
  grid-gap: 36px;
}
@media not screen and (max-width: 1024px) {
  .specialties-wrap__item .forhotel__reason__result__bottom {
    grid-template-columns: 3.5fr 5fr;
  }
}
.specialties-wrap__item .forhotel__reason__result__bottom > * {
  min-width: 0;
}
.specialties-wrap__item .forhotel__reason__result__left * {
  text-align: left;
}
.specialties-wrap__item .forhotel__reason__result__left p.note {
  width: 137px;
  aspect-ratio: 137/48;
  text-align: center;
  padding-top: 8px;
  background-size: contain;
  margin-bottom: 8px;
}
.specialties-wrap__item .forhotel__reason__result__left p.note.needs {
  background-image: url(../../img/forhotel/needs.svg);
}
.specialties-wrap__item .forhotel__reason__result__left p.note.strategies {
  margin-top: 32px;
  color: white;
  background-image: url(../../img/forhotel/strategies.svg);
}
.specialties-wrap__item .forhotel__reason__result__left ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2em;
}
.specialties-wrap__item .forhotel__reason__result__left ul li::before {
  content: "•";
  font-weight: bold;
  font-size: 1.2em;
}
.specialties-wrap__item .forhotel__reason__result__left ul li + li {
  margin-top: 8px;
}
.specialties-wrap__item .forhotel__reason__result__left ul > ul {
  padding-left: 2em;
  margin-top: 8px;
}
.specialties-wrap__item .forhotel__reason__result__left ul > ul li::before {
  font-size: 1em;
}
.specialties-wrap__item .forhotel__reason__result__left ul.strategies li {
  font-weight: bold;
  color: #545454;
}
.specialties-wrap__item .forhotel__reason__result__right {
  border-radius: 16px;
  padding: 40px;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason__result__right {
    padding: 40px 24px;
  }
}
.specialties-wrap__item .forhotel__reason__result__right > h5.circle {
  color: white;
  background-color: #e44c6f;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason__result__right > h5.circle {
    width: 64px;
    height: 64px;
    left: 16px;
    top: 8px;
  }
}
.specialties-wrap__item .forhotel__reason__result__right h5:not(.circle) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason__result__right h5:not(.circle) {
    font-size: 14px;
  }
}
.specialties-wrap__item .forhotel__reason__result__right:has(.forhotel__reason__result__right__item) {
  display: grid;
  grid-gap: 24px;
  align-items: stretch;
}
.specialties-wrap__item .forhotel__reason__result__right:has(.forhotel__reason__result__right__item) hr {
  align-self: stretch;
  border-style: dashed;
  border-width: 1px;
  border-color: #999999;
}
.specialties-wrap__item .forhotel__reason__result__right:has(.forhotel__reason__result__right__item) > * {
  min-width: 0;
}
@media not screen and (max-width: 1024px) {
  .specialties-wrap__item .forhotel__reason__result__right:has(.forhotel__reason__result__right__item) {
    grid-template-columns: 1fr 1px 1fr;
  }
  .specialties-wrap__item .forhotel__reason__result__right:has(.forhotel__reason__result__right__item) h4 {
    border-left: 1px dotted #999999;
    border-right: 0;
    height: 100%;
  }
  .specialties-wrap__item .forhotel__reason__result__right:has(.forhotel__reason__result__right__item) hr {
    height: 100%;
  }
}
@media tablet-breakpoint {
  .specialties-wrap__item .forhotel__reason__result__right:has(.forhotel__reason__result__right__item) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1px 1fr;
  }
  .specialties-wrap__item .forhotel__reason__result__right:has(.forhotel__reason__result__right__item) hr {
    border-top: 1px dotted #999999;
    border-bottom: 0;
    border-left: none;
    width: 100%;
  }
}
.specialties-wrap__item .forhotel__reason__result__right__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specialties-wrap__item .forhotel__reason__result__right__item img {
  width: auto;
  max-width: 100%;
}
.specialties-wrap__item .forhotel__reason__result__right__item__bubble {
  border: 1px solid #e44c6f;
  border-radius: 100px;
  color: #e44c6f;
  font-weight: bold;
  padding: 0 12px;
  margin: 24px 0 24px;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason__result__right__item__bubble {
    font-size: 12px !important;
    letter-spacing: 0.08em !important;
  }
}
.specialties-wrap__item .forhotel__reason__result__right__item h3 {
  font-size: 24px;
  line-height: 48px;
  color: #e44c6f;
  margin: 0;
}
.specialties-wrap__item .forhotel__reason__result__right__item h3 strong {
  color: inherit;
  font-size: 3em;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason__result__right__item h3 {
    font-size: 19px;
    line-height: 38px;
  }
}
.specialties-wrap__item .forhotel__reason__result__right__bubbles__row {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: stretch;
  margin-top: 16px;
}
.specialties-wrap__item .forhotel__reason__result__right__bubbles__row > img {
  width: 80px;
  height: 80px;
}
.specialties-wrap__item .forhotel__reason__result__right__bubbles__row__bubble {
  flex: 0 1 322px;
  border-radius: 48px 48px 48px 0px;
  background: #FFF;
  /* shadow */
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  height: 160px;
  padding: 0 24px;
  height: auto;
  flex: 1 1 auto;
}
.specialties-wrap__item .forhotel__reason__result__right__bubbles__row__bubble::before {
  content: "";
  width: 18px;
  height: 12px;
  margin-right: 16px;
  flex: 0 0 18px;
  background-image: url(../../img/dianping/quote.svg);
}
.specialties-wrap__item .forhotel__reason__result__right__bubbles__row__bubble p {
  text-align: left;
  letter-spacing: 0.08em;
}
.specialties-wrap__item .forhotel__reason__result__right__bubbles__row__bubble span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 8%;
  text-align: justify;
  color: #545454;
}
.specialties-wrap__item .forhotel__reason__result__right__bubbles__row__bubble span u {
  color: inherit;
  text-decoration-color: rgba(255, 140, 166, 0.4);
  text-decoration-thickness: 0.5em;
  text-underline-offset: -3px;
}
.specialties-wrap__item .forhotel__reason__result__right__bubbles__row:nth-child(even) {
  flex-direction: row-reverse;
}
.specialties-wrap__item .forhotel__reason__result__right__bubbles__row:nth-child(even) .forhotel__reason__result__right__bubbles__row__bubble {
  border-radius: 32px 32px 0 32px;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason__result__right__bubbles__row {
    align-items: flex-end;
    gap: 0;
  }
  .specialties-wrap__item .forhotel__reason__result__right__bubbles__row > img {
    width: 48px;
    height: 48px;
    z-index: 1;
    position: relative;
    margin-right: -24px;
  }
  .specialties-wrap__item .forhotel__reason__result__right__bubbles__row__bubble {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
  }
  .specialties-wrap__item .forhotel__reason__result__right__bubbles__row__bubble::before {
    width: 12px;
    height: 8px;
    background-size: contain;
  }
  .specialties-wrap__item .forhotel__reason__result__right__bubbles__row:nth-child(even) img {
    margin-left: -24px;
    margin-right: 0;
  }
}
.specialties-wrap__item:nth-child(2) img.tablet-and-above {
  max-width: 659px;
}
.specialties-wrap__item h4.ai {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px 0 8px;
  gap: 0 4px;
}
.specialties-wrap__item h4.ai img {
  width: 56px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item h4.ai {
    flex-direction: column;
    text-align: center;
    margin-bottom: 16px;
  }
}
.specialties-wrap__item .forhotel__reason-2__steps {
  display: grid;
  grid-template-columns: 1fr 0px 1fr 0 1fr;
  grid-gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason-2__steps {
    grid-template-columns: 1fr;
  }
}
@media not screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason-2__steps img.arrow {
    transform: rotate(-90deg) translate(-16px, -16px);
  }
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason-2__steps img.arrow {
    margin: 24px auto;
  }
}
.specialties-wrap__item .forhotel__reason-2__steps img.arrow:last-child {
  display: none;
}
.specialties-wrap__item .forhotel__reason-2__steps__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 32px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  position: relative;
}
.specialties-wrap__item .forhotel__reason-2__steps__step__count {
  position: absolute;
  width: 86px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #13212f;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  border-radius: 60px;
}
.specialties-wrap__item .forhotel__reason-2__steps__step h5 {
  margin-bottom: 24px;
  padding: 0 24px;
}
.specialties-wrap__item .forhotel__reason-2__steps__step img {
  width: auto;
  max-width: 100%;
}
@media not screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason-2__steps__step:nth-child(1) img, .specialties-wrap__item .forhotel__reason-2__steps__step:nth-child(3) img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason-2__steps__step {
    padding-bottom: 0;
  }
  .specialties-wrap__item .forhotel__reason-2__steps__step img {
    padding-left: 24px;
  }
  .specialties-wrap__item .forhotel__reason-2__steps__step:nth-child(5) img {
    padding-right: 24px;
    padding-bottom: 24px;
  }
}
.specialties-wrap__item .forhotel__reason-2__ai {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px 24px;
  max-width: 900px;
}
.specialties-wrap__item .forhotel__reason-2__ai__item p {
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .specialties-wrap__item .forhotel__reason-2__ai {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item .forhotel__reason-2__ai {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}
.specialties-wrap__item:nth-child(4) img.tablet-and-above {
  max-width: 830px;
}
.specialties-wrap__item:nth-child(4) .forhotel__reason__result__right h5:not(.circle) {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .hotel-support h2.cont-wrap__ttl {
    margin-bottom: 24px;
  }
}
.hotel-support p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hotel-support .function-list {
    gap: 32px;
  }
}
.hotel-support .function-list__item {
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .hotel-support .function-list__item h5.function-box__ttl {
    margin: 24px 0 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .hotel-support .function-list {
    grid-template-columns: 1fr;
  }
}

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