@charset "utf-8";
/* CSS Document */
.main-wrap{
  position: relative;
  z-index: 1;
}

/* 背景 */
.main-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://treetop-nail.com/system_panel/uploads/images/bg7.jpg") center center / cover no-repeat;
  background-attachment: fixed;
  z-index: -1;
}
.swiper_a .swiper-slide{
	margin-right: 5px!important;
}
.map_a .mapbox{
	border-radius: 0;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

