/*  Basic  */
html {
font-size: 62.5%;
font-feature-settings: "palt";
line-height: 1.6;
}
body {
width: 100%;
font-family:'Noto Sans JP', 'PierSans',sans-serif;
font-weight: 500;
font-size: 1.5rem;
color:#1d1d1d;
line-height: 2.8rem;
letter-spacing: 0.01rem;
/*     background-color: #f2f2f2; */
}

/*
ul li{
   list-style: none;
}
*/

img {
    max-width: 100%;
}

a {
	color: #1d1d1d;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.w50 {
	width: 50%;
}

/*フォント 設定*/
.fontsize22 {
	font-size: 2.2rem;
}

.btn350 {
 	width: 45%;
}
.btn88p {
 	width: 88%;
}

.btn {
	padding: 1.1rem 1rem 1rem 1rem;
	border: 3px;
    font-weight: 700;
}
.fontsize13 {
	font-size: 1.3rem;
}
.font-normal {
	font-weight: normal;
}
.fw500{
	font-weight: 500 !important;
}
.fw700{
	font-weight: 700 !important;
}
.fw900{
	font-weight: 900 !important;
}
.ffnoto{
	font-family: 'Noto Sans JP' !important;
}
.ffpier{
	font-family: 'PierSans-Bold' !important;
}
.card{
	border:none !important;
}
.ffboth{
    font-family: 'PierSans-Bold','Noto Sans JP';
}
@media (min-width: 1200px){
.container {
    max-width: 1200px !important;
    }
.w1024px {
	max-width: 1024px !important;
	margin: 0 auto;
	}
}

/*Padding 設定*/
.pt-4 {
    padding-top: 4rem;
}
.pt-6 {
	padding-top: 6rem;
}
.pt-8{
    padding-top: 8rem;
}
.pt-10 {
	padding-top: 10rem;
}
.pt-25 {
	padding-top: 25rem;
}
.pb-4{
    padding-bottom: 4rem;
}
.pb-8{
    padding-bottom: 8rem;
}
.pb-10 {
	padding-bottom: 10rem;
}
.pb-25 {
	padding-bottom: 25rem;
}
.py-6 {
	padding: 6rem 0;
}
.py-8 {
	padding: 8rem 0;
}

.py-10 {
	padding: 10rem 0;
}
.my-10 {
    margin: 10rem 0;
}
.bp-0{
    margin-bottom: 0px;
}
.mt-45{
    margin-top: 4.5rem;
}
.mb-25{
    margin-bottom: 2.5rem;
}


/*カラー 設定*/

.bg-super-light-gray {
	background-color: #f8f8f8;
}

