@charset "utf-8";

.gjs-dashed {

}

html { scroll-behavior: smooth;}

body{
  font-size:1rem;
  font-family: "Noto Sans JP", sans-serif;
  color:#000000;
  font-weight: 500;
  word-break: auto-phrase;
  background:#FFFFFF ;
}


#root{
  overflow:hidden;
}

strong{
  font-weight: 400;
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight:700;
  line-height:1.5;  
}

h1 strong, h2 strong, h3 strong, h4 strong , h5 strong{
  font-weight:700;
}

p{
  margin:0;
  line-height:calc(28/16);
}

.sp{
  display:none;
}

a{
  color: #000000;
  cursor: pointer;
  display:inline-block;
  transition:0.3s;
}

a:hover{
  color:#000000;
  text-decoration:none;
  opacity:0.7;
}

a p{
  line-height:1;
}

.container{
  padding:0 !important;
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}

img{
  width:100%;
  object-fit: contain;
  display:block;
}

.row{
  margin:0;
}

strong{
  display: inline-block;
}

em{
  display: inline-block !important;
  font-style: normal;
}

.pankuzu{
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 11px;
  padding:8px 10%;
  margin: 0 0 3.5rem;
  justify-content: end;
  background:#FEF5E4;
}

.pankuzu a{
  position: relative;
}

.pankuzu a:hover{
  opacity:0.7;
}

.pankuzu a::before{
  content:">";
  position: absolute;
  right: -1.3rem;
  top: -3px;
}

.pankuzu p{
  line-height:1;
}

.lower-fv{
  padding: 130px 5%;
  position:relative;
}

.lower-fv img{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:10;
  object-fit: cover;
}

.lower-fv h1{
  text-align:center;
  position:relative;
  z-index: 15;
  color: #fff;
  letter-spacing: 2px;
  font-size:clamp(1.5rem, 1.174rem + 1.09vw, 2.125rem);
}

.animation-2{
  animation-delay:0.3s;
}

.animation-3{
  animation-delay:0.6s;
}

.lower-title{
  margin:0 auto 2rem;
  text-align:center;
  position:relative;
  padding:14px 0 0;
}

.lower-title::before{
  content:"";
  position:absolute;
  width:3rem;
  height:3px;
  background:#F8B51E;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.lower-title h2{
  font-size:clamp(1.25rem, 0.859rem + 1.3vw, 2rem);
}

.lower-title p{
  color:#F8B51E;
  font-weight:bold;
  margin-top:8px;
}


.tel-btn{
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight:500;
  font-size: 1.5rem;
}

.tel-btn img{
  width:20px;
}

.tel-btn.big{
  width:fit-content;
  margin:20px  auto 2rem; 
  font-size:2.125rem;
}

.tel-btn.big div p:last-child{
  font-size:12px;
  margin-top: 4px;
}

.yellow-btn{
  min-width:225px;
  background:#FED807;
  text-align:center;
  border-radius:30px;
  padding:16px;
  font-weight:bold;
  font-size:14px;
  position: relative;
}

.yellow-btn::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
  transition:0.3s;
  background: url(https://renhadensetsu.com/system_panel/uploads/images/20260331171426160280.png) no-repeat center / contain;
}

.yellow-btn:hover::before {
  left: 12px;
}

body:has(.lower-service) .yellow-btn{
  margin:2rem auto 0;
  display: block;
  width: fit-content;
}

.yellow-bg{
  padding:4rem 0;
  background:#FEF5E4;
}

@media (max-width: 1600px) {
}


@media (max-width: 1400px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
  body{
    font-size:14px;
  }
  .pankuzu{
    margin: 0 0 2.5rem;
    font-size:12px;
    gap: 1rem;
    padding: 8px 5%;
  }
  .pankuzu a::before{
    right: -0.6rem;
  }
  .container{
    width: 90%;
  }
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding:0;
  }
  .animation-2,
  .animation-3{
    animation-delay:0s;
  }
  .lower-title {
    margin: 0 auto 1rem;
  }
}




/*インスタ*/

.instaCont section {
  display: flex;
  gap: 1rem 5%;
  flex-wrap:wrap;
  margin: 2rem 0;
  align-items:center;
}

.instaCont article {
  width: 47.5%;
}

.instaCont .imgBx01 {
  position: relative;
  display: block;
  padding: 0 0 100% 0;
}

.instaCont .imgBx01:hover {
  opacity: 0.7;
}

.instaCont .imgBx01 img,
.instaCont .imgBx01 video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;

}

.instaCont .imgBx01>span {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.instaCont .imgBx01>img+span,
.instaCont .imgBx01>video+span {
  display: none;
}

.instaCont .webgene-item-main-video {
  display: block;
  width: auto;
  max-width: 100%;
}

.instaCont .webgene-item .dayTxt {
  font-size: .85em;
  color: #FF8238;
}

.instaCont .webgene-item .snsTit {
  font-size: 1em;
  font-weight: normal;
}

@media screen and (min-width:768px) {
  .instaCont section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 0;
    margin: 2rem 0;
    justify-content: center;
  }
  .instaCont article {
    width: 47.5%;
  }


}

@media screen and (min-width:1200px) {

  .instaCont article {
    width: calc(100% / 4);
  }

}

@media screen and (max-width:767px) {

  .instaCont article .container{
    width:100%;
  }
}

