@charset "UTF-8";
/* CSS Document */
/*main*/
.main {
  background-color: #f6f4ef;
  padding-bottom: 172px;
  margin: 0 auto;
}
@media (min-width:1040px) { /*1040以上だったらってこと*/
  main {
    padding-bottom: 120px;
    background-color: #F6F4EF;
  }
}

/*****************************section-top-slick*****************************/
.section-top {
  color: #FFF;
  width: 100vw;
  background-color: #fff;
  
}

.section-top h2 {
  line-height: 3.6rem;
}

.section-top .slick-dots {
  bottom: -50px;
}
.section-top .slick-dots li button:before {
  color: #000;
  font-size: 10px;
}



/*****************************section-top-slick-test*****************************/
#slick-slide {
 
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  
}
#slick-slide img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/*****************************section-top-slick-縮小するCSS****************************/
#slick-slide img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1); 
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}




/*****************************section-top*****************************/
.section-top {
  text-align: center;
  position: relative;
}
.section-top {
  padding-bottom: 175px;
  position: sticky;
  top: 0px;
}
.wrap-wrap{
  width: 100%;
  height: 100%;
  background-color: #f6f4ef; 
  position: relative;
  z-index: 999;
  
}



/*文字を写真の中央に寄せる方法*/
.section-top_wrapper {
  width: 100%;
  
  margin: 0 auto;
  position: relative;
}
.section-top__main-image img {
  width: 100%;
  heigh: 1029px;
  background-color: #fff;
  padding-top: 0%;/*この％で縦横比率を一定にして設定できる。この場合なら1920X800pxで
  設定したかったので800/1920=42%なのでこの比率をpadding-topに設定する.  height; autodはだめ*/ 
  background-position: center;/*background-positiondで調整しないとならんかった〜え*/  }

/*写真を中央揃えにする text-align: centerは margin: 0 autoをかけていると効かないらしい*/
.section-top__image {
  height: auto;
  text-align: center;


}

@media (max-width: 500px) {
  .section-top {
    margin-bottom: 100px;
    height: auto;
    padding-bottom: 0px;
    
  }
  .section-top_main__image {
  width: 100%;
  heigh:auto;
  background-color: #fff;
  padding-bottom: 60%; /*この％で縦横比率を一定にして設定できる。この場合なら1920X800pxで
  設定したかったので800/1920=42%なのでこの比率をpadding-topに設定する.  height; autodはだめ*/
  background-position: center; /*background-positiondで調整しないとならんかった〜え*/
}

  h1.p_title {
    font-size: 1.5rem;
    line-height: 2rem; /*行間の指定　行間はフォントサイズの1.5倍くらい*/
  }
 
}




/*****************************section what*****************************/


.section-what_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100vw;
  height: 484px;
  background-color: #fff; 
  position: relative;
  margin-bottom: 152px;
   
}

.section-what_title {
  text-align: left;
  margin-left: 5%;
}
hr {
width:50%;
border-width:1px 0 0 0px; /*線の太さの指定*/
border-style:solid;
/*線の種類の指定*/
border-color:
#000000; /*線の色の指定*/
}
.section-what_text_wrap {
  width: 40vw;
  height: auto;
  text-align: left;
  box-sizing: border-box;
  padding-left: 8%;
}
.section-what_text_wrap h3 {
  padding-bottom:  10px;
 
}
.ection-what_text_wrap p {
  font-size: 18rem;
  max-width: 10vw;
}
.section-what_pic {
  width: 50%;
  height: 481px;
  object-fit: contain; /*cover写真を左右対称で調整してくれる　scale down縮小　non 縮小拡大せず切り取る contain 縮小拡大*/
  position: relative;
  right: 0px;
}

@media (max-width: 1000px) {
  .section-what_wrap {
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
   
}

.section-what_title {
  text-align: left;
  padding-left:5%;
  padding-top: 20px;
  /*border-bottom:solid #000 1px;*/
  /*padding-bottom:5px;/*余白の指定*/
  /*border-left:solid*/
}
hr {
width:50%;
border-width:1px 0 0 0px; /*線の太さの指定*/
border-style:solid;
/*線の種類の指定*/
border-color:
#000000; /*線の色の指定*/
}
.section-what_text_wrap {
  width: 77vw;
  height: auto;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0%;
  margin: 0 auto;
}
.section-what_text_wrap h3 {
  
  padding-bottom:  10px;
 
}
.ection-what_text_wrap p {
  font-size: 18rem;
  padding-bottom: 20px;
}
.section-what_pic {
  width: 70%;
  height: auto;
  object-fit: contain; /*cover写真を左右対称で調整してくれる　scale down縮小　non 縮小拡大せず切り取る contain 縮小拡大*/
  margin: 0 auto;
  margin-top: 32px;
}
  
}


