@charset "UTF-8";

/*
全体に適用したいCSSはこのスタイルシートに記入
それぞれのページ特有のCSSは、記事編集画面の【カスタムCSS】に記入
*/

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/

  .ad-area {
    overflow: visible;
    /*アドセンス広告幅調整*/



  }
}

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


}

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

  /*必要ならばここにコードを書く*/
  .entry-title,
  .article h2,
  .article h3,
  .article h4,
  .article h5,
  .article h6 {
    padding: 0em;
    padding-bottom: 0.6em;
  }
}


/*======================定義=========================*/

:root {
  --page-color-main: #2d8749;
}

/* ================モバイルフッターメニューをヘッダー固定にする================*/
.mobile-menu-buttons {
  min-height: 50px;
  top: 0;
  bottom: auto;
  padding-bottom: 0;
  align-items: stretch;
  transition: .3s;
}

.mobile-menu-buttons .menu-button .menu-button-in {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*================== #homeをタイトル画像に===================== */
.mobile-menu-buttons .home-menu-button>a {
  min-width: 200px;
  background: 50% 50%/contain no-repeat;
  background-image: url('https://www.saidaiphoto.com/wp-content/uploads/2021/05/0de5c6fce6013f24a97e07521bcb3c6c.png');
  /* タイトルロゴ画像 */
  margin: 0 auto;
}

.logo-menu-button img {
  padding: 7px;
}

/* =================文字やアイコンを非表示===================== */
.mobile-menu-buttons .search-menu-caption,
.mobile-menu-buttons .home-menu-caption,
.mobile-menu-buttons .home-menu-icon {
  display: none;
}

/*--------スマホ----------*/
@media screen and (max-width: 1023px) {
  .mobile-button-slide-in {
    margin-top: 50px;
  }
}

/* =================メニューラベルを非表示 =======================*/
.mobile-menu-buttons .menu-caption {
  display: none;
}

/*===========モバイルヘッダーメニュー展開後=========*/
.menu-drawer a {
  padding: 7px;
  font-size: medium;
  font-weight: 700;
}

/************************************
** グローバルメニュー PC
************************************/
/* ロゴの大きさ・幅に関するもの */

.header-container-in .hlt-top-menu .logo-header img {
  max-height: 100%;
  height: auto;
  max-width: 210px;
  vertical-align: middle;
  margin: 20px 0;
  z-index: 10;
}

.header-container-in.hlt-top-menu .logo-header img {
  padding: 10px;
}

#header-container {
  box-shadow: 10 0 10px rgba(30, 30, 30, .1);
  position: static;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}

.site-name-text-link {
  color: black;
}

.navi {
  background: none;
}

.navi-in>ul .sub-menu {
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
}

.navi-in>ul li {
  width: auto;
}

.navi-in a {
  font-size: 15px;
  /* ナビ文字大きさ */
  font-weight: bold;
  position: relative;
  color: black;
  /* ナビ文字色 */
  padding: 0 17px !important;
  display: block;
  text-decoration: none;
}

.navi-in a:hover {
  background: none;
}

.navi-in a:before {
  position: absolute;
  left: 4%;
  bottom: 6px;
  content: "";
  display: block;
  width: 92%;
  height: 3px;
  background: black;
  /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
  border-radius: 10px;

}

.navi-in a:hover:before {
  transform: scale(1);
}

.navi-in>ul .sub-menu a {
  color: #666;
  /* サブメニュー文字色 */
  font-size: 14px;
  /* サブメニュー文字の大きさ */
}

.navi-in>ul .sub-menu a:before {
  background: black;
  /* サブメニューマウスON時の下線色 */
}

.navi-in>ul li:hover>ul {
  border-radius: 20px 20px 20px 20px;
}

.header-container-in.hlt-top-menu .logo-header {
  max-height: 100%;
}

.header-small {
  opacity: 0.9;
}

.header-small .header-container-in.hlt-top-menu .logo-header img {
  max-width: 130px;
  margin: 10px 0;
}

#container {
  padding-top: 0px;
}


[id^="toc"]:target {
  padding-top: 85px;
  margin-top: -85px;
}




