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

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

body {
	text-align: justify;
	line-break: strict;
}

/************************************
** グローバルメニュー PC
************************************/
/* ロゴの大きさ・幅 */
.header-container-in .hlt-top-menu .logo-header img {
	max-height 100%;
	height: auto;
	max-width: 320px;
	vertical-align: middle;
	margin: 10px 0;
}
#header-container {
	box-shadow: 0 0 10px rgba(30, 30, 30, .1);
	padding: 30px 0;
}
.navi-in a {
	font-weight: bold;
	position: relative;
	text-decoration: none;
	color: #122C80!important;
}
.navi-in a:hover {
	color: #DDB133!important;
}

/************************************
** カルーセルスタイル
************************************/
.carousel,
.carousel-in {
	background: #f9f9f9;
}
.carousel-entry-card-wrap {
	border: none!important;
	box-shadow: 0 0 8px #ccc;
	background: #fff;
}
.carousel-entry-card-title {
	font-size: 0.8em;
	color: #888;
}

/************************************
** 見出しスタイル
************************************/
h3.wp-block-heading {
	border: none;
	border-left: 5px solid #888;
	border-bottom: 1px solid #888;
}
h4.wp-block-heading {
	border: none;
}
/************************************
** 定演情報スタイル
************************************/
.concert-info dl,
dl.concert-info {
    display: flex;
    flex-wrap: wrap;
}
.concert-info dt,
dl.concert-info dt {
    flex-basis: 9.0em;
    margin: 0 1em 15px 0;
    font-size: 0.95rem;
    color: #3BACD1;
    border: 1px solid #3BACD1;
    border-radius: 4px;
    padding: 3px 8px;
}
.concert-info dd,
dl.concert-info dd {
    flex-basis: calc(100% - 10.0em);
    margin: 0 0 15px 0;
}
.concert-info i {
    margin-right: 5px;
}

/* Googleカレンダーに追加ボタン */
a.add_cal {
    position: relative;
    font-size: 0.85em;
    color: #fff;
    background: #DDB133;
    font-weight: bold;
    padding: 0.4em 0.7em;
    border-radius: 4px;
    text-decoration: none;
    border-bottom: 2px solid #CC9E2B;
    border-right: 2px solid #CC9E2B; 
}
a.add_cal:before {
    position: relative;
    font-family: "Font Awesome 6 Brands";
    content: "\f1a0";
    margin-right: 0.3em;
}
a.add_cal:hover {
    opacity: 0.7;
}

/************************************
** ホール情報スタイル
************************************/
.hall-info dl {
    display: flex;
    flex-wrap: wrap;
}
.hall-info dt {
    flex-basis: 8.0em;
    margin: 0 1em 15px 0;
    font-size: 0.95rem;
    color: #888;
    border: 1px solid #888;
    border-radius: 4px;
    padding: 3px 8px;
}
.hall-info dd {
    flex-basis: calc(100% - 9.0em);
    margin: 0 0 15px 0;
}

