/*
  Skin Name: 吹奏楽団用（PSE）
  Description: 吹奏楽団向けのスキンです
  Skin URI: https://wp-cocoon.com/
  Author: mtbs
  Author URI: https://mitsuba-system.co.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.0
  Priority: 10
*/
/*以下にスタイルシートを記入してください*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/* 独自カラー設定 */
:root {

  --sub-bg-color:#f4efe5;

  --bs-primary: #A8D8E5;
  --bs-primary-light: #EAF6F8;

  --bs-navy: #203A59;

  --main-txt-color:#263746;
  
  --gold: #C9AE6B;



  /* トップページのヘッダーグローバルナビサイズ */
/*  --topHeaderNavisize: 56px;*/
  /* トップページのヘッダーグローバルナビ 背景色 */
/*  --topHeaderNaviBgColor: var(--LtGray_T70_A50);*/

  /* トップページ以外のヘッダーロゴサイズ */
  --ohterHeaderLogosize: 56px;
  /* トップページ以外のヘッダーグローバルナビ 背景色 */
/*  --ohterHeaderBgColor: var(--LtGray_T70_A50);*/

  /* モバイルヘッダメニュー　背景色 */
  --mobileHeaderBgColor: var(--white_half);

  /* モバイルヘッダメニュー　Front専用　背景色 */
  --mobileTopHeaderBgColor: var(--white_half);

  /* モバイルフッターメニュー　背景色 */
  --mobileFooterBgColor: var(--white_half);

  /* safe area */
  --safeareainsetleft: env(safe-area-inset-left);

  /* フロントページ カテゴリーごとの疑似要素の表示 */
  --listColumns_Category_displayOn: none;
  --listColumns_Category_23cols: 0rem;

  /* ヘッダーモバイルボタン　ロゴ以外でボタン一つのみの場合は幅を70px指定 */
  /* フロントページ用 */
/*  --mobileHeaderMenuBtn_width: 70px;*/
  /* フロントページ以外用 */
/*  --mobileHeaderMenuOtherBtn_width: 70px;*/




}


/****************************** Common ******************************/


/* header ---------------------- */
#header-container {
  height: 80px;
  background: url(./images/header_bk.svg) repeat-x center bottom;
  background-size: auto 180px;
}
.fixed-header {
  box-shadow: none;
}

.navi {
  background: none;
}
/*
.n2-section-smartslider,
.n2-ss-slider {
  z-index: 0!important;
}
  */
/*
.header-container {
  position: relative;
  z-index: 10;
}*/


.navi-in > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5em 1.5em;
  text-align: center;
  /*サブメニュー*/
}
.navi-in > ul li {
  display: block;
  width: auto;
  height: auto;
  position: relative;
}
.navi-in > ul li:hover > ul {
  display: block;
}
.navi-in > ul .caption-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
.navi-in > ul .caption-wrap > div {
  width: 100%;
}
.navi-in > ul .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  width: 240px;
  list-style: none;
  padding: 0;
  background-color: var(--cocoon-xxx-thin-color);
  z-index: 99;
  text-align: left;
  /*サブメニューのサブメニュー*/
}
.navi-in > ul .sub-menu li {
  width: auto;
}
.navi-in > ul .sub-menu a {
  padding-left: 16px;
  padding-right: 16px;
}
.navi-in > ul .sub-menu ul {
  top: -60px;
  left: 240px;
  position: relative;
}
.navi-in a {
  position: relative;
  color: var(--main-txt-color);
  text-decoration: none;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}
.navi-in a:hover {
/*  background-color: #f5f8fa;*/
  background: none;
  transition: all 0.3s ease-in-out;
  color: var(--main-txt-color);
  opacity: 0.75;
}


@media screen and (max-width: 1023px) {
  #header-container {
    display: none;
  }
  .mobile-menu-buttons {
    min-height: 60px;
  }
  .mobile-header-menu-buttons {
      top: var(--wp-admin--admin-bar--height, 0px);
      bottom: auto;
      justify-content: space-between;
      min-width: 46px;
      box-shadow: none;
      background: url(./images/header_bk.svg) repeat-x center bottom;
      background-size: auto 80px;
  }
}





/* footer ---------------------- */
.footer {
	padding: 20px 0;
}
.footer-container {
  background: var(--bs-navy);
  color: #fff;
}



