@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.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/******************
 * 全体
 * ********************/
.home #content-in.wrap {
  width: 100%;
  padding: 0;
}

h3 {
  font-size: 30px !important;
  font-weight: bold !important;
  letter-spacing: 0.2em !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  margin: 0 !important;
  /* 	padding: 0 !important; */
}

h1.entry-title {
  text-align: center;
}

.event-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5px;
}

/*********************
 * 固定ページ
 * ******************/
a.open {
  cursor: pointer;
}

.w1000-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5px;
}

.w1000-wrapper #banner {
  margin: 0 calc(50% - 50vw)!important;
  width: 100vw;
}

.page .date-tags {
  display: none;
}

.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  color: #5fb7e0;
  font-weight: bold;
  font-style: italic;
  font-size: 36px;
  letter-spacing: 10px;
  text-align: center;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: transparent;
}

.section-header p {
  color: #5fb7e0;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

.section-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: #dff1f9;
  /* border: 1px solid #5FB7E0; */
  display: flex;
  margin-bottom: 30px;
}

.section-box-left {
  width: 25%;
  text-align: center;
  background-color: #5fb7e0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
}

.section-box-left > h3 {
  color: white;
  padding: 12px 12px;
}

.section-box-right {
  width: 75%;
  padding: 15px;
}

.section-box-right a {
  display: block;
  background-color: #008c95;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}

.section-box-right a.open {
  /* background-color: #004851; */
  background-color: #00587c;
}

.section-box-right a:not(:first-of-type) {
  margin-top: 10px;
}

.section-box-right a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: white;
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  right: 15px;
}

.section-box-right a:hover {
  opacity: 0.7;
}

.section-box-right a.open::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  /* font-size: 30px;
  line-height: 36px; */
}

.inner-box {
  /* background-color: #008C95;
  color: white;
  font-size: 24px;
  margin-top: 10px;
  position: relative;
  text-decoration: none;
  transition: opacity .3s; */
  margin-top: 10px;
  margin-left: 50px;
  display: none;
}

.section-box-right a.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  /* font-size: 30px;
  line-height: 36px; */
}

.section-box-right a.no-angle::after {
  content: "";
}

/********************
 * 固定ページ（sub）
 * ****************/
.page-box {
  width: 100%;
}

.page-box-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
}

.page-box-inner a {
  display: block;
  background-color: #008c95;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}

.page-box-inner a:not(:first-of-type) {
  margin-top: 10px;
}

.page-box-inner a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: white;
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  right: 15px;
}

.page-box-inner a:hover {
  opacity: 0.7;
}

.page-box-inner p {
  text-align: center;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}

/******************
 * ページ内リンク
 * ***************/
h3.anchor {
  display: block;
  padding-top: 250px;
  margin-top: -250px !important;
}

/*********************
 * 賛助会員一覧
 * ***************/
 .sanjo-title {
  text-align: center;
  font-weight: bold;
  color: #5fb7e0;
  font-size: 28px;
}

.sanjo-txt {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 10px;
  border: 1px solid #e50012;
  border-radius: 5px;
}

.sanjo-table {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  border-collapse: collapse;
}

.sanjo-table table {
  border-collapse: collapse;
  width: 100%;
}

.sanjo-table tr {
  width: 100%;
}

.sanjo-table th {
  border: 1px solid #333;
  width: 100%;
  padding: 2px 5px;
  background-color: #add8e6;
  color: #333;
  font-weight: 400;
}

.sanjo-table td {
  border: 1px solid #333;
  padding: 2px 5px;
}

.sanjo-kaiin {
  color: #008c95;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.sanjo-left {
  width: 50%;
  margin-bottom: 10px;
}

.sanjo-right {
  width: 50%;
  margin-left: 20px;
  margin-bottom: 10px;
}

.sanjo-docs {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  justify-content: space-between;
}

.sanjo-docs a {
  display: block;
  background-color: #008c95;
  color: #fff;
  font-size: 24px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  width: 49%;
}

.sanjo-docs a::after {
  content: ">";
  color: #fff;
  position: absolute;
  right: 15px;
}

.sanjo-docs a:hover {
  opacity: 0.7;
}

th.platinum {
  background-image: linear-gradient(to right, rgba(196,196,196,1), rgba(245,245,245,1), rgba(196,196,196,1));
  text-align: center;
}
th.gold {
  background-image: linear-gradient(to right, rgba(255,165,0,1), rgba(255,255,0,1), rgba(255,165,0,1));
  text-align: center;
}
th.official {
  background-image: linear-gradient(to right, rgba(165,126,101,1), rgba(243,207,184,1), rgba(165,126,101,1));
  text-align: center;
}