.bg-light-gray {
    background-color: #3f3f3f;
}
.bg-gray {
    background-color: #1d1d1d;
}
.bg-white-gray {
    background-color: #f2f2f2;
}
.bg-white-alpha80 {
	background-color: rgba(255,255,255,0.8);
}
.cp_bgpattern-gray {
	background: #ededed;
    /*background-image: radial-gradient(#d9d9d9 30%, transparent 0), radial-gradient(#d9d9d9 -2%, transparent 0);
	background-position: 0 0, 10px 10px;
    background-size: 3px 3px;
    */
    background-image: radial-gradient(#d9d9d9 20%, transparent 0), radial-gradient(#d9d9d9 20%, transparent 0);
    background-position: 0 0, 4px 4px;
    background-size: 8px 8px;

}
.cp_bgpattern-orange {
	background: #ff6a08;
    /*background-image: radial-gradient(#e3620d 30%, transparent 0), radial-gradient(#e3620d -2%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 3px 3px;
     */
    background-image: radial-gradient(#e3620d 20%, transparent 0), radial-gradient(#e3620d 20%, transparent 0);
    background-position: 0 0, 4px 4px;
    background-size: 8px 8px;
}
.txt-orange {
	color: #ff6a08;
}
.txt-white{
    color: #fff;
}

.border-top-gray {
	border-top: 1px solid #1d1d1d;
}
.border-bottom-gray {
	border-bottom: 1px solid #1d1d1d;
}
.border-left-gray {
	border-left: 1px solid #1d1d1d;
}

.txt-35rem {
	font-family: 'Noto Sans JP';
	font-weight: bold;
	font-size: 3.5rem;
	text-transform: uppercase;
	letter-spacing: 0.115em;
}

.txt-25rem {
	font-family: 'PierSans-Bold',sans-serif;
	font-weight: bold;
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0.115em;
}

.txt-28rem {
	font-family: 'Noto Sans JP';
	font-size: 2.8rem;
	letter-spacing: 0.16rem;
	font-weight: 900;
}

.txt-28rem-c {
	font-family: 'Noto Sans JP';
	font-size: 2.8rem;
	letter-spacing: 0.16rem;
	font-weight: 900;
	text-align: center;
    padding-bottom: 1rem;
}

.txt-2rem{
    font-size: 2rem !important;
}
.txt-5rem{
    font-family: 'PierSans-Bold',sans-serif;
    font-weight: bold;
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: 0.115em;
}

.txt-12rem {
	font-family: 'Noto Sans JP';
	font-size: 1.4rem;
	letter-spacing: 2rem;
	font-weight: 900;
	margin: -4rem 0 2rem;
}

@media screen and (max-width: 535px) {
  .sp-txt-14 {
    font-size: 14px !important;
    text-align: left;
  }
}

.under-orange:after {
    content: '';
    position: relative;
    bottom: -18px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 50px;
    height: 3px;
    background-color: #ff6a08;
}
.orenge-box {
	display: inline-block;
    background-color: #ff6a08;
    color: #fff;
    font-weight: 700;
    padding: 1.5rem 3rem 1.5rem 3rem;
    letter-spacing: 0.3rem;
}
.bg-black-alpha {
	background-color: rgba(29, 29, 29, 0.8);
}

/* PC表示の時に<a href="tel:">のリンクを無効にする */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*           Header           */

.header {
/*position: fixed;*/
/*max-width: 1200px;*/
display: flex;
align-items: center;
justify-content: space-between;
margin: 0px auto;
background-color: #fff;
}
#header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 4;
	width: 100%;
	z-index: 9999;
}
.header-dfHeader{
    margin-left: auto;
}

.top-menu ul{
	list-style: none;
	margin-bottom: 0.2rem;
}
.top-menu ul li {
	font-size: 1.12rem;
}
.logo {
    padding-left: 18px;
    font-size: 1.1rem;
}
/*  Navi  */
/* pc */
	
.top-menu ul{
    display: flex;
}
.top-menu ul li{
    padding-left: 3rem;
}
.top-menu ul li:first-child {
    padding-left: 0;
}
.top-menu ul li img {
    padding-right: 7px;
}

/*           Footer           */

.btn {
    display: block;
    font-size: 1.4rem;
    border-radius: 0px;
}
.btn-orange {
    color: #fff;
    background-color: #ff6a08;
}
.btn-orange:hover {
    color: #fff;
    background-color: #e3620d;
}

.sns .fab {
    color: #ff6a08;
    font-size: 3rem;
}

.sitemap, .local-menu {
	font-size: 1.3rem;
}
.sitemap .btn {
    width: 90%;
    margin-left: auto;
}

.sitemap ul {
	list-style-position: inside;
	list-style: square;
	padding-left: 2rem;
}
.sitemap .left-space {
	list-style: none;
	padding-left: 1.2rem;
}
.sitemap .left-space li:before {
	content: "・";
}
.sitemap ul li {
	line-height: 2.4rem;
}
.sitemap .col-md-2 {
	border-left: 1px solid #7e7d7d;
}
.sitemap .col-md-2:first-child {
	border-left: none;
}
.local-menu li {
	list-style: none;
}
.footercopy img{
    width: 100%;
}
.footercopy div:nth-child(2){
    align-self: flex-end;
    font-size: 1.2rem;
}


/*  Main Menu  */
/* pc */

#menu-list_pc>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    list-style: none;
}
#menu-list_pc>ul>li {
    padding: 0.1rem 2rem 0 2rem;
    border-right: 1px solid #8e8e8e;
    width: 15rem;
}

#menu-list_pc>ul>li:first-child {
	border-left: 1px solid #8e8e8e;
}

#menu-list_pc>ul>li span{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 80%;
	letter-spacing: 0.1rem;
	padding-top: 0.1rem;
}
#menu-list_pc>ul>li img {
    display: block;
    margin: 5px auto;
    margin-top: 2px;
}

.pc-contact {
    display: flex;
    margin-left: 3rem;
}

main {
    width: 100%;
/* 	    position: relative; */
}

#section-main {
    position: relative;
}

.main-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 99px;
    z-index: 50;
    width: 100%;
}

