/*HIPHOP css*/
@import url("common.css");

@media screen and (min-width: 992px) {
	
}
@media screen and (max-width: 991px) {
	
}

.main-area h2 {
    position: relative;
    font-weight: 900 !important;
}

.bgGrayTit {
    background: #cccccc;
    color: #000;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.imgBlock {
 width: 50%;
 float: right;
}
.imgBlock_l {
 width: 50%;
 float: left;
}
.explBlock {
 width: 48%;
 float: left;
}
.explBlock_r {
 width: 48%;
 float: right;
}
@media screen and (max-width: 991px) {
	.imgBlock {
	 width: 100%;
	 float: none;
	 margin-bottom: 10px;
	}
  .imgBlock_l {
	 width: 100%;
	 float: none;
	 margin-bottom: 10px;
	}
	.explBlock {
	 width: 100%;
	 float: none;
	}
  .explBlock_r {
	 width: 100%;
	 float: none;
	}
}
.schoolList {
 background: #ededed;
 padding: 25px;
 margin: 0 auto 20px;
 overflow: hidden;
 width: 90%;
}
@media screen and (max-width: 991px) {
	.schoolList {
	 width: 95%;
	}
}
.schoolList dt {
 width: 20%;
 float: left;
}
.schoolList dt img {
 width: 100%;
}
.schoolList dd {
 width: 77%;
 float: right;
 margin-bottom: 0;
}
.schoolList dd p {
 margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	.schoolList dt {
	 width: 100%;
	 float: none;
	 margin-bottom: 15px;
	}
	.schoolList dd {
	 width: 100%;
	 float: none;
	}
}
.schoolList dd h4 {
 color: #ff6a08;
 font-weight: bold;
 margin-bottom: 5px;
}
/*.menuList {
 text-align: center;
 margin: 10px 0;
}*/
.menuList {
  margin: 1% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.menuList li {
 display: block;
 /*margin: 0 10px;*/
  width: 23%;
}
@media screen and (max-width: 767px) {
  .menuList li {
    width: 48.3333%;
  }
  .menuList li img {
    width: 100%;
    padding: 3px;
  }
	/*.menuList li img {
	 display: block;
	 width: 95%;
	 margin: 0 auto;
	}*/
}

/*ジャンルページ　アコーディオン用CSS 20201111 J-COOL追加*/
.accordion_title {
	pointer-events: none;
}
.accordion_sp_btn {
    display: none;
}
.accordion_title::before {
    content: "→";
    padding-right: 8px;
}
input:checked + .accordion_title::before {
    content: "↓";
}

@media screen and (min-width: 641px) {
    .accordion_title {
        display: none;
    }
}
@media screen and (max-width: 640px){
	.accordion_title{
        padding: 3px 10px;
		pointer-events: all;
        color: #FFF;
        background-color: #FF6908;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
        font-size: 16px;
	}
	
	.toggle{
		height: 0;
		padding: 0 8px;
		transition: .2s;
		overflow: hidden;
	}
	
	input:checked ~ .toggle{
		height: auto;
		padding: 8px;
	}
}

/*ジャンルページ　YouTube動画用CSS*/
.YouTube_List {
    background: #333;
    padding: 10px;
    margin: 0 auto 10px;
    overflow: hidden;
    width: 90%;
    display: flex;
}
.YouTube_List dt {
    margin-right: 10px;
    width: 20%;
}
.YouTube_List dd {
    width: 80%;
    padding-left: 5px;
}
.YouTube_List .YouTube_List_title {
    color: #fff;
    padding-top: 10px;
}
.YouTube_List .YouTube_Sender {
    color: #909090;
}
@media screen and (max-width: 640px) {
    .YouTube_List {
        flex-flow: column;
    }
    .YouTube_List dt,
    .YouTube_List dd {
        width: 100%;
    }
    .YouTube_List dt img {
        width: 100%;
        margin-bottom: 8px;
    }
    .YouTube_List .YouTube_Sender {
        line-height: 1.3;
    }
}

/*ジャンルページ　店舗案内*/
#shops_genre .d-flex {
	max-width: 1000px;
	margin: 0px auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 414px)  {
  #shops_genre .d-flex {
    padding: 40px;
  }
}
#shops_genre .d-flex .shop {
    width: 25%;
    margin-bottom: 50px;
}
@media screen and (max-width: 930px) {
  #shops_genre .d-flex .shop {
    width: 33.33333%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  #shops_genre .d-flex .shop {
    width: 100%;
    margin-bottom: 50px;
  }
}
#shops_genre .shop {
    position: relative;
    overflow: hidden;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    width: 20%;
}
#shops_genre .shop-inner img {
	width: 100%;
}
#shops_genre .title-box {
    left: 50%;
    position: absolute;
    top: 13%;
    color: #fff;
    z-index: 30;
}
#shops_genre .title-box .title-box-inner, .title-box02 {
    transform: translate(-50%,-50%);
}
#shops_genre .title-box-inner {
  text-align: center;
}
#shops_genre .title-box-inner h3 {
  font-weight: bold;
  font-size: 16px;
}
#shops_genre .title-box-inner p {
  font-size: 13px;
}
#shops_genre .shop_info {
  padding: 2px 8px;
  height: 285px;
  position: relative;
}
#shops_genre .shop:nth-child(5) .shop_info,
#shops_genre .shop:nth-child(6) .shop_info,
#shops_genre .shop:nth-child(7) .shop_info,
#shops_genre .shop:nth-child(8) .shop_info{
  height: 200px;/*201127 jcool 追加*/
}
#shops_genre .shop:nth-child(9) .shop_info,
#shops_genre .shop:nth-child(10) .shop_info{
  height: 250px;/*201127 jcool 追加*/
}
@media screen and (max-width: 414px)  {
  #shops_genre .shop_info {
    height: 230px;
  }
}
#shops_genre .shop_info span {
  display: block;
}
#shops_genre .shop_info>span:first-child {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
#shops_genre .shop_info .genre_name {
  font-size: 13px;
  display: inline-block;/*201127 jcool 追加*/
}
#shops_genre .shop_info .genre_name::before {
  content: "▪";
}
@media(max-width: 767px) {
  .shop_info .genre_name {
    font-size: 14px;
  }
}
a.btn_schedule {
  display: block;
  position: absolute;
  bottom: 0;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #FF4700;
  border-radius: 5px;
  background-color: #FF4700;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: .5s;
}
a.btn_schedule:hover {
  background: #fff;
  color: #FF4700;
}
@media(max-width: 767px) {
  a.btn_schedule {
    width: 100%;
    right: 0;
    left: 0;
  }
}
#shops_genre .shop_access {
  margin: 5px; 
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  padding: 5px 7px;color: #333;
  font-size: 13px;
  height: 100px;
}
#shops_genre .shop_access span {
  display: block;
}
#shops_genre  a[href^="https://www.google.com/maps?"] {
    text-decoration: underline;
}

