/*  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%;
    height: auto;
}

a {
	color: #1d1d1d;
}

.w50 {
	width: 50%;
}

/*フォント 設定*/
.fontsize30 {
	font-size: 3rem;
    font-family: piersans-bold;
}
.fontsize24 {
	font-size: 2.4rem;
}
	
.fontsize22 {
	font-size: 2.2rem;
}
.fontsize18 {
    font-size: 1.5rem;
    line-height: 3.2rem;
}
.fontsize14 {
	font-size: 1.4rem;
}

.btn350 {
	width: 350px;
}

.btn {
	padding: 1.5rem 1rem;
}

/*Padding 設定*/
.pt-6 {
	padding-top: 6rem;
}
.pt-10 {
	padding-top: 10rem;
}
.pt-25 {
	padding-top: 25rem;
}
.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;
}

.mt-6 {
	margin-top: 6rem;
}
.mtmenu18{
	margin-top: 18px;
}

/*カラー 設定*/

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

.bg-light-gray {
    background-color: #3f3f3f;
}
.bg-gray {
    background-color: #1d1d1d;
}
.bg-white-alpha80 {
	background-color: rgba(255,255,255,0.8);
}
.cp_bgpattern-gray {
    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;
    margin-top: 17px;

}
.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;
    font-family: piersans-bold;
    font-size: 3.6rem;
}

.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',sans-serif;
	font-weight: bold;
	font-size: 3rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

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

.txt-12rem {
	font-family: 'Noto Sans JP';
	font-size: 1.2rem;
	letter-spacing: 3rem;
	font-weight: 900;
}

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

/*           Header           */

.header {
/*position: relative;*/
/*max-width: 1200px;*/
display: flex;
align-items: center;
justify-content: space-between;
margin: 0px auto;
background-color: #fff;
}

.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;
}

/*店舗TOP CSS*/
.shop-menu h1 {
	font-size: 2.3rem;
}
.shop-menu h1 span {
	font-size: 1.3rem;
}
.shop-menu ul {
	list-style: none;
	margin-bottom: 0px;
}
.shop-menu ul li {
	font-size: 1.2rem;
	padding-left: 3rem;
}
.shop-menu ul li a{
	color: #fff;
}
.tel {
	font-size: 2.1rem;
}


#photo .card {
	background: none;
	border: 0px;
}

#map iframe {
	width: 100%;
	height: 350px;
}
#map dt {
	font-size: 1.7rem;
}

#pop-FirstStepInto {
	position: absolute;
    top: -50px;
    left: 0%;
    z-index: -1;
    max-width: 70%;
}

#pop-Entertaiment {
    position: absolute;
    right: 0;
}

#pop-Entertaiment02 {
    position: absolute;
    right: 0;
}

/*  Navi  */
	
.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-weight: 700;
    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.2rem;
}

.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;
}


/*  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.5rem 2rem;
    border-right: 1px solid #fff;
    width: 15rem;
}

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

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

.pc-contact {
    display: flex;
}

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

#section-main {
    position: relative;
}

.main-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 99px;
    z-index: 30;
    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: 58%;
    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: 0;
    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 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;
}

/* キャンペーン */	
#campaign .month-campaign span{
	text-transform: uppercase;
}
@media screen and (min-width:1200px) {
	#campaign .month-campaign span{
	padding-top: 1rem;
	}
	#youtube-img {
		width: 100% !important;
	}
}

.pick-up-space {
	padding-left: 50px;
}

/*  3つの特徴  */
.feature h4{
	font-size: 1.8rem;
	text-align: center;
    color: #fff;
    background-color: #ff6a08;
    padding: 2.4rem 0;
    margin-bottom: 0;
    position: relative;
}
.feature h4::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 span {
    display: block;
}

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

.btn-feature {
	position: relative;
	font-weight: bold;
	font-size: 1.4rem;
	background-color: #fff;
	border: 2px solid #ff6a08;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.btn-feature:hover {
	color: #fff !important;
	background: #ff6a08;
	border: 2px solid #fff;
}




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


.small-sub-title {
	font-size: 1.2rem;
}
.small-sub-title::before, .small-sub-title::after {
	content: "ー";
	margin: 0 5px;
}

#shops img {
	width: 100%;
}

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

#pop-boy {
	position: absolute;
    top: 10px;
    left: 0%;
    z-index: -1;
    width: 80%;
}