/*****************************section service*****************************/
.section-service_wrap {
  width: 100vw;
  height: 482px;
  background-color: #dcd5c8;
  
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 165px;
  
}
.section-service_wrap_wrap {
  z-index: 0;
  width: 1160px;
  height: 482px;
  background-color: #dcd5c8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
}
.section-service_factor {
  display: inline-block;
  width: 30%;
  height: 100%;
  vertical-align: top; /*vertical align初めできた!*/

}
.section-service_factor p {
  min-height: 92px;
}
.buttom {
  vertical-align: bottom;
}


/***************追加
.section-service_original-text_wrap,.section-service_ordermade-text_wrap,.section-service_diy-text_wrap {
   color: #000000;
  }
  
  
  .section-service_original_title{
     color: #000000 !important;
  }*************サービスのPC追加***************/
.section-service_original-text_wrap,.section-service_ordermade-text_wrap,.section-service_diy-text_wrap {
  color: #000000 !important; }


.section-service_original:hover {
    background-color: #F6F4EE;
    } 
.section-service_ordermade:hover {
    background-color: #F6F4EE;
    } 
.section-service_diy:hover {
    background-color: #F6F4EE;
    } 


.section-service_original,.section-service_ordermade,.section-service_diy{
    background-color: #DCD5C7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
  
/***************追加end*****************************/


.section-service_factor h2 {
  font-size: 3rem;
  line-height: 4rem;
  padding-bottom: 64px;
}
.buttom a {
  text-decoration: none; /*リンクの下線を消す*/
  color: #fff; /*白に戻す*/
  }

/*追加！*/
a {
  text-decoration: none; /*リンクの下線を消す*/
}

.learn-more-button_original {
  position: relative;
  bottom: 5px;
  
  
}
.learn-more-button_ordermade {
  position: relative;
  bottom: 5px;
}
.learn-more-button_diy{
  position: relative;
  bottom: 10px;
}

.section-service_original_allows, .section-service_ordermade_allows, .section-service_diy_allows {
  display: none;
}
/*section original*/
.section-service_original-icon {
 
}

.section-service_original_p {
  padding-bottom: 20px;
}
.learn-more-button_original {
  width: 90px; /*need same value*/
  height: 90px; /*need same value*/
  border-radius: 50%;
  background-color: #dfbf77;
  text-align: center;
  line-height: 90px; /*need same value*/
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
  text-decoration: none;
}
.learn-more-button_original:hover {
 background-color: #dfbf77;
  opacity: 0.5;
  
  coursor: pointer;
}
.learn-more-button_original a {
  text-decoration: none; /*リンクの下線を消す*/
  color: #fff; /*白に戻す*/
}
/*section ordermade*/
.section-service_ordermade-icon {
  

}
.section-service_ordermade_p {
  padding-bottom: 20px;
}
.learn-more-button_ordermade {
  width: 90px; /*need same value*/
  height: 90px; /*need same value*/
  border-radius: 50%;
  background-color: #dfbf77;
  text-align: center;
  line-height: 90px; /*need same value*/
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
  text-decoration: none;
}
.learn-more-button_ordermade:hover {
  background-color: #dfbf77;
  opacity: 0.5;

  coursor: pointer;
}
.learn-more-button_ordermade a {
  text-decoration: none; /*リンクの下線を消す*/
  color: #fff; /*白に戻す*/
}


.section-service_diy_p {
  padding-bottom: 20px;
}
.section-service_diy-icon {
 
}
.learn-more-button_diy {
  width: 90px; /*need same value*/
  height: 90px; /*need same value*/
  border-radius: 50%;
  background-color: #dfbf77;
  text-align: center;
  line-height: 90px; /*need same value*/
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
  text-decoration: none;
}
.learn-more-button_diy:hover {
  background-color: #dfbf77;
  opacity: 0.5;
 
  coursor: pointer;
}
.learn-more-button_diy a {
  text-decoration: none; /*リンクの下線を消す*/
  color: #fff; /*白に戻す*/
}
@media (max-width: 1000px) {
  .section-service_factor h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 20px;
  }
  .section-service_factor p {
    font-size: 1.2rem;
    line-height: 1.rem;
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .section-service_original_allows,.section-service_ordermade_allows, .section-service_diy_allows {
  display: block !important;
}

  .section-service_wrap {
    width: 100vw;
    height: 315px;
    background-color: #dcd5c8;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .section-service_wrap_wrap {
  padding: 0;
  }
  .section-service_wrap br {
    display: none;
  }
  

  .section-service_factor {
    width: 100vw;
    height: 33%;
    border-bottom: 1px solid #fff;
  }
   .section-service_factor:last-child {
    border-bottom: 0px solid #fff;
  }
  .section-service_text_wrap {
    display: flex;
    flex-direction: column;
  }
  .section-service_factor h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-bottom: 5px;
    width: 80%;
    padding-left: 10px;
    text-align: left;
  }
  .section-service_factor p {
    padding-bottom: 5px;
    width: 80%;
    padding-left: 10px;
    text-align: left;
    font-size: 1.3rem;
    line-height: 2rem;
    
  }
  
  
  .learn-more-button_original,.learn-more-button_ordermade,.learn-more-button_diy{
    display: none;
  }
  .section-service_allows {
    position: relative;
    right: 0;
    
  }
  /*****service section add for mobile!!!!!!!!!!!!!!!!!1*****/  
  
  
  .section-service_original_allows:hover {
  opacity: 0.3;
  coursor: pointer;
}
.section-service_diy_allows:hover {
  opacity: 0.3;
  coursor: pointer;
}
.section-service_ordermade_allows:hover {
  opacity: 0.3;
  coursor: pointer;
}
.section-service_factor:hover {
    background-color: #F6F4EE;
    } 
.section-service_factor{
    background-color: #DCD5C7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
    
  

  /****original*****/
.section-service_original-icon {
    display: block;
    width: 30px;
    height: 30px;
    padding-left: 10px;
    position: absolute;
    top: 15%;
    left: 5%;
    transform: translate(-50%, -50%);
}

.section-service_original-text_wrap {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 75%;
}
.section-service_original_allows {
  position: absolute;
    top: 17%;
    left: 95%;
    transform: translate(-50%, -50%);
  width: 10%;
  
}

  

/*****order made*****/
.section-service_ordermade-icon {
    display: block;
    width: 30px;
    height: 30px;
    padding-left: 10px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
}

.section-service_ordermade-text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 75%;
}
.section-service_ordermade_allows {
  position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-50%, -50%);
  width: 10%;
}
   /************diy ***************/
.section-service_diy-icon {
    display: block;
    width: 30px;
    height: 30px;
    padding-left: 10px;
    position: absolute;
    top: 85%;
    left: 5%;
    transform: translate(-50%, -50%);
}

.section-service_diy-text_wrap {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 75%;
}
.section-service_diy_allows {
  position: absolute;
    top: 85%;
    left: 95%;
    transform: translate(-50%, -50%);
  width: 10%;
}
  
  
}



