@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');


/*Kaisei Tokumin*/
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@500&display=swap');

 /*Kaisei Decol*/
 @import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap');

 /*Noto Serif Japanese*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');





.content-area,
.entry-content{
  margin: 0 auto 0;
}

/*
.top_img{
  position: relative; 
  margin: 0 auto;
}

.top_img img.slide{
  display: block;
  margin: 0 auto;
}
*/

.top_img {
  width:100%;
  height: 850px;
  position: relative; 
  margin:0 auto;
  overflow:hidden;
}

.top_img img.slide {
  display: block;
  width: 100%;
  height: auto;
  animation: animationZoom 5s ease-in-out forwards;
}

@keyframes animationZoom {
  100% {
    transform:scale(1.1)
  } 
}

.top_img .slide-text {
  position:absolute;
  color: #000;
  z-index: 10;
  text-align: center;
  width:100%;
  top: 10%;
  font-weight: bold;
  }

  .top_img .slide-text .tate-text p{
    text-align: left;
    font-family: 'Noto Serif JP', serif;
    font-size: 45px;
      font-weight: 700;
    line-height: 1.5;
      text-shadow: white 1px 1px 0px, white -1px 1px 0px,white 1px -1px 0px, white -1px -1px 0px;	
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    margin: 0 auto;
    }

    .fadeIn{
      animation-name:fadeInAnime;
      animation-duration:5s;
      animation-fill-mode:forwards;
      opacity:0;
      }
      
      @keyframes fadeInAnime{
        from {
          opacity: 0;
        }
      
        to {
          opacity: 1;
        }
      }

      /*出現開始を指定*/
      #ad_1 {
        animation-delay: 2s;
      }

  

      .top_img .top_img_but{
        position:absolute;
        z-index: 10;
        max-width:100%;
        bottom: 15%;
        left: 20%;
        }

/*about*/

 .about{
  text-align: center;
  line-height: 1.6;
  color: #666;
 }

 


 .about p{
  text-align: center;
  font-family:  serif;
  margin-bottom: .5rem;
  letter-spacing: .1rem;
 }

 .about ol {
  list-style-position: inside;
  counter-reset: number;
  margin: 2rem auto 0;
  display: inline-block;
  text-align: center;
  padding:3rem;/*内側余白*/
	position: relative;
 }

 .about ol:before{
	border-bottom:30px solid transparent;
	border-left:30px solid #79b6c8;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.about ol:after{
	border-left:30px solid transparent;
	border-bottom:30px solid #79b6c8;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}


 .about ol li{
  line-height: 1.8;
  font-family: 'Kaisei Decol', serif;
  font-weight: 400;
  font-size: 1.5rem;
 }

 .about ol li a{
  text-decoration: none;
  color: #666;
 }

 .about ol li a::after{
 display: inline-block;
 border-top: 2px solid #666;
 border-right: 2px solid #666;
 width: .5rem;
 height: .5rem;
vertical-align:middle;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 content: "";
   margin-left: .2rem;
   margin-top: -0.2rem;
}

.about .news_info_txt{
  margin: 0 auto;
 }

 .about .news_info_txt li{
  width: min(90vw,640px);
  line-height: 2;
  list-style: none;
  border-bottom: 1px dotted #666;
  margin: 0 auto;
 }


 .about .news_info_txt li a{
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 1.1rem;
 }



 .about h2 {
  font-family: 'Kaisei Tokumin', serif;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  margin: 0 auto 2rem;
  color: #666;
}
.about h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #79b6c8;
  border-radius: 2px;
}

 .about .about_but a{
  display: block;
  background: #666;
  outline: 1px solid #fff;
	outline-offset: -4px;
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
  margin-top: 21px;
 }

 /*事例別*/

 .grid{
  gap: 6%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin: 35px 20%; 
 }

 .item{
  color: #fff;
  height: 250px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  border: 1px solid #999;
 }

.item a{
  display: block;
  width: 80%;
  background: rgba(102,102,102,0.5);
  border: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  color: #fff;
  height: 50%;
  margin: 35px auto;
  padding:  16px;
}

.item:hover{
  transition: opacity .5s;
  opacity: .8;

}

.item h3{
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  margin: 0 auto 20px;
}

.item p{
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
}

 .ceiling{
  background-image:url("../images/top/item/ceiling.jpg") ;
  background-size: cover;
  background-position:center top;       
 }
 
 .living{
  background-image:url("../images/top/item/living.jpg") ;
  background-size: cover;
  background-position:center bottom;       
 }

 .kitchen{
  background-image:url("../images/top/item/kitchen.jpg") ;
  background-size: cover;
  background-position:center center;       
 }

 .room{
  background-image:url("../images/top/item/room.jpg") ;
  background-size: cover;
  background-position:center center;       
 }

 .sub_title{
	text-align: center;
	color: #666;
	margin-top: 100px;
	}
	
	.sub_title h2{
	  position: relative;
	  display: inline-block;
	}
	.sub_title h2::before {
	  content: '';
	  position: absolute;
	  bottom: -5px;
	  display: inline-block;
	  width: 60px;
	  height: 2px;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  background-color: #79b6c8;
	  border-radius: 2px;
	}

  .sub_title h3{
	  font-size: 14px;
	  margin-top: 8px;
	  margin-bottom: 1rem;
	}

	.sub_title p{
		margin-bottom: .5rem;
		letter-spacing: .1rem;
	   }

	   .sub_title .sub_title_but a{
		display: block;
		background: #666;
		outline: 1px solid #fff;
		  outline-offset: -4px;
		color: #fff;
		text-decoration: none;
		padding: 12px 16px;
		margin-top: 21px;
	   }

