/*
Theme Name:DancezoneRESPECT
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";
/*共通*/
html {
  scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック","Yu Gothic","メイリオ","Hiragino Kaku Gothic ProN",
    "Hiragino Sans","sans-serif";
    background-color: #000;
}
a {
    text-decoration: none;
}
img {
  width: 100%;
}
iframe {
  max-width: 100%;
}
.ts{
  margin-top: 20px;
}
.wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.main-box {
padding: 180px 0;
}
.container {
  display: flex;
}
.page-title-area {
  padding: 120px 0;

}
.border-btm {
 padding-bottom: 120px;
  border-bottom: 1px solid #fff;
}
footer {
    padding: 60px 0;
    background-color: #FFCC19;
}
.footer-txt {
  font-weight: 500;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
.footer-nav li {
  margin-right: 40px;
}
.footer-nav a {
  color: #000;
  font-weight: 600;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright {
color: #fff;
padding: 20px 0;
text-align: center;
font-size: 14px;
}
.back-top {
    background: #FF1493;
    border-radius: 4px;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 45px;
    position: fixed;
    right: 20px;
    width: 45px;
    z-index: 2;
    transition: .15s ease-in-out;
    font-family: "Font Awesome 5 Free";
}
.back-top:before {
    color: #ffffff;
    content: "\f077";
    display: block;
padding-top: 15px;
    text-align: center;
}
/*ヘッダー*/
.page-header {
    margin-top: 15px;
    position: relative;
    z-index: 99;
}
.header-nav_area {
    width: 100%;
    height: 100px;
margin-left: auto;
margin-right: auto;
}
.header-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.logo {
    width: 180px;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    list-style: none;
    font-family: "游ゴシック", "Yu Gothic", "メイリオ", "sans-serif";
    font-style: normal;
    font-weight: 500;
}

.main-nav li {
    margin-left: 40px;
}
.main-nav a {
  color: #ffff;
  text-decoration: none;
}
.main-nav a:hover {
    color: #FFCC19;
}

.sp-news_meta {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 980px){
  .header-content {
      flex-wrap: wrap;
  }
}
/*HOME*/
.hero {
    position: relative;
}

.main-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.hero-text-box {
    position: absolute;
    top: 15%;
    left: 50%;
      margin-left: auto;
      margin-right: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}
.hero-text1 {
  color: #ffff;
  font-size: 16px;
  font-weight: 500;
}
.dark {
  margin-top: 15px;
}
.neontext {
    color: #FF1493;
    text-shadow:
     0 0 22px #f09,
      0 0 44px #f09,
      0 0 88px #f09,
      0 0 102px #f09,
      0 0 151px #f09;
}
h1.neontext {
    color: #FF1493;
    font-size: 3em;
    line-height: 1em;
}
.news-area {
  padding: 60px 0;
  background-color:#FFCC19;
}
.news-title {
  font-size: 3.8rem;
}
.news-txt {
  position: relative;
  border-bottom: 1px solid;
}

.news-list {
  padding: 40px 0;
}
.news_meta {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.news_meta ul {
    list-style: none;

}
.news_meta ul li a {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #000;
    text-decoration: none;
    font-size: 14px;
}
.news_time {
  font-size: 16px;
  margin-left: 15px;
}
.blog-title{
  font-size: 18px;
  margin-left: 20px;
}
.blog-title a{
  color: #000;
}
.news-btnarea {
    margin-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.news-button {
background: #000;
    padding: 10px 30px;
    color: #fff;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-right {
  margin-left: 20px;
}

/*ネオン見出し*/
.neon-pink {
  font-size: 3.8rem;
  text-shadow: 2px 2px 1px #FF1493,
             -2px 2px 1px #FF1493,
             2px -2px 1px #FF1493,
               0 0 22px #FF1493,
               0 0 44px #FF1493,
               0 0 88px #FF1493,
             -2px -2px 1px #FF1493;
             margin-bottom: 40px;
}
.neon-yellow {
  font-size: 3.8rem;
  text-shadow: 2px 2px 1px #E9FD01,
             -2px 2px 1px #E9FD01,
             2px -2px 1px #E9FD01,
               0 0 22px #E9FD01,
               0 0 44px #E9FD01,
               0 0 88px #E9FD01,
             -2px -2px 1px #E9FD01;
             margin-bottom: 40px;
}
.neon-green {
  font-size: 3.8rem;
  text-shadow: 2px 2px 1px #75F905,
             -2px 2px 1px #75F905,
             2px -2px 1px #75F905,
               0 0 22px #75F905,
               0 0 44px #75F905,
               0 0 88px #75F905,
             -2px -2px 1px #75F905;
              margin-bottom: 40px;
}
.neon-blue {
  font-size: 3.8rem;
  text-shadow: 2px 2px 1px #00BFFF,
             -2px 2px 1px #00BFFF,
             2px -2px 1px #00BFFF,
               0 0 22px #00BFFF,
               0 0 44px #00BFFF,
               0 0 88px #00BFFF,
             -2px -2px 1px #00BFFF;
              margin-bottom: 40px;
}
.neon-orange {
  font-size: 3.8rem;
  text-shadow: 2px 2px 1px #FE6600,
             -2px 2px 1px #FE6600,
             2px -2px 1px #FE6600,
               0 0 22px #FE6600,
               0 0 44px #FE6600,
               0 0 88px #FE6600,
             -2px -2px 1px #FE6600;
              margin-bottom: 40px;
}
.about-logo {
  width: 300px;
  margin: 0 auto;
}

.txt {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.about-photo {
  margin-top: 20px;
}
.content-box {
  margin: 60px 0;
}
.content-box2 {
  margin-top: 16vw;
}
.about-title {
  font-size: 28px;
  color: #fff;
  padding-bottom: 20px;
}
.about-txt {
margin-left: 5vw;
}
.about-txt2 {
margin-right: 5vw;
width: 60%;
}
.about-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sns-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sns-box {
    display: flex;
    align-items: center;
}
.insta-logo {
  width: 60px;
}
.sns-title {
  color: #fff;
  font-size: 2.6rem;
}
.sns-txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.sns-txt a {
  color: #FFCC19;
}
.access-list {
width: 100%;
border-spacing: 0;
padding: 0 40px;
}
.access-list tr {
  color: #fff;
}
.access-list td {
  border-bottom: 1px solid #fff;
  padding: 20px 10px 20px 0;
}

.access-wrap {
display: flex;
align-items: center;
}
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
  border-spacing: 0;
	border: 1px solid #fff;
}

table.CF7_table p{
color: #fff;
font-weight: 500;
}
table.CF7_table tr{
	border-top: 1px solid #fff;
}
table.CF7_table th{
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 25px 20px;
  text-align: left;
color: #fff;
}
table.CF7_table td{
  border-bottom: 1px solid #fff;
  padding: 20px 10px;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
border: 1px solid #fff;
padding: 20px;
color: #fff;
}
.CF7_table textarea {
  width: 100%;
  padding: 20px;
}
.wpcf7-text {
  width: 100%;
}
.CF7_table ::placeholder {
	color:#fff;
}

/*「必須」文字*/
.CF7_req{
		color: #FF1493;
    padding-left: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}



/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{

	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
.CF7_table input, .CF7_table textarea {
    padding: 10px 20px;
  font-size: 14px;
  line-height: 1.4;
}
.wpcf7-checkbox span {
  font-size: 14px;
}
}
@media screen and (max-width: 576px){
.wpcf7-list-item {
display: flex!important;
align-items: flex-start;
justify-content: flex-start;
}
#cf7-area .wpcf7-list-item {
display: block!important;
}
}
/* 「送信する」ボタン */
.wpcf7-submit {
    color: #000;
    font-weight: 600;
    background: #FFCC19;
    padding: 10px 20px;
    margin: 0 auto;
    width: 200px;
    font-family: "Font Awesome 5 Free";
    cursor: pointer;
}
.wpcf7-submit:hover {
background: #ff1493;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}
.contact-btn p {
    text-align: center;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: azure;
}
/*レッスン*/
.lesson-title {
  font-size: 1.4rem;
  color: #FFCC19;
}
.lesson-wrap {
  margin-top: 20px;
  display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
}
.table-area {
    display: block;
    overflow-x: auto;
}

.about-img {
  width: 40%;
}
.about-txt {
  width: 60%;
}
.main-content {
  padding-bottom: 180px;
}
.lesson-table {
   width: 100%;
}
.lesson-table tr {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.lesson-table tr {
  background-color: #fff;
  border: 1px solid #000;
  padding: .35em;
}
.lesson-table th,.lesson-table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #000;
}
.lesson-table th {

}
.lesson-table thead tr{
  background-color: #FF1493;
  color: #fff;
}
.table-txt{
   text-align: center;
   font-weight: 500;
}


/*インストラクター*/
.instructor-box {
text-align: center;
}
.instructor-txt {
  color: #fff;
}
.instructor-name {
  font-size: 1.4rem;
  color: #FFCC19;
}
.instructor-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    flex-wrap: wrap;
    gap: 40px 0;
}
.detail-wrap {
    margin-top: 20px;
    display: flex;
    margin-bottom: 120px;
}
.profile-box {
  margin-left: 100px;
}
.profile-insta-logo {
  width: 35px;
}
.prof-sns-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.profile-title {
  font-size: 1.6rem;
  color: #FFCC19;
  margin-bottom: 20px;
}
.instructor-pic {
  margin-bottom: 20px;
}
/*ニュース*/
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px){
  .col-md-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  }
}
.news a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}
#top-news .news .news_pic img {
  height: 270px;
    max-width: 100%;
    display: block;
    object-fit: cover;
}
.news .news_time {
    color: #000;
    margin-left: 10px;
    font-size: 1rem;
}
 .news_meta {
  display: flex;
    align-items: center;
    padding: 10px 0 0;
}
.news .news_title {
    padding: 10px 0;
    line-height: 1.2;
}
.news_title {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.news_desc {
    text-align: center;
}
.news_desc a {
  background: #000;
  padding: 10px 40px;
color: #fff;
 transition:all .5s ease;
 font-size: 14px;
}
.news_desc a:hover {
opacity: 0.6;
}
.news_bkg {
  padding: 20px;
}
.col-md-4 article {
  background: #fff;
}



/*ギャラリー*/
.gallery-wrap {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  position: relative;
  gap: 10px 10px;
}

.gallery-box {
  width: 360px;
}
.gallery-imgbox {

}
.gallery-box img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border: 1px solid #fff;
  cursor: pointer;
 transition-duration: 0.3s;
}
.gallery-box img:hover {
  opacity: 0.6;
 transition-duration: 0.3s;
}
.gallery-title {
  font-size: 1.6rem;
  color: #FFCC19;
  margin-bottom: 20px;
}
.gallery-box iframe{
  width: 100%;
  height: 270px;
  border: 1px solid #fff;
}
