@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* ------------------------------------------ ヘッダー #header */
#header .catchphrase {
  width: 100%;
  padding: 0;
  color: #999999;
  background-color: #F5F5F5;
  border-top: 2px solid #1975AA;
  overflow: hidden;
}
#header .catchphrase .tagline {
  margin: 0;
  font-size: 12px;
  text-align: left;
}
#header .logo-text {
  height: 0;
  padding: 120px 0 0;
  background-image: url("images/oboe_img42.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 348px 120px;
  overflow: hidden;
  position: relative;
}
#header a.site-name-text-link {
  display: block;
  width: 310px;
  height: 0;
  padding: 120px 0 0;
  background-image: url("images/rogo21.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 310px 115px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: calc(50% - 60px);
}
/* ------------------------------------------ ナビゲーション #navi */
#navi {
  border-top: 2px solid #1975AA;
  box-shadow: inset 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(243,243,243,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(243,243,243,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(243,243,243,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(240,240,240,1.00) 0%,rgba(243,243,243,1.00) 100%);
}
.navi-in > ul li {
  width: 189px;
  height: 48px;
  position: relative;
}
.navi-in a {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 13px;
  line-height: 38px;
  border-left: 1px solid #ccc;
  position: relative;
}
.navi-in li:last-child a {
  border-right: 1px solid #ccc;
}
.navi-in li a::after {
  content: "";
  display: block;
  width: 100%;
  font-size: 10px;
  color: #999999;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  left:0;
  bottom: -6px;
}
.navi-in li:first-of-type a::after {
  content: "HOME";
}
.navi-in li:nth-of-type(2) a::after {
  content: "What oboe?";
}
.navi-in li:nth-of-type(3) a::after {
  content: "Classroom";
}
.navi-in li:nth-of-type(4) a::after {
  content: "Profile";
}
.navi-in li:nth-of-type(5) a::after {
  content: "Performance";
}
.navi-in a:hover,
.home .navi-in li:first-of-type a,
.page-id-717 .navi-in li:nth-of-type(2) a,
.page-id-561 .navi-in li:nth-of-type(3) a,
.page-id-564 .navi-in li:nth-of-type(4) a,
.category-performance .navi-in li:nth-of-type(5) a,
.categoryid-18 .navi-in li:nth-of-type(5) a {
  color: #FFFFFF;
  border-right: 1px solid #0E6BB2;
  background-image: -webkit-linear-gradient(270deg,rgba(25,117,170,1.00) 0%,rgba(14,107,178,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(25,117,170,1.00) 0%,rgba(14,107,178,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(25,117,170,1.00) 0%,rgba(14,107,178,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(25,117,170,1.00) 0%,rgba(14,107,178,1.00) 100%);
}
.navi-in li:last-child a:hover {
  border-right: 1px solid #0E6BB2;
}
.navi-in li a:hover::after,
.home .navi-in li:first-of-type a::after,
.page-id-717 .navi-in li:nth-of-type(2) a::after,
.page-id-561 .navi-in li:nth-of-type(3) a::after,
.page-id-564 .navi-in li:nth-of-type(4) a::after,
.category-performance .navi-in li:nth-of-type(5) a::after,
.categoryid-18 .navi-in li:nth-of-type(5) a::after {
  color: #FFFFFF;
  opacity: 0.6;
}
/* ------------------------------------------ メインビジュアル .main-v */
.main-v {
  padding: 20px 0;
  background-color: #1975aa;
  box-shadow: inset 1px 1px 3px rgb(0 0 0 / 30%);
}
.main-v img {
  display: block;
  margin: 0 auto;
  border: 4px solid #fff;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}
/* ------------------------------------------ サイドバー #sidebar */
#sidebar {
  padding: 0;
}
#sidebar aside h3 {
  padding: 13px 10px 10px;
  margin: 0;
  font-size: 14px;
  color: #666666;
  box-shadow: inset 0 1px 0 #FFFFFF;
  background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  border-top: 2px solid #1975AA;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
}
.widget-sidebar ul li a {
  display: block;
  padding: 13px 0 11px 28px;
  color: #666;
  font-size: 14px;
  background-image: url("images/icon_arrow1_gray.gif");
  background-position: 10px 50%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #CCCCCC;
}
.widget-sidebar ul li a:hover,
.home .widget_nav_menu ul li:first-of-type a,
.page-id-717 .widget_nav_menu ul li:nth-of-type(2) a,
.page-id-561 .widget_nav_menu ul li:nth-of-type(3) a,
.page-id-564 .widget_nav_menu ul li:nth-of-type(4) a,
.page-id-19 .widget_nav_menu ul li:nth-of-type(5) a,
.page-id-38 .widget_nav_menu ul li:nth-of-type(6) a,
.category-news #categories-2 ul li:nth-of-type(1) a,
.category-releace #categories-2 ul li:nth-of-type(2) a,
.category-performance #categories-2 ul li:nth-of-type(3) a,
.category-past-performance #categories-2 ul li:nth-of-type(4) a {
  background-color: #EFEFEF;
}
/* ------------------------------------------ フロントページ .top-pr */
#main {
  padding: 0;
}
.top-pr {
  margin: 0 0 30px;
}
.top-pr ul.flexbox {
  display: flex;
  padding: 0;
}
.top-pr li {
  width: 33.3%;
  padding: 0 10px 40px;
  list-style: none;
  position: relative;
  border-left: 1px solid #CCCCCC;
}
.top-pr li:last-of-type {
  border-right: 1px solid #CCCCCC;
}
#main .top-pr li h2 {
  margin-bottom: 0.5em;
  padding: 0 0 0 10px;
  height: 40px;
  line-height: 40px;
  border-left: 3px solid #1975AA;
  color: #333333;
  font-size: 16px;
}
#main .top-pr li:first-of-type h2 {
  line-height: 1.2;
}
.top-pr li h2 a {
  color: #333333;
  text-decoration: none;
}
.top-pr li h2 a:hover {
  text-decoration: underline;
}
.top-pr li p {
  color: #666666;
  font-size: 12px;
}
.top-pr li p span.flo-l {
  display: block;
  width: 176px;
  height: 197px;
  margin: 0.5em auto;
  box-shadow: 0 0 0 1px #CCCCCC;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
.top-pr li p span.flo-l img {
  max-width: 100%;
}
.top-pr li p a {
  color: #666666;
  text-decoration: none;
}
.top-pr li p a:hover {
  text-decoration: underline;
}
.top-pr li p.more-btn {
  position: absolute;
  left: 10px;
  bottom: 0;
}
p.more-btn a {
  display: block;
  padding: 3px 15px 3px 20px;
  color: #F5F5F5 !important;
  font-size: 10px;
  text-decoration: none !important;
  background-color: #1975AA;
  background-image: url(images/icon_try1_white.gif);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 rgb(0 0 0 / 15%);
}
p.more-btn a:hover {
  background-color: #13157A;
}
/* ------------------------------------------ お知らせ .news-list */
h2.news-ttl {
  padding: 13px 10px 10px;
  margin: 0;
  font-size: 18px;
  color: #333333;
  box-shadow: inset 0 1px 0 #FFFFFF;
  background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  border-top: 2px solid #1975AA;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
}
.news-list {
  padding-bottom: 40px;
  position: relative;
}
.news-list ul {
  padding: 0;
  font-size: 14px;
  list-style: none;
}
.news-list > ul > li {
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.news-list .indx-date {
  color: #CC0000;
}
.post-categories,
.post-categories li {
  display: inline;
}
.post-categories a {
  display: inline-block;
  padding: 1px 10px;
  margin: 0 0 0 1em;
  color: #666666;
  font-size: 11px;
  text-decoration: none;
  background-color: #e5e5e5;
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 rgb(0 0 0 / 15%);
}
.post-categories a:hover {
  color: #FFFFFF;
  background-color: #1975AA;
}
.news-list .indx-ttl a {
  display: block;
  padding-left: 10px;
  color: #666;
  text-decoration: none;
  background-image: url(images/icon_arrow2_red.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.news-list .indx-ttl a:hover {
  color: #CC0000;
  text-decoration: underline;
}
.news-list p.more-btn {
  position: absolute;
  right: 10px;
  bottom: 0;
}
/* ------------------------------------------ お知らせ archive */
h2.archive-title {
  padding: 13px 10px 10px;
  margin: 0;
  font-size: 18px;
  color: #333333;
  box-shadow: inset 0 1px 0 #FFFFFF;
  background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  border-top: 2px solid #1975AA;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
}
h2.archive-title span.fa {
  display: none;
}
.entry-card {
  display: flex;
  flex-direction: row-reverse;
  margin: 1em 0;
  border-bottom: 1px solid #ccc;
}
.entry-card-thumb {
  float: none;
  width: 125px;
  height: 125px;
  margin-left: 1em;
  border: 1px solid #ccc;
  overflow: hidden;
}
.entry-card-content {
  width: 500px;
  margin: 0;
  font-size: 18px;
}
.entry-card-content p.more-btn a {
  display: inline-block;
  margin-top: 1em;
}
.post-meta {
  display: inline-block;
  margin: 0.2em 1em 0.2em 0;
  line-height: 1.2;
  border-right: 1px solid #ccc;
}
.post-date {
  font-size: 0.9em;
}
.post-cat .post-categories {
  display: inline;
  padding-left: 0;
}
.post-cat .post-categories a {
  margin: 0;
}
.entry-card-snippet {
  color: #666;
}
.entry-card-title {
  margin-bottom: 0;
  line-height: 1.4;
  border-bottom: 1px dotted #ccc;
}
.entry-card-title a {
  text-decoration: none;
}
.entry-card-title a:hover {
  color: #13157a;
  text-decoration: underline;
}
.post-cat.txt {
  font-size: 14px;
  white-space: nowrap;
}
.post-cat.txt .post-categories a {
  display: inline;
  padding: 0;
  margin: 0;
  color: #1975AA;
  font-size: 14px;
  text-decoration: underline;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.post-cat.txt .post-categories a:hover {
  color: #13157a;
  background-color: transparent;
}
/* ------------------------------------------ フッター #footer */
#footer {
  border-top: 20px solid #1975AA;
}
.footer-bottom {
  margin-top: 10px;
}
.footer-bottom-logo {
  position: static;
  float: left;
  width: 195px;
}
.footer-bottom-content {
  float: right;
  margin-bottom: 40px;
  width: 640px;
}
.footer-bottom-logo .logo-text a.site-name-text-link {
  display: block;
  height: 0;
  padding-top: 65px;
  background-image: url("images/footer_rogo.png");
  background-repeat: no-repeat;
  background-size: 180px 65px;
  overflow: hidden;
}
.footer-bottom-logo .logo-text a.site-name-text-link .site-name-text {
  visibility: hidden;
}
.navi-footer-in > .menu-footer {
  justify-content: flex-start;
}
.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child {
  border: none;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  margin: 0 1em;
  padding-left: 15px;
  line-height: 2;
  height: 1.8em;
  font-size: 12px;
  background-image: url("images/icon_arrow1_gray.gif");
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-position: left center;
}
#footer .footer-bottom.fnm-text-width .menu-footer li a:hover {
  color: #FF0000;
  background-image: url("images/icon_arrow1_red.gif");
  background-color: transparent;
}
.copyright {
  clear: both;
  padding: 1em 0;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #262626;
}
/* ------------------------------------------ 固定ページ #kotei */
.entry-title, .archive-title {
  margin: 0 auto;
}
.article-ttl {
  background-color: #1975AA;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 1px 1px 3px rgb(0 0 0 / 30%);
}
.article-ttl h1 {
  color: #FFFFFF;
  font-size: 22px;
  padding: 20px 40px 18px;
  line-height: 115%;
  font-weight: lighter;
  background-image: url(images/pageTit_bg.png);
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.breadcrumb .wrap {
  display: block;
  padding-left: 20px;
}
.breadcrumb.sbp-main-before, 
.breadcrumb.sbp-footer-before, 
.breadcrumb.pbp-main-before, 
.breadcrumb.pbp-footer-before {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 10px;
  color: #999;
  line-height: 24px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: inset 1px 1px 3px rgb(255 255 255);
}
.breadcrumb a {
  color: #1975AA;
  text-decoration: underline;
}
#breadcrumb .breadcrumb-item {
  white-space: nowrap;
}
#breadcrumb .breadcrumb-item:last-of-type a {
  color: #999999;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb.sbp-main-before + .content, 
.breadcrumb.pbp-main-before + .content {
  margin-top: 30px;
}
.article h2 {
  margin: 0;
  padding: 13px 15px 8px;
  font-size: 128.6%;
  color: #333;
  position: relative;
  line-height: 114.3%;
  box-shadow: inset 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
  border: 1px solid #ccc;
  border-top: 2px solid #1975aa;
  clear: both;
}
.article h3 {
  margin: 30px 0;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
  position: relative;
  line-height: 140%;
  border: none;
  border-left: 3px solid #1975AA;
  clear: both;
}
/* ------------------------------------------ お問い合わせフォーム .wpcf7 */
.wpcf7 th {
  font-weight: normal;
  font-size: 0.9em;
  white-space: nowrap;
}
.wpcf7 input[type="submit"] {
  color: #F5F5F5;
  background-color: #1975AA;
  border-radius: 5px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

/* ------------------------------------------ ヘッダー #header */
#header a.site-name-text-link {
  background-position: left 2vw center;
}
/* ------------------------------------------ ナビゲーション #navi */
.navi-in > ul li {
  width: 20%;
}
/* ------------------------------------------ メインビジュアル .main-v */
.main-v {
  padding: 20px 2vw;
}
.main-v img {
  width: 100%;
}
/* ------------------------------------------ メイン領域 #main */
#main, .article {
  padding: 0 2vw;
}
/* ------------------------------------------ お知らせ archive */
.entry-card-content {
  width: 100%;
}
/* ------------------------------------------ フッター #footer */
.footer-bottom-logo {
  float: none;
}
.footer-bottom-content {
  float: none;
  width: 100%;
}
.navi-footer-in > .menu-footer li.menu-item {
  width: auto;
  max-width: 130px;
  flex: 1 1 auto;
  text-align: left;
}
.navi-footer-in > .menu-footer li.menu-item:nth-child(2) {
  max-width: 195px;
}
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
/* ------------------------------------------ サイドバー #sidebar */
#sidebar {
  margin: 0 2vw;
}
/* ------------------------------------------ フロントページ .top-pr */
.top-pr ul.flexbox {
  display: block;
}
.top-pr li {
  width: 100%;
  border-left: none;
  overflow: hidden;
}
.top-pr li:last-of-type {
  border-right: none;
}
#main .top-pr li:first-of-type h2 {
  line-height: 40px;
}
.top-pr li p {
  font-size: 0.9em;
}
.top-pr li p span.flo-l {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.top-pr li p.more-btn {
  position: absolute;
  left: 200px;
  bottom: 40px;
}
p.more-btn a {
  padding: 10px 70px;
  font-size: 1em;
  background-position: 20% 48%;
}
/* ------------------------------------------ お知らせ .news-list */
.news-list {
  margin: 0 2vw;
  padding-bottom: 70px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/* ------------------------------------------ ヘッダー #header */
#header .catchphrase {
  display: none;
}
#header .logo-text {
  background-image: none;
}
/* ------------------------------------------ フロントページ .top-pr */
.top-pr li {
  padding: 0 10px 20px;
}
.top-pr li p {
  font-size: 1em;
}
.top-pr li p span.flo-l {
  margin: 0.5em 1em 0.5em 0;
  width: 25vw;
  height: 25vw;
}
.top-pr li p span.flo-l img {
  width: 25vw;
  height: auto;
}
.top-pr li p.more-btn,
.news-list p.more-btn {
  clear: both;
  position: static;
}
p.more-btn a {
  padding: 10px 0;
  background-position: 30% 48%;
  text-align: center;
}
/* ------------------------------------------ お知らせ .news-list */
.news-list {
  padding-bottom: 0;
}
.news-list > ul > li {
  padding: 10px 1vw;
}
.news-list p.more-btn {
  margin-top: 1em;
}
/* ------------------------------------------ お知らせ archive */
.entry-card-snippet {
  margin: 1em 0 0;
}
.no-sp-snippet .entry-card-snippet {
  display: block;
}
.entry-card-content p.more-btn a {
  width: 100%;
}
.entry-card-content p.more-btn a {
  background-position: 25% 48%;
}
.post-meta {
  margin: 0.2em 0.5em 0.2em 0;
}
/* ------------------------------------------ 投稿記事内 img */
.body img.alignright {
  display: block;
  float: none;
  margin: 0 auto 1em;
}
/* ------------------------------------------ フッター #footer */
.navi-footer-in > .menu-footer {
  display: block;
}
.navi-footer-in > .menu-footer li.menu-item,
.navi-footer-in > .menu-footer li.menu-item:nth-child(2)  {
  max-width: 100%;
  padding: 0.5em 0;
}
/* ------------------------------------------ お問い合わせフォーム .wpcf7 */
.wpcf7 th,
.wpcf7 td {
  display: block;
}
.wpcf7 th {
  text-align: left;
}
}
