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

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

.main {
    padding: 0 20px;
}
/*ヘッダー*/
#header-container {
    border-bottom: 1px solid #b19c4d;
}
/*汎用*/
/*スマホでは表示*/
.sp-hide {
	display:none;
}
/*margin*/
.contents__margin {
    margin-top: 100px;
}
/*リンク文字*/
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
/*ぱんくずリスト非表示*/
#breadcrumb {
    display: none;
}
/*ボタン*/
.button {
    margin: 0 auto;
  	padding: 8px;
    text-align: center;
    width: 400px;
    height: 48px;
	background: #fff;
    border: 1px solid #b19c4d;
		color:#333;
}
.button:hover {
	  background: #b19c4d;
}
/*デフォルトのコンテンツ幅調整 */
.wrap {
	width: 1200px;
	margin: 0 auto;
}

/*トップページ*/
/* スライダー右下の投稿日非表示 */
.post-986 .date-tags {
	display: none;
}
/*ボタン*/
.top__button {
    margin: 0 auto;
  	padding: 8px;
    text-align: center;
    width: 400px;
    height: 48px;
	  background: #fff;
    border: 1px solid #b19c4d;
		color:#333;
}
.top__button:hover {
	  background: #b19c4d;
}
/*h2*/
.top__ttl02 {
	position: relative;
	margin: 0.8rem;
	padding: 0.8rem;
	background:initial;
	color:#333;
	font-size:32px;
	text-align: center;
}
.top__ttl02::before {
	content: attr(data-en);
	display: block;
	margin-bottom: 8px;
	color: #b19c4d;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
}
.top__ttl02::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: #b19c4d;
}
.article h2  {
    color: #333;
}

/*キャッチコピー*/
#catchcopy {
    text-align: center;
}
.catchcopy__item--txt {
    font-size: 32px;
    font-weight: 700;
    margin: 24px 0;
}
.catchcopy__photo {
    margin: 120px 0;
}

/*小原塾とは*/
#about {
	display: flex;
	background:#f7f7f7;
	color:#333;
}
.about__photo {
	display:inline-block;
	margin: 10px 10px 0 10px;
	width:100%;
}
.about__item {
	margin-top:16px
}
h2.about__item-ttl {
	margin: 0.8rem;
	padding: 0.8rem;
	font-size: 32px;
	color: #333;
	background:initial;
		font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
p.about__item-txt {
	margin: 0.8rem;
	padding: 0.8rem;
}

/*ご挨拶*/
#greeting {
	display: flex;
}
.greeting__item {
	position: relative;
	top: 160px;
	left: 60px;
	padding: 0.8rem 0.8rem 0 0.8rem;
	width: 65%;
	background:#f7f7f7;
}
h2.greeting__item-ttl {
	margin: 0.8rem;
	padding: 0.8rem;
	font-size: 32px;
	color: #333;
	background:#f7f7f7;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
p.greeting__item-txt {
	margin: 0.8rem;
	padding: 0.8rem;
	color: #333;
}
p.greeting__item-txt span {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 500;
    font-size: 18px;
}
.greeting__item-autograph {
	width: 320px;
	position: absolute;
	right: 0;
	font-weight: 500;
}
.greeting__photo img {
    width: 100%;
}

/* ニュース一覧*/
/* サムネイル非表示*/
#news figure.new-entry-card-thumb.widget-entry-card-thumb.card-thumb {
	display: none;
}
/* 投稿日表示*/
.new-entry-card-date.widget-entry-card-date.display-none {
	display: block;
}
.new-entry-card-date.widget-entry-card-date.display-none {
    margin: 8px 16px;
}
.post-date {
    margin-right: 8px;
    color: #5a4e00;
    font-size: 16px;
    font-family: 'arial', 'Helvetica', serif;
}
/* 更新日非表示*/
.post-update {
	display:none;
}
/* 順番変更*/
#news .widget-entry-card-content {
	display: flex;
	flex-direction: row;
	margin-left: initial;
	padding: initial;
}
.new-entry-card-title.widget-entry-card-title.card-title {
    order: 2;
}
/* NEW!マーク*/
.new-txt {
	margin-left:16px;
	padding:3px 6px;
	color: #fff;
	background:#b19c4d;
}
/* ホバー*/
a.new-entry-card-link.widget-entry-card-link.a-wrap:hover {
	background: #e8d8c3;
}
#news {
    margin-top: 240px;
}
.news__list {
	width: 900px;
	margin: 0 auto;
}
/*塾生インタビュー一覧 カテゴリー非表示*/
span.cat-label.cat-label-5 {
    display: none;
}