#tokushoku h3 {
	text-align: center;
    color: #fff;
    width: 75%;
    background: rgba(26,26,26,0.9);
    margin-bottom: 0px;
    padding: 0.2rem 0;
}
#tokushoku h3 em {
	font-size: 3.5rem;
}
#tokushoku h3 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.45rem;
    letter-spacing: 0.15rem;
}
.title-box-inner p {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    line-height: 1.6rem;
    margin-bottom: 0px;
}
.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';
	font-size: 3rem;
	border-bottom: 1px solid #1d1d1d;
}
#information h4 .small-text{
	font-family:'Noto Sans JP';
	font-size: 1.2rem;
}
#information h4 .line {
	font-size: 1.2rem;
	margin-right: 1rem;
}
#information time, #information .icon-new {
	font-family: 'PierSans';
	font-size: 2.2rem;
}
#information .icon-new {
	text-transform: uppercase;
	font-style: italic;
}
#information .tag {
	font-size: 1.2rem;
	padding: 1px 5px;
	color: #fff;
	background-color: #1d1d1d;
	position: relative;
	bottom: 3px;
}

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

.genreTitle h4 {
/*
	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 h5 {
	position: absolute;
	width: 100%;
	padding-right: 1rem;
	text-transform: uppercase;
	text-align: center;
}

.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: -25px;
  margin: 0;
  padding: 70px 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: 47px 14px !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: 10px;
    color: #fff;
    padding: 1rem 1.5rem;
    background:  #1d1d1d;
    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 h4 {
	font-weight: bold;
	font-size: 1.8rem;
	color: #ff6a08;
	line-height: 24px;
	padding: 2.4rem 0;
}

.btn-voice {
    color: #fff;
    background-color: #1d1d1d;
    border: 2px solid #1d1d1d;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    width: 100%;
}

.btn-voice_2 {
    color: #fff;
    background-color: #404040;
    border: 2px solid #1d1d1d;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    width: 50%;
}

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


/*初心者の不安 BEST5*/
#trouble_beginner {
	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_beginner .trouble-content h3 {
    font-size: 2.2rem;
    font-family: 'PierSans';
    text-transform: uppercase;
    text-align: center;
    padding-top: 1.6rem;
    margin-bottom: -11px;
}
#trouble_beginner .trouble-content h3 em span {
	color: #ff6a08;
	font-size: 3.5rem;
	font-weight: bold;
	padding-left: 7px;
}

/*
#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_beginner h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.16rem;
    color: #fff;
    width: 40%;
    background: #1d1d1d;
    margin-bottom: 0px;
    padding: 2.2rem 0;
}
#trouble_beginner h2 em {
	font-size: 3.5rem;
}

#trouble_beginner h2 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: 2.4rem;
}
#lesson-go .card-title {
	margin-bottom: 0px;
}
#lesson-go .card-title h4{
	font-size: 1.8rem;
    background-color: #1d1d1d;
    padding: 2.4rem 0;
    margin-bottom: 0px;
    margin-right: 10%;
    width: 35%;
    float: right;
}
#lesson-go .card-body {
	
	line-height: 3rem;
	padding-bottom: 3rem;
}
.btn-lesson {
	color: #fff;
	border:2px solid #fff;
	background-color: rgba(0,0,0,.2);
	-webkit-transition: all .3s;
	transition: all .3s;
}

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

.bg-orange {
	background-color: #ff6a08;
}
#lesson-go .col-md-6 h4 {
	font-weight: bold;
	font-size: 1.8rem;
	color: #1d1d1d;
	line-height: 24px;
	padding: 2.4rem 0;
}


/*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';
	font-size: 2.5rem;
	background-color: #1d1d1d;
	display: inline-block;
	padding: 12px 20px 7px 20px;
	text-transform: uppercase;
}


/*ハンバーガーメニュー*/
	
.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;
}
 
 .features .d-flex > div {
	  width: 50%;
 }
.feature {
	display: flex !important;
}
.sp-feature {
	display: none !important;
}

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

.trouble-content {
	width: 20%;
}

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

.sp-trouble {
	display: none !important;
}
.fristStep-btn {
width: 350px;
float: right;
margin-left: 300px;
}
.pc-no-display {
	display: none;
}
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;
}

