@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');




html {
	font-size: 62.5%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.88;
	color: #212121;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 1.2px;
}

@media screen and (max-width : 767px) {
	body {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}

a,
a:active,
a:visited {
	color: #212121;
}

a {
	transition: all 0.15s ease-out;
	opacity: 1;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	/* opacity: 0.6; */
}

img {
	max-width: 100%;
}

.font_l {
	font-size: 1.9rem;
}

.font_p {
	color: #e62f86;
}

/*ボタン*/
/*丸がボタンに変形する*/

.btntransform {
	position: relative;
	display: inline-block;
	padding: 0 0 0 52px;
	line-height: 40px;
	color: #212121;
	text-decoration: none;
	outline: none;
	font-weight: 700;
	z-index: 1;
}

/* 丸が動く */
.btntransform::before {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	width: 40px;
	height: 40px;
	background: #f9e621;
	border-radius: 25px;
	transition: .3s ease-out;
}

/*hoverした際の形状*/
.btntransform:hover::before {
	width: 212px;
}

/* 矢印の形状 */
.btntransform::after {
	position: absolute;
	content: '';
	top: 1em;
	left: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.btntransform._white::before {
	background: #fff;
}

.btntransform._white::after {
	border-top: 2px solid #212121;
	border-right: 2px solid #212121;
}

@media screen and (max-width : 767px) {
	.btntransform {
		font-size: 1.4rem;
		padding: 0 0 0 35px;
		line-height: 28px;
	}

	.btntransform::before {
		width: 30px;
		height: 30px;
	}

	.btntransform::after {
		top: 0.8em;
		left: 10px;
		;
	}
}

/*head*/
.l-head {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-family: 'kiwi maru';
}

/*logo*/
.l-logo {
	margin-left: 40px;
	margin-top: 40px;
}

.p-logo__items {
	font-size: 2.8rem;
	font-weight: 500;
	color: #e7318a;
	display: flex;
}

.p-logo__img {
	width: 112px;
	height: auto;
}

.p-logo__neme {
	margin-left: 15px;
}

@media screen and (max-width: 959px) {}

@media screen and (max-width : 767px) {

	.l-logo {
		margin-left: 10px;
		margin-top: 10px;
	}
}

/* navemenu */
.l-navemenu {
	display: flex;
}

a.p-inquiry__items {
	width: 102px;
	height: 102px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	background: #31e78f;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.p-inquiry__img {
	font-size: 3rem;
}

a.p-reserve__items {
	width: 102px;
	height: 102px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	background: #31d2e7;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.p-reserve__img {
	font-size: 3.2rem;
}

/*ナビのスタイル*/
nav.NavMenu {
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	background: rgb(254 250 211 / 85%);
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
}

nav.NavMenu ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

nav.NavMenu ul li {
	font-size: 2.4rem;
	list-style-type: none;
	width: 100%;
	padding-bottom: 0px;
}

nav.NavMenu ul li:last-child {
	padding-bottom: 0;
}

nav.NavMenu ul li a {
	display: block;
	color: #212121;
	padding: 15px 0px;
	font-weight: 500;
	font-size: ;
	font-family: 'Kiwi Maru';
}

/*ボタンのスタイル*/
.Toggle {
	/* position: fixed;
    right: 0;
    top: 0; */
	width: 102px;
	height: 102px;
	cursor: pointer;
	z-index: 13;
	display: block;
	background: #f9e621;
}

.Toggle span {
	display: block;
	/* position: absolute; */
	position: relative;
	width: 35px;
	border-bottom: 4px solid rgb(255 255 255);
	transition: all 0.35s ease-in-out 0s;
	left: 35px;
}

.Toggle span:nth-child(1) {
	top: 34px;
}

.Toggle span:nth-child(2) {
	top: 45px;
}

.Toggle span:nth-child(3) {
	top: 56px;
}

.Toggle.active span:nth-child(1) {
	top: 45px;
	left: 35px;
	transform: rotate(-45deg);
	border-bottom: 4px solid rgb(255 255 255);
}

/* .Toggle.active span:nth-child(2), */
.Toggle.active span:nth-child(3) {
	/* top: 45px;
		left: 35px; */
	top: 42px;
	left: 35px;
	transform: rotate(45deg);
	border-bottom: 4px solid rgb(255 255 255);
}

.Toggle.active span:nth-child(2) {
	display: none;
}

@media screen and (max-width: 959px) {}

@media screen and (max-width : 767px) {
	.l-logo {
		margin-left: 10px;
		margin-top: 10px;
	}

	.p-logo__items {
		font-size: 1.5rem;
		line-height: 1.1;
		display: flex;
		align-items: center;
	}

	.p-logo__img {
		width: 40px;
	}

	.p-logo__neme {
		margin-left: 5px;
		font-size: 1.3rem;
	}

	.l-navemenu p {
		letter-spacing: 0.1px;
		margin-top: 3px;
	}

	a.p-inquiry__items,
	a.p-reserve__items {
		width: 65px;
		height: 55px;
		font-size: 0.9rem;
	}

	.p-inquiry__img,
	.p-reserve__img {
		font-size: 2.5rem;
	}

	.Toggle {
		width: 65px;
		height: 55px;
	}

	.Toggle span:nth-child(1) {
		top: 18px;
	}

	.Toggle span:nth-child(2) {
		top: 22px;
	}

	.Toggle span:nth-child(3) {
		top: 26px;
	}

	.Toggle span {
		left: 20px;
		width: 28px;
	}



	.Toggle.active span:nth-child(1) {
		top: 26px;
		left: 20px;
	}

	.Toggle.active span:nth-child(3) {
		top: 22px;
		left: 20px;
	}



	nav.NavMenu ul li a {
		font-size: 2rem;
	}

	nav.NavMenu ul li a span {
		font-size: 1.2rem;
		display: block;
	}
}


/* main */
.l-main {
	display: flex;
	align-items: flex-end;
	margin-top: 102px;
}


/* sns */
.l-sns {
	color: #e62f86;
	display: inline-flex;
	width: 98px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 30px;
}

.p-sns__txt {
	font-size: 1.1rem;
	margin-bottom: 15px;
	writing-mode: vertical-rl;
	letter-spacing: 1.5px;
}

.l-sns a i {
	color: #e62f86;
	font-size: 2.2rem;
	font-weight: 300;
}


/* mv */
.l-mv {
	width: calc(100% - 98px);

}



.l-mv {
	height: calc(100vh - 102px);
	overflow: hidden;
}

.slide {
	height: 100%;
	width: 100%;
}

.slide .item {
	width: 100%;
	height: calc(100vh - 102px);
	background-image: url(../images/mv01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide .item:nth-of-type(1) {
	background-image: url(../images/mv01.jpg);
}

.slide .item:nth-of-type(2) {
	background-image: url(../images/mv02.jpg);
}

.slide .item:nth-of-type(3) {
	background-image: url(../images/mv03.jpg);
}

.slide .item:nth-of-type(4) {
	background-image: url(../images/mv04.jpg);
}

.slide-animation {
	animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

@media screen and (max-width : 767px) {
	.l-sns {
		width: 40px;
		margin-bottom: 5px;
	}

	.l-mv {
		width: calc(100% - 40px);
		/* height: calc(80vh - 80px); */
		height: 400px;
	}

	.slide .item {
		/* height: calc(80vh - 80px); */
		height: 400px;
	}

	.slide .item:nth-of-type(2) {
		background-image: url(../images/mv02.jpg);
		background-position: left center;
	}

	.l-sns a i {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}

	.p-sns__txt {
		margin-bottom: 10px;
	}



}





/* お客様の声スライダー*/
.slider {
	/*横幅94%で左右に余白を持たせて中央寄せ*/
	width: 94%;
	margin: 0 auto;
}

.slider {
	width: 60vw;
	/*スライダー内の画像を60vwにしてレスポンシブ化*/
	height: auto;
}

.slider .slick-slide {
	transform: scale(0.8);
	/*左右の画像のサイズを80%に*/
	transition: all .5s;
	/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;
	/*透過50%*/
}

.slider .slick-slide.slick-center {
	transform: scale(1);
	/*中央の画像のサイズだけ等倍に*/
	opacity: 1;
	/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
	position: absolute;
	/*絶対配置にする*/
	top: 42%;
	cursor: pointer;
	/*マウスカーソルを指マークに*/
	outline: none;
	/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #e62f86;
	/*矢印の色*/
	border-right: 2px solid #e62f86;
	/*矢印の色*/
	height: 15px;
	width: 15px;
}

.slick-prev {
	/*戻る矢印の位置と形状*/
	left: -1.5%;
	transform: rotate(-135deg);
}

.slick-next {
	/*次へ矢印の位置と形状*/
	right: -1.5%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	text-align: center;
	margin: 60px 0 0 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width: 8px;
	/*ドットボタンのサイズ*/
	height: 8px;
	/*ドットボタンのサイズ*/
	display: block;
	border-radius: 50%;
	background: #ccc;
	/*ドットボタンの色*/
}

.slick-dots .slick-active button {
	background: #e62f86;
	/*ドットボタンの現在地表示の色*/
}

@media screen and (max-width : 767px) {
	.slick-dots {
		margin: 20px 0 0 0;
	}
}

/* t_concept */
#t_concept {
	background: #f9e621;
	/*width: 100%;
	 padding-bottom: 120px; */
	padding-bottom: 0;
}

#t_concept .l-btn {
	display: flex;
	justify-content: center;
}

.l-t_concept {
	background: url(../images/t_concept.svg) no-repeat;
	background-position: 0 60px;
	background-size: 623px;
	display: flex;
	justify-content: center;
	padding-top: 120px;


}

.p-t_concept__ttl {
	font-family: 'kiwi maru';
	font-size: 3rem;
	font-weight: 300;
	writing-mode: vertical-rl;
	margin-right: 95px;
}

.p-t_concept__txt {
	/* width: 100%;
	max-width: 790px; */
	font-size: 1.4rem;
	letter-spacing: 1.2px;
	line-height: 2.2;
	margin-bottom: 20px;
	width: 45%;
}

.p-t_concept__txt p {
	margin-bottom: 40px;
}




.p-t_concept__txt span::before {
	content: "〇";
	display: inline-block;
	color: #fff;
	font-weight: 800;
	margin-right: 7px;
}

#t_concept .l-youtube {
	background: #fefad3;
	width: 660px;
	margin: 90px auto 0;
	text-align: center;
	padding: 50px;
}

@media screen and (max-width : 767px) {
	/* #t_concept {
		padding-bottom: 30px;
	} */

	.l-t_concept {
		background-position: left 15px;
		background-size: 300px;
		padding: 30px 15px 10px;
	}

	.p-t_concept__ttl {
		font-size: 2rem;
		margin-right: 20px;
	}

	.p-t_concept__txt {
		width: 100%;
	}

	.p-t_concept__txt p {
		margin-bottom: 15px;
	}


	.p-t_concept__txt {
		font-size: 1.3rem;
		line-height: 1.8;
		margin-bottom: 0;
	}


	.p-t_concept__txt span::before {
		margin-right: 5px;
	}

	#t_concept .l-youtube {
		width: 100%;
		margin: 30px auto 0;
		padding: 15px;
	}
}

/* t_session */


#t_session {
	padding-top: 160px;
	background: url(../images/t_session.svg) no-repeat;
	background-position: right 80px;
	background-size: 547px;
}