.contents-incline, .contents-incline02, .contents-incline03, .contents-incline04 {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.contents-incline::before {
  	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 32%;
    margin: 3% -10% 0;
    background: #1d1d1d;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: right center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(-7deg);
    z-index: -1;
}

.contents-incline02::before {
  	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 53%;
    margin: 3% -10% 0;
    background: #1d1d1d;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: right center;
    z-index: -1;
}

.contents-incline03::before {
  	content: '';
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 120%;
    height: 18%;
    margin: 3% -10% 0;
    background: #1d1d1d;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: right center;
    z-index: -1;
}
    
 .contents-incline04::before {
  	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 18%;
    margin: 3% -10% 0;
    background: #ff6a08;
    background-image: radial-gradient(#e3620d 20%, transparent 0), radial-gradient(#e3620d 20%, transparent 0);
    background-position: 0 0, 4px 4px;
    background-size: 8px 8px;
/*
    background: #ff6a08;
    background-image: radial-gradient(#e3620d 30%, transparent 0), radial-gradient(#e3620d -2%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 3px 3px;
*/
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: right center;
}
@media screen and (max-width: 414px) {
  .contents-incline04::before {
    height: 14%;
  }
}

/* キャンペーン */	
#campaign .month-campaign span{
	text-transform: uppercase;
}
@media screen and (min-width:1200px) {
	#section-main {
    /*background: #ededed;
    background-image: radial-gradient(#d9d9d9 20%, transparent 0), radial-gradient(#d9d9d9 20%, transparent 0);*/
    background-position: 0 0, 4px 4px;
    background-size: 8px 8px;
	}
	#campaign .month-campaign span{
	padding-top: 1rem;
	letter-spacing: 0.2rem;
    font-family: 'PierSans-Bold','Noto Sans JP';
	}
	#youtube-img {
		width: 100% !important;
	}
}



.pick-up-space {
	font-family: 'PierSans-Bold';
	padding-left: 50px;
}
.pick-up-space span {
	font-size: 120%;
}

/*  3つの特徴  */
.feature h3{
	font-size: 1.8rem;
	text-align: center;
    color: #fff;
    background-color: #ff6a08;
    padding: 2.4rem 0;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.feature h3::after {
	border: 24px solid transparent;
    border-top-color: #000;
    border-bottom-width: 0;
    top: 100%;
    content: "";
    display: block;
    left: 43%;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #ff6a08;
}


/* Main Visual*/
.heroimg {
	max-width: 1200px;
	margin: 0px auto;
}
.heroimg img {
	display: block;
	margin: 0px auto;
}
.month-campaign {
	color: #fff;
    background-color: #ff6a08;
}
.month-campaign span {
    display: block;
}

/* ETC DANCE SCHOOLとは */
#firstStep {
	position: relative;
	z-index: 0;
}
#firstStep img{
	width: 100%;
}
.num {
	float: left;
}

.btn-feature {
    position: relative;
    font-weight: 500;
    font-size: 1.4rem;
    background-color: #fff;
    border: 3px solid #ff6a08;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: 0.1rem;
	  margin-bottom: 22px;
	padding: 14px;
}
.btn-feature:hover {
	color: #fff !important;
	background: #ff6a08;
	border: 3px solid #fff;
}

.btn-feature img,.btn-voice img,.btn-lesson img {
	width: 51px;
	padding-left: 14px;
}


.small-sub-title {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    display: block;
    font-weight: normal;
    padding-top: 15px;
}
.small-sub-title::before, .small-sub-title::after {
	content: "ー";
	margin: 0 5px;
}

#shops img {
	width: 100%;
}

#shops .shop .overlay h4 {
    font-size: 1.75rem;
}

#shops .shop_subtitle {
    color: #ff6a08;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    margin-left: 1rem;
}

#shops .d-flex {
    margin-bottom: 1.5rem;
}

#pop-girl {
	position: absolute;
    top: -140px;
    right: 0%;
    z-index: -1;
    max-width: 70%;
}

#pop-boy {
	position: absolute;
    top: 50px;
    left: 0%;
    z-index: -1;
    width: 80%;
}
#tokushoku .card {
	border: 0px;
}

#tokushoku .tokushoku_text {
	text-align: center;
    color: #fff;
    width: 60%;
    background: rgba(26,26,26,0.9);
    margin-bottom: 0px;
    font-weight: 700;
    padding: 1.8rem 0;
}
#tokushoku .tokushoku_text em {
	font-size: 3.5rem;
}
#tokushoku .tokushoku_text em span {
	font-family: 'PierSans';
	color: #ff6a08;
    font-weight: bold;
}

/*INFORMATION*/
#shops .d-flex {
	flex-wrap: wrap;
}
.shop {
	position: relative;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	width: 20%;
}
.shop-inner {
	width: 100%;
}
.title-box {
	left: 50%;
    position: absolute;
    top: 42%;
    color: #fff;
    z-index: 30;
}
.title-box02 {
	left: 50%;
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 30;
}

.title-box .title-box-inner, .title-box02 {
	transform: translate(-50%,-50%);
}

.title-box-inner h4 {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

.title-box-inner p {
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    opacity: 0.5;
    font-family: 'PierSans-Bold',sans-serif;
}

.title-box-inner .shop-name {
  font-size: 1.6rem;
  font-weight: 700;
  font-family:'Noto Sans JP', 'PierSans',sans-serif;
  letter-spacing: 0.2rem;/*200924 J-COOL鈴木 追加*/
  opacity: 1;
}

.under-text {
	font-size: 1.2rem;
	position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.95);
    display: block;
    width: 100%;
    padding: 10px 0;
    z-index: 20;
}

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


