@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');

/* 不具合確認用
*{outline: 1px red solid;}
*/

.menu01{
    margin-top: 200px;
    position:relative !important;
}


a{
	text-decoration: none;
}

h2 {
    margin: 20px auto 30px;
    text-align: center;
    color: #ee7a62;
}

h4{    
    position: relative;
    padding: 1rem;
    border-radius: 5px;
    outline: 2px solid #55d644;
    outline-offset: 5px;
    background:
        linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)),
        repeating-linear-gradient(-45deg, #55d644 0 2px, #fff 2px 6px);
    color: #fff;
    text-shadow: -1px -1px 0 #55d644, -1px 1px 0 #55d644, 1px -1px 0 #55d644, 3px 3px 0 #55d644;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.singlepage-block img{
	width:100%;
	height: 100%;
}

.singlepage-block li{
	list-style: none;
	padding: 5%;
}

.singlefull-block li{
	list-style: none;
	padding: 5%;
}

.omoiArea{
    margin: 100px auto;
    text-align: center;
}

.omoiTitle {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  font-size: clamp(24px, 3vw, 32px);
  color: #000;/*フォントカラー*/
  margin: 0 auto;
  border: solid 1px #000;
}

.omoiTitle:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    border: none;
    border-top: solid 10px transparent;
    border-right: solid 40px rgb(100, 100, 100);
}

.omoiTitle:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 40px rgb(100, 100, 100);/*折り返し部分*/
}

.omoiTxt{
	text-align: left;
	margin-top: 30px;
}

#main {
    max-width: 980px;
    margin: 0 auto;
    display: block;
    width: 100%;
    clear: both;
  }
.pd{
    padding: 0 ;
}



.classtable h1 {
	margin-bottom: 1%;
	padding: 10px;
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	
}

.classtable h1:first-letter {
	color: #ee7a62;
}
.classtable h1:after {
	content: "";
	display: block;
	margin: 3% auto 0;
	width: 60px;
	height: 1px;
	background-color: #555;
}


.classcontent {
	width: 100%;
	display: block;
	clear: both;
	font-size: 16px;
	line-height: 200%;
	float: left;
	margin-bottom: 50px;
}

.classTitle{
    margin: 100px auto 5px;
    padding: 5px 20px;
    font-size: clamp(18px, 2vw, 24px);
    text-align: center;
    width: 70%;
}



.intracomment{
    padding: 10px;
    margin-bottom: 20px;
}

.fukidashi{
    clear: both;
    display: block;
    border: solid 1px #646464;
    padding: 10px 20px;
    margin: 20px 0 50px 0;
    width: 200px;
    text-align: center;
}

