.site_main--thesky{
  padding-bottom: 0;
}

/* tab */
.tab-wrap{
  display: flex;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tab-wrap .tab{
  width: 48%;
  margin: 0.5% 1%;
  color: #bba383;
  border-radius: 50rem;
  text-align: center;
  box-sizing: border-box;
  transition: .4s;
  cursor: pointer;
}
.tab-wrap .tab.off{
    padding: 12px 30px;
    border: 1px solid #bba383;
}

.tab-wrap .tab a{
    display: block;
    padding: 12px 30px;
    color: #fff;
    border-radius: 50rem;
    text-decoration: none;
    text-align: center;
    border: 1px solid #bba383;
    background: #bba383;
}

.tab-wrap .tab.off{
  pointer-events: none;
  opacity: .3;
}
/* .tab-wrap .tab:hover,.tab-wrap .tab.is-active{
  background: #a48964;
  border: 1px solid #a48964;
} */
.tab-wrap .tab a:hover{
  color: #fff;
  background: #c9af8d;
  border: 1px solid #c9af8d;
}

.tab-wrap .tab span{
  font-size: 18px;
  line-height: 1.3;
}
.tab-wrap .tab span small{
  display: block;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  opacity: .7;
}

.gallery-bottom-caption{
  margin: 30px auto;
  border-top: none;
  /*color: #fff; */
}

@media screen and (min-width: 750px){
  .gallery-bottom-caption{
    margin: 60px auto;
  }
}



.site_main--equipment_button{
  width: 60%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 3.4vw;
  font-weight: 300;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #fff;
  padding: 0.5rem 1.8rem;
  color: #434548;
  text-align: center;
  text-decoration: none;
  transition: .4s;
}
.site_main--equipment_button:link,
.site_main--equipment_button:visited, 
.site_main--equipment_button:active{
  color: #434548;
}

@media screen and (min-width: 751px) {
  .site_main--equipment_button{
    font-size: 1.25rem;
    padding: 0.8rem 2.5rem;
    width: 360px;
    margin: 0px auto 80px;
  }
  .site_main--equipment_button:hover{
    color: #fff;
    background: none;
  }
}