body { background-color: #ffffff; }
a {
    color: #000;
}
a img:hover {
    opacity: 0.5 ;
}
a img {
    transition: 1.0s ;
}
p.gray {
    font-size: 0.8rem;
    color:gray;
}
h2.ld1 {
    font-family: 'Prompt', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;  
}

h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4px;/*線の上下位置*/
    display: inline-block;
    width: 40px;/*線の長さ*/
    height: 2px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: black;/*線の色*/
  }

h3.ld2 {
     font-size: 1rem;
}

h2.ld3 {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-bottom: 3em;
}

h2.ld3:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;/*線の上下位置*/
    display: inline-block;
    width: 70px;/*線の長さ*/
    height: 2px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: black;/*線の色*/
}


/* ヘッダ */
#associate {
    max-width: 1000px;
    margin: 1rem auto;
}
@media (max-width: 767px) {
    #associate { text-align: center; }
}
#head {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.menu {
    font-family: 'Roboto Condensed', sans-serif;
}

#concept {
    text-align: center;
    padding: 2rem 0 1rem 0;
}

/* ピックアップレッスン */
#pickup {
    text-align: center;
    background-color:#E7E7E7;
    padding-top: 1.5rem;
    padding-bottom: 0.8rem;
}
div.pickupinner {
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
}
@media (max-width: 767px) {
    #pickup div.inner { text-align: center; }
}
#pickup .iframewrapper {
    position:relative;
    max-width: 920px;
    margin: 0 auto;
    height: 270px;
    padding-top: 27vw;
}
#pickup .iframewrapper iframe {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 920px) {
    #pickup .iframewrapper { padding-top: 22vw; }
}
@media (min-width: 1200px) {
    #pickup .iframewrapper { padding-top: 16vw; }
}
@media (max-width: 767px) {
    #pickup .iframewrapper { padding-top: 30vw; }
}


/* オンラインレッスン訴求 */
#online {
    text-align: left;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 18px;
    padding-right: 18px;
    max-width: 936px;
    margin:0 auto;
}
#online img.point1 {
    text-align: left;
    margin-bottom: 30px;
}
#online .inner {
    border-top: 1px solid #000;
    text-align: left;
} 
#online .inner .left {
    font-weight: bold;
    font-size: 19px;
    margin-top: 25px;
    padding-right: 25px;
}
#online .right {
    font-weight: bold;
    color: #7CB2FF;
    line-height: 1.2;
    font-size: 17px;
    margin-top: 20px;
    padding-right: 20px;
}
#online .right span {
    font-size:12px;
    color: #000;
}
@media (max-width: 767px) {
    #online .inner { text-align: center;}
    #online .inner .left { padding-right: 0; }   
}

/* 入会案内リンク */
#infoandaccess {
    width: 350px;
    margin: 0 auto;  
}
#infoandaccess h3 { 
    padding: 7px 0 5px 0;
    margin-bottom:0;
    font-size:1.2rem;
    letter-spacing: 3px;
    font-weight:bold;
    color:#FF2E9B;
    border-top: 2px solid #FF2E9B;
}

/* フッタ */
#footer {
    max-width: 900px;
    margin: 0 auto;
}
.access {
    margin-bottom: 3rem;
    padding: 1rem;
}
.access div span {
    font-size:170%;
}
.access .studioname {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.2rem;
}
.access div.data {
    font-size:0.7rem;
}
.copyright,
.footermenu  {
    font-size:0.7rem;
}

/* DDD ONLINE TV案内 */
#dddonlinetv {
    max-width: 900px;
    margin: 0 auto;     
}
#dddonlinetv h3 { font-size:1rem; margin-top:-20px; }
#dddonlinetv .p1 { font-size:0.8rem; }

div.pl-balloon {
    display: inline-block;
    color: #FFF;
    background-color: #727171;
    border-radius: 4px;
    font-size:12px;
    width: 190px;
    margin: 0 5px;
    padding: 5px 0;
    position: relative;
  }

.pl-balloon:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -10px;
      left: 110px;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-color: #727171 transparent transparent transparent;
      border-width: 10px 0px 0 15px;
}

.pl-balloon3:after, .pl-balloon4:after {
  left: -110px;
  border-width: 10px 15px 0 0;
}
@media (max-width: 767px) {
    div.pl-balloon { margin: 5px 0; }
    .pl-balloon:after { display: none; }
}