.cTitle-adv{
    border: solid 3px #ffab00;
    background-image: linear-gradient(120deg, #ffab00 50px, transparent 51px calc(100% - 51px));
    color: #ffab00;
}

.cTitle-studio{
    border: solid 3px #000;
    background-image: linear-gradient(120deg, #000 50px, transparent 51px calc(100% - 51px));
    color: #000;
}


.cTitle-regular{
    border: solid 3px #289377;
    background-image: linear-gradient(120deg, #289377 50px, transparent 51px calc(100% - 51px));
    color: #289377;
}

.cTitle-pre{
    border: solid 3px #8EC31E;
    background-image: linear-gradient(120deg, #8EC31E 50px, transparent 51px calc(100% - 51px));
    color: #8EC31E;
}

.cTitle-jr{
    border: solid 3px #fad900;
    background-image: linear-gradient(120deg, #fad900 50px, transparent 51px calc(100% - 51px));
    color: #fad900;
}

.cTitle-kinder{
    border: solid 3px #ff42cc;
    background-image: linear-gradient(120deg, #ff42cc 50px, transparent 51px calc(100% - 51px));
    color: #ff42cc;
}

.cTitle-short{
    border: solid 3px #00b3ff;
    background-image: linear-gradient(120deg, #00b3ff 50px, transparent 51px calc(100% - 51px));
    color: #00b3ff;
}

@media screen and (max-width : 480px){
	.classTitle{
		width: 100%;
	}
    .cTitle-regular{
        background-image: linear-gradient(120deg, #289377 30px, transparent 31px calc(100% - 31px));
    }
    
    .cTitle-pre{
        background-image: linear-gradient(120deg, #8EC31E 30px, transparent 31px calc(100% - 31px));
    }
    
    .cTitle-jr{
        background-image: linear-gradient(120deg, #fad900 30px, transparent 31px calc(100% - 31px));
    }
    
    .cTitle-kinder{
        background-image: linear-gradient(120deg, #ff42cc 30px, transparent 31px calc(100% - 31px));
    }
    
    .cTitle-short{
        background-image: linear-gradient(120deg, #00b3ff 30px, transparent 31px calc(100% - 31px));
    }
    .pd{
        padding: 0 10px;
    }
    
    
}


.classtext{
	float: right;
	width: 56%;
	padding:0 2% 30px 2%;
}

.classtext span{
    font-size: 12px;
}

.classtext li{
	float: left;
	text-align: left;
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
	width: 100%;
	list-style: none;
}
.classicon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #b0b0b0;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 30px;
}

.classPD{
    padding-left: 35px;
}

.singleclass-regular {
    color: #000000;
    text-align: center;
    font-size: clamp(16px, 1.5vw, 18px);
    }

.singleclass-regular:after{
	content:"(対象：高校生〜)";
	font-size: 12px;
}

.singleclass-pre {
    color: #000000;
    text-align: center;
    font-size: clamp(16px, 1.5vw, 18px);
    }

.singleclass-pre:after{
	content:"(対象：小学校高学年〜中学生)";
	font-size: 12px;
}


.singleclass-jr {
    color: #000000;
    text-align: center;
    font-size: clamp(16px, 1.5vw, 18px);
}

.singleclass-jr:after{
	content:"(対象：小学生〜)";
	font-size: 12px;
}

.singleclass-kinder {
    color: #000000;
    text-align: center;
    font-size: clamp(16px, 1.5vw, 18px);
}

.singleclass-kinder:after{
	content:"(対象：幼児〜)";
	font-size: 12px;
}

.singleclass-short {
    color: #000000;
    text-align: center;
    font-size: clamp(16px, 1.5vw, 18px);
}

.singleclass-short:after{
	content:"(対象：全年齢)";
	font-size: 12px;
}

.classintraimg{
	float: left;
	width: 36%;
	margin: 0 auto;
	padding:0 2% 30px 2%;
}
.classintraimg img{
    width: 100%;
    height: 100%;
}

.classtable {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	padding-bottom: 40px;
}

.classparts li{
    margin: 10px;
	padding: 10px 15px;
	float: left;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #000000;
    font-size: 16px;
    position: relative;
}

.class-studio li{
    border: solid 2px #000;
    box-shadow: 10px 10px #000;
}


.class-regular li{
    border: solid 2px #289377;
    box-shadow: 10px 10px #289377;
}

:hover.class-regular li{
  background: #289377;
  text-decoration: none;
  color: #fff;
}

a.class-regular li{
  text-decoration: none;
  color: #000000;
}

.icon-studio{
    border: 1px solid #000;
}
.icon-studio:before{
content:"S";
display: inline-block;
position: absolute;
left: 7px;
bottom: 2px;
}

.icon-adv{
    border: 1px solid #ffab00;
    }
.icon-adv:before{
content:"A";
display: inline-block;
position: absolute;
left: 7px;
bottom: 2px;
}

.icon-regular{
    border: 1px solid #289377;
}
.icon-regular:before{
content:"R";
display: inline-block;
position: absolute;
left: 7px;
bottom: 2px;
}

.class-pre li{
    border: solid 2px #8EC31E;
    box-shadow: 10px 10px #8EC31E;
}

a.class-pre li{
  text-decoration: none;
  color: #000000;
}

:hover.class-pre li{
  background: #8EC31E;
  text-decoration: none;
  color: #fff;
}
.icon-pre{
    border: 1px solid #8EC31E;
}
.icon-pre:before{
content:"P";
display: inline-block;
position: absolute;
left: 7px;
bottom: 2px;
}


.class-jr li{
    border: solid 2px #ffd900;
    box-shadow: 10px 10px #ffd900;
}

a.class-jr li{
  text-decoration: none;
  color: #000000;
}

:hover.class-jr li{
  background: #ffd900;
  text-decoration: none;
  color: #fff;
}

.icon-jr{
    border: 1px solid #ffd900;
}
.icon-jr:before{
content:"J";
display: inline-block;
position: absolute;
left: 7px;
bottom: 2px;
}


.class-kinder li{
    border: solid 2px #ff42cc;
    box-shadow: 10px 10px #ff42cc;
}

a.class-kinder li{
  text-decoration: none;
  color: #000000;
}

:hover.class-kinder li{
  background: #ff42cc;
  text-decoration: none;
  color: #fff;
}

.icon-kinder{
    border: 1px solid #ff42cc;
}
.icon-kinder:before{
content:"K";
display: inline-block;
position: absolute;
left: 7px;
bottom: 2px;
}

.class-short li{
    border: solid 2px #00b3ff;
    box-shadow: 10px 10px #00b3ff;
}

a.class-short li{
  text-decoration: none;
  color: #000000;
}

:hover.class-short li{
  background: #00b3ff;
  text-decoration: none;
  color: #fff;
}

.icon-short{
    border: 1px solid #00b3ff;
}
.icon-short:before{
content:"S";
display: inline-block;
position: absolute;
left: 7px;
bottom: 2px;
}

.class-studio li{
    border: solid 2px #000;
    box-shadow: 10px 10px #000;
}

a.class-studio li{
  text-decoration: none;
  color: #000000;
}

:hover.class-studio li{
  background: #000;
  text-decoration: none;
  color: #fff;
}

.icon-studio{
    border: 1px solid #000;
}
.icon-studio:before{
content:"S";
display: inline-block;
position: absolute;
left: 7px;
bottom: 2px;
}

/*クラスアイコン共通*/
/* 旧 .icon ルールは下部の「カードアイコン」セクションに統合済み */

#contenttitle{
	border-bottom: solid 5px #d96634;
	font-size: 36px;
	margin: 100px auto;
	font-weight: bold;
	padding-bottom: 15px;
	width: 100%;
	letter-spacing: 2px;
    color :#d96634;
}

#contenttitle span{
	font-size: 14px;
}


.navigation{
	float: left;
	width: 100%;
	margin: 60px 0 ;
}


.prevlink a{
	color: #fff;
	text-decoration: none;
}

.prevlink {
  position: relative;
	display: inline-block;
	padding: .9em 4em;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: left;
	}

.prevlink::after{
    position: absolute;
	top: 50%;
	left: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-right-color: #fff;
	transition: all .2s;
	color: #fff;
	text-decoration: none;
}


.prevlink:hover::after {
 left: -.05em;
}

.nextlink a{
	color: #fff;
	text-decoration: none;
}

.nextlink {
  position: relative;
	display: inline-block;
	padding: .9em 4em;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: right;
	}

.nextlink::after{
    position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .2s;
	color: #fff;
	text-decoration: none;
}


.nextlink:hover::after {
 right: -.05em;
}

.classlist-adv li{
    width: 100%;
    border-bottom: solid 2px #ffab00;
	padding: 10px 10px;
	float: left;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 16px;
}

.classlist-regular li{
    width: 100%;
    border-bottom: solid 2px #289377;
	padding: 10px 10px;
	float: left;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 16px;
}

.classlist-pre li{
    width: 100%;
    border-bottom: solid 2px #8EC31E;
	padding: 10px 10px;
	float: left;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 16px;
}


.classlist-jr li{
    width: 100%;
    border-bottom: solid 2px #ffd900;
	padding: 10px 10px;
	float: left;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 16px;
}

.classlist-kinder li{
    width: 100%;
    border-bottom: solid 2px #ff42cc;
	padding: 10px 10px;
	float: left;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 16px;
}

.classlist-short li{
    width: 100%;
    border-bottom: solid 2px #00b3ff;
	padding: 10px 10px;
	float: left;
    text-align: center;
    display: block;
    color: #000000;
    font-size: 16px;
}

/*検索ボタン*/
.classsearch {
	width: 100%;
	float: left;
	display: block;
	padding:0 ;
	margin: 0 0 20px;
}

.classsearch ul{
   width: 100%;
}

.classsearch li {
	width: 14.6%;
	text-align: center;
	font-weight: bold;
	list-style: none;
	float: left;
	margin: 0 1%;
}

/*スクールを探すボタン*/
.csearchbtn {
    border: 2px solid #ee7a62;
    margin: 10px auto;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    padding: 15px 2%;
  }
  
  a.csearchbtn {
    text-decoration: none;
    color: #ee7a62;
    font-size: 16px;
  }

  :hover.csearchbtn {
    background-color: #ee7a62;
    color: #fff;
    transition: 0.5s ;
  }

  .areamenu{
    width: 90%;
    margin: 0 5%;
    float: left;
     
 }
 
 .areamenu li{
     float: left;
     width: 10%;
     list-style: none;
     margin: 0 1%;


 }

 .btn_area {
	text-decoration: none;
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	display: block;
	text-align: center;
	font-size: 80%;
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
	margin: 5px;
}
.btn_area:hover {
	background: #000;
	color: #FFF;
	border: 1px solid #FFF;
} 

/*IntraPage*/
.intralist{
    display: flex;
    justify-content: left;
    flex-flow: row wrap;
}
.intralist li{
    border: solid 1px #ee7a62;
    flex-basis: 18%;
	list-style: none;
	margin: 20px 1%;
    padding: 1%;
    position: relative;
}
.intralist li img{
    width: 100%;
}

.intratitle{
    position:absolute;
    top:10px;
    left:10px;
    text-shadow: 1px 1px #fff;
    color:#000;
    text-decoration: none;
    font-size: clamp(12px, 1.5vw, 18px);
    color : #ee7a62;
}

.intratitle a{
}

/*Intra個別Page*/
#intrapage{
    display: flex;
    justify-content: left;
    flex-flow: row wrap;
    padding:0 20px;
}
#intrapageleft{
    width: 30%;
    padding-right: 5%;
}

#intrapageleft img{
    width: 100%;
    height: auto;
    border: solid 1px #ee7a62;
    padding: 5%;
}
#intrapageright{
    width: 70%;
}

.intrapagerighttext{
    font-size: clamp(24px, 2vw, 28px);
    text-align: left;
}

.intrapagecontent{
    padding: 20px;
}

.intrapr{
    background-color: #ee7a62;
    padding: 20px;
    color:#fff;
    font-size: clamp(18px, 2vw, 24px);
}

.intrapagetext{
    font-size: clamp(14px, 1.5vw, 16px);
    padding-top: 20px;
}
.intrainsta{
    font-size: clamp(18px, 2vw, 32px);
    border: solid 1px #ee7a62;
    text-align: center;
    padding: 20px;
    color: #ee7a62;
}

/*feeArea*/
.feeSec{
    max-width: 400px;
    margin: 100px auto 30px;
    text-align: left;
    font-size: 24px;
    position: relative;
}
.feeSec span{
    font-size: 14px;
    padding-left: 10px;
}
.feeSecNum{
    width: 50px;
    height: 40px;
    font-size: 24px;
    position: absolute;
    left: -50px;
    top:-10px;
    text-align: center;
    padding-top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.Num01{
    background-image:url(http://localhost:8888/hdctest/wp-content/uploads/fee01.png);
}
.Num02{
    background-image:url(http://localhost:8888/hdctest/wp-content/uploads/fee02.png);
}
.Num03{
    background-image:url(http://localhost:8888/hdctest/wp-content/uploads/fee03.png);
}



.redorder{
    border:solid 1px #d96634;
    color: #d96634;
}

.redBorderArea{
    text-align: center;
}

.redBorder{
    padding: 10px 20px;
    margin: 20px 20px 0px;
    position: relative;
    display: inline-block;
    border: solid 1px #d96634;
    color: #d96634;
}


.feeTop{
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    background-color: #fff;
    border-radius: 20px;
}

.muryo{
    font-size: clamp(36px, 4vw, 42px);
    padding: 10px;
    position:relative;
}
.muryo span{
    font-size: clamp(24px, 3vw, 34px);
}
.itudemo{
    position: absolute;
    top:-20px;
    right:20px;
    font-size: 12px;
    transform: rotate( 10deg );
}
.fuki{
    position:relative;
    display: inline-block;
    background: #CBE6E2;
    border-radius: 30px;
    padding: 5px 16px;
    font-weight: bold;
    color: #000;
    border: solid 1px #CBE6E2;
}
.fuki:before{
    content: "";
    /* borderで三角形を作る */
    border: 10px solid transparent;
    border-top: 10px solid #CBE6E2;
    /* 配置する */
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

.feeArea {
    display:flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-right: 20px;
}
.feeItem{
    border: solid 1px #999;
    flex-basis: 20%;
    max-width: 130px;
    height: 130px;
	list-style: none;
	margin: 20px 2%;
    padding: 0px;
}
.feeClass{
    padding: 10px 0 5px 25px ;
    font-size: 18px;
}

.feeClass span{
    font-size: 14px;
}

.preText{
    font-size: 10px !important;
    line-height: 140% !important;
    display: block;
}

.sankaku{
    margin-left: -20px;
    font-size: 14px;
}
.feeKaisu{
    background-color: #999;
    color:#fff;
    font-size: 10px;
    margin-top:-5px;
    margin-left:25px;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 5px;
}
.feeGesya{
    padding: 0px 0 5px 25px ;
    font-size: 18px;
}
.feeGesya span{
    font-size: 14px;
}
.feeItemShort{
    border: solid 1px #999;
    flex-basis: 80%;
    max-width: 340px;
    height: 100px;
	list-style: none;
	margin: 20px 2%;
    padding: 0px;

}
.feeClassShort{
    padding: 20px 0 5px 45px ;
    font-size: 18px;
}

.feeshadow{
    box-shadow: 1px 1px #d96634,
    2px 2px #d96634,
    3px 3px #d96634,
    4px 4px #d96634,
    5px 5px #d96634,
    6px 6px #d96634,
    7px 7px #d96634,
    8px 8px #d96634,
    9px 9px #d96634,
    10px 10px #d96634,
    11px 11px #d96634,
    12px 12px #d96634,
    13px 13px #d96634,
    14px 14px #d96634,
    15px 15px #d96634,
    16px 16px #d96634,
    17px 17px #d96634,
    18px 18px #d96634,
    19px 19px #d96634,20px 20px #d96634,21px 21px #999;
}

.feeText{
    width: 90%;
    font-size: clamp(14px, 2vw, 18px);
    margin: 50px auto 30px;
    max-width: 600px;
}
.noto{
    font-size:20px;
font-family: 'Noto Sans JP', sans-serif;
}

.unLine{
    border-bottom: solid 1px #999;
    padding: 5px;
    font-size: clamp(12px, 2vw, 18px);
}
.unLine span{
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    padding: 5px;
    border-radius: 5px;
}
.toppd{
    padding-top: 50px;
}
.toppd span{
    font-size: 14px;
}
.toppd_20{
    padding-top: 20px;
}
.payment{
    background-color:#CBE6E2;
}
.grayArea{
    margin-top: -30px;
    background-color:#eee;
}
.centerimg{
    text-align: center;
    margin: 0 auto ;
    width: 90%;
}
.centerimg img{
    width: 100%;
    max-width: 480px;
}
.btmpd{
    padding-bottom:50px;
}

.btmmg20{
    margin-bottom:20px;
}

.btmmg50{
    margin-bottom:50px;
}

.whtBgArea{
    text-align: center;
}

.whtBg{
    background-color: #fff;
    padding: 10px 45px;
    margin: 50px 20px 30px;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    display: inline-block;
}

.whtBg:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #ee7a62;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
  }
.whtBg:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #ee7a62;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 10px;
  }
  .whtBg:before {
    left:0;
  }
  .whtBg:after {
    right: 0;
  }


.deco01{
    width: 30px;
    height: 1px;
    background-color: #ee7a62;
    transform: rotate( 45deg );
    top: 20px;
    left: 70px;
    position: relative;
}
.deco02{
    width: 30px;
    height: 1px;
    background-color: #ee7a62;
    transform: rotate( -45deg );
    top: -16px;
    left: 300px;
    position: relative;
}

.font14{
    font-size: 14px;
}

.whtBgarea{
    background-color: #fff;
    border-radius: 20px;
    max-width: 400px;
    margin: 0 auto 100px;
    text-align: left;
}
.leftText{
    padding-left: 50px;
}

.wariArea{
    display: flex;
    justify-content: center;
}
.wariItem{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 15px 15px #d96634;
    margin: 20px;
    border: solid 1px #999;
    position: relative;
}
.point{
    position:absolute;
    top:-5px;
    left: -20px;
}
.point img{
    width: 40px;
}
.wariText{
    font-size: 36px;
    color:#d96634;
    text-align: center;
    padding-top: 35px;
    line-height: 100%;
}

.wariText02{
    font-size: clamp(22px, 4vw, 32px);
    padding: 10px;
    position:relative;
}
.wariText02 span{
    font-size: clamp(18px, 3vw, 24px);
}
.br20{
    border-radius: 20px;
    min-width: 100px;
}

.arrow{
    position: relative;
    padding: 0px;
    height: 70px;
}
/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:1%;
  right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:20%;}
     100%{bottom:1%;}
 }

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #d96634;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
    /*矢印の形状*/
  width:1px;
  height: 50px;
  background:#d96634;
}


  @media only screen and (max-width: 780px) {
    .classsearch li {
        width: 31.3%;
    }
    .feeItem{
        flex-basis: 40%;
        margin: 20px 5%;
    }
    .feeSec{
        margin-left: 60px;
        font-size:20px
    }
    .leftText {
         padding-left: 0px; 
    }

  }
@media only screen and (max-width: 480px) {
    .three-block li{
        width: 100%;
        margin: 0 ;
        padding: 0 ;
    }
    
    /*スクールを探すボタン*/
    .csearchbtn {
      padding: 5px 10px;
    }
    .classsearch li {
        width: 48%;
    }
    
    a.csearchbtn {
      font-size: 16px;
    }
    
    .classtable ul{
        padding:0 0 0 20px;
        margin: 0 auto;
    }
    #intrapage{
	    padding: 0 2%;
    }
    
    #intrapageleft{
        width: 90%;
        padding: 5%;
	    margin: 0 auto;
	    text-align: center;
    }
    #intrapageleft img{
        width: 90%;
        padding: 5%;
    }
    #intrapageright{
        width: 100%;
    }
    .intralist li{
        flex-basis: 31%;
    }
    
    .classtext {
    width: 100%;
	}
	.classintraimg{
		width: 100%;
	}
    
    }


/* ============================================
   絞り込み検索ページ用（2026リニューアル）
   ============================================ */

/* --- ページタイトル --- */
#contenttitle {
  border-bottom: solid 3px #ee7a62;
  font-size: clamp(24px, 4vw, 36px);
  margin: 80px auto 30px;
  font-weight: bold;
  padding-bottom: 15px;
  width: 100%;
  letter-spacing: 2px;
  color: #ee7a62;
}
#contenttitle span {
  font-size: 14px;
  padding-left: 10px;
  color: #808080;
  font-weight: normal;
}

