@charset "utf-8";
/****************************************************************************
全施設共通
--------------------------------------------------------
   Last up date   : 2025.11.10.
****************************************************************************/
body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  color:#333;
  letter-spacing: 0.1em;
  position: relative;
}

/* スマホ:電話発信可能 */
a[href^="tel:"] {
  pointer-events: auto;
  cursor: pointer;
}

/* PC・タブレット（768px以上）で発信停止 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; /* クリック無効化 */
    cursor: default;      /* カーソルを通常に */
    text-decoration: none;
    color: inherit;       /* デザイン保持 */
  }
}

/* 改行 */
.br-pc{
  display: block;
}
@media screen and (max-width:1024px) {
  .br-pc{
  display: none;
}
}


:root {
/* # =================================================================
   # 共通カラー
   # ================================================================= */
  --pink1: #F19CA6;
  --rosered: #db535e;
  --black: #000;
  --lightgray:  #e6e6e6;
  --offwhite:  #f6f6f6;
  --white:  #ffffff;
　--lightblue: #0071bc26;

  --base1: #0071BC;
  --base2: #29ABE2;
  --base3: #999;


/* # =================================================================
   # 見出しフォントサイズ
   # ================================================================= */
  --fs-h1: clamp(1.5rem, 0.975rem + 1.09vw, 2rem);/* w768=24px → w1500=32px */ 
  --fs-h2: clamp(1.375rem, 1.113rem + 0.55vw, 1.625rem);/* w768=22px → w1500=26px */ 
  --fs-h3: clamp(1.125rem, 0.863rem + 0.55vw, 1.375rem);/* w768=18px → w1500=22px */ 
  --fs-h4: clamp(1rem, 0.738rem + 0.55vw, 1.25rem);/* w768=16px → w1500=20px */
  --fs-h5: clamp(1rem, 0.869rem + 0.27vw, 1.125rem);/* w768=16px → w1500=18px */
  --fs-h6: 1rem;                                      /* 16px固定 */

/* # =================================================================
   # 文章フォントサイズ
   # ================================================================= */
  --fs-lead: clamp(1rem, 0.607rem + 0.82vw, 1.375rem); /* w768=16px → w1500=22px */
  --fs-body: clamp(0.875rem, 0.613rem + 0.55vw, 1.125rem); /* w768=14px → w1500=18px */
  --fs-note: clamp(0.875rem, 0.744rem + 0.27vw, 1rem); /* w768=14px → w1500=16px */
  --fs-title: clamp(1rem, 0.738rem + 0.55vw, 1.25rem); /* 16px → 20px */ 
  --fs-caption: clamp(0.75rem, 0.488rem + 0.55vw, 1rem);/* w768=12px → w1500=16px */ 
  --fv-fs-h2: clamp(1.5rem, 0.975rem + 1.09vw, 2rem);/* w768=24px → w1500=32px */ 
}

/*--------------------------------------------------------
　ヘッダー
--------------------------------------------------------*/
header {
  position: fixed;
  padding: 0;
  margin: 0;
  display: block;
  width: 260px;
  height: 100%;
  z-index: 1000;
  transition: .5s ease;
  background: #FFF;                 /* 透け防止 */
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.08); /* ★右側にうすい影 */
}
  @media screen and (max-width:1024px) {
    header {
  width: 100%;
  height: 70px;
    }
  }

header nav {
	margin-top: 30%;
}
@media screen and (max-width:1024px) {
  header nav {
	margin-top: 70px;
  }
}

@media screen and (max-width:1024px) {
header nav ul {
	margin-top: 0px;
  }
}
header nav ul li {
	padding: 0;
	margin: 0;
}
header nav ul li a {
	display: block;
	width: 100%;
	font-size: 20px;
  font-weight: bold;
	transition: .3s;
	color: var(--base1);
	text-align: center;
	margin: 0px auto 40px auto;
}
  @media screen and (max-width:1024px) {
  header nav ul li a {
	margin: 5px auto 5px auto;
  }
}

header nav ul li a:hover {
  color: #4d4d4d;
}
header nav ul li a:hover::after {
  transform: scale(1, 1);
}
header nav ul li.contact a {
	background: var(--base1);
	color: #FFF;
}
header nav ul li.contact a:hover {
	background: var(--base1);
	color: #FFF;
	text-decoration: none;
}

/*--------------------------------------------------------
ロゴ
--------------------------------------------------------*/
.header-logo{
  transition: opacity 0.5s ease;
  display: block;
  width: 180px;
  padding: 0;
  margin: 40px auto 30px auto;
  overflow: hidden;
}
  @media screen and (max-width:1024px) {
    .header-logo{
  	margin: 10px 0 0 20px;
    width: 150px;
    }
  }

.header-logo:hover {
  opacity: 0.6;  
}