/******************
 * スポ安動画コーナー
 * **************/
.movie-wrapper {
  padding: 0 5px;
}

.movie-box {
  max-width: 1000px;
  margin: 0 auto 80px;
}

.movie-box > .video-container {
  max-width: 800px;
  margin: 0 auto;
}

.movie-box p {
  color: #5fb7e0;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

/********************
 * ヘッダー
 * *******************/
#header-container {
  margin: 10px 10px 0 10px;
}

#header-container-in.wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.header-site-logo-image {
  max-height: 80px !important;
}

/*********************
 * ヘッダーメニュー
 * ***************/
#navi {
  max-width: 850px;
  width: 100%;
}

.navi-in > ul li {
  width: 200px;
  height: 35px;
  line-height: 35px;
  margin: 5px;
  background-color: #5fb7e0;
}

.navi-in a {
  color: #fff;
  font-weight: bold;
}

.sub-menu {
  min-width: 250px !important;
}

.sub-menu li {
  height: auto !important;
  background-color: #008c95 !important;
}

.menu-drawer .sub-menu li {
  background-color: #fff !important;
}

/**********************
 * コンテンツトップ
 * *********************/
#content-top-in.wrap {
  width: 100% !important;
}

.widget-content-top-title {
  display: none;
}

/*************************
 * ヘッダーイメージ
 * *******************/
/* .header-main-image {
	max-width: 1440px;
	margin: 0 auto;
} */

#header-main {
  display: none;
}

#header-main-sp {
  display: none;
}

#header-main {
  width: 100%;
  /* background-color: #ffff00; */
  animation: background-color 0.3s 5s;
  animation-fill-mode: forwards;
}

.header-animation {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.logo-background {
  width: 100%;
  max-width: 1440px;
  animation: zoomIn;
  animation-delay: 5.3s;
}

.playing {
  position: absolute;
  width: 50%;
  top: 10%;
  right: 16%;
  animation: bounceIn;
  animation-delay: 5.8s;
}

.playing > img {
  width: 100%;
}

.logo-men {
  position: absolute;
  width: 22.5%;
  top: 41.5%;
  left: 12.5%;
  animation: jump 4.5s 0.5s;
}

.logo-men > img {
  width: 100%;
}

.logo-star {
  position: absolute;
  width: 10%;
  top: 35%;
  left: 19.5%;
  animation: logo-star 5s;
}

.only-star {
  width: 50%;
}

.star-shine {
  position: absolute;
  top: -41%;
  left: -23%;
  animation: star-shine 1.5s infinite;
}

.logo-oita {
  position: absolute;
  top: 55%;
  left: 27%;
  width: 12%;
  animation: bounceInDown;
  animation-delay: 6.2s;
}

.logo-copy {
  position: absolute;
  top: 6%;
  right: 12.5%;
  width: 26%;
  animation: bounceInLeft;
  animation-delay: 6s;
}

/*************************
 * ヘッダーイメージ(SP)
 * *******************/
#header-main-sp {
  width: 100%;
  /* background-color: #ffff00; */
  animation: background-color 0.3s 2.5s;
  animation-fill-mode: forwards;
}

.header-animation-sp {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.logo-background-sp {
  width: 100%;
  max-width: 800px;
  animation: zoomIn;
  animation-delay: 2.8s;
}

.playing-sp {
  position: absolute;
  width: 65%;
  top: 12%;
  right: 5%;
  animation: bounceIn;
  animation-delay: 3.3s;
}

.playing-sp > img {
  width: 100%;
}

.logo-men-sp {
  position: absolute;
  width: 33.5%;
  top: 50%;
  left: 10%;
  animation: fadeInUpBig;
  animation-delay: 0.5s;
}

.logo-men-sp > img {
  width: 100%;
}

.logo-star-sp {
  position: absolute;
  width: 21%;
  top: 43%;
  left: 19%;
  animation: fadeInDown;
  animation-delay: 0.5s;
}

.only-star-sp {
  width: 50%;
}

.star-shine-sp {
  position: absolute;
  top: -41%;
  left: -23%;
  animation: star-shine 1.5s infinite;
}

.logo-oita-sp {
  position: absolute;
  top: 59%;
  left: 32%;
  width: 23%;
  animation: bounceInDown;
  animation-delay: 3.7s;
}

.logo-copy-sp {
  position: absolute;
  top: 9%;
  right: 3.5%;
  width: 37%;
  animation: bounceInLeft;
  animation-delay: 3.5s;
}

/********************
 * メイン
 * *******************/
/* #content-in.wrap {
	width: 100%;
	margin: 0 auto;
} */

#main {
  padding: 0;
}

