@charset "UTF-8";

/*!
Theme Name: Cocoon Child ピアノ学び放題
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*20210418現在*/

.article{
  width: 80%;
  margin: auto;
}
.related-list{
  width: 80%;
  margin: auto;
}
.related-entry-heading{
  width: 95%;
  text-align: center;
}

/*書き換え*/


/*サイトヘッダー統一設定*/
.header-container {
  border-bottom: 1px solid #0d0270;
}
.header-container-in {
  width: 100%;
  padding: 0 0 0 20px;
}
.fixed-header .site-logo-image {
  width: 200px;
}
#navi .navi-in > ul > li > a {
  padding: 0 0.8em;
}
.navi-in a {
  font-weight: bold;
  font-size: 0.8em;
}
/*ヘッダーメニューの最後を装飾*/
.header .header-in {
  min-height: initial;
}
.menu-pc li:hover {
  background-color: #999 !important;
}
.menu-pc li:last-child a {
  background-color: #333;
  color: #fff !important;
  /* border-radius: 50px; */
}
.menu-pc li:last-child a:hover {
  background-color: #999 !important;
  color: #000 !important;
}
.sub-menu li a:hover {
  background-color: #333 !important;
  color: #fff !important;
}
.sub-menu li:last-child a {
  background-color: #999;
  color: #000 !important;
  border-radius: initial;
}
.sub-menu li:last-child a:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/*ナビゲーションのスタイル*/
.manabi-menu {
  text-align: center;
  margin: 50px 5% 0;
  margin-bottom: 20px;
}
.manabi-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
}
.manabi-menu ul li a {
  position: relative;
  color: #000;
  color: #14126f;
  text-decoration: none;
}
/*ホバーエフェクト*/
.manabi-menu ul li a::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background-color: #0d0270;
  bottom: -15px;
  left: 0;
  /*幅を0に設定*/
  width: 0;
  /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.manabi-menu ul li a:hover::after {
  /*幅を100%に設定*/
  width: 100%;
}
/* 無料登録ボタン  */
.reg-button {
  font-weight: bold;
  background-color: #e6781f;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 300px;
  margin: 20px auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(
0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.reg-button:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
}

/* TOP PC記事用 */
#top-editarea {
  width: 100%;
  margin: 0 auto 0 auto;
}
.recommends {
  margin: 0;
  width: 100%;
}
.recommends {
  list-style-type: none;
  padding: 12px;
  /* margin: 0; */
  margin: auto;
  max-width: 1000px;
}
.recommends-title{
  text-align: left;
  font-size: 16px;
  color: #fff;
  padding-left: inherit;
  background-color: #0d0270;
  margin: 5px 5px 0 0;
  /* border-bottom: 3px double #0d0270;
  border-top: 1px solid #0d0270; */
}
.recommends ul{
  /* padding-left: 10px; */
  padding-left: revert;
}
.recommends li {
  background: #fff;
  margin-top: 15px;
  text-align: center;
  display: inline-block;
  word-break: break-all;
}
.recommends a.recommend-entry {
  display: block;
  width: 220px;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  text-decoration: none;
}
.recommends a.recommend-entry:hover {
  box-shadow: 0 15px 30px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
  transform: translateY(-4px);
  transition: 0.2s;
  background: #fbfbf0;
}
.recommend-title {
  color: #000;
  display:flex ;
  padding: 0.5em 0.5em;
  word-break: break-all;
  white-space: normal;
  text-align: left;
  margin: 0;
  bottom: 0px;
  width: -webkit-fill-available;
  width: 100%;
}
.recommend-img{
  width: 100%;
}
.recommend-entry img {
  border: 1px solid #14126f;
}
.members {
  font-size: 0.7em;
  background: #e6781f;
  border-radius: 3px;
  padding: 0 3px;
  margin-left: 20px;
}
.embed-footer img{
  display: none;
}
.next{
  font-size: x-small;
  color: #000;
  text-align: right;
  margin-right: 15px;
}
.next a{
  text-decoration-line: underline;
}
.wrap {
  width: 100%;
  margin: 0 auto;
}
.main {
  padding: 0;
}

#mv{
  background: #f2f3f7;
  border-top: 1px solid #0d0270;
  width: 100%;
  /* height: 400px;
  background-image: url("https://study.classicmusic.tokyo/wp-content/themes/cocoon-child-master/img/top_mv_img.jpg");
  background-size: contain;
  background-repeat: no-repeat; */
}
#mv img{
  margin: 0 auto;
  display: block;
}