/*****************ここから細かい修正css編集******************/

/*=======================SNSボタン削除======================*/
.sns-share-buttons {
  display: none
}

.main .sns-follow-buttons {
  display: none
}

/*====================フッダーの調整=====================*/
.footer {
  border-top: 1px solid rgb(219, 219, 219);
}

.wp-image-614 {
  position: absolute;
  top: -85px;
  left: -135px;
  z-index: -100;
  display: none;
}

/*===============モバイルメニューボタン=================*/
li.menu-item {
  font-size: 11pt !important;
}

.navi-menu-content {
  width: 60vw;
}

ul.menu-drawer {
  padding-left: 4vw !important;
  padding-right: 4vw !important;
}

.fa-close:before {
  font-size: 14pt;
}



/*===================Twitter枠の設定==================-*/
.twitterbox {
  height: 600px;
  overflow-y: scroll
}

/*==============記事の見出し設定===================*/
.article h1 {
  font-weight: 400;
  color: white;
  background-color: var(--page-color-main);
  font-size: 150%;
  padding: 15px 5%;
  margin-top: 0px;
  margin-bottom: 15px;
  border-radius: 5px
}

.article h2 {
  border-left: 30px solid var(--page-color-main);
  background-color: transparent;
  position: relative;
  margin: 50px auto 20px 0px;
  font-size: 125%;
  font-weight: 400;
  vertical-align: baseline;
  padding: 10px 10px 10px 15px;
}


.article h2::after {
  position: absolute;
  left: -1px;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 3px solid var(--page-color-main);
  border-image: linear-gradient(to right, var(--page-color-main) 90%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1
}


.article h3 {
  border-left: 25px solid var(--page-color-main);
  border-right: 2px solid var(--page-color-main);
  border-top: 2px solid var(--page-color-main);
  border-bottom: 2px solid var(--page-color-main);
  margin-top: 15px;
  margin-left: 0px;
  padding: 10px 10px;
  color: black;
  font-weight: 400;
  font-size: 120%
}

.article h4 {
  border-left: 15px solid var(--page-color-main);
  border-bottom: 0px solid var(--page-color-main);
  border-top: 1px solid var(--page-color-main);
  margin-top: 15px;
  margin-left: 0px;
  padding: 8px 10px;
  color: black;
  font-weight: 400;
  font-size: 16pt
}




/*このあたりはよくわかりません*/
.menu-drawer {
  font-size: xx-large !important;
}

.site-name-text {
  margin-left: 20px;
}

.caption-center {
  text-align: center
}

.header-container-in.hlt-top-menu .site-name-text {
  font-weight: bold
}



/*コンテンツ上部の余白調整*/
.entry-content {
  margin-top: 0px;
}

.main {
  padding-top: 0px;
}

.article {
  padding-top: 20px;
}

/*================サイドバータイトル==================*/


/*====================キャッチコピー画像=====================*/

.catch-copy-img {
  margin: 50px auto;
  display: block;
}

@media screen and (min-width: 1240px) {
  .img-short {
    display: none
  }

  .catch-copy-img {
    height: 40px;
    width: auto
  }

  .img-mid {
    height: 40px;
    width: auto
  }

  .separator {
    display: block;
    height: 20px;
    margin-left: -50px;
    width: calc(100% + 110px);
    background-color: #f6f7f4;
  }
}


@media screen and (min-width:1024px) and (max-width: 1239px) {
  .img-long {
    display: none;
  }

  .img-short {
    height: 80px;
    width: auto
  }

  .img-mid {
    height: 40px;
    width: auto
  }

  .separator {
    display: block;
    height: 20px;
    margin-left: -50px;
    margin-bottom: 20px;
    width: calc(100% + 100px);
    background-color: #f6f7f4;
  }
}

@media screen and (min-width:840px) and (max-width: 1023px) {
  .img-short {
    display: none
  }

  .catch-copy-img {
    height: 40px;
    width: auto
  }

  .img-mid {
    height: 40px;
    width: auto
  }

  .separator {
    display: block;
    height: 20px;
    margin-left: -45px;
    margin-bottom: 20px;
    width: 100vw;
    background-color: #f6f7f4;
  }
}


@media screen and (max-width: 839px) {
  .img-long {
    display: none;
  }

  .img-short {
    max-height: 65px;
    width: auto
  }

  .img-mid {
    max-height: 32px;
    width: auto
  }

  .separator {
    display: block;
    height: 20px;
    margin-left: calc(-1.5vw - 20px);
    width: 100vw;
    background-color: #f6f7f4;
  }
}


/*===========================================================　背　景　=================================================================*/
/*---------------PC-----------------*/
@media screen and (min-width: 1024px) {
  .top-image-hitoride-pc {
    display: inline;
  }

  .top-image-hitoride {
    display: none;
  }
}


/*------------スマホ---------------*/
@media screen and (max-width: 1023px) {
  .top-image-hitoride-pc {
    display: none;
  }

  .top-image-hitoride {
    display: inline;
  }
}



/*===============================================================見出しの設定=================================================================*/

/*-------------------サブタイトル（Class=sub-title)---------------------------*/
/*サブタイトル本体*/

h1.sub-title {
  width: 100%;
  background-color: var(--page-color-main);
  border-radius: 10px;
  padding: 15px 0px 15px 0px;
  color: white;
  font-weight: normal;
  text-align: left;
  font-size: 20pt;
  margin-bottom: 40px;
}

/*サブタイトルアイコン部*/
h1.sub-title-icon-none::before {
  width: 0px !important;
}

h1.sub-title::before {
  content: "";
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 15px 0px 30px;
  vertical-align: middle
}


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

  /*はみ出し防止*/
  h1.sub-title {
    height: auto;
  }

  h1.sub-title::before {
    margin: 0px 15px 0px 10px;
  }
}