/**********************
 * 重要なお知らせ
 * ******************/
#important {
  background: #5fb7e0;
  display: none;
}

.home #important {
  display: block;
}

.important-card {
  display: flex;
  max-width: 1198px;
  width: 100%;
  margin: 0 auto;
}

.important-card-left {
  padding: 10px;
  margin-right: 10px;
}

.important-logo p {
  margin: 3px 0;
  text-align: center;
}

.important-logo i {
  font-size: 50px;
  color: #e50012;
}

.important-card-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.important-card-right .important-card-info {
  font-size: 12px;
}

.important-card-title a {
  color: #333;
}

.important {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5px;
}

/*--------------------------------------
ニュースセクション
--------------------------------------*/
#news {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 10px;
}

.tab-wrap {
  position: relative;
}

.scroll-tab {
  width: 100%;
  overflow-x: auto;
}

.scroll-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  line-height: 68px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  display: none;
}

.tab-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  min-width: 800px;
}

.tab {
  flex-grow: 1;
  background-color: #5fb7e0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 5px;
  padding: 14px 0 12px;
  text-align: center;
  transition: 1s;
  vertical-align: bottom;
}
.panel-group {
  min-height: 300px;
  border: solid 1px #ccc;
  border-top: 8px solid #c8e4ff;
  padding: 10px;
}

.page-id-306 .panel-group {
  margin: 0 5px;
}

.panel {
  display: none;
}
.tab.is-active {
  color: #fff;
  transition: 1s;
  opacity: 0.6;
  padding-bottom: 20px;
}
.panel.is-show {
  display: block;
}

.panel.is-show > ul {
  padding-left: 0;
}

.tabInner {
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.blogTitle a {
  text-decoration: none;
  color: #333;
  transition: 0.2s;
}

.blogTitle a:hover {
  color: #e50012;
}

.more-news {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.more-news a {
  text-decoration: none;
}

.more-news .fa {
  margin-right: 5px;
  font-weight: bold;
}

/*カテゴリー*/
.blogInfo {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.blogInfo a {
  color: #fff;
  text-decoration: none;
}

.blogInfo span {
  min-width: 120px;
  text-align: center;
}

.office,
.sports-festival,
.sports-boys,
.sports-science,
.sports-leader,
.other {
  color: #fff;
  padding: 1px;
  margin: 0 10px;
  font-size: 14px;
  background: blue;
  vertical-align: middle;
  display: inline-block;
}

.tab-all {
  background-color: #5fb7e0;
}

.tab-office {
  background-color: #fe5000;
}
.office {
  background-color: #fe5000;
}

.tab-sports-festival {
  background-color: #ff9425;
}
.sports-festival {
  background-color: #ff9425;
}

.tab-sports-boys {
  background-color: #0072ce;
}
.sports-boys {
  background-color: #0072ce;
}

.tab-sports-science {
  background-color: #279989;
}
.sports-science {
  background-color: #279989;
}

.tab-sports-leader {
  background-color: #3b3fb6;
}
.sports-leader {
  background-color: #3b3fb6;
}

.tab-other {
  background-color: #e45dbf;
}
.other {
  background-color: #e45dbf;
}

/*********************
 * カテゴリーアーカイブページ
 * ******************/
#archive-title {
  text-align: center;
  padding: 0 5px;
}

#archive-title .fa-folder-open {
  display: none;
}

.category .list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
}

.category .list a {
  border-bottom: 1px solid #e7e7e7;
}

.category .list a.a-wrap {
  margin-bottom: 0;
}

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

.category .entry-card-content {
  padding-bottom: 0;
  margin-left: 130px;
}

.category .entry-card-content h2 {
  font-weight: normal;
}

.category .entry-card-content .fa-clock {
  display: none;
}

.category .entry-card-meta {
  right: auto;
  left: 0;
}

.category .post-date .fa {
  display: none;
}

/**********************
 * アーカイブページのページネーション
 * ********************/
.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi .pages {
  display: none;
}

/********************
 * 申し込みセクション
 * ******************/
#apply {
  background-color: #5fb7e0;
  margin: 0 auto 60px;
  padding: 10px;
}

