html {font-size: 62.5%;}

body {
	font-family: "Noto Sans JP" Avenir, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 10px; font-size: 1.2rem; font-size: 1.4em;
	line-height: 1.5em;
	font-size: 16px;
	color:#333;
	background: #fff; /* Old browsers */
}


/*共通部分*/
.other_bg{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 4em;
}

.other_catch{
	font-size: 60px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  padding-top: 1.2em;
  font-family: serif;
  font-weight: bold;
	font-style: italic;
  text-shadow: 1px 1px 2px #000;
}

.title_box{
	padding: 3em 0;
}

.title_box h1{
	margin-top: 0;
	font-size: 50px;
	color: #1a1a1a;
}

.main_box h2{
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.main_box p{
	color: #4d4d4d;
}

h4{
	margin: 0;
}

#page_other .other_main{
	width: 100%;
	height: 400px;
	background: url(../images/other_main.jpg) center center /cover;
}




/*ヘッダー*/
.sp_header{
	display: none;
}
@media (max-width: 768px){
	.sp_header{
		display: block;
	}
}
.header_frame{
	width: 100%;
	height: 100px;
	background: #fff;
}

.container{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

nav{
	display: inline-block;
	padding-left: 7em;
}

.container ul{
	font-size: 14px;
	list-style:none;
	font-weight: bold;
}

.container li{
	margin: 0 auto;
	display: inline-block;
	padding-left: 21px;
}

.logo{
	width: auto;
	height: 70%;
	display: inline-block;
	padding-top: 1.5em;
}

.logo img{
	width: auto;
	height: 50px;
	margin-bottom: 0.5em;
}

a.menu{
	color: #333;
	text-decoration: none;
}

a.menu span:hover{
	text-decoration: underline;
	border-bottom: 3px solid blue;
	padding-bottom: 10px;
	text-decoration: none;
}


/*トップ*/
.main_catch{
	font-size: 60px;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	padding-top: 3.4em;
	font-family: serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}

.main_box{
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 4em;
}


.title_box h3{
	font-size: 20px;
	width: 130px;
	color: #4d4d4d;
	display: flex; align-items: center;
}

.title_box h3:after{
	margin-left: 5px; border-top: 1px solid #333; content: ""; flex-grow: 1;
}

.works_wrap{
	padding-top: 4em;
}

.loopSliderWrap {
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.loopSlider {
    margin: 0 auto;
    width: 960px;
    height: 250px;
    text-align: left;
    position: relative;
    overflow: hidden;
		margin-top: 5em;
}

.loopSlider ul {
    height: 100%;
    float: left;
    overflow: hidden;
		padding: 0;
}

.loopSlider ul li {
    width: 300PX;
    height: 250px;
    float: left;
    display: inline-block;
    overflow: hidden;
}

.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

.loopSlider ul li img{
	width: 96%;
}

ul#rss{
	list-style: none;
}

li{
	line-height: 6em;
}

ul#rss li{
	border-bottom: 1px solid #999;
	line-height: 5em;
}

.date{
	display: inline-block;
	width: 30%;
	margin-bottom: 0;
}

.title{
	display: inline-block;
	width: 69%;
	margin-bottom: 0;
}

.title a{
	color: blue;
	text-decoration: none;
}

/*会社概要*/

table {
	width: 960px;
	border-top: 1px solid #ccc;
}
tbody{
	width: 100%;
}

tr{
	border-bottom: 1px solid #ccc;
}

th{
	padding-left: 0;
}

td{
	padding: 1.5em 0 1.5em 10em;
}

.index .works_bg .title_box{
	padding-bottom: 0;
}

/*施工事例*/
.works_box{
	width: 49%;
	height: auto;
	display:inline-block;
	margin-bottom: 3em;

}

.works_box img{
	width: 480px;
	height: 300PX;
	margin-bottom: 1em;
}

.works_box p,h4{
	padding-left: 7px;
}

/*お問い合わせ*/
form table{
	border: none;
	margin-bottom: 4em;
}

form tr{
	border: none;
}

form td{
	width: 100%;
}

form th{
	width: 40%;
}

.inp{
	width: 100%;
	background: #f2f2f2;
	border: none;
	border-bottom: 2px solid #808080;
	height: 45px;
}

textarea{
	border: none;
	background: #f2f2f2;
	border-bottom:  2px solid #808080;
}

input.rad:last-child{
	margin-left: 3em;
}

.hissu{
	color: red;
}

form p{
  color: red;
}

.contact_btn{
	text-align: center;
	margin: 0 auto;
}



/*スマホ*/