.l-t_session {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.p-t_session__img {
	background: url(../images/t_session__img.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 60%;
	height: 520px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.p-t_session__item {
	margin-left: 35px;
}

.p-t_session__item h1 {
	font-size: 5rem;
	font-family: 'kiwi maru';
	font-weight: 300;
	position: relative;
	left: -85px;
	margin-bottom: 60px;
	line-height: 1.3;
}

.p-t_session__item p {
	margin-bottom: 30px;
	margin-right: 20px;
}

@media screen and (max-width : 767px) {
	#t_session {
		padding-top: 0;
		background-position: right 30px;
		background-size: 262px;
	}

	.l-t_session {
		padding: 30px 15px 30px 0;
	}

	.p-t_session__img {
		background-position: right -20px center;
		width: 40%;
		height: 200px;
	}

	.p-t_session__item {
		margin-left: 20px;
		width: 60%;
	}

	.p-t_session__item h1 {
		font-size: 2.6rem;
		left: 0;
		margin-bottom: 15px;
		line-height: 1.3;
	}

	.p-t_session__item p {
		margin-bottom: 20px;
		margin-right: 20px;
		line-height: 1.4;
	}
}

/* t_wedding */
#t_wedding {
	padding-top: 160px;
	padding-bottom: 120px;
	background: url(../images/t_wedding.svg) no-repeat;
	background-position: 0 80px;
	background-size: 1288px;
}

.l-t_wedding {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.p-t_wedding__img {
	background: url(../images/t_wedding__img.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 60%;
	height: 520px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

.p-t_wedding__items {
	margin-right: 40px;

}

.p-t_wedding__items h1 {
	font-size: 5rem;
	font-family: 'kiwi maru';
	font-weight: 300;
	position: relative;
	right: -15%;
	margin-bottom: 60px;
	line-height: 1.3;
}

.p-t_wedding__item {
	margin-left: 15%;
	width: 85%;
	padding-right: 5%;

}

.p-t_wedding__item p {
	margin-bottom: 30px;
}

@media screen and (max-width : 767px) {
	#t_wedding {
		padding-top: 0;
		background-position: left 30px;
		background-size: 618px;
		padding-bottom: 15px;
	}

	.l-t_wedding {
		padding: 30px 0 30px 15px;
	}

	.p-t_wedding__img {
		background-position: left -50px center;
		width: 40%;
		height: 200px;
	}

	.p-t_wedding__item {
		margin-left: 0;
		width: 100%;
	}

	.p-t_wedding__items {
		width: 60%;
		padding-top: 15px;
		margin-right: 10px;
	}

	.p-t_wedding__items h1 {
		font-size: 2.2rem;
		right: 0;
		margin-bottom: 15px;
		line-height: 1.1;
	}

	.p-t_wedding__item p {
		margin-bottom: 20px;
		margin-left: 0;
		line-height: 1.4;
	}
}



/* t-other */
#t-other {
	background: #f9e621;
	padding-top: 120px;
	padding-bottom: 120px;
}

.l-t-other {
	display: flex;
	justify-content: center;
}

.p-t-other__items {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	max-width: 270px;
}

.p-t-other__items:nth-of-type(2) {
	margin: 0 75px;
}

.p-t-other__cap {
	color: #fff;
	font-family: 'kiwi maru';
	margin-bottom: 12px;
	line-height: 1;
	letter-spacing: 1.5px;
	text-align: center;
}

.p-t-other__ttl {
	font-size: 3rem;
	font-family: 'kiwi maru';
	margin-bottom: 23px;
	font-weight: 500;
	line-height: 1;
}

.p-t-other__txt {
	width: 85%;
	margin-bottom: 23px;
}

.p-t-other__img {
	background: url(../images/t-other__img01.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	width: 100%;
	height: 300px;
	margin-bottom: 23px;
	margin-top: auto;
}

._seminer .p-t-other__img {
	background: url(../images/t-other__img02.jpg) no-repeat;
	background-position: center center;
	background-size: auto 300px;
}

._community .p-t-other__img {
	background: url(../images/t-other__img03.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

._event .p-t-other__ttl span,
._community .p-t-other__ttl span {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	display: inline-block;
}

._community .p-t-other__ttl {
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0;
}

._community .p-t-other__txt {
	margin-bottom: 38px;
}

@media screen and (max-width: 1024px) {
	.p-t-other__items:nth-of-type(2) {
		margin: 0 20px;
	}

	.p-t-other__img,
	._seminer .p-t-other__img {
		background-size: cover;
		background-position: center;
		width: 85%;
		height: 220px;
	}

	._community .p-t-other__img {
		background-position: center bottom;
	}
}

@media screen and (max-width : 767px) {
	#t-other {
		padding: 30px 15px;
	}

	.l-t-other {
		flex-direction: column;
	}

	.p-t-other__items {
		width: 100%;
		max-width: 100%;
	}

	.p-t-other__items:nth-of-type(2) {
		margin: 50px 0;
	}

	.p-t-other__cap {
		margin-bottom: 5px;
	}

	.p-t-other__ttl {
		font-size: 2.3rem;
		margin-bottom: 15px;
		text-align: center;
	}

	.p-t-other__txt {
		margin-bottom: 15px;
	}

	.p-t-other__img {
		height: 200px;
	}

	._community .p-t-other__ttl {
		font-size: 2.2rem;
	}

	._community .p-t-other__txt {
		margin-bottom: 15px;
	}

	._community .p-t-other__img {
		background: url(../images/t-other__img03.jpg) no-repeat;
		background-position: center top;
		background-size: cover;
	}
}

/* t-goods */
#t-goods {
	padding-top: 150px;
	padding-bottom: 150px;
}

#t-goods .btntransform:hover::before {
	width: 300px;
}

.l-t-goods {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-t-goods__items {
	width: 50%;
	max-width: 480px;
}

.p-t-goods__items h1 {
	font-size: 5rem;
	font-family: 'kiwi maru';
	font-weight: 300;
	margin-bottom: 60px;
	line-height: 1.3;
}

.p-t-goods__items p {
	margin-bottom: 30px;
}

.p-t-goods__img {
	width: 50%;
	max-width: 480px;
	display: flex;
	justify-content: space-between;
}

.p-t-goods__img01 {
	width: 45%;
	max-width: 230px;
	height: 270px;
	border-radius: 20px;
	background: url(../images/t-goods__img01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	top: -20px;
}

.p-t-goods__img02 {
	width: 45%;
	max-width: 230px;
	height: 270px;
	border-radius: 20px;
	background: url(../images/t-goods__img02.jpg) no-repeat;
	background-size: cover;
	background-position: -40px center;
	position: relative;
	top: 20px;
}

@media screen and (max-width: 1024px) {
	#t-goods {
		padding-left: 20px;
		padding-right: 20px;
	}

	.p-t-goods__items {
		width: 65%;
	}
}

@media screen and (max-width : 767px) {
	#t-goods {
		padding: 40px 15px;
	}

	.p-t-goods__items {
		width: 80%;
		max-width: 100%;
		margin-right: 15px;
	}

	.p-t-goods__items h1 {
		font-size: 2.2rem;
		margin-bottom: 15px;
		letter-spacing: 0.1px;
	}

	.p-t-goods__items p {
		margin-bottom: 15px;
	}

	.p-t-goods__img {
		width: 30%;
		max-width: 100%;
		flex-direction: column;
		align-items: center;
	}

	.p-t-goods__img01 {
		width: 100%;
		max-width: 100%;
		height: 70px;
		top: 0%;
	}

	.p-t-goods__img02 {
		top: 5px;
		width: 100%;
		max-width: 100%;
		height: 70px;
		background-position: center;
	}
}

/* t-tax */
#t-tax {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
}

#t-tax::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 75%;
	height: 100%;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	background: #fefad3;
	background-position: 80% center;
	z-index: -1;
}

