@charset "UTF-8";
/* CSS Document */

/**ポップアップ**/
#popmake-312 {
	max-width: 574px !important;
}

.pum-content, popmake-content {
	max-width: 574px !important;
}

.pum-theme-304 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 0px !important;
}


/** ヘッダー **/
header .custom-logo {
	transition: .3s;
}

header .custom-logo:hover {
	opacity: .5;
}

.fa-envelope {
	font-size: 18px;
	margin-right: 5px;
}

.p-global-nav .c-navbar__item:last-child {
	background: #055a2f;
	color: #fff !important;
	width: 200px;
	transition: .3s;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.p-global-nav .c-navbar__item:last-child:hover {
	opacity: .7;
}

.p-drop-nav .p-global-nav .c-navbar__item:last-child {
	background: #fff;
	color: #000 !important;
	width: auto;
	margin: auto;
	transition: 0s;
}

.p-global-nav .c-navbar__item > a {
	flex-direction: row;
}

.p-drop-nav .p-global-nav .c-navbar__item:last-child:hover {
	color: #055a2f !important;
}


/**FV**/
.fv-txt {
	font-size: 40px;
	margin-top: -60px !important;
	text-shadow: 1px 2px 3px #000;
}

/**新着情報**/
.section .smb-section__title {
	position: relative;
	margin-bottom: 60px;
}

.section .smb-section__title:after {
	position: absolute;
	content: "";
	background: #055a2f;
	height: 25px;
	width: 4px;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -35px;
}

/**コンセプト**/
.concept {
	background-image: url(http://tonan-fiore-pura.jp/wp/wp-content/uploads/2025/04/concept-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.concept::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: inherit;
	filter: brightness(75%);
	/*最背面へ*/
	z-index: -1;
}

.color-section .smb-section__title:after {
	background: #fff;
}

/**体験の流れ**/
.flow .smb-step__item__title {
	font-size: 20px;
}

/**スタッフ紹介**/

.staff ul {
	margin-top: 5px !important;
}

/**活動日**/

.top-activity-day {
	max-width: 740px;
}

.c-responsive-table table {
	margin-right: 0 !important;
}

.top-activity-day table th {
	background-color: #055a2f;
	color: #fff;
}

.top-activity-day table th,
.top-activity-day table td {
	text-align: center !important;
}

/**練習会場**/

.practice-venue a {
	color: white;
	text-decoration: none;
	transition: .3s;
}

.practice-venue a:hover {
	color: #055a2f;
}

/**フッター**/

.p-footer-sub-nav {
	background: #000;
	padding-top: 30px;
}

.p-footer-sub-nav a {
	color: white !important;
}

.c-copyright {
	background: #000;
	color: #fff;
	pading-bottom: 30px;
}

/**Google**/

.grecaptcha-badge { visibility: hidden; }


@media (max-width: 1023px) {

	
	/**FV**/
	.fv-txt {
		font-size: 30px;
		margin-top: 0px !important;
	}
	
	/**体験の流れ**/
	.flow .smb-section__contents-wrapper {
		max-width: 90% !important;
	}
	
	/**スタッフ紹介**/
	.staff .smb-section-break-the-grid__body {
		margin-top: 60px;
	}
	
	/**フッター**/
	.p-footer-sub-nav .c-navbar {
		display: flex;
		justify-content: center;
	}
	
	
	
}

@media (max-width: 639px) {
	
	/**FV**/
	.fv-txt {
		font-size: 20px;
	}
	
	/**体験の流れ**/
	.flow .smb-section__contents-wrapper {
		max-width: 100% !important;
	}
	
	/**スタッフ紹介**/
	.staff .smb-section-break-the-grid--left>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
		margin-left: 0 !important;
		margin-right: -5% !important;
	}

	.staff .smb-section-break-the-grid--right>.smb-section__inner>.c-container>.smb-section__contents-wrapper>.c-row>.c-row__col>.smb-section-break-the-grid__figure {
		margin-left: 0 !important;
		margin-right: -5% !important;
	}
	
	.staff .smb-section-break-the-grid__body {
		margin-top: 40px;
	}
	
	/**フッター**/
	.p-footer-sub-nav .c-navbar {
		flex-direction: column;
		align-items: center;
	}
	
	.p-footer-sub-nav .c-navbar a {
		margin-bottom: 15px;
	}
	
	.c-copyright {
		font-size: 12px !important;
	}
	
	/**テキスト**/
	
	.text-s {
		font-size: 14px;
	}
	
	
}