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

/*ヘッダーの高さは 50px / 100px */

.home .l-container{
	padding-top: -50px;
}

@media (min-width:450px){
	.home .l-container{
		margin-top: -100px;
	}
}



/*ビジュアル（wrap）*/
.visual{
	position: relative;
	height: 100vh;
	background: url("../image/top/visual-sp-00.jpg");
	background-position: center bottom;
	background-repeat: none;
	background-size: cover;
}
/*コピーの入ったブロック*/
.copy-block{
	position: absolute;
	top:17%;
	margin: 0 14%;
	display: flex;
	flex-direction: column;
	gap: 25px 0;
	
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	color: #FFF;
	font-feature-settings: "palt" 1;
}
@media (min-width:450px){
	.visual{
		aspect-ratio: 3 / 2;
		background: url("../image/top/visual-pc-00.jpg");
		background-position: center center;
		background-size: cover;
		height: auto;
		min-width: var(--min-width);
	}
	.copy-block{
		width: fit-content;
		margin: auto;
		top: 50%;
		transform: translateY(-25%);
		left: 10%;
		
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 2;
	}
}


.home-page-wrap{
	padding-top: 90px;
	padding-bottom: 90px;
}


/* Section Separator---------------------------------------------------------

　見出し

----------------------------------------------------------------------------*/
.top-h2{
	font-size: clamp( 1.8rem , 3vw , 2rem);
	letter-spacing: 0.2em;
	line-height: 1.4;
	position: relative;
	margin: 0 0 30px;
}

.top-h2::before{
	font-size: clamp( 5rem , 7vw , 7rem);
	font-family: 'Jost', sans-serif;
	background-image: url("../image/mask-text_s.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	width: fit-content;
	line-height: 1;
	margin-bottom: 0.2em;
	position: relative;
	z-index: 2;
}
.top-h2-facili::before{
	content:'FACILITIES';
	display: block;
}
.top-h2-news::before{
	content:'NEWS';
	display: block;
}
.top-h2-event::before{
	content:'EVENTS';
	display: block;
}

.top-h2::after{
	content: '';
	display: block;
	background: #FFEE15;
	width: 2.7em;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: -0.5em;
	left: -0.5em;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}



.info-area{
	display: flex;
	flex-direction: column;
	gap: 70px 0;
	margin-bottom: 100px;
}
@media (min-width:450px){
	.info-area{
		flex-direction: row-reverse;
		gap: 0 100px;
	}
	.info-wrap{
		flex: 1;
	}
}






/*========================================
	お知らせ
========================================*/
.news-list {
  border-top: 1px solid #ddd;
}

.news-item {
  border-bottom: 1px solid #ddd;
}

.news-item a{
	display: block;
	padding: 1.25em 0;
}

.news-item a:hover p{
	text-decoration: underline;
}

.news-meta {
  display: flex;
  align-items: baseline; /* ← これがポイント */
  gap: 0.8rem;
	margin: 0 0 0.2em;
}
.news-item time{
	font-family: "Jost", sans-serif;
	font-weight: 600;
}
.news-category{
	line-height: 1.2;
	font-size: 1.1rem;
	font-weight: 600;
	background: #DB70A6;
	color: #FFF;
	padding: 0.3em 0.8em;
	border-radius: 3px;
	display: inline-block;
	 position: relative;
  top: -2px;
}
.news-item p{
	font-size: 1.5rem;
	line-height: 1.6;
}



.s-class-list {
	border-top: 1px solid #ddd;
	font-feature-settings: "palt" 1;
}
.s-class-item {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.s-class-item a{
	display: flex;
	gap: 0 20px;
}
.s-class-item figure{
	width: 100px;
	display: block;
}
.s-class-item p{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0.2em 0 0.4em;
}
.s-class-item a:hover p{
	text-decoration: underline;
}
.s-class-meta{
	font-size: 1.4rem;
	line-height: 1.3;
}

.s-class-meta > div::before{
	font-family: 'Material Icons';
	font-size: 120%;
	vertical-align: -2px;
	margin: 0 3px 0 0;
}

.s-class-date::before{
	content: '\ebcc';
	color: #BA1883;
}
.s-class-venue::before{
	content: '\e0c8';
	color: #F08300;
}
.s-class-meta > div + div{
	margin-top: 3px;
}

@media (min-width:450px){
	ul.s-class-list_paged{
		display: flex;
		flex-wrap: wrap;
	}
	ul.s-class-list_paged .s-class-item{
		flex-basis: 50%;
	}
}

.btn-readmore{
	text-align: right;
	padding-top: 10px;
}
.btn-readmore a{
	font-size: 1.4rem;
	color: #aaa;
}
.btn-readmore a::after{
	content:'\e5cc';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-left: 0.3em;
}
.btn-readmore a:hover{
	color: var(--link-color);
}

/* Section Separator---------------------------------------------------------

　予約システムリンク

----------------------------------------------------------------------------*/
.booking-sec{
	padding: 50px 0;
}
/*バナーサイズ*/
.booking-sec .bnr{
	background: var(--main-color);
	color: #FFF;
	padding: 40px 6vw;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	position: relative;
}
.booking_txt{
	font-size: 4.4vw;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0 0 0.5em;
	text-align: center;
}
.booking_note{
	color: #ffef53;
	font-size: 1.4rem;
	text-align: center;
}
.btn-bookingsys a{
	display: block;
	background: #ffef53;
	color: var(--main-color);
	font-weight: 800;
	text-align: center;
	border-radius: 999px;
	padding: 0.75em 0 ;
	font-size: 4vw;
}
.btn-bookingsys a span{
	display: block;
}

.booking-sec .bnr::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;

  /* 飾りのサイズを指定 */
  width: 55px;
  height: 55px;
  background-color: #ffef53;

  /* ポリゴンで直角三角形を作る（左上・右上・左下の順） */
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

@media (min-width:450px){
	.booking-sec{
		padding: 100px 0 100px;
	}
	.booking-sec .bnr{
		max-width: 1000px;
		padding: 40px 60px;
		margin: 0 auto;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.booking_txt{
		font-size: 3rem;
		line-height: 1.6;
	} 
	.booking_note{
		text-align: left;
		font-size: 1.45rem;
	}
	.btn-bookingsys a{
		font-size: 1.8rem;
		padding: 35px 50px;
	}
}

/* Section Separator---------------------------------------------------------

　

----------------------------------------------------------------------------*/
.top-3links .inner{
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}
.top-3links-child{
	text-align: center;
	font-weight: 600;
	color: #FFF;
}
.top-3links-child a{
	display: block;
	background: rgba(0,0,0,0.4);
	padding: 30px 0;
	transition-duration: .2s;
}

@media (min-width:450px){
	.top-3links .inner{
		flex-direction: row;
		gap: 0 25px;
	}
	.top-3links-child{
		flex: 1;
	}
	.top-3links-child a{
		padding: 50px 0;
	}
}

.top-3links-child{
	position: relative;
}
.top-3links-child::before{
	content: '';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #aaa;
	z-index: -1;
	
	background-size: cover;
}
.top-3links-child:first-child::before{
	background-image: url("../image/top/links-bg_about.jpg");
}
.top-3links-child:nth-child(2)::before{
	background-image: url("../image/top/links-bg_member.jpg");
}
.top-3links-child:nth-child(3)::before{
	background-image: url("../image/top/links-bg_docs.jpg");
}

.top-3links-child a:hover{
	background: rgba(0,0,0,0.2);
}