.l-t-tax {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.l-t-tax h1 {
	font-size: 5rem;
	font-family: 'kiwi maru';
	font-weight: 300;
	margin-bottom: 50px;
	line-height: 1.3;
}

.l-t-tax p {
	margin-bottom: 30px;
	width: 100%;
	max-width: 960px;
}

.l-t-tax__items {
	display: flex;
	justify-content: center;
	align-items: center;
}

.l-t-tax__items a {
	background: #fff;
	padding: 30px 35px;
	display: block;
}

.l-t-tax__items a:nth-last-of-type(2) {
	margin-left: 35px;
	margin-right: 35px;
}

.l-t-tax__items img {
	width: 150px;
}

@media screen and (max-width: 1024px) {
	.l-t-tax {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width : 767px) {

	#t-tax {
		padding: 30px 15px 30px 0;
	}

	.l-t-tax h1 {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}

	#t-tax::before {
		width: 83%;
	}

	.l-t-tax {
		padding: 0 15px;
	}

	.l-t-tax__items {
		flex-direction: column;
	}

	.l-t-tax p {
		margin-bottom: 15px;
		width: 100%;
		max-width: 100%;
	}

	.l-t-tax__items a {
		padding: 10px 15px;
		margin-bottom: 10px;
	}

	.l-t-tax__items img {
		width: 100px;
	}
}

