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

/*==========スライダー==========*/
.gif_slide {
  padding-bottom: 40px;
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width:767px) {
.gif_slide {
  margin-bottom: 40px;
}
}
.gif_area {
  margin: 0 auto;
  background: url(../img/slider/header_bg01_n.jpg) bottom center no-repeat;
  background-size:cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slide_bg{
  background: url(../img/slider/slider_bg02.png) bottom right no-repeat;
}
/*背景切り替え画像*/
.gif_area .gif_bg {
  max-width: 100%;
  height: 649px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;

}

@media screen and (max-width:767px) {
.gif_area .gif_bg {
  max-width: 100%;
  margin-left: 0;
}
}

.gif_area .fade_bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-animation-name: album;
  -moz-animation-name: album;
  -ms-animation-name: album;
  animation-name: album;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -ms-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/*↓全体が4枚で20sなので5sごとに切り替えていく*/
.gif_area .fade_bg .fade01 {
  animation-delay: 0s;
}

.gif_area .fade_bg .fade02 {
  animation-delay: 5s;
}

.gif_area .fade_bg .fade03 {
  animation-delay: 10s;
}

.gif_area .fade_bg .fade04 {
  animation-delay: 15s;
}

@keyframes album {
  0%, 10% {
    opacity: 0;
  }
  15%, 35% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
  }
}
 @-webkit-keyframes album {
 0% {
 opacity: 0;
}
 8% {
 opacity: 1;
}
 17% {
 opacity: 1;
}
 25% {
 opacity: 0;
}
}
 @-moz-keyframes album {
 0% {
 opacity: 0;
}
 8% {
 opacity: 1;
}
 17% {
 opacity: 1;
}
 25% {
 opacity: 0;
}
}
@-webkit-keyframes splite01 {
 0% {
background-position: 0 0;
}
 100% {
background-position: -1080px 0;
}
}
@keyframes splite01 {
 0% {
background-position: 0 0;
}
 100% {
background-position: -1080px 0;
}
}
@-webkit-keyframes splite02 {
 0% {
background-position: 0 -270px;
}
 100% {
background-position: -1080px -270px;
}
}
@keyframes splite02 {
 0% {
background-position: 0 -270px;
}
 100% {
background-position: -1080px -270px;
}
}
@-webkit-keyframes splite03 {
 0% {
background-position: 0 -540px;
}
 100% {
background-position: -1080px -540px;
}
}
@keyframes splite03 {
 0% {
background-position: 0 -540px;
}
 100% {
background-position: -1080px -540px;
}
}
@-webkit-keyframes splite04 {
 0% {
background-position: 0 -810px;
}
 100% {
background-position: -1080px -810px;
}
}
@keyframes splite04 {
 0% {
background-position: 0 -810px;
}
 100% {
background-position: -1080px -810px;
}
}
@-webkit-keyframes splite01_sp {
 0% {
background-position: 0 0;
}
 100% {
background-position: -540px 0;
}
}
@keyframes splite01_sp {
 0% {
background-position: 0 0;
}
 100% {
background-position: -540px 0;
}
}
@-webkit-keyframes splite02_sp {
 0% {
background-position: 0 -135px;
}
 100% {
background-position: -540px -135px;
}
}
@keyframes splite02_sp {
 0% {
background-position: 0 -135px;
}
 100% {
background-position: -540px -135px;
}
}
@-webkit-keyframes splite03_sp {
 0% {
background-position: 0 -270px;
}
 100% {
background-position: -540px -270px;
}
}
@keyframes splite03_sp {
 0% {
background-position: 0 -270px;
}
 100% {
background-position: -540px -270px;
}
}
@-webkit-keyframes splite04_sp {
 0% {
background-position: 0 -405px;
}
 100% {
background-position: -540px -405px;
}
}
@keyframes splite04_sp {
 0% {
background-position: 0 -405px;
}
 100% {
background-position: -540px -405px;
}
}
.slide_area {
  max-width: 960px;
  width: 95%;
  height: 380px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  z-index: 15;
}

@media screen and (max-width:767px) {
.slide_area {
  max-width: 500px;
  width: 90%;
}
}

/*@media screen and (max-width:890px) {
.slide_area {
  top: 40%;
}
}*/

