/*
Theme Name:Dance zone RESPECT
Theme URI: http://example.com
Description: Dance zone RESPECTのテーマ
Version: 1.0
Author: kanasashi-mc
Author URI: http://www.kanasashi.co.jp/
*/
@charset "UTF-8";


.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1200px){
  .wrapper {
    max-width: 900px;
    margin: 0 auto;
}
}
/*スマホ*/
@media screen and (max-width: 768px){
  /*共通*/
  .neontext {
    color: #FF1493;
    text-shadow: 0 0 22px #f09, 0 0 44px #f09, 0 0 88px #f09;
}

  .main-nav {
    display: none;
  }
  .wrapper {
    max-width: 100%;
    margin: 0 20px;
}
.logo {
  width: 120px;
}
.page-title-area {
    padding: 60px 0;
}
.border-btm {
    padding-bottom: 60px;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*ハンバーガー*/
.hamburger-menu {
  display: block;
  position: absolute;
}
.menu-btn {
    position: fixed;
    top: 7%;
    right: 20px;
    box-sizing: border-box;
    cursor: pointer;
    height: 24px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    transition: all 400ms;
}

.menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    transition: all 400ms;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;

}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #fff;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}
.menu-content ul {
    padding: 80px 0 0;
}
.menu-content ul li {
    list-style: none;
    padding: 20px 28px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    position: relative;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #000;
    opacity: 0.9;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 30%!important;/*メニューを画面内へ*/
}
#menu-btn-check:checked ~ .menu-btn span:after{
  background-color: ##fff;
}
#menu-btn-check:checked ~ .menu-btn span:before {
    background-color: ##fff;
}
#menu-btn-check {
  display: none;
}
.footer-txt {
  font-size: 14px;
}
.footer-right {
  margin-top: 40px;
}
.footer-nav li {
    padding-top: 20px;
}
.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}
/*top*/
.hero-text-box {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}
.hero-text1 {
  font-size: 14px;
}
.about-photo img{
  width: 100%;
}
.about-wrap,.sns-wrap,.access-wrap,.footer-wrap,.news_meta,.lesson-wrap,.detail-wrap  {
  display: block;
}
.news_meta {
  display: block;
}
.about-wrap img{
max-width: 100%;
}
.about-wrap-sp {
display: flex;
flex-direction: column;
}
.about-wrap-sp img{
order: 1;
}
.about-txt2{
order: 2;
margin-top: 20px;
margin-right: 0;
}
.youtube iframe{
  margin-top: 20px;
}

.access-list {
    padding: 0;
}
.access-list td{
    padding-left: 10px;
}

.blog-title {
  margin-left: 0;
}

table.CF7_table th {
    background: #333333;
}
.sp-news_meta {
padding-bottom: 10px;
}

/*lesson*/
.about-img,.about-txt,.about-txt2 {
  width: 100%;
}

.about-img img {
  max-width: 100%;
}
.about-txt {
    margin-left: 0;
    margin-top: 20px;
}
.lesson-table {
    border: 0;
    width:100%
  }
  .lesson-table th{
    background-color: #FF1493;
    display: block;
    border-right: none;
    color: #fff;
    font-weight: 500;
  }
  .lesson-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .lesson-table tr {
    display: block;
    margin-bottom: .625em;
    padding: 0;
  }

  .lesson-table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 14px;
    text-align: right;
    position: relative;
    border-right: none;
  }
  .txt-center td {
    text-align: center;
  }
  .lesson-table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

  .lesson-table td:last-child {
    border-bottom: 0;
  }

  /*Instructor*/
  .instructor-box {
      width: 48%;
  }
   .detail-box {
     width: 100%;
   }
   .profile-box {
    margin-left: 0;
    margin-top: 4em;
}

  /*News*/
  .news_desc a {
  padding: 10px 30px;
}
.news_meta2 {
margin-bottom: 20px;
}

.col-md-4 {
    margin-bottom: 40px;
}

/*Gallery*/
.gallery-imgbox {
width:48%;
}
}

  /*Gallery*/
@media screen and (max-width: 576px){
  .gallery-imgbox {
  width:48%;
  }
  .gallery-box img {
      height: 135px;
  }
  /**/
.wpcf7-list-item {
display: flex!important;
align-items: flex-start;
justify-content: flex-start;
}
#cf7-area .wpcf7-list-item {
display: block!important;
}
}