/*-------------------小タイトル（Class=little-title)---------------------------*/
/*小タイトル本体*/
h2.little-title {
  border-left: none;
  padding: 0px 0px 0px 60px;
  text-decoration: underline var(--page-color-main);
  background-color: transparent;
  font-weight: normal;
  font-size: 120%;
  line-height: 16px;
  height: 60px
}

/*小タイトルアイコン部（画像が入る部分）*/
h2.little-title::after {
  content: "";
  color: white;
  display: block;
  position: relative;
  border: solid 3px rgba(255, 255, 255, 1.00);
  border-radius: 50%;
  background: var(--page-color-main);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  ;


}

/*小タイトルアイコン部（画像が入らない部分）*/
h2.little-title::before {
  content: "";
  display: block;
  position: relative;
  border: solid 3px rgba(255, 255, 255, 1.00);
  border-radius: 50%;
  background: var(--page-color-main);

}

/*------------------PC-----------------*/
@media screen and (min-width: 1024px) {
  h2.little-title::after {
    width: 40px;
    height: 40px;
    left: -60px;
    top: -35px;
  }

  h2.little-title::before {
    width: 30px;
    height: 30px;
    left: -40px;
    top: 33px;
  }
}

/*--------------スマホ-----------*/
@media screen and (max-width: 1023px) {
  h2.little-title::after {
    width: 35px;
    height: 35px;
    left: -55px;
    top: -30px;
  }

  h2.little-title::before {
    width: 25px;
    height: 25px;
    left: -35px;
    top: 28px;
  }
}



/*サブタイトルアイコンの画像設定（ID）*/
/*サブタイトルの画像を設定できます。【H1】*/

h1#satsuei::before {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/484610096e13c5151c764a8abe644823.svg");
}

h1#bukai::before {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/1a2772465f6140753d512714700fb283.svg");
}

h1#gasshuku::before {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/9e9c2ce19a65691cbef8e5d249cfb50b.png");
}

h1#shashinten::before {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/4ad6ece725e963b0585e02831dcc6bb6.png");
}

h1#shashinigai::before {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/5e71956aacc794129e40e027b18cf821.png");
}

h1#calendar::before {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/c7e50249b5d9edf8c67dba5504c7be2c.png");
}

h1#benkyo::before {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/534cc10b5d18d86e6c34c3cb49265b1d.svg");
}

h1#kohyo::before {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/6338e176137e2d1136a8165943d705fa-1.svg");
}