#information h4 {
	font-family: 'PierSans-Bold','Noto Sans JP';
	font-size: 3rem;
	border-bottom: 1px solid #1d1d1d;
    /*font-weight: 900;*/
}
/*#information h3,*/
#information .sub_title-info {
	font-family: 'PierSans-Bold','Noto Sans JP';
	font-size: 3rem;
	border-bottom: 1px solid #1d1d1d;
    /*font-weight: 900;*/
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
}
#information .small-text{
	font-family:'Noto Sans JP';
	font-size: 1.2rem;
}
#information .line {
	font-size: 1.2rem;
	margin-right: 1rem;
}
#information time, #information .icon-new {
	font-family: 'PierSans-Bold';
	font-size: 2.2rem;
    font-weight: 600;
}
#information .icon-new {
	text-transform: uppercase;
	font-style: italic;
}
#information .tag {
	font-size: 1.2rem;
	padding: 1px 10px;
	color: #fff;
	background-color: #1d1d1d;
	position: relative;
	bottom: 3px;
	margin: 0 7px;
}

/*ジャンル*/
.genreContent div{
	position: relative;
	width: 12.5%;
	margin-bottom: 1.3rem !important;
    padding: 0 0 0 1.3rem;
/* 	height: 150px; */
/* 	background-color: #bfbfbf; */
}

.genreTitle h3 {
/*
	font-family: 'PierSans';
	text-transform: uppercase;
	font-size: 2.2rem;
	color: #fff;
	background: #ff6a08;
	text-align: center;
	padding: 7px 20px 0;
	border-left: 5px solid #1d1d1d;
	width: 35%;
	border-top: 1px solid #ff6a08;
	border-bottom: 1px solid #ff6a08;
*/
}
.genreTitle .btn {
	width: 35%;
	height: 100%;
}
.genreContent h4 {
	position: absolute;
	width: 100%;
	padding-right: 1rem;
	text-transform: uppercase;
	text-align: center;
	font-size:14px;
}

.genreContent h3 {
	position: absolute;
	width: 100%;
	padding-right: 1rem;
	text-transform: uppercase;
	text-align: center;
    font-size:12px;
    padding-top: 1rem;
}

.genreTitle .btn {
	padding: 0.7rem 1rem;
}

#shops-info .shop {
	width: 100%;
}


/* OWL スライダー 設定*/
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  font-size: 32px;
  position: absolute;
  color: #fff !important;
  background: rgba(255,106,8,0.9) !important;
  top: -29px;
  margin: 0;
  padding: 85px 14px;
  border-radius: 0px !important;
/*
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
*/
}
@media screen and (min-width: 768px) {
  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    padding: 59px 9px !important;
  }
  .owl-theme .owl-dots {
    text-align: center !important;
    padding-left: 0px !important;
  }
  .pick-up-space {
	  text-align: center !important;
	  padding-left: 0px !important;
  }
  .owl-theme .owl-dots .owl-dot span {
	  width: 40px;
	  height: 4px;
  }
}

.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

/*ページトップ*/
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 60px;
    color: #fff;
    padding: 1rem 1.7rem;
    background: #C1C1C1;
    z-index: 999;
    display: none;
}
/*
.back-to-top:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
}
.back-to-top:after {
    content: "↑";
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
*/

/*VOICE 会員さま声*/
#voice .container-fluid {
	max-width: 1200px;
}

#voice .under-orange:after {
    content: '';
    position: relative;
    bottom: -30px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 50px;
    height: 4px;
    background-color: #ff6a08;
}

.voice h3 {
	font-weight: bold;
	font-size: 1.8rem;
	color: #ff6a08;
	line-height: 24px;
	padding: 2rem 0;
	margin: 0 0 2rem 0;
}

.btn-voice {
	color: #fff;
	background-color: #1d1d1d;
	border:2px solid #1d1d1d;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn-voice:hover {
	color: #1d1d1d;
	background-color: #fff;
	border:2px solid #fff;
}


/*初心者の不安 BEST5*/
#trouble {
	position: relative;
}

.trouble-content:nth-child(odd){
	background-color: #ffe9da;
}
.trouble-content:nth-child(even){
	background-color: #fff8f3;
}
.trouble-content img {
	margin: 0px auto;
	display: block;
}
.trouble-content h4 {
	font-size: 2.2rem;
	font-family: 'PierSans';
	text-transform: uppercase;
	text-align: center;
}
.trouble-content h4 em span {
	color: #ff6a08;
	font-size: 3.5rem;
	font-weight: bold;
	padding-left: 7px;
}
.trouble-content p{
    text-align: justify;
}

/*
#trouble::after {
	border: 250px solid transparent;
    border-top-color: #1d1d1d;
    border-bottom-width: 0;
    content: "";
    display: block;
    left: 25%;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 60px solid #1d1d1d;
}
*/


