@charset "utf-8";

@media screen and (min-width:768px){
/*pc・タブレットcss*/

/* +++++++++++++++++++++++++ */

#wrapper{
	position:relative;
}
.content-area{
	width:100%;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
}
.content-bottom{
	margin-bottom:80px;
}

/* +++++++++++++++++++++++++ */

#inner-main{
	margin-bottom:80px;
	padding:60px 0;
	background:url(../img/common/innerpage_main_bg.jpg) no-repeat center bottom / cover;
	font-size:32px;
	font-weight:700;
	text-align:center;
	color:#fff;
}
#inner-main h1{
	font-weight:700;
}

/* +++++++++++++++++++++++++　btn */

.base-btn{
}
.base-btn a{
	position:relative;
	display:block;
	padding:10px 10px;
	text-align:center;
	color: #fff;
	background: #34B45A;
	text-decoration:none;
	font-size:18px;
}
.base-btn.btn-inline{
	min-width:300px;
	display:inline-block;
}


/* +++++++++++++++++++++++++ */

.ttl01{
	position:relative;
	color:#B57034;
	font-size:20px;
	font-weight:700;
	text-align:center;
	padding-bottom:15px;
	margin-bottom:60px;
}
.ttl01:before{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	width:160px;
	height:4px;
	margin-left:-80px;
	background-color:#34B45A;
}

/* +++++++++ */

.ttl02{
	position:relative;
	color:#fff;
	font-size:20px;
	font-weight:700;
	background-color:#34B45A;
	text-align:center;
	padding:5px;
	margin-bottom:30px;
}

/* +++++++++ */

.ttl03{
	position:relative;
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
}

/* +++++++++++++++++++++++++ */


#common-header{
	border-bottom: solid 5px #34B45A;
}
#common-header .header-logo{
	width:226px;
}
.gnavi{
}

.sp-navi-child{
	display:none;
}
.sp-navi-btn{
	display:none;
}
.gnavi li{
	height:100%;
	position:relative;
}
.gnavi .contact-btn a{
	background-color:#34B45A;
	color:#fff;
}
.gnavi a{
	display:block;
	height:100%;
	width:100%;
	color:#34B45A;
	font-size:15px;
	font-weight:700;
	line-height:1;
	text-decoration:none;
	padding:30px 40px;
}

/* +++++++++++++++++++++++++ */

#bottom-group-company{
	background-color:#F5F5F5;
	padding:80px 0;
}
#bottom-group-company li{
	width:47.5%;
	font-size:14px;
	line-height:1.6;
}
#bottom-group-company li img{
	margin-bottom:10px;
}


/* +++++++++++++++++++++++++ */


#common-footer{
	padding:20px 0;
	border-top: solid 4px #34B45A;
	background-color:#EBEBEB;
}
#common-footer .copyright{
	color:#868686;
	font-size:8px;
	text-align:center;
}
#common-footer .footer-company{
	margin-bottom:20px;
	font-size:12px;
	line-height:1;
}
#common-footer .footer-company .logo{
	margin-right:30px;
	width:185px;
}
#common-footer .footer-company .address{
}
#common-footer .footer-company .privacypolicy-link{
	margin-left:auto;
}

/* +++++++++++++++++++++++++　page top */

#page-top {
	position: fixed;
	z-index:101;
	right: 30px;
	bottom:30px;
	opacity: 0;
	transform: translateY(40px);
}
#page-top a{
  position: relative;
  width: 50px;
  height: 50px;
  border-radius:50%;
  background-color:#34B45A;
  text-decoration:none;
  color:#fff;
  font-size:12px;
  line-height:1.5;
  text-align:center;
  text-indent:-20000px;
}
#page-top a span{
	position:relative;
	display:block;
	padding-top:12px;
}
#page-top a span:before{
	position:absolute;
	left:50%;
	top:3px;
	content:"";
	width: 0;
	height: 0;
	margin-left:-14px;
	border-style: solid;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-bottom: 17px solid #fff;
	border-top: 0;
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(230px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(230px);
  }
}



/* +++++++++++++++++++++++++ */


