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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*共通スタイル*/
@font-face {
	font-family: "FGTshgyo";
	src: url('https://hakuohki.sub.jp/kobudou/wp-content/themes/cocoon-child-master/fonts/FGTshgyo.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

.mincho {
	font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;	
}

.wp-block-spacer {margin-bottom: 0;}

ul {
	list-style-type: none;
	padding-left: 0;
}

h2, h3 {
	margin: 0 0 1rem 0;
	padding: 0;
	font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
	background-color: transparent !important;
}

.base-btn {
	font-family: "Yu Mincho", "游明朝体", "YuMincho", serif;
}

/*アピールエリアの設定*/
#appeal {
/* 	background-image: url(https://hakuohki.sub.jp/kobudou/wp-content/uploads/2024/06/top-bg-min.jpeg); */
	background-image: url(https://hakuohki.sub.jp/kobudou/wp-content/uploads/2024/07/kobudou-appeal-min.jpeg);
	background-size: cover;
	position: relative;
}

#appeal::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(225, 225, 225, 0.0);
}

.appeal-content {
	z-index: 1;
	background: transparent !important;
	max-width: 1000px;
}

	.appeal-title {
		font-size: 80px;
		font-family: "FGTshgyo", serif;
		text-shadow: #FFF 1px 0 5px;
	}

/*セクションタイトルデザイン*/
.section-title-01 {
	position: relative;
	padding: 0px 10px !important;
	margin: 0 0 24px 0 !important;
	border: none !important;
}

	.section-title-01::before {
		content: "";
		height: 24px;
		width: 2px;
		background-color: black;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}

	.whi-col::before {
		background-color: white;
	}

/*背景色を最大幅に*/
.full-cover {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	padding-top: 100px;
	padding-bottom: 100px;
	width: auto;
}

/*お知らせセクション*/
.info-section {
	padding: 30px 0;
	gap: 0;
	margin-bottom: 1rem !important;
}

.info-list {
	padding: 0 0 !important;
}

.info-list li {
	border-top: 1px dashed #D2D2D2;	
}

.info-list li a {
	color: #0E0E0E;
	text-decoration: none;
	font-size: 16px;
}

.article ul li {margin: 0 !important;}

time {
	color: #7A7A7A;
	font-size: 12px !important;
}

.info-list li:last-child {
	border-bottom: 1px dashed #D2D2D2;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1000px !important;
}

.member-list li{
	border-top: 1px solid #E1E1E1;
	margin: 0 !important;
	position: relative;
}

.member-list li a {
	transition: .3s all;
	padding: 10px 10px !important;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.member-list li::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: url(https://hakuohki.sub.jp/kobudou/wp-content/uploads/2024/06/moreinfo.png);
}

.member-list li:last-child {
	border-bottom: 1px solid #E1E1E1;
}

.member-list li a:hover {
	cursor: pointer;
	background-color: #eee;
	color: #333;
}

/************************/
/*記事テンプレ*/
/*member_category_style.cssに記述*/

/************************************
 *  サイドバーリスト
 * *********************************/
.side-member-list {
	padding: 1rem;
	border: 1px solid #EAEAEA;
}

.side-member-list .member-list-title {
	text-align: left;
	border-bottom: 1px solid #000;
	margin-bottom: 1.2rem;
}

.side-member-list a {
	text-decoration: none;
	color: #333333;
}

.side-member-list a:hover {
	color: #000;
	border-bottom: 1px solid #333;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.appeal-title {font-size: 64px;	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	#appeal {
/* 	background-image: url(https://hakuohki.sub.jp/kobudou/wp-content/uploads/2024/06/top-bg-min-mob.jpeg); */
	background-image: url(https://hakuohki.sub.jp/kobudou/wp-content/uploads/2024/07/kobudou-appeal-min-mob.jpeg);
	}
	.appeal-title {font-size: 48px;}
	.article ul {padding-left: 0 !important;}
}
	
@media screen and (max-width: 782px) {
  /*必要ならばここにコードを書く*/
	.member-list {
		gap: 0;
	}
	.member-list-left li:last-child {
		border-bottom: none;
	}
}

@media screen and (max-width: 600px) {
	.appeal-content {
		writing-mode: vertical-rl;
	}
}

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

/*375px以下*/
@media screen and (max-width: 375px){
}