#pop-Entertaiment02 {
	display: none;
}
.sp-shop-box {
	display: none;
}
.shop-menu {
background-color: rgba(255,0,0,0.9);
}
#firstStep .orenge-box {
	width: 100%;
}
#photo .d-flex>div {
width: 50%;
}
}


/*スマホ 対応*/
@media screen and (max-width:991px) {
	.btn350 {
    width: 80% !important;
    margin: 0px auto;
    margin-bottom: 6rem;
	}
}

@media screen and (max-width:991px) {
	.btn350_2 {
    width: 80% !important;
    margin: 0px auto;
    margin-bottom: 0.3rem;
	}
}


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

.mtmenu18{
	margin-top: unset;
}

.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;
}
.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: 27px;
}

.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 .btn-orange:hover {
  color: #ff6a08;
  background: none;
}
.month-campaign span {
  display: inline-block;
}
.features .d-flex div {
  width: 100%;
}

#firstStep{
  position: relative;
  z-index: 0;
  padding-top: 0 !important;
}
#firstStep .container {
	padding-top: 7rem;
}
#pop-girl {
      top: -100px !important;
}

#tokushoku {
  padding-top: 2rem;
}

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

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

.feature {
  display: none;
}
.sp-feature h4{
	text-align: center;
color: #fff;
background-color: #ff6a08;
padding: 1.8rem 0;
margin-bottom: 0;
position: relative;
}
.sp-feature h4:after {
border: 25px solid transparent;
border-top-color: #000;
border-bottom-width: 0;
top: 98%;
content: "";
display: block;
left: 37%;
position: absolute;
width: 0;
height: 0;
border-top: 17px solid #ff6a08;

}
.sp-feature .card-text {
padding: 10px;
}

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

#locations {
}

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

#banner {
    padding: 3rem;
}
#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;
}

.contents-incline02::before {
    height: 78.1% !important;
}
#profile {
    padding-bottom: 3rem !important;
}
#profile .col-md-4 {
     padding-bottom: 2rem;
}
.pc-trouble {
    display: none !important;
}
#fristStep {
    padding: 3rem 0;
}
.fristStep-inner {
    position: static !important;
    bottom: auto !important;
}

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

#lesson-go .card-title h4 {
   padding: 1.8rem 0.5rem !important;
width: 63% !important;
}

#lesson-go .card-text {
	text-align: left;
}

#genre {
	padding-bottom: 0px !important;
}
#genre .py-5 {
	padding-bottom: 0px !important;
	padding-top: 2rem;
	}

.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 h5 {
	font-size: 1rem;
}
.sns-frame {
	display: none;
}
.info-img {
    width: 50%;
    padding: 0 0.5rem;
}
.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: 1.2rem;
}
.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.1rem;
	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: 2rem 0.5rem;
	margin-bottom: 1.5rem;
}
.sns .fab {
font-size: 4rem;
padding-left: 1.5rem;
}

.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-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: 1.2rem;
	 padding: 1rem 0.5rem;
 }

    .footercopy img{
        width: 850%;
    }
    .footercopy div:nth-child(2){
        align-self: flex-end;
        font-size: 1.1rem;
    }

.sp-shop-box {
	position: absolute;
	width: 100%;
}
.shop-menu {
background-color: rgba(29,29,29,0.9);
border-bottom: 5px solid #f71b0f;
}
.shop-menu h1 span {
	display: none;
}
.tel {
	font-size: 1.8rem;
}
.shop-menu ul li {
	padding-left: 1.5rem;
}
.shop-menu ul li img {
	width: 20px;
}
#pop-Entertaiment02 {
	width: 75%;
	top: 0;
}

#firstStep .orenge-box {
	width: auto;
}
.sp-position-right {
	position: absolute;
	right: 0;
	top: -23px;
}
.relative-position {
	position: relative;
}
#attract .d-flex {
flex-direction: column-reverse;
}

#attract {
	padding-bottom: 6rem;
}
#photo .d-flex{
flex-direction: column;
}
#photo .d-flex>div {
	width: 100%;
}
.w80-btn {
	width: 80%;
	margin: 0px auto;
}
#f-d-img01 img {
	float: none;
	width: 100% !important;
}

#find-dream {
	padding-top: 0px !important;
	padding-bottom: 5rem !important;
}
#information .col-md-4 {
	flex-direction: row !important;
	flex-wrap: wrap;
}
#information:before {
	background: none;
}
.shop-menu h1 {
	font-size: 1.8rem;
}
.shop-menu ul li {
	font-size: 1rem;
}
.tel {
	font-size: 1.4rem;
}
}

