@charset "UTF-8";
/*-----------------------------------

フッター

------------------------------------*/
footer{
	padding: 1.5rem 1.5rem 3rem;
}
.foot-content{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 48rem;
	margin: 0 auto;	
	padding: 3rem 0 4rem;
	border-top: 1px solid #ccc;
}

footer a {
	color: #000;
}

.foot-info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

/* ロゴ・住所・電話 SP 
---------------------------- */
.foot-info-flex{
	width: 100%;
}
.foot-logo{
	width: 30.4rem;
	margin: 0 auto;
	text-align: center;
}
.foot-info address{
	padding: 1.5rem 0 2rem;
	line-height: 1.5;
	text-align: center;
	font-style: normal;
	font-size: 1.6rem;
	font-weight: 500;
}
/* 電場 SP --- */
.btn-common-tel{
	margin: 0 0 2.5rem;
	padding: 2rem 1rem; 
	text-align: center;
	background: var(--bgblue);
	border-radius: 2rem;
}
.btn-common-tel p:first-child{
	font-size: 1.6rem;
	font-weight: 500;
}
.btn-common-tel p:first-child span{	
	font-weight: 700;
}

/* 番号 SP --------------- */
.btn-common-tel p:last-child a{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-size: 3rem;
	font-weight: 700;
	color: var(--blue);
}
.btn-common-tel p:last-child a span{
	display: block;
	padding: 0 0.5rem 0 2rem;
	position: relative;
}
.btn-common-tel p:last-child a span::before{
	display: block;
	content: url(../img/common-icon-tel.svg);
	width: 14px;
	position: absolute;
	top: 0;
	left: 0.3rem;
}
.btn-common-tel p:last-child a strong{
	display: block;
	padding: 0 0.5rem;
	text-align: center;
	border-radius: 0.2rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	background: var(--blue);

}

/* 写真 SP(非表示) --------------- */
.foot-ph{
	display: none;
}

/* フッターメニュー（メインナビ） 
-------------------------------- */
.foot-content nav.foot-main-nav{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	width: auto;
}
.foot-content nav.foot-main-nav article{
	width: 47%;
	padding: 0 0 3rem;
}
.foot-content nav.foot-main-nav article h2 a{
	display: block;
	margin: 0 0 1rem;
	padding: 0 0 0 3rem;
	line-height: 2;
	letter-spacing: 0;
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	color: var(--blue);
	background: url(../img/arrow-bgblue-white.svg) no-repeat left 46%;
	background-size: 1.8rem;
}
.foot-content nav.foot-main-nav article h2 a:hover{
	color: #8c88e2;
	background: url(../img/arrow-bgwhite-blue.svg) no-repeat left 46%;
	background-size: 1.8rem;
}

.foot-content nav.foot-main-nav article ul{
	font-size: 1.6rem;
	font-weight: 400;
}
.foot-content nav.foot-main-nav article ul li a{
	display: block;
	padding: 0 0 0.5rem 1.2rem;
	background: none -5% 38%;
}
.foot-content nav.foot-main-nav article ul li a:hover{
	color: var(--blue);
	background: url(../img/arrow-blue.svg) no-repeat 0% 38%;
	background-size:0.8rem;
}


/* 診療科・部門 SP ----- */
.foot-content nav.foot-main-nav article.dep-link ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.foot-content nav.foot-main-nav article.dep-link ul li{
	padding: 0 1rem;
}
.foot-content nav.foot-main-nav article.dep-link ul li:first-child{
	width: 100%;
}


/* フッターメニュー（サブナビ） 
-------------------------------- */
.foot-content nav.foot-sub-nav{
	width: 100%;
	padding: 0;
}
.foot-content nav.foot-sub-nav ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0.5rem 3rem;
}
.foot-content nav.foot-sub-nav ul li a{
	display: block;
	margin: 0 0 0.5rem;
	padding: 0 1.4rem;
	letter-spacing: 0;
	font-size: 1.6rem;
	font-weight: 500;
	border-bottom: none;
	color: var(--blue);
	background: url(../img/arrow-bgblue-white.svg) no-repeat left center;
	background-size: 1rem;
}
.foot-content nav.foot-sub-nav ul li a:hover{
	color: #8c88e2;
	background: url(../img/arrow-bgwhite-blue.svg) no-repeat left center;
	background-size: 1rem;
}