.base-table01{
	width:100%;
	border-collapse:collapse;
	border:solid 1px #707070;
}
.base-table01 th,
.base-table01 td{
	padding:20px 60px;
	border:solid 1px #707070;
}
.base-table01 th{
	width:32%;
	font-weight:700;
	background-color:#F4FBF6;
}

/* +++++++++++++++++++++++++ */


.base-table02{
	width:100%;
	border-collapse:collapse;
}
.base-table02 th,
.base-table02 td{
	padding:20px 60px;
}
.base-table02 tr:nth-child(odd) th,
.base-table02 tr:nth-child(odd) td{
	background-color:#F4FBF6;
}



}

@media screen and (min-width:768px) and ( max-width:1200px) {
	
	.content-area{
		padding-left:5vw;
		padding-right:5vw;
	}


}

@media (max-width: 768px) {
	
	
	.content-area{
		padding-left:5vw;
		padding-right:5vw;
	}
	.content-bottom{
		margin-bottom:20vw;
	}
	
	/* +++++++++++++++++++++++++ */
	
	#inner-main{
		margin-bottom:10vw;
		padding:24vw 0 10vw;
		background:url(../img/common/innerpage_main_bg.jpg) no-repeat center bottom / cover;
		font-size:20px;
		font-weight:700;
		text-align:center;
		color:#fff;
	}
	#inner-main h1{
		font-weight:700;
	}
	
	/* +++++++++++++++++++++++++　btn */
	
	.base-btn{
	}
	.base-btn a{
		position:relative;
		display:block;
		padding:3vw;
		text-align:center;
		color: #fff;
		background: #34B45A;
		text-decoration:none;
		font-size:18px;
	}
	.base-btn.btn-inline{
		min-width:100%;
		display:inline-block;
	}
	
	/* +++++++++++++++++++++++++ */
	
	.ttl01{
		position:relative;
		color:#B57034;
		font-size:17px;
		font-weight:700;
		text-align:center;
		padding-bottom:3vw;
		margin-bottom:8vw;
	}
	.ttl01:before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		width:40vw;
		height:3px;
		margin-left:-20vw;
		background-color:#34B45A;
	}
	
	/* +++++++++ */
	
	.ttl02{
		position:relative;
		color:#fff;
		font-size:15px;
		font-weight:700;
		background-color:#34B45A;
		text-align:center;
		padding:5px;
		margin-bottom:5vw;
	}
	
	/* +++++++++ */
	
	.ttl03{
		position:relative;
		font-size:17px;
		font-weight:700;
		text-align:center;
		margin-bottom:5vw;
	}
		
		
	/* +++++++++++++++++++++++++ */
	
	
	#common-header{
		position: fixed;
		width:100%;
		background-color:#fff;
		z-index:100;
		height:14vw;
		border-bottom: solid 5px #34B45A;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; 
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	/*　上に上がる動き　*/
	#common-header.UpMove{
		animation: HeaderUpAnime 0.5s forwards;
	}
	@keyframes HeaderUpAnime{
	  from {
		opacity: 1;
		transform: translateY(0);
	  }
	  to {
		opacity: 0;
		transform: translateY(-100px);
	  }
	}
	
	/*　下に下がる動き　*/
	#common-header.DownMove{
		animation: HeaderDownAnime 0.5s forwards;
	}
	@keyframes HeaderDownAnime{
	  from {
		opacity: 0;
		transform: translateY(-100px);
	  }
	  to {
		opacity: 1;
		transform: translateY(0);
	  }
	}	
	
	
	
	
	#common-header .content-area{
		width:100%;
	}
	#common-header .header-logo{
		width:65%;
	}
	
	.sp-navi-btn{
		position: absolute;
		z-index:1000;
		top:0;
		right:5vw;
		display:block;
		width:14vw;
		height:14vw;
		padding:4.5vw 2.5vw;
		background-color:#34B45A;
	}
	.sp-navi-btn .gnavi-toggle{
		cursor:pointer;
		font-size:9px;
		text-align:center;
		color:#fff;
	}
	.sp-navi-btn .gnavi-toggle .gnavi-toggle-inner{
		position:relative;
		width:100%;
		height:5vw;
		margin: 0 auto;
	}
	.sp-navi-btn .gnavi-toggle span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.sp-navi-btn .gnavi-toggle span:nth-of-type(1) {
		top: 0;
	}
	.sp-navi-btn .gnavi-toggle span:nth-of-type(2) {
		top: 50%;
		margin-top:-1px;
	}
	.sp-navi-btn span:nth-of-type(3) {
		bottom: 0;
	}
	
	.sp-navi-btn.active{
		background-color:#fff;
	}
	.sp-navi-btn .gnavi-toggle.active span {
		height: 1px;
		border-radius: 0;
		background-color:#34B45A;
	}
	.sp-navi-btn .gnavi-toggle.active span:nth-of-type(1) {
		transform: translateY(2.3vw) rotate(-315deg);
	}
	.sp-navi-btn .gnavi-toggle.active span:nth-of-type(2) {
		opacity: 0;
	}
	.sp-navi-btn .gnavi-toggle.active span:nth-of-type(3) {
		width:100%;
		margin-left:0%;
		transform: translateY(-2.3vw) rotate(315deg);
	}
	
	/* +++++++++++++++++++++++++　gnavi */
	
	.pc-navi-child{
		display:none;
	}
	.navi-bg{
		display:none;
		position: fixed;
		z-index:100;
		width: 100%;
		height:100%;
		background-color:#fff;
	}
	.navi-bg.active{
		display: block;
	}
	.sp-navi-child{
		display:none;
		position:absolute;
		top: 0;
		top: 0;	
		left:0;
		z-index:101;
		width:100%;
		height:100vh;
		padding-bottom:50vw;
		overflow-y:scroll;
	}
	.sp-navi-child.active{
		display:block;
	}
	#common-header.active{
		position:relative;
		display: block;
	}
	
	body.active,
	html.active{
		overflow:hidden;
		height:100%;
	}
	
	.sp-navi-child .ttl{
		border-bottom: solid 1px #fff;
		background-color:#34B45A;
		padding:6vw 5vw;
		text-align:center;
		color:#fff;
		font-size:20px;
		font-weight:700;
	}
	.sp-navi-child .gnavi li{
		width:50%;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	.sp-navi-child .gnavi li:nth-child(even){
		border-right: none;
	}
	.sp-navi-child .gnavi li a{
		display:block;
		padding:6vw 5vw;
		text-decoration:none;
		background-color:#34B45A;
		font-size:17px;
		font-weight:700;
		color:#fff;
		text-align:center;
	}
	.sp-navi-child .gnavi li.privacypolicy-link{
		width:100%;
		border-right: none;
	}
		
	
	.sp-navi-child .group-company{
		padding:5vw;
	}
	.sp-navi-child .group-company a{
		position:relative;
		display:block;
		padding:6vw 5vw;
		text-decoration:none;
		background-color:#34B45A;
		font-size:17px;
		font-weight:700;
		color:#fff;
		text-align:center;
	}
	.sp-navi-child .group-company a:after{
		content: "";
		position:absolute;
		top:50%;
		right:3vw;
		width: 10px;
		height: 10px;
		margin-top:-5px;
		display: inline-block;
		transform: rotate(45deg);
		border: 1px solid;
		border-color: #fff #fff transparent transparent;
	}	
	.sp-navi-child .group-company .shinwa-holdings{
		margin-bottom:5vw;
	}
	.sp-navi-child .group-company .shinwa-holdings a{ background-color:#796196; }
	.sp-navi-child .group-company .shinwa-construction a{ background-color:#FF7F2A; }
	
	
	
	.sp-navi-child .contact-btn{
		position: fixed;
		bottom:0;
		left:0;
		width:100%;
	}
	.sp-navi-child .contact-btn li{
		width:50%;
		border-right: solid 1px #fff;
	}
	.sp-navi-child .contact-btn li:nth-child(even){
		border-right: none;
	}
	.sp-navi-child .contact-btn li a{
		position:relative;
		display:block;
		padding:6vw 5vw;
		text-decoration:none;
		background-color:#34B45A;
		font-size:17px;
		font-weight:700;
		color:#fff;
		text-align:center;
		text-indent:-5000px;
	}
	.sp-navi-child .contact-btn li a:before{
		content:"";
		position:absolute;
		top:50%;
		left:50%;
		margin-top:-5vw;
		margin-left:-5vw;
		padding-top:10vw;
	}
	.sp-navi-child .contact-btn li.tel-btn a:before{
		background:url(../img/common/icon_tel.svg) no-repeat center center / 100% auto;
		width:20%;
	}
	.sp-navi-child .contact-btn li.mail-btn a:before{
		background:url(../img/common/icon_mail.svg) no-repeat center center / 100% auto;
		width:24%;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
		
	#bottom-group-company{
		background-color:#F5F5F5;
		padding:20vw 0;
	}
	#bottom-group-company li{
		width:100%;
		margin-bottom:5vw
	}
	#bottom-group-company li img{
		margin-bottom:10px;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	
	#common-footer{
		padding:5vw 0;
		border-top: solid 4px #34B45A;
		background-color:#EBEBEB;
	}
	#common-footer .copyright{
		color:#868686;
		font-size:10px;
		text-align:center;
	}
	#common-footer .footer-company{
		margin-bottom:5vw;
		text-align:center;
	}
	#common-footer .footer-company .logo{
		margin:0 auto 5vw;
		width:65%;
	}
	#common-footer .footer-company .address{
		width:100%;
		margin-bottom:5vw;
		text-align:center;
	}
	#common-footer .footer-company .privacypolicy-link{
		width:100%;
		text-align:center;
	}
	

	/* +++++++++++++++++++++++++　page top */
	
	#page-top {
		position: fixed;
		z-index:101;
		right: 3vw;
		bottom:3vw;
		opacity: 0;
		transform: translateY(5vw);
	}
	#page-top a{
	  position: relative;
	  width: 40px;
	  height: 40px;
	  border-radius:50%;
	  background-color:#34B45A;
	  text-decoration:none;
	  color:#fff;
	  font-size:12px;
	  line-height:1.5;
	  text-align:center;
	  text-indent:-20000px;
	}
	#page-top a span{
		position:relative;
		display:block;
		padding-top:12px;
	}
	#page-top a span:before{
		position:absolute;
		left:50%;
		top:6px;
		content:"";
		width: 0;
		height: 0;
		margin-left:-10px;
		border-style: solid;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 13px solid #fff;
		border-top: 0;
	}
	
	/*　上に上がる動き　*/
	#page-top.UpMove{
		animation: UpAnime 0.5s forwards;
	}
	@keyframes UpAnime{
	  from {
		opacity: 0;
		transform: translateY(230px);
	  }
	  to {
		opacity: 1;
		transform: translateY(0);
	  }
	}
	
	/*　下に下がる動き　*/
	#page-top.DownMove{
		animation: DownAnime 0.5s forwards;
	}
	@keyframes DownAnime{
	  from {
		opacity: 1;
		transform: translateY(0);
	  }
	  to {
		opacity: 1;
		transform: translateY(230px);
	  }
	}
	

	/* +++++++++++++++++++++++++ */
	
	
	.base-table01{
		display:block;
		width:100%;
		border-collapse:collapse;
		border-top:solid 1px #707070;
	}
	.base-table01 tr,
	.base-table01 tbody{
		display:block;
		width:100%;
	}
	.base-table01 th,
	.base-table01 td{
		display:block;
		width:100%;
		padding:3vw;
		border:solid 1px #707070;
		border-top:none;
	}
	.base-table01 th{
		font-weight:700;
		background-color:#F4FBF6;
		border-bottom:none;
	}
	
	/* +++++++++++++++++++++++++ */
	
	
	.base-table02{
		display:block;
		width:100%;
		border-collapse:collapse;
		border-top:solid 1px #707070;
	}
	.base-table02 tr,
	.base-table02 tbody{
		display:block;
		width:100%;
	}
	.base-table02 th,
	.base-table02 td{
		display:block;
		width:100%;
		padding:3vw;
		border:solid 1px #707070;
		border-top:none;
	}
	.base-table02 th{
		font-weight:700;
		background-color:#F4FBF6;
		border-bottom:none;
	}

			
	
}