#trouble h3 {
	text-align: center;
	color: #fff;
	width: 40%;
	background: #1d1d1d;
	margin-bottom: 0px;
	padding: 2.2rem 0;
}
#trouble h3 em {
	font-size: 3.5rem;
}

#trouble h3 em span {
	color: #ff6a08;
	font-weight: bold;
	padding-left: 7px;
}

/**/
.fristStep-inner {
	position: absolute;
	width: 100%;
	bottom: 8%;
}
.fristStep-inner p{
	width: 750px;
	float: right;
	line-height: 3rem;
}
#lesson-go{
    margin-top: -2px;
}
#lesson-go .card-title {
	margin-bottom: 0px;
}
#lesson-go .card-title h3{
	font-size: 2.4rem;
    background-color: #1d1d1d;
    padding: 0.5rem 0;
    margin-bottom: 0px;
    margin-right: 10%;
    width: 100%;
    line-height: 4rem;
    font-weight: 600;
}
#lesson-go .card-body {
    line-height: 3rem;
    padding-bottom: 3.8rem;
}
.btn-lesson {
	color: #fff;
	border:3px solid #fff;
	background-color: rgba(0,0,0,.2);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn-lesson:hover {
	color: #1d1d1d;
	border:3px solid #1d1d1d;
	background-color: #fff;
}

.bg-orange {
	background-color: #ff6a08;
}
#lesson-go .col-md-6 h3 {
    font-weight: 700;
    font-size: 2rem;
    color: #1d1d1d;
    line-height: 24px;
    padding-top: 4.2rem;
    padding-bottom: 2rem;
    letter-spacing: 0.18rem;
}
#lesson-go .col-md-6 h4 {
    font-weight: 700;
    font-size: 2rem;
    color: #1d1d1d;
    line-height: 24px;
    padding-top: 4.2rem;
    padding-bottom: 2rem;
    letter-spacing: 0.18rem;
}
#lesson-go .btn-feature{
	border: 3px solid #1d1d1d;
}


/*find dream*/
#f-d-img01 img{
	float: right;
}
.f-d-body {
	position: relative;
	bottom: 50px;
}
.f-d-title span {
	background-color: #ff6a08;
	display: inline-block;
	padding: 4px 20px 4px 20px;
}
.f-d-sub span {
    font-family: 'PierSans-Bold';
    font-size: 2.5rem;
    background-color: #1d1d1d;
    display: inline-block;
    padding: 9px 30px 2px 30px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}


/*ハンバーガーメニュー*/
	
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}

/*PCのみ適用*/
@media screen and (min-width:768px) {
.logo img {
	width: 100%;
}
.nav-button {
	display: none;
}
.nav-wrap {
	display: none;
}

#campaign .col-md-3, #campaign .col-md-4 {
	padding-left: 7px;
	padding-right: 7px;
}

#campaign .row {
	justify-content: center;
}

.genreContent02 > div {
	background-color: #bfbfbf;
	margin-left: 1.3rem;
}
 
 .features .d-flex > div {
	  width: 50%;
 }
.feature {
	display: flex !important;
}
.sp-feature {
	display: none !important;
}

#shops .d-flex {
	max-width: 1200px;
	margin: 0px auto;
}

#shops-info .col-md-2{
    padding-left: 10px;
    padding-right: 10px;
}

.trouble-content {
	width: 20%;
}

#find-dream .schoolcon-btn {
	width: 663px;
}

.sp-img {
display:none !important;
}

.sp-trouble {
	display: none !important;
}
.fristStep-btn {
width: 350px;
float: right;
margin-left: 300px;
}
.pc-no-display {
	display: none !important;
}
footer .border-top-gray {
	 border: 0px;
 }

 
.month-campaign {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    height: 100%;
}
.en {
	font-size: 3.2rem;
    font-weight: bold;
}
.jp {
	position: relative;
    bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
}
}


/*スマホ 対応*/
@media screen and (max-width:991px) {
	.btn350 {
		width: 80% !important;
	}
    .lh-15rem{
    line-height: 1.5rem;
}
}

