@charset "UTF-8";

@media (max-width: 1000px){
	main{
		padding-top: 60px; 
    	height: auto;          /* 高さ */
		text-align:center;
		width:95%;         /* 全体的な幅 */
		margin-right: auto;   /* 右側の余白 */
		margin-left: auto;    /* 左側の余白 */
		position: relative;   /* ポジションの固定 */
    	min-height: 100%;     /* 一番下の高さ */
		padding-bottom:100px;
		font-size:50px;
}
	
	.header{
		width:100%;
		font-size:30px;
}
	
	ul.menu li {
  		 width: 45%;           /* メニュー項目の横幅 */
   		list-style-type: none;  /* ★2:リストの先頭記号を消す */
		height:90px;
		font-size:50px;
		top:20px;
}
	
	ul.menu ul {
   		display:none;         /* サブメニューを手前に表示　*/
}
	
	ul.menu li:hover ul {
   		display: none; 
	}

	.rogo{
		width:100%;
		height:1%;
}
	
	.tel {
		display:none;
}
	
	.topimg{
		width:100%;
	}
	
	.slideshow{
		height:300px;
	}
	
	.word{
		width:100%;
		text-align:left;
		margin-left:auto;       /* テキスト左側の余白 */
		margin-right:auto;      /* テキスト右側の余白 */

	}
	
	.footer{
		background-color: #3CA621;   /* フッター背景*/
		width:100%;
		text-align:center;/*テキストの中央揃え*/
		height: 25px;

}
	
	.footmenu{
		display:none;
	}
	
	.foottel{
		display:block;
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}

	.office{
		width:100%;
}

	.head2{
		display:none;
}
	
	.map{
		width:100%;
}
	
	.head-mo{
		display:block;
		background:radial-gradient(#3CA621,white);
		color: white;
	}
	
	.head{
		display:none;
	}
	
	.name1{
		display:none;
	}
	
	
	.intro{
		display:none;
	}
	
	.intro-mo{
		display:block;
	}

	.face1{
		width:600px;
		height:600px;
		float:inherit;
	}
	
	.face2{
		width:600px;
		height:600px;
		float:inherit;
	}
	
	.name2{
		display:none;
	}
	
	.info-table{
		display:none;
	}
	
	.info-table-mo{
		display:block;
		width:100%;

		
	}
	
	.content{
		width:90%;
		height:200px;
		font-size:13px;
}
	
	.info-table-mo,tr{
		width:100%;
	}
	

	.subject-blog{
		display:block;
		background-color: #BEF2A3;
	}
	
	.container .side {
  		display:none;
}
	
	.co-greet{
		width:100%;
	}
	

	
	
	
	
	
	
	
}

