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

/*----- 画面サイズが1259px以下の場合に適用 -----*/
@media screen and (max-width: 1259px){
	/* ==========================================================================
	 header
	========================================================================== */
	header{
		height: 100px;
		/*border-top: 2px solid #bc8c20;*/
	}
	.header_bg{
		max-width: 100%;
		height: 100px;
		padding-top: 25px;
	}
	/*logo*/
	h1 img{
		float: left;
		width: 310px;
		height: auto;
		margin-left: 10px;
	}
	/*txt*/
	.header_txt{
		float: right;
		line-height: 18px;
		font-size: 12px;
		color: #cbcbcb;
		margin-right: 10px;
	}
	.header_txt li{
		text-align: right;	
	}
	.header_ti{
		font-size: 18px;
		color: #c59a3a;
		margin-top: -3px;
		padding-bottom: 4px;
	}
	
	/* ==========================================================================
	 globalnavigation
	========================================================================== */
	#menu-g_nav li a {
		display: block;
		padding: 14px 0 14px;
		background-color: #352c18;
		color: #FFF;
		text-align: center;
		text-decoration: none;
	}

	@-moz-document url-prefix() {
		#menu-g_nav li a{
			display: block;
			padding: 14px 0 14px;
			background-color: #352c18;
			color: #FFF;
			text-align: center;
			text-decoration: none;
		}
	}
	/* IE10以降 */
	@media all and (-ms-high-contrast:none){
		#menu-g_nav li a{
			display: block;
			padding: 14px 0 14px;
			background-color: #352c18;
			color: #FFF;
			text-align: center;
			text-decoration: none;
		}
	}
	/* IE11のみ */
	@media all and (-ms-high-contrast:none){
		#menu-g_nav li a{
			display: block;
			padding: 14px 0 14px;
			background-color: #352c18;
			color: #FFF;
			text-align: center;
			text-decoration: none;
		}
	}
	/* ==========================================================================
	 pankuzu
	========================================================================== */
	#pan{
		font-size: 12px;
		height: 25px;
	}
	.pan_bg{
		width: 100%;
		padding-top: 5px;
		margin-left: 10px;
	}
	
	/* ==========================================================================
	 top_images
	========================================================================== */
	/#top{
		display: block;
		width: 100%;
		height: 200px;
		background-image: url(../images/index/top.jpg);
		background-repeat: no-repeat;
		padding-top: 0;
	}
	.top_bg{
		display: none;
	}
	.top_bg_sp{
		display: block;
		width: 180px;
		height: 200px;
		margin: 0 auto;
		background-image: url(../images/index/top_logo_sp.png);
		background-repeat:none;
	}
	
	/* ==========================================================================
	 column
	========================================================================== */
	/*top下部～*/
	.inner_bg{
		width: 100%;
		margin: 0;
	}
	/*left_column*/
	#column{
		float: none;
		width: 100%;
		height: auto;
	}
	/*main_column*/
	#main{
		float: left;
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	
	/* ==========================================================================
	 left_area
	========================================================================== */
	#topics_area{
		float: left;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 0;
	}
	/*caption*/
	.topics_cap{
		width: 100%;
		height: 40px;
		background-color: #372a14;
		border-bottom: 2px solid #bc8c20;
		margin-bottom: 5px;
	}
	.topics_cap img{
		float: left;
		margin-top: 16px;
		margin-left: 5px;
		margin-right: 6px;
	}
	.topics_cap h3{
		float: left;
		margin-top: 11px;
		font-size: 14px;
	}
	.topics_cap span{
		font-size: 10px;
		color: #6a5323;
		margin-left: 3px;
	}
	/*----- お知らせ -----*/
	.top_news{
		width: 100%;
		max-height: 180px;
		overflow-y: scroll;
	}
	.top_news{
		width: 100%;
		max-height: 180px;
		padding: 0px 8px;
	}
	.top_news li{
		line-height: auto;
		width: 98%;
		margin: 0 auto;
	}
	/*----- 会社イベント・工事状況等 -----*/
	.top_event{
		width: 100%;
		max-height: auto;
	}
	.top_event_area{
		width: 98%;
		line-height: 18px;
		margin: 0 auto;
		margin-top: 8px;
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
	.top_event_area img {
		float: left;
		width: 70px;
		height: auto;
		margin-right: 10px;
		padding: 0px 8px;
	}
	.top_event_area p a{
		width: auto;
		height: auto;
		color: #fdc876;
		font-size: 13px;
		text-decoration: underline;
	}
	.top_event_area p{
		font-size: 12px;
		border-bottom: 10px;
		padding: 0px 8px;
	}
	/*----- side_list -----*/
	.side_list{
		display: none;
	}
	
	/* ==========================================================================
	 main_area
	========================================================================== */
	.contents_area{
		width: 880px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.contents_area a img{
		margin: 0 auto;
	}
	/*caption*/
	.contents_cap{
		width: 100%;
		height: 29px;
	}
	.contents_cap h2{
		font-size: 15px;
	}
	/*other_page*/
	.contents_cap_other{
		width: 100%;
		height: 29px;
		margin-bottom: 10px;
	}
	.contents_cap_other h2{
		font-size: 15px;
	}
	/*bottom30px*/
	.contents_cap_other_btm{
		width: 100%;
		height: 29px;
		margin-bottom: 20px;
	}
	.contents_cap_other_btm h2{
		font-size: 15px;
	}

	/*banner_area*/
	.contents_banner{
		padding-bottom: 35px;
		margin-bottom: 0;
		margin: 0 auto;
	}
	/*link_hover時*/
	.contents_banner a:hover{
		text-decoration: none;
	}

	/*----- company_txt -----*/
	.company_txt01{
		width: 98%;
		margin: 0 auto;
	}
	.company_txt02{
		width: 98%;
		margin: 0 auto;
		text-align: center;
	}
	.company_txt04{
		width: 98%;
		margin: 0 auto;
		text-align: center;
	}
	/* ==========================================================================
	 footer
	========================================================================== */
	.footer_bg{
		width: 100%;
		height: auto;
	}
	/*list*/
	.footer_list{
		margin-right: 30px;
		margin-left: 20px;
		line-height: 23px;
		padding-top: 20px;
	}
	.footer_logo{
		display: none;
	}
	/*copyright*/
	.copy_bg{
		width: 100%;
	}
	/*footer上部高さ調整*/
	.height{
		height: 40px;
	}
	
	/* ==========================================================================
	 otherpage
	========================================================================== */
	/*----- txt_inner -----*/
	.txt_inner{
		width: 98%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	/*----- company -----*/
	.company_table{
		width: 100%;
		height: auto;
		border: 1px solid #363636;
		font-size: 13px;
	}
	.company_table th{
		width: 38%;
		border: 1px solid #363636;
		background-color: #292929;
		padding: 25px;
	}
	.company_table td{
		padding: 10px;
		line-height: 20px;
		border: 1px solid #363636;
	}
	.company_table span{
		font-size: 11px;
	}
	/*----- recruit -----*/
	.recruit_table{
		width: 100%;
		height: auto;
		font-size: 13px;
	}
	.recruit_table th{
		width: 38%;
		padding: 25px;
	}
	.recruit_table td{
		padding: 10px;
		line-height: 20px;
	}
	.recruit_table span{
		font-size: 11px;
	}
	/*----- privacy -----*/
	.privacy_txt02{
		width: 100%;
	}
	/*----- download -----*/
	.download{
		width: 100%;
	}
	/*----- event -----*/
	.event{
		width: 100%;
	}
	/*----- sitemap -----*/
	.sitemap{
		width: 100%;
	}
	.sitemap01{
		width: 100%;
	}
	/*----- construction -----*/
	.construction_box{
		width: 100%;
		margin-top: 40px;	
	}
	.construction{
		width: 880px;
		height: 310px;
		margin-bottom: 60px;
		margin: 0 auto;
	}
	/*----- const_news -----*/
	.const_area{
	width: 100%;
	margin-top: 20px;
	}
	/*----- contact -----*/
	.contact_foam{
		width: 100%;
	}
	/*list*/
	.foam_list{
		width: 100%;
	}
	.foam_list_txt{
		width: 100%;
	}
	/*----- business -----*/
	.business{
		width: 100%;
	}
	.business_txt{
		width: 100%;
	}
	
}



/*----- 画面サイズが879px以下の場合に適用 -----*/
@media screen and (max-width: 879px){
	/*----- pc.sp表示非表示 -----*/
	.pc{display: none;}
	.sp{display: block;}
	
	/*----- contents_area -----*/
	.contents_area{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.contents_area a img{
		width: 100%;
		min-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.contents_area a:hover{
		text-decoration: none;
	}
	.contents_area span{
		margin-top: 5px;
	}
	/*----- cont_btn -----*/
	.cont_btn{
		width: 50%;
		height: auto;
		color: #f1ab0c;
		border: 1px solid #bc8c20;
		padding: 5px 0;
		margin: 0 auto;
	}
	.cont_btn:hover{
		color: #fff;
		background-color: #bc8c20;
		text-decoration: none;
	}
	.cont_btn p{
		text-align: center;
	}
	/*----- contents*3 -----*/
	/*banner_area*/
	.contents_banner{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.cont_bg{
		display: none;
	}
	.contents_banner01{
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 30px;
	}
	.contents_banner02{
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 30px;
	}
	.contents_banner01 a img{
		width: 100%;
		min-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.contents_banner02 a img{
		width: 100%;
		min-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.contents_banner01 span{
		margin-top: 5px;
	}
	.contents_banner02 span{
		margin-top: 5px;
	}
	/*banner_area*/
	.contents_banner{
		padding-bottom: 20px;
	}
	/*----- company_txt -----*/
	.company_txt01{
		font-size: 10px;
	}
	.company_txt02{
		font-size: 18px;
	}
	.company_txt04{
		font-size: 12px;
	}
	/*recruit_btn*/
	.recruit_btn_area a{
		width: 70%;
		height: auto;
		margin: 0 auto;
		margin-top: 20px;
		text-decoration: none;
	}
	.recruit_btn{
		width: 70%;
		height: auto;
		color: #f1ab0c;
		border: 1px solid #bc8c20;
		padding: 10px 0;
	}
	.recruit_btn p{
		font-size: 14px;
	}
	/*----- greeting -----*/
	.ceo{
		width: 120px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.ceo_txt{
		clear: both;
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 10px;
		padding: 0px 8px;
	}
	/*----- privacy -----*/
	.privacy{
		margin-bottom: 20px;
	}
	.privacy_txt01{
		font-size: 16px;
	}
	.privacy_txt02{
		width: 100%;
		font-size: 13px;
	}
	/*----- news -----*/
	.news{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.news_txt{
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 20px;
	}
	/*----- download -----*/
	.download{
		width: 100%;
		height: auto;
		box-sizing:border-box;
		border: 3px double #363636;
		padding: 20px;
		margin-bottom: 15px;
		font-size: 14px;
		color: #dbab4e;
		text-align: center;
	}
	.download_txt01{
		color: #fff;
		font-size: 12px;
		padding-top: 5px;
	}
	.download_txt02{
		color: #fff;
		font-size: 10px;
		padding-top: 5px;
		margin-bottom: 10px;
	}
	/*download_btn*/
	.download_btn_area a{
		width: 70%;
		height: auto;
		margin: 0 auto;
		text-decoration: none;
	}
	.download_btn{
		width: 70%;
		color: #fff;
		background-color: #bc8c20;
		padding: 10px;
		margin: 0 auto;
	}
	.download_btn:hover{
		background-color: #e1a828;
		text-decoration: none;
	}
	.download_btn p{
		font-size: 16px;
		text-align: center;
	}
	/*----- event -----*/
	.event{
		width: 100%;
		margin-bottom: 20px;
	}
	.event_img{
		float: none;
		margin:0 auto;
		margin-bottom: 10px;
	}
	.event_img img{
		margin:0 auto;
		margin-bottom: 10px;
	}
	.eve_txt01{
		font-size: 15px;
		padding-bottom: 5px;
		padding: 0px 8px;
		text-align: center;
	}
	.eve_txt02{
		font-size: 13px;
		line-height: 18px;
		padding: 0px 8px;
	}
	.eve_txt03{
		font-size: 13px;
		line-height: 18px;
		padding: 0px 8px;
		text-align: center;
	}
	/*----- sitemap -----*/
	.sitemap{
		width: 100%;
		font-size: 11px;
		margin-bottom: 40px;
	}
	.sitemap01{
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		color: #e1a828;
		border-bottom: 1px dotted #3a3017;
		padding-bottom: 7px;
	}
	.sitemap02{
		width: 33%;
		padding-top: 7px;
		padding: 10px;
	}
	/*----- construction -----*/
	.construction_box{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.construction{
		width: 100%;
		height: auto;
		margin-bottom: -55px;
	}
	.construction_area01{
		display: inline-block;
		width: 48%;
		height: auto;
		margin: 0 auto;
	}
	.construction_area02{
		float: none;
		width: 286px;
		height: auto;
		margin: 0 auto;
		margin-left: none;
	}
	.construction p{
		font-size: 13px;
		padding-top: 7px;
		padding-bottom: 20px;
	}
	/*----- const_news -----*/
	.const_area{
		width: 100%;
		padding: 10px;
	}
	.const_img{
		width: 286px;
		height: 300px;
		margin: 0 auto;
	}
	.const_ti{
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.const_txt_box{
		background-color: #1e1e1e;
		border: 1px solid #333;
		padding: 15px;
		font-size: 13px;
		line-height: 18px;
	}
	/*----- contact -----*/
	.contact{
		line-height: 18px;
		margin-bottom: 20px;
	}
	.contact_foam{
		width: 100%;
	}
	/*list*/
	.foam_list{
		width: 100%;
		height: auto;
		font-size: 15px;
		border-bottom: 1px dotted #3a3017;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.foam_list span{
		color: #f00;
		font-size: 10px;
		padding-left: 5px;
	}
	.foam_list li{
		float: none;
	}
	/*textarea*/
	.foam_list_txt{
		width: 100%;
		height: 70px;
		font-size: 15px;
		border-bottom: 1px dotted #3a3017;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.foam_list_txt span{
		color: #f00;
		font-size: 10px;
		padding-left: 5px;
	}
	.foam_list_txt li{
		float: none;
	}
	
	.foam_list01{
		width: 100%;
		padding-bottom: 2px;
	}
	.foam_list02{
		width: 100%;
		margin-left: 0;
	}
	.foam_list02 input{
		width: 85%;
		height: 25px;
		padding-left: 5px;
	}
	.foam_list02 textarea{
		width: 85%;
		height: 65px;
		padding-left: 5px;
		resize:none;
	}
	/*----- business -----*/
	.business{
		width: 100%;
		padding: 10px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.business_txt{
		width: 100%;
		font-size: 13px;
		line-height: 19px;
		border-bottom: 1px dotted #3a3017;
		padding-bottom: 20px;
		margin-bottom: 10px;
		padding: 0px 8px;
	}
	.business_sub{
		font-size: 15px;
		font-weight: bold;
		color: #e1a828;
		margin-bottom: 5px;
	}

}



/*----- 画面サイズが650px以下の場合に適用 -----*/
@media screen and (max-width: 650px){
	/* ==========================================================================
	 footer
	========================================================================== */
	footer{
		width: 100%;
		height:570px;
	}
	.footer_bg{
		width: 100%;
		height: auto;
	}
	/*list*/
	.footer_list{
		float: none;
		margin-right: 30px;
		margin-left: 20px;
		line-height: 23px;
		padding-top: 20px;
	}
	.footer_list{
		font-size: 12px;
	}
	.footer_ti{
		font-size: 13px;
	}
}



/*----- 画面サイズが600px以下の場合に適用 -----*/
@media screen and (max-width: 600px){
	/* ==========================================================================
	 header_txt
	========================================================================== */
	/*logo*/
	h1 img{
		float:none;
		width: 290px;
		height: auto;
		margin-left: 0;
		margin: 0 auto;
	}
	/*txt*/
	.header_txt{
		display: none;
	}
}



/*----- 画面サイズが480px以下の場合に適用 -----*/
@media screen and (max-width: 480px){
	/*logo*/
	h1 img{
		float:none;
		width: 270px;
		height: auto;
		margin-left: 0;
		margin: 0 auto;
	}
	/*copyright*/
	#copy{
		height: 40px;
	}
	/*改行*/
	.sps{
		display: block;
	}
}



/*----- 画面サイズが360px以下の場合に適用 -----*/
@media screen and (max-width: 360px){
	/*logo*/
	h1 img{
		float:none;
		width: 260px;
		height: auto;
		margin-left: 0;
		margin: 0 auto;
	}
	/*topics_cap*/
	.topics_cap span{
		display: none;
	}
	/*company_txt*/
	.company_txt03{
		display: none;
	}
}