.footer .site-name-text-link {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.site-name-text-link:hover {
  opacity: 0.75;
}

/* フッターSNS */
.footer_sns_list {
	display: flex;
	gap: 20px;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}
.footer_sns_list li {
	padding: 0;
	list-style-position: outside;
    list-style-type: none;
}
.footer_sns_list li a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
.footer_sns_list li a img {
	width: 100%;
}
.footer_sns_list li a:hover {
	opacity: 0.75;
}


/************************************
** フッターメニュー
************************************/
.navi-footer-in > .menu-footer {
	/* padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	text-align: center;*/
}
.navi-footer-in > .menu-footer li {
	width: auto;
/*  width: 120px;
  border-left: 1px solid var(--cocoon-thin-color);*/
  border: none;
}
.navi-footer-in > .menu-footer li:last-child {
  border-right: 1px solid var(--cocoon-thin-color);
  border: none;
}
.navi-footer-in a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.navi-footer-in a:hover {
	background: none;
	transition: all 0.3s ease-in-out;
	color: #fff;
	opacity: 0.75;
}


@media screen and (max-width: 834px) {
  .footer_sns_list {
    justify-content: center;
  }
  .widget-footer-mobile {
    margin-bottom: 0.5em!important;
  }
}





/* 共通 */

.entry-title, .archive-title {}

/*
.entry-title {
  position: relative;
  margin: 0 0 35px;
  padding-bottom: 18px;
  color: #203A59;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.entry-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background:
    radial-gradient(
      circle at 10px -3px,
      transparent 11px,
      #8FC9D8 12px,
      #8FC9D8 13px,
      transparent 14px
    );
  background-size: 20px 10px;
  background-repeat: repeat-x;
}*/

.entry-title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 22px;

  color: #203A59;
  font-size: 28px;
  font-weight: 700;
}

.entry-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 16px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 16'%3E%3Cpath d='M0 8 Q12.5 1 25 8 T50 8 T75 8 T100 8' fill='none' stroke='%239CCFE8' stroke-width='2'/%3E%3C/svg%3E");

  background-size: 100px 16px;
  background-repeat: repeat-x;
  background-position: left center;
}



.article h2 {
  margin: 0 0 1rem;
  padding: 18px 24px;
  border-left: 5px solid var(--bs-primary);
  background: var(--bs-primary-light);
  color: var(--bs-navy);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.article h3 {
  position: relative;
  margin: 1.5rem 0 1rem;
  padding: 0 0 12px 18px;
  border:none;
  border-bottom: 1px solid var(--cocoon-basic-border-color);
  color: var(--bs-navy);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 5px;
  height: 1.2em;
  background: var(--bs-primary);
}
.article h4 {
  position: relative;
  margin: 1.5rem 0 1rem;
  padding: 0 0 0 18px;
  color: var(--bs-navy);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border: none;
}
.article h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}



/************************************
** トップページ
************************************/
.home .content {
  margin-top: 0;
}
.home .main {
  padding: 0;
}

.home .entry-content {
  margin-top: 0;
}

.home .article-header {
  display: none;
}

.home_sec_inner {
  width: 1256px;
  margin: 0 auto;
  padding: 3rem 0;
}

h2.home_h2 {
  margin-bottom: 2rem!important;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 40px;
  font-family: "Lora", serif;
  font-weight: 500;
  color: var(--bs-navy);
  letter-spacing: 0.05em;
  text-align: center;
}
h2.home_h2 .h2_jp {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 1255px) {
  .home_sec_inner {
    width: auto;
    margin: 0 25px;
  }
}
@media screen and (max-width: 834px) {
  .home_sec_inner {
    margin: 0 16px;
    padding: 2rem 0;
  }
  h2.home_h2 {
    font-size: 30px;
  }
}




/* ABOUT */
.home_about {
  margin-bottom: 0!important;
}

/* 指揮者紹介 */
.home_conductor {
  background: var(--sub-bg-color);
}

.home_conductor h3 {
  border: none;
  font-size: 22px;
  margin: 0 0 1rem!important;
  padding: 0;
}
.home_conductor h3::before {
  display: none!important;
}
.home_condurctor_wrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.home_conductor_img {
  width: 35%;
  max-width: 300px;
  flex-shrink: 0;
  flex-grow: 0;
}
.home_conductor_img img {
  border-radius: 20px;
}
.home_conductor_txt {
}
@media screen and (max-width: 1255px) {

}
@media screen and (max-width: 834px) {
  .home_condurctor_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
  }
  .home_conductor_img {
    width: auto;
    margin: 0 auto;
  }
  .home_conductor_txt h3 {
    text-align: center;
  }
  .home_conductor_txt p {
    text-align: left;
  }
}



/* youtube */
.home_youtube {

}
.home_youtube h2.home_h2 {

}
.home_youtube .video-container {
  margin: 0;
}
.home_youtube .video-container .video {
  margin-top: 0;
}




/* トップページのインフォメーション -------------------- */
.home_information {
  margin: 0!important;
  background: var(--bs-primary-light);
}
.home_information_inner {
  display: flex;
  gap: 40px;
}
.home_information_inner > div {
/*  width: calc((100% - 40px) / 2);*/
}

.home_information_news {
  width: 35%;
  min-width: 300px;
  padding: 1.5rem 0;
}
.home_information_concert {
  flex-grow: 1;
  padding: 1.5rem;
  background: #fff;
  border-radius: 20px;
}

.btn-line-primary {
  border: 1px solid var(--bs-navy);
  background: transparent;
  color: var(--bs-navy);
}
.btn-line-primary:hover {
  background: var(--bs-navy);
  color: #fff;
}

.info_none {
  text-align: center;
}
.info_more {
  text-align: center;
}

