@charset "UTF-8";


section {
	padding: 120px 0;
}
.turiya_title {
	font-size: 4rem;
	color: #2d4188;
}
.turiya_title span {
	font-size: 1.6em;
	font-style: italic;
	margin-right: 12px;
}

/* 申し込みへ */
.toentry {
	text-align: center;
	background: url(../images/turiya/entry_bg.webp) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	margin-top: 18px;
}
a.toentry_btn {
	display: inline-block;
	background: #FFF;
	color: #2d4188;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.3;
	border-radius: 18px;
	padding: 3rem;
	width: 100%;
}
a.toentry_btn span {
	display: inline-block;
	padding-bottom: 6px;
	border-bottom: 1px solid #FFF;
	transition: all .3s;
}
a.toentry_btn:hover {
	opacity: 1;
}
a.toentry_btn:hover span {
	padding-bottom: 6px;
	border-bottom: 1px solid #2d4188;
}

@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
	.turiya_title {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 560px) {
	section {
		padding: 60px 0;
	}
	.turiya_title {
		font-size: 3rem;
	}
	.turiya_title span {
		font-size: 1em;
	}
	.toentry {
		background: url(../images/turiya/entry_bg_sp.webp) no-repeat;
		background-size: cover;
		background-position: center;
	}
	a.toentry_btn {
		padding: 18px 2em;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 430px) {
	.turiya_title {
		font-size: 2.6rem;
	}
	a.toentry_btn {
		padding: 18px 1.5em;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 380px) {
	.turiya_title {
		font-size: 2.3rem;
	}
	a.toentry_btn {
		padding: 18px 1.5em;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 320px) {
	section {
		padding: 45px 0;
	}
	h2 {
		margin-bottom: 45px;
	}
}



#turiya #turiya_intro {

}
#turiya #turiya_intro .turiya_intro_title {
	font-size: 6rem;
	color: #2d4188;
}
#turiya #turiya_intro .turiya_intro_title span {
	display: block;
	font-size: 3rem;
}
#turiya .turiya_intro_box {
	text-align: center;
	font-size: 1.6rem;
	font-family: serif;
	padding: 0 60px;
	position: relative;
}
#turiya .turiya_intro_box:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background: url(../images/turiya/intro_frameL.webp) no-repeat;
	background-size: 100%;
	background-position: left top;
	width: 48px;
	height: 360px;
	z-index: 1;
}
#turiya .turiya_intro_box:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	background: url(../images/turiya/intro_frameR.webp) no-repeat;
	background-size: 100%;
	background-position: right top;
	width: 48px;
	height: 360px;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	#turiya #turiya_intro .turiya_intro_title span {
		font-size: 2.6rem;
	}
	#turiya .turiya_intro_box {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	#turiya #turiya_intro .turiya_intro_title {
		font-size: 4.3rem;
	}
	#turiya #turiya_intro .turiya_intro_title span {
		font-size: 2rem;
	}
	#turiya .turiya_intro_box {
		font-size: 1.2rem;
	}
	#turiya .turiya_intro_box:before,
	#turiya .turiya_intro_box:after {
		width: 42px;
		height: 315px;
	}
}
@media screen and (max-width: 560px) {
	#turiya #turiya_intro .turiya_intro_title {
		font-size: 3.8rem;
	}
	#turiya #turiya_intro .turiya_intro_title span {
		font-size: 1.7rem;
	}
	#turiya .turiya_intro_box {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 430px) {
	#turiya #turiya_intro .turiya_intro_title {
		font-size: 3.2rem;
	}
	#turiya #turiya_intro .turiya_intro_title span {
		font-size: 1.3rem;
	}
	#turiya .turiya_intro_box {
		font-size: 1.1rem;
		padding: 45px 0 60px;
	}
	#turiya .turiya_intro_box:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -25%;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0) rotate(90deg);
		background: url(../images/turiya/intro_frameL.webp) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 32px;
		height: 241px;
		z-index: 1;
	}
	#turiya .turiya_intro_box:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 75%;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0) rotate(90deg);
		background: url(../images/turiya/intro_frameR.webp) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 32px;
		height: 241px;
		z-index: 1;
	}
}
@media screen and (max-width: 380px) {
	#turiya #turiya_intro {
		padding-top: 30px;
	}
}
@media screen and (max-width: 320px) {
	#turiya #turiya_intro .turiya_intro_title {
		font-size: 3rem;
	}
	#turiya #turiya_intro .turiya_intro_title span {
		font-size: 1.18rem;
	}
	#turiya .turiya_intro_box {
		font-size: 1rem;
		padding: 45px 0 60px;
	}
	#turiya .turiya_intro_box:before {
		top: -20%;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0) rotate(90deg);
		background: url(../images/turiya/intro_frameL.webp) no-repeat;
		background-size: 100%;
		background-position: center;
		width: 32px;
		height: 241px;
		z-index: 1;
	}
	#turiya .turiya_intro_box:after {}
}


