.br-sp{
	display:none;	
}@media screen and (max-width: 431px) {
	.br-sp{
		display:block;	
	}
}
.p-small{
	font-size:small;
}


.event_details_box {
/*     border: 1px solid #ee731b; */
	border: 1px solid #d5df40;
    padding: 15px 20px;
    margin: 10px 5% 20px;
}

.event_details_box-flex{
	margin-top:10px;
	display:flex;
	flex-direction:column;
	padding-top: 30px;	
}	
.event_details_title2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px;
}
@media screen and (max-width: 767px) {
	.event_details_title2 {
	font-size: 16px;
	}
}

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";	
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

.p-white{
	color:#fff;
	font-weight:bold;
}
.btn,
a.btn,
button.btn {
	width:100%;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff07e;
	border-radius: 0.5rem;
}

.btn-wrap {
	/* 			margin: 30px 0 10px; */
	display:flex;
	flex-direction:column;
	gap:10px;
	margin-bottom:30px;
}

a.btn-c {
	height:80px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: 2rem;
	position: relative;
	/* 			padding: 0.25rem 2rem 1.5rem 3.5rem; */
	color: #000;
	background: #fff07e;
	-webkit-box-shadow: 0 5px 0 #b5c000;
	box-shadow: 0 5px 0 #b5c000;

	transition: all 0.3s ease;
}@media screen and (max-width: 640px) {
	a.btn-c {
		font-size: 1.5rem;
	}
}


a.btn-c .title {
	font-size: 1.5rem;
	position: absolute;
	top: -10px;
	left: calc(50% - 100px);

	display: block;
	width: 200px;
	padding: 0.2rem 0;

	color: #000;
	border: 2px solid #fff07e;
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}@media screen and (max-width: 640px) {
	a.btn-c .title{
		/* 				font-size: 1.5rem; */
	}
}


a.btn-c:hover {
	transform: translateY(-3px);
	background: #f0ea00; /* 明るめ黄緑に */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	color: #000;
	text-decoration: none;
}


a.btn--tel {
	/* 			display: block; */
	height:100px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-top: 15px;
	padding: 1rem 0;

	color: #000;
	background: #fff07e;
	-webkit-box-shadow: 0 5px 0 #b5c000;
	box-shadow: 0 5px 0 #b5c000;
	transition: all 0.3s ease; /* スムーズな変化 */
	position: relative;
}

a.btn--tel i {
	font-size: 2rem;
	transition: transform 0.3s ease;
}

a.btn--tel i.fa-position-left {
	font-size: 3rem;

	left: 2rem;
}@media screen and (max-width: 640px) {
	a.btn--tel i.fa-position-left{
		font-size: 1.5rem;
	}
	a.btn--tel p{
		font-size:small;
	}
}

a.btn--tel .number {
	line-height: 1;

	display: inline-block;

	margin-top: 0.5rem;
	padding: 0.25rem 2rem;

	letter-spacing: 0;

	color: #094;
	border-radius: 0.5rem;
	background: #fff;
}

a.btn--tel:hover {
	background: #f0ea00; /* 明るい緑に変更 */
	transform: translateY(-3px); /* 少し上に浮かせる */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color:#000;
}
a.btn--tel:hover i {
	transform: scale(1.2); /* アイコンを少し拡大 */
}

.fa-position-left {
	position: absolute;
	top: calc(50% - 0.5em);
	left: 1rem;
}

.fa-position-right {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1rem;
}

a.btn-cyan {
	color: #fff;
	background: #4ac0c0;
	box-shadow: 0 5px 0 #3aa6a6; /* 少し濃いめの影 */
}

a.btn-cyan .span-title {
	color: #4ac0c0;
	border: 2px solid #4ac0c0;
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-cyan .title {
	color: #000;
	border: 2px solid #4ac0c0;
}

a.btn-cyan:hover {
	transform: translateY(-3px);
	background: #66cccc; /* 明るめのシアンに */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-decoration: none;
}

a.btn-lightgreen {
	font-size: 2.2rem;
	position: relative;
	padding: 0.25rem 2rem 1.5rem 3.5rem;

	color: #333; /* 明るい背景なので文字は濃いめに */
	background: #cbe97a;
	box-shadow: 0 5px 0 #a3c65b; /* 少し濃い影 */
	transition: all 0.3s ease;
}

a.btn-lightgreen .span-title {
	font-size: 1.5rem;
	position: absolute;
	top: -10px;
	left: calc(50% - 150px);

	display: block;
	width: 300px;
	padding: 0.2rem 0;

	color: #a3c65b;
	border: 2px solid #a3c65b;
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-lightgreen:hover {
	transform: translateY(-3px);
	background: #d3f37f; /* ホバー時は少し明るく */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	color: #333;
	text-decoration: none;
}

.contact-box {
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px;
	text-align: center;
	color: #000;
}

.contact-box .title {
	/*       font-size: 1rem; */
	    margin-bottom: 0.5em;
    font-weight: lighter;
	padding: 7px 10px;
    font-size: 2rem;
    background: #9fca3f;
/* 	margin-bottom: 10px; */
}@media screen and (max-width: 640px) {
	.contact-box .title {
		font-size: 1.3 rem
	}
}

.phone-number {
	font-size: 28px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}@media screen and (max-width: 640px) {
	.phone-number {
		font-size: 24px;
	}
}@media screen and (max-width: 431px) {
	.phone-number {
		font-size: 20px;
	}
}

.phone-icon {
	font-size: 20px;
}

.note {
	/*       font-size: 12px; */
	color: #555;
	margin-top: 5px;
}


/*-------------------------*/
/*講座ページの　見出し部分*/
/*-------------------------*/
/* 見出し */
/*クリア*/
h2, h3{
	margin: 0;
	border-top: none !important;
	border-bottom: none !important;
	background: none;
}
h3{
	font-size:larger;
}
.category-event .post-content h2{
	border:0;
	padding:8px 0 8px 24px;
}
/*ここから*/
.date{
	font-size:larger;
}
.introduce{
	display:grid;
	grid-template-columns: 0.4fr 1fr;
	gap:30px;
	margin-bottom: 1em;
	place-items: center;
}@media screen and (max-width: 767px){
	.introduce{
		grid-template-columns: 1fr;
	}
}


.category-event .post-content h2 {
	position: relative;
	margin-bottom: 0.5em;
	background:#9fca3f;
	font-weight: lighter;
	font-size:2rem;
}
.indent{
	display:block;
	padding: 0 1em;
}
.p-larger{
	font-size:larger;
}

ol li p b{
	padding-right:10px;
}

