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

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

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
    margin: 0;
    --wp--style--global--content-size: 100%;
    --wp--style--global--wide-size: 100%;
}
.text span {
	font-size: clamp(1rem, 1.5vw, 1.125rem);
}

/*コンテンツ幅の調整*/
#container {
	width: 80%;
	margin: 0 auto;
}
.wrap {
     max-width: 100%; 
     margin: 0; 
}
.main {
	width: 67.4%;
}
.sidebar {
	width: 30%;
}
/*ここまでコンテンツ幅の調整*/

/*ナビゲーションメニューの調整*/
#navi .navi-in>ul>li>a {
    padding: 0 0.8rem;
}
.menu-item {
	transition: all 0.3s ease-out;
}
.menu-item:hover {
	opacity: 0.6;
}
.item-label {
	font-size: clamp(1rem, 1.4666666666666668vw, 1.3rem);
}
/*ここまでナビゲーションメニューの調整*/

/*ヘッダーの一調整*/
li.search-menu-button.menu-button {
    display: none;
}
.navi-menu-button {
	order: 2;
}
.logo-menu-button {
	order: 1;
}
.appeal {
	background-position: center center;
	background-size: cover;
}
/*ここまでヘッダーの調整*/

/*通知エリア 【開催日程】◯◯◯〜〜　*/
.notice-area {
    font-size: clamp(1.25rem, 2vw, 2rem);
}
/*ここまで通知エリア 【開催日程】◯◯◯〜〜　*/

/*新着情報のカテゴリータグの色の設定*/
.info-list-item-categorys .entry-category {
	border: 1px solid #EE7B7B;
	background-color: #EE7B7B;
	color: #fff;
}
/*ここまで新着情報のカテゴリータグの色の設定*/

#header-container,
#header-container-in,
#header-in {
	height: 100px;
} 
#menu-item-22 a,
#menu-item-23 a,
#menu-item-24 a,
.menu-drawer a {
	font-size: clamp(1rem, 1.4666666666666668vw, 1.3rem);
	font-weight: bold;
	color: #EE7B7B;
}
.fa-lg {
	font-size: clamp(1rem, 1.4666666666666668vw, 1.3rem);
	color: #17A3A8;
}
footer .fa-lg {
	color: #fff;
}
.has-box-style.has-background {
	padding: 0;
}



