@charset "UTF-8";

footer {
    padding-top: 1px;
}

main {
    margin-top: 120px;
}

/*メインビジュアル*/
#hero_Wrap {
    position: relative;
    width: 100%;
    height: calc(100svh - 120px);
    background: url(../img/main.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#hero_Wrap .mv_Txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 300px;
    margin: 0 auto;
}


/*メインコンテンツ*/
.contents {
    padding: 0px 0 0 !important;
    color: #552121;
}

.lux_Area {
  width: 100%;
  position: relative;
}
.lux_Area:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/lux_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
  z-index: -2;
}
.lux_Area .lux_Txt {
  width: 1000px;
  max-width: 90%;
  margin: 150px auto;
}
.lux_Area .lux_Txt .lux_inner {
  width: 500px;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}
.lux_Area .lux_Txt .lux_inner h3 {
  width: 400px;
  max-width: 80%;
  margin: 0 auto 50px;
}
.lux_Area .lux_Txt .lux_inner h4 {
  text-align: center;
  font-size: 30px;
  color: #40220f;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.lux_Area .lux_Txt .lux_inner p {
  text-align: center;
  font-size: 13px;
  line-height: 2.5;
}



.facade_Area {
  width: 100%;
  padding: 150px 0 0;
  background: #fff;
}
.facade_Area .facade_inner {
}
.facade_Area .f_01 ,
.facade_Area .f_02 {
  width: 1200px;
  max-width: 90%;
  display: flex;
  justify-content: center;
  gap:4%;
  align-items: center;
  margin: 0 auto;
}
.facade_Area .f_01 figure {
  max-width: 600px;
}
.facade_Area .f_01 .txt h5 ,
.facade_Area .f_02 .txt h5 ,
.facade_Area .f_03 .txt h5 {
  color: #a48b78;
  font-size: 30px;
  margin-bottom: 30px;
}
.facade_Area .f_01 .txt p ,
.facade_Area .f_02 .txt p ,
.facade_Area .f_03 .txt p {
  line-height: 2;
  font-size: 15px;
}

.facade_Area .f_02 ,
.facade_Area .f_03 {
  margin-top: 150px;
}
.facade_Area .f_02 figure {
  max-width: 750px;
  margin-right: 0;
  margin-left: auto;
}

.facade_Area .f_03 .txt {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}


.just_Area {
  width: 100%;
  position: relative;
  padding: 150px 0;
}
.just_Area.on_bg {
  position: relative;
  transition: 0.3s;
}
.just_Area.on_bg:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) repeat-y;
  background-size: 100%;
  background-position: center;
  z-index: -1;
}

.just_Area h5 {
  color: #a48b78;
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
}
.just_Area p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.just_Area .just {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.just_Area .just_txt {
  margin-top: 30px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.just_Area figure {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.just_Area .just_txt.kyushu {
  margin-top: 60px;
}
.just_Area .just_txt strong {
  font-size: 200%;
}

.just_Area .face {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.just_Area .face li {
  width: 23%;
}
.just_Area .face li h5 {
  color: #40220f;
  background: #ded7d0;
  font-size: 17px;
  padding: 10px 0;
  margin-bottom: 15px;
}
.just_Area .face li figure {
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.just_Area .face li p {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 0;
}


.notes {
  margin: 30px auto 0;
}
.notes p {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    
    /*メインビジュアル*/
    main {
        margin-top: 60px;
    }
    #hero_Wrap {
        height: 50svh;
        background: url(../img/main_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #hero_Wrap .mv_Txt {
        width: 230px;
    }
    
    
    /*メインコンテンツ*/
    .contents {
        padding: 0px 0 0;
    }
  
  .lux_Area:before {
    display: none;
  }
  
  .lux_Area .lux_Txt {
    margin: 50px auto;
  }
  
  .lux_Area .lux_Txt .lux_inner h3 {
    width: 200px;
  }
  .lux_Area .lux_Txt .lux_inner h4 {
    font-size: 23px;
    margin-bottom: 40px;
  }
  .lux_Area .lux_Txt .lux_inner p {
    font-size: 12px;
    letter-spacing: 0;
  }
  
  .facade_Area {
    padding: 70px 0 0;
  }
  .facade_Area .f_01, .facade_Area .f_02 {
    flex-wrap: wrap;
  }
  .facade_Area .f_02, .facade_Area .f_03 {
    margin-top: 70px;
  }
  .facade_Area .f_01 figure,
  .facade_Area .f_02 figure {
    opacity: 1;
  }
  .facade_Area .f_01 .txt p, .facade_Area .f_02 .txt p, .facade_Area .f_03 .txt p {
    font-size: 14px;
  }
  .facade_Area .txt {
    margin-top: 30px;
    order: 2;
    width: 100%;
  }
  .facade_Area .f_03 {
    display: flex;
    flex-wrap: wrap;
  }
  .facade_Area .f_03 .txt {
    order: 2;
    max-width: 90%;
    margin: 30px auto 50px;
    text-align: left;
  }
  .facade_Area .f_03 figure {
    order: 1;
  }
  .just_Area p {
    line-height: 1.6;
  }
  .just_Area .just {
    max-width: 80%;
  }
  .just_Area .just_txt {
    max-width: 90%;
    margin: 0 auto;
  }
  .just_Area .just_txt.kyushu {
    font-size: 15px;
    margin-bottom: 30px;
  }
  
  
  .just_Area {
    padding: 70px 0;
  }
  .just_Area p {
    font-size: 15px;
  }
  .just_Area .face li {
    width: 48%;
    margin-bottom: 20px;
  }
  .just_Area .face li p {
    font-size: 14px;
  }
    
    .notes {
        width: 90%;
        margin: 30px auto;
    }
    .notes p {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
}