/*------------------------------
 ▼ スマホ縦：メディアクエリの指定なし
 -------------------------------*/

 .lesson h2, .blog h2{
  margin: 3rem auto;
  font-family: 'IM Fell English', serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color:  #887c7a;
}

.lesson h2 a, .blog h2 a{
  color:  #887c7a;
}



.lesson h2 a:hover{
  color:  #b4778c;
}

.blog h2 a:hover{
  color:  #7c4b2c;
}

/*----フロントページの新着情報----*/

.news{
  margin: 4rem auto 0;
  color: #ffffff;
  font-size: 0.8rem;
  background-color: #6b5454b5;
  padding:1rem 2rem 2rem;
  border-radius: 25px;
  line-height: 1.8rem;
}

.news a{
  text-decoration:underline;
  color: #ebe6ab;
}

.news a:hover{
  color: #d7d8b3;
  font-size: 1rem;
}

.news ul{
  width:90%;

 }
.news li{
  padding:0.5rem;
  border-bottom:1px solid #ffffff;
}

.news_scroll{
margin-top: 5px;
height: 250px;/*スクロールの高さ*/
overflow-y: scroll;
}

/*----フロントページのウィジェットエリア----*/

.flontsidebar{
  margin-top: 4rem;
  padding: 1rem;

}

.sidebar-wrap{
  display: flex;
  flex-wrap:wrap;
}
/*--- フロントページ　ポスター ----*/
.poster {
  width: 100%;
  text-align: center;
}

.poster img{
  width: 100%;
}

/*----フロントページ　notice-area----*/

.notice-area{
  width: 100%;
  background: #ffffffc7;
  padding:1rem 2rem;
  border-radius: 30px;
}

.widgettitle{
  font-size: 1.2rem;
  margin: 2rem auto;
  border-bottom: double 0.3rem rgb(205, 175, 172);
}

/*----notice-area　ミニチュアショウとは----*/
.textwidget p{
width: 80%;
margin: 0 auto;
}

.show-button a {
  background: #586a23;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 2rem auto;
  max-width: 240px;
  padding: 1rem 2rem;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.show-button a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  font-weight: 900;
  transform: translateY(-50%);
}

.show-button a:hover {
  background: #9faf27;
  color: #ffffff;
}

.anchor {
margin-top: 9rem;
padding-top: 3rem;
}

/*---  notice-areaのメニュー   ---*/

#menu-frontwidget li {
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size:0.9rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0.3rem auto;
  padding: 0.6rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 80%; 
  background: #cdbdbd9c;
  border-radius:0.5rem;
}

#menu-frontwidget li {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.852);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 1rem 2rem;
} 

#menu-frontwidget li:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(181, 70, 70, 0.5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #d1b3b3;
  color: #ffffff;
}

#menu-frontwidget li a {
  color: #3d2902;
}

#menu-frontwidget li a:hover {
  color: #ffffff;
}

/* -- widget下 --= */
.front-under-wrap{
  background-color: #ffffff;
  padding: 3rem 0;
}

.front-display{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
} 


.lesson{
  background: url(../images/lesson_box.png);
  margin: 4rem 0;
  padding: 2rem 0;
}

.blog{
  background: url(../images/blog_box.png);
  padding: 2rem 0;
}


.lesson_list,
.blog_list{
    margin: 1rem 0;
    padding: 0.6rem 1rem;
    width: 40%;
    box-shadow: 8px 8px 4px #ccc ;
    background-color: #ffffff;
}

.lesson_list h3,
.blog_list h3{
    font-size: 1rem;
}

.lesson_back{
  background: url(../images/alice2.png) no-repeat right bottom;
  background-size: 90px;
}

.lesson_back,
.blog_back{
  margin: 2rem 0 6rem;
}

.img_box{
    text-align: center;
    overflow:hidden;
    margin: 1rem 0;
}

.img_box img{

    width: 100%;
    height: 100%; 
    object-fit: cover;
    pointer-events: auto
}


.img_box img:hover{
    transform:scale(1.2,1.2);
    transition:1s all;
    opacity: 0.6;
  }

  .front_time_date{
    float: right;
    font-size: 0.6rem;
  }
  
  .lesson_archive,
  .blog_archive{
    margin: 0 auto 8rem;
    padding: 1.4rem 2.4rem;
    box-shadow: 8px 8px 4px #ccc;
}

.lesson_archive{
    background-color: #e9e3dd;
}

.blog_archive{
  background-color: #ddd7d1;
}

.lesson_archive:hover,
.blog_archive:hover{
  background-color: #cec4ba;
}


.archive_wrap{
  text-align: center;
  margin-bottom: 8rem;

}
 
 /* ===============================================
 ▼　768px以上（タブレット向け）
  =============================================== */
 @media screen and (min-width: 800px) {

  /*----フロントページの新着情報----*/

.news{
  width: 80%;
}

.news_scroll{
  height: 150px;/*スクロールの高さ*/
  }

.news ul{
  margin-left: 1rem;
 }
.news li{
  display: flex;
}

.day{
  margin-right: 3rem; 
}

  /*----フロントページのウィジェットエリア----*/


  .flontsidebar{
    margin-top: 6rem;
    padding: 1rem;
  
  }
  
  .poster {
    width: 50%;
  }
  
  .poster img{
    max-width: 400px;
    width: 80%;
  }
  
  .notice-area{
    width: 40%;
  }
  
/*----notice-area　ミニチュアショウとは----*/
.textwidget p{
  width: 90%;
  margin: 0 auto;
  }
  
  .show-button a {
    margin: 1.6rem auto;
    padding: 0.8rem 2rem;
  }

/*---  notice-areaのメニュー   ---*/

#menu-frontwidget li {
  font-size:0.9rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0.3rem auto ;
  padding: 0.3rem;

}


  /* -- widget下 --= */
.front-under-wrap{
  width: 100%;
  padding: 3rem 0;
}

.lesson_back{
  background: none;
  margin: 2rem 0 8rem;
}

.blog_back{
  background: url(../images/rabbita.png) no-repeat right bottom;
  background-size:140px;
  margin: 2rem 0 8rem;
}


.lesson_list,
.blog_list {
    width:28%
}


 }

 /*-------------------------------
 ▼　1025px以上　（ｐｃ）
 --------------------------------*/
 @media screen and (min-width:1340px) {

  /*----フロントページの新着情報----*/

  .news ul{
    margin-left: 3rem;
   }

  .blog_list{
    width: 20%;
  }

    #menu-frontwidget li {
      font-weight: 400;
      line-height: 2.5rem;
      margin: 0.3rem auto;
      padding: 0.8rem;

    }
    


 }