@charset "UTF-8";
/*---------------------------------------------------------
FV教室表示
---------------------------------------------------------*/
.fv-class-pctarea{

}
.fvclass-pct-slider > p{
    padding:1%;
}

/*---------------------------------------------------------
SV
---------------------------------------------------------*/
.class-mark{
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.class-mark >span::after{
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    font-size: clamp(2.5rem, 4vw, 3.75rem);
    color:#007440;
        top: 50%;
    margin-top: -20px;
        margin-left: 10px;
}
.class-mark > span,
.wam-mark{
    background: linear-gradient(transparent 70%, #ffef92 0%);
    font-weight:900;
    position: relative;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.class-mark > span::after{
margin-top: 0px;
}
}

.class-message-area {
  position: relative;
  margin: 0 0 6vh;
}
/* ボタン */
.accordion-btn {
  background-color: #007440;
  border: 1px solid #007440;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "続きを読む";
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
  background-color: #fff;
  color: #6495ed;
}
.accordion-text {
  overflow: hidden;  /* テキストを隠す */
  position: relative;
    padding: 0 0 6vh 1vw;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 500px;
}
.class-message-area .is-show{
overflow: unset;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -1em;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
/* レイアウトの為のスタイル */

.accordion:not(:first-of-type) {
  margin-bottom: 100px;
  margin-top: 100px;
}
.accordion-text p {
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 200px;
}
.accordion-text {
    padding: 0 0 4vh;
}
}

/*---------------------------------------------------------
プラン
---------------------------------------------------------*/
.plan-title{
    background: transparent !important;
    color: #000 !important;
    text-align: left !important;
    border-bottom: 1px solid #000;
    margin: 2vh 0 0 !important;
    line-height: 1.4;
}
#elementary, #junior, #high {
    background: transparent;
}
.summer-plan-ohther-list-elementary li,
.summer-plan-ohther-list-junior li,
.summer-plan-ohther-list-high li {
    background: #fff;
}
#elementary h3 {
    margin: 0 0 3vh;
}
.icon-windowlink{
position: relative;
}
.icon-windowlink::after{
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
        top: 50%;
    margin-top: -15px;
    margin-left: 10px;
}

/*---------------------------------------------------------
表
---------------------------------------------------------*/
.table03 {
  border-collapse: collapse;
  }
.table03 tr {
  border-bottom: 1px solid #b5b1b1;
}
.table03 tr:first-child{
  border-top: 1px solid #b5b1b1;
}
.table03 th,
.table03 td {
  padding: 2vh 1vw;
  border: none;
}

.table03 th {
  width: 20%;
  font-weight: 700;
    border-left: 1px solid #b5b1b1;
    border-right: 1px solid #b5b1b1;
    background: #eee;
}
.table03 td{
    border-right: 1px solid #b5b1b1;
    background: #fff;
}

/*---------------------------------------------------------
 夏期講習FV
---------------------------------------------------------*/
#TopMain-summer{
	position: relative;
	z-index: 1;
}

#TopMain-summer{
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background: url(../img/summer_bg_pc.png);
}

.TopMain-summer-inner{
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
        position: relative;
    z-index: 3;
}
#TopMain-summer > h1 img{
    width: 95%;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#TopMain-summer{
    background: url(../img/summer_bg_sp.png);
}
.TopMain-summer-inner{
    width: 100%;
}
#TopMain-summer > h1 > img{
    width: 100%;
}
}

/*---------------------------------------------------------
教室切り替えタブ
---------------------------------------------------------*/
.tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
    .tab-wam,.tab-wam01{
        width: 50%;
        padding: 10px 0;
        border-radius: 6px 6px 0 0;
        background-color: #fff;
        color: #007440;
        border:2px solid #007440;
        cursor: pointer;
        transition: .4s ease-in-out;
        font-size: clamp(1.6rem, 4vw, 2.5rem);
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tab-wam.is-active,.tab-wam:hover,
    .tab-wam01.is-active,.tab-wam01:hover{
        color: #fff;
        font-size: clamp(2.25rem, 5vw, 3rem);
        background-color:#007440;
        padding: 15px 0;
    }
}
.content-area{
  padding: 2vh 2vw;
  background: #fff;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  .content,.content01 {
    display: none;
  }
  .content.is-active,.content01.is-active {
    display: block;
  }
}