/* t-news */
#t-news {
	background: #f9e621;
	padding-top: 120px;
	padding-bottom: 120px;
}

.l-t-news {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.l-t-news__ttl {
	writing-mode: vertical-rl;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.l-t-news__ttl h1 {
	font-size: 5rem;
	font-family: 'kiwi maru';
	font-weight: 300;
	line-height: 1.3;
	color: #e7318a;
	margin-bottom: 30px;
	letter-spacing: 5px;
}

.l-t-news__items {
	width: 100%;
	max-width: 750px;
	margin-left: 100px;

}

.l-t-news__items dt {
	font-size: 1.2rem;
	font-weight: 800;
	color: #e62f86;
	margin-bottom: 15px;
}

.l-t-news__items dd {
	line-height: 1.4;
	padding-bottom: 40px;
	margin-bottom: 35px;
	border-bottom: 1px solid #dbca21;
	word-break: break-all;
}

.l-t-news__items dd a {
	transition: 1.0s;
}

.l-t-news__items dd a:hover {
	color: #e62f86;
}

@media screen and (max-width: 1024px) {
	#t-news {
		padding-left: 20px;
		padding-right: 20px;
	}

	.l-t-news__items {
		margin-left: 30px;
	}
}

@media screen and (max-width : 767px) {
	#t-news {
		padding: 30px 15px;
	}

	.l-t-news__ttl h1 {
		font-size: 2.2rem;
		margin-bottom: 15px;
		letter-spacing: 2.2px;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.l-t-news__items {
		width: 100%;
		max-width: 100%;
		margin-left: 15px;
	}

	.l-t-news__items dt {
		font-size: 1.1rem;
		margin-bottom: 5px;
	}

	.l-t-news__items dd {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

/* t-info */
#t-info {
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden;
	position: relative;

}

#t-info::before {
	content: 'INFORMATION';
	color: #fefad3;
	font-family: 'kiwi maru';
	font-size: 12rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.l-t-info {
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.p-t-info__items {
	width: 50%;
	max-width: 480px;
	margin-left: 30px;
}

.p-t-info__items h1 {
	font-size: 2.2rem;
	font-weight: 500;
	font-family: 'kiwi maru';
	margin-bottom: 50px;
	line-height: 1;
}

.p-t-info__items th {
	white-space: nowrap;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-align: left;
	line-height: 3.5em;
	vertical-align: top;
	padding-right: 30px;
	line-height: 2.1;
}

.p-t-info__items td {
	padding-bottom: 30px;
	vertical-align: top;
}


.p-t-info__map {
	width: 50%;
	/* max-width: 480px; */
	height: 0;
	overflow: hidden;
	padding-bottom: 42%;
	position: relative;
	/* display: inline-block;
	background: #f9e621; */
}


.p-t-info__map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	filter: grayscale(1);
	/* opacity: 0.9;
	vertical-align: bottom; */
}

#l-foot {
	background: #f9e621;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 60px 0;
	font-size: 1.2rem;
	letter-spacing: 2px;
	color: #e62f86;
}

@media screen and (max-width : 767px) {
	#t-info {
		padding: 30px 15px;
	}

	#t-info::before {
		font-size: 5.76rem;
	}

	.l-t-info {
		flex-direction: column;
	}

	.p-t-info__items {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.p-t-info__map {
		width: 100%;
		height: 200px;
	}

	.p-t-info__items h1 {
		font-size: 2rem;
		margin-bottom: 15px;
	}

	.p-t-info__items th {
		line-height: 1;
		padding-right: 15px;
		font-size: 1.2rem;
	}

	.p-t-info__items td {
		padding-bottom: 15px;
		word-wrap: break-word;
	}

	.p-t-info__items table {
		margin-bottom: 15px;
	}

	#l-foot {
		padding: 30px 0;
		font-size: 1.1rem;
	}
}