/* feature
* ******************************/

#turiya #turiya_feature {
	background: url(../images/turiya/feature_bg.webp) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
#turiya #turiya_feature .turiya_feature_box {
	background: #FFF;
	border-radius: 18px;
	padding: 90px;
	margin-top: 30px;
	box-shadow: 0 2px 12px 1px rgb(252 246 249 / 30%);
}
#turiya #turiya_feature .turiya_feature_box .turiya_feature_txt {
	font-size: 1.3rem;
	font-family: serif;
	text-align: center;
}
#turiya #turiya_feature .turiya_feature_box .turiya_feature_txt.invitation_box {
	position: relative;
}
#turiya #turiya_feature .turiya_feature_box .turiya_feature_txt.invitation_box img.invitation {
	position: absolute;
	top: 100%;
}
#turiya #turiya_feature .youtube {
	margin-bottom: 0;
	margin-top: 30px;
}
#turiya #turiya_feature .youtube_title {
	text-align: center;
	color: #1b3f8d;
}
#turiya #turiya_feature .youtube iframe {
	border-radius: 18px;
}
#turiya #turiya_feature ul.turiya_feature_list {
}
#turiya #turiya_feature ul.turiya_feature_list li {
	padding: 60px 0;
	font-size: 1.5rem;
	position: relative;
}
#turiya #turiya_feature ul.turiya_feature_list li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background: url(../images/turiya/star.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 25px;
	height: 24px;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	#turiya #turiya_feature .turiya_feature_box {
		padding: 75px;
	}
	#turiya #turiya_feature .turiya_feature_box .turiya_feature_txt.invitation_box img.invitation {
		width: 480px;
		top: 109%;
	}
}
@media screen and (max-width: 768px) {
	#turiya #turiya_feature .turiya_feature_box {
		padding: 60px;
	}
	#turiya #turiya_feature ul.turiya_feature_list li {
		padding: 45px 0;
		font-size: 1.3rem;
	}
	#turiya #turiya_feature .turiya_feature_box .turiya_feature_txt.invitation_box img.invitation {
		width: 370px;
		top: 109%;
		right: -14%;
	}
}
@media screen and (max-width: 560px) {
	#turiya #turiya_feature {
	background: url(../images/turiya/feature_bg_sp.webp) no-repeat;
	background-size: cover;
	background-position: center;
}
	#turiya #turiya_feature .turiya_feature_box {
		padding: 45px;
	}
	#turiya #turiya_feature ul.turiya_feature_list li {
		font-size: 1.2rem;
	}
	#turiya #turiya_feature .turiya_feature_box .turiya_feature_txt {
		font-size: 1.2rem;
	}
	#turiya #turiya_feature .turiya_feature_box .turiya_feature_txt.invitation_box img.invitation {
		width: 280px;
		top: 105%;
	}
}
@media screen and (max-width: 430px) {
	#turiya #turiya_feature .turiya_feature_box {
		padding: 30px;
	}
	#turiya #turiya_feature .turiya_feature_box .turiya_feature_txt {
		font-size: 1.1rem;
	}
	#turiya #turiya_feature ul.turiya_feature_list li {
		padding: 30px 0;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 380px) {
	#anniversary #anniversary_other .anniversary_other_box .anniversary_ekamdivas_txt {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {
	#turiya #turiya_feature .turiya_feature_box {
		padding: 30px 20px;
	}
	#turiya #turiya_feature .turiya_feature_box .turiya_feature_txt,
	#turiya #turiya_feature ul.turiya_feature_list li {
		font-size: 1rem;
	}
	#turiya #turiya_feature .turiya_feature_box .turiya_feature_txt.invitation_box img.invitation {
		width: 190px;
	}
}