@media screen and (max-width:767px) {
.slide_area #slide .sp-slide img {
  max-width: 500px;
  width: 100%;
}
}
.sp-image {
  max-width: 960px;
}
.sp-image:hover {
  opacity: 0.7;
}
.slide_area .sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  bottom: -160px;
}

@media screen and (max-width:930px) {
.slide_area .sp-buttons {
  display: none;
}
}
.slide_area .sp-button {
  width: 13px;
  height: 13px;
  border: 1px solid #00A040;
  border-radius: 0%;
  margin: 4px;
  display: inline-block;
  cursor: pointer;
}
.slide_area .sp-selected-button {
  background-color: #00A040;
}
.slide_area .sp-mask {
  max-width: 960px;
  width: 100%;
  height: auto;
}
.sp-arrows {
  z-index: 9999;
}
.sp-previous-arrow::before {
  border: 1px #ccc solid;
  border-bottom: none;
}
.sp-previous-arrow::after {
  border: 1px #ccc solid;
  border-top: none;
}
.sp-next-arrow::before {
  border: 1px #ccc solid;
  border-bottom: none;
}
.sp-next-arrow::after {
  border: 1px #ccc solid;
  border-top: none;
}
/*==========人が暮らしを作る==========*/
.create {
  padding-right: 300px;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width:767px) {
.create {
  padding-right: 0px;
}
}
.create ul {
  background: url(../img/index/create_bg.jpg) no-repeat right top;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: right;
  padding: 20px 0 40px;
}
.create_n ul {
  background: url(../img/index/create_bg_n.jpg) no-repeat right top;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: right;
  padding: 20px 0 40px;
}


@media screen and (max-width:767px) {
.create ul {
  background: none;
  -webkit-background-size: auto;
  background-size: auto;
  text-align: center;
}
}
.create ul li {
  position: relative;
  right: -280px;
  margin: 30px 0;
}

