#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
  padding-top: 18px;
  padding-bottom: 18px;
}
#header .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#header .inner .logo{
  width: 200px;
}
#header .inner .nav .lists{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
}
#header .inner .nav .btn_outline,
#header .inner .nav .btn_map{
  position: relative;
  letter-spacing: 0.1em;
}
#header .inner .nav .btn_map{
  margin-left: 3em;
}
#header .inner .nav .btn_outline::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/icon_outline.svg);
  background-size: 100% 100%;
}
#header .inner .nav .btn_map::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  width: 16px;
  height: 20px;
  background: url(../images/icon_map.svg);
  background-size: 100% 100%;
}
#header .inner .nav .btn_request{
  background: url(../images/btn_bg_request_01.webp);
  background-size: 100% 100%;
  color: #FFF;
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-left: 2em;
}

#footer .gallery{
  position: relative;
  width: 100%;
  height: 501px;
  background: url(../images/footer_gallery_bg.webp);
  background-size: cover;
  background-position: center center;
}
#footer .gallery .conte{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .gallery .conte .ttl{
  width: 584px;
  margin-left: auto;
  margin-right: auto;
}
#footer .gallery .conte .btn_gallery{
  display: block;
  width: 353px;
  margin-left: auto;
  margin-right: auto;
}

#footer .others{
  padding-top: 66px;
  padding-bottom: 43px;
}
#footer .others .ttl{
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  width: 1116px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding-bottom: .7em;
  border-bottom: 1px solid #3e3a39;
}
#footer .others .lists{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  letter-spacing: 0.04em;
  gap: 2em;
}
#footer .pre_ad{
  width: 1116px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
}
#footer .pre_ad .ttl{
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.15em;
  border: 1px solid #3e3a39;
  letter-spacing: 0.1em;
  padding: .6em 1em;
  width: 117px;
  text-align: center;
}
#footer .pre_ad .txt{
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  width: auto;
  margin-left: 1em;
  text-align: left;
}
#footer .contact{
  background: #231815;
  color: #FFF;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#footer .contact .btn_tel{
  display: block;
  width: 357px;
}
#footer .contact .contact_txt{
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-left: 3em;
  margin-right: 3em;
  text-align: left;
}
#footer .contact .btn_request{
  background: url(../images/btn_bg_request_01.webp);
  background-size: 100% 100%;
  color: #FFF;
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
#footer .seller{
  padding-top: 55px;
  padding-bottom: 55px;
}
#footer .seller img{
  width: 432px;
  margin-left: auto;
  margin-right: auto;
}

.pageTopBtn{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 38px;
  z-index: 100;
}

#main{
  margin-top: 86px;
}

#note .note_txt{
  width: 1090px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  padding-top: 2em;
  padding-bottom: 2em;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: justify;
}

@media(max-width:1400px){
  #header{
    padding-top: 1.28vw;
    padding-bottom: 1.28vw;
  }
  #header .inner .logo{
    width: 14.28vw;
  }
  #header .inner .nav .lists{
    font-size: 1.14vw;
  }
  #header .inner .nav .btn_outline::before{
    left: -1.85vw;
    width: 1.42vw;
    height: 1.42vw;
  }
  #header .inner .nav .btn_map::before{
    left: -1.57vw;
    width: 1.14vw;
    height: 1.42vw;
  }
  #header .inner .nav .btn_request{
    width: 10vw;
    height: 3.57vw;
    font-size: 1.14vw;
  }
  
  #footer .gallery{
    height: 35.78vw;
  }
  #footer .gallery .conte .ttl{
    width: 41.71vw;
  }
  #footer .gallery .conte .btn_gallery{
    width: 25.21vw;
  }
  
  #footer .others{
    padding-top: 4.71vw;
    padding-bottom: 3.07vw;
  }
  #footer .others .ttl{
    font-size: 1.5vw;
    width: 79.71vw;
  }
  #footer .others .lists{
    font-size: 1.21vw;
  }
  #footer .pre_ad{
    width: 79.71vw;
    padding-bottom: 3vw;
  }
  #footer .pre_ad .ttl{
    font-size: 1.21vw;
    width: 8.35vw;
  }
  #footer .pre_ad .txt{
    font-size: 0.92vw;
  }
  #footer .contact{
    padding-top: 2.71vw;
    padding-bottom: 2.71vw;
  }
  #footer .contact .btn_tel{
    width: 25.5vw;
  }
  #footer .contact .contact_txt{
    font-size: 0.85vw;
  }
  #footer .contact .btn_request{
    width: 10vw;
    height: 3.57vw;
    font-size: 1.14vw;
  }
  #footer .seller{
    padding-top: 3.92vw;
    padding-bottom: 3.92vw;
  }
  #footer .seller img{
    width: 30.85vw;
  }

  .pageTopBtn{
    bottom: 1.42vw;
    right: 1.42vw;
    width: 2.71vw;
  }

  #main{
    margin-top: 6.14vw;
  }

  #note .note_txt{
    width: 77.85vw;
    font-size: 0.85vw;
  }
}