/*フォント調整*/
h2, h3 {
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.article h2 {
	background-color: #fff0;
	padding: 0;
}
.h2-seminar strong span,
.h2-schedule span {
	font-size: clamp(1.8rem, 3.733333333333333vw, 3.5rem);
	line-height: 1.5;
	color: #EE7B7B;
}
.appeal-title {
	font-size: clamp(1.8rem, 3.733333333333333vw, 3.5rem);
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #17A3A8;
	line-height: 1.5;
}
.appeal-message {
	font-size: clamp(1.1rem, 2.1333333333333337vw, 2rem);
}
.appeal-message span {
	font-size: clamp(1rem, 1.4666666666666668vw, 1.3rem);
	border-bottom: 3px solid #17A3A8;
}
.appeal-content .appeal-button {
	color: white;
	font-size: clamp(1rem, 1.4666666666666668vw, 1.3rem);
}
.info span {
	font-size: clamp(1.3rem, 2.533333333333333vw, 2.4rem);
	line-height: 1.5;
}
.seminar-btn span {
	font-size: clamp(1rem, 1.4666666666666668vw, 1.3rem);
}
.fc-center h2 {
	font-size: clamp(1rem, 1.4666666666666668vw, 1.3rem) !important;
}
.h2-section span {
	font-size: clamp(1.8rem, 3.4666666666666663vw, 3.4rem);
	line-height: 1.5;
}
.h2-section {
	font-size: clamp(1.8rem, 3.4666666666666663vw, 3.4rem) !important;
}
.section-text-bold span {
	font-size: clamp(1rem, 1.5vw, 1.5rem);
}
.col-title strong span,
.h3-title strong span {
	font-size: clamp(1.3rem, 1.6666666666666667vw, 2.2rem);
}
.h3-title strong .marker-under-blue .fz-32px .fz-36px {
	font-size: clamp(1.6rem, 2.083333333333333vw, 2.5rem);
}
.list-content span {
	font-size: clamp(1.1rem, 1.5vw, 2.3rem);
}
.check p {
	font-size: clamp(0.875rem, 1.1666666666666667, 1rem);
}
/*ここまでフォント調整*/

.content1-column {
	max-width: 100%;
}

/*非表示設定*/
.entry-title,
.date-tags,
.author-info {
	display: none;
}
.article h3 {
	border: none;
}
/*ここまで非表示設定*/

/*画像設定*/
.column-right {
	position: relative;
}
.content1-img {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 150px;
	height: auto;
}
.fz-20px::before {
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	font-weight: 900;
	margin-right: 10px;
}
.col {
	padding: 0 2%;
}
.col-img img {
	height: 300px;
	object-fit: cover;
}
.h2-seminar::after {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;
	height: 150px;
	background-image: url("https://yutaka.kodomomiraikaigi.com/wp-content/uploads/2024/09/book-hm.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 20px;
}
.h2-seminar::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;
	height: 150px;
	background-image: url("https://yutaka.kodomomiraikaigi.com/wp-content/uploads/2024/09/human-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.h3-title::after {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 150px;
	height: 150px;
	background-image: url("https://yutaka.kodomomiraikaigi.com/wp-content/uploads/2024/09/human-2.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 20px;
}
.content1-img img {
	width: 400px;
	height: auto;
}
/*ここまで画像設定*/

.has-box-style.has-background {
    padding: 10px 0; 
}

.image-full {
	max-width: 100%;
}

/*トップへ戻るボタンのサイズ調整*/
.go-to-top-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 40px;
}
/*ここまで戻るボタンのサイズ調整*/

/*予約フォームの設定*/
form {
	width: 60%;
	margin: 0 auto;
}
.required {
	background-color: red;
	color: #fff;
	font-size: 0.8rem;
	padding: 1px 5px;
	margin-left: 10px;
}
input[type=submit] {
	background-color: #666;
	color: #fff;
	border-radius: 50px;
	transition: all 0.8s ease-out;
	margin-top: 50px;
}
input[type=submit]:hover {
	opacity: 0.8;
}
.kiyaku {
	width: 100%;
	height: 8rem;
	border: solid 1px #ccc;
	padding: 0.25rem;
	overflow: auto;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5;
}
/*ここまで予約フォームの設定*/


/*投稿ページの独自設定*/
.seminar_post_title h2 {
		font-weight: bold;
}
.seminar_post_title h3 {
		font-weight: bold;
		color: #17A3A8;
		margin: 10px 0;
}
.seminar_post_title span {
	color: red;
	margin-left: 10px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	#container {
		width: 95%;
	}
	.has-logo-button .logo-menu-button {
    	flex-grow: 0;
    	width: 200px;
	}
	.mobile-header-menu-buttons {
		justify-content: space-between;
		height: 100px;
		padding-left: 10px;
	}
	.col-img img {
		height: 250px;
	}
	.menu-close-button {
		text-align: right;
		padding-top: 15px;
		margin-right: 20px;
	}
	.menu-content .menu-drawer {
		padding: 10px 20px;
		text-align: center;
	}
	.menu-drawer a,
	.menu-drawer .fa-lg{
		font-size: 1.3rem;
	}
	.menu-drawer a {
		padding: 15px;
	}
	.menu-content {
		width: 100%;
	}
	.mobile-menu-buttons .menu-icon {
		font-size: 32px;
	}
}


/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.content1-img {
	 	position: static;
		transform: none;
		top: none;
		left: none;
	}
}

/*600px以下*/
@media screen and (max-width: 600px){
  /*必要ならばここにコードを書く*/
	.appeal .appeal-in {
		min-height: 400px;
	}
	.h2-seminar strong span {
	display: block;
	}
	.body .block-box, .body .wp-block-columns {
	margin-bottom: 0;
	}
	.h2-seminar::after, .h2-seminar::before, .h3-title::after {
	width: 100px;
	height: 100px;
	}
	.btn {
	margin-top: 30px;
	}
	form {
		width: 100%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.appeal-content {
		padding: 5px;
	}
	.light-box {
		padding: 0;
	}
	.info-list {
		padding: 10px;
	}
	.btn.cocoon-block-button__width-75 {
		width: 100%;
	}
	.content1-img {
		width: 100px;
	}
	.col-img img {
		height: 200px;
	}
	.is-style-clip-box::before {
    height: 30px;
    width: 10px;
	}
	.menu-content {
		max-width: 100%;
	}
}