.onlinetv {
    border-top: 1px solid #000;
    text-align: left;
    margin-top: -40px;
}
.onlinetv .left {
    width: 360px;
    font-weight: bold;
    font-size: 16px;
    padding: 25px 0 15px 60px;
    margin-top: 15px;
}
.onlinetv .right {
  border-left: 1px solid #000;
  width: 500px;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  margin-top: 15px;
  padding-left: 15px;
}
.onlinetv .right span {
  font-size:10px;
}
.onlinetv .right .r1 {
  background-image: url(../images/online-icon1.png);
  background-position: 240px;
  background-repeat:no-repeat;   
  background-clip:border-box;
  height: 50px;
  padding-top:10px;
}
.onlinetv .right .r2 {
  background-image: url(../images/online-icon2.png);
  background-position: right;
  background-repeat:no-repeat;   
  background-clip:border-box;
  height: 50px;
  padding-top:10px;
}
#dddonlinetv .linkbtn { padding-top: 50px; }
#dddonlinetv hr { width:200px; border-bottom:2px solid #333; margin:20px auto;}
@media (max-width: 767px) {
    .onlinetv { margin-top: 1rem; }
    .onlinetv .right { border: none; } 
    .onlinetv .left { 
        width:100%;
        padding: 0;
        text-align: center; 
    }
    .onlinetv .right .r1,
    .onlinetv .right .r2 {
        background: none;
    }
    #dddonlinetv .linkbtn { padding-top: 1rem; }
    #dddonlinetv hr { width:100%; border-bottom:1px solid #333; }
}

div.ps-hd {
  background-image: url(../images/ps-hd-bg.png);
  width:757px;
  height:103px;
  margin:0 auto 20px auto;
}
@media (max-width: 767px) {
    div.ps-hd { 
        background: none; 
        width:100%;
        height: auto;
    }
}

/* プログラム */
#program { 
    text-align: center;
    max-width: 900px;
    margin: 20px auto;
}
.pricons img {
    padding:5px 20px;
}

/* インストラクター紹介 */
#athleteandartist {
    background-color:#E7E7E7;
    text-align: center;
    padding-top: 2rem;
}
#athleteandartist .inner {
    max-width: 900px;
    margin: auto;
}
div.aatext {
    font-size:12px;
    line-height: 2.2;
    background-image: url(../images/adviser-bg.png);
    background-repeat: no-repeat;
}
div.aatext span {
    font-size:16px;
    font-weight: bold;
    color: #FF2EA3;
}
@media (max-width: 767px) {
    div.aatext { 
        text-align: left;
        background: none;
    }

}

/* ニュース */
#news {
    text-align: center;
    background-color:#E7E7E7;
}
#news div.news {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    max-width: 900px;
    margin:0 auto;
    padding: 20px 0 15px 0;
}
#news div.topic {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 0.8rem;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    max-width: 650px;
    margin: 0 auto 20px auto;
}
#news .iframewrapper {
    position:relative;
    max-width: 900px;
    height: 0;
    padding-top: 100px;
}
#news .iframewrapper iframe {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* プログラムリスト */
#programslist {
    background-color: #E7E7E7;
}
#programslist .inner {
    max-width: 935px;
    margin: 0 auto;
}
#programslist .ttl {
    padding:2rem 0 1rem 0;
}
@media (max-width: 767px) {
    #programslist .ttl {
        width: 100%;
        overflow: hidden;
    }
}
p.prld {
    color: #B60D23;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 5px 0 0 0;
    margin: 0;
}
.programs {
    width:120px;
    margin-right: 35px;
}
@media (max-width: 767px) {
    .programs {
        margin-right: 8px;
    }
}
div.programs a {
    display: block;
    width:116px;
    overflow:hidden;
}
div.programs a img:hover {
transform:scale(1.2,1.2);
}
.programs p {
    font-size: 10px;
}






/* スケジュール */
#schedule {
    max-width: 900px;
    margin: 20px auto 30px auto;
    text-align: center;
}