@media(max-width: 767px) {
  #shops_genre .shop_access {
    font-size: 14px;
  }
}

#shops_genre .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25%;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  transition:background-color 0.3s;
}
#shops_genre .overlay:hover::after {
    background-color: rgba(255,0,0,0.8);
}
#shops_genre .overlaykanamachi:hover::after {
	background-color: rgba(255,153,0,0.8);
}
#shops_genre .overlaymachida:hover::after {
    background-color: rgba(0,93,255,0.8);
}
#shops_genre .overlaykawasaki:hover::after {
    background-color: rgba(0,186,158,0.8);
}
#shops_genre .overlaycenterkita:hover::after {
    background-color: rgba(95,25,231,0.8);
}
#shops_genre .overlaykamioooka:hover::after {
    background-color: rgba(255,0,122,0.8);
}
#shops_genre .overlayfujisawa:hover::after {
    background-color: rgba(0,170,0,0.8);
}
#shops_genre .overlayyokosuka:hover::after {
    background-color: rgba(0,182,255,0.8);
}
#shops_genre .overlaymotoyawata:hover::after {
    background-color: rgba(255,68,102,0.8);
}
#shops_genre .overlayminamikoshigaya:hover::after {
    background-color: rgba(255,96,205,0.8);
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
    text-decoration: none;
  }
}

/*ジャンルページ　インストラクター*/
.instListArea .instList {
 background: #ff6907;
 width: 93%;
 margin: 0 auto;
 height: 31rem;
}
.instListArea {
 overflow: hidden;
}
.instListArea a {
    display: block;
    width: 16.2%;
    float: left;
    margin-bottom: 11px;
    margin-left: 1.5px;
    margin-right: 1.5px;
    color: #fff;
}
@media screen and (max-width: 800px) {
	.instListArea a {
	 width: 32.4%;
	 margin-bottom: 3px;
	}

.instListArea .instList {
 background: #ff6907;
 width: 93%;
 margin: 0 auto;
 height: 66vw;
}

}
.instListArea a:hover {
 text-decoration: none;
}

.instListArea .instList:hover {
 background: #000;
}
.instList dt img {
 width: 100%;
}
.instList dd {
    padding: 8px 12px 10px;
    font-weight: 700;
    font-size: 1.25em;
    letter-spacing: 0.08rem;
    line-height: 1rem;
}
.instList dd span {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 6px 0px 3px 0;
}
@media screen and (max-width: 991px) {
	.instList dd {
	 font-size: 0.6em;
	}
	.instList dd span {
	 font-size: 0.6em;
	}
}


/* 4/11追加 */
.daikoList {
  background: url(https://www.e-t-c.net/wp-content/themes/pgfamily/asset/img/lecturing/bg_gray.jpg);
  width: 80%;
  margin: 0 auto;
  padding: 40px 5%;
  overflow: hidden;
}

.daikoList li a {
  background: #e3620d;
  border: #ff6a08;
  font-weight: 500;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

.daikoList li a:hover {
  background: #ff6908;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
.daikoList {
      width: 100%;
      padding: 30px 5%;
  }
}

.daikoList li {
  width: 25%;
  float: left;
  list-style-type: none;
  margin: 10px 0;
}

@media screen and (max-width: 991px) {
.daikoList li {
      width: 50%;
  }
}

@media screen and (max-width: 767px) {
.daikoList li {
      width: 100%;
  }
}

.daikoList li a {
  background: #343a40;
  border: #ff6a08;
  font-weight: 500;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 22px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
.daikoList li a {
      background: #343a40;
      border: #ff6a08;
      font-weight: 500;
      color: #fff;
      width: 94%;
      margin: 0 auto;
      display: block;
      text-align: center;
      padding: 16px;
      line-height: 1.4em;
      letter-spacing: 0.1em;
  }

.daikoList {
      background: url(https://www.e-t-c.net/wp-content/themes/pgfamily/asset/img/lecturing/bg_gray.jpg);
      width: 90%;
      margin: 0 auto;
      padding: 40px 5%;
      overflow: hidden;
  }
}