/* --- グリッド --- */
.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  max-width: 1280px;
  margin: 10px auto;
  width: 100%;
}

/* grid-sizer: Isotope の列幅基準（レイアウトに影響させない） */
.grid-sizer {
  position: absolute;
  height: 0;
  margin: 0;
  padding: 0;
}

.classlist {
  max-width: 1280px;
  margin: 30px auto;
  padding: 0 10px;
}
.classlist a {
  color: #000;
  text-decoration: none;
}
.grid-sizer,
.classitem {
  width: 20%;
}
.classitem {
  padding: 4px;
}

/* 検索ページ専用: 初期非表示 → JS で順次フェードイン */
.classlist .classitem {
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.classlist .classitem.fade-in-up {
  animation: fadeInUp 0.3s ease forwards;
}
.classitem a {
  color: #000;
  text-decoration: none;
}

/* --- フォーム部品（既存互換） --- */
.form-table { width: 100%; }
.form-table td { width: 15%; }

.m-form-select { position: relative; }
.m-form-select:before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px; height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  pointer-events: none;
}
.m-form-select select {
  height: 2.4em;
  width: 100%;
  padding: 0 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  cursor: pointer;
}
.m-form-select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #2196f3 inset;
}
.m-form-submit-button {
  display: inline-block;
  width: 100%;
  padding: 8px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.m-form-submit-button:hover { background-color: #000; }
.m-form-submit-button:focus {
  outline: 0;
  background-color: #000;
  border-color: #2196f3;
}

/* ============================================
   フィルターUI
   ============================================ */
.filters {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.filter-group {
  margin-bottom: 20px;
}
.filter-group:last-child {
  margin-bottom: 0;
}

.filter-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #808080;
  margin-bottom: 10px;
  padding-left: 2px;
  letter-spacing: 0.5px;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* --- フィルターボタン共通 --- */
.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background-color: #f5f5f5;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  color: #555;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  line-height: 1.4;
}

.filter-btn:hover {
  background-color: #fef0ec;
  border-color: #ee7a62;
  color: #ee7a62;
}

.filter-btn:active {
  transform: scale(0.96);
}

.filter-btn.is-checked {
  background-color: #ee7a62;
  border-color: #ee7a62;
  color: #fff;
  box-shadow: 0 2px 8px rgba(238,122,98,0.3);
}

/* --- 年齢カテゴリ別ボタンの色付き左ライン --- */
.filter-btn.filter-btn--regular {
  border-left: 4px solid #289377;
}
.filter-btn.filter-btn--regular.is-checked {
  background-color: #289377;
  border-color: #289377;
  box-shadow: 0 2px 8px rgba(40,147,119,0.3);
}

.filter-btn.filter-btn--pre {
  border-left: 4px solid #8EC31E;
}
.filter-btn.filter-btn--pre.is-checked {
  background-color: #8EC31E;
  border-color: #8EC31E;
  box-shadow: 0 2px 8px rgba(142,195,30,0.3);
}

.filter-btn.filter-btn--jr {
  border-left: 4px solid #fad900;
}
.filter-btn.filter-btn--jr.is-checked {
  background-color: #fad900;
  border-color: #fad900;
  color: #333;
  box-shadow: 0 2px 8px rgba(250,217,0,0.3);
}

.filter-btn.filter-btn--kinder {
  border-left: 4px solid #ff42cc;
}
.filter-btn.filter-btn--kinder.is-checked {
  background-color: #ff42cc;
  border-color: #ff42cc;
  box-shadow: 0 2px 8px rgba(255,66,204,0.3);
}

.filter-btn.filter-btn--short {
  border-left: 4px solid #00b3ff;
}
.filter-btn.filter-btn--short.is-checked {
  background-color: #00b3ff;
  border-color: #00b3ff;
  box-shadow: 0 2px 8px rgba(0,179,255,0.3);
}

/* スマホ対応 */
@media screen and (max-width: 480px) {
  .filters {
    padding: 16px;
    border-radius: 8px;
  }
  .filter-btn {
    font-size: 13px;
    padding: 6px 12px;
  }
  .filter-buttons {
    gap: 6px;
  }
}

/* --- カードグリッド レスポンシブ --- */
@media screen and (max-width: 1100px) {
  .grid-sizer,
  .classitem {
    width: 25%;
  }
}
@media screen and (max-width: 780px) {
  .grid-sizer,
  .classitem {
    width: 33.333%;
  }
}
@media screen and (max-width: 560px) {
  .grid-sizer,
  .classitem {
    width: 50%;
  }
  .color-shape {
    padding: 10px 10px;
    font-size: 13px;
  }
}

/* ============================================
   クラスカード
   ============================================ */
.weekday {
  border-bottom: dotted 1px #b0b0b0;
  margin: 0px;
  font-size: 13px;
  padding: 2px 0;
}
.classtime {
  padding: 4px 0 0;
  font-size: 12px;
  color: #808080;
}
.stext {
  font-size: 12px;
}

/* カード共通スタイル */
.color-shape {
  padding: 10px 12px;
  text-align: center;
  color: #000;
  font-size: 14px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.color-shape:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.color-shape a {
  display: block;
}

/* カテゴリ別カラー（.color-shape にのみ適用） */
.color-shape.classes-adv {
  border-left: 4px solid #ffab00;
  box-shadow: 0 2px 6px rgba(255,171,0,0.15);
}
.color-shape.classes-studio {
  border-left: 4px solid #000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.color-shape.classes-regular {
  border-left: 4px solid #289377;
  box-shadow: 0 2px 6px rgba(40,147,119,0.15);
}
.color-shape.classes-pre {
  border-left: 4px solid #8EC31E;
  box-shadow: 0 2px 6px rgba(142,195,30,0.15);
}
.color-shape.classes-jr {
  border-left: 4px solid #fad900;
  box-shadow: 0 2px 6px rgba(250,217,0,0.15);
}
.color-shape.classes-kinder {
  border-left: 4px solid #ff42cc;
  box-shadow: 0 2px 6px rgba(255,66,204,0.15);
}
.color-shape.classes-short {
  border-left: 4px solid #00b3ff;
  box-shadow: 0 2px 6px rgba(0,179,255,0.15);
}

/* エリア名 */
.classes-regular-area,
.classes-pre-area,
.classes-jr-area,
.classes-kinder-area,
.classes-short-area,
.classes-adv-area,
.classes-studio-area {
  font-size: 11px;
  color: #999;
  margin-bottom: 4px;
}

/* カードアイコン */
.icon {
  position: absolute;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: -6px;
  left: -6px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon:hover {
  color: #000;
}

.icon-adv { border: 2px solid #ffab00; }
.icon-studio { border: 2px solid #000; }
.icon-regular { border: 2px solid #289377; }
.icon-pre { border: 2px solid #8EC31E; }
.icon-jr { border: 2px solid #fad900; }
.icon-kinder { border: 2px solid #ff42cc; }
.icon-short { border: 2px solid #00b3ff; }

/* :before リセット（旧ルールの position:absolute を上書き） */
.icon-adv:before,
.icon-studio:before,
.icon-regular:before,
.icon-pre:before,
.icon-jr:before,
.icon-kinder:before,
.icon-short:before {
  position: static;
  left: auto;
  bottom: auto;
  display: block;
}
.icon-adv:before { content: "A"; color: #ffab00; }
.icon-studio:before { content: "S"; color: #000; }
.icon-regular:before { content: "R"; color: #289377; }
.icon-pre:before { content: "P"; color: #8EC31E; }
.icon-jr:before { content: "J"; color: #fad900; }
.icon-kinder:before { content: "K"; color: #ff42cc; }
.icon-short:before { content: "S"; color: #00b3ff; }

/* ============================================
   サイド凡例（カテゴリ表示）
   ============================================ */
.classCatMain {
  position: fixed;
  bottom: 80px;
  right: 12px;
  z-index: 90;
}
.classCat {
  opacity: 0.92;
  font-size: 10px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.cat-r, .cat-p, .cat-j, .cat-k, .cat-s {
  color: #fff;
  position: relative;
  padding: 5px;
  margin-bottom: 16px;
  border-radius: 3px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.cat-r { background-color: #289377; }
.cat-p { background-color: #8EC31E; }
.cat-j { background-color: #fad900; color: #333; text-shadow: none; }
.cat-k { background-color: #ff42cc; }
.cat-s { background-color: #00b3ff; }

.cat-r:before, .cat-p:before, .cat-j:before, .cat-k:before, .cat-s:before {
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  background-color: #fff;
  text-shadow: none;
}
.cat-r:before { content: "R"; color: #289377; border: 1.5px solid #289377; }
.cat-p:before { content: "P"; color: #8EC31E; border: 1.5px solid #8EC31E; }
.cat-j:before { content: "J"; color: #fad900; border: 1.5px solid #fad900; }
.cat-k:before { content: "K"; color: #ff42cc; border: 1.5px solid #ff42cc; }
.cat-s:before { content: "S"; color: #00b3ff; border: 1.5px solid #00b3ff; }

/* スマホではサイド凡例を非表示 */
@media screen and (max-width: 780px) {
  .classCatMain {
    display: none;
  }
}

/* ============================================
   横並び凡例バー（フィルター下）
   ============================================ */
.legend-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  padding: 12px 16px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}

.legend-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
}

.legend-badge--regular { background-color: #289377; }
.legend-badge--pre     { background-color: #8EC31E; }
.legend-badge--jr      { background-color: #fad900; color: #333; }
.legend-badge--kinder  { background-color: #ff42cc; }
.legend-badge--short   { background-color: #00b3ff; }

@media screen and (max-width: 480px) {
  .legend-bar {
    gap: 4px 12px;
    padding: 10px 12px;
  }
  .legend-item {
    font-size: 11px;
  }
  .legend-badge {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }
}

footer {
  clear: both;
}