h1#new-article::before {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/534cc10b5d18d86e6c34c3cb49265b1d.svg");
  background-size: 100%;
}

h1#info-label::before {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/691dc31ee0f1f6768aa645834808c846.png");
}

/*小タイトルの画像を設定できます。【H2】*/

h2#satsuei::after {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/484610096e13c5151c764a8abe644823.svg");
}

h2#bukai::after {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/1a2772465f6140753d512714700fb283.svg");
}

h2#gasshuku::after {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/9e9c2ce19a65691cbef8e5d249cfb50b.png");
}

h2#shashinten::after {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/4ad6ece725e963b0585e02831dcc6bb6.png");
}

h2#shashinigai::after {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/5e71956aacc794129e40e027b18cf821.png");
}

h2#calendar::after {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/c7e50249b5d9edf8c67dba5504c7be2c.png");
}

h2#benkyo::after {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/534cc10b5d18d86e6c34c3cb49265b1d.svg");
  background-size: 90%;
}

h2#kohyo::after {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/6338e176137e2d1136a8165943d705fa-1.svg");
}

h2#new-article::after {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/02/a10df085f2c63c5f52a9683cc6a4004d.png");
}

h2#info-label::after {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/691dc31ee0f1f6768aa645834808c846.png");
}

h2#number_1::after {
  content: "1";
  text-align: center;
  line-height: 150%;
  font-size: 120%
}

h2#number_2::after {
  content: "2";
  text-align: center;
  line-height: 150%;
  font-size: 120%
}

h2#number_3::after {
  content: "3";
  text-align: center;
  line-height: 150%;
  font-size: 120%
}

h2#number_4::after {
  content: "4";
  text-align: center;
  line-height: 150%;
  font-size: 120%
}

h2#number_5::after {
  content: "5";
  text-align: center;
  line-height: 150%;
  font-size: 120%
}


/*===================================================ここから個別の固定ページの設定==================================================================*/

/*=======================キャッチコピー=========================*/
h2.catch-copy {
  display: none;
  /*非表示中*/
  text-align: center;
  margin: 10px auto 40px auto;
  font-family: "Noto Serif JP", "serif" !important;
  font-size: 130% !important;
  color: black;
  background: none !important;
  text-decoration: underline solid 3px var(--page-color-main) !important;
}


/*============ページ上部選択バー==============*/

/*外枠*/
.top-out-box {
  border-left: solid 20px rgba(26, 106, 0, 1);
  background-color: white;
}

/*「私達について」*/
.top-left-box {
  position: relative;
  width: 30%;
  height: 100%;
  display: inline-block;
  font-weight: bold
}


/*「活動紹介」「部室紹介」「部員紹介」*/
.top-right-box {
  position: relative;
  width: 20%;
  margin: 0px 1%;
  padding: 0px;
  height: 100%;
  text-align: center;
  display: inline-block
}

.top-right-box a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*現在選択中の項目にアンダーライン*/
#now-select {
  border-bottom: solid 3px var(--page-color-main);
}


/*------------------PC------------------*/
@media screen and (min-width: 1024px) {

  /*外枠*/
  .top-out-box {
    padding: 8px -29px 8px 29px;
    margin: -60px 0px 0px -30px;
    height: 60px;
    width: calc(100% + 60px);
    font-size: 110%;
  }

  /*「私達について」*/
  .top-left-box {
    padding: 10px 0px 0px 10px
  }

  div.top-out-box:before {
    content: "";
    position: absolute;
    margin-left: -60px;
    margin-top: 60px;
    height: 20px;
    width: calc(100% + 60px);
    background-color: #f6f7f4;
  }
}


/*-------------スマホ------------*/
@media screen and (max-width: 1023px) {

  /*外枠*/
  .top-out-box {
    padding: 6px 2% 6px 2%;
    margin: -50px 0px 0px -30px;
    font-size: 3vw;
    width: 100vw;
    height: 8vw
  }

  div.top-out-box:before {
    content: "";
    position: absolute;
    margin-left: -42px;
    margin-top: 7vw;
    height: 15px;
    width: 100vw;
    background-color: #f6f7f4;
  }

  /*「私達について」*/
  .top-left-box {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px
  }

  /*「活動紹介」「部室紹介」「部員紹介」*/
  .top-right-box {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px
  }

  /*「活動紹介」「部室紹介」「部員紹介」段落の余白調整*/
  p.top-left-box {
    padding-top: 3px
  }

}