@media(max-width:750px){
  #header{
    padding-top: 6.13vw;
    padding-bottom: 3.73vw;
  }
  #header .inner{
    flex-direction: column;
    width: 86.66vw;
  }
  #header .inner .logo{
    width: 100%;
    border-bottom: 1px solid #3e3a39;
  }
  #header .inner .logo img{
    width: 53.06vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6.13vw;
  }
  #header .inner .nav .lists{
    justify-content: center;
    font-size: 3.46vw;
    margin-top: 3.73vw;
    margin-left: 5.1vw;
  }
  #header .inner .nav .btn_outline,
  #header .inner .nav .btn_map{
    letter-spacing: 0.07em;
  }
  #header .inner .nav .btn_map{
    margin-left: 3em;
  }
  #header .inner .nav .btn_outline::before{
    left: -5.26vw;
    width: 4.4vw;
    height: 4.4vw;
  }
  #header .inner .nav .btn_map::before{
    left: -4.53vw;
    width: 3.73vw;
    height: 4.53vw;
  }
  #header .inner .nav .btn_request{
    width: 24vw;
    height: 6.66vw;
    font-size: 4vw;
    margin-left: 1.7em;
  }

  #footer .gallery{
    height: 53.33vw;
  }
  #footer .gallery .conte .ttl{
    width: 83.33vw;
  }
  #footer .gallery .conte .btn_gallery{
    width: 58.93vw;
  }
  
  #footer .others{
    padding-top: 10.66vw;
    padding-bottom: 9.06vw;
  }
  #footer .others .ttl{
    font-size: 4vw;
    width: 86.66vw;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  #footer .others .lists{
    flex-direction: column;
    font-size: 3.6vw;
    gap: 1em;
  }
  #footer .pre_ad{
    width: 86.66vw;
    display: block;
    padding-bottom: 7.33vw;
  }
  #footer .pre_ad .ttl{
    font-size: 3.33vw;
    letter-spacing: 0.1em;
    padding: .6em 0;
    width: 100%;
  }
  #footer .pre_ad .txt{
    font-size: 2.66vw;
    line-height: 1.3;
    margin-left: 0;
    margin-top: 1em;
    text-align: justify;
  }
  #footer .contact{
    padding-top: 11.2vw;
    padding-bottom: 11.2vw;
    flex-direction: column;
    align-items: center;
  }
  #footer .contact .btn_tel{
    width: 76.4vw;
  }
  #footer .contact .contact_txt{
    font-size: 2.4vw;
    letter-spacing: 0.01em;
    line-height: 1.56;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2.5em;
    text-align: center;
  }
  #footer .contact .btn_request{
    width: 36.53vw;
    height: 13.06vw;
    font-size: 4.66vw;
  }
  #footer .seller{
    padding-top: 7.2vw;
    padding-bottom: 16vw;
  }
  #footer .seller img{
    width: 86.26vw;
  }
  
  .pageTopBtn{
    bottom: 4.66vw;
    right: 2.66vw;
    width: 7.6vw;
  }

  #main{
    margin-top: 31vw;
  }

  #note .note_txt{
    width: 86.66vw;
    font-size: 2.4vw;
  }
} 