.header-logo img {
	height: auto;
	width: 25%;
	float: left;
	margin-top: 5px;
}

.header-logo span {
	float: right;
	width: 68%;
	display: block;
	container-type: inline-size;
	font-size: 12px;
	text-align: justify;
	text-align-last: justify;
	padding-top: 2px;
	padding-bottom: 2px;
		font-weight: bold;

}
  @media screen and (max-width:1024px) {
  .header-logo span {
	font-size: 10px;
    }
  }

.header-logo strong {
	float: right;
	width: 68%;
	display: block;
	container-type: inline-size;
	font-size: 32px;
	font-weight: bold;
	text-align: justify;
	text-align-last: justify;
}
  @media screen and (max-width:1024px) {
    .header-logo strong {
	  font-size: 28px;
    }
  }

/* # =================================================================
   # ハンバーガーメニュー
   # ================================================================= */
/* overlay-styles.css */
@media screen and (max-width:1024px) {
.hamburger-overlay {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-overlay_line {
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #000;
  transition: all .6s;
  z-index: 1000;
}


.hamburger-overlay_line:nth-of-type(1) { top: 7px; }
.hamburger-overlay_line:nth-of-type(2) { top: 22px; }
.hamburger-overlay_line:nth-of-type(3) { top: 37px; }

.hamburger-overlay.active .hamburger-overlay_line {
  background-color: #000;
}

.hamburger-overlay.active .hamburger-overlay_line:nth-of-type(1) {
  transform: translateY(15px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay_line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay_line:nth-of-type(3) {
  transform: translateY(-15px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin-top: -70px;
}

.nav-overlay_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay_item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.nav-overlay.active .nav-overlay_item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay_item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay_item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay_item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay_item:nth-child(4) { transition-delay: 0.4s; }
.nav-overlay.active .nav-overlay_item:nth-child(5) { transition-delay: 0.5s; }
.nav-overlay.active .nav-overlay_item:nth-child(6) { transition-delay: 0.6s; }
.nav-overlay.active .nav-overlay_item:nth-child(7) { transition-delay: 0.7s; }
.nav-overlay.active .nav-overlay_item:nth-child(8) { transition-delay: 0.8s; }
.nav-overlay.active .nav-overlay_item:nth-child(9) { transition-delay: 0.9s; }
.nav-overlay.active .nav-overlay_item:nth-child(10) { transition-delay: 1.1s; }

.nav-overlay_link {
  display: inline-block;
  padding: 20px;
  color: var(--base1);
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
}

} /**** END media screen *****/



/* # =================================================================
   # フッター
   # ================================================================= */

footer {
  margin-left: 260px;
  width: calc(100% - 260px);
  display: flex;
  flex-direction: column; /* 縦並び（ロゴ → コピーライト） */
  align-items: center;    /* 横方向の中央寄せ */
  justify-content: center;/* 縦方向の整列（任意） */
  padding: 40px 0;
  background-color: #fff; /* 背景を必要に応じて指定 */
  text-align: center;     /* テキスト中央揃え */
  overflow-x: hidden;
}

@media screen and (max-width:1024px) {
footer {
  margin-left: 0px;
  width: 100%;
}
}

/***** フッター ロゴ *****/
.footer-info{
  width: 100%;
  margin: 0px auto 60px ;
  text-align: center; /* 中央寄せ */
}

.footer-logo{
  width: 260px;
  display: inline-block;
  margin-right: 40px;
  transition: opacity 0.5s ease;
}

@media screen and (max-width:1024px) {
  .footer-logo{
    width: 180px; 
    margin-right: 0px;
    }
}

.footer-logo img{
	height: auto;
	width: 60px;
	float: left;
}
@media screen and (max-width:1024px) {
  .footer-logo img{
   width: 45px; 
   }
  }

.footer-logo span {
	float: right;
	width: 68%;
	display: block;
	font-size: 0.8cqw;
	container-type: inline-size;
	font-size: clamp(6px, 1.2vw, 16px);
	text-align: justify;
	text-align-last: justify;
	padding-top: 2px;
	padding-bottom: 5px;
	font-weight: bold;
}

@media screen and (max-width:1024px) {
  .footer-logo span {
	  font-size: 10px;
  }
}

.footer-logo strong {
	float: right;
	width: 68%;
	display: block;
	container-type: inline-size;
	font-size: clamp(18px, 3vw, 36px);

	text-align: justify;
	text-align-last: justify;
		font-weight: bold;
}

@media screen and (max-width:1024px) {
  .footer-logo strong {
	    font-size: 26px;
  }
 }




/*--------------------------------------------------------
事業所リスト
--------------------------------------------------------*/
.group-list{
    width: 1120px;
    margin-top: 60px;
}
.group-list-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    margin: 12px auto;
    border-bottom: solid 1px #d4d4d4;
    padding-bottom: 20px;
    text-align: left;
}
.group-list-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
      width: 38%;
}
/* 通常状態 */
.group-list-arrow {
  font-size: var(--fs-lead);
    color: #db535e;
  transition: transform 0.4s ease;
    width: 6%;
}

.group-list-facility {
    font-size: 21px;
    font-weight: bold;
  transition: opacity 0.4s ease;
  text-align: left;
  line-height: 1.5em;
    width: 94%;
  position: relative;
  padding-left: 25px;
}
.group-list-facility:before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--rosered);
    border-right: 2px solid var(--rosered);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* hover時の動作 */
.group-list-link:hover .group-list-arrow {
  transform: translateX(10px); /* →右に10px移動 */
}

.group-list-link:hover .group-list-facility {
  opacity: 0.6; /* →半透明に */
}

.group-list-address{
  font-size: 17px;
  width: 33%;
  line-height: 1.5em;
}
.group-list-phone{
    font-size: 17px;
    line-height: 1.5em;
    width: 22%;
}


/************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************
     事業所リスト レスポンシブ ここから
************************************************************************************************************************************************************************************
************************************************************************************************************************************************************************************/
@media screen and (max-width:1024px) {

/*--------------------------------------------------------
事業所リスト
--------------------------------------------------------*/
.group-list{
    width: 90%;
    margin: 40px auto 0;
}
.group-list-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    margin: 12px auto;
    border-bottom: solid 1px #d4d4d4;
    padding-bottom: 20px;
    text-align: left;
}
.group-list-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
      width: 100%;
}
/* 通常状態 */
.group-list-arrow {
  font-size: var(--fs-lead);
    color: #db535e;
  transition: transform 0.4s ease;
    width: 6%;
}