/****　2階層目共通 ****/
#concept .l-mv,
#session .l-mv,
#wedding .l-mv,
#community .l-mv {
	background: url(../images/concept__mv.png) no-repeat;
	height: 500px;
	background-size: cover;
	background-position: center;
	color: #FFF;
	font-family: 'kiwi maru';
}

#session .l-mv {
	background: url(../images/session__mv.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

#wedding .l-mv {
	background: url(../images/wedding__mv.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

#community .l-mv {
	background: url(../images/community__mv.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.l-mv h1 {
	font-size: 7rem;
	font-weight: 300;
	letter-spacing: -3px;
}

.l-mv__wrap {
	background-color: rgba(0, 0, 0, 0.3);
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.l-content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#concept section {
	padding-top: 120px;
	padding-bottom: 120px;
}

#session section,
#wedding section,
#community section {
	padding-top: 120px;
}


#concept section.l-main,
#session section.l-main,
#wedding section.l-main,
#community section.l-main {
	padding-top: 0;
	padding-bottom: 0;
}

h2 {
	font-size: 5rem;
	font-weight: 300;
	font-family: 'kiwi maru';
	margin-bottom: 60px;
	line-height: 1.2;
}

@media screen and (max-width: 1024px) {


	.l-menu__items {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media screen and (max-width : 767px) {

	#concept .l-mv,
	#session .l-mv,
	#wedding .l-mv,
	#community .l-mv {
		height: 300px;
	}

	.l-mv__wrap {
		height: 300px;
	}

	#session section,
	#wedding section,
	#community section {
		padding-top: 30px;
	}

	#concept section.l-main,
	#session section.l-main,
	#wedding section.l-main,
	#community section.l-main {
		padding: 0;
	}



	.l-main {
		margin-top: 55px;
	}

	.l-mv h1 {
		font-size: 3rem;
	}

	#concept section {
		padding: 30px 15px;
	}

	h2 {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}


}

/****　コンセプト ****/
#message {
	position: relative;
}

#message::before {
	position: absolute;
	top: 0;
	left: 0;
	content: 'MESSAGE';
	color: #fefad3;
	font-family: 'kiwi maru';
	font-size: 12rem;
	z-index: -1;
}

.l-message {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-message__txt {
	width: 100%;
	max-width: 960px;
	font-size: 1.4rem;

}

.p-message__txt p {
	margin-bottom: 35px;
	line-height: 2.1;
}

.p-message__txt span::before {
	content: "〇";
	display: inline-block;
	color: #f9e621;
	font-weight: 800;
	margin-right: 7px;
}

#profile {
	background: #f9e621;
	position: relative;
	/* z-index: -3; */
}

#profile::before {
	position: absolute;
	top: 0;
	right: 0;
	content: 'PROFILE';
	color: #fbee7e;
	font-family: 'kiwi maru';
	font-size: 12rem;
	z-index: 1;

}