@media screen and (max-width:767px) {
	
	/*基本設定*/
	.sp-spaceing-p2 {
		padding-top: 2rem;
	}
	.sp-w-80 {
		width: 80%;	
	}
	
	.sp-flex-column {
	flex-direction: column;
	}
	
	/*heaer設定*/
	.header {
		width: 100%;
		margin: 0px;
	}
	.header-dfHeader, .main-menu {
		display: none;
	}
	.logo {
		padding-left: 5px;
		padding-right: 12px;
	}

.menu {
	position: absolute;
    left: 0;
    width: 100%;
	font-size: 1rem;
	text-align: center;
	}	
.nav-wrap {
position: fixed;
left: 0;
top: 0;
display: none;
z-index: 1000;
background-color: rgba(255, 255, 255, 1);
width: 100%;
height: 100%;
overflow-y: auto;
}
.nav-wrap .nav {
position: relative;
top: 0;
justify-content: center;
justify-content: start;
}
.nav-wrap li {
width: 25%;
}
.nav-wrap li a {
/* color: #fff; */
font-size: 1.3rem;
}

/*メニューボタン*/
.nav-button span {
display: inline-block;
transition: all 0.4s;
box-sizing: border-box;
}

.nav-button {
margin: 0 15px;
z-index: 1001;
position: relative;
width: 53px;
height: 36px;
transition: all 0.4s;
box-sizing: border-box;
}

.nav-button span.line {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: #1d1d1d;
border-radius: 4px;
}

.nav-button span:nth-of-type(1) {
top: 0;
}

.nav-button span:nth-of-type(2) {
top: 11px;
}

.nav-button span:nth-of-type(3) {
top: 22px;
}
.nav-button span:nth-of-type(4) {
top: 20px;
}

.nav-button.active span {
/*   background: #fff; */
}
.nav-button.active span:nth-of-type(1) {
-webkit-transform: translateY(16px) rotate(-45deg);
transform: translateY(16px) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
-webkit-transform: translateY(-5px) rotate(45deg);
transform: translateY(-5px) rotate(45deg);
}
.nav-button.active span:nth-of-type(4) {
/*   display: none; */
position: relative;
}

/*メインビジュアル*/
.heroimg {
  width: 100%;
}
#campaign .btn-orange {
  color: #ff6a08;
  background: none;
}
#campaign .col-6 {
	padding-right:5px;
	padding-left:5px;
}
#campaign .btn-orange:hover {
  color: #ff6a08;
  background: none;
}
.month-campaign span {
  display: inline-block;
}
.month-campaign {
	color:#ff6a08;
    background-color: #fff;
}

.month-campaign .en {
	font-size: 1.8rem;
	font-family: 'PierSans';
	padding: 0.5rem;
}
.month-campaign .jp {
	font-size: 1.6rem;
}
.features .d-flex div {
  width: 100%;
}

/*スライダー*/
.pt-sm-2{
    padding-top: 2rem;
}
.pb-sm-1{
    padding-bottom: 1rem;
	margin-bottom: 0.6rem;
}
	@media screen and (max-width: 767px){
.pb-sm-1 {
    padding-bottom: 1rem;
    margin-bottom: 3.6rem;
}
}
.pr-sm-0{
    padding-right: 0;
}
.pl-sm-0{
    padding-left: 0;
}

#firstStep{
  background: none;
  position: relative;
  z-index: 0;
  padding-top: 0 !important;
}
#firstStep .d-flex {
	flex-direction: column-reverse;
}
#pop-girl {
      top: -100px !important;
      max-width: 100%;
}

#tokushoku {
  padding-top: 10rem;
  /*background: none;*/
}

#pop-boy {
  top: 10px;
  left: -8px;
  width: 100%;
}

#tokushoku .col-md-4 {
  padding-bottom: 2rem;
}

.feature {
  display: none;
}
.sp-feature h3{
	text-align: center;
color: #fff;
background-color: #ff6a08;
padding: 1.8rem 0;
margin-bottom: 0;
position: relative;
}
/*.sp-feature h4:after {
border: 18px solid transparent;
border-top-color: #000;
border-bottom-width: 0;
top: 92%;
content: "";
display: block;
left: 40%;
position: absolute;
width: 0;
height: 0;
border-top: 13px solid #ff6a08;

}*/
.sp-feature div:nth-child(2){
border: 1px solid #FF6908;
}
.sp-feature .card-text {
padding: 10px;
}

.contents-incline::before {
height: 16%;
}

#locations {
    background: none;
}

#shops .d-flex .shop {
    width: 33.33%
}

#banner {
    padding: 3rem;
}
#banner img{
    width: 100%;
}
#banner .col-md-6 {
    margin-bottom: 2rem;
}

.pc-img {
    display: none !important;
}

#school-life02 {
    padding: 3rem 0;
}
#school-life02 .pt-6 {
    padding-top: 3rem;
}

#voice .voice .col-md-4 {
    padding-bottom: 2rem;
    padding-right: 20px;
    padding-left: 20px;
}

.contents-incline02::before {
    height: 75.5% !important;
}
#profile {
    padding-bottom: 3rem !important;
}
#profile .col-md-4 {
     padding-bottom: 2rem;
     text-align: center !important;
}
.pc-trouble {
    display: none !important;
}
#trouble h3 {
    width: 100%;
}
#trouble p {
    line-height: 2.4rem;
}
#fristStep {
    padding: 3rem 0;
}
.fristStep-inner {
    position: static !important;
    bottom: auto !important;
    width: 92%;
    margin: 0 auto;
}