/*****************************section 2nd half(goods/ordaer/diy)*****************************/
.section-about {
  background-color: #f6f4ef;
  
}

.section-about_wrap {
  position: relative;
  width: 1160px;
  height: 788px;
  margin: 0 auto;
  margin-bottom: 77px;
  max-width: 100%;
}
.section-about__item-picture {
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -57%);
  width: 50%;
  height: 688px;
  object-fit: cover; /*写真を左右対称で調整してくれる*/
  /* object-position:0 0;*/
  background-size: auto; /*100% 100% に変えた。本当はAuto*/
  background-repeat: no-repeat;
  padding: 0px;
  margin-bottom: 60px;
  object-position: 50% 50%;
  background-color: #dcd5c8;
}
.section-about__item-picture img {
  max-width: 100%;
  height: auto;
}
.section-craftsman__item-picture {
  position: absolute;
  z-index: 9000;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -57%);
  width: 50%;
  height: 688px;
  object-fit: cover; /*写真を左右対称で調整してくれる*/
  /* object-position:0 0;*/
  background-size: auto; /*100% 100% に変えた。本当はAuto*/
  background-repeat: no-repeat;
  padding: 0px;
  margin-bottom: 60px;
  object-position: 0% 20%;
  background-color: #dcd5c8;
  object-position: 23% 50%; 
}
.section-craftsman__item-picture img {
  max-width: 100%;
  height: auto;
}
.section-woods__item-picture {
  position: absolute;
  z-index: 9000;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -57%);
  width: 50%;
  height: 688px;
  object-fit: cover; /*写真を左右対称で調整してくれる*/
  /* object-position:0 0;*/
  background-size: auto; /*100% 100% に変えた。本当はAuto*/
  background-repeat: no-repeat;
  padding: 0px;
  margin-bottom: 60px;
  object-position: 0% 20%;
  background-color: #dcd5c8;
}
.section-woods_item-picture img {
  max-width: 100%;
  height: auto;
}


