@charset "utf-8";

/* ====================================================================== */
/* ---------------------------------------------------------------------- */
/* 1220px */
@media screen and (max-width:1220px){
	.heaer_base,
	.contents_base,
	.footer_base{
		width: 100%;
	}
	#home .contents_base{
		width: 90%;
	}
	
	.flow_wrap{
		width: 89.5%;
		background: none;
	}
	.flow_wrap h3{
		font-size: 16px;
		width: auto;
		float: none;
		padding-right:0;
		text-align: left;
	}
	.flow_wrap p{
		position: relative;
		padding-left: 0;
	}
	
	.home_fig1{
		max-width: 85%;
	}
	.home_fig3,
	.home_fig2{
		max-width: 100%;
	}
	.home_fig3{
		margin: 195px auto 110px auto;
	}

	
}

/* ====================================================================== */
/* ---------------------------------------------------------------------- */
/* 1130px */
@media screen and (max-width:1130px){
	.home_copy{
		font-size: 50px;
	}
	.home_item_detail{
		position: relative;

		top:auto;
		-ms-transform:none;
		-webkit-transform :none;
		margin-bottom: 33px;
	}
}

/* ====================================================================== */
/* ---------------------------------------------------------------------- */
/* 1000px */
@media screen and (max-width:1000px){
	.home_copy{
		margin-bottom: 16px;
	}
}

/* ====================================================================== */
/* ---------------------------------------------------------------------- */
/* 760px */
@media screen and (max-width:755px){
	
	footer h2,
	#home header h1{
		margin-left: -110px;
	}
	
	.home_news_wrap{
		padding: 0 5%;
	}
	
	footer p{
		left: 5%;
		bottom: 5%;
	}
	
	.home_copy{
		font-size: 24px;
	    margin: 0 0 16px 5%;
	}
	.page_copy{
		margin: 0 5% 100px 5%;
		width: 90%;
		float: none;
	}
	
	.line_title h1, .line_title h2, .line_title h3{
		font-size: 21px;
	}
	
	.line_title{
		margin-bottom: 100px;
	}
	.line_title p{
		padding: 0 5%;
		text-align: left;
	}
	
	.home_item{
		margin-bottom: 30px;
		width: 90%;
	}
	.home_item figure{
		width: 100%;
		float: none;
		margin-bottom: 33px;
	}
	.home_item_detail{
		position: relative;
		width: 100%;
	}
	.home_item_detail h4{
		font-size: 18px;
	}
	.home_item_detail p{
		font-size: 14px;
	}
	.contact_mail{
		width: 100%;
	}

	
	/* detail  */
	.detail .line_title{
		margin: 0 0 120px 0;
	}
	.detail header ul{
		left: 5%;
		top: 37px;
	}
	.entry_base{
		width: 90%;
	}
	.entry_base article{
		margin: 0 0 120px 0;
	}
	.entry_detail p,
	.entry_base .entry_date{
		font-size: 14px;
	}
	
	.home_copy{
		font-size: 36px;
	}
	
	.detail header ul li,
	.page_copy,
	.line_title p,
	.flow_wrap h3,
	.flow_wrap p,
	.about_wrap p{
		font-size: 14px;
	}
	
	.line_title h1,
	.entry_base article h2,
	.line_title h3{
		font-size: 18px;
	}
	
	.map {
		width: 100%;
	}
	.contact_tel{
		width: 100%;
	}
}

/* ====================================================================== */
/* ---------------------------------------------------------------------- */
/* 480px */
@media screen and (max-width:480px){
	
	
}




/* ====================================================================== */
/* ---------------------------------------------------------------------- */
/* 410px */
@media screen and (max-width:410px){
}


/* ====================================================================== */
/* ---------------------------------------------------------------------- */
/* 360px */
@media screen and (max-width:360px){
}