/* 申し込み
* ******************************/

#turiya #turiya_entry {
	background: url(../images/turiya/entry_bg.webp) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	margin-top: 18px;
}
#turiya #turiya_entry .turiya_entry_box {
	background: #FFF;
	border-radius: 18px;
	padding: 90px;
	margin-top: 30px;
	box-shadow: 0 2px 12px 1px rgb(252 246 249 / 30%);
}
#turiya #turiya_entry .turiya_entry_schedule {
	text-align: center;
	padding-top: 60px;
	position: relative;
}
#turiya #turiya_entry .turiya_entry_schedule:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background: url(../images/turiya/star.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 45px;
	height: 41px;
	z-index: 1;
}
#turiya #turiya_entry .turiya_entry_schedule p.schedule_all {
	font-size: 2.6rem;
	font-family: serif;
	margin: 0;

}
#turiya #turiya_entry .turiya_entry_schedule p.schedule_all span {
	font-size: 1.3em;
	margin: 0 9px 0 12px;
}
#turiya #turiya_entry .turiya_entry_schedule p.schedule_txt {
	font-size: 1.8rem;
	font-family: sans-serif;
	margin: 0;
}


#turiya #turiya_entry .turiya_entry_price {
	text-align: center;
	padding-top: 60px;
	margin-top: 60px;
	position: relative;
}
#turiya #turiya_entry .turiya_entry_price:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background: url(../images/turiya/star.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 45px;
	height: 41px;
	z-index: 1;
}
#turiya #turiya_entry .turiya_entry_price table.turiya_price {
	width: 100%;
	margin-top: 30px;
	font-size: 1.3rem;
	font-family: sans-serif;
	border-top: 2px dotted #aee5ff;
}
#turiya #turiya_entry .turiya_entry_price table.turiya_price,
#turiya #turiya_entry .turiya_entry_price table.turiya_price tr,
#turiya #turiya_entry .turiya_entry_price table.turiya_price th,
#turiya #turiya_entry .turiya_entry_price table.turiya_price td {
	border-collapse: collapse;
}
#turiya #turiya_entry .turiya_entry_price table.turiya_price tr {
	display: flex;
	align-items: center;
	border-bottom: 2px dotted #aee5ff;
}
#turiya #turiya_entry .turiya_entry_price table.turiya_price th {
	width: calc(100% / 2 + 90px);
	padding: 18px;
	font-weight: normal;
	position: relative;
}
#turiya #turiya_entry .turiya_entry_price table.turiya_price th span {
	display: block;
    font-size: 1rem;
}
#turiya #turiya_entry .turiya_entry_price table.turiya_price td {
	width: calc(100% / 2 - 90px);
	padding: 18px;
}
#turiya #turiya_entry .turiya_entry_price table.turiya_price th:after {
	content: "：";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#turiya #turiya_entry p.turiya_entry_price_bottom {
	margin-top: 30px;
}


/*申し込みボタン*/
#turiya #turiya_entry a.btn_entry {
	display: inline-block;
	color: #FFF;
	background: #1b3f8d;
	font-weight: bold;
	font-family: serif;
	font-size: 1.9em;
	line-height: 1.3;
	border-radius: 100px;
	padding: 18px 2em;
	-webkit-animation-name: anim-shake;
	animation-name: anim-shake;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
}
#turiya #turiya_entry .turiya_contact {

}
#turiya #turiya_entry .turiya_contact a.btn_contact {
	font-size: 1.3rem;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}
#turiya #turiya_entry .turiya_contact a.btn_contact:hover {
	border-bottom: 1px solid #8C1C3F;
	color: #8C1C3F;
}

