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


/*===============================================
● 画面の横幅が768pxから481pxまで：タブレット
===============================================*/
@media screen and (max-width: 768px) and (min-width: 481px) {
	

.sp_plan {
	margin: 0;
	padding: 0;
}


.container, .container03 {
	max-width: 768px;
	margin: 0 auto;
	padding: 0 1.30208%;
	overflow: hidden;
}

.container04 {
	max-width: 768px;
	margin: 0 auto;
	padding: 0 1.30208%;
	overflow: hidden;
}


.container05 {
	max-width: 768px;
	margin: 4.7872vh auto;
	padding: 0 1.04166%;
	overflow: hidden;
}

	
/*-------ヘッダー---------*/

header {
	margin: 0px;
	padding: 3.125vh 0 0 0;
	width: 100%;
	background-color: #FFF;
}	


h1 {
	width: 22.7864%;
	margin: 0 0 0 1.30208%;
	padding: 0;
	float: left;
}

.form_sp {
	margin: 0 75px 0 0;
	padding: 0 0 0 0;
	float: right;
	background: #fff;
    overflow: hidden;
}

.form_sp {
    position: relative;
}


.form_sp a {
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.form_sp a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
	
	
	
/*------------------- ハンバーガーメニュー -----------------------*/


* {
	margin: 0;
	padding: 0;
}

*::after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Toggle Button */

.ham_toggle {
	display: none;
	position: absolute;
	right: 10px;
	top: 3.125vh;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: #8FCE00;
	padding: 15px;
}

.ham_toggle div {
	position: relative;
	z-index: 999;
}

.ham_toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #FFF;
	left: 0;
	z-index: 999;
	
	-webkit-transition: .50s ease-in-out;
	-moz-transition: .50s ease-in-out;
	transition: .50s ease-in-out;
}

.ham_toggle span:nth-child(1) {
	top: 0;
}

.ham_toggle span:nth-child(2) {
	top: 9px;
}

.ham_toggle span:nth-child(3) {
	top: 18px;
}


.ham_wrap, .inner {
	width: 100%;
	padding: 0;
}

.ham_wrap {
	top: 0;
	position: absolute;
	margin-top: 0;
	z-index: 999;
}

.ham_wrap a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 14px;
}


/* Fixed reset */

.ham_wrap.fixed {
	padding-top: 0;
	background: transparent;
}

.ham_wrap_sp {
	width: 100%;
	height: 50px;
	z-index: 999;
	position: relative;
	z-index: 999;
}


.ham_menu {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -478px;
	background: #8FCE00;
	width: 100%;
	text-align: center;
	padding: 0;
	
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.ham_menu ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}

.ham_menu ul li {
	float: none;
	position: static;
}

.ham_menu ul li:after {
	display: none;
}

.ham_wrap .ham_menu ul li a, .ham_wrap.fixed .ham_menu ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
	z-index: 999;
}

.ham_wrap .ham_menu ul li a:hover, .ham_wrap.fixed .ham_menu ul li a:hover {
	background-color: #C6E779;
}

.ham_toggle {
	display: block;
	z-index: 999;
}



/* .ham-toggle 切り替えアニメーション */

.open .ham_toggle span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open .ham_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open .ham_toggle span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}



/* .ham_menu スライドアニメーション */

.open .ham_menu {
	/* .ham_menu top + .ham_wrap_sp height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}


/*------------------- ナビ -----------------------*/


.tab_nav {
	width:100%;
	margin: 2.0833vh 0 0 0;
	padding: 0;
}

.tab_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tab_nav ul li.nav01 {
	width:17.5133%;
	margin: 0 0 0 8.9572%;
	padding: 0;
	float: left;
}

.tab_nav ul li.nav02 {
	width:29.0106%;
	margin: 0 0 0 8.9572%;
	padding: 0;
	float: left;
}

.tab_nav ul li.nav03 {
	width:17.3796%;
	margin: 0 0 0 9.0909%;
	padding: 0;
	float: left;
}


.tab_nav ul li.nav01 a, .tab_nav ul li.nav02 a, .tab_nav ul li.nav03 a {
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}


.tab_nav ul li.nav01 a:hover, .tab_nav ul li.nav02 a:hover, .tab_nav ul li.nav03 a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}




