@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-logo {
  /* display: none; */
  z-index: 1;
}

#breadcrumb {
  position: relative;
  z-index: 3;
}

/* コンテンツ領域 */
#container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

#content {
  color: #333;
}

.main {
  padding: 20px 40px 0;
}

/* カテゴリーラベル */
.entry-categories-tags,
.cat-label {
  display: none;
}

/* タイトル */
.entry-title {
  text-align: center;
}

/* 画像） */
.eye-catch-wrap {
  justify-content: center;
}

/* 画像（no-image） */
.list-no-image {
  display: none;
}

/* 選手紹介（一覧ページ） */
.category-26 #archive-title {
  text-align: center;
}

.category-26 #archive-title:after {
  content: '選手紹介';
  font-size: 0.8rem;
  display: block;
}

.category-26 #archive-title .fa-folder-open:before {
  content: "";
}

.category-26 #list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.category-26 .entry-card-title,
.category-26 .entry-card-snippet,
.category-26 .entry-card-meta {
  display: none;
}

/* 選手紹介（詳細ページ） */
.categoryid-26 .entry-title {
  display: none;
}

.categoryid-26 .date-tags {
  display: none;
}

.categoryid-26 .cat-label {
  display: none;
}

.categoryid-26 .under-entry-content {
  display: none;
}

.member_name {
  border-top: 0 !important;
  border-left: 0 !important;
  font-size: 2.0rem !important;
}

.member_thumb {
  display: block;
  width: 50%;
  max-width: 600px;
}

.member_text {
  font-size: 1.2rem;
  line-height: 1.2;
}

.categoryid-26 .tbl_results {
  display: none !important;
  float: inline-start;
}

/* スケジュール（一覧ページ） */
.category-27 #archive-title {
  text-align: center;
}

.category-27 #archive-title:after {
  content: 'スケジュール';
  font-size: 0.8rem;
  display: block;
}

.category-27 #archive-title .fa-folder-open:before {
  content: "";
}

.category-27 .entry-card-thumb,
.category-27 .entry-card-snippet {
  display: none;
}

/* スケジュール（詳細ページ） */
.categoryid-27 .wp-block-flexible-table-block-table {
  font-size: 1.0rem;
}

.categoryid-27 table td ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
}

.categoryid-27 table td ul li img {
  max-height: 60px;
}


/* ブログ（一覧ページ） */
.category-1 #archive-title {
  text-align: center;
}

.category-1 #archive-title:after {
  content: 'ボート部ログ';
  font-size: 0.8rem;
  display: block;
}

.category-1 #archive-title .fa-folder-open:before {
  content: "";
}

.category-1 .eye-catch {
  margin: 0 auto 0.6em;
}

.category-1 #header-main .media-item {
  width: 100%;
}

.category-1 #header-main .media-item img {
  display: block;
  margin: auto;
}

/* ブログ（詳細ページ） */
.categoryid-1 #header-main .media-item {
  width: 100%;
}

.categoryid-1 #header-main .media-item img {
  display: block;
  margin: auto;
}

/* ギャラリー */
.page-id-2 #main {
  width: 100%;
}

.page-id-2 header h1:after {
  content: 'ギャラリー';
  font-size: 0.8rem;
  display: block;
}

.page-id-2 main figure .size-large img {
  max-width: 360px;
  cursor: pointer;
}

.page-id-2 .wp-block-gallery {
  margin: 0 auto;
}

.page-id-2 #sidebar {
  display: none;
}

#modal-window-image {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 100;
  overflow-y: scroll;
}

#modal-window-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  height: auto;
}

/* footer部 */
#pager-post-navi {
  flex-direction: row;
  justify-content: center;
  margin: 20px 0 0;
}

#pager-space {
  width: 3%;
}

.footer {
  padding: 0;
  background-color: #000;
}

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

  .category-1 header .header-content .content-in .header-menu,
  .categoryid-1 header .header-content .content-in .header-menu {
    flex-direction: column;
    margin-left: 0;
  }

  .category-1 header .header-content .content-in .header-menu li,
  .categoryid-1 header .header-content .content-in .header-menu li {
    padding: 40px 10px;
  }
}

/*1023px以下*/
@media screen and (max-width: 1319px) {

  .category-1 header .header-content .content-in .header-menu,
  .categoryid-1 header .header-content .content-in .header-menu {
    display: none;
  }
}

/*1023px以下*/
@media screen and (max-width: 1023px) {

  /*必要ならばここにコードを書く*/
  #sidebar {
    display: block;
  }

  #sidebar .widget-entry-cards.card-large-image .a-wrap {
    max-width: 100%;
  }

  #modal-window-image img {
    width: auto;
    height: 98%;
  }
}

/*834px以下*/
@media screen and (max-width: 834px) {

  /*必要ならばここにコードを書く*/
  .category-26 #list {
    flex-direction: column;
  }

  .member_thumb {
    width: 100%;
    max-width: 100%;
  }
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}