/* ヘッダー スマホ menu*/
.nav-wrap .logo>img {
	width: 200px;
	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: 1rem 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;
}

/*下層ページ*/
.p-static {
	position: static;
}

.sub-title {
	font-size: 2.4rem;
	color: #666666;
	font-family: 'PierSans-Bold','Noto Sans JP',sans-serif;
	margin-bottom: 0;
	padding-top: 0.5rem;
	letter-spacing: 0.05em;
	letter-spacing: 0.115em;
}
.breadcrumb-list .d-flex {
	padding: 1.5rem 0;
}
.breadcrumb-list ol{
	list-style: none;
}
.breadcrumb-list ol li {
	font-size: 1.2rem;
	line-height: 2rem;
}
.breadcrumb-list ol li::after{
	content: '>';
	padding: 0 0.8rem;
}
.breadcrumb-list ol li:last-child::after {
	content: none;
}
.two-col .d-flex>div{
	width: 50%;
}

.main-area h1 {
	position: relative;
	font-weight: 900 !important;
}
.under-orange02:after {
content: '';
position: absolute;
bottom: 0px;
left: 0;
display: block;
margin: auto;
width: 50px;
height: 4px;
background-color: #ff6a08;}
#miryoku dl dt {
    color: #d6d6d6;
    font-size: 3rem;
    line-height: 0.7;
    padding: 1.8rem 2.2rem 0 0;
    font-family: PierSans;
     
}
#miryoku .col-md-12 {
    margin-bottom: 5rem;
}
#miryoku dl dd {
    border-left: 2px solid #1d1d1d;
    margin-top: 7px;
}
.miryoku-inner {
    padding: 0 2rem 1.4rem 2rem;
}
#miryoku dl dd h3 {
    font-size: 2.2rem;
    color: #ff6a08;
    margin-top: -8px;
    margin-bottom: 1.3rem;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.1rem;
}
#tokushoku .fontsize18 {
	line-height: 37px;
}

.bg-black-h2 {
    font-size: 2.6rem;
    text-align: right;
    background-color: rgba(26,26,26,1);
    display: inline-block;
    color: #fff;
    padding: 1.2rem 3rem 0.3rem;
    margin-bottom: 5rem;
    width: 23%;
    
}
@media screen and (min-width:1200px) {
    #tokushoku .container{
    max-width: 1200px;
    }
}

@media screen and (max-width:767px) {
    #miryoku dl dd h3 {
	    font-size: 1.8rem;
    }
    #miryoku dl dt {
	    font-size: 1.8rem;
    }
    .miryoku-inner p {
	    font-size: 1.3rem;
    }
    
    .two-col .d-flex>div{
	width: 100%;
	}
	#tokushoku .fontsize18 {
		font-size: 1.3rem;
		line-height: 25px;
	}
	#tokushoku p{
		/*color: #000 !important;*/
	}
	.bg-black-h3 {
		width: 100%;
		display: block;
		text-align: center;
		padding: 1rem;
		margin-bottom: 2rem;
	}
#trouble h2 {
    width: 100%;
}
}


/*お知らせtable*/
/*水色*/
table.oshirase{
  width: 100%;
  border-collapse: collapse;
}

table.oshirase tr{
  border-bottom: solid 2px white;
}

table.oshirase tr:last-child{
  border-bottom: none;
}

table.oshirase th{
  position: relative;
  text-align: left;
  width: 26%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.oshirase th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.oshirase td {
    text-align: left;
    width: 74%;
    text-align: left;
    background-color: #eee;
    padding: 15px 30px 15px 30px;
}

/* 2024/02/01　追加 */
.btn .btn_icon{
    height: 30px;
    margin-right: 15px;
}

.btn:hover .btn_icon_reservation {
    content: url('https://www.e-t-c.net/wp-content/themes/pgfamily/asset/img/triallesson/reservation-icon_hover.png');
}

.btn:hover .btn_icon_phone {
    content: url('https://www.e-t-c.net/wp-content/themes/pgfamily/asset/img/triallesson/phone-icon_hover.png');
}


.trial .bloc .step .step-box h3 {
    width: 94%;
    margin: 0 auto 10px;
}

.trial .inner {
    width: 90%;
    padding: 40px 0;
}

.accordion_reservation {
    width: 100%;
    font-size: 15px;
}
}


