/*ローディング*/
.loading {
	width: 100%;
	height: 100%;
	background-color: #F2F3F3;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	}

.loading img {
	width: 200px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); /*上下左右中央寄せ*/
	}


/*Vegasスライドショー*/
.topimg{
	background-position: center 0%;
	background-size: cover;
	height: 100vh;
	position: relative;
	}

.TopCopyTitle h1{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px;
	color: #fff;
	height: 150px;
    font-size: 2em;
	line-height: 1.8em;
	font-family: "Ryumin Medium KL";
	}

.TopCopyTitle p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 0 15px 20px;
	color: #fff;
    font-size: 0.9em;
	font-feature-settings:"palt";
	}

@media only screen and (min-width: 768px){
.TopCopyTitle h1 {
	padding-left: 10%;
	height: 100px;
	font-size: 2.5em;
	}
	
.TopCopyTitle p {
	padding-left: 10%;
	font-size: 1.0em;
	}
}

@media only screen and (min-width: 769px){
.TopCopyTitle p {
	padding-bottom: 10px;
	text-align: right;
	padding-right: 5%;
	font-size: 1.0em;
	}
}

/*アイコン*/
.Icon{
	text-align: center;
	margin: 100px auto 60px;
	width: 300px;
	clear: both;
	}

.Icon img{
	width: 100px;
	height: auto;
	}

.IconLine{
	border-top: 2px solid rgba(62,96,59,1.00);
	}

.Scrollicon2{
	width:100%;
	overflow-x: hidden !important;
	}


/*お知らせ*/
.MoNews{
	background-color: #fff;
	padding: 10px;
	margin: 10px 0;
	border-radius: 10px;
	}


@media only screen and (max-width: 666px){
.MainNewsPc{
	display: none;
	}
	
.MainNewsMo{
	max-width: 1023px;
	margin: 0 auto;
	width: 90%;
	background-color: #F2F3F3;
	z-index: 100;
	}
	
.News_Title h2{
	text-align: center;
	margin: 0px auto 30px;
	}
	
.News_frame li{
	display: inline-block;
	font-size: 0.85em;
	}

li.news-date{
	margin-right: 10px;
	}
	
li.news-category{
	width: 100px;
	text-align: center;
	border-radius: 1px;
	line-height: 20px;
	letter-spacing: 0.08em;
	border: 1px solid rgba(62,96,59,1.00);
	margin: 6px 10px 2px 0;
	}

.news-title{
	margin-top: 10px;
	margin-bottom: 5px;
	font-feature-settings:"palt";
	line-height: 1.35em;
	}
	
.News_Read_Btn{
	text-align: center;
	margin: 40px auto;
	}
}

.news-date {
	float: left;
	margin-top: 8px;
	}

.MainNewsPc{
	text-align: center;
	}

.News{
	margin: 0px 10px;
	display: inline-block;
	position: relative;
	}

@media only screen and (min-width: 667px) and (max-width: 1024px){
.News {
    margin: 0px 10px 70px;
	}

.MainNewsMo{
	display: none;
	}
	
.News_Title h2{
	text-align: center;
	margin: 50px auto 30px;
	}
	
.News_Read_Btn{
	position: absolute;
	text-align: center;
	bottom: -70px;
	left: 0;
	right: 0;
	}	
	
.News_frame{
	text-align: left;
	}

.News_frame li{
	display: inline-block;
	font-size: 0.95em;
	line-height: 2em;
	font-feature-settings:"palt";
	}

li.news-category{
	width: 130px;
	text-align: center;
	border-radius: 1px;
	line-height: 30px;
	letter-spacing: 0.08em;
	border: 1px solid rgba(62,96,59,1.00);
	margin: 6px 15px;
	}
}

@media only screen and (min-width: 1025px){
.MainNewsMo{
	display: none;
	}
	
.News_Title{
	float: left;
	border-right: 1px solid rgba(62,96,59,1.00);
	border-left: 1px solid rgba(62,96,59,1.00);
	height: 220px;
	padding: 0 20px;
	position: relative;
	}
	
.News_Title h2{
	text-align: center;
	padding-top: 16px;
	width: 130px;
	}
	
.News_Read_Btn{
	width: 130px;
	position: absolute;
	bottom: 16px;
	}

.News_frame{
	padding-left: 220px;
	text-align: left;
	}

.News_frame li{
	display: inline-block;
	font-size: 0.95em;
	line-height: 2em;
	font-feature-settings:"palt";
	font-family: "Hiragino UD Sans Rd W4 JIS2004";
	}

li.news-category{
	width: 115px;
	text-align: center;
	border-radius: 1px;
	line-height: 30px;
	letter-spacing: 0.08em;
	border: 1px solid rgba(62,96,59,1.00);
	margin: 6px 15px;
	}
}

.ReadMore{
	font-size: 0.8em;
	padding: 10px 20px;
	line-height: 36px;
	text-align: center;
	border-radius: 7px;
	border: 1px solid rgba(62,96,59,1.00);
	transition: .4s;
	}

.ReadMore:hover {
	background-color: #036eb8;
	border-color: #038CEC;
	color: #FFF;
	}

.News_frame li a:hover{
	color: #036eb8;
	}



/*動画*/
.wrap-video video{
	width: 100%;
	height:100%;
	}

.videoText{
	width: 100%;
	}

.videoText h2{
	text-align: center;
	margin: 20px auto;
	}

.videoText h3{
	text-align: center;
	margin: 0px auto 20px;
	}

.videoText p{
	text-align: justify;
	margin: 0px 15px 40px;
	}

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

.videoBtnIn{
	color: #fff;
	display: inline-block;
	width: 250px;
	text-align: center;
	font-size: 1.0em;
	border-radius: 3px;
	padding: 10px;
	background-color: #3E603B;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	margin: 10px 20px;
	transition: .5s;
	}

.videoBtnIn:hover {
	letter-spacing: 5px;
	color: #fff;
	}

@media only screen and (min-width: 1100px){
.wrap{
	display:flex;
	}
	
.wrap-video video{
	width: 95%;
	height:100%;
	float: left;
	padding-left: 3%;
	}

.videoText{
	width: 60%;
	padding-right: 3%;
	}
	
.videoText p{
	margin: 0px auto 40px;
	}
}


/*施工実績*/
.Performance h2{
	text-align: center;
	margin: 0px auto 30px;
	}

.work-Main{
	margin-bottom: 30px;
	}

.work-frame{
	width: 100%;
	margin: 20px auto 20px;
	}

@media only screen and (min-width: 769px){
.work-frame{
	margin: 20px auto 40px;
	}
}

.work-PH img{
	width: 100%;
	height: auto;
	}

.work-frame p{
	margin: 10px 0 2px;
	font-size: 0.9em;
	}

.work-frame h3{
	font-size: 1.0em;
	margin-bottom: -5px;
	font-feature-settings:"palt";
	letter-spacing: 0.06em;
	}