/************************************
** 埋め込み地図
************************************/
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************
** 月選択スタイル
************************************/
.monthSelect {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.monthSelect {
	margin: 0!important;
	padding: 0!important;
}
.monthSelect li {
	flex: 1 1;
	display: block;
	min-width: calc(100% / 6 - 1em);
	list-style: none;
	margin: 15px 10px;
	padding: 0!important;
}
.monthSelect li a {
	display: inline-block;
	width: 100%;
	padding: .6em 1em;
	border-radius: 5px;
	background: #3BACD1;
	opacity: .5;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.monthSelect li a:hover {
	opacity: .8;
}
.monthSelect .on {
	opacity: 1;
}

.concert-info-notice {
	background: #EBF9F9;
	padding: 20px;
	font-size: 0.85em;
	width: 100%;
	border-radius: 5px;
	margin: 20px auto 30px auto;
	display: block;
}
.concert-info-notice ul {
	margin: 0!important;
	padding: 0!important;
}
.concert-info-notice ul li {
	line-height: 1.5em;
	margin: 3px 0;
	padding-left: 0.9em;
	text-indent: -0.9em;
	color: #888;
	list-style: none;
}
.concert-info-notice ul li:before {
	content: "※";
	padding-left: 2px;
	margin-right: 5px;
}

/************************************
** 地区選択スタイル
************************************/
.areaSelect {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.areaSelect {
	margin: 0!important;
	padding: 0!important;
}
.areaSelect li {
	flex: 1 1;
	display: block;
	min-width: 120px;
	list-style: none;
	margin: 15px 10px;
	padding: 0!important;
}
.areaSelect li a {
	display: inline-block;
	width: 100%;
	padding: .6em 1em;
	border-radius: 5px;
	opacity: .6;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.areaSelect li a:hover {
	opacity: .8;
}
.areaSelect .fukuoka {
	background: #3399CC;
}
.areaSelect .kitakyushu {
	background: #009933;
}
.areaSelect .chikuhou {
	background: #FF6699;
}
.areaSelect .chikugo {
	background: #FF9900;
}
.areaSelect .on {
	opacity: 1;
}

/************************************
** 定演レポートスタイル
************************************/
.concert-report {
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 3.0em auto;
	line-height: 2.0em;
}
.concert-report figure.wp-block-image {
	padding: 15px;
	background: #eee;
}
.concert-report figure.wp-block-image figcaption.wp-element-caption {
	display: block;
	margin: 0.5em auto;
	background: #eee;
	line-height: 1.5em;
}
.concert-report img {
	max-width: 100%;
	border-radius: 5px;
}
.concert-report .pamph table tr td {
	line-height: 1.5em;
}
.concert-report .pamph table tr td:nth-child(1) {
	min-width: 120px;
	text-align: center;
}

/************************************
** 動画中央揃え
************************************/
.video-container {
	margin: 0 auto;
}

/************************************
** 非表示
************************************/
.page .date-tags,
.page .post-tags,
.e-card-info .post-date {
	display: none;
}

/************************************
** タグ
************************************/
.tag-link {
	border: 2px solid #DDB133;
	border-radius: 100vh;
	padding: 0 10px;
}
.tag-link span {
	color: #888;
}

/************************************
** イベント終了
************************************/
.event_end {
	background: #333;
	color: #fafafa;
	font-weight: bold;
	font-size: 1.2em;
	padding: 15px;
	text-align: center;
}

/************************************
** 演奏会情報募集ボタン
************************************/
.concert_info_apply {
	text-align: center;
	margin: 50px auto 80px auto;
}
.concert_info_apply a {
	display: inline-blockblock;
	margin: 0 auto;
	width: 75%;
	padding: 15px 60px;
	border-radius: 100vh;
	background: #B30C10;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}
.concert_info_apply a:after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	right: 30px;
}
.concert_info_apply a:hover {
	opacity: .7;
}

/************************************
** 運営元
************************************/
.mg-title {
	text-align: center;
	letter-spacing: 1.0em;
	margin-top: 100px;
	color: #888;
}
.manegement {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 90%;
	max-width: 1046px;
	margin: 0 auto 100px auto;
	padding: 10px;
	position: relative;
	font-size: 0.9em;
}
.manegement img {
	max-width: 90%;
}
.manegement .mg-logo {
	width: 45%;
	margin-right: 30px;
	text-align: center;
}
.manegement .mg-summary {
	flex-basis: calc(55% - 30px);
}
.manegement .mg-summary a {
	position: relative;
	padding-left: 55px;
}
.manegement .mg-summary a:before {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	left: 35px;
	transform: rotate(30deg);
	width:12px;
	height: 1px;
	background: #333;
}
.manegement .mg-summary a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 47px;
	height: 1px;
	background: #333;
}
/************************************
** 運営元PR
************************************/
.mg-pr {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}
.mg-pr-item {
	margin: 10px 20px;
	text-align: center;
}

/************************************
** AD
************************************/
.ad-area img {
	border-radius: 0!important;
}
.ad-label {
	font-size: 0.75em;
	background: #ccc;
	padding: 3px 5px;
	border-radius: 3px;
	color: #fafafa;
	margin: 1.0em auto 0.5em auto;
	line-height: 1.0em;
	font-weight: bold;
	width: 45px;
}

/************************************
** MarkNewPosts
************************************/
.mnp-text {
	vertical-align: middle!important;
	font-size: 0.6em!important;
	border: 1px solid #cd2653;
	border-radius: 2px;
	padding: 1px 2px;
}

/************************************
** テーブルデザイン
************************************/
.wp-block-table table thead {
    border-bottom: none;
}
.wp-block-table table th {
	text-align: center;
	font-weight: normal;
}
.is-style-stripes table th {
	background: #3bacd1;
	color: #fafafa;
}
.wp-block-table table tr th,
.wp-block-table table tr td {
	padding: 8px 6px;
	line-height: 1.2em;
	font-size: 0.95em;
}

/************************************
** SNSシェア
************************************/
.sns-share,
.sns-follow {
	position: relative;
	margin-bottom: 70px;
}
.sns-share-message,
.sns-follow-message {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 3px 20px;
	min-width: 120px;
	max-width: 100%;
	font-weight: bold;
	font-size: 1.0em;
	background: #e8e8e8;
	border-radius: 5px;
}
.sns-share-message:before,
.sns-follow-message:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #e8e8e8;
}
.sns-follow-buttons {
	justify-content: start;
}

/************************************
** SNSフォローボタン
************************************/
.sns-buttons a {
	background: #f2f2f2;
	border: 1px solid #dddddd;
	color: #333;
}

/************************************
** パンくずリスト
************************************/
.breadcrumb {
	position: relative;
	margin-top: 40px!important;
	margin-top: 100px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 13px 8px!important;
}

/************************************
** ページネーション
************************************/
.pagination-next {
	display: none;
}
.page-numbers { /* 通常時 */
	color: #DDB133;
	border: 2px solid #DDB133;
}
.pagination .current,
.page-numbers.current { /* 現在のページ */
	background-color: #DDB133;
	color: #fff;
}
.page-numbers.dots { /* ドット部分 */
	opacity: 1;
	background: none;
}
.pagination a:hover,
.pager-prev-next a:hover span,
.pager-numbers a:hover span { /* マウスホバー時 */
	background-color: #DDB133;
	color: #fff;
}

/************************************
** ブログカード
************************************/
.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 600px;
  margin: 2em auto;
}
.blogcard {
  border:1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 15px 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして読む";
  background: #3bacd1; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 13px;
  padding: 1px 0;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
  .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: 35px;
    margin:0;
  }
  .blogcard-content:after {
    content: "タップして読む";
  }
  .blogcard-thumbnail{
    width:120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.monthSelect li {
		min-width: calc(100% / 3 - 1em);
		font-size: .8em;
	}
	.monthSelect li a {
		padding: .6em .5em;
	}
	.areaSelect li {
		width: 100%;
		min-width: 50%;
	}
	/************************************
	** 運営元
	************************************/
	.manegement .mg-logo,
	.manegement .mg-summary {
		flex-basis: 100%;
		width: 100%;
	}
	.manegement .mg-logo {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
