/* =========================
   /hotel-shortstay/ 専用スタイル
   （このCSSはそのページだけで読み込まれる想定）
========================= */

/* ページタイトル（「ペットホテルとショートステイ」）を非表示 */
#Main .container.py-4 .row.justify-content-center .col-md-9 > h1 {
  display: none !important;
}

/* ================================
   HERO セクション
================================ */

.onecl-hero-visual {
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    /* 左側を白くして文字を載せるグラデーション */
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffff 40%,
      rgba(255,255,255,0.9) 55%,
      rgba(255,255,255,0.0) 75%
    ),
    url("https://dog-behavioronecl.com/wlp/wp-content/uploads/6583514c1407491ad1b7519f4abc77b7.jpeg")
      center right / cover no-repeat;
}

.hero-visual-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-visual-text {
  max-width: 540px;
  padding: 90px 0 110px;
}

/* ヘッドライン */
.hero-headline {
  color: #3b82f6;
  font-size: clamp(2.6rem, 4.6vw, 3.6rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 1.4rem;
}

/* 黄色アンダーライン強調 */
.under-yellow {
  position: relative;
  font-weight: 700;
  color: #000;
}

.under-yellow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 0.35em;
  background: #fff59d;
  z-index: -1;
}

/* リード文 */
.hero-lead {
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 1.5rem;
}

/* ボタン共通 */
.hero-buttons .btn {
  padding: 10px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
}

/* 青ボタン */
.onecl-btn-blue {
  background: linear-gradient(135deg, #8ac6ff, #4a94d4);
  color: #ffffff;
}

/* 緑ボタン（LINE） */
.onecl-btn-line {
  background: linear-gradient(135deg, #88f1a0, #06c755);
  color: #ffffff;
}

/* =========================
   「ワンクルが選ばれる理由」見出しまわり
========================= */

.recommended-section {
  position: relative;!important;
  margin-top: 80px;
  z-index: 1;
}

/* RECOMMENDED POINT 見出しデザイン */
.lp-point-heading {
  display: none;
}
.bg-big-title {
  position: absolute;
  top: 40px;     /* ここは見ながら微調整 */
  left: 5%;
  font-weight: 700;
  line-height: 0.85;
  font-size: clamp(48px, 12vw, 120px);
  color: rgba(0, 0, 0, 0.04);  /* うっすら背景用 */
  letter-spacing: 0.2em;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.bg-big-title span:nth-child(3) {
  letter-spacing: 0.35em; /* POINT の間隔少し広め */
}
.hotel-lp .bg-text {
    font-size: 120px;
    font-weight: 900;
    color: rgba(0,0,0,0.05);
    letter-spacing: 0.1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}

.hotel-lp .point-box {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 20px 30px rgba(0,0,0,0.05);
}
@media (max-width: 767px) {
  .bg-big-title {
    display: none;
  }
}

.onecl-logo-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.onecl-logo-title h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin: 0;
}

.onecl-logo-deco {
  height: 40px;
  width: auto;
}

.onecl-logo-title .text-pink {
  color: #e95f89;
  font-weight: 700;
}

.logo-quote {
  color: #3b4b6a;
  font-size: 2.4rem;
}

/* 斜めの ONECL ロゴ画像 */
.onecl-logo-deco {
  position: absolute;
  right: 10%;
  top: -10px;
  width: 230px;
  transform: rotate(-15deg);
  opacity: 0.92;
  z-index: 3;
  pointer-events: none;
}

/* =========================
   POINT セクション
========================= */

.onecl-points-section {
  position: relative;
  padding: 120px 0 100px;
  background: url("https://dog-behavioronecl.com/wlp/wp-content/uploads/3cfc802893c9f7667f5899e2ff5e64e5.jpg")
              center top / cover no-repeat;
  z-index: 1;
  overflow: hidden;
}

.onecl-points-section .container {
  position: relative;
  z-index: 2;
}

.onecl-point {
  position: relative;
  padding: 40px 0;
}

.onecl-point-image-wrap {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  z-index: 1;
}

.onecl-point-image-circle {
  position: absolute;
  inset: 10% 5% 5% 15%;
  background: radial-gradient(circle at 30% 20%, #ffffff, #e0f0ff);
  border-radius: 40px;
  filter: drop-shadow(0 18px 40px rgba(15, 71, 146, 0.22));
  z-index: 0;
}

.onecl-point-image {
  position: relative;
  border-radius: 32px;
  z-index: 1;
}

.onecl-point-content {
  position: relative;
  z-index: 3;
}

/* 左上の POINT ラベル */
.onecl-point-label-wrapper {
  position: relative;
  margin-bottom: 1.6rem;
}

.onecl-point-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 1.3rem;
  background: linear-gradient(135deg, #8ac6ff, #ff7ac4);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
  transform: skewX(-18deg) rotate(-10deg);
  box-shadow: 0 12px 26px rgba(43, 104, 197, 0.25);
}

.onecl-point-label-main,
.onecl-point-label-num {
  transform: skewX(18deg);
}

.onecl-point-label-num {
  font-size: 1.1rem;
}

.onecl-point-title {
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #0f172a;
}

.onecl-point-text {
  font-size: 0.98rem;
  line-height: 2;
  color: #374151;
}

/* 背景の巨大 01/02/03 */
.onecl-point-1::before,
.onecl-point-2::before,
.onecl-point-3::before {
  position: absolute;
  font-weight: 800;
  font-size: clamp(4rem, 11vw, 7rem);
  letter-spacing: 0.12em;
  color: rgba(0,0,0,0.05);
  pointer-events: none;
  transform: rotate(-10deg);
  z-index: 0;
  content: "";
}

.onecl-point-1::before {
  content: "01";
  top: 40px;
  right: 5%;
}

.onecl-point-2::before {
  content: "02";
  top: 0;
  right: -2%;
}

.onecl-point-3::before {
  content: "03";
  top: 40px;
  right: 5%;
}

/* =========================
   「ワンクルのホテル」「ショートステイ」帯
========================= */

.hero-section {
  position: relative;
  width: 100%;
  min-height: 200px;
  padding: 100px 0 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 40px;
}

.hero-section h1 {
  position: relative;
  z-index: 2;
  font-size: 2.6rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  text-align: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.12);
  z-index: 1;
}

/* =========================
   SP 調整
========================= */

@media (max-width: 767px) {
  .onecl-hero-visual {
    min-height: 420px;
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        rgba(255,255,255,0.9) 45%,
        rgba(255,255,255,0.0) 85%
      ),
      url("https://dog-behavioronecl.com/wlp/wp-content/uploads/6583514c1407491ad1b7519f4abc77b7.jpeg")
        center center / cover no-repeat;
  }

  .hero-visual-text {
    max-width: 100%;
    padding: 70px 0 80px;
  }

  .hero-headline {
    font-size: clamp(2.1rem, 8vw, 2.6rem);
  }

  .onecl-points-section {
    padding: 80px 0 60px;
  }
}
h1.page-title,
h1.entry-title,
h1 {
    display: none !important;
}
.page-hotel-shortstay .entry-title,
.page-hotel-shortstay h1.entry-title,
.page-hotel-shortstay .page-title,
.page-hotel-shortstay h1 {
    display: none !important;
}
.onecl-hotel-lp .hero-title {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
}