.section-about_right_wrap {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -57%);
  width: 50%;
  height: 688px;
  margin: 0 auto;
  /*background-color: #000;*/
  max-width: 100%;
}
.section-about__item-title {
  z-index: 1000;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 30px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 2.8rem;
  text-decoration: underline;
  text-underline-offset: 4px; /*点線を消す*/
  text-decoration-color: #000;
  max-width: 100%;
  /*background-color: aqua;*/
}
.section-about_text_area {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 300px;
  
  /*background-color: hotpink;*/
  
  box-sizing: border-box;
  font-size: calc(0.25vw + 1.5rem);
}
.section-about__item-description {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  height: auto;
  padding-top: 40px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.3rem;
  
}
.section-about-min_pic_wrap {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 218px;
  /*background-color: #D3CF66;*/
  margin: 0 auto;
  max-width: 100%;
}
.section-about-min_pic_wrap ul li {
  list-style: none; /*listnの点を消す*/
}
.section-about-min_pic_wrap ul li img {
  max-width: 100%;
  height: auto;
}

.sectionabout__item-picture_min_1 {
  
  z-index: 9000;
  position: absolute;
  width: 40%;
  max-height: 144px;
  object-fit: cover; /*写真を左右対称で調整してくれる*/
  /* object-position:0 0;*/
  background-size: auto; /*100% 100% に変えた。本当はAuto*/
  background-repeat: no-repeat;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  
}