.group-list-facility {
    font-size: 16px;
    font-weight: bold;
  transition: opacity 0.4s ease;
  text-align: left;
  line-height: 1.5em;
    width: 100%;
}

.group-list-address{
  font-size: 14px;
  width: 100%;
  line-height: 1.5em;
      margin-top: 6px;
}
.group-list-phone{
    font-size: 14px;
    width: 100%;
    margin-top: 6px;
}

}

@media screen and (min-width:1025px) and (max-width:1400px) {
  /*--------------------------------------------------------
事業所リスト
--------------------------------------------------------*/
.group-list{
    width: 94%;
    margin: 20px auto 0;
}
.group-list-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    margin: 12px auto;
    border-bottom: solid 1px #d4d4d4;
    padding-bottom: 20px;
    text-align: left;
}
.group-list-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
      width: 100%;
}
/* 通常状態 */
.group-list-arrow {
  font-size: var(--fs-lead);
    color: #db535e;
  transition: transform 0.4s ease;
    width: 4%;
}

.group-list-facility {
    font-size: 20px;
    font-weight: bold;
  transition: opacity 0.4s ease;
  text-align: left;
  line-height: 1.5em;
    width: 70%;
    margin-top: 10px;
}

.group-list-address{
  font-size: 16px;
  width: 45%;
  line-height: 1.5em;
  margin-top: 12px;
}
.group-list-phone{
    font-size: 16px;
    width: 45%;
    margin-top: 12px;
}

}


/* # =================================================================
   openClose
   # ================================================================= */
summary {
    display: block;
    list-style: none;
}
details > summary {
    /* クリックしても閉じないようにする */
    pointer-events: none;
    /* カーソルを「クリック可能」の指マークからデフォルトに戻す */
    cursor: default;
}


@media (max-width: 768px) {
  details > summary {
    pointer-events: auto;
  }
  details > summary::-webkit-details-marker {
    display: block !important;
  }
  details > summary::marker {
    display: block !important;
  }
}



/*--------------------------------------------------------
copyright
--------------------------------------------------------*/
.footer-copyright {
  text-align: center;
  font-size: var(--fs-caption);
  margin-top: 60px;
  padding-bottom: 80px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
}


/*-------------------------------------------------------
ページトップへ戻る
-------------------------------------------------------*/
a.btn_pagetop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  padding: 40px 0 0 0;
  margin: 0 auto;
  width: 40px;
  height: 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0);
  background-color: var(--color4);
  border-radius: 50%;
  z-index:100;
  @media screen and (max-width:680px) { 
    bottom: 90px;
    right: 15px;
  }
}
a.btn_pagetop:hover {
  opacity: 0.7;
}
a.btn_pagetop::before {
  position: absolute;
  top: 42%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-left: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  content: "";
  transform: rotate(135deg);
}









/* PCとスマホの表示ON・OFF */
/**** PC用の設定 ****/
.pcLayer { display: block; }
.spLayer { display: none; }
/**** SP用の設定 ****/
@media screen and (max-width:1024px) {
.pcLayer { display: none; }
.spLayer { display: block; }
}