/* レッスンフロー*/
.toggle {
height: 0;
padding: 0 8px;
transition: .2s;
overflow: hidden;
}

input:checked ~ .accordion_reservation + .toggle {
padding-top: 40px;
}

input:checked ~ .toggle {
height: auto;
padding: 10px;
}

.trial .bloc .step .step-box h3 {
width: 94%;
margin: 0 auto 10px;
}

.trial .inner {
width: 90%;
padding: 40px 0;
}

.accordion_reservation {
width: 100%;
font-size: 15px;
}

.accordion_btn {
display: none;
}

.btn-STD {
display: block;
padding: 20px 0;
border-radius: 6px;
color: #222 !important;
font-size: 18px;
text-align: center;
text-decoration: none;
transition: 0.3s linear;
background: #ccc url(https://www.e-t-c.net/wp-content/themes/pgfamily/asset/img/trial/bg-ptn1.png);
margin: 20px 0 60px 0;
}

.trial .inner {
position: relative;
width: 80%;
max-width: 800px;
margin: 0 auto;
}

.trial .bloc {
padding: 40px;
background: #fff;
}

.trial .bloc h3 {
margin-bottom: 20px;
color: #ee6424;
font-size: 28px;
text-align: center;
}

.trial .bloc h3 span {
display: block;
margin: 0 auto 10px;
padding-bottom: 5px;
border-bottom: solid 2px #cacaca;
color: #cacaca;
font-size: 20px;
}

.accordion_reservation {
width: 80%;
max-width: 500px;
margin: 0 auto;
display: block;
padding: 20px 0;
border-radius: 6px;
pointer-events: all;
color: #fff;
background-color: #0071ba;
font-size: 18px;
cursor: pointer;
transition: .3s;
text-align: center;
font-weight: 600;
}


.trial .bloc p.read {
margin: 0 auto 15px;
font-size: 15px;
line-height: 2;
text-align: center;
}

.trial .bloc ul {
font-size: 0;
text-align: center;
}

.trial .bloc ul li {
display: inline-block;
width: 32%;
margin: 0 auto 20px;
}

.trial .bloc ul dl {
width: 90%;
margin: 0 auto;
padding: 0 0 15px;
border-top: solid 4px #ee6424;
background: #efefef;
}

.trial .bloc ul dl dt {
margin-bottom: 10px;
padding: 10px 0 0;
font-size: 20px;
}

.trial .bloc ul dl dd {
margin-bottom: 8px;
font-size: 16px;
}

.trial .bloc ul dl dd a {
display: block;
width: 140px;
margin: 0 auto;
padding: 6px 0;
font-size: 14px;
text-decoration: none;
}

.trial .bloc ul dl dd a:before {
content: '';
display: inline-block;
width: 6px;
height: 6px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
position: relative;
margin-right: 10px;
transform: rotate(45deg);
}

#shops_genre a[href^="https://www.google.com/maps?"] {
text-decoration: none;
}

.trial .bloc ul dl dd a.access-btn:before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url(https://www.e-t-c.net/wp-content/themes/pgfamily/asset/img/trial/map_pin.png);
background-size: contain;
vertical-align: middle;
border: none;
transform: none;
}

.trial .bloc ul dl dd a.web-btn {
background: #28588F;
color: #fff;
}

.trial .bloc ul dl dd a.tel-btn {
background: #666;
color: #fff;
}

.trial .bloc ul dl dd a.access-btn {
border: 1px solid #666;
color: #222;
padding: 5px 0;
}

.trial .bloc ul dl dd span.tel-btn {
width: 140px;
display: block;
margin: 0 auto;
font-size: 14px;
padding: 6px 0;
background: #666;
color: #fff;
}

.trial .bloc ul dl dd a:hover {
opacity: 0.85;
}

.trial .arw {
background: #fff;
}

.trial .arw:after {
content: '';
display: block;
width: 15px;
height: 15px;
margin: 0 auto;
border-right: solid 2px #ee6424;
border-bottom: solid 2px #ee6424;
transform: rotate(45deg);
}

.trial .bloc .inner-bloc {
display: flex;
}

.trial .bloc figure.pht {
text-align: center;
}

.trial .bloc figure.pht img {
width: 96%;
max-width: 540px;
margin-top: 40px;
}

.trial .bloc .txt {
text-align: left;
padding-bottom: 10px;
}