.home_information_news_list {
  padding: 0;
  list-style: none;
}
.home_information_news_list li {
  border-bottom: 1px dotted var(--bs-navy);
}
.home_information_news_list li:first-of-type {
  border-top: 1px dotted var(--bs-navy);
}
.home_information_news_list a {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  padding: 1em 0;
  text-decoration: none;
  color: var(--main-txt-color);
  line-height: 1.4;
}
.home_information_news_list a:hover {
  opacity: 0.75;
}
.home_information_news_list time {
}

/* ホーム　演奏会案内 */
.home_information_concert_content {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.8em;
}
.home_information_concert_detail {
  flex-grow: 1;
}
.home_information_concert_img {
  width: 40%;
  max-width: 300px;
  transition: all 0.3s ease-in-out;
}
.home_information_concert_img:hover {
  opacity: 0.75;
}
.home_information_concert_title {
  margin: 0 0 1rem!important;
  border: none!important;
  font-size: 1.75rem!important;
  padding: 0!important;
}
.home_information_concert_title::before {
  display: none!important;
}
.home_information_concert_content p {
  margin: 0!important;
}
.home_information_concert_date {
  font-weight: 700;
  font-size: 1.15rem;
}
.home_information_concert_link_wrap {
  margin-top: 1.5rem;
  text-align: right;
}
.home_information_concert_link {
  display: inline-block;
  
}

@media screen and (max-width: 992px) {
  .home_information_inner {
    flex-direction: column;
  }
  .home_information_news {
    width: auto;
  }
  .home_information_concert {

  }
}
@media screen and (max-width: 576px) {
  .home_information_concert_content {
    flex-direction: column;
  }
  .home_information_concert_img {
    width: auto;
    margin: 0 auto;
  }
}



/************************************
** 演奏会
************************************/

/* 詳細 -------------------- */
.single-concert .eye-catch-wrap {
  max-width: 600px;
  margin: 0 auto;
}
.entry-content-concert {
  margin-top: 2rem;
}
.concert_dl {
  display: flex;
  margin: 0!important;
  padding: 1.5em 0;
  border-bottom: 1px solid var(--cocoon-basic-border-color);
}
.concert_dl:first-of-type {
  border-top: 1px solid var(--cocoon-basic-border-color);
}
.concert_dl dt {
  width: 6em;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: 700;
  color: var(--bs-navy);
}
.concert_dl .concert_date {
  font-size: 130%;
  font-weight: 700;
}
.concert_explation {
  margin: 2rem 0 0;
}

.program_txt {
  white-space: pre-wrap;
}

.venue_wrap {
  margin-top: 3rem;
}
.venue_wrap p {
  margin-bottom: 0.25rem!important;
}
.venue_name {
  font-size: 1.25rem;
  font-weight: 700;
}
.venue_address {
  font-size: 1.25rem;
}
.venue_img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 1rem 0;
}
.venue_img > div {
/*  max-width: 170px;*/
}
.acf-map {
    width: 100%;
    height: 360px;
    border: 1px solid #ccc;
    margin: 20px 0;
}

/* レスポンシブ対応・画像崩れ防止 */
.acf-map img {
    max-width: none !important;
}




/************************************
** 過去のイベント
************************************/
/* 過去イベント一覧：サイドバーなし・1カラム */
.post-type-archive-past-event .sidebar {
  display: none;
}

.post-type-archive-past-event #main.past-event-archive-main {
  width: 100%;
}

.post-type-archive-past-event .content-in {
  display: block;
}

/* 年のタブ */
.past_event_year_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}
.past_event_year_nav a {
  display: block;
  padding: 0.25em 1.25em;
  border: 1px solid var(--bs-navy);
  border-radius: 1.5em;
  text-decoration: none;
  color: var(--bs-navy);
  transition: all 0.3s ease-in-out;
}
.past_event_year_nav a:hover {
  background: var(--bs-navy);
  color: #fff;
}

/* 過去のイベント一覧表示 */
.past_event_year_section {
}
.past_event_other {
  font-weight: 700;
}
.past_event_year_title {
  margin: 0 0 1rem;
}
.past_event_card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 2rem;
}

.past_event_card {
  display: flex;
  gap: 20px;
  width: calc((100% - 20px) /2);
  padding: 0.75rem;
  text-decoration: none;
  color: var(--main-txt-color);
  border: 1px solid var(--cocoon-x-thin-color);
  transition: all 0.3s ease-in-out;
}
.past_event_card:hover {
   background-color: var(--cocoon-xx-thin-color);
}
.past_event_card_img {
  width: 100px;
}
.past_event_card_date {
  font-weight: 600;
}
.past_event_card_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .past_event_card {
    width: 100%;
  }
}

/* 詳細 */
.past_event_info {
  padding: 1rem;
  background: var(--sub-bg-color);
}
.past_event_info p {
  margin-bottom: 0.25rem!important;
}
.past_event_title {
  font-size: 1.5rem;
  font-weight: 700;
}
.past_event_date {
  font-size: 1.25rem;
}

.event_program {
  white-space: pre-wrap;
}

.past_event_gallery_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.past_event_gallery_list > a {
  width: calc((100% - 20px) / 3);
}


@media screen and (max-width: 600px) {
  .past_event_gallery_list > a {
    width: calc((100% - 20px) / 2);
  }
}