/*====================================================================【部員紹介ページ】=====================================================================*/

/*---------------------共通部分--------------------------*/

/*外枠*/
.buin-out-box {
  display: block;
  float: left
}

.buin-out-box p {
  margin-bottom: 0px;
}

/*氏名表示部*/
.buin-inner-top-box {
  background-color: rgba(26, 106, 0, 1);
  text-align: center;
  color: white;
  font-size: 120%;
  padding: 4% 0px 4% 0px;
  margin-top: 0px;
  border-radius: 10px 10px 0px 0px;
  line-height: 100%
}

/*メインコンテンツ部*/
.buin-inner-box {
  overflow-y: scroll;
  overflow-x: hidden;
  border: #6f6f6f solid 1px;
  padding: 5%;
}

/*画像部分*/
.buin-image-box {
  width: 100%;
}

.buin-image-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/*小見出し部分（h5)*/
h5 {
  margin: 10px 0px 10px 30px !important;
  position: relative;
  border-bottom: none !important
}

h5::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(26, 106, 0, 1);
  position: absolute;
  display: block;
  left: -8%;
  top: 25%
}

/*表で揃えている部分*/
.buin tr td {
  border: none !important;
  background: none !important;
  padding-top: 0px;
  padding-bottom: 0px
}

.buin tr {
  background: none !important
}

.buin tr td:nth-of-type(1) {
  text-align: center;
  width: 5em
}

.buin tr td:nth-of-type(2) {
  width: 0.5em
}

/*---------大きいPC（サイドバーあり/2列表示）----------*/
@media screen and (min-width: 1200px) {
  .buin-out-box {
    width: 47.5%;
    margin: 20px 1.25% 10px 1.25%;
  }

  .buin-out-box p {
    font-size: 90%
  }

  .buin-inner-box {
    height: 400px;
  }

  .buin {
    font-size: 90%
  }


}

/*---------小さいPC（サイドバーあり/1列表示）---------*/
@media screen and (min-width: 1024px) and (max-width:1199px) {
  .buin-out-box {
    width: 80%;
    margin: 20px 10% 10px 10%;
  }

  .buin-out-box p {
    font-size: 90%
  }

  .buin-inner-box {
    height: 600px;
  }

  .buin {
    font-size: 90%
  }
}


/*------タブレット（サイドバーなし/2列表示）--------*/
@media screen and (min-width: 834px) and (max-width:1023px) {
  .buin-out-box {
    width: 45%;
    margin: 20px 1.25% 10px 1.25%;
  }

  .buin-out-box p {
    font-size: 90%
  }

  .buin-inner-box {
    height: 500px;
  }

  .buin {
    font-size: 100%
  }
}

/*------スマホ（サイドバーなし/1列表示）--------*/
@media screen and (max-width: 833px) {
  .buin-out-box {
    width: 97.5%;
    margin: 20px 1.25% 10px 1.25%;
  }

  .buin-out-box p {
    font-size: 115%
  }

  .buin-inner-box {
    height: 600px;
  }

  .buin {
    font-size: 140%
  }

  h5 {
    font-size: 120% !important;
  }
}


/*固定ページ：「私達について」のタブ用CSS*/

.top-cate-btn {
  margin: 10px 0 20px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, .2);
}

.top-cate-btn label {
  width: calc(100% / 3);
  padding: 10px;
  text-align: center;
  background: #eee;
  transition: .5s;
  border-right: 1px solid #ddd;
}

#tab1:checked~.top-cate-btn label[for="tab1"],
#tab2:checked~.top-cate-btn label[for="tab2"],
#tab3:checked~.top-cate-btn label[for="tab3"],
.top-cate-btn label:hover {
  background: #aaa;
  /* 選択・マウスオーバー時のタブの色。お好きな色に */
}