.trial .bloc .txt p.note {
margin-bottom: 40px;
font-size: 15px;
text-align: left;
}

.trial .bloc figure.pht-L {
width: 75%;
margin: 0 auto 30px;
}

.trial .bloc figure.pht-L img {
width: 100%;
}

.trial .btn-bloc {
width: 80%;
max-width: 500px;
margin: 0 auto;
}

@media (max-width: 641px) {
.trial .bloc ul li {
    width: 49%;
}
}

@media (max-width: 481px) {
.trial {
    margin-bottom: 0;
}

.trial .bloc {
    padding: 0 0 40px;
}

.trial .bloc p.read {
    width: 100%;
    text-align: justify;
}

.trial .bloc .inner-bloc {
    display: block;
}

.trial .bloc figure.pht {
    width: 100%;
    margin: 0 auto 20px;
}

.trial .bloc figure.pht img {
    width: 100%;
}

.trial .bloc .txt {
    width: 100%;
    margin: 0 auto 20px;
    padding-left: 0px;
}

.trial .bloc .txt p.note {
    margin-bottom: 20px;
    font-size: 15px;
}

.trial .bloc figure.pht-L {
    width: 100%;
    margin: 0 auto 20px;
}

.trial .btn-bloc {
    width: 100%;
}

.trial .bloc ul dl dt {
    font-size: 17px;
}

.trial .bloc ul dl dd a {
    width: 85%;
    font-size: 13px;
}

.trial .bloc .txt p img {
    width: 100%;
}

.trial .bloc h3 {
    font-size: 22px;
}
}

/* レッスンフロー見出し */
.trial .bloc h3.lesson_flow {
padding: 5px;
font-size: 22px;
font-weight: bold;
border-bottom: 1px solid #222;
color: #222;
text-align: left;
}

.necessary {
text-align: center;
}

@media (max-width: 481px) {
.trial .bloc h3.lesson_flow {
    font-size: 18px;
}
}


/* 店舗案内 */
.text-xxl {
font-size: 1.9rem;
letter-spacing: 0.03rem;
}

.text-gray {
color: #999999;
}

.text-base {
font-size: 1.6rem;
line-height: 2.4;
}

.pl-16 {
padding-left: 16px;
}

.accordion-base .accordion-item {
border-bottom-width: 2px;
border-bottom-color: #f2f2f2;
border-bottom-style: solid;
padding: 0 24px;
cursor: pointer;
}

.accordion-base .accordion-item:first-child {
border-top-width: 2px;
border-top-color: #f2f2f2;
border-top-style: solid;
}


.accordion-base .accordion-item .accordion-trigger {
padding: 40px 0;
display: block;
position: relative;
}

.accordion-base .accordion-item .accordion-trigger::after {
content: "";
height: 20px;
width: 15px;
position: absolute;
right: 0;
top: 50%;
transform: translate(-50%, -50%);
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232px%22%20height%3D%2243px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(34%2C%2034%2C%2034)%22%20d%3D%22M31.542%2C26.981%20L27.881%2C23.321%20L18.603%2C32.840%20L18.583%2C0.869%20L13.229%2C0.869%20L13.229%2C32.840%20L3.708%2C23.321%20L0.047%2C26.981%20L15.917%2C42.609%20L31.542%2C26.981%20Z%22%2F%3E%3C%2Fsvg%3E');
background-size: cover;
}

.accordion-base .accordion-item .accordion-content {
padding-bottom: 40px;
display: none;
}

.accordion-base .accordion-item .is-open {
border-bottom-color: #222222;
display: block;
}

.accordion-base .accordion-item .is-open::after {
transform: translate(-50%, -50%) rotate(180deg);
}

.accordion-base .border-white .accordion-item .is-open {
border-bottom-color: #222222;
}

.align-start {
align-items: flex-start;
}

.accordion-base .accordion-item .accordion-content .btn a{
width: 300px;
}

.flex {
display: flex;
flex-wrap: wrap;
}

.ttl-catch {
font-size: 2.7rem;
line-height: 1.8;
}

.asp-4_3 {
position: relative;
overflow: hidden;
aspect-ratio: 1.3333333333;
}

.w-40 {
width: 40%;
}

.asp-4_3 img {
left: 50%;
top: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
position: absolute;
object-fit: cover;
}

.w-60 {
width: 60%;
}

.pl-32 {
padding-left: 32px;
}