.box {
  display: flex;
}
.box img{
  width: 80%;
  height: auto;
}
#search{
  width: 80%;
  margin: auto;
}
.search-box{
  margin: 20px 20%;
  /* margin: 20px 40% 20px 5%; */
  border-radius: 30px;
  border: 1.5px solid #0d0270;
  overflow: hidden;
}
.search-submit{
  color: #0d0270;
}
.list{
  width:80%;
  margin: auto;
}
#pc_header {
  margin: auto;
  justify-content: space-between;
  display: flex;
  width: 80%;
}
#content-menu{
  margin: auto;
  width: 80%;
}
.header-btn{
  margin-top: auto;
  margin-bottom: auto;
}
.header-btn a{
  vertical-align: middle;
}
.btn-entry-border{
  display: inline-block;
  padding: 0.3em 2em;
  text-decoration: none;
  color: #fff;
  background-color: #e6781f;
  border: solid 1px #e6781f;
  border-radius: 3px;
  transition: .4s;
  position: relative;
  font-size: 12px;
}
.btn-entry-border:hover {
  background: #0d0270;
  border: solid 1px #0d0270;
  color: white;
}
.btn-entry-border::after{
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 2em;
  text-decoration: none;
  color: #0d0270;
  border: solid 1px #0d0270;
  border-radius: 3px;
  transition: .4s;
  position: relative;
  font-size: 12px;
}
.btn-flat-border:hover {
  background: #0d0270;
  color: white;
}
.btn-flat-border::after{
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.btn-circle-border-simple {
  display: inline-block;
  text-decoration: none;
  color: #0d0270;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  border: solid 1px #0d0270;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
}
.btn-circle-border-simple:hover {
  background: #0d0270;
  color: white;
}
.next-box{
  text-align: center;
}
.next-btn{
  display: inline-block;
  padding: 0.3em 5em;
  text-decoration: none;
  color: #0d0270;
  border: solid 1px #0d0270;
  border-radius: 3px;
  transition: .4s;
  position: relative;
}
.next-btn:hover{
  background: #0d0270;
  color: white;
}
.next-btn::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.breadcrumb {
  text-align: center;
  background: #0d0270;
  color: #fff;
}
.breadcrumb a{
  color: #fff;
}


#cat_list{
  width: 80%;
  margin: auto;
}
#cat_list .next {
  font-size: 1.0em;
  text-align: center;
}
#cat_list h1 {
  text-align: left;
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
  background-color: #0d0270;
  margin: 5px 5px 0 0;
  /* border-bottom: 3px double #0d0270;
  border-top: 1px solid #0d0270; */
}
#cat_list h2 {
  font-size: 0.9em;
  margin-left: 10px;
}
.cat_list {
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cat_list a {
  text-decoration: none;
  color: #000;
}
.cat_box {
  width: calc(100% / 2 - 20px);
  max-width: 640px;
  margin: 10px 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}
.cat_box:hover {
  box-shadow: 0 15px 30px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
  transform: translateY(-4px);
  transition: 0.2s;
  background: #fbfbf0;
}

/* 非表示用 */
.tagline {
  display: none;
}
.archive-title{
  display: none;
}



/* slider.php用 */
.slides {
  position: relative;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: 100%;
  height: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#slider-area {
  position: relative;
  margin-bottom: 50px;
}
.slides-inner {
  position: relative;
  top: 0;
  width: 100%;
}
.slidekiji {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}
.slidekiji a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 350px;
}
.slidekiji img {
  width: 100%;
  object-fit: cover;
}
.slidekiji .text {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 30px 15px;
  background: linear-gradient(top, rgba(255, 255, 255, 0) 2%, #000 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 2%, #000 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 2%, #000 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 2%, #000 100%);
  text-shadow: 0 0 3px #000;
  -moz-text-shadow: 0 0 3px #000;
  -webkit-text-shadow: 0 0 3px #000;
}
.slidekiji .kiji-date {
  font-size: .9em;
  color: #fff;
}
.slidekiji .cat-data {
  font-size: .9em;
  color: #fff;
  background-color: transparent;
}
.slidekiji h2 {
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}
#pager {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pager .prev, #pager .next {
  line-height: 40px;
  position: absolute;
  top: 0;
  width: 44px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #333;
}
#pager .prev {
  left: 0;
}
#pager .next {
  right: 0;
}
.slides-nav {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slides-nav a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ccc;
}
.slides-nav a.active {
  cursor: default;
  background: #333;
}

/* サムネ用 */
.no-thumbnail .card-thumb, .no-thumbnail .widget-entry-card-pv {
  display: block;
}





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1023px){

}


@media screen and (max-width: 834px){
  .content {
    margin-top: 0;
  }
}


@media screen and (max-width: 799px) {
  .manabi-menu {
    margin: 20px 5% 0;
  }
  .slides {
    height: 110px;
  }
  .slidekiji a {
    height: 110px;
  }
  .slidekiji h2 {
    font-size: 1.2em;
  }
  .slidekiji .cat-data, .slidekiji .kiji-date {
    font-size: .8em;
  }
  #pager .prev, #pager .next {
    line-height: 8vw;
    width: 8vw;
    height: 8vw;
  }
  .slides-nav a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .members {
    color: #fff;
  }
  #cat_list{
    width: 95%;
  }
  .cat_list {
    display: block;
    width: 100%;
  }
  .cat_box {
    width: 100%;
    margin: 10px 0;
  }
}