@media screen and (max-width:767px) {
.create ul li {
  position: static;
  right: 0px;
  margin: 0px auto 40px;
  width: 80%;
}
.create ul li:last-child {
  margin: 0px auto 0px;
}
}
.create ul li img {
  max-width: 348px;
  width: 100%;
}
.create p {
  position: absolute;
  bottom: 0;
  left: 20%;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width:767px) {
.create p {
  position: static;
  background: url(../img/index/create_bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10px 0 10px 5%;
}
.create_n p {
  position: static;
  background: url(../img/index/create_bg_n.jpg) no-repeat top center;
}


}
@media screen and (max-width:480px) {
.create p {
  font-size: 13vw;
}
}
/*==========施工実績==========*/
.works {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
.works .float {
  overflow: hidden;
  position: relative;
  padding: 60px 2px 0;
}

@media screen and (max-width:767px) {
.works .float {
  padding: 0px 2px 0;
}
}
.works .ttl {
  float: left;
  width: 10%;
}
.gallery_slide {
  float: right;
  width: 90%;
}
.slider_detail {
  width: 430px;
  margin: 10px auto;
  overflow: hidden;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.slider_detail {
  width: 95%;
}
}
.slider_detail_p {
  font-weight: bold;
  width: 90%;
  padding: 10px;
}
.slider_campaign {
  float: left;
  width: 120px;
  color: #3aa848;
  border: #3aa848 solid 4px;
  text-align: center;
  margin-right: 6px;
  height: 36px;
  line-height: 29px;
  margin-top: 6px;
}
.slider_event {
  float: left;
  width: 120px;
  color: #69d300;
  border: #69d300 solid 4px;
  text-align: center;
  margin-right: 6px;
  height: 36px;
  line-height: 29px;
  margin-top: 6px;
}
.slider_new {
  float: left;
  width: 80px;
  color: #d51e02;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 5px 0 0 5px;
}
.slider_detail_title {
  background-color: #CCC;
  padding: 5px 10px;
  width: 100px;
  float: left;
  margin-bottom: 10px;
  text-align: center;
  max-width: 30%;
}

@media all and (-ms-high-contrast:none) {
.slider_detail_title {
  font-size: 16px;
}
}
.slider_detail_name {
  padding: 5px 20px;
  float: left;
  width: 70%;
}
.more {
  position: absolute;
  top: 0px;
  right: 50px;
  display: block;
}
/*.more a {
  display: block;
}*/

@media screen and (max-width:767px) {
.more {
  position: relative;
  top: -45px;
  right: 0;
  text-align: center;
}
}
.slick-slide img:hover {
  opacity: 0.7;
}
/*==========リフォーム==========*/
.reform {
  width: 100%;
  background: #00A040;
  padding: 30px 0;
  margin-bottom: 80px;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.reform {
  margin-bottom: 0px;
}
}
.reform .float {
  overflow: hidden;
  position: relative;
  /*padding: 60px 2px;*/
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.reform .ttl {
  float: left;
  width: 10%;
}
.reform ul {
  float: right;
  width: 90%;
  overflow: hidden;
  padding: 5% 0;
}
.reform ul li {
  float: left;
  width: 33.3333%;
  text-align: center;
  padding: 0 1%;
}
.reform ul li a:hover {
  opacity: 0.7;
}
.reform.reform_menu ul li {
  width: 25%;
}
@media screen and (min-width: 0px) and (max-width:767px) {
  .reform.reform_menu ul li {
    width: 45%;
    padding:0 1% 20px;
  }
}

/*==========イベント・キャンペーン==========*/




.event {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
.event .float {
  overflow: hidden;
  position: relative;
  padding: 80px 2px 0;
}
.event .ttl {
  float: left;
  width: 10%;
}
.slider_detail_txt {
  width: 90%;
  padding: 10px;
}
/*==========お知らせ==========*/
.news {
  width: 100%;
  background: rgba(106,212,0,0.1);
  padding: 30px 0;
  margin-bottom: 80px;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.news {
  margin-bottom: 0px;
}
}
.news .float {
  overflow: hidden;
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.news .ttl {
  float: left;
  width: 10%;
}
.news #topicsline {
  float: right;
  width: 90%;
  overflow: hidden;
  padding: 2% 5% 6%;
}
.news #topicsline .tabbox p {
  margin: 10px;
  position: relative;
  padding-left: 70px;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.news #topicsline .tabbox p {
  padding-left: 50px;
}
}
.news #topicsline .tabbox .new_icon {
  color: #F7919C;
  padding-right: 30px;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.news #topicsline .tabbox .new_icon {
  padding-right: 10px;
}
}
.news .more {
  position: absolute;
  bottom: 0px;
  right: 50px;
  top: auto;
}
.news .more a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.news .more a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #00A040;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news .more a:hover::after {
  width: 100%;
}
/*==========コンテンツ==========*/
.content {
  width: 100%;
  max-width: 960px;
  padding: 30px 0;
  margin: 0 auto 80px;
}

@media screen and (min-width: 0px) and (max-width:767px) {
.content {
  margin: 0 auto 0px;
}
}
.content ul {
  overflow: hidden;
}
.content ul li {
  float: left;
  width: 25%;
  padding: 0 1%;
}
.content ul li a img:hover {
  opacity: 0.7;
  background: rgba(192,213,0,0.3);
}
@media screen and (min-width: 0px) and (max-width:767px) {
.sp_none{
  display: none;
}
}
.link_bnr_box{
  margin: 60px auto 0 auto;
}
.link_bnr_box_inner{
  overflow: hidden;
}
.link_bnr_box_inner_left{
  text-align: center;
  float: left;
  margin: 0 auto;
  padding-top: 33px;
  width: 50%;
}
.link_bnr_box_inner_right{
  float: right;
width: 50%;
}
@media screen and (min-width: 0px) and (max-width:767px) {
  .link_bnr_box_inner{
    text-align: center;
  }
.link_bnr_box_inner_left{
    float: none;
    width: 90%;
  padding: 0px;
  }
.link_bnr_box_inner_right{
    float: none;
    width: 90%;
  margin: 20px auto 0 auto;
  }
}
.link_bnr_box_inner_area{
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
}

.link:hover{
  opacity: 0.5;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
@media screen and (min-width: 0px) and (max-width:767px) {
.mr23{
  margin: 0 0 10px 0;
  display: inline-block;
}
  .link_bnr_box_inner_area{
    width: 90%;
    margin: 0 auto;
  }
}