.l-profile__items {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.l-profile__items::before {
	position: absolute;
	top: 60px;
	right: 0;
	content: '';
	display: inline-block;
	background: #fff;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	z-index: -1;
	width: 82%;
	height: 100%;
}

.l-profile__txt {
	width: 100%;
	max-width: 440px;
	margin-right: 10px;
	padding-top: 120px;
}

.l-profile__txt h3 {
	color: #e62f86;
	margin-bottom: 30px;
}

.l-profile__txt p {
	margin-bottom: 30px;
}

.l-profile__txt span::before {
	content: "〇";
	display: inline-block;
	color: #e62f86;
	font-weight: 800;
	margin-right: 7px;
}

.l-profile__txt table {
	margin-bottom: 30px;
}

.l-profile__txt th {
	font-size: 1.1rem;
	font-weight: 800;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
}

.l-profile__txt td {
	padding-bottom: 10px;
	line-height: 1.4;
	font-size: 1.4rem;
}

.l-profile__ttl {
	display: flex;
	justify-content: space-between;
	order: 2;
}

.l-profile__ttl img {
	width: 100%;
	max-width: 420px;
	height: auto;
	border-radius: 20px;
	order: 1;
}

.l-profile__ttl h2 {
	writing-mode: vertical-rl;
	margin-left: 30px;
	order: 2;
}

.l-profile__txt p.l-profile__r {
	font-size: 1.4rem;
	margin-bottom: 0;
}

.l-profile__other {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 60px 5%;
	position: relative;
	/* margin-top: 120px; */
	/* z-index: 2; */
	/* content: ''; */
	border-radius: 40px;
	/* display: block; */
	background: #fff;
	/* height: 100%; */
	/* z-index: 1; */
	/* position: absolute; */
	/* top: 0; */
	/* left: auto; */
	width: 100%;
	max-width: 960px;
	margin: 120px auto 0;
}


/* .l-profile__other::before {
	content: '';
	border-radius: 40px;
	display: block;
	background: #fff;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: auto;
	width: 100%;
	max-width: 960px;
} */

.l-profile__other__item {
	z-index: 2;
}

.l-profile__other__item h4 {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

#concept section#profile {
	padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.l-profile__txt {
		padding-left: 20px;

	}

	.l-profile__ttl {
		justify-content: flex-start;
		align-items: flex-start;
		padding-right: 20px;
	}

	.l-profile__ttl img {
		width: 70%;
	}

	.l-profile__ttl h2 {
		margin-left: 5px;
	}

	.p-message__txt {
		padding-left: 20px;
		padding-right: 20px;
	}

	.l-profile__other {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width : 767px) {
	#message::before {
		font-size: 5.76rem;
	}

	h2.p-message_ttl {
		white-space: nowrap;
	}

	.p-message__txt {
		width: 100%;
		max-width: 100%;
		font-size: 1.3rem;
		padding-left: 0;
		padding-right: 0;
	}

	.p-message__txt p {
		line-height: 1.8;
		margin-bottom: 15px;
	}

	#concept section#profile {
		padding-right: 0;
		padding-left: 0;
	}

	#profile::before {
		font-size: 5.76rem;
		left: 0;
	}

	.l-profile__items {
		flex-direction: column;
		padding-right: 15px;
	}

	.l-profile__txt {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding-top: 0;
		margin-bottom: 0;
		order: 2;
	}

	.l-profile__txt h3 {
		margin-bottom: 15px;
	}

	.l-profile__txt p {
		margin-bottom: 15px;
		line-height: 1.6;
	}

	.l-profile__txt table {
		margin-bottom: 15px;
	}

	.l-profile__txt td {
		padding-bottom: 2px;
		font-size: 1.2rem;
	}

	.l-profile__txt p.l-profile__r {
		font-size: 1.2rem;
	}

	.l-profile__ttl {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		order: 1;
		margin-bottom: 20px;
	}

	.l-profile__ttl img {
		width: 40%;
		max-width: 100%;
		order: 2;
	}

	.l-profile__ttl h2 {
		margin-left: 0;
		order: 1;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.l-profile__items::before {
		width: 90%;
	}

	.l-profile__other {
		flex-direction: column;
		margin-top: 80px;
		padding: 15px;
		width: calc(100% - 30px);
	}

	.l-profile__other::before {
		width: 100%;
		max-width: 100%;
		left: 0;
	}

	.l-profile__other__item h4 {
		font-size: 1.1rem;
		margin-bottom: 5px;
	}

	.l-profile__other__item:nth-of-type(1) {
		margin-bottom: 15px;
	}
}

/* session */
.l-menu {
	background: #f9e621;
	position: relative;
	/* z-index: -3; */
}

.l-menu::before {
	position: absolute;
	top: 0;
	left: 0;
	content: 'SESSION';
	color: #fbee7e;
	font-family: 'kiwi maru';
	font-size: 12rem;
	z-index: 1;
}

.l-menu__ttl {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 60px;
	z-index: 2;
}

.l-menu__ttl h2 {
	writing-mode: vertical-rl;
	margin-right: 65px;
	z-index: 2;
}

.p-menu__ttl__img {
	background: url(../images/shikyu.jpg) no-repeat;
	width: 75%;
	height: 470px;
	background-size: cover;
	background-position: center;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	z-index: 2;
}

.l-menu__wrap {
	background: linear-gradient(180deg, #f9e621 0%, #f9e621 550px, #fefad3 550px, #fefad3 100%);
	padding-bottom: 120px;
}

.l-menu__items {
	position: relative;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	z-index: 2;
}

.p-menu__txt {
	position: relative;
	margin-bottom: 60px;
	z-index: 2;
}

.p-menu__txt span {
	font-size: 1.2rem;
}

.p-menu__table__ttl {
	font-family: 'kiwi maru';
	font-size: 3rem;
	font-weight: 300;
	margin-bottom: 20px;
}

.p-menu__table__ttl span {
	font-size: 1.8rem;
}

.p-menu__table {
	background: #fff;
	padding: 50px 60px;
}

.p-menu__table h5 {
	color: #31e78f;
	font-size: 3rem;
	/* margin-bottom: 25px; */
	font-weight: 400;
}

.p-menu__table table {
	width: 100%;
	border-collapse: collapse;
}

.p-menu__table th {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 24px;
}

.p-menu__table th span {
	font-size: 1.2rem;
}

.p-menu__table td {
	text-align: left;
	padding-bottom: 25px;
	border-bottom: #31e78f 1px solid;
	margin-bottom: 20px;
}

.p-menu__table tr td:nth-of-type(3) {
	padding-left: 95px;
}

.p-menu__table tr td:nth-of-type(4) {
	padding-right: 95px;
}

.p-menu__table td {
	vertical-align: center;
}

.p-menu__table td._time {
	padding-left: 7px;
}

.p-menu__table td._time::before {
	content: '〇';
	display: inline-block;
	color: #31e78f;
	font-weight: 800;
	font-size: 1.6rem;
	padding-right: 2px;
	position: relative;
	top: -2px;
}

.p-menu__table td._price {
	text-align: right;
}

.p-menu__table._awaji {
	margin-bottom: 30px;
}

.p-menu__table._online h5 {
	color: #31d2e7;
}

.p-menu__table._online h5 span {
	font-size: 1.6rem;
	background: #31d2e7;
	color: #fff;
	padding: 7px 10px;
	display: inline-block;
	margin-left: 10px;
	line-height: 1;
}

.p-menu__table._online td {
	border-bottom: #31d2e7 1px solid;
}

.p-menu__table._online td._time::before {

	color: #31d2e7;
}

._session .l-menu__items div.p-menu__txt:last-child {
	border-radius: 20px;
	padding: 30px;
	margin-top: 90px;
	border: #e62f86 10px solid;
	background: #fff;
}

._session .l-menu__items div.p-menu__txt:last-child h4 {
	color: #e62f86;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 10px;
}

.l-review {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 90px;
}

.l-review h4 {
	color: #e7318a;
	font-weight: 400;
	font-size: 3rem;
	margin-bottom: 30px;
	font-family: 'kiwi maru';
}

.p-review {
	width: 98vw;
	padding: 0 150px;

}

.p-review__items {
	width: 100%;
	height: auto;
}

.p-review__item {
	width: 50vw;
	list-style-type: none;
}

.p-review__item.slick-slide {
	transform: scale(0.9);
	transition: all .5s;
	opacity: 0.5;
}

.p-review__item.slick-slide.slick-center {
	transform: scale(1);
	opacity: 1;
}

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
	position: absolute;
	/*絶対配置にする*/
	top: 42%;
	cursor: pointer;
	/*マウスカーソルを指マークに*/
	outline: none;
	/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #e62f86;
	/*矢印の色*/
	border-right: 2px solid #e62f86;
	/*矢印の色*/
	height: 15px;
	width: 15px;
	z-index: 10;
}

