@charset "utf-8";
#ladies .wrap {
  padding-bottom: 100px;
}
.main_title {
  margin-bottom: 20px!important;
}
.lead_txt {
  margin-bottom: 50px!important;
}
.caution {
  font-size: 14px;
}
#theclub,
#ladies {
  color: var(--mainColor);
}
#theclub h3,
#ladies h3 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--mainColor);
}
#theclub h3:not(:first-of-type),
#ladies h3:not(:first-of-type) {
  margin-top: 40px;
}




/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #ladies .wrap {
    padding-bottom: 60px;
  }
  .main_title {
    margin-bottom: 10px!important;
  }
  .lead_txt {
    margin-bottom: 30px!important;
  }
  #theclub h3, #ladies h3 {
    font-size: 16px;
    margin: 0 0 10px;
    text-align: center;
  }
  #theclub h3:not(:first-of-type),
  #ladies h3:not(:first-of-type) {
    margin-top: 25px;
  }
  #theclub p.txt, #ladies p.txt {
    font-size: 14px;
    text-align: center;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}