/* ===============================
  header
================================= */

/* ===============================
  footer
================================= */

/* .floating-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    z-index: 999;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .floating-btn img {
    width: 160px;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25)); /* ← 影 */
    transition: filter 0.3s ease, transform 0.3s ease;
  }

  .floating-btn:hover img {
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.35));
    transform: translateY(-2px);
  }

  .floating-btn.hidden {
    opacity: 0;
    transform: translateY(40px);
    pointer-events: none;
  } */


/* @media screen and (max-width: 1024px) and (min-width: 769px) {

.footer_inner {
    width: 40rem;
}
} */

@media screen and (max-width: 768px) {
  /* メインの方のパディングを消してください */
  /* #footer {
    padding: 0rem;
  }

  #footer_bottom {
    width: 80%;
    padding: 2rem 1rem !important;
  }

  .footer_menu {
    padding: 2rem 1rem;
  }

  .footer_address {
    white-space: normal !important;
    word-break: break-all;
    line-height: 1.8;
  }

  .floating-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: block;
    z-index: 999;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .floating-btn img {
    width: 100px;
    height: auto;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.2));
  }

  .floating-btn.hidden {
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
  } */

}

/* ===============================
  共通部分
================================= */


/* ===============================
  company
================================= */

/* ===============================
  business
================================= */


/* ===============================
  recruit
================================= */


/* ===============================
  facility
================================= */
/* ----------------------------
  Facility レスポンシブ対応
-----------------------------*/

/* タブレットサイズ（1024px以下） */
@media screen and (max-width: 1024px) {
  /* .p-facility_inner {
    width: 90%;
    padding: 100px 0 120px;
  }

  .p-facility-text {
    margin-bottom: 5rem;
    font-size: 16px;
    line-height: 2;
  }

  .p-facility_list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3vw;
    grid-row-gap: 4vw;
  }

  .p-facility_list-item-img {
    height: 220px;
  }

  .p-facility_list-item-img img {
    border-radius: 16px;
  }

  .p-facility_list-item-title {
    font-size: 18px;
  }

  .p-facility_list-item-text {
    font-size: 16px;
  }

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

/* スマホサイズ（768px以下） */
@media screen and (max-width: 768px) {
  /* .p-facility_inner {
    width: 100%;
    padding: 80px 1rem 100px;
  }

  .p-sub_head-sub.p-sub_head-facility {
    font-size: 24px;
  }

  .p-facility-text {
    margin-bottom: 3rem;
    font-size: 14px;
    line-height: 1.8;
  }

  .p-facility_list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .p-facility_list-item {
    width: 100%;
  }

  .p-facility_list-item-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin-bottom: 1rem;
  }

  .p-facility_list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .p-facility_list-item-title {
    font-size: 16px;
    margin-bottom: 0.3rem;
  }

  .p-facility_list-item-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }

  .page-nation {
    margin-top: 2rem;
  }

  .page-nation ul {
    gap: 1.5rem;
  }

  a.page-numbers,
  span.page-numbers {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }

  a:has(.page_nation_pre_text),
  a:has(.page_nation_next_text) {
    font-size: 14px;
  }

  .page-nation ul li a,
  .page-nation ul li span {
    width: 44px;      /* 正方形にする */
    height: 44px;     /* 正方形にする */
    line-height: 44px;/* 文字を縦中央に */
    font-size: 16px;  /* 文字サイズを大きく */
    text-align: center;
    display: inline-block;
    border-radius: 50%; /* 丸にする */
  }

  .page-nation ul li a:hover {
    background-color: #EE7D80;
    color: #fff;
  } */
}


/* ===============================
  facility-single
================================= */

/* ===== PC ===== */
/* #facility-main-img {
  transition: opacity 0.3s ease-in-out;
}

.p-facility-single-2col-thumb img {
  cursor: pointer;
  transition: opacity 0.3s;
}

.p-facility-single-2col-thumb img:hover {
  opacity: 0.7;
} */


/* タブレットサイズ（1024px以下） */
@media screen and (max-width: 1024px) {
  /* .p-facility-single_inner {
    width: 90%;
    padding: 100px 0 120px;
  }

  .p-facility-single-title {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }

  .p-facility-single-2col {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .p-facility-single-2col-img,
  .p-facility-single-2col-text {
    width: 100%;
  }

  .p-facility-single-2col-img img {
    border-radius: 16px;
  }

  .p-facility-single-2col-text-wrap-title {
    font-size: 16px;
    padding-left: 1.8rem;
  }

  .p-facility-single-2col-text-wrap-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .p-facility-single-environment-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .p-facility-single-environment-item {
    height: auto;
  }

  .p-facility-single-environment-item img {
    height: auto;
    aspect-ratio: 16 / 9;
  } */
}

/* スマホサイズ（768px以下） */
@media screen and (max-width: 768px) {
  /* .p-facility-single_inner {
    width: 100%;
    padding: 80px 1rem 100px;
  }

  .p-facility-single-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 2rem;
  }

  .p-facility-single-2col {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .p-facility-single-2col-img {
    width: 100%;
  }

  .p-facility-single-2col-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .p-facility-single-2col-text {
    width: 100%;
  }

  .p-facility-single-2col-text-wrap {
    margin-bottom: 1.5rem;
  }

  .p-facility-single-2col-text-wrap-title {
    font-size: 16px;
    padding-left: 1.6rem;
  }

  .p-facility-single-2col-text-wrap-title::before {
    width: 16px;
    height: 16px;
    top: 0;
  }

  .p-facility-single-2col-text-wrap-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .p-facility-single-environment {
    margin-bottom: 3rem;
  }

  .p-facility-single-environment-wrap {
    flex-direction: column;
    gap: 1.5rem;
  }

  .p-facility-single-environment-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
  }

  .p-facility_btn-wrap {
    padding-top: 1rem;
  }

  .p-facility_btn-wrap .c-btn {
    font-size: 14px;
    padding: 0.8rem 2rem;
  } */
}