.fristStep-inner p {
    width: 100% !important;
    float: none !important;
    padding: 1rem;
}

#lesson-go .card-title h3 {
   padding: 1.8rem 0.5rem !important;
   width: 100% !important;
   font-size: 1.8rem;
}



.contents-incline03::before {
    background: none;
}

.sp-w-100 {
    width: 100%;
}

.fontsize22 {
    font-size: 1.8rem;
}
#information time, #information .icon-new {
    font-size: 1.5rem !important;
}
#information .tag {
    font-size: 0.7rem !important;
    padding: 0px 10px !important;
}
.genreContent h4 {
	font-size: 1rem;
}
.sns-frame {
	display: none;
}
.info-img {
    width: 50%;
    padding: 0 0.1rem;
}
.genreContent div {
    width: 32% !important
}
.sp-no-display{
	display: none !important;
}
.title-box-inner h4 {
	font-size: 1.3rem;
}
.title-box-inner p {
	font-size: 1rem;
}
.under-text {
	font-size: 0.9rem;
}
.local-menu {
	font-size: 1rem;
}
.local-menu ul{
	margin-bottom: 0px;
}
.local-menu .d-flex {
	justify-content: space-between;
}
.local-menu .fas {
	display: none;
}
#sp-sitemap ul {
	list-style: square;
	list-style-position: inside;
}
#sp-sitemap ul li {
	font-size: 1.3rem;
	padding: 1rem 0;
}
#sp-sitemap ul li:first-child, .footer-info {
	padding-top: 2rem;
}
#sp-sitemap ul li:last-child {
	padding-bottom: 2rem;
}
.sns {
	padding:2rem 0;
}
.sp-footer-btn a {
	background-color: #ededed;
	padding: 0.5rem 0.5rem;
	margin-bottom: 1.1rem;
}
.sns .fab {
font-size: 4rem;
padding-left: 1.5rem;
}

.sns .follow {
    font-size: 1.25rem;
}

.footer-info .fTitle {
    color: #ff6a08;
    font-size: 1.5rem;
}
.footer-info ul li:first-child {
    padding-top: 0 !important;
 }
 .fontsize13 {
	 font-size:1.3rem;
 }
 
 .footer-info .d-flex div {
	 width: 50%;
 }
 
 .footer-banner .d-flex {
	 flex-wrap: wrap;
 }
 
 .footer-shop-info .fTitle{ 
	 color: #ff6a08;
    font-size: 1.5rem;
	 background-color: #ededed;
	 padding: 1rem 2rem;
 }
 .footer-shop-info ul {
	 list-style: none;
 }
 .footer-shop-info ul li{
	 width: 25%;
	 padding-top: 1rem;
	 padding-bottom: 1.5rem;  
	 font-size: 1rem;
	 padding: 1rem 0.5rem;
 }
    .footercopy img{
        width: 85%;
    }
    .footercopy div:nth-child(2){
        align-self: flex-end;
        font-size: 1.1rem;
    }

}

/* ヘッダー スマホ menu*/
.nav-wrap .logo>img {
	width: 146px;
	padding: 1rem;
}
.nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content:center;
	border-top: 1px solid #a0a0a0;
}
.nav li{
	width: 50%;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.nav li a>.fas {
	color: #ff6a08;
}
.nav>li>a, .nav>li>label {
	display: block;
	padding: 2rem 1rem 2rem 1.5rem;
}
.menu-sns-inner {
	background-color: #ededed;
	padding: 1rem;
}
.menu-sns-inner .fab{
	font-size: 4.2rem;
	color: #ff6a08;
}
.accshow ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content:center;
}
.accshow ul li {
	width: 50%;
	list-style: none;
	text-align: center;
}
.no-right-border {
	border-right: 0px !important;
}
.accshow ul li a, .accshow ul li label {
	display: block;
	padding: 2rem 1rem 2rem 1.5rem;
	background: #eeeeee;
}
.accbox label {
	font-size: 1.3rem;
    display: block;
    margin:0;
    color :#ff6a08;
    cursor :pointer;
    transition: all 0.5s;
}
/*クリックで中身表示*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.accbox input {
    display: none;
}

.header .active {
	position: fixed;
	right: 0;
	top: 13px;
	width: 39px !important;
}
.no-bb-line {
	border-bottom: 0px !important;
}
.gray-shadow{
box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
}
.accbox {
	position: relative;
}
.accbox>label::after {
	position: absolute;
	right: 10px;
    content: '＋';
}
.cssacc:checked + label + .accshow  {
    height: auto;
    background: #eaeaea;
    opacity: 1;
}
.cssacc:checked + label::after {
    content: 'ー';
}

/* ナビゲーション ドロップダウンメニュー*/

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style: none;
    border-top: 3px solid #ff6a08;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}