.slick-prev {
	/*戻る矢印の位置と形状*/
	left: -2.5%;
	transform: rotate(-135deg);
}

.slick-next {
	/*次へ矢印の位置と形状*/
	right: -2.5%;
	transform: rotate(45deg);
}

@media screen and (max-width : 1024px) {
	.p-menu__table tr td:nth-of-type(3) {
		padding-left: 45px;
	}

	.p-menu__table tr td:nth-of-type(4) {
		padding-right: 45px;
	}

	.p-review {
		padding: 0 50px;
	}
}

@media screen and (max-width : 767px) {
	.p-review {
		width: 100vw;
		padding: 0 30px;
	}

	.l-menu__ttl {
		margin-bottom: 0;
		padding-left: 15px;
		display: block;
	}

	.l-menu__wrap {
		background: linear-gradient(180deg, #f9e621 0%, #f9e621 450px, #fefad3 450px, #fefad3 100%);
		padding-bottom: 30px;
	}

	.l-menu__items {
		padding: 15px 15px 30px;
	}

	._community .l-menu__items {
		padding: 0 15px 30px;
	}

	.l-menu__ttl h2 {
		writing-mode: horizontal-tb;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.l-menu::before {
		font-size: 5.7rem;
	}

	.p-menu__ttl__img {
		width: 100%;
		height: 180px;
	}

	.p-menu__txt {
		margin-bottom: 15px;
	}

	.p-menu__table__ttl {
		font-size: 1.8rem;
		font-weight: 400;
		margin-bottom: 10px;
	}

	.p-menu__table__ttl span {
		font-size: 1.2rem;
	}

	.p-menu__table h5 {
		font-size: 1.6rem;
		text-align: center;
	}

	.p-menu__table._awaji {
		margin-bottom: 15px;
	}

	.p-menu__table {
		background: #fff;
		padding: 15px;
		word-break: break-all;
	}

	.p-menu__table th {
		padding-top: 10px;
		line-height: 1.2;
	}


	.p-menu__table td._time::before {
		font-size: 1.1rem;
	}

	.p-menu__table tr {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.p-menu__table tr td:nth-of-type(3) {
		padding-left: 0;
	}

	.p-menu__table tr td:nth-of-type(4) {
		padding-right: 0;
	}

	.p-menu__table td {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.p-menu__table td._time {
		padding-left: 0;
		width: 50%;
	}

	.p-menu__table td._price {
		width: 50%;
	}

	.p-menu__table._online h5 span {
		font-size: 1.2rem;
		padding: 3px 5px;
	}

	._session .l-menu__items div.p-menu__txt:last-child {
		border-radius: 10px;
		padding: 15px;
		margin-top: 15px;
		border: #e62f86 5px solid;
	}

	._session .l-menu__items div.p-menu__txt:last-child h4 {
		font-size: 1.4rem;
		text-align: left;
	}

	.l-review {
		margin-top: 0;
	}

	.l-review h4 {
		font-size: 2rem;
		margin-bottom: 15px;
	}
}


/* ヒーリング */
.l-menu._left-col._healing::before {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	content: 'HEALING';
	color: #fbee7e;
	font-family: 'kiwi maru';
	font-size: 12rem;
	z-index: 0;
}

._left-col .l-menu__ttl {
	display: flex;
	justify-content: flex-start;
}

._left-col .l-menu__ttl h2 {
	margin-left: 65px;
	order: 2;
	margin-bottom: 0;
	z-index: 2;
}

._left-col .p-menu__table th {
	padding-top: 0;
}

._left-col .p-menu__ttl__img {
	background: url(../images/healing__img.jpg) no-repeat;
	width: 75%;
	height: 470px;
	background-size: cover;
	background-position: center top;
	border-radius: 0;
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
	order: 1;
}

._healing .l-btn {
	margin-top: 60px;
}

@media screen and (max-width : 767px) {
	._healing .l-menu__wrap {
		background: linear-gradient(180deg, #f9e621 0%, #f9e621 340px, #fefad3 340px, #fefad3 100%);
	}


	._healing .l-btn {
		margin-top: 15px;
	}

}

/* Love me!! Wedding */
#wedding section {
	overflow: hidden;
}

._wedding .l-menu__ttl h2 {
	z-index: 2;
	text-orientation: upright;
}

._wedding .l-menu__ttl h2 span {
	text-combine-upright: all;
}

.l-menu._wedding::before {
	position: absolute;
	top: 60px;
	left: 0;
	content: 'LOVE ME!! WEDDING';
	color: #fbee7e;
	line-height: 1;
	font-family: 'kiwi maru';
	font-size: 12rem;
	z-index: 1;
	white-space: nowrap;
}

._wedding .p-menu__ttl__img {
	background: url(../images/wedding__img.jpg) no-repeat;
	width: 75%;
	height: 470px;
	background-size: cover;
	background-position: center;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	z-index: 2;
}

._wedding .l-menu__wrap {
	background: linear-gradient(180deg, #f9e621 0%, #f9e621 460px, #fefad3 460px, #fefad3 100%);
	padding-bottom: 120px;
}

._wedding .l-menu__items {
	display: flex;
	flex-direction: column;
}


.l-youtube {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.p-youtube__item {
	position: relative;
	padding-bottom: calc(315 / 560 * 100%);
}

.p-youtube__item iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* スクール */
.l-menu._left-col._school::before {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	content: 'SCHOOL';
	color: #fbee7e;
	font-family: 'kiwi maru';
	font-size: 12rem;
	z-index: 1;
}

._school .l-menu__ttl h2 span:nth-of-type(2) {
	text-combine-upright: all;
}

._school._left-col .p-menu__ttl__img {
	background: url(../images/school__img.jpg) no-repeat;
	width: 75%;
	height: 470px;
	background-size: cover;
	background-position: center;
	border-radius: 0;
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
	z-index: 2;
}

._school h2 span {
	font-size: 4.2rem;
}

._school .l-menu__items {
	display: flex;
	flex-direction: column;
	align-items: center;
}

._school .l-menu__wrap {
	background: none;
}

@media screen and (max-width : 767px) {
	.l-menu._wedding::before {
		font-size: 5.7rem;
		top: 15px;
	}

	._wedding .l-menu__ttl h2 br {
		display: none;
	}

	._wedding .p-menu__ttl__img {
		width: 100%;
		height: 180px;
	}

	._wedding .l-menu__wrap {
		padding-bottom: 30px;
		background: linear-gradient(180deg, #f9e621 0%, #f9e621 370px, #fefad3 370px, #fefad3 100%);
	}

	.l-menu._left-col._school::before {
		font-size: 5.7rem;
	}

	._school h2 span {
		font-size: 2.2rem;
	}

	._school h2 span:nth-of-type(1) {
		font-size: 1.6rem;
	}

	._school._left-col .p-menu__ttl__img {
		width: 100%;
		height: 180px;
	}

	._school .l-menu__wrap {
		padding-bottom: 0;
	}

	.l-youtube {
		width: 100%;
	}
}

/* community */
#community section {
	overflow: hidden;
}


#community .l-mv h1 {
	text-align: center;
	line-height: 1.4;
}

.l-menu._community::before {
	position: absolute;
	top: 60px;
	left: 0;
	content: '私ファンクラブ';
	color: #fbee7e;
	line-height: 1;
	font-family: 'kiwi maru';
	font-size: 12rem;
	z-index: 1;
	white-space: nowrap;
}

._community .p-menu__ttl__img {
	background: url(../images/community__img.jpg) no-repeat;
	width: 75%;
	height: 470px;
	background-size: cover;
	background-position: center;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	display: none;
}

._community .l-menu__wrap {
	background: linear-gradient(180deg, #f9e621 0%, #f9e621 310px, #fefad3 310px, #fefad3 100%);
	padding-bottom: 120px;
}

._community .l-menu__ttl {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 60px;
}

._community .l-menu__ttl h2 {
	writing-mode: horizontal-tb;
	margin-right: 0;
	margin-bottom: 0;
}

._community .p-menu__table {
	margin-bottom: 60px;
}

._community .l-btn {
	display: flex;
	justify-content: center;
}

._community .l-menu__items div.p-menu__txt:nth-of-type(2) {
	border-radius: 20px;
	background: #fefad3;
	padding: 30px;
}

._community .l-menu__items div.p-menu__txt:nth-of-type(2) h4 {
	color: #e62f86;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	#community .l-mv h1 span {
		font-size: 5rem;
	}

}

@media screen and (max-width : 767px) {
	#community .l-mv h1 span {
		font-size: 2rem;
	}

	.l-menu._community::before {
		top: 7px;
		font-size: 5.7rem;
	}

	._community .l-menu__ttl {
		margin-bottom: 0;
	}

	._community .l-menu__ttl h2 span {
		font-size: 2rem;
	}

	._community .l-menu__wrap {
		background: linear-gradient(180deg, #f9e621 0%, #f9e621 230px, #fefad3 230px, #fefad3 100%);
		padding-bottom: 30px;
	}

	._community .l-menu__items div.p-menu__txt:nth-of-type(2) {
		border-radius: 10px;
		background: #fefad3;
		padding: 15px;
	}

	._community .l-menu__items div.p-menu__txt:nth-of-type(2) h4 {
		font-size: 1.4rem;
		text-align: left;
	}

	._community .p-menu__table td._time {
		width: 70%;
	}

	._community .p-menu__table td._price {
		width: 30%;
	}

	._community .p-menu__table {
		margin-bottom: 0;
	}
}

@media screen and (max-width : 767px) {
	.l-menu._left-col._healing::before {
		font-size: 5.7rem;
	}

	._left-col .l-menu__ttl {
		padding-left: 0;
		padding-right: 15px;
		flex-wrap: wrap;
	}

	._left-col .l-menu__ttl h2 {
		margin-left: 15px;
		order: 1;
		margin-bottom: 15px;
	}

	._left-col .p-menu__ttl__img {
		width: 100%;
		height: 180px;
		order: 2;
	}

	.font_l {
		font-size: 1.6rem !important;
		line-height: 1.4 !important;
	}

}