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

/*フッター 面会時間追加 2025/06 */
.footer-menkai {
	text-align: center;
}

@media (min-width: 1060px) {
	.footer-inner {
	justify-content: flex-start !important;
	-webkit-justify-content: flex-start !important;
	}
	
    .footer-inner-center {
	  margin-right: 2em;
    }
	
	.footer-menkai {
		text-align: left;
	}
}

@media (min-width: 1440px) {
    .footer-inner {
	justify-content: space-between  !important;
	-webkit-justify-content: space-between  !important;
	}
	
	.footer-inner-center {
		position: absolute;
		left: 320px;
    }
	
}
/*フッター 面会時間追加 2025/06 ここまで*/

/*お知らせセクション 余白調整 */
/* スマホ */
section.news {
	margin-top: 60px;
}

/* タブレット */
@media (min-width: 768px) {
	section.news {
		margin-top: 90px;
	}
}

/* PC */
@media (min-width: 1060px) {
	section.news {
		margin-top: 120px;
	}
}
/*お知らせセクション 余白調整 ここまで*/