/*ピックアップ*/
.topic_pickup{
  gap: 6%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin: 35px 20%; 
 }

 .pickup_box img{
  object-fit: cover;
	border: 1px solid #999;
	height: 300px;
 }

 .pickup_box .pickup_title{
  font-size: 1rem;
  color: #666;
  margin: 12px auto 0;
 }

 .pickup_box a{
  text-decoration: none;
 }

 /*テキストリンク*/
 .box_pr_section{
  background-color: #ebe0cd;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
padding: 40px 0 65px;
}

 .box_pr_section_2{
  background-color: #f3ecd8;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
padding: 40px 0 65px;
}

.box_pr{
width: min(98%,1024px);
text-align: center;
margin: 0 auto 0;
}

.box_pr h2{
font-family: "Noto Serif JP", serif;
font-weight: 500;
font-feature-settings: "halt";
font-size: min(7vw,2rem);
padding: 0 0 1.5rem;
margin: 0 auto;
}

.box_pr p{
font-family: 'M PLUS 1p', sans-serif;
font-weight: 400;
font-size: 1.1rem;
color: #696969;
}

.box_pr .link{
width: fit-content;
border: 1px dotted #999;
background-color: #fff;
margin: 20px auto 0;
}

.box_pr .bold{
border: 1px dotted #999;
background-color: #efd0d0;
font-weight: 600;
}

.box_pr .link a{
display: block;
text-decoration: none;
color: #666;
padding: 12px;
}

.box_pr h2::before,
.box_pr h2::after {
content: unset;
width: unset;
height: unset;
background-color: unset;
}


@media only screen and (max-width: 736px) {/*スマホサムネイル*/




/*画像をスクエア*/

  .top_img{
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: initial ;
  }
  .top_img::before{
    content: "";
   display: block;
    padding-top: 100%;
  }
  .top_img img.slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
  }


/*事例ボタン*/
  .top_img .top_img_but {
    position:absolute;
    max-width:30%;
    height: 30%;
    bottom: 20%;
    left: 10%;
    }
 
  



  .top_img .slide-text {
    top:5%;
    }
  
    .top_img .slide-text .tate-text p{
      text-align: left;
      font-family: 'Noto Serif JP', serif;
      font-size: 23px;
        font-weight: 700;
      line-height: 1.5;
        text-shadow: white 1px 1px 0px, white -1px 1px 0px,white 1px -1px 0px, white -1px -1px 0px;	
    -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      display: inline-block;
      margin: 0 auto;
      }


/*about*/
.about{
  width: 90%;
  text-align: center;
  line-height: 1.6;
  margin:0 auto .5rem;
  
 }

 .about h2{
  font-size: 1.5rem;
 }

 .about p{
  text-align: left;
  margin-bottom: .5rem;;
 }

 .about ol{
 padding: .75rem;
 }

 .about ol:before{
	border-bottom:15px solid transparent;
	border-left:15px solid #79b6c8;
}

.about ol:after{
	border-left:15px solid transparent;
	border-bottom:15px solid #79b6c8;
}

 .about ol li{
  font-size: min(5vw,1.2rem);
  margin: 0 auto .75rem;
 }
 

 .about .about_but a{
  margin: 21px auto 0;
 }



 /*事例別*/
 .grid{
  gap: 6%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  margin: 0 auto 200px; 
 }

 .item{
  width: 92%;
 }

 /*ピックアップ*/

 .topic_pickup{
  gap: 6%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin: 35px 2%; 
 }

 .pickup_box img{
	height: 200px;
 }

}

@media only screen and (min-width: 737px) and (max-width: 960px) {/*タブレットサムネイル*/

  .top_img{
    height:initial ;
  }

  .top_img .slide-text {
    top:8%;
    }

  .top_img .slide-text .tate-text p{
    font-size: 30px;
    }

    .top_img .top_img_but {
      max-width:20%;
      height: auto;
      bottom: 8%;
      left: 15%;
      }

         /*事例別*/

 .grid{
  gap: 6%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin: 35px 5% ; 
 }

  /*ピックアップ*/

  .topic_pickup{
    gap: 6%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 35px 5% 80px; 
   }


    
  

}

@media only screen and (min-width: 961px) and (max-width: 1280px) {/*タブレットサムネイル*/

  .top_img{
    height:initial ;
  }

  .top_img .top_img_but {
    max-width:20%;
    height: auto;
    bottom: 8%;
    left: 20%;
    }

  .top_img .slide-text {
    top:8%;
    }

  .top_img .slide-text .tate-text p{
    font-size: 40px;
    }

   /*事例別*/

 .grid{
  gap: 6%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin: 35px 5%; 
 }

      /*ピックアップ*/

      .topic_pickup{
        gap: 6%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        margin: 35px 5%; 
       }

      .pickup_box img{
        height: 300px;
       }
 

}