.top-cate-btn label:last-of-type {
  border-right: none;
}

.tab-cont,
input[name="tab_item"] {
  display: none;
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#tab1:checked~.tab-cont.tb1,
#tab2:checked~.tab-cont.tb2,
#tab3:checked~.tab-cont.tb3 {
  display: block;
  animation: show 1s;
}

/* Cocoonのリンクボタンカスタマイズ */
.btn-wrap-circle>a {
  background: #999;
  /* お好みの色に */
}

/* スマホ用 */
@media screen and (max-width: 768px) {
  .top-cate-btn label {
    width: calc(100% / 3);
  }

  .top-cate-btn label:nth-of-type(2) {
    border-right: none;
  }

  .top-cate-btn label:nth-last-of-type(n+3) {
    border-bottom: 1px solid #ddd;
  }
}

/*投稿ページ（新歓情報）で使っています。*/
/*--------------PC------------------*/
@media screen and (min-width: 1024px) {
  .banner {
    width: 50%;
  }
}

/*--------------スマホ------------------*/
@media screen and (max-width: 1023px) {
  .banner {
    width: 100%;
  }
}

/*バナー広告？みたいなやつ*/
/*カレンダーページで使っています。*/
.top-banner {
  display: flex;
  flex-wrap: wrap;
}

ul.top-banner {
  list-style: none;
  margin: 0px;
  padding: 0px
}

.top-banner li img {
  max-width: 100%;
}

.navi-footer-in a:hover {
  background-color: #777777 !important;
}

/*--------------PC------------------*/
@media screen and (min-width: 1024px) {
  .top-banner li {
    width: calc(97%/2);
  }
}

/*--------------スマホ------------------*/
@media screen and (max-width: 1023px) {
  .top-banner li {
    width: 100%;
  }
}


.code-block-label {
  text-align: center;
  color: gray;
  font-size: small;
}

.ad-label {
  color: gray;
  font-size: small;
}

/*ログイン通知欄*/
.wholog br {
  display: none;
}

@media screen and (min-width: 1024px) {
  .wholog {
    display: none;
  }

  .whologkotei {
    display: none;
  }


}

