@charset "utf-8";
/****************************************************************************
東生駒病院　-　共通
--------------------------------------------------------
   Last up date   : 2025.10.22
****************************************************************************/
:root {
/* # =================================================================
   # 東生駒病院　-　共通カラー
   # ================================================================= */
  --base1: #ec6989;
  --base2: #ed778a;
  --base3: #999;
	--base4: #E9527715;
  --sub: #0d8aba;
}



/*--------------------------------------------------------
　ヘッダー
--------------------------------------------------------*/
.header-logo {
  width: 20%;
  max-width: 180px;
  margin: 30px 1% 30px 2%;
  @media screen and (max-width:1500px) { width: 13%; }
  @media screen and (max-width:1050px) { margin-right: 5px; }
  @media screen and (max-width:1024px) {
  	width: 200px;
  	max-width: 200px;
  	margin: 5px 2% 30px 2%;
  }
}
.be-small .header-logo {
  @media screen and (max-width:1024px) {
  	width: 250px !important;
  	max-width: 250px !important;
  	margin: 0px 2% 30px 2%;
  	padding: 0;
  }
}
.header-logo img {
	height: auto;
	width: 25%;
	float: left;
	margin-top: 5px;
	margin-right: 3%;
	padding-bottom: 10px;
	@media screen and (max-width:1024px) { width: 35px;}
}
.be-small .header-logo img {
	margin-top: 0px;
	float: left;
	@media screen and (max-width:1024px) { width: 35px; }
}
.header-logo span {
	float: left;
	width: 69%;
	display: block;
	font-size: 0.8cqw;
	container-type: inline-size;
	font-size: clamp(6px, 0.8vw, 12px);
	text-align: justify;
	text-align-last: justify;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0;
	font-weight: bold;
	@media screen and (max-width:1024px) {
		width: 120px;
		font-size: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.be-small .header-logo span {
	float: left;
	width: 70%;
	display: block;
	font-size: 0.8cqw;
	container-type: inline-size;
	font-size: clamp(4px, 0.6vw, 10px);
	text-align: justify;
	text-align-last: justify;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	@media screen and (max-width:1024px) {
		width: 120px;
		font-size: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.header-logo strong {
	float: left;
	width: 70%;
	display: block;
	container-type: inline-size;
	font-size: clamp(16px, 1.5vw, 24px);
	font-weight: bold;
	text-align: justify;
	text-align-last: justify;
	@media screen and (max-width:1024px) {
		width: 120px;
		font-size: 20px;
		padding-top: 0px;
		padding-bottom: 1px;
	}
}
.be-small .header-logo strong {
	width: 70%;
	font-size: clamp(14px, 1.2vw, 20px);
	@media screen and (max-width:1024px) {
		width: 120px;
		font-size: 20px;
		padding-top: 0px;
		padding-bottom: 1px;
	}
}
.header-logo span.under {
	width: 72%;
	float: left;
	font-size: 0.6cqw;
	font-size: clamp(0.375rem, -0.03rem + 0.63vw, 0.563rem);
	text-align: left;
	text-align-last: left;
	padding-top: 5px;
	padding-bottom: 0px;
		font-weight: bold;
	@media screen and (max-width:1024px) {
		width: 72%;
		font-size: 10px;
		padding-top: 0px;
		padding-bottom: 1px;
		letter-spacing: 0;
		line-height: 1;
	}
}
.be-small .header-logo span.under {
	width: 72%;
	float: left;
	font-size: 0.8cqw;
	font-size: clamp(7px, 0.7vw, 8px);
	text-align: left;
	text-align-last: left;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 0;
}


.be-small .header-logo {
  width: 10%;
  max-width: 150px;
  margin: 10px 2% 30px 2%;
}




@media screen and (max-width:1024px) {
/* ---------------------------------------------- */
/* ハンバーガーメニュー */
/* ------------------------- */
.accordion-btn::before {
	background-image: url(/higashiikoma/upload/accordion-plus.svg);
}
.accordion-btn::after{
	background-image: url(/higashiikoma/upload/accordion-minus.svg);
}
.active span.accordion-menu {
	color: var(--base1);
}
/* ▶マークの画像設定 */
.accordion-header span.accordion-menu a::after {
	background-image: url(/higashiikoma/upload/icon-link.svg);
}
/* TELアイコンの画像設定 */
.infoArea li.tel a::before {
	background-image: url(/higashiikoma/upload/tel-icon.svg);
}
/***** アコーディオン内の装飾 *****/
ul.subMenu .megaMenuHead {
	background-color: var(--base4);
}
}



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

/***** スペック *****/
.footer-logo{
  width: 300px;
  display: block; 
  margin-right: 40px;
  transition: opacity 0.5s ease;
   overflow:hidden;
    @media screen and (max-width:1024px) { width: 180px; margin-right: 5px;}
}
.footer-logo img{
	height: auto;
	width: 60px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	padding-bottom: 20px;
    @media screen and (max-width:1024px) { width: 40px; margin-right: 5px;}
}
.footer-logo span {
	float: left;
	width: 230px;
	display: block;
	font-size: 0.8cqw;
	container-type: inline-size;
	font-size: clamp(6px, 1.2vw, 16px);
	text-align: left;
	text-align-last: left;
	padding-top: 2px;
	padding-bottom: 5px;
		font-weight: bold;

    @media screen and (max-width:1024px) {
    	width: 130px;
	padding-bottom: 3px;
    	font-size: 10px;
    }
}
.footer-logo strong {
	float: left;
	width: 230px;
	display: block;
	container-type: inline-size;
	font-size: clamp(18px, 3vw, 36px);
	font-weight: bold;
	text-align: justify;
	text-align-last: justify;
    @media screen and (max-width:1024px) {
    	width: 130px;
	    font-size: 20px;
 	padding-bottom: 3px;
   }
}
.footer-logo span.under {
	float: left;
	width: 230px;
	display: block;
	font-size: 0.8cqw;
	container-type: inline-size;
	font-size: clamp(6px, 1.2vw, 16px);
	text-align: left;
	text-align-last: left;
	padding-top: 2px;
	padding-bottom: 5px;
		font-weight: bold;
		
    @media screen and (max-width:1024px) {
    	width: 130px;
    	font-size: 9px;
    	letter-spacing: 1px;
    }
}

.footer-mark.kenkou {
    width: 100px;
    margin-top: 10px;
    margin-right: 18px;
}
.footer-mark.jc {
    width: 75px;
    margin-top: 0px;
}
.footer-mark.kenkou img,
.footer-mark.jc img {
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .footer-mark.kenkou {
        width: 60px;
        margin-right: 12px;
    }
    .footer-mark.jc {
        width: 46px;
    }
}


/* #
=================================================================
================================================================
# アセット集　色指定変更
=================================================================
 */


/* h1（装飾あり） */
#contents .head01_deco {
  border-bottom: solid 1px var(--base1);


}

#contents .head02 {
  background-color: var(--base4);
  }

/* h2（装飾あり） */
#contents .head02_deco {
  background-color: var(--base4);
  }


/* # =================================================================
  # 開閉リスト  
  # ================================================================= */
/* ----  プラスアイコン（閉じているとき） ---------------------------*/
.accordion__button::before {
  background-image: url(/higashiikoma/upload/accordion-plus.svg);
}

/* ------ マイナスアイコン（開いているとき） --------------------------*/
.accordion__button::after {
  background-image: url(/higashiikoma/upload/accordion-minus.svg);
}

.accordion__button {
  border-color: var(--base4);
}



/* # =================================================================
  # リンクボタン  
  # ================================================================= */

.btn.btn-internal {
  border: 2px solid var(--base1);
}

/* ========================================
  左テキスト・右画像カルーセル（5：5）　
======================================== */
/* カスタム矢印画像 */
.prev-right {
  background: url("/higashiikoma/upload/images/icon-arrow-left.svg") no-repeat center/contain;
}
.next-right {
  background: url("/higashiikoma/upload/icon-arrow-right.svg") no-repeat center/contain;
}

/* ページネーション（下中央） */
.pagination-right .swiper-pagination-bullet-active {
  background: var(--base2);
}

/* # =================================================================
# === 連携医療機関のご紹介 regional.html 
================================================================= */
#contents .city-list li a:hover {
  background-color: var(--base1);
	  filter: brightness(85%); /* 15%暗くする */
}