#schedule .pc { display: none; }
#schedule .pc div { 
    display: none;
    width: 220px;
    margin: 0 20px;
 }
 #schedule .sp div {
    width: 220px;
    margin: 0 20px;
}
@media (min-width: 768px) {
    #schedule .pc { display: block; }
    #schedule .pc div { display: block; }
    #schedule .sp { display: none; }
    #schedule .sp div { display: none; }
}
img.schedule-img{
    position: relative;
    width: 220px;
}
.schedule-img-ld {
    margin-top: 10px;
    margin-bottom: 10px;
}

#modalWindow1,
#modalWindow2 {
    width: 1100px;
    height: 810px;
    position: fixed; /* viewpointを相対位置にする */
    display: none; 
    z-index: 2  /* 「オーバーレのHTML要素」よりもスタックレベルを高くする */
  }





  div.bgbl { background-color: #000000;}
  div.st3age { top: -30px;}
  div.st3age h3 {
      padding-top: 1.7rem;
      font-size: 1.2rem;
      text-decoration:underline;
      text-decoration-color:#000000;
  }
  div.st3age h4 {
      font-size: 2rem;
      padding-top: 1rem;
  }
  div.st3age p {
      font-size: 1.3rem;
      padding-top: 1rem;
  }

  .reserve {
    border: 1px solid #000000;
}
.reserve h4 {
    color: #FFF;
    background-color: #000000;
    font-size: 0.9rem;
    letter-spacing: 0.3rem;
    padding: 3px 15px;
    width: 40%;
    margin-top: -0.5rem;
    margin-bottom: 20px;
    margin-left: -1px;
}
.reserve p,
.reserve ul li {
    font-size: 0.8rem;
    padding: 0 20px;
}

.antivirus {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-top: 3rem;
}
.antivirus h4 {
 text-align: center;
 font-weight: bold;
 font-size: 1rem;
 padding-top: 1rem;
}
.antivirus p {
        font-size: 0.75rem;
    padding: 20px 0 0 0;
}


.box {
    border: 1px solid #000000;
}
.box h2, .box2 h2 {
    color: #FFF;
    background-color: #000000;
    font-size: 0.9rem;
    letter-spacing: 0.3rem;
    padding: 3px 15px;
    width: 40%;
    margin-top: -0.5rem;
    margin-bottom: 20px;
    margin-left: -1px;
}
.box h3, .box2 h3 {
    font-size: 0.9rem;
    padding: 3px 15px;
}
.box p, .box ul li,
.box2 p, .box2 ul li {
    font-size: 0.8rem;
    padding: 0 20px;
}
.box2 table th, .box2 table td {
    font-size: 0.9rem;
}
.box2 table th {
    white-space: nowrap;
}





.membership p.btn-test {
  margin: 40px 0 0 0;
}

.membership p.btn-test img {
  margin-left: -85px;
}

/* LESSON MOVIE ==================== */

.box-lessonmovie {
  font-family: 'Hind', sans-serif;
}

.box-lessonmovie h1 {
  font-size: 1.25em;
}

.box-lessonmovie iframe {
  margin-bottom: 1em;
}

.box-lessonmovie .txt-sub {
  font-weight: bold;
}

.box-lessonmovie .txt-sub a {
  text-decoration: underline;
}

.box-lessonmovie .txt-sub a:hover {
  text-decoration: none;
}

.box-lessonmovie .txt-sub.txt-about {
  font-size: 1.1em;
}

.box-lessonmovie .txt-sub.txt-about a,
.box-lessonmovie .txt-sub.txt-buy a {
  font-size: 15px;
}

.box-lessonmovie .txt-sub.txt-buy {
  font-size: 0.74em;
}

div.triallesson {
    background-color: #E5E5E5;
    padding: 20px;
}
.triallesson p {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    font-weight: bold;
}
.triallesson p.step {
    margin-top: 20px;
    color:#FF2EA3;
    font-size:1.2em;
}
.triallesson p a {
    color:#FF2EA3;
}
.trial-img1 {
    position: absolute;
    left: -40px;
    top: -40px;
}

.trial-img2 {
    position: absolute;
    right: -40px;
    top: -40px;
}



.program-movie h3 {
     font-size: 1rem;
      font-weight: bold;
 }

  .program-movie h3.nologo {
      padding-top:1rem;
      font-size:1.2rem;
  }
  .program-movie p {
    font-size: 0.7rem;
    margin: 0.7rem 0;
    padding: 0;
}

.program-movie p.link {
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.program-movie p.link a {
    font-size: 0.7rem;
}
.program-movie p.link2{
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
}
.program-movie p.link2 a {
    padding-left: 20px;
}


  /* EventNews ----------------------- */


  .boxEventnews {
    width: 900px;
    margin: 25px auto;
  }

  .boxEventnews ul {
    position: relative;
    width: 908px;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .boxEventnews ul li a {
    text-align: left;
  }

  .boxEventnews ul li {
    position:relative;
    float: left;
    width: 145px !important;
    height: 190px;
    margin: 0 6px 15px 0;
    padding: 5px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #E7E7E7;
  }


  .boxEventnews.boxCategory ul li {
      width: 280px !important;
      height: 300px;
      margin: 0 12px 15px 0;
  }

  .boxEventnews ul li span.newicn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .boxEventnews ul li dl {
      margin: 0;
  }

  .boxEventnews ul li dt img {
     width: 135px;
    height: 90px;
  }

  .boxEventnews.boxCategory ul li dt img {
      width: 270px;
      height: 180px;
  }

  .boxEventnews ul li dd {
    margin: 0;
    padding-top: 10px;
    font-size: 0.8em;
    font-weight: bold;
  }

  .boxEventnews.boxCategory ul li dd {
    font-size: 1em;
    font-weight: bold;
  }

  .boxEventnews ul li dd p {
    margin-bottom: 3px;
}
  .boxEventnews ul li dd span {
    display: block;
    margin-right: 5px;
    text-align: right;
    font-weight: normal;
  }

  .cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */



.boxEventnews2 {
    width: 900px;
    margin: 25px auto;
  }

  .boxEventnews2 ul {
    position: relative;
    width: 908px;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .boxEventnews2 ul li a {
    text-align: left;
  }

  .boxEventnews2 ul li {
    position:relative;
    float: left;
    width: 120px !important;
    height: 160px;
    margin: 0 6px 15px 0;
    padding: 5px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #E7E7E7;
  }

  .boxEventnews2.boxCategory ul li {
      width: 280px !important;
      height: 300px;
      margin: 0 12px 15px 0;
  }

  .boxEventnews2 ul li span.newicn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .boxEventnews2 ul li dl {
      margin: 0;
  }

  .boxEventnews2 ul li dt img {
     width: 135px;
    height: 90px;
  }

  .boxEventnews2.boxCategory ul li dt img {
      width: 270px;
      height: 180px;
  }

  .boxEventnews2 ul li dd {
    margin: 0;
    padding-top: 10px;
    font-size: 0.8em;
    font-weight: bold;
  }

  .boxEventnews2.boxCategory ul li dd {
    font-size: 1em;
    font-weight: bold;
  }

  .boxEventnews2 ul li dd p {
    margin-bottom: 3px;
}
  .boxEventnews2 ul li dd span {
    display: block;
    margin-right: 5px;
    text-align: right;
    font-weight: normal;
  }





.paging {
    margin: 25px 0;
    text-align: center;
}

.paging span.current,
.paging a {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 12px;
    border: 1px solid #ccc;
}

.paging span.current {
    background-color: #000;
    color: #fff;
}

.paging a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #999;
}

.boxEntry {
    width: 900px;
    margin: 30px auto;
}

.boxEntry h1 {
    font-size: 1.4em;
    font-weight: bold;
}

.boxEntry span.entrydate {
    font-size: 0.9em;
} 

.boxEntryDetail {
    padding: 40px 0;
}

.boxEntryDetail p {
    margin-bottom: 1em;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

.boxEntryDetail img {
    max-width: 900px;
    height: auto;
}

.boxEntryDetail img.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
}

.boxEntryDetail img.alignright {
    float: right;
    margin: 1em 0 1em 1em;
}

.boxEntryDetail a {
    text-decoration: underline;
}

.boxPagenavi {
    clear: both;
    text-align: center;
}

.boxPagenavi a {
    display: inline-block;
    margin: 0 1em;
}


p.openinghour {
    margin-top:0.6em;
    font-size:1.3em;
    font-weight:bold;
}
p.openinghour span.ohttl {
    font-size: 0.8em;

}
div.parking {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 0.7em 0;
    display: inline;
}