/*------------------- メイン -----------------------*/


.main {
	width: 100%;
	margin: 0;
	background: url(../img/main01.jpg) no-repeat;
	background-size:cover;
	background-position: center top;
	overflow: hidden;
	height: 24.3617vh;
}


.back01, .back02 {
	width: 100%;
	margin: 0 0 7.4468vh 0;
	padding: 0;
	background: #FFF;
}


/*------------------- トピックス（TOP） -----------------------*/

.topics_wrap {
	width: 48.6631%;
	margin: 0 2.6737% 2.0833vh 0;
	padding: 1.5625vh 2.0053%;
	background: #FFF;
	float: left;
}

.topics_wrap:nth-child(2) {
	width: 48.6631%;
	margin: 0 0 2.0833vh 0;
	padding: 1.5625vh 2.0053%;
	background: #FFF;
	float: left;
}

.topics_wrap:nth-child(3) {
	width: 48.6631%;
	margin: 0 2.6737% 0 0;
	padding: 1.5625vh 2.0053%;
	background: #FFF;
	float: left;
}

.topics_wrap:nth-child(4) {
	width: 48.6631%;
	margin: 0 0 0 0;
	padding: 1.5625vh 2.0053%;
	background: #FFF;
	float: left;
}


.topics_wrap a {
	color: #333;
	display: block;
	
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.topics_wrap a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


.topics_ph img {
    margin: 0 4.49101% 0 0;
	width: 42.8143%;
	height: 100px;
	object-fit: cover;
	float: left;
}

.topics_text {
	margin: 0;
	width: 52.6946%;
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
	float: right;
}


.bt_more {
	margin: 4.7872vh auto 0 auto;
	width: 100%;
	text-align: center;
}

.bt_more a {
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.bt_more a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


/*------------------- 加入をご検討の方（TOP） -----------------------*/


.ph_kanyuu {
	width: 73.4375%;
	margin-left: 26.5625%;
}


.kanyuu_title {
	width: 44.9218%;
	margin: 180px 0 0 0;
	padding: 6.5104% 6.5104% 3.9062% 6.5104%;
	background-color: #FFF;
	position: absolute;
	z-index: 99;
	text-align: center;	
}


.contents_wrap_sp {
	max-width: 768px;
	margin: 4.7872vh auto 0 auto;
	padding: 0 6.5104%;
	background-color: #FFF;
	overflow: hidden;
}


.bt_kanyuu {
	width: 45.6896%;
	margin: 0 8.6206% 0 0;
	background-color: #8FCE00;
	font-size: 85%;
	line-height: 60px;
	color: #FFF;
	text-align: center;	
	float: left;
}

.bt_kanyuu:nth-child(2)  {
	width: 45.6896%;
	margin: 0 0 0 0;
	background-color: #8FCE00;
	font-size: 90%;
	line-height: 60px;
	color: #FFF;	
	float:left;
}

.bt_kanyuu a {
	color: #FFF;
	text-decoration: none;
	display:block;
	
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.bt_kanyuu a:hover {
	background-color:#C6E779;
}


/*------------------- 健康・生活・お仕事をサポート（TOP） -----------------------*/


.bt_support {
	width: 30.6149%;
	margin: 0 4.0106% 2.0833vh 0;
	background-color: #8FCE00;
	font-size: 85%;
	line-height: 60px;
	color: #FFF;
	text-align: center;	
	float: left;
}

.bt_support:nth-child(3n) {
	width: 30.6149%;
	margin: 0 0 2.0833vh 0;
	background-color: #8FCE00;
	font-size: 90%;
	line-height: 60px;
	color: #FFF;	
	float:left;
}

.bt_support:nth-child(n+13) {
	width: 30.6149%;
	margin: 0 4.0106% 0 0;
	background-color: #8FCE00;
	font-size: 90%;
	line-height: 60px;
	color: #FFF;	
	float:left;
}

.bt_support a {
	color: #FFF;
	text-decoration: none;
	display:block;
	
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.bt_support a:hover {
	background-color:#C6E779;
}


/*------------------- 地域のみなさまへ（TOP） -----------------------*/


.ph_local {
	width: 73.4375%;
	margin: 0;
}


.local_title {
	width: 44.9218%;
	margin: 180px 0 0 55.0781%;
	padding: 6.5104% 6.5104% 3.9062% 6.5104%;
	background-color: #FFF;
	position: absolute;
	z-index: 99;
	text-align: center;	
}



.contents_wrap_sp, .contents_wrap_sp02 {
	max-width: 768px;
	margin: 4.7872vh auto 0 auto;
	padding: 0 6.5104%;
	background-color: #FFF;
	overflow: hidden;
}


/*------------------- 神奈川土建の活動紹介（TOP） -----------------------*/


.act_wrap {
	width: 100%;
	margin: 0 0 3.125vh 0;
	text-align: center;
	float:none;
}

.act_wrap:last-child {
	width: 100%;
	margin: 0;
	float:none;
}


video {
	width: 75.401%;
	padding: 0;
	margin: 0 auto;
}

.banner {
	width: 31.5508%;
	margin: 0 2.6737% 0 0;
	float:left;
}

.banner:last-child {
	width: 31.5508%;
	margin: 0 0 0 0;
	float:left;
}

.banner a {
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.banner a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


/*------------------- フッター -----------------------*/

.footer_title {
	margin: 0 auto 2.0833vh auto;
	text-align: center;
	float:none;
}

.footer_number {
	margin: 0 auto;
	text-align: center;
	float:none;
}

.footer_number p {
	font-size: 90%;
	text-align: center;
	margin: 0 0 1.5625vh 0;
}


/*------------------- 中ページ -----------------------*/

.naka_title {
	width: 61.45833%;
	margin: 11.7708vh auto 0 auto;
	padding: 5.20833vh 6.68449% 3.125vh 6.68449%;
	text-align: center;
	background: #FFF;
}

.contents_text02 {
	margin: 4.7872vh auto;
	font-size: 90%;
	line-height: 1.8em;
	text-align: center;
}


/*--- 住まいのご相談 ---*/

.consul_wrap {
	width: 30.4812%;
	margin: 0 4.0106% 3.125vh 0;
	padding: 0;
	background: #FFF;
	text-align: center;
	float: left;
}

.consul_wrap:nth-child(3n) {
	margin: 0 0 3.125vh 0;
}

.consul_wrap:nth-child(n+10) {
	margin: 0 4.0106% 0 0;
}

.consul_wrap:last-child {
	margin: 0 0 0 0;
}

.consul_title {
	margin: 0;
	padding: 6.5502%;
	background: #006668;
	text-align: center;
	color: #FFF;
	font-size: 90%;
}

.consul_wrap img {
	margin: 0 auto;
	padding: 8.7336%;
}

.consul_wrap p {
	padding: 0 8.7336% 8.7336% 8.7336%;
	font-size: 90%;
	line-height: 1.8em;
}

.consul_wrap ul {
	padding: 0 8.7336% 8.7336% 8.7336%;
	margin: 0 0 0 8.7336%;
	text-align: left;
	font-size: 80%;
}

.consul_wrap li {
	padding: 0;
	margin: 0 0 0.5em 0;
	list-style-type: disc;
}

.consul_wrap li:last-child {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: disc;
}


.free_wrap {
	margin: 4.7872vh auto 0 auto;
	width: 70.3208%;
	text-align: center;
	background: #FFF;
}

.free_title {
	margin: 0;
	padding: 2.8517%;
	background: #006668;
	text-align: center;
	color: #FFF;
	font-size: 90%;
}

.free_wrap .wrap {padding: 3.8022%;}

.free_wrap .wrap .sodan {font-size: 150%;}

.free_wrap .wrap img {
	margin: 0 auto;
	padding: 2.8517%;
}

.free_wrap .wrap p {font-size: 90%;}



/*--- 住宅リフォーム「相談フォーム」 ---*/

.point {
	font-size: 110%;
	text-align: left;
	background: url(../local/img/point.png) no-repeat left 3px;
	padding-left: 25px;
	margin: 0 0 1.04166vh 0;
}

.point02 {
	font-size: 110%;
	text-align: left;
	background: url(../local/img/point.png) no-repeat left 3px;
	padding-left: 25px;
	margin: 4.7872vh 0 1.04166vh 0;
}

.sodan_form_q {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 2.6737%;
	background: #E2F6B4;
	text-align: left;
	font-size: 90%;
}

.sodan_form_a {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 2.6737% 0 0 2.6737%;
	background: #F7F7F0;
	text-align: left;
	font-size: 90%;
}


.sodan_form_a ul {
	margin: 0;
	padding: 0;
}

.sodan_form_a li {
	width: 30.0435%;
	margin: 0 2.6737% 1.5em 0;
	padding-left: 2em;
	padding-right: 2em;
    text-indent: -2em;
  
	line-height: 1.3em;
	vertical-align: top;
	list-style-type: none;
	float: left;
	display:inline-block;
}

.sodan_form_a li:nth-child(3n) {
	margin: 0 0 0.5em 0;
}


.bt_form {
	width: 45.6896%;
	margin: 0 8.6206% 0 0;
	background-color: #8FCE00;
	font-size: 85%;
	line-height: 60px;
	color: #FFF;
	text-align: center;	
	float: left;
	border:none;
	display:block;
	cursor:pointer;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
	letter-spacing: 1px;
	font-family: "Meiryo", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.bt_form:nth-child(2) {margin: 0 0 0 0;}

.bt_form:hover {background-color:#C6E779;}



.bt_wrap03 {
	width: 40%;
	margin: 4.7872vh auto;
	overflow: hidden;
}

.bt_form02 {
	width: 100%;
	margin: 0 auto;
	background-color: #8FCE00;
	font-size: 85%;
	line-height: 60px;
	color: #FFF;
	text-align: center;	
	float: left;
	border:none;
	display:block;
	cursor:pointer;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
	letter-spacing: 1px;
	font-family: "Meiryo", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.bt_form02:hover {background-color:#C6E779;}


.kojin_wrap {
	width: 100%;
	margin: 0 0 7.4468vh 0;
	padding: 4.7619%;
	background: #F7F7F0;
	text-align: left;
}

.kojin_wrap p {
	font-size: 90%;
	line-height: 1.8em;
	text-indent: 1em;
}


/*------------------- トピックス（中ページ） -----------------------*/

.topics_naka_wrap {
	width: 100%;
	margin: 0 auto 2.0833vh auto;
	padding: 0 0 2.0833vh 0;
	border-bottom: 1px solid #CCC;
}

.topics_naka_wrap:last-child {
	margin: 0 0 0 0;
}


.topics_naka_wrap a {
	color: #333;
	display: block;
	
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.topics_naka_wrap a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.topics_naka_ph {
    margin: 0 2.6737% 0 0;
	width: 16.7112%;
	float:left;
}

.topics_naka_ph img {
	width: 100%;
	height: 87px;
	object-fit: cover;
}

.topics_naka_text {
	width: 80.6151%;
	margin: 0;
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
	float:left;
}


/*----- トピックス_記事 -----*/


.topics_con_ph {
	margin: 0 2.6737% 0 0;
	width: 40.1069%;
	float:left;
}

.topics_con_ph img {
	width: 100%;
	object-fit: cover;
}

.topics_con_ph a img {
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.topics_con_ph a:hover img {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

	
	
/*------------------- 非表示 -----------------------*/

.pc_plan, .form, .copy, .wrap_right, .kanyuu_wrap, .local_wrap {display: none;}


}

	