#apply .section-header {
  margin-bottom: 10px;
  padding-top: 30px;
}

#apply .section-header h2 {
  color: #fff;
}

#apply .section-header p {
  color: #fff;
}

.apply {
  max-width: 1200px;
  display: flex;
  justify-content: space-evenly;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.apply a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
  display: block;
}

.apply a:hover {
  transform: scale(1.1);
}

.apply-icon img {
  max-width: 100px;
}

/***********************
 * スケジュールセクション
 * ***************/
#schedule {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 10px;
}

.ai1ec-calendar-toolbar {
  border: 0 !important;
}

.ai1ec-pull-right {
  display: none;
}

.ai1ec-pull-left {
  display: none;
}

.ai1ec-month {
  background: #5fb7e0 !important;
}

.ai1ec-event-title {
  font-size: 18px !important;
}

#ai1ec-calendar-view .post-edit-link {
  display: none;
}

.ai1ec-single-event .ai1ec-actions {
  position: absolute;
  right: 5px;
  top: -10px;
}

.ai1ec-single-event {
  font-size: 18px !important;
  line-height: 30px !important;
}

.ai1ec-single-event .ai1ec-event-details {
  max-width: 1000px;
  margin: 0 auto !important;
  padding: 0 5px;
}

.ai1ec-agenda-view .ai1ec-date {
  background: none;
}

.ai1ec-agenda-view .ai1ec-actions {
  display: none;
}

/**********************
 * イベントセクション
 * *******************/
#event {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 10px;
}

.event-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.event-card {
  margin: 15px;
}

.event-card-title {
  max-width: 360px;
}

.more-event {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.more-event a {
  text-decoration: none;
}

.more-event .fa {
  margin-right: 5px;
  font-weight: bold;
}

.event {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5px;
}

/**********************
 * youtubeセクション
 * ******************/
#youtube {
  background-color: #add8e6;
  margin: 0 auto;
  padding-bottom: 10px;
}

.youtube-logo {
  background-color: #ffff00;
  text-align: center;
  padding-top: 10px;
}

.youtube {
  padding: 50px 10px 0;
  margin: 0 auto 50px;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
}

/* .youtube > iframe {
  max-width: 600px;
  width: 100%;
  padding: 0 5px;
} */

.youtube > .video-container {
  max-width: 600px;
  width: 100%;
  padding: 0 5px;
  margin: 0;
}

.youtube > .video-container > .video {
  margin-top: 0;
}

.youtube > .video-container:not(:first-of-type) {
  margin-left: 10px;
}

.more-btn {
  display: block;
  max-width: 200px;
  text-align: center;
  margin: 0 auto 50px;
  text-decoration: none;
  color: white;
  background: #5fb7e0;
  padding: 10px 5px;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.more-btn:hover {
  color: #5fb7e0;
  background: #fff;
}

/**********************
 * インスタグラムセクション
 * *******************/
#instagram {
  margin-top: 0;
  margin: 0 auto;
  background-color: #add8e6;
  padding-bottom: 50px;
  position: relative;
}

.insta-campaign {
  background-color: #e50012;
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.insta-campaign p {
  margin: 0;
}

.insta-campaign a {
  color: #fff;
}

.insta-campaign a:hover {
  color: #fff;
}

.insta-logo {
  background-color: #ffff00;
  text-align: center;
  padding-top: 10px;
}

.insta-logo img {
  /*   width: 16%; */
  width: 300px;
}

.insta-tag {
  background-color: #5fb7e0;
  text-align: center;
  margin: 0 auto;
}

.insta-tag p {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}

#instagram-list {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin: 10px auto 50px;
}

#instagram-list li {
  list-style-type: none;
  margin: 10px 10px 10px 10px;
  width: 23%;
}

#instagram-list a {
  display: block;
  position: relative;
}

#instagram-list a::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#instagram-list a img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

#instagram-list a video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

img.ng {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/**********************
 * バナーセクション
 * *******************/
.entry-content #banner {
  margin: 0;
}

#banner {
  width: 100%;
  padding: 60px 10px 35px 10px;
  /* background-color: #eee; */
}

.w1000-wrapper #banner {
  background-color: white;
}

#banner img {
  border: 2px solid #c0c0c0;
}

.top-banner {
  margin-bottom: 50px;
  /* margin-bottom: 30px; */
  /* padding-bottom: 20px; */
  /* border-bottom: 1px solid #c0c0c0; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-banner a {
  /*width: 50%;*/
  width: 100%;
  text-align: left;
}