.sectionabout__item-picture_min_2 {
  z-index: 9000;
  position: absolute;
  width: 40%;
  max-height: 144px;
  object-fit: cover; /*写真を左右対称で調整してくれる*/
  /* object-position:0 0;*/
  background-size: auto; /*100% 100% に変えた。本当はAuto*/
  background-repeat: no-repeat;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  
}
.section-about_deco {
  position: absolute;
  z-index: -30;
  top: 50%;
  left: 50%;
  transform: translate(-72%, -45%);
  width: 1038px;
  height: 771px;
  background-color: #fff;
  margin: 0 auto;
}
.sectionabout__icon {
  width: 20px;
  heigh: 20px;
}
.sectionabout__icon img {
  padding-top: 4px;
}
ul.icon li {
  padding-bottom: 22px;
  list-style: none;
  font-size: 2rem;
  text-indent: -2em; /*インデント*/
  padding-left: 2em; /*インデント*/
}
.learn-inquiry-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #dfbf77;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  z-index: 9100;
  margin: 0 auto;
  text-decoration: none;
  margin-top: 80px;
}
.learn-inquiry-button:hover {
  background-color: #dfbf77;
  opacity: 0.5;
  coursor: pointer;
}
.learn-inquiry-button a {
  text-decoration: none; /*リンクの下線を消す*/
  color: #fff; /*白に戻す*/
}
@media (max-width: 1000px) { /*変更*/
  .section-about_wrap {
    /*background-color: #000;*/
    width: 100%;
    height: 1200px;
    border: 0px solid #fff;
    margin-bottom: 80px;
  }
  .section-about__item-picture {
    position: absolute;
    z-index: 9000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    object-fit: cover; /*写真を左右対称で調整してくれる*/
    /* object-position:0 0;*/
    width: 80vw;
    height: 600px;
    margin-about: 60px;
    max-width: 100%;
  }
  .section-about__item-picture img {
    width: 50vw;
    height: auto;
    max-width: 100%;
  }
   .section-craftsman__item-picture {
    position: absolute;
    z-index: 9000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    object-fit: cover; /*写真を左右対称で調整してくれる*/
    /* object-position:0 0;*/
    width: 80vw;
    height: 600px;
    margin-about: 60px;
    max-width: 100%;
      object-position: 17% 50%; 
  }
  .section-craftsman__item-picture img {
    width: 50vw;
    height: auto;
    max-width: 100%;
  }
  .section-woods__item-picture {
    position: absolute;
    z-index: 9000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    object-fit: cover; /*写真を左右対称で調整してくれる*/
    /* object-position:0 0;*/
    width: 80vw;
    height: 600px;
    margin-about: 60px;
    max-width: 100%;
  }
  .section-woods__item-picture img {
    width: 50vw;
    height: auto;
    max-width: 100%;
  }
  .section-about_right_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -13%);
    width: 100%;
    height: 688px;
    margin: 0 auto;
    display: inline-block;
    /*background-color: #000;*/
  }
  .section-about__item-title {
    z-index: 9000;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 30px;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 2.8rem;
    text-decoration: underline;
    text-underline-offset: 4px; /*点線を消す*/
    text-decoration-color: #000;
  }
  .section-about_text_area {
    z-index: 9000;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 200px;
  }
  .section-about_deco {
    position: absolute;
    z-index: -10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    background-color: #fff;
    margin: 0 auto;
    max-width: 100%;
    /*border: 10px solid #000;*/
  }
  .learn-more-button_voc {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1rem;
  }
  .learn-inquiry-button {
    position: relative;
    z-index: 999999;
    font-size: 1rem;
    margin: 0 auto;
    margin-top: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 400px) {
  .section-about__item-description {
    font-size: 1.4rem;
    line-height: 2.0rem;

  }
  
}




/*****************************section bottom*****************************/


.sction-bottom {
  background-color: #F6F4EF;
  
  
}

.section-bottom_wrap {
 
  width: 100vw;
  height: 817px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  /*background-color: gray;*/
}

.section-bottom__item-picture {
  /*position: absolute;
  z-index: 9000;
  top: 50%;
  left: 50%;
  transform: translate(-0%, -55%);*/
  
  object-fit: cover; /*写真を左右対称で調整してくれる*/
  /* object-position:0 0;*/
  height: 740px;
 
  max-width: 100%;
}
.section-bottom__item-picture img {
  width: 50vw;
  height: auto;
  max-width: 100%;
}
.section-bottom_item-picture_margin {
  width: 70%;
  background-color: #dcd5c8;
  height: 73px;
}
.section-bottom_right_wrap {
 /* position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -55%);*/
  display: flex;
  flex-direction: column;
  width: 500px;
  height: 740px;
  margin: 0 auto;
  
  /*background-color: #000;*/
}
.section-bottom__item-title {
  z-index: 90000;
  
  width: 100%;
  height: 30px;
  margin: 0 auto;
  padding-top: 130px;
  font-size: 2.8rem;
  text-decoration: underline;
  text-underline-offset: 4px; /*数値調整*/
  text-decoration-color: #000;
}
.section-bottom_text_area {
  z-index: 9000;
  width: 450px;
  height: 300px;
  /*background-color: aquamarine;*/
}
.section-bottom__item-description {
  padding-top: 90px;
  width: 80%;
  margin: 0 auto;
}
.section-bottom_deco {
  position: relative;
  height: 780px;
  background-color: #dcd5c8;
  width: 50vw;
  margin-top:100px;
  
  margin-top: -700px;
}

@media (max-width: 1000px) {
  .section-bottom_wrap {
    background-color: #dcd5c8;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 880px;
    border: 0px solid #fff;
    margin-bottom: 80px;
  }
 .section-bottom__item-picture {
   position: relative;
   top: 144px;
   width: 80vw;
   max-height: 400px;
  }
 .section-bottom_item-picture_margin {
   display: none;
  }
.section-bottom_deco {
  display: none;
  }
.section-bottom__item-title {
  padding-top: 40px;
  }

.section-bottom_right_wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: -400px;/*タイトルを写真の上に持っていくため*/
  }
  .section-bottom_text_area {
    margin: 0 auto;
    margin-top: 470px;
      max-width: 100%;

  }
  .section-bottom__item-description {
  padding-top: 46px;
  max-width: 100%;
}  

 
  
}
@media (max-width: 500px) {
  .main {
    width: 100%;
    height: auto;
  }
}




