@charset "UTF-8";

/*
 Theme Name: BusinessPress Child
 Template: businesspress
*/
/* ========================================
  HOME
======================================== */
body.page-id-633 {
  background-color: #fff !important;
}
/* ========================================
加盟店一覧
======================================== */
.lp01b-member-list-box {
  max-width: 980px;
  margin: 32px auto;
}
.lp01b-member-list {
  margin: 60px auto;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.lp01b-member-list li {
  border-bottom: 1px solid #e5e5e5;
}

.lp01b-member-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 22px 0;

  color: #111;
  text-decoration: none;
  transition: .3s ease;
}

.lp01b-member-list a::after {
  content: "";
  width: 10px;
  height: 10px;

  border-top: 2px solid #C53030;
  border-right: 2px solid #C53030;

  transform: rotate(45deg);
  transition: .3s ease;
  flex-shrink: 0;
}

.lp01b-member-list a:hover {
  color: #C53030;
  padding-left: 10px;
}

.lp01b-member-list a:hover::after {
  transform: translateX(6px) rotate(45deg);
}

/* ==========================
SP
========================== */

@media (max-width: 768px) {
  .lp01b-member-list-box {
    padding: 0 24px;
  }

  .lp01b-member-list {
    margin: 40px auto;
  }

  .lp01b-member-list a {
    padding: 18px 0;
  }

}
.lp01b-member-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.lp01b-member-item>a{
    flex:1;
}

.lp01b-copy-btn{
    flex-shrink:0;
    padding:8px 16px;
    border:1px solid #d93025;
    border-radius:4px;
    background:#fff;
    color:#d93025;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
    transition:.25s;
}

.lp01b-copy-btn:hover{
    background:#d93025;
    color:#fff;
}

.lp01b-copy-btn.is-copied{
    background:#d93025;
    color:#fff;
}
/* ========================================
  LP01-b 共通UI
======================================== */

html {
  scroll-behavior: smooth;
}

body.lp01b-page {
  margin: 0;
  background: #fff;
}

.lp01b-page-wrap {
  position: relative;
  min-height: 100vh;
  background: #000;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

/* 背景 */

.lp01b-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: url("https://design.lifex-house.jp/wp-content/uploads/2026/07/lp01-design-bg.jpg") center / cover no-repeat;
  pointer-events: none;
}

.lp01b-bg-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .62);
  pointer-events: none;
}

/* PC：左ロゴ */

.lp01b-pc-brand {
  position: fixed;
  left: 7vw;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.lp01b-pc-logo {
  margin: 0;
}

.lp01b-pc-logo img {
  display: block;
  width: 180px;
  height: auto;
}

/* PC：右メニュー */

.lp01b-pc-nav {
  position: fixed;
  right: 7vw;
  top: 50%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 22px;
  transform: translateY(-50%);
  pointer-events: auto;
}

.lp01b-pc-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: .12em;
  opacity: 1;
  padding: 0px 24px 0px 0px;
  transition: .3s;
  pointer-events: auto;
  font-family: "Noto Sans JP", sans-serif;
}
.lp01b-pc-nav a.lp01b-pc-nav-cta {
  background-color: #d93025;
  padding: 16px 24px;
  font-family: "Noto Sans JP", sans-serif;
}
.lp01b-pc-nav a:hover {
  opacity: 1;
  transform: translateX(4px);
}
/* ========================================
PC MENU CTA
======================================== */

.lp01b-pc-nav-cta{
    display:block;
    margin-top:22px;
    text-decoration:none;
}

.lp01b-pc-nav-cta-copy{
    display:block;
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:.12em;
}

.lp01b-pc-nav-cta-main{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
    font-size:17px;
    font-weight:700;
    transition:.35s;
}

/* 矢印 */

.lp01b-arrow{
    position:relative;
    width:42px;
    height:1px;
    background:#fff;
    transition:.35s;
    flex-shrink:0;
}

.lp01b-arrow::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;

    width:8px;
    height:8px;

    border-top:1px solid #fff;
    border-right:1px solid #fff;

    transform:translateY(-50%) rotate(45deg);

    transition:.35s;
}



/* 中央LP */

.lp01b-phone {
  position: relative;
  z-index: 5;
  width: min(100%, 440px);
  height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.lp01b-phone img {
    width: 100%;
  }
.lp01b-phone::-webkit-scrollbar {
  display: none;
}

/* SP要素：PCでは非表示 */

.lp01b-sp-header,
.lp01b-sp-menu,
.lp01b-sp-floating-cta {
  display: none;
}

/* アンカー位置調整 */

#design-concept,
#design-style,
#design-gallery,
#design-plan,
#design-contact {
  scroll-margin-top: 80px;
}

/* ========================================
  LP01-b Design 仮コンテンツ
======================================== */

.lp01b-design-hero,
.lp01b-design-section {
  position: relative;
  background: #fff;
}

.lp01b-design-hero-img img,
.lp01b-design-section img {
  display: block;
  width: 100%;
}

.lp01b-design-hero-body,
.lp01b-design-section {
  padding: 0px 0px;
}
.lp01b-design-section-inner {
  padding: 0 24px;
}
.lp01b-design-kicker,
.lp01b-design-label {
  margin: 0 0 14px;
  color: #777;
  font-size: 12px;
  letter-spacing: .18em;
}

.lp01b-design-hero h2,
.lp01b-design-section h2 {
  margin: 0 0 18px;
  color: #222;
  font-size: 26px;
  line-height: 1.55;
}

.lp01b-design-hero p,
.lp01b-design-section p {
  color: #555;
  font-size: 14px;
  line-height: 2;
}

