@charset "UTF-8";

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

#panel{
  text-align: center;
  background: url(../images/clubhouse/bg_panel.png) no-repeat center 0;
  background-size: cover;
}
.block{
  color: #ffffff;
  text-align: center;
  background: #232323;
}

/*----------------------------------------------------
  PC
----------------------------------------------------*/

@media screen and (min-width: 761px) {
  section#clubhouse #panel {
    padding: 120px 0;
  }
  section#clubhouse #panel .mark {
    width: 180px;
  }
  .block h3 {
    color: #c0b393;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .block h3 span {
    font-family: 'arial narrow';
    font-size: 42px;
    letter-spacing: .3rem;
    display: block;
  }
  .block h3:after{
    content: '';
    margin: 10px auto;
    width: 110px;
    height: 1px;
    background: #c0b393;
    display: block;
  }
  section#clubhouse .block {
    padding: 80px 0 0 0;
  }
  section#clubhouse .block:last-child{
    padding-bottom: 100px;
  }
  section#clubhouse .block .inner {
    margin: 50px auto 0;
    width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  section#clubhouse .block .img {
    width: 53%;
  }
  section#clubhouse .block .img img {
    display: none;
  }
  section#clubhouse .block .img.img1 {
    background: url(../images/clubhouse/img_1_1.png) no-repeat right top;
    background-size: cover;
  }
  section#clubhouse .block .img.img2 {
    background: url(../images/clubhouse/img_2_1.png) no-repeat right top;
    background-size: cover;
  }
  section#clubhouse .block .img.img3 {
    background: url(../images/clubhouse/img_3_1.png) no-repeat right top;
    background-size: cover;
  }
  section#clubhouse .block .img.img4 {
    background: url(../images/clubhouse/img_4_1.png) no-repeat right top;
    background-size: cover;
  }
  section#clubhouse .block .img.img5 {
height: 300px;
    background: url(../images/clubhouse/img_5_1.png) no-repeat right top;
    background-size: cover;
  }
  section#clubhouse .block .txt {
    margin: 0 0 0 3%;
    padding: 0 20px 0 0;
    width: 44%;
    text-align: left;
    /*position: relative;*/
  }
  section#clubhouse .block .txt p {
    font-size: 14px;
    line-height: 2;
  }
  section#clubhouse .block .txt .cap {
    margin: 15px 0 0 0;
    width: 100%;
    /*position: absolute;
    right: 0;
    bottom: 0;*/
  }
}

/*----------------------------------------------------
  SP
----------------------------------------------------*/

@media screen and (max-width: 760px) {
  section#clubhouse #panel {
    padding: 30px 0;
  }
  section#clubhouse #panel .mark {
    width: 100px;
  }
  .block h3 {
    color: #c0b393;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .block h3 span {
    font-family: 'arial narrow';
    font-size: 30px;
    letter-spacing: .3rem;
    display: block;
  }
  .block h3:after{
    content: '';
    margin: 10px auto;
    width: 90px;
    height: 1px;
    background: #c0b393;
    display: block;
  }
  section#clubhouse .block {
    padding: 30px 0;
  }
  section#clubhouse .block .inner {
    margin: 20px 0 0 0;
  }
  section#clubhouse .block .img img,
  section#clubhouse .block .txt .cap {
    width: 100%;
  }
  section#clubhouse .block .txt p {
    margin: 15px 0;
    padding: 0 15px;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
}