/*****************************section works*****************************/

  .sction-works {
  background-color: #F6F4EF;
  
  
}

.section-works_wrap {
 
  width: 100vw;
  height: 817px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  /*background-color: gray;*/
}

.section-works__item-picture {
  /*position: absolute;
  z-index: 9000;
  top: 50%;
  left: 50%;
  transform: translate(-0%, -55%);*/
  
  object-fit: cover; /*写真を左右対称で調整してくれる*/
  /* object-position:0 0;*/
  width: 50vw;
  height: 740px;
 
  max-width: 100%;
}
.section-works__item-picture img {
  width: 50vw;
  height: auto;
  max-width: 100%;
}
.section-works_item-picture_margin {
  width: 70%;
  background-color: #dcd5c8;
  height: 73px;
  margin-left: 30%;
}
.section-works_right_wrap {
 /* position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -55%);*/
  display: flex;
  flex-direction: column;
  width: 500px;
  height: 740px;
  margin: 0 auto;
  
  /*background-color: #000;*/
}
.section-works__item-title {
  z-index: 90000;
  
  width: 100%;
  height: 30px;
  margin: 0 auto;
  padding-top: 130px;
  font-size: 2.8rem;
  text-decoration: underline;
  text-underline-offset: 4px; /*数値調整*/
  text-decoration-color: #000;
}
.section-works_text_area {
  z-index: 9000;
  width: 450px;
  height: 300px;
  /*background-color: aquamarine;*/
}
.section-works__item-description {
  padding-top: 90px;
  width: 80%;
  margin: 0 auto;
}
.section-works_deco {
  position: relative;
  height: 780px;
  background-color: #dcd5c8;
  width: 50vw;
  margin-top:100px;
  
  margin-top: -700px;
}

@media (max-width: 1000px) {
  .section-works_wrap {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 880px;
    border: 0px solid #fff;
    margin-bottom: 80px;
  }
 .section-works__item-picture {
   position: relative;
   top: 144px;
   width: 80vw;
   max-height: 400px;
  }
 .section-works_item-picture_margin {
   display: none;
  }
.section-works_deco {
  display: none;
  }
.section-works__item-title {
  padding-top: 40px;
  }

.section-works_right_wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: -400px;/*タイトルを写真の上に持っていくため*/
  }
  .section-works_text_area {
    margin: 0 auto;
    margin-top: 470px;
      max-width: 100%;

  }
  .section-works__item-description {
  padding-top: 46px;
  max-width: 100%;
}   
}
@media (max-width: 500px) {
  .main {
    width: 100%;
    height: auto;
  }
}
  
/*****************************section info*****************************/

.section-info_wrap{
  width: 100vw;
  height: 550px;
  background-color: #ffffff;
  color: #000;
  margin-bottom: 172px;
}
.section-info_title {
  padding-top: 38px;
  padding-bottom: 38px;
  text-decoration: underline; /*文字の下線*/
  text-underline-offset: 4px; /*点線を消す*/
  text-decoration-color: #000;
  
}
  .section-info_text_wrap {
    max-width: 1160px;
    list-style: none; /*listnの点を消す*/
    margin: 0 auto;
    text-align: left;
    padding: 0 40px;  
  }

.section-info_ul_li a {
  color: #000;
}
  
.section-info_ul li {
  list-style: none; /*listnの点を消す*/
  }
.section-info_ul_li p {
  padding-bottom: 40px;
}

@media (max-width: 500px){
  .section-info_wrap{
 
  height: 600px;
 
  margin-bottom: 172px;
}
   .section-info_ul_li p {
  padding-bottom: 20px;
  
}
@media (max-width: 350px){
  .section-info_wrap{
 
  height: 700px;
 
  margin-bottom: 172px;
}
  .section-info_ul_li p {
  padding-bottom: 20px;

  
}