#contents .city-list li a::after {
color: var(--base1);
}

/* -------------------------------------------------
（個別リスト）デザイン
-------------------------------------------------- */
/* 各情報行（診療科・住所などの1行ごと） */
/* 施設名の帯（クリニック名の背景帯部分） */
.partner-name {
 background: var(--base4);       /* 帯の背景色（変数） */
}

/* =================================================
一覧（共通ページあり：regional.html）
==================================================== */
/* 疑似アイコン（右端の赤丸＋▶） */
.indexList02 li a::after {
background-color: var(--base1);
}

/* =================================================
フローチャート 　flow.html ▶︎10/17　調整
==================================================== */
/* h2 */
.flow_item .h2 {
  background-color: var(--base4);
  }

.flow_item:after {
	background: url("/higashiikoma/upload/flow_arrow.png") center bottom no-repeat;
}


/* =================================================
お知らせ一覧 　news.html 
==================================================== */
.sidebox .cate {
  background-color: var(--base4);
}

.sidebox .arc,
.sidebox .widget-list-item {
  color: var(--base3);
}



/* --------- ページネーション --------- */

/* 現在のページ（強調表示） */
.newslist .pagination .current_page {
  background-color: var(--base4);
}

/* 次へのリンク */
.newslist .pagination .link_next a {
  color: var(--base3);
}

/* ホバー効果 */
.newslist .pagination .link_page:hover {
  background-color: var(--base4);
  color: var(--base1);
}


/* =================================================
カラー調整
==================================================== */

#contents .anchorBox li a:hover {
    background-color: #c83257;
}
.indexList02 li a::after {
    background-color: var(--sub);
}
.indexList02 li a {
    border: 1px solid #c8c8c8;
}