.top-banner a:not(:first-of-type) {
  margin-top: 2%;
}


.top-banner a img {
  /*max-width: 448px;*/
  width: 100%;
}

.banner-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.middle-top-banner {
  display: flex;
  margin-bottom: 50px;
  /* margin-bottom: 20px; */
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.middle-top-banner a {
  max-width: 380px;
  width: 33.3%;
  text-align: left;
  margin-bottom: 10px;
}
/* .middle-top-banner a {
  width: 33.3%;
  text-align: left;
} */

.middle-top-banner a img {
  /* max-width: 380px; */
  width: 100%;
}

.middle-top-banner::after {
  content: "";
  display: block;
  max-width: 380px;
  width: 33.3%;
}
/* .middle-top-banner::after {
  content: "";
  display: block;
  width: 33.3%;
} */

.middle-bottom-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  /* border-bottom: 1px solid #c0c0c0; */
  flex-wrap: wrap;
}

.middle-bottom-banner a {
  max-width: 320px;
  width: 33.3%;
  text-align: left;
  margin-bottom: 10px;
}

.middle-bottom-banner a img {
  /* max-width: 320px; */
  width: 100%;
}

.middle-bottom-banner::after {
  content: "";
  display: block;
  max-width: 320px;
  width: 33.3%;
}

.bottom-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.bottom-banner a {
  width: 25%;
  text-align: left;
}

.bottom-banner a img {
  max-width: 256px;
  width: 100%;
}

.bottom-banner::after {
  content: "";
  display: block;
  width: 25%;
}

.bottom-banner::before {
  content: "";
  display: block;
  width: 25%;
  order: 1;
}

#banner a.dummy img {
  border: 0;
}

h2.platinum {
  background-image: linear-gradient(to right, rgba(196,196,196,1), rgba(245,245,245,1), rgba(196,196,196,1));
  padding: 1em 0;
  text-align: center;
  /* margin: 0 calc(50% - 50vw);
  width: 100vw; */
}
h2.gold {
  background-image: linear-gradient(to right, rgba(255,165,0,1), rgba(255,255,0,1), rgba(255,165,0,1));
  padding: 1em 0;
  text-align: center;
}
h2.official {
  background-image: linear-gradient(to right, rgba(165,126,101,1), rgba(243,207,184,1), rgba(165,126,101,1));
  padding: 1em 0;
  text-align: center;
}

@media screen and (max-width: 834px) {
  #banner .middle-bottom-banner a.dummy,
  #banner .bottom-banner a.dummy
  {
    display: none;
  }
}

/******************
 * フッタートップセクション
 * ***********************/
.entry-content #footer-banner {
  margin-top: 0;
  margin-bottom: 3em;
}

.entry-content #footer-top {
  margin: 0;
}

#footer-top {
  background-color: #5fb7e0;
  padding-bottom: 15px;
}

#footer-top .footer-top-container {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-top {
  /* max-width: 1200px; */
  width: 75%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

.footer-top-box {
  width: 33.3%;
}

.footer-top-box .slide-box {
  margin-left: 10px;
}

.footer-top-box p {
  color: #ffffff;
  font-weight: bold;
}

.footer-top-box a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 5px;
  position: relative;
  transition: opacity 0.3s;
  padding-left: 20px;
  font-size: 16px;
}

.footer-top-box a:hover {
  opacity: 0.7;
}

.footer-top-box a.open::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 0;
  line-height: 24px;
}

.footer-top-box a.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  color: #fff;
}

.footer-top-box .inner-box {
  margin-left: 10px;
  display: none;
}

/***********************
 * フッターバナーセクション
 * *****************/
.footer-banner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 25%;
  padding: 10px;
  /* margin-top: 20px; */
}

.footer-banner a {
  display: block;
  text-align: center;
}

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

/*************************
 * フッターミドルセクション
 * *******************/
#footer-middle {
  padding: 0 5px;
}

.footer-middle {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-middle-left {
  display: flex;
}

.footer-middle-img {
  margin-right: 30px;
}

.footer-middle-img img {
  max-height: 300px;
}

.footer-middle-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-middle-txt p {
  font-size: 16px;
  margin-top: 0;
}

.footer-middle .fa-youtube {
  color: #f94d52;
}

.footer-middle .fa-instagram {
  color: #374149;
}

/**********************
 * フッター
 * *****************/
#footer {
  margin-top: 0;
  padding-top: 0;
}

