@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#club .rinen {
  padding-bottom: 6em;
  text-align: center;
  background: url("/club/image/line.gif") no-repeat 50% 100%;
}
#club .rinen h3 {
  margin-bottom: 1em;
}
#club .rinen p span {
  display: block;
}
#club .detail {
  display: flex;
  justify-content: space-between;
}
#club .detail h3 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 1.5em;
  background: url("/common_img/flag.gif") repeat-x 50% 100%;
}
#club .detail .inner {
  width: 95%;
  margin: 0 auto;
}
#club .detail .l-block {
  width: 45%;
}
#club .detail .l-block table th {
  width: 100px;
  background: #ecf3f8;
  border: 1px solid #fff;
}
#club .detail .r-block {
  width: 45%;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  #club .rinen {
    padding-bottom: 3em;
    background-size: 100%;
  }
  #club .rinen h3 {
    margin-bottom: 0.8em;
  }
  #club .rinen p span {
    display: inline;
    text-align: left;
  }
  #club .detail {
    display: block;
  }
  #club .detail h3 {
    font-size: 1.2em;
    background-size: 80%;
  }
  #club .detail .inner {
    width: 95%;
    margin: 0 auto;
  }
  #club .detail .l-block {
    margin-bottom: 2em;
    width: 100%;
  }
  #club .detail .r-block {
    width: 100%;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* 〇〇〇〇 */
  /* -------------------------------------------- */
}