/* お問い合わせボタン SP ---------- */
.foot-content .foot-btn-contact{
	max-width: auto;
	margin: 0 auto;	
	padding: 0 2rem;
}
.foot-content .foot-btn-contact a{
	display: block;
	padding: 1.5rem 0;
	text-align: center;
	letter-spacing: 0.025em;	
	border: 0.1rem solid var(--blue);
	border-radius: 1rem;
	color: var(--blue);
	background: transparent url(../img/arrow-bgblue-white.svg) no-repeat 22% center;
	background-size: 1.8rem;
	font-size: 1.8rem;
	font-weight: 700;
}
.foot-content .foot-btn-contact a:hover{
	color: #fff;
	background: var(--blue) url(../img/arrow-bgwhite-blue.svg) no-repeat 22% center;
	background-size: 1.8rem;
}

/* ページトップに戻る SP ------ */
.foot-pagetop a{
	display: block;
	position: fixed;
	bottom: 10%;
	right: 2%;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: var(--lblue) url("../img/arrow-topback.svg") no-repeat center center;
	background-size:16px;
}
.foot-pagetop a:hover{
	background: var(--blue) url("../img/arrow-topback-white.svg") no-repeat center center; 
	background-size:16px;
	opacity: 1;
}
.foot-pagetop a span{
	display: none;
}

/* コピーライト SP ------ */
footer small{
	display: block;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 1.4rem;
}


@media screen and (max-width:360px) {

	/* フッターメニュー（メインナビ） 360以下
	------------------------------------------- */
	.btn-common-tel p:first-child{
		font-size: 1.4rem;
	}
	.btn-common-tel p:last-child a strong{
		font-size: 1.4rem;
	}

	.foot-content nav.foot-main-nav article h2 a{
		font-size: 1.6rem;
	}
	.foot-content nav.foot-main-nav article ul{
		font-size: 1.4rem;
	}
	.foot-content nav.foot-sub-nav ul li a{
		font-size: 1.4rem;
	}

}

/*-----------------------------------
TB 750
------------------------------------*/
@media screen and (min-width:750px) {

	footer{
		padding: 1.5rem 3rem 3rem;
	}

	.foot-content{
		max-width: 100rem;
		padding: 0 0 3rem;
	}

	/* ロゴ・住所・電話 750 
	---------------------------- */
	.foot-info{
		flex-direction: row;
		padding: 3rem 0;
	}
	.foot-info-flex{
		width: 48%;
	}
	.foot-logo{
		width: auto;
		margin: 0 2rem 0 0;
		text-align: left;
	}
	.foot-info address{
		padding: 1.5rem 0 0;
		line-height: 1.5;
		text-align: left;
	}
	.btn-common-tel{
		width: 52%;
		margin: 0;
		padding: 2rem 1rem; 
	}

	/* フッターメニュー（メインナビ） 
	-------------------------------- */
	.foot-content nav.foot-main-nav article{
		width: 32%;
	}

	/* フッターメニュー（サブナビ） 750
	-------------------------------- */
	.foot-content nav.foot-sub-nav ul li a{
		padding: 0 2rem;
		letter-spacing: 0.025em;
		background: url(../img/arrow-bgblue-white.svg) no-repeat left center;
		background-size: 1.4rem;		
	}
	.foot-content nav.foot-sub-nav ul li a:hover{
		background: url(../img/arrow-bgwhite-blue.svg) no-repeat left center;
		background-size: 1.4rem;
	}

	/* お問い合わせボタン 750 ---------- */
	.foot-content .foot-btn-contact{
		max-width: 80rem;
		padding: 0;
	}
	.foot-content .foot-btn-contact a{
		padding: 2rem 0;
		background: transparent url(../img/arrow-bgblue-white.svg) no-repeat 37% center;
		background-size: 1.8rem;
		font-size: 2.1rem;
	}
	.foot-content .foot-btn-contact a:hover{
		background: var(--blue) url(../img/arrow-bgwhite-blue.svg) no-repeat 37% center;
		background-size: 1.8rem;
	}


}

