@charset "UTF-8";
/* -----
 * 03club setting
----------------------------------------------------------------------------- */
.container-03club {
	width: 80%;
	margin: auto;
    padding: 10px;
    font-size: 16px;
}

.club-tp {
  margin: 30px 0 60px 0;
}

.club-tp img{
    width: 100%;
    margin: 0 auto;
}

.club-tp p{
  font-size: 16px;
  margin: 8px 0;
}

.club-tp p.clubname{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}

.club-tp dl{
  display: flex;
  flex-wrap: wrap;
  margin: 5px;
  font-size: 15px;
}

.club-tp dd{
  margin-left: 0;
  margin-right: 50px;
}

.club-tp table tr td{
  width: 400px;
  background-color: #fff;
}

.iframeWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {

  .container-03club {
    width: 80%;
    min-width: 700px;
    margin: auto;
    padding: 10px;
    font-size: 16px;
    border-bottom: solid 0px; /* #045FB4; */
  }
  .club-tp {
    margin: 30px 0 0;
  }
  img.club-tp {
    width: 30%;
    max-width: 400px;
    min-width: 300px;

    float: left;
    margin-right: 5%;
    margin-bottom: 20px;
    padding: 0px;
  }
  .club-tp:after {
    display: block;
    content: '';
    clear: both;
  }
  .container-03club:after {
    display: block;
    content: '';
    clear: both;
  }
  .iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    height: 315px;
  }
}