@media screen and (max-width: 768px) {

  .article{
    width: 95%;
    margin: auto;
  }
  .related-list{
    width: 95%;
    margin: auto;
  }
  .related-entry-heading{
    width: 95%;
    text-align: center;
  }

  #search{
    width: 100%;
  }
  .search-box{
    margin: 20px 10px;
  }
  .widget-entry-cards.card-large-image .a-wrap {
  width:260px;
  display: inline-flex;
  }
  .list {
    width: 100%;
  }
  .mobileTitle{
    color:#002f82;
    text-align: center;
    font-size: 12px;
  }
  .entry-title, .archive-title {
    margin: 16px 10px;
  }
  .subtitle{
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
    background-color: #0d0270;
  }
  #mobile_header {
    text-align: center;
    margin-top: 15px;
  }


  /* TOPアイコン用 */
  #content-menu{
    display: none;
  }
  #content-menu-mobile{
    margin: auto;
    text-align: center;
  }
  #content-menu-mobile img{
    max-width: 20%;
    height: auto;
  }



  /* TOPスワイプ記事用 */
  .carousel {
    opacity: 1 !important;
  }
  #top-editarea {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .recommends {
    margin: 0;
    width: 100%;
  }
  .recommends .carousel {
    list-style-type: none;
    padding: 12px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .recommends .carousel::-webkit-scrollbar{
    display:none;
  }
  .recommends-title{
    text-align:left;
    font-size: 18px;
    color: #0d0270;
    padding-left: 0;
    background-color: #fff;
    margin: 5px 5px 0 20px;
    border-top: 1px solid #0d0270;
    /* border-bottom: 1px solid #ccc; */
  }
  .recommends .carousel li {
    background: #fff;
    margin: 10px;
    text-align: center;
    display: inline-block;
    word-break: break-all;
  }
  .recommends a.recommend-entry {
    display: block;
    width: 220px;
    font-weight: 600;
    position: relative;
    line-height: 1.5;
    text-decoration: none;
  }
  .recommends a.recommend-entry:hover {
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
    transform: translateY(-4px);
    transition: 0.2s;
    background: #fbfbf0;
  }
  .recommend-title {
    color: #000 !important;
    display:flex ;
    padding: 0.5em 0.5em;
    word-break: break-all;
    white-space: normal;
    text-align: left;
    margin: 0;
    bottom: 0px;
    width: -webkit-fill-available;
    width: 100%;
  }
  .recommend-img{
    width: 100%;
  }
  .embed-footer img{
    display: none;
  }
  .nextList{
    font-size: x-small;
    color: #000;
    text-align: right;
    margin-right: 15px;
  }
  .nextList a{
    text-decoration-line: underline;
  }


  /* mobileフッターメニュー色変 */
  .mobile-menu-buttons .menu-content {
    background-color: #12146f;
  }



  .menu-drawer a {
    color: #000;
  }

  .menu-close-button {
    color: #fff;
  }

  .menu-close-button {
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 2em;
  }

  .mobile-menu-buttons,
  .mobile-menu-buttons .menu-button > a {
    background-color: #12146f;
    color: #fff;
  }




  .main{
    padding: 0 !important;
  }
}


@media screen and (max-width: 480px){
  .header-container-in {
    display: none !important;
  }
  .footer-mobile {
    display: none;
  }

  .navi-menu-content {
    background-color: #343534 !important;
  }

  /*サイトメニュー*/
  ul.menu-drawer {
    background-color: #fff;
    padding: 0 !important;
  }
  ul.menu-drawer a {
    padding-left: 35px;
    color: #000;
    text-decoration: none;
  }
  ul.menu-drawer li {
    border-bottom: dashed 1px silver;
  }
  ul.menu-drawer li:last-child{
    border:none;
    margin: 0;
  }
  ul.menu-drawer li:before{
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 35px;
    font-size: 0.8em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #000;
    padding: 0.8em;
  }

  /*オンキョウ統一メニュー*/
  .portal {
    margin: 55px 35px 15px 35px;
  }
  .portal a {
    text-decoration: none;
    /* color: #ffb03f; */
    color: #fff;
  }
  .portal ul {
    /* border: solid 2px #ffb03f; */
    border: solid 2px #fff;
    padding: 0.5em;
    position: relative;
    margin-top: 2em;
  }
  .portal ul li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
  }
  .portal ul li:last-of-type {
    border-bottom: none;
  }
  .portal ul li:before {
    /*リスト内のアイコン*/
    font-family: FontAwesome;
    content: "\f138";
    /*アイコン種類*/
    position: absolute;
    left: 0.5em;
    /*左端からのアイコンまで*/
    /* color: #ffb03f; */
    color: #fff;
    /*アイコン色*/
  }
  .portal ul li:after {
    /*タイトルタブ*/
    /* background: #ffb03f; */
    background: #fff;
    color: #000;
    font-weight: bold;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 7px;
    content: "オンキョウメニュー";
    letter-spacing: 0.05em;
  }

}