/*-----------------------------------
TB 1000
------------------------------------*/
@media screen and (min-width:1000px) {

	/* ページトップに戻る SP ------ */
	.foot-pagetop a{
		width: 12rem;
		height: 12rem;
		background: var(--lblue) url("../img/arrow-topback.svg") no-repeat center 37%;
		background-size:32px;
	}
	.foot-pagetop a:hover{
		background: var(--blue) url("../img/arrow-topback-white.svg") no-repeat center 37%; 
		background-size:32px;
	}
	.foot-pagetop a span{
		display: block;
		padding: 7.2rem 0 0;
		text-align: center;
		color: var(--blue);
		font-size: 1.2rem;
		font-weight: 700;
	}
	.foot-pagetop a:hover span{
		color: #fff;
	}

}

/*-----------------------------------
TB 1200
------------------------------------*/
@media screen and (min-width:1200px) {
	
	footer{
		padding: 5rem 3rem 3rem;
	}

	.foot-content{		
		max-width: 160rem;
		margin: 0 auto;
		padding: 5rem 0;
		flex-direction: row;
	}

	/* ロゴ・住所・電話 1200 
	---------------------------- */
	.foot-info{
		flex-direction: column;
		width: 30%;
		padding: 0 4% 0 0;
	}
	.foot-info-flex{
		width: 100%;
	}
	.foot-info address{
		padding: 2rem 0;
		font-size: 1.4rem;
	}
	.btn-common-tel{
		width: 100%;
		margin: 0;
		padding: 3rem 0; 
		border-radius: 10rem;
	}
	.btn-common-tel p:first-child{
		font-size: 1.4rem;
		font-weight: 500;
	}
	.btn-common-tel p:first-child span{	
		font-weight: 700;
	}

	.btn-common-tel p:last-child a{
		font-size: 2.4rem;
	}


	/* 写真 PC(表示) --------------- */
	.foot-ph{
		display: block;
		padding: 4rem 0 0;
	}

	/* フッターメニュー（メインナビ） 
	-------------------------------- */
	.foot-content nav.foot-main-nav{
		width: 50%;
		padding: 0 2% 0 0;
	}
	.foot-content nav.foot-main-nav article{
		width: 30%;
		padding: 0 0 8rem;
	}
	.foot-content nav.foot-main-nav article:nth-child(4),
	.foot-content nav.foot-main-nav article:last-child	{
		padding: 0;
	}
	.foot-content nav.foot-main-nav article h2 a{
		margin: 0 0 1.5rem;
		padding: 0 0 0 3rem;
		letter-spacing: 0.025em;
		font-size: 1.6rem;
		font-weight: 700;
	}
	.foot-content nav.foot-main-nav article ul{
		font-size: 1.4rem;
		font-weight: 500;
	}
	.foot-content nav.foot-main-nav article ul li a{
		display: block;
		padding: 0 0 1rem 3rem;
		background: none -5% 30%;
	}
	.foot-content nav.foot-main-nav article ul li a:hover{
		background: url(../img/arrow-blue.svg) no-repeat 0% 30%;
		background-size:1.2rem;
	}

	/* 診療科・部門 1200 ----- */
	.foot-content nav.foot-main-nav article.dep-link ul{
		flex-direction: column;
	}
	.foot-content nav.foot-main-nav article.dep-link ul li{
		padding: 0;
	}


	/* フッターメニュー（サブナビ） 
	-------------------------------- */
	.foot-content nav.foot-sub-nav{
		width: 20%;
	}
	.foot-content nav.foot-sub-nav ul{
		flex-direction: column;
		padding: 0 1rem 3rem;
	}
	.foot-content nav.foot-sub-nav ul li a{
		margin: 0;
		padding: 2rem 1.4rem 2rem 3rem;
		letter-spacing: 0;
		font-size: 1.6rem;
		font-weight: 700;
		border-bottom: 1px solid #ccc;
		color: var(--blue);
		background: url(../img/arrow-bgblue-white.svg) no-repeat left center;
		background-size: 1.6rem;
	}
	.foot-content nav.foot-sub-nav ul li a:hover{
		background: url(../img/arrow-bgwhite-blue.svg) no-repeat left center;
		background-size: 1.6rem;
	}

	/* お問い合わせボタン 1200 ---------- */
	.foot-content .foot-btn-contact{
		max-width: auto;
		margin: 0;	
		padding: 0;
	}
	.foot-content .foot-btn-contact a{
		padding: 3rem 0 3rem 1rem;
		background: transparent url(../img/arrow-bgblue-white.svg) no-repeat 15% center;
		background-size: 1.8rem;
		font-size: 1.8rem;
	}
	.foot-content .foot-btn-contact a:hover{
		color: #fff;
		background: var(--blue) url(../img/arrow-bgwhite-blue.svg) no-repeat 15% center;
		background-size: 2.4rem;
	}

	footer small{
		padding: 0;
		text-align: right;
	}

}