.menu__second-level li {
    border-bottom: 3px solid #ff6a08;
    border-left: 3px solid #ff6a08;
    border-right: 3px solid #ff6a08;
    background: rgba(255,255,255,0.9);
    font-size: 1.35rem;
    letter-spacing: 0.1rem;
}
.menu__second-level li a{
    padding: 0.6rem 0.5rem;
    text-decoration: none;
    display: block;
}

.menu__second-level li:hover {
	color: #fff !important;
    background: #ff6a08;
}
.menu__second-level li a:hover {
	color: #fff !important;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    text-align: center;
    top: 90px;
    left: 0;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 83px;
    visibility: visible;
    opacity: 1;
}



/**********For SNS Area （20200528追加）**********/



ul, ol {
    padding: 0;
    list-style: none;
}


.sns_sub-nav-menu {
    display: flex;
    position: relative;
    align-items: center;
}


.sns-link {
    display: flex;
	justify-content: center;
	margin-left: -15px;
	margin-top: 18px;
}

.sns-link-item img {
	margin-left: 15px;
    width: 40px;
}


.sns-title {
	font-weight: bold;
    font-size: 1.4rem;
    color: #ff6a08;
    line-height: 2.4rem;
    padding: 0.5rem 0;
    margin: 0;
}

.sns-text {
    font-size: 1.3rem;
	color: #1d1d1d;
}


.sns-icn {
	width:24px;
}


@media screen and (min-width: 768px){
#campaign .sns-row {
    justify-content: center;
}
}
.sns-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	line-height:1.8rem;
}

@media screen and (max-width: 767px) {
#campaign .sns-row img {
   width: 100%;
}
}



/**********For SAIKAI Area （20200612追加）**********/




.saikai-txt span {
    color: #ff6a08;
}

@media (min-width: 768px){
#saikai {
	padding-top:50px;
}

#saikai-content {
	/*padding:20px;*/
}

#saikai-content-bottom {
	margin-top:0px;
}

.saikai-ttl {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 45%;
	padding-right: 30px;
}

.saikai-ttl-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 45%;
	padding-right: 30px;
}

.saikai-txt {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 60%;
}
}

@media screen and (max-width: 767px) {
#saikai {
	padding-top:30px;
}
.saikai-ttl img {
    max-width: 100%;
	padding: 30px;
}
	
.saikai-ttl-2 img {
    max-width: 100%;
	padding: 10px 40px;
}
	
.saikai-txt { 
    padding: 0 30px;
}

#saikai-content-bottom {
	margin-top:-50px;
}

#saikai-content-bottom img {
	width:100%;
}
}

.button-block {
  text-align: center;
  margin-bottom: 18px;
}
.button-one {
  display: inline-block;
}
.button-one2 {
  display: inline-block;
	margin-bottom: 8px;
    padding: 0 8px;
}
.btn-area-taiken-yoyaku {
  justify-content: center;
}
.btn-area-taiken-yoyaku a {
  display: block;
  padding: 20px;
}

/* タイトルバー　オレンジ */
.titlebar_txt {
	display: block;
	float: left;	/*Box幅がテキストに追従させるために*/
	background: url(../img/main/titlebar-bg.png) no-repeat left top;
	padding: 0 0 0 39px;	/*右の背景とかぶらないように*/
	text-decoration: none;
}
.titlebar_txt span {
	display: block;
	background: url(../img/main/titlebar-bg.png) no-repeat right top;
	padding: 2px 39px 0 0;	/*左の背景とかぶらないように*/
	line-height: 40px;/*39pxの真ん中にテキストがくるように*/
	color: #FFF;
  font-size: 24px;
  font-family: 'PierSans';
  font-weight: bold;
  letter-spacing: 3px;
}
.titlebar_txt small.en {
  font-size: 20px;
}
	
.titlebar{
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

/* セクションタイトル（スマホ表示調整） */
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}

/* 最新情報右側　バナー並び（スマホ表示調整） */
@media screen and (max-width: 767px)  {
  .sp-d-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
/* 関係者インタビュー 上下の余白*/
@media screen and (max-width: 767px) {
  #photo .d-flex>div:nth-child(2) {
    margin: 80px 0;
  }
}
/* 店舗TOPページ　お気軽に体験　フォントサイズ調整 */
#taiken-lesson h2 {
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #taiken-lesson h2 {
    font-size: 26px;
  }
}
#school-details {
  background-color:#fef3c5;
}

/**********（20220209追加）**********/

    .txt-14 {
        font-size: 14px;
        display: block;
        padding-bottom: 5px;
    }

.text-link {
    color: #ff6a08;
    text-decoration: underline;
}

#toc_container {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    div#toc_container {
        width: 80% !important;
    }
}