.lity {
  background: rgba(0, 0, 0, 0.7) !important;
}

table._ev_taiken {
  margin-left: 20px;
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 360px;
}
table._ev_taiken td,
table._ev_taiken th {
  padding: 4px 6px;
  border: 1px solid #ccc;
}
table._ev_schedule {
  margin-left: 20px;
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 360px;
}
table._ev_schedule td,
table._ev_schedule th {
  padding: 4px 6px;
  border: 1px solid #ccc;
}

table._layout {
  width: auto !important;
  margin-top: 0 !important;
}
table._layout td {
  border-style: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.tit h4 small {
  font-weight: normal;
}

/* margin-top: 2px */
.mt-2 {
  margin-top: 0.5rem;
}
._red {
  color: #f00 !important;
}
._chg {
  background-color: #ff9 !important;
}

#side .ouen {
  margin: 7px 0 0;
  background: #eef9fd;
  border: 2px solid #4ca6ca;
}
#side .ouen .comment {
  padding: 5px 2px;
  font-size: 11px;
  line-height: 1.5;
}
#side .ouen .comment strong {
}
#side .ouen .comment dl {
  color: #378db1;
}
#side .ouen .comment dl dt {
  float: left;
  width: 11em;
}
#side .ouen .comment dl dd {
  padding: 0 0 0 11em;
}

.fac_bnr {
  padding-top: 7px;
}

#div_ls {
  /*
    border: 1px solid #f00;
    max-height: 500px;
    */
}
#div_ls ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#div_ls li {
  display: block;
  float: left;
}
#div_ls img {
  display: block;
  height: auto;
  max-width: 100%;
}
#facilities .wrap .btn a.pclass {
  padding-left: 8px;
  background: url(../facilities/images/btn_pclass_off.jpg) no-repeat left top;
}
#facilities .wrap .btn a.pclass:hover {
  background: url(../facilities/images/btn_pclass_on.jpg) no-repeat left top;
}

#facilities .wrap .btn a.class2 {
  line-height: 1.5em;
  height: 56px;
  padding-top: 10px;
  padding-left: 28px;
  background: url(../facilities/images/btn_class2_off.jpg) no-repeat left top;
}
#facilities .wrap .btn a.class2:hover {
  background: url(../facilities/images/btn_class2_on.jpg) no-repeat left top;
}

.lity-iframe-container {
  padding-top: 72% !important;
}

._tel_btn {
  display: block;
  padding: 8px 20px 4px 20px !important;
  /*
  border: 1px solid #bbb !important;
  box-shadow: 2px 2px 3px #ddd;
  border-radius: 6px;
  */
  border-bottom: 1px dotted #bbb !important;
  text-align: left;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 4px;
}
._tel_btn a i {
  text-decoration: none;
  margin-right: 6px;
}
._tel_btn a:hover {
  /*border: 1px solid #c40; */
}

._tel2 {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}

._tel2 a {
  padding: 6px 12px;
  display: block;
  border: 1px solid #04c;
  box-shadow: 2px 2px 3px #abd;
  border-radius: 6px;
}

._tel2 div {
  padding: 6px 12px;
  display: block;
  border: 1px solid #999;
  border-radius: 6px;
}

._tel2 a:hover {
  border: 1px solid #c40;
  box-shadow: 2px 2px 6px #dba;
}

._club_H {
  color: rgb(28, 71, 201);
  font-size: 24px;
}
._club_G {
  color: rgb(36, 154, 49);
  font-size: 24px;
}
._club_F {
  color: rgb(288, 131, 7);
  font-size: 24px;
}
._club_N {
  color: rgb(255, 186, 0);
  font-size: 24px;
  -webkit-text-stroke: 1px #666;
  /*
  text-shadow: 1px 1px 0 #666, -1px 1px 0 #666, 1px -1px 0 #666, -1px -1px 0 #666;
   */
}
._club_P {
  color: rgb(231, 49, 49);
  font-size: 24px;
}

div._tanki_desc {
  /* color: #d50; */
  text-align: right;
  padding-bottom: 12px;
}

/* contents.css line:558 override */
#facilities table.course td.name2 {
  background: #f5f5f5;
  width: 60px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: visible;
  width: 200px;
  background-color: #ffd9c9;
  color: #000;
  text-align: left;
  border-radius: 6px;
  border-width: 1px;
  border-color: #f00;
  border-style: solid;
  padding: 10px 5px;
  position: absolute;
  z-index: 1;
  top: -22px;
  left: 120px;
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #ff0000;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #ffd9c9;
}