.footer-bottom {
  margin-top: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1600px以下*/
/* @media screen and (max-width: 1600px){
	.header-animation {
	max-width: 1280px;
}
} */

/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  .sidebar-menu-button {
    display: none;
  }
  .top-banner,
  .middle-top-banner,
  .middle-bottom-banner,
  .bottom-banner {
    display: flex;
    justify-content: flex-start;
/* 	justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
  }
  #instagram-list {
    flex-wrap: wrap;
  }
  #instagram-list li {
    margin: 5px 5px 5px 5px;
    width: 31%;
  }
  #instagram-list::after {
    content: "";
    display: block;
    width: 31%;
  }
  /*YouTube*/
  .youtube {
    flex-direction: column;
    align-items: center;
  }
  .youtube > .video-container:not(:first-of-type) {
    margin-left: 0;
    margin-top: 30px;
  }
  /* footer-top */
  #footer-top .footer-top-container {
    flex-direction: column;
  }
  .footer-top {
    width: 100%;
  }
  .footer-banner {
    width: 100%;
    flex-direction: row;
    margin-top: 20px;
  }
}

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

  #content-top {
    margin: 0;
  }
  .header-site-logo-image {
    max-height: 60px !important;
  }

  /*固定ページ*/
  .section-box,
  .sanjo-docs {
    flex-direction: column;
    max-width: 800px;
  }
  .section-box-left {
    width: 100%;
  }
  .section-box-right {
    width: 100%;
  }
  .sanjo-docs a {
    width: 100%;
  }
  .sanjo-table {
    flex-direction: column;
  }
  .sanjo-left {
    width: 100%;
  }
  .sanjo-right {
    margin-left: 0;
    width: 100%;
  }

  /********************
	 * ニュースセクション
	 * ****************/
  .scroll-btn {
    display: block;
  }
  .tab-group {
    padding-right: 25px;
  }
  .tabInner {
    flex-direction: column;
  }

  /**********************
	 * インスタセクション
	 * ******************/
  .insta-tag p {
    font-size: 40px;
  }
  img.ng {
    left: 50%;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -50%);
    padding: 0 5px;
  }
  /**********************
 * バナーセクション
 * *******************/
  .top-banner a {
    width: 100%;
  }

  .middle-top-banner a {
    width: 50%;
  }

  .middle-top-banner::after {
    width: 50%;
  }

  .middle-bottom-banner a {
    width: 50%;
  }

  .middle-bottom-banner::after {
    width: 50%;
  }

  .bottom-banner a {
    width: 50%;
  }

  .bottom-banner::after {
    width: 50%;
  }
  .middle-top-banner, .middle-bottom-banner {
    justify-content: center;
  }
  /*********************
  *フッタートップセクション
  *********************/
  .footer-top-box {
    width: 47%;
    margin: 5px;
  }
  .footer-banner {
    width: 100%;
    margin: 20px auto 10px;
    flex-direction: column;
  }
  .footer-banner a {
    margin-bottom: 10px;
  }
  /*********************
  *フッターミドルセクション
  ********************/
  .footer-middle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-middle-txt p {
    font-size: 15px;
  }
}

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

  .header-site-logo-image {
    max-height: 50px !important;
  }

  .section-header h2 {
    font-size: 30px;
  }

  .section-header p {
    font-size: 18px;
  }
  /********************
 * 申し込みセクション
 * ******************/
  #apply {
    padding: 5px;
  }

  .apply-icon {
    width: 33.3%;
  }

  .apply-icon img {
    width: 70%;
  }

  /* .apply {
  justify-content: space-around;
	flex-wrap: wrap;
}
	
	.apply .apply-icon {
		width: 50%;
	} */

  /*******************
	 * youtubeセクション
	 * *********************/
  .youtube-logo img {
    width: 200px;
  }

  /*******************
	 * インスタセクション
	 * ****************/
  .insta-logo img {
    width: 200px;
  }
  .insta-tag p {
    font-size: 30px;
  }
  .insta-campaign {
    font-size: 20px;
  }
  #instagram-list li {
    margin: 5px 5px 5px 5px;
    width: 46.7%;
  }
  /*********************
  *フッタートップセクション
  *********************/
  .footer-top-box {
    width: 100%;
    margin: 5px;
  }
  /*******************
  *フッターミドルセクション
  ********************/
  .footer-middle-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /******************
	 * 賛助会員一覧
	 * ****************/
  .sanjo-title {
    font-size: 23px;
  }
  .sanjo-docs a {
    font-size: 22px;
  }
}