span.cat-label.cat-label-12 {
    display: none;
}



/*塾生インタビュー*/
.new-entry-cards.widget-entry-cards.no-icon.cf.card-large-image.large-thumb {
	display: flex;
	gap: 10px;
}
.interview__list a.new-entry-card-link.widget-entry-card-link.a-wrap {
	padding: 0 0 24px 0;
	background: #fff;
	border-top: 3px solid #b19c4d;
	box-shadow: 3px 3px 3px #e3e3e3;
	margin: 0 auto; /*20250424 TOPセンター*/
}
.interview__list a.new-entry-card-link.widget-entry-card-link.a-wrap:hover {
    background: #f9f7f1;
}
.interview__list.widget-entry-cards.card-large-image .card-content {
    margin: 1.5rem 0.5rem;
    padding: 0;
}
.interview__list .post-date{
	display:none;
}
.new-entry-card-title.widget-entry-card-title.card-title {
    margin: 8px 16px;
    line-height: 1.5;
}
.widget-entry-cards.card-large-image .a-wrap {
    max-width: 240px;
}/*20250424 文字数横幅対策*/

/*バナー領域*/
.banner__guest-interview {
    text-align: center;
}

.banner__1st-stdudente-interview {
    text-align: center;
}
/*聴講生インタビュー*/
#guests {
    margin-bottom: 80px;
}

/*教育訓練企画課より*/
h2.message__item-ttl {
	margin: 0.8rem;
	padding: 0.8rem;
	color: #333;
}
.message__item-txt {
    background: #f7f7f7;
    width: 900px;
    margin: 0 auto;
    padding: 32px 32px 8px 32px;
}

/*投稿ページ*/
/* スライダー右下の投稿日非表示 */
.post-957 .date-tags {
	display: none;
}
/*h1*/
.entry-title {
	font-size: 32px;
	margin: 40px 0;
}
/*聴講生*/
.guest__interview {
	margin-bottom:24px;
    padding: 24px 24px 8px 24px;
    background: #edf8ff;
}
h2.guest__interview--profile {
	margin: 0;
	padding: 16px 0;
	font-size: 20px;
	line-height: 1.5;
	background: initial;
}
.department {
	font-size:16px;
    font-weight: initial;
}
.name {
	margin-bottom:16px;
    border-bottom: 1px solid #333;
}
p.question {
	color:#0085d9;
    background: #c6e9ff;
    border: initial;
    padding: 8px 16px;
    font-size: 18px;
	font-weight:700;
}
p.question::before {
    display:none;
}

/*投稿ページ 塾生インタビュー*/
.eye-catch-wrap {
    display: none;
}
#students {
    margin-bottom: 80px;
}
h2.student__interview--profile {
    display: flex;
    background: #fff9e8;
    padding: 16px 16px 8px 24px;
    width: 800px;
}
.student__interview .ttl {
    width: 100%;
}
.student__interview .department {
    margin-bottom:8px;
}
.student__interview .name {
    border-bottom:initial;
}
.student__interview .photo{
	width:initial;
}
.student__interview p.question {
    background: #b19c4d;
    color: #fff;
}
.name span {
    font-size: 16px;
}

/*ニュース一覧カテゴリ非表示*/
span.cat-label.cat-label-4 {
    display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	/*PCでは非表示*/
.pc-hide {
	display:none;
}
	/*スマホでは表示*/
.sp-hide {
	display:initial;
}
	.entry-title {
        font-size: 28px;
        display: none;
    }
	.catchcopy__item--txt {
    font-size: 20px;
}
	.contents__margin {
    margin-top: 40px;
}
	.wrap {
    width: 95%;
    margin: 0 auto;
}
	#about {
    display: block;
}
	.about__photo {
    width: initial;
}
	#greeting {
		display: flex;
        flex-direction: column;
    }
	.greeting__item {
    top: initial;
    left: initial;
    width: 100%;
	order: 2;
}
	#news {
    margin-top: initial;
}
	.news__list {
    width: 100%;
}
	.new-entry-card-title.widget-entry-card-title.card-title {
    margin:initial;
}
	.post-date {
    margin-right: initial;
}
	.top__button {
    width: 100%;
}
	.new-entry-cards.widget-entry-cards.no-icon.cf.card-large-image.large-thumb {
		display: block;
}
	.message__item-txt {
    width: 100%;
}
	h2.student__interview--profile {
    display: block;
    width: 100%;
}
	.entry-title {
    font-size: 28px;
}
	.guest__interview {
    padding: 8px;
}
	.button {
    width: 100%;
}
}

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

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

}