@media screen and (max-width: 1023px) {
  .whologtop {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .wholog {
    margin-top: calc(5% + 50px);
  }
}

.whologkotei br {
  display: none;
}

/*ブログ一覧次のページへボタン*/
.pagination-next-link {
  border-radius: 10px;
  filter: drop-shadow(2px 2px 5px Gainsboro);
  border: none;
}

/*SNSロゴ欄*/
.icon-youtube-logo:before {
  content: '';
  display: inline-block;
  background-image: url(https://www.saidaiphoto.com/wp-content/uploads/2021/11/yt_logo_mono_dark.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 20px;
  background-color: #FF0000;
  padding-bottom: 3px;
}

.bc-brand-color.sns-follow .youtube-button {
  background-color: #FF0000;
}

.bc-brand-color.sns-follow .instagram-button {
  background: linear-gradient(45deg, #fcaf45 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
  background-color: #e1306c;
}



/*============================リンクボタン(ショートコードで挿入可能)=====================================*/
/*============================リンクボタン(ショートコードで挿入可能)=====================================*/
.link_button_i {
  width: 100%;
  margin: 0;
  display: inline-block;
}

.link_button_i>a {
  width: 100%;
  height: 80px;
  display: flex;
  flex-flow: row;
  overflow: hidden;
  border-bottom: solid 2px rgba(20, 80, 25, 1);
  border-right: solid 2px rgba(20, 80, 25, 1);
  border-radius: 10px;
  text-decoration: none;
  transition: ease .1s;
  color: black;
}

.link_button_i>a:hover {
  opacity: .8;
  color: #0009
}

.link_button_i .icon_container {
  width: 80px;
  height: 100%;
  background-color: #2d8749;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link_button_i .content_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 80px);
  height: 100%;
  background-color: #e9f3ec;
}

.link_button_i .text_container {
  height: fit-content;
}

.link_button_i .text_container>p {
  text-align: center;
  margin: 0;
  font-size: 24px;
}

.link_button_i .text_container>p.small_text {
  font-size: 18px;
}

.link_button_i i {
  width: 40px;
  height: 40px;
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/camera.svg");
  background-size: cover;
}

.link_button_i i.satsuei {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/484610096e13c5151c764a8abe644823.svg");
}

.link_button_i i.bukai {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/03/bukai.svg");
}

.link_button_i i.gasshuku {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/9e9c2ce19a65691cbef8e5d249cfb50b.png");
}

.link_button_i i.shashinten {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/4ad6ece725e963b0585e02831dcc6bb6.png");
}

.link_button_i i.shashinigai {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/5e71956aacc794129e40e027b18cf821.png");
  background-size: 65px;
}

.link_button_i i.calendar {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/c7e50249b5d9edf8c67dba5504c7be2c.png");
}

.link_button_i i.benkyo {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/534cc10b5d18d86e6c34c3cb49265b1d.svg");
  background-size: 90%;
}

.link_button_i i.kohyo {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2022/02/6338e176137e2d1136a8165943d705fa-1.svg");
}

.link_button_i i.new-article {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/02/a10df085f2c63c5f52a9683cc6a4004d.png");
}

.link_button_i i.info-label {
  background-image: url("https://www.saidaiphoto.com/wp-content/uploads/2021/01/691dc31ee0f1f6768aa645834808c846.png");
}

@media screen and (max-width: 640px) {
  .link_button_i {
    padding: 5px 5%;
  }
}

@media screen and (min-width: 641px) {
  .link_button_i {
    width: 49%;
    padding: 5px 1%;
  }
}

/*==========================↑↑リンクのボタン(いなだver)↑↑====================================*/


/*部員紹介ページの背景に色をつけたり左側に線を引いたり*/
.page-id-72 .wp-block-column {
  border-left: solid 5px #2d8749;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 5px 10px 5px 10px;
  margin-left: 10px !important
}

/*カレンダーページのタイトル*/
.page-id-351 .entry-title {
  background-color: white !important;
  color: #303030;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 10px;
  border-left: solid 30px var(--page-color-main);
  font-weight: bold;
  border-radius: 2px
}

.page-id-351 p {
  margin-left: 25px
}

figure.wp-block-table table {
  width: 100%;
}

figure.wp-block-table table td:nth-of-type(1) {
  width: 30%;
  text-align: center;
}

figure.wp-block-table table td {
  font-weight: bold;
}

table tr:nth-of-type(2n) {
  background-color: #f1fdf0;
}

table tr:nth-of-type(2n+1) {
  background-color: #c4eeb5;
}

.sidebar h2,
.sidebar h3 {
  border-radius: 10px;
}

iframe #calendarTitle {
  display: none;
}


/*==========================個人ブログの新プロフィール用CSS====================================*/
.privateblog_profile-title {
  font-size: 18px;
  line-height: 1.25;
  padding: 16px 5%;
  color: white;
  font-weight: 400;
  background-color: #333;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.privateblog_profile-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f3f3f3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.privateblog_profile-img_container {
  width: 30%;
  padding: 16px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.privateblog_profile-img_squere_box {
  width: 100%;
  position: relative;
}

.privateblog_profile-img_squere_box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.privateblog_profile-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.privateblog_profile-detail_container {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px 8px 0;
  box-sizing: border-box;
}

.privateblog_profile-detail {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
}

.privateblog_profile-name {
  font-weight: bold;
  font-size: 20px;
}

.privateblog_profile-body {
  font-size: 16px;
}

@media screen and (max-width: 512px) {
  .privateblog_profile-content {
    flex-direction: column;
  }

  .privateblog_profile-name {
    text-align: center;
  }

  .privateblog_profile-detail_container {
    width: 100%;
    padding: 0 8px 8px 8px;
  }

  .privateblog_profile-img_container {
    width: 50%;
  }
}
/*======================↑↑個人ブログの新プロフィール用CSS↑↑================================*/



/*

.menu:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    content: '>';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
 
.menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
	
	
*/

/*広告関係デザイン*/
/*
.byadinseter{
	transform: scale(0.9);
}

.code-block .code-block-1{
	
}
*/