.text-base {
font-size: 1.6rem;
line-height: 2.4;
}

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

.text-link a{
color: #eb6112;
}

.text-orange {
color: #EB6113;
}

.label-base {
font-size: 1.4rem;
padding: 2px 6px;
display: inline-block;
}

.label-base.label-gray {
color: #222222;
background-color: #f6f6f6;
}


@media screen and (max-width: 767px) {
.accordion-base .accordion-item {
    padding: 0;
}
.accordion-base .accordion-item .accordion-trigger {
    padding: 32px 24px 32px 0;
}
.sp-block {
    display: block;
}
.sp-w-full {
    width: 100% !important;
}
.sp-pl-0 {
    padding-left: 0 !important;
}

.accordion-base .accordion-item .accordion-content .btn a{
    width: 100%;
}
}


/* FAQ */
#shoshin-reason_faq .accordion ul {
width: 100%;
padding: 0;
margin-bottom: 20px;
}

#shoshin-reason_faq .accordion li {
position: relative;
list-style: none;
}

#shoshin-reason_faq .accordion>ul>li>a {
height: auto;
display: block;
text-decoration: none;
cursor: pointer;
padding: 0px 30px 0px;
position: relative;
background: #ff6a07;
color: #fff !important;
}

#shoshin-reason_faq .accordion>ul>li>a h3 {
font-size: 20px;
margin: 0;
overflow: hidden;
}

#shoshin-reason_faq .accordion>ul>li>a h3 span.num {
font-family: piersans-bold;
font-size: 40px;
color: #d84700;
line-height: 60px;
display: block;
float: left;
width: 8%;
padding: 5px 7px 0px 0px;
margin-bottom: -7px;
}

#shoshin-reason_faq .accordion>ul>li>a h3 span.tit {
font-size: 1.8rem;
display: block;
float: right;
width: 92%;
letter-spacing: 0.1rem;
padding: 19px 20px 20px 0px;
text-align: left;
margin-bottom: 0;
}

@media screen and (max-width: 991px) {
#shoshin-reason_faq .accordion>ul>li>a h3 span.num {
    float: none;
    width: 100%;
    padding: 20px 0 8px;
    font-size: 25px;
}

#shoshin-reason_faq .accordion>ul>li>a h3 span.tit {
    float: none;
    width: 100%;
    padding: 5px 20px 20px 0;
    font-size: 16px;
}
}

#shoshin-reason_faq .accordion>ul>li>a h3:hover {
text-decoration: none;
}

#shoshin-reason_faq .accordion>ul>li>p {
display: none;
text-align: left;
padding: 25px 30px;
color: #ff6a07;
line-height: 1.8;
background: #fff4ec;
margin: 0;
overflow: hidden;
}

#shoshin-reason_faq .accordion li .accordion_icon,
#shoshin-reason_faq .accordion li .accordion_icon span {
display: inline-block;
transition: all .3s;
box-sizing: border-box;
}

#shoshin-reason_faq .accordion li .accordion_icon {
position: absolute;
width: 30px;
height: 30px;
top: 32px;
right: 17px;
margin-bottom: 0;
}

@media screen and (max-width: 991px) {
#shoshin-reason_faq #shoshin-reason_faq .accordion li .accordion_icon {
    top: 43px;
}
}

#shoshin-reason_faq .accordion li .accordion_icon span {
position: absolute;
width: 100%;
height: 1px;
background-color: #fff;
}

#shoshin-reason_faq .accordion li .accordion_icon span:nth-of-type(1) {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}

#shoshin-reason_faq .accordion li .accordion_icon span:nth-of-type(2) {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}

#shoshin-reason_faq .accordion li .accordion_icon.active span:nth-of-type(1) {
display: none;
}

#shoshin-reason_faq .accordion li .accordion_icon.active span:nth-of-type(2) {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}

#shoshin-reason_faq .icA {
font-family: piersans-bold;
width: 5%;
float: left;
font-size: 40px;
color: #ff6a07;
font-weight: bold;
line-height: 18px;
display: block;
}

#shoshin-reason_faq .answer {
width: 95%;
float: right;
padding: 0px 0px 0px 35px;
color: #1d1d1d;
display: block;
}

@media screen and (max-width: 991px) {
#shoshin-reason_faq .icA {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    font-size: 25px;
}

#shoshin-reason_faq .answer {
    width: 100%;
    float: none;
}
}