@layer custom {
  .uchiike-header {
    height: auto;
  }
  .header-navigation {
    display: none !important;
  }
  .swiper {
    width: 100%;
    height: 100%;
    border-radius: 30px;
  }
  .swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 300px;
  }
  .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .fv {
    height: 100%;
    padding: 0 1.25rem;
    position: relative;
    margin-bottom: calc(var(--gap-xxxxl) * -1);
    background: linear-gradient(180deg, #fff 54.33%, #f1f5f7 62.98%);
    width: 100%;
    min-height: auto;
    height: 600px;
  }

  .fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 1;
  }

  .fv-slide {
    background: no-repeat center center / cover;
  }
  .fv-slide[data-slide="1"] {
    background-image: url(/app/themes/formatline/assets/image/top_fv_pc_image1.jpg);
  }

  .fv-slide[data-slide="2"] {
    background-image: url(/app/themes/formatline/assets/image/top_fv_pc_image2.jpg);
  }

  .fv-slide[data-slide="3"] {
    background-image: url(/app/themes/formatline/assets/image/top_fv_pc_image3.jpg);
  }
  .fv-dots {
    text-align: left !important;
    bottom: 30px !important;
    left: 20px !important;
  }
  .swiper-pagination-bullet {
    background: #d9d9d9 !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    background: #eb6100 !important;
  }
  .fv-inner {
    background: no-repeat center center / cover;
    margin: 0;
    padding: 0 2rem;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    aspect-ratio: 23 / 10;
  }
  .fv-slide[data-slide="1"] .fv-inner {
    padding-right: var(--content-spacing);
    background: linear-gradient(91deg, rgba(255, 255, 255, 0) 19.23%, rgba(231, 242, 251, 0.5) 44.61%, rgba(255, 252, 242, 0.8) 65.23%);
  }
  .fv-slide[data-slide="3"] .fv-inner {
    padding-left: var(--content-spacing);
    justify-content: flex-start;
  }

  .fv-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
  }
  .fv-slide[data-slide="2"] .fv-content {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .fv-text {
    color: #532424;
    height: 100%;
    display: block;
    display: flex;
    flex-direction: column;
  }
  .fv-slide[data-slide="2"] .fv-text,
  .fv-slide[data-slide="3"] .fv-text {
    color: #fff;
  }

  .fv-main-title,
  .fv-sub-title {
    font-size: clamp(1.5rem, 3.47vw, 3rem);
    font-weight: 700;
    line-height: 1.45;
    white-space: nowrap;
    text-align: left;
  }
  .fv-slide[data-slide="2"] .fv-main-title {
    display: flex;
    justify-content: center;
  }
  .fv-slide[data-slide="3"] .fv-main-title {
    margin-bottom: clamp(1rem, 2.31vw, 2rem);
  }

  .fv-sub-title {
    margin: 0 0 1.25rem 0;
  }

  .fv-description {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    margin-bottom: clamp(1rem, 2.31vw, 2rem);
    text-align: left;
  }
  .fv-slide[data-slide="2"] .fv-description {
    margin-block: 1.5rem;
    text-align: center;
  }

  .fv-coverage,
  .fv-support,
  .fv-slogan {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
    white-space: nowrap;
    font-size: clamp(1rem, 1.44vw, 1.25rem);
  }
  .fv-support br {
    display: none;
  }
  .fv-slogan {
    line-height: 1.4;
    font-size: clamp(1rem, 1.44vw, 1.25rem);
    /* font-size: 1.5rem; */
  }
  .fv-slide[data-slide="2"] .fv-slogan {
    font-size: 1.5rem;
  }
  .fv-slide[data-slide="2"] .fv-slogan span {
    font-size: 2.37rem;
    font-size: clamp(2rem, 2.74vw, 2.37rem);
  }
  .fv-badges-image {
    object-fit: contain;
    height: 100%;
    width: auto;
    max-height: 380px;
  }

  .fv-search-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #ff6b35;
    color: white;
    padding: 1.1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3);
    max-width: 300px;
    width: 100%;
    line-height: 1.1rem;
    justify-content: center;
  }
  .fv-slide[data-slide="2"] .fv-search-button {
    background: #fff;
    color: #000;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.3);
    margin: 0 auto;
  }

  .fv-search-button:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 107, 53, 0.4);
  }
  .fv-slide[data-slide="2"] .fv-search-button:hover {
    background: #fff;
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.4);
  }

  .fv-search-button .fa-magnifying-glass {
    font-size: 1rem;
  }

  /* ナビゲーションバー */
  .fv-navigation {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 3;
    display: flex;
    justify-content: center;
  }

  .fv-nav-inner {
    background: white;
    border-radius: 50px;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 965px;
    width: 100%;
  }

  .fv-nav-mascot {
    flex-shrink: 0;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 71px;
  }

  .mascot-image {
    width: 60px;
    height: 71px;
    object-fit: cover;
  }

  .fv-nav-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .fv-nav-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.5rem clamp(0.5rem, 1vw, 0.8rem);
    border-radius: 20px;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-grow: 1;
    text-align: center;
  }

  .fv-nav-link:hover {
    background: rgba(255, 107, 53, 0.1);
    color: #e55a2b;
  }

  .fv-nav-separator {
    width: 1px;
    height: 20px;
    background: rgba(255, 107, 53, 0.3);
    flex-shrink: 0;
    margin: 0 5px;
  }

  /* レスポンシブ対応 */
  @media (max-width: 1050px) {
    .fv-support br {
      display: inline;
    }
  }
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
    .fv {
      padding: 0 1rem;
      margin-bottom: calc(var(--gap-xxxl) * -1);
      aspect-ratio: 1 / 1;
      height: auto;
      max-height: 600px;
      min-height: auto;
    }
    .fv-inner {
      padding: 2rem;
      align-items: flex-start;
      height: 100%;
      aspect-ratio: auto;
    }
    .fv-slide[data-slide="1"] .fv-inner {
      background: linear-gradient(1deg, rgba(255, 255, 255, 0) 25.87%, rgba(231, 242, 251, 0.5) 43.16%, rgba(255, 252, 242, 0.8) 57.2%);
    }
    .fv-content {
      width: 100%;
      align-items: center;
      height: 100%;
      gap: 0;
    }
    .fv-slide[data-slide="2"] .fv-content {
      flex-direction: column;
      justify-content: flex-start;
    }
    .fv-slide[data-slide="2"] .fv-text,
    .fv-slide[data-slide="3"] .fv-text {
      width: 100%;
      height: auto;
    }
    .fv-slide[data-slide="2"] .fv-description {
      margin-block: 1rem;
    }
    .fv-main-title,
    .fv-sub-title {
      font-size: clamp(1.5rem, 5.71vw, 2.5rem);
    }
    .fv-slide[data-slide="2"] .fv-main-title {
      width: 70%;
      margin: 0 auto;
      max-width: 227px;
    }
    .fv-slogan,
    .fv-slide[data-slide="2"] .fv-slogan {
      font-size: clamp(0.9rem, 3.43vw, 1.5rem);
    }
    .fv-slogan span,
    .fv-slide[data-slide="2"] .fv-slogan span {
      font-size: clamp(1.5rem, 5.71vw, 2.5rem);
    }

    .fv-coverage,
    .fv-support {
      font-size: clamp(0.9rem, 3.43vw, 1.5rem);
    }

    .fv-search-button {
      padding: 0.8rem 1.5rem;
      font-size: 1rem;
      margin: 0 auto;
      align-self: flex-end;
      margin-top: auto;
      position: absolute;
      bottom: 2rem;
      right: 0;
      left: 0;
    }
    .fv-dots {
      text-align: center !important;
      bottom: 0.5rem !important;
      left: 0 !important;
    }

    /* モバイルではナビゲーションバーを非表示 */
    .fv-navigation {
      display: none;
    }

    /* モバイル用スライド背景 */
    .fv-slide[data-slide="1"] {
      background-image: url(/app/themes/formatline/assets/image/top_fv_sp_image1.jpg);
    }

    .fv-slide[data-slide="2"] {
      background-image: url(/app/themes/formatline/assets/image/top_fv_sp_image2.jpg);
    }

    .fv-slide[data-slide="3"] {
      background-image: url(/app/themes/formatline/assets/image/top_fv_sp_image3.jpg);
    }

    /* モバイル用バッジ調整 */
    .fv-badges {
      width: 70%;
      max-height: 380px;
      max-width: 213px;
      align-items: center;
      display: flex;
      justify-content: center;
      width: clamp(230px, 40vw, 310px);
    }
    .fv-badges-image {
      object-fit: contain;
      height: 100%;
      width: auto;
    }
    /* .fv-badges {
      position: static;
      transform: none;
      flex-direction: row;
      justify-content: center;
      margin-top: 1rem;
    }

    .fv-badge {
      width: 80px;
      height: 80px;
      font-size: 0.7rem;
    } */

    /* モバイル用ドット位置調整 */
    .fv-dots {
      bottom: 1rem;
      left: 1rem;
    }
  }

  @media (max-width: 480px) {
    .fv {
      font-weight: 200;
      font-weight: 200;
      min-height: 500px;
    }
    .fv-inner {
      padding: 1rem;
    }
    .fv-search-button {
      padding: 0.8rem 1rem;
      font-size: 0.9rem;
      line-height: 1;
      height: auto;
      width: calc(100% - 2rem);
    }
    .fv-slide[data-slide="2"] .fv-description {
      margin-block: 1rem;
    }
    /* モバイルではナビゲーションバーを非表示 */
    .fv-navigation {
      display: none;
    }

    .fv-badge {
      width: 60px;
      height: 60px;
      font-size: 0.6rem;
    }
  }

  /* サービス紹介セクション */
  .services-section {
    background: #f1f5f7;
    padding: 4rem 0;
  }

  .services-inner {
    margin: 0 auto;
    padding: 0 var(--content-spacing);
  }

  .services-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    position: relative;
  }

  .services-title {
    font-size: 2rem;
    font-weight: bold;
    color: #532424;
    margin: 0;
    text-align: center;
  }
  .services-title br {
    display: none;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2rem, 3.55vw, 3.75rem);
  }

  .service-card {
    transition: transform 0.3s ease;
    position: relative;
  }

  .service-card:hover {
    transform: translateY(-4px);
  }
  .service-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .service-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 30px;
    transition: box-shadow 0.3s ease;
  }
  .service-card:hover .service-image {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .service-card:hover .service-img {
    transform: scale(1.05);
  }

  .service-content {
    padding: 1.5rem 0;
  }

  .service-button {
    display: block;
    width: 100%;
    background: #ff6b35;
    color: white;
    text-decoration: none;
    padding: 0.8rem 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    transition: background 0.3s ease;
    position: relative;
    border-radius: 40px;
    transition: box-shadow 0.3s ease;
  }
  .service-button::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff6b35;
  }
  .service-card:hover .service-button {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #e55a2b;
  }
  .service-card:hover .service-button::after {
    border-bottom-color: #e55a2b;
  }

  .service-card-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 1rem 0;
  }

  .service-card-icon {
    color: #fff;
    font-size: 0.9rem;
    background: #ff6b35;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    text-align: center;
    padding: 0.3em;
    width: calc(1em + 0.6em);
  }

  .service-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #000;
    margin: 0;
  }

  /* サービス紹介セクションのレスポンシブ対応 */
  @media (max-width: 900px) {
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }
  }

  @media (max-width: 768px) {
    .services-section {
      padding: 3rem 0;
    }

    .services-inner {
      padding: 0 1rem;
    }

    .services-header {
      margin-bottom: 2rem;
    }

    .services-title {
      font-size: clamp(1.3rem, 5.71vw, 2.5rem);
    }
    .services-title br {
      display: inline;
    }

    .services-mascot {
      display: none;
    }

    .services-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }

    .service-content {
      padding: 1rem 0;
    }

    .service-button {
      padding: 0.7rem 1rem;
      font-size: 0.85rem;
    }

    .service-card-title {
      font-size: 1rem;
    }

    .service-description {
      font-size: 0.85rem;
    }
  }

  @media (max-width: 480px) {
    .services-section {
      padding: 2rem 0;
    }

    .service-image {
      height: 150px;
    }

    .service-button {
      padding: 0.3rem 0.8rem;
      font-size: 0.8rem;
    }

    .service-card-title {
      font-size: 0.9rem;
    }

    .service-description {
      font-size: 0.8rem;
    }
  }

  /* 物件検索セクション */
  .property-search-section {
    background: white;
    padding: 0 0 4rem;
  }

  .property-search-inner {
    margin: 0 auto;
    padding: 0 var(--content-spacing);
  }

  .property-search-title {
    font-size: 2rem;
    font-weight: bold;
    color: #532424;
    text-align: center;
    margin: 0 0 3rem 0;
  }

  .search-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2.5rem;
  }

  .search-section {
    background: #f1f5f7;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .freeword-section {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .map-section {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .conditions-section {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .search-section-header {
    background: #e4dacf;
    padding: 1rem 1.5rem;
  }

  .search-section-header h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0;
  }

  .search-section-content {
    padding: 2rem 1.5rem;
  }

  /* フリーワード検索 */
  .search-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 1rem;
  }

  .search-tab {
    flex: 1;
    padding: 0.6rem 1rem;
    border: none;
    border-radius: 4px;
    background: white;
    color: #431e22;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
  }

  .search-tab.active {
    background: #ff6b35;
    color: white;
  }

  .search-tab.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ff6b35;
  }

  .search-input-group {
    display: flex;
    gap: 0;
  }

  .search-input {
    flex: 1;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 0.9rem;
    outline: none;
    border-right: 0;
  }

  .search-input::placeholder {
    color: #999;
  }

  .search-submit-btn {
    width: 50px;
    background: #ff6b35;
    border: none;
    border-radius: 0 4px 4px 0;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .search-submit-btn:hover {
    background: #e55a2b;
  }

  /* 地図検索 */
  .map-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    background: #ff6b35;
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-weight: bold;
    transition: background 0.3s ease;
  }

  .map-search-btn:hover {
    background: #e55a2b;
  }

  /* 条件検索 */
  .conditions-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .condition-group {
    display: grid;
    grid-template-columns: 5em 1fr;
    gap: 0.5rem;
    align-items: center;
  }

  .condition-label {
    font-weight: bold;
    color: #431e22;
    font-size: 0.9rem;
  }

  .checkbox-group {
    display: flex;
    gap: 1rem;
    display: flex;
    justify-content: space-between;
  }

  .checkbox-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    height: 50px;
    padding: 0 1rem;
    flex-grow: 1;
    width: 50%;
  }

  .checkbox-item input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: #f05f24;
  }

  .checkbox-text {
    font-size: 0.9rem;
    color: #333;
  }

  .condition-select {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    outline: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    height: 50px;
    width: 100%;
  }

  .range-inputs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .range-inputs .condition-select {
    flex: 1;
  }

  .range-separator {
    color: #666;
    font-weight: bold;
  }

  .conditions-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    background: #ff6b35;
    color: white;
    border: none;
    border-radius: 40px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 1rem;
  }

  .conditions-submit-btn:hover {
    background: #e55a2b;
  }

  /* 新着・おすすめテナント物件セクション */
  .featured-properties-section {
    background: #f1f5f7;
    padding: 4rem 0;
  }

  .featured-properties-inner {
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 0 2rem; */
  }

  .featured-properties-title {
    font-size: 2rem;
    font-weight: bold;
    color: #532424;
    text-align: center;
    margin: 0 0 2rem 0;
  }

  .property-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #c0c0c0;
  }

  .property-tab {
    padding: 0.5rem 0 1rem;
    border: none;
    background: transparent;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    max-width: 190px;
    width: calc((100% - 3rem) / 4);
  }

  .property-tab.active {
    color: #ff6b35;
  }

  .property-tab.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 6px;
    background: #ff6b35;
    border-radius: 2px;
  }

  .property-tab:hover {
    color: #ff6b35;
  }

  .properties-grid {
    display: block;
    margin: 0 auto;
    padding: 0 var(--content-spacing);
  }

  .property-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3rem;
  }

  .property-card {
    background: white;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
  }

  .property-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .property-image {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3 / 2;
  }

  .property-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .property-card:hover .property-img {
    transform: scale(1.05);
  }

  .property-info {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .property-rent {
    font-size: 1.3rem;
    font-weight: bold;
    color: #e32828;
    margin-bottom: 0.5rem;
  }

  .property-details {
    margin-bottom: 1rem;
  }

  .property-access,
  .property-address,
  .property-size {
    font-size: 1rem;
    color: #050100;
    margin-bottom: 0.3rem;
  }

  .property-detail-btn {
    display: block;
    width: 100%;
    background: #ff6b35;
    color: white;
    text-decoration: none;
    padding: 0.7rem 1rem;
    border-radius: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    transition: background 0.3s ease;
    margin-top: auto;
  }

  .property-detail-btn:hover {
    background: #e55a2b;
  }

  /* Instagramセクション */
  .instagram-section {
    background: white;
    padding: 4rem 0;
  }

  .instagram-inner {
    margin: 0 auto;
    padding: 0 var(--content-spacing);
  }

  .instagram-content {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .instagram-info {
    max-width: 356px;
    width: 30%;
    text-align: center;
    min-width: 200px;
    gap: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .instagram-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .instagram-mascot {
    position: relative;
  }

  .instagram-mascot-image {
    width: 155px;
    height: 117px;
    border-radius: 0;
    object-fit: cover;
  }

  .instagram-logo {
  }

  .instagram-text {
    /* margin-bottom: 2rem; */
  }

  .instagram-title {
    color: #eb6100;
    text-align: center;
    font-weight: 700;
    /* 155.556% */
    font-size: 1.15rem;
    margin-top: -0.6rem;
  }

  .instagram-account {
    color: #000;
    text-align: center;

    /* 157.143% */
    font-size: 0.9rem;
  }

  .instagram-button {
    background: #e4dacf;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    transition: background 0.3s ease;
    width: 100%;
    max-width: 200px;
    border-radius: 40px;
    color: #431e22;
    font-weight: 700;
    font-size: 0.8rem;
  }

  .instagram-button:hover {
    background: #e8e4e0;
  }

  .instagram-gallery {
    flex: 1;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .instagram-image {
    height: auto;
    width: 100%;
    aspect-ratio: 201 / 103;
  }

  /* 物件検索セクションのレスポンシブ対応 */
  @media (max-width: 1024px) {
    .search-container {
      grid-template-columns: 40% 1fr;
    }
  }

  /* 物件検索セクションのレスポンシブ対応 */
  @media (max-width: 834px) {
    .property-search-section {
      padding: 0 0 3rem;
    }

    .property-search-inner {
      padding: 0 1rem;
    }

    .property-search-title {
      font-size: 1.5rem;
      margin-bottom: 2rem;
    }

    .search-container {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      gap: 1.5rem;
    }

    .freeword-section {
      grid-column: 1 / 2;
      grid-row: 1 / 2;
    }

    .map-section {
      grid-column: 1 / 2;
      grid-row: 2 / 3;
    }

    .conditions-section {
      grid-column: 1 / 2;
      grid-row: 3 / 4;
    }

    .search-section-content {
      padding: 1rem;
    }

    .search-tabs {
      margin-bottom: 0.8rem;
    }

    .search-tab {
      padding: 0.5rem 0.8rem;
      font-size: 0.8rem;
    }

    .search-input {
      padding: 0.6rem 0.8rem;
      font-size: 0.8rem;
    }

    .map-search-btn {
      padding: 1.1rem;
      font-size: 1.1rem;
    }

    .conditions-form {
      gap: 1rem;
    }

    .condition-group {
      gap: 0.4rem;
      grid-template-columns: 1fr;
    }

    .condition-label {
      font-size: 0.8rem;
    }

    .checkbox-text {
      font-size: 0.8rem;
    }

    .condition-select {
      padding: 0.5rem 0.8rem;
      font-size: 0.8rem;
    }

    .conditions-submit-btn {
      padding: 1.1rem;
      font-size: 1.1rem;
    }
  }

  @media (max-width: 480px) {
    .property-search-section {
      padding: 0 0 2rem;
    }

    .property-search-title {
      font-size: 1.3rem;
    }

    .search-section-header {
      padding: 0.8rem 1rem;
    }

    .search-section-header h3 {
      font-size: 1rem;
    }

    .search-section-content {
      padding: 0.8rem;
    }

    .search-tab {
      padding: 0.4rem 0.6rem;
      font-size: 0.75rem;
    }

    .search-input {
      padding: 0.5rem 0.6rem;
      font-size: 0.75rem;
    }

    .map-search-btn {
      padding: 1rem;
      font-size: 1rem;
    }

    .checkbox-group {
      gap: 0.5rem;
    }

    .checkbox-text {
      font-size: 0.75rem;
    }

    .condition-select {
      padding: 0.4rem 0.6rem;
      font-size: 0.75rem;
    }

    .conditions-submit-btn {
      padding: 1rem;
      font-size: 1rem;
    }
  }

  /* 新着・おすすめテナント物件セクションのレスポンシブ対応 */
  @media (max-width: 1024px) {
    .property-cards {
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }
  }

  @media (max-width: 768px) {
    .featured-properties-section {
      padding: 3rem 0;
    }

    .featured-properties-inner {
    }

    .featured-properties-title {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .property-tabs {
      gap: 1rem;
      margin-bottom: 2rem;
    }

    .property-tab {
      padding: 0.6rem 1rem;
      font-size: 0.9rem;
    }

    .properties-grid {
      padding-inline: 1rem;
    }

    .property-cards {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }

    .property-image {
    }

    .property-info {
      padding: 0.8rem;
    }

    .property-rent {
      font-size: 1rem;
    }

    .property-access,
    .property-address,
    .property-size {
      font-size: 0.8rem;
    }

    .property-detail-btn {
      padding: 0.6rem 0.8rem;
      font-size: 0.8rem;
    }
  }

  @media (max-width: 480px) {
    .featured-properties-section {
      padding: 2rem 0;
    }

    .featured-properties-title {
      font-size: 1.3rem;
    }

    .property-tabs {
      gap: 0.5rem;
      margin-bottom: 1.5rem;
    }

    .property-tab {
      padding: 0.5rem 0.8rem;
      font-size: 0.8rem;
    }

    .property-cards {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .property-image {
    }

    .property-info {
      padding: 0.7rem;
    }

    .property-rent {
      font-size: 0.9rem;
    }

    .property-access,
    .property-address,
    .property-size {
      font-size: 0.75rem;
    }

    .property-detail-btn {
      padding: 0.5rem 0.7rem;
      font-size: 0.75rem;
    }
  }

  /* Instagramセクションのレスポンシブ対応 */
  @media (max-width: 768px) {
    .instagram-section {
      padding: 3rem 0;
    }

    .instagram-inner {
      padding: 0 1rem;
    }

    .instagram-content {
      flex-direction: column;
      gap: 2rem;
      text-align: center;
    }

    .instagram-info {
      max-width: none;
      width: 100%;
    }

    .instagram-header {
      justify-content: center;
    }

    .instagram-title {
      font-size: 1.3rem;
    }

    .instagram-account {
      font-size: 0.9rem;
    }

    .instagram-image {
      /* max-width: 400px; */
    }
  }

  @media (max-width: 480px) {
    .instagram-section {
      padding: 2rem 0;
    }

    .instagram-content {
      gap: 1.5rem;
    }

    .instagram-header {
      gap: 0.8rem;
    }

    .mascot-image {
      width: 50px;
      height: 50px;
    }

    .instagram-logo {
      font-size: 1.5rem;
    }

    .instagram-title {
      font-size: 1.2rem;
    }

    .instagram-account {
      font-size: 0.8rem;
    }

    .instagram-button {
      padding: 0.7rem 1.2rem;
      font-size: 0.9rem;
    }

    .instagram-image {
      max-width: 300px;
    }
  }
}
