@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{
box-shadow: inset 0 -4px 12px 4px rgba(0, 0, 0, 0.1);
}

#content {
    padding-top: 30px;
}




/*固定ページの投稿日を非表示にする*/
.page .post-date {
    display: none;
}

.main{
	border-radius: 20px;
	background-color: rgba(255,255,255,0.95)
}


.sidebar{
	padding:0;
		background-color: rgba(255,255,255,0.00)	
}

.sidebar aside#nav_menu-3{
	padding:30px 0 30px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.95)	
}


ul.menu li a{
	padding: 8px 30px 18px!important;
	position: relative;
}

ul.menu li a span{
	display: block;
	font-size: 0.8em;
	color:rgba(245,92,92,1.00);
	position: absolute;
	left:32px;
	top:calc(1em + 15px);
}

ul.menu li a::after {
  font-family: 'Font Awesome 5 Free'; /* フォントオーサムのフォントファミリ */
  font-weight: 900; /* フォントオーサムのアイコンフォントはweight 900を指定 */
  content: '\f138'; /* fa-chevron-rightのUnicode */
  color:#007AB5;
  position: absolute;
  right:25px; /* テキストの右側にアイコンを配置 */
  top: 50%;
  transform: translateY(-50%); /* 縦位置を中央に調整 */
}

ul.menu li a:hover{
	background-color:#494949!important;
	color:#fff!important;
}

ul.menu li a:hover span{
	color:#fff!important;
}

ul.menu li a:hover::after {
  color:#f3a74a;
}


ul.menu li.nolink{
	opacity: 0.4;
	pointer-events: none;
}





.main{
	padding-top:20px!important;
	position: relative;
}

.wp-block-separator {
    border-top: 5px dotted #494949;
	margin: 3em auto;
	width: 60%;
}


.blank-box.bb-tab .bb-label {
    font-size:15px;
    top: -2em;
    line-height: 2em;
    left: -3px;
    border-radius: 12px 12px 0 0;
    padding: 0em 1em 0 0.8em;
}

.normal_p{
	padding: 0 2em;
}

.btn{
	max-width: 500px;
}

************************************/
/*必要ならばここにコードを書く*/

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

/*834px以下*/
@media screen and (max-width: 834px){
.sidebar, .main{
	border-radius: 14px!important;
}
	
#content {
    padding-top:0;
}
	
.normal_p{
	padding: 0 1em;
}	
}

/*480px以下*/
@media screen and (max-width: 480px){
.mobile-menu-buttons .menu-button {
    width: 50px;

}

}


.program {
  max-width:96%;   /* ← 好みで 90〜95% */
  margin: 0 auto;   /* 中央寄せ */
}


.program dl,
.program dd {
  margin: 0;
}





/* タイトル */
.program .title {
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
  position: relative;
}

.program .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    #dc2626 0%,
    #dc2626 20%,
    #9ca3af 20%,
    #9ca3af 100%
  );
}

/* 英語タイトル */
.program .title-en {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  line-height:1.2em;
}

/* 演者・所属（左右） */
.program .meta {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0.3rem;
  box-sizing: border-box;
  min-width: 0;
}


.program .performer {
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
}
.program .performer::before {
  content: "演者";
  background: #007AB5;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.3em 0.5em;
  margin-right: 0.5em;
  border-radius: 4px;
  line-height: 1;
}
.program .performer:not(.nohono)::after {
  content: "先生";
  margin-left: 0.5em;
}




.program .org {
  margin-left: auto;
  font-size: 0.85rem;
  text-align: right;
  word-break: break-word;
}


@media (max-width: 600px) {
  .program .meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .program .org {
    margin-left: 0;
    text-align: left;
  }
}
