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

/*レスポンシブ対応（９６０px以下）*/
@media( max-width:960px ){
	
	.main-flex{
		flex-direction: column;
		align-items: center;
	}
	.arit1{
		width: 100%;
		max-width: none;
	}
	.aside1{
		width: 100%;
		max-width: none;
	}
	.president-flex{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.google-map{
		max-width: none;
		width: 100%;
	}
	#footer-flex{
		/*flex-direction: column;
		align-items: center;*/
		margin-left: 2%;
		margin-right: 2%;
		padding-top: 20px;
	}
	.footer-flex-img{
		margin-left: 1%;
	}
	.footer-flex-img img{
		width: 90%;
	}
	
}

/*レスポンシブ対応（600px以下）*/
@media( max-width:600px ){
	/*ヘッダー*/
	#header-img img{
		width: 140%;
	}
	#h1-box{
		width: 60%;
	}
	
	/*ヘッダーナビゲーション*/
	#header-nav{
		position: fixed;
		right: -999px;
		width: 100%;
		height: 99%;
		transition: all 0.6s ease;
		z-index: 14;
		top: 65px;
	}
	#header-nav.active{
		position: fixed;
		right: 0;
		transition: all 0.6s ease;
		background-color: rgba(0,0,0,0.7);
		width: 100%;
		height: 99%;
		top: 65px;
		z-index: 14;
	}
	#header-nav ul{
		flex-direction: column;
		align-items: center;
	}
	#header-nav ul li{
		width: 100%;
	}
	#header-nav ul li a{
		border-right: none;
		background-image: none;
		color: #ffffff;
		padding: 50px 0;
		font-size: 1.2em;
		/*border-bottom: 1px solid #ffffff;*/
	}
	#header-nav ul li a.select{
		background-image: none;
		
	}
	/*ハンバーガーメニュー*/
	.hamburger-menu{
		width: 40px;
		height: 40px;
		border: 1.5px solid #000000;
		position: fixed;
		top: 15px;
		right: 5px;
		z-index: 15;
		background-color: #ffffff;
		cursor: pointer;
		display: block;
		border-radius: 5px;
	}
	.hamburger-menu span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 8px;
		height: 2px;
		background-color: #000000;
		width: 25px;
	}
	.hamburger-menu span:nth-child(1){
		top: 5px;
		
	}
	.hamburger-menu span:nth-child(2){
		top: 15px;
		 
	}
	.hamburger-menu span:nth-child(3){
		top: 25px;
	}
	.hamburger-menu span:nth-child(3)::after{
		content: "Menu";
		position: absolute;
		width: 40px;
		top: 5px;
		left: -1px;
		color: #000000;
		font-size: 8px;
		text-transform: uppercase;
	}
	.hamburger-menu.active span:nth-child(1){
		transform: translateY(6px) rotate(-45deg);
		top: 8px;
		left: 8px;
	}
	.hamburger-menu.active span:nth-child(2){
		opacity: 0;
	}
	.hamburger-menu.active span:nth-child(3){
		transform: translateY(-6px) rotate(45deg);
		top: 20px;
		left: 8px;
	}
	.hamburger-menu.active span:nth-child(3)::after{
		content: "Close";
		transform: translateY(0) rotate(-45deg);
		/*top: 5px;*/
		left: 8px;
	}
	
	
	/*めぐみ学園TOPページ*/
	p,ul,dl{
		font-size: 0.9em;
	}
	#main{
		padding: 20px 3%;
	}
	.president-flex{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.aside1{
		margin-left: 0;
	}
	/*フッター*/
	#footer-flex{
		flex-direction: column;
		align-items: center;
	}
	#footer-flex-left{
		max-width: none;
		width: 100%;
		text-align: center;
		margin-bottom: 4%;
	}
	.footer-flex-img{
		margin-bottom: 2%;
	}
	.footer-flex-img img{
		width: 100%;
	}
	#footer-small{
		padding-left: 1%;
		padding-right: 1%;
	}
	
	/*めぐみ学園　就労支援B型ページ*/
	.sagyouhukei-flex{
		flex-direction: column;
		align-items: center;
	}
	.sagyouhukei-img{
		margin-right: 0;
		margin-bottom: 10px;
	}
}






































