holterholterws@charset "utf-8";
/* CSS Document */
#artists{
}
.artists {
	padding: 180px 0 100px 0;
	padding: 60px 0;
	background: #333333 url("../../../2023/ja/img/pht/bg-maestro.jpg") no-repeat 0 0;
	min-height:100vh;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
}
.artists .member {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.artists .member .member-img {
	position: relative;
	overflow: hidden;
}
.artists .member .social {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	opacity: 0;
	transition: ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
}
.artists .member .social a {
	transition: color 0.3s;
	color: #493c3e;
	margin: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.artists .member .social a i {
	line-height: 0;
}
.artists .member .social a:hover {
	color: #e43c5c;
}
.artists .member .social i {
	font-size: 18px;
	margin: 0 2px;
}
.artists .member .member-info {
	padding: 25px 15px;
}
.artists .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #493c3e;
}
.artists .member .member-info span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #aaaaaa;
}
.artists .member .member-info p {
	font-size: 14px;
	line-height: 26px;
	color: #777777;
}
.artists .member:hover .social {
	opacity: 1;
}
.single-page {
	padding: 15px 0;
	background: #f6f4f4;
	padding-top: 100px;
}
@media (max-width: 992px) {
	.single-page {
		padding-top: 50px;
	}
}
	
#dj{
	padding: 180px 0 100px 0;
	background: #333333 url("../../../img/2022/dj.jpg") no-repeat 0 0;
	min-height:100vh;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
}
#musician{
	padding: 180px 0 100px 0;
	background: #333333 url("../../../img/2022/musician-bg.jpg") no-repeat 0 0;
	min-height:100vh;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
}
#milonga{
	padding: 180px 0 100px 0;
	background: #333333 url("../../../img/2022/milonga-bg.jpg") no-repeat 0 0;
	min-height:100vh;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
}
#finearts{
	padding: 180px 0 100px 0;
	background: #333333 url("../../../img/2022/finearts-bg.jpg") no-repeat 0 0;
	min-height:100vh;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
}

.categories {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	margin: 0;
	padding: 30px;
}
.right-info {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px;
}
.right-info p {
	color: #c0c0c0;
}
.section-sub-heading h4 {
	color: #fff;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
}
.ensembleworkshop-page{
	padding: 180px 0 100px 0;
	background: url("../img/emsambleworkshop.jpg") no-repeat center center;
	background-size:cover;
	height: 600px;
}

.price-page{
	padding: 180px 0 100px 0;
	background-color: #faf0ed;
	background-image: url("../../../img/french-stucco.png");
}
#showprice{
	padding: 180px 0 100px 0;
	background-color: #fff;
	background-image: url("../../../img/french-stucco.png");
}
.accordion-button.collapsed {
	background-color: #b47a93;
	color:#fff;
}
.accordion-button.collapsed::after {
	filter: brightness(0%) invert(100%);
}
.accordion-button:not(.collapsed){
	color:inherit;
	background-color: #ae4471;
	color:#fff;
}
.accordion-button:not(.collapsed)::after {
	filter: brightness(0%) invert(100%);
}
.accordion-button:focus {
	box-shadow: inherit ;
}
#regist .btn-mypage {
	width: 100%;
	background-color: #b47a93;
	text-align: start;
	font-size: 18px;
	color:#fff;
	border: none;
	border-radius: 0;
	padding: 20px 25px;
	transition: 0.4s;
}
.btn-mypage:hover{
	opacity: 0.7;
}


.php-email-form button[type=submit],
.php-email-form .btn{
	background: #e43c5c;
	border: 0;
	padding: 10px 28px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}
.php-email-form button[type=submit]:hover,
.php-email-form .btn:hover {
	background: #d01d3f;
}
.btn-ws-m a {
	color: #6C9EA3!important;
	border-color: #6C9EA3!important;
	border: 1px solid #6C9EA3;
	padding: 5px 10px;
	border-radius: 8px;
}
.btn-ws-m a:hover {
	color: #fff!important;
	background-color: #6C9EA3;
	border-color: #6C9EA3;
}
.btn-ws-f a {
	color: #a07880!important;
	border: 1px solid #a07880;
	padding: 5px 10px;
	border-radius: 8px;
}
.btn-ws-f a:hover {
	background: #a07880;
	color: #fff!important;
	text-decoration: none;
}
.btn-ws-cxl a {
	color: #a9a9a9!important;
	border: 1px solid #a9a9a9;
	padding: 5px 10px;
	border-radius: 8px;
}
.btn-ws-cxl a:hover {
	color: #a9a9a9!important;
	border: 1px solid #a9a9a9;
}
@media (max-width: 576px) {
#ws table.contents th,
table.contents td{
  width:100%!important;
  display:block!important;
	padding: 20px 0;
	}
}

#private{
	padding: 80px 0px;
	background:url("../../../img/2022/bg1.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
#trial{
	padding: 58px 0px;
	background:url("../../../img/2022/bg1.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
#trial h5,
#docmental h5{
		color: #c0c0c0;
}
#trial label {
		color: #c0c0c0;
}
#docmental {
	padding: 58px 0px;
	background:url("../../../img/2022/docmental-bg.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
#art{
	background-color: #0a0a0a;
	background-image: url("../../../img/2022/dark-circles.png")
}