/* ========================================
  SP
======================================== */

@media (max-width: 767px) {
  .lp01b-bg,
  .lp01b-bg-overlay,
  .lp01b-pc-brand,
  .lp01b-pc-nav {
    display: none;
  }

  .lp01b-page-wrap {
    background: #fff;
  }

  html,
  body {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .lp01b-page-wrap {
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
  }

  .lp01b-phone {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
    margin-top: 64px;
    -webkit-overflow-scrolling: auto;
  }
  .lp01b-phone img {
    width: 100%;
  }
  /* SPヘッダー */

  .lp01b-sp-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 64px;
    padding: 0 18px;
    background: rgba(255, 255, 255, .94);
    box-sizing: border-box;
    pointer-events: auto;
  }

  .lp01b-sp-logo img {
    display: block;
    width: 112px;
  }

  /* ハンバーガー */

  .lp01b-menu-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  button.lp01b-menu-btn:hover,
  button.lp01b-menu-btn:focus {
    background-color: transparent;
  }

  .lp01b-menu-btn span {
    display: block;
    width: 28px;
    height: 2px;
    background: #111;
    transition: .3s ease;
    transform-origin: center;
  }

  .lp01b-menu-btn.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .lp01b-menu-btn.is-open span:nth-child(2) {
    opacity: 0;
    background: #fff;
  }

  .lp01b-menu-btn.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* SPメニュー */

.lp01b-sp-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: block;
  padding-top: 96px;
  background: rgba(255, 255, 255, .98);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .3s ease,
    visibility .3s ease;
}

.lp01b-sp-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lp01b-sp-menu nav {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
}

.lp01b-sp-menu a {
  padding: 18px 0;
  color: #111;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: .08em;
  font-family: "Noto Sans JP", sans-serif;
}

/* SPメニューCTA */

.lp01b-sp-menu-cta {
  display: block;
  margin-top: 32px;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  background-color: #d93025;
}

.lp01b-sp-menu-cta-copy {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
}

.lp01b-sp-menu-cta-main {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.lp01b-sp-menu a.lp01b-sp-menu-cta {
  padding: 8px 0;
  color: #fff;
}

body.lp01b-menu-open {
  overflow: hidden;
}

  /* SP追従CTA */

  .lp01b-sp-floating-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .45s ease, transform .45s ease;
  }

  .lp01b-sp-floating-cta.is-show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .lp01b-sp-floating-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    background: #d93025;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    pointer-events: auto;
  }
}
#design-footer {
  padding-bottom: 55px !important;
  background-color: #fff;
}

.lp01b-store-info{
    margin:0;
    padding: 40px 24px 8px;
    background:#fff;
    text-align:center;
}

.lp01b-store-name{
    margin:0 0 16px;
    color:#000;
    font-size:22px;
    font-weight:700;
    line-height:1.4;
}

.lp01b-store-address{
    margin-bottom:20px;
    color:#555;
    font-size:13px;
    line-height:1.9;
}

.lp01b-store-row{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:8px 0;
    border-top:1px solid #e8e8e8;
    font-size: 14px;
}

.lp01b-store-row:first-of-type{
    border-top:none;
}

.lp01b-store-row .label{
    flex:0 0 72px;
    font-weight:400;
}

.lp01b-store-row a{
    text-decoration:none;
    color: #000;
    font-weight:400;
}

.lp01b-store-row a:hover{
    text-decoration:underline;
}

#design-cta01 {
  padding: 16px 0 0px;
  background-color: #f6f6f6;
}
#design-cta02 {
   padding: 6px 0 24px;
   background-color: #ededed;
}


/* ========================================
   LP01-b Design
   資料請求CTA / PC MENU
======================================== */

.lp01b-design .lp01b-pc-nav-cta--request {
  background: #354fb8 !important;
  border-color: #354fb8 !important;
}

/* 2つ並ぶ時だけ余白調整 */
.lp01b-design .lp01b-pc-nav-cta--request {
  margin-bottom: -14px;
  margin-top: 0;
}

.lp01b-design .lp01b-pc-nav-cta--request:hover {
  background: #354fb8;
}
@media (max-width: 767px) {

  .lp01b-design .lp01b-sp-menu-cta--request {
    margin-top: 32px;
    background: #354fb8;
  }

  /* 資料請求の次に来る会員登録CTA */
  .lp01b-design
  .lp01b-sp-menu-cta--request + .lp01b-sp-menu-cta {
    margin-top: 10px;
  }

  .lp01b-design
  .lp01b-sp-menu a.lp01b-sp-menu-cta--request {
    color: #fff;
  }

}
/* ========================================
   LP01-b Design
   SP追従CTA / 2動線版
======================================== */

@media (max-width: 767px) {

  .lp01b-design
  .lp01b-sp-floating-cta--double {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .lp01b-design
  .lp01b-sp-floating-cta--double a {
    width: 100%;
    min-width: 0;
    height: 62px;
    padding: 6px 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    color: #fff;
    text-align: center;
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
  }

  /* 資料請求 */
  .lp01b-design
  .lp01b-sp-floating-cta--double
  .lp01b-sp-floating-cta-request {
    background: #354fb8;
  }

  /* 会員登録 */
  .lp01b-design
  .lp01b-sp-floating-cta--double
  .lp01b-sp-floating-cta-member {
    background: #d93025;
  }

  .lp01b-design
  .lp01b-sp-floating-cta--double small {
    display: block;
    margin-bottom: 5px;
        border: solid 1px #fff;
        padding: 5px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
  }

}