@media (max-width: 768px){

	body {
		font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
		font-size: 10px; font-size: 1.2rem;
		line-height: 1.5em;
		font-size: 16px;
		color:#4d4d4d;
		box-sizing: border-box;
		background: #fff; /* Old browsers */
	}

	/*ヘッダー*/

	.header_frame{
		width: 100%;
		height: auto;
	}

	nav{
		display: none;
	}


	.fas{
		width: 45%;
		height: auto;
		text-align: right;
	}


	/*spmenu*/
	.header_frame .container{
		max-width: 100%;
		position: relative;
		height: 60px;
	}

	.logo{
		position: absolute;
		width: 70%;
		height: auto;;
		padding: 14px;
		left: 3%;
	}
	#sp_menu{
		position: absolute;
		z-index: 2;
		width: 22%;
		right: 10px;
		top: 13px;
	}

	.logo img{
		width: 100%;
		height: auto;
	}
	#sp_menu.active img.open
	,#sp_menu img.close
	,#sp_menu + ul{
		display: none;
	}
	#sp_menu.active img.close
	,#sp_menu.active + ul{
		display: block;
	}
	.open,
	.close {
	    float: right;
	    opacity: 1;
	}


	#sp_menu.active + ul{
		width: 100%;
		margin-top: 60px;
		padding-left: 0;
		text-align: center;
		background: #000;
	}
	#sp_menu.active + ul li{
		display: block;
		line-height: 4em;
		width: 100%;
	}
	#sp_menu.active + ul li a{
		color: #fff;
	}

	/*トップ*/
	.main_box h3{
		font-size: 14px;
	}

	.main_box h1{
		font-size: 40px;
	}

	.main_box h2{
		font-size: 20px;
		margin: 0 0 1em;
	}

	.main_box p{
		font-size: 14px;
	}

	.concept_bg.bg{
		padding-top: 1em;
	}

	.main_box{
		max-width: 90%;
		padding-top: 0em;
		padding-bottom: 3em;
	}

	.top_main{
		max-width: 100%;
		max-height: 400px;
	}

	.main_catch{
		font-size: 25px;
		padding-top: 36%;
		line-height: 2em;
	}

	.title_box{
		padding: 3em 0 1em;
	}

	.title_box h3:after{
		flex-grow: 0.5
	}

	ul#rss{
		padding-left: 0;
		margin-bottom: 0;
	}

	ul#rss li{
		width: 100%;
		margin-bottom: 1em;
		line-height: 2em;
	}

	li{
		line-height: 2em;
	}

	.date{
		display: inline-block;
		width: 100%;
		margin-bottom: 0;
	}

	.title{
		display: inline-block;
		width: 100%;
		margin-bottom: 0;
	}

	.facebook-wrapper {
	    max-width: 500px;
	    margin: 0 auto;
	}
	.facebook-wrapper > .fb-page {
	    width: 100%;
	}
	.facebook-wrapper > .fb-page > span,
	.facebook-wrapper iframe {
	    width: 100% !important;
	}

	.works_box{
		width: 100%;
	}

	.works_wrap img{
		max-width: 90%;
		height: auto;
	}

	.contact_button button{
		margin: 1em 0 1em;
	}
	/*トップ コンタクト*/
	.common_contact_bg{
		background: url(images/common_contact_bg_sp.jpg) center center /cover;
		padding: 7em 0 8em;
	}
	.loopSlider {
	    width: 100%;
	    max-height: 150px;
	    margin-top: 5em;
	}
	/*フッター*/

	.footer_box{
		max-width: 100%;
	}

	/*会社概要*/
	.other_catch{
		font-size: 30px;
		padding-top: 2.5em;
	}

	.other_bg{
		width: 90%;
	}

	.other_bg table{
		width: 100%;
		padding: 0 5% 0 5%;
	}

	.map{
		width: 100%;
		margin: 0 auto;
	}

	iframe{
		width: 100%;
	}

	tr{
		width: 100%;
	}

	td{
		padding: 1.5em 0 1.5em 0;
		width: 70%;
	}

	th{
		width: 29%;
	}

	/*施工事例*/
	.works_box img{
		width: 100%;
		height: auto;
	}

	/*求人情報*/
	.recruit h2{
		font-size: 18px !important;
	}


	/*お問い合わせ*/
	.contact th{
		display: block;
	}

	.contact td{
		display: block;
		padding-top: 0.5em;
	}

.contact_btn{
	width: 100%;
}

.contact textarea{
	width: 100%;
}

.contact_btn button{
	padding: 0.7em 1em !important;
}

.contact table{
	margin-bottom: 2em;
}







	}