/*-----------------------------------
TB 1600
------------------------------------*/
@media screen and (min-width:1600px) {

	/* ロゴ・住所・電話 1600 
	---------------------------- */
	.foot-info address{
		padding: 2rem 0 4rem;
		font-size: 1.8rem;
	}
	.btn-common-tel p:first-child{
		font-size: 1.8rem;
	}
	.btn-common-tel p:last-child a{
		font-size: 3.6rem;
	}


	/* フッターメニュー（メインナビ） 
	-------------------------------- */
	.foot-content nav.foot-main-nav article h2 a{
		line-height: 2.4;
		font-size: 1.8rem;
		background: url(../img/arrow-bgblue-white.svg) no-repeat left 46%;
		background-size: 2rem;
	}
	.foot-content nav.foot-main-nav article h2 a:hover{
		background: url(../img/arrow-bgwhite-blue.svg) no-repeat left 46%;
		background-size: 2rem;
	}
	.foot-content nav.foot-main-nav article ul{
		font-size: 1.6rem;
		font-weight: 500;
	}
	.foot-content nav.foot-main-nav article ul li a{
		background: none -5% 30%;
	}
	.foot-content nav.foot-main-nav article ul li a:hover{
		background: url(../img/arrow-blue.svg) no-repeat 0% 30%;
		background-size:1.2rem;
	}

	/* フッターメニュー（サブナビ） 
	-------------------------------- */
	.foot-content nav.foot-sub-nav ul li a{
		padding: 2.4rem 1.4rem 2.4rem 3rem;
		letter-spacing: 0;
		font-size: 1.8rem;
		background: url(../img/arrow-bgblue-white.svg) no-repeat left center;
		background-size: 1.8rem;
	}
	.foot-content nav.foot-sub-nav ul li a:hover{
		background: url(../img/arrow-bgwhite-blue.svg) no-repeat left center;
		background-size: 1.8rem;
	}

	/* お問い合わせボタン 1600 ---------- */
	.foot-content .foot-btn-contact a{
		background: transparent url(../img/arrow-bgblue-white.svg) no-repeat 21% center;
		background-size: 2.4rem;
		font-size: 2.1rem;
	}
	.foot-content .foot-btn-contact a:hover{
		background: var(--blue) url(../img/arrow-bgwhite-blue.svg) no-repeat 21% center;
		background-size: 2.4rem;
	}

}