@media screen and (max-width: 1024px) {
	#turiya #turiya_entry .turiya_entry_box {
		padding: 75px;
	}
}
@media screen and (max-width: 768px) {
	#turiya #turiya_entry .turiya_entry_box {
		padding: 60px;
	}
	#turiya #turiya_entry .turiya_entry_schedule p.schedule_all {
		font-size: 2rem;
	}
	#turiya #turiya_entry .turiya_entry_schedule p.schedule_txt {
		font-size: 1.5rem;
	}

	#turiya #turiya_entry .turiya_entry_price table.turiya_price {
		font-size: 1.2rem;
	}
	#turiya #turiya_entry .turiya_entry_price table.turiya_price th {
		width: calc(100% / 2 + 60px);
	}
	#turiya #turiya_entry .turiya_entry_price table.turiya_price td {
		width: calc(100% / 2 - 60px);
	}
}
@media screen and (max-width: 560px) {
	#turiya #turiya_entry {
	background: url(../images/turiya/entry_bg_sp.webp) no-repeat;
	background-size: cover;
	background-position: center;
}
	
	#turiya #turiya_entry .turiya_entry_box {
		padding: 45px;
	}
	#turiya #turiya_entry .turiya_entry_schedule p.schedule_all {
		font-size: 1.6rem;
	}
	#turiya #turiya_entry .turiya_entry_schedule p.schedule_txt {
		font-size: 1.3rem;
	}
	
	#turiya #turiya_entry .turiya_entry_price table.turiya_price {
		font-size: 1.1rem;
	}

	#turiya #turiya_entry a.btn_entry {
		font-size: 1.6em;
	}
	#turiya #turiya_entry .turiya_contact a.btn_contact {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 430px) {
	#turiya #turiya_entry .turiya_entry_box {
		padding: 30px;
	}
	#turiya #turiya_entry .turiya_entry_schedule p.schedule_all {
		font-size: 1.4rem;
	}
	#turiya #turiya_entry .turiya_entry_schedule p.schedule_txt {
		font-size: 1.1rem;
	}
	#turiya #turiya_entry .turiya_entry_schedule p.schedule_all span {
		margin: 0 6px 0 9px;
	}
	
	#turiya #turiya_entry .turiya_entry_price table.turiya_price tr {
		flex-direction: column;
	}
	#turiya #turiya_entry .turiya_entry_price table.turiya_price th {
		width: 100%;
		padding: 12px;
	}
	#turiya #turiya_entry .turiya_entry_price table.turiya_price th:after {
		content: none;
	}
	#turiya #turiya_entry .turiya_entry_price table.turiya_price th span {
		font-size: .9rem;
	}
	#turiya #turiya_entry .turiya_entry_price table.turiya_price td {
		width: 100%;
		padding: 0 12px 12px 12px;
	}

	#turiya #turiya_entry a.btn_entry {
		font-size: 1.4em;
	}
	#turiya #turiya_entry .turiya_contact a.btn_contact {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 380px) {
	#turiya #turiya_entry .turiya_entry_box {
		padding: 30px 20px;
	}
	#turiya #turiya_entry .turiya_entry_schedule p.schedule_all {
		font-size: 1.2rem;
	}
	#turiya #turiya_entry .turiya_entry_schedule p.schedule_txt {
		font-size: 1rem;
	}

	#turiya #turiya_entry a.btn_entry {
		font-size: 1.4em;
	}
	#turiya #turiya_entry .turiya_contact a.btn_contact {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 320px) {
	#turiya #turiya_entry .turiya_entry_schedule p.schedule_all {
		font-size: 1.1rem;
	}
	#turiya #turiya_entry .turiya_entry_price table.turiya_price {
		font-size: 1rem;
	}

	#turiya #turiya_entry a.btn_entry {
		font-size: 1.3em;
	}
	#turiya #turiya_entry .turiya_contact a.btn_contact {
		font-size: 1rem;
	}
}


/* ノルディックセンター
* ******************************/

#turiya #turiya_nordiccenter {
	background: url(../images/turiya/nordiccenter_bg.webp) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
#turiya #turiya_nordiccenter .turiya_nordiccenter_title {
	background: rgb(70,173,231);
	background: linear-gradient(52deg, rgb(7 73 94) 30%, rgb(228 88 40) 60%, rgb(254 228 0) 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4rem;
}
#turiya #turiya_nordiccenter .turiya_nordiccenter_title span {
	display: block;
	letter-spacing: 4px;
}
#turiya #turiya_nordiccenter .turiya_nordiccenter_box {
	text-align: center;
}
#turiya #turiya_nordiccenter .turiya_nordiccenter_box p {
	font-family: serif;
	font-size: 1.3rem;
}
#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list {
	max-width: 820px;
	margin: 90px auto 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list li {
	width: calc(100% / 3 - 30px);
}
#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list li img {
	max-width: 220px;
}
#turiya .turiya_nordiccenter_slide {
	position: relative;
}
#turiya .turiya_nordiccenter_slide img.nordiccenter_img {
	display: block;
	border-radius: 18px;
	box-shadow: 0 2px 12px 1px rgb(252 246 249 / 30%);
}
#turiya .turiya_nordiccenter_slide .slick-prev span.arrow_prev {
	display: block;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	width: 125px;
	height: 127px;
	z-index: 2;
	cursor: pointer;
}
#turiya .turiya_nordiccenter_slide .slick-next span.arrow_next {
	display: block;
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	width: 125px;
	height: 146px;
	z-index: 2;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#turiya #turiya_nordiccenter .turiya_nordiccenter_title {
		font-size: 3.6rem;
	}
	#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list {
		max-width: 100%;
	}
	#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list li img {
		max-width: 180px;
	}
	#turiya .turiya_nordiccenter_slide .slick-prev span.arrow_prev {
		left: -30px;
		width: 75px;
		height: 76px;
	}
	#turiya .turiya_nordiccenter_slide .slick-next span.arrow_next {
		right: -30px;
		width: 75px;
		height: 87px;
	}
}
@media screen and (max-width: 560px) {
	#turiya #turiya_nordiccenter {
		background: url(../images/turiya/nordiccenter_bg_sp.webp) no-repeat;
		background-size: cover;
		background-position: center;
	}
	#turiya #turiya_nordiccenter .turiya_nordiccenter_title {
		font-size:2.6rem;
	}
	#turiya #turiya_nordiccenter .turiya_nordiccenter_box p {
		font-size: 1.2rem;
	}

	#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list {
		margin: 75px auto 60px;
	}
	#turiya .turiya_nordiccenter_slide .slick-prev span.arrow_prev {
		width: 60px;
		height: 70px;
	}
	#turiya .turiya_nordiccenter_slide .slick-next span.arrow_next {
		width: 60px;
		height: 61px;
	}
}
@media screen and (max-width: 430px) {
	#turiya #turiya_nordiccenter .turiya_nordiccenter_title {
		font-size: 1.9rem;
	}
	#turiya #turiya_nordiccenter .turiya_nordiccenter_title span {
		letter-spacing: 2px;
	}
	#turiya #turiya_nordiccenter .turiya_nordiccenter_box p {
		font-size: 1.1rem;
	}

	#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list {
		margin: 75px auto 60px;
	}
	#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list li {
		width: calc(100% / 3 - 12px);
	}
	#turiya .turiya_nordiccenter_slide .slick-prev span.arrow_prev {
		left: -20px;
		width: 60px;
		height: 70px;
	}
	#turiya .turiya_nordiccenter_slide .slick-next span.arrow_next {
		right: -20px;
		width: 60px;
		height: 61px;
	}
}
@media screen and (max-width: 380px) {
	#turiya #turiya_nordiccenter .turiya_nordiccenter_title {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 320px) {
	#turiya #turiya_nordiccenter .turiya_nordiccenter_title {
		font-size: 1.4rem;
	}
	#turiya #turiya_nordiccenter .turiya_nordiccenter_title span {
		letter-spacing: 1px;
	}
	#turiya #turiya_nordiccenter .turiya_nordiccenter_box p {
		font-size: 1rem;
	}
	#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list {
		flex-wrap: wrap;
		margin: 45px auto 45px;
	}
	#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list li {
		width: calc(100% / 2 - 12px);
	}
	#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list li:first-child {
		width: 100%;
	}
	#turiya #turiya_nordiccenter ul.turiya_nordiccenter_list li img {
		max-width: 100%;
		width: 120px;
	}
	#turiya .turiya_nordiccenter_slide .slick-prev span.arrow_prev {
		width: 45px;
		height: 45px70px;
	}
	#turiya .turiya_nordiccenter_slide .slick-next span.arrow_next {
		width: 45px;
		height: 52px;
	}
}
