body {
	font-family: "Noto Sans JP", sans-serif;
}

.l-contents__inner:last-child {
    padding-bottom: 0;
}
/* 基本設定 */
p,
a,
li{
    font-weight: 500;
}
.pt_0{
	padding-top:0!important;
}
.pt_10{
	padding-top:10px!important;
}
.pb_0{
	padding-bottom:0!important;
}
.pb_10{
	padding-bottom:10px!important;
}
.mt_0{
	margin-top:0!important;
}
.mb_0{
	margin-bottom:0!important;
}
.mr_0{
	margin-right: 0!important;
}
.ml_0{
	margin-left: 0!important;
}
.mt_10{
	margin-top:10px!important;
}
.mb_10{
	margin-bottom:10px!important;
}
.z_0 {
    z-index: 0;
}
.z_1 {
    z-index: 1;
}
.z_2 {
    z-index: 2;
}
.p_ab{
	position: absolute;
}
.p_rel{
	position: relative;
}
.d_flex{
	display:flex;
}
.d_flex.f_wrap {
    flex-wrap: wrap;
}
.inline_b{
	display:inline-block;
}
.js_sb{
	justify-content:space-between;
}
.js_fs{
	justify-content:flex-start;
}
.of_hd{
	overflow: hidden;
}
.border_pink {
    border-bottom: 2px solid #ed7780!important;
}
.mincho{
	font-family: "Zen Antique Soft", serif;
}
.maru{
	font-family: 'Zen Maru Gothic', serif;
}
.smb-panels__item__action>a:focus:after {
    outline: none;
    outline-offset: 0px;
}
.tate{
	writing-mode: vertical-rl;
}

/* 基本設定 終わり*/
/* アイコン */
svg.svg-inline--fa {
    margin-right: 7px;
}
 .p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}
/* アイコン 終わり*/
/* ボタン */
a.smb-btn,
.cta a span {
	background-color: var(--wp--preset--color--sm-accent);
    position: relative;
    transition: .25s;
    color: #fff;
	border-radius: 0;
	font-size: 1.1rem;
}
.cta a span {
    margin-left: 10px;
    padding: 0.5rem 1.8rem!important;
    max-height: 3rem;
}
.w_line a.smb-btn {
    border: 1px solid;
}
a.smb-btn::before,
.cta a span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}
a.smb-btn::after,    
.cta a span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}
a.smb-btn:hover,
.cta a:hover span {
    color: var(--wp--preset--color--sm-accent);
    box-shadow: none;
    background-color: #fff;
    transition: 1s;
    filter: brightness(100%);
}
a.smb-btn:hover::before,
.cta a:hover span::before {
    width: 100%;
    height: 100%;
    border-top-color: var(--wp--preset--color--sm-accent);
    border-right-color: var(--wp--preset--color--sm-accent);
    transition: width .25s ease-out, height .25s ease-out .25s;
}
a.smb-btn:hover::after,
.cta a:hover span::after {
    width: 100%;
    height: 100%;
    border-bottom-color: var(--wp--preset--color--sm-accent);
    border-left-color: var(--wp--preset--color--sm-accent);
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
}

/* グローバルナビ */
 .l-1row-header .c-fluid-container {
    padding-right: 0;
	padding-left: 0;
}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: #fff;
} 
.p-global-nav .c-navbar__item>a {
	color: #fff;
}

@media not all and (min-width: 1024px) {
	[data-scrolled=false] .l-header--sticky-overlay-colored-sm {
		transition: .3s ease;
    }
    [data-scrolled=true] .l-header--sticky-overlay-colored-sm {
        background-color: #2c3e50;
		transition: .3s ease;
    }
}
@media (min-width: 1024px) {
	[data-scrolled=false] .l-header--sticky-overlay-colored-lg {
		transition: .3s ease;
	}
    [data-scrolled=true] .l-header--sticky-overlay-colored-lg {
        background-color: #2c3e50;
		transition: .3s ease;
    }
}
.p-global-nav .c-navbar__item.header_cta>a{
	    background-color:var(--wp--preset--color--sm-accent);
    color: #fff;
}
.p-global-nav .c-navbar__item.tel>a {
    font-size: 1rem;
}
.p-global-nav .c-navbar__item.contact>a {
    font-weight: 500;
}
ul#menu-g_nav {
    height: 100px;
}
li.header_cta.tel::after {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    transform: translateY(-50%);
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before{
	display : none;
}
li.g_nav_sab {
    border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta>a:hover {
    opacity: 0.9;
    transition: 0.5s;
}

@media (max-width:1280px){
	[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
		color: #fff;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 1024px) and (max-width:1280px){
	.l-1row-header__branding {
		max-width: 250px;
	}	
}
@media (max-width: 1024px){
	ul#menu-sp_nav{
		display: flex;
		flex-wrap: wrap;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	ul#menu-sp_nav li {
    width: 100%;
    font-size: 1rem;
	padding: .8em;
}	
ul#menu-sp_nav li.w_100 {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
	position: relative;
}
	ul#menu-sp_nav li.w_100::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color:var(--wp--preset--color--sm-accent);
}
	ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: 'EB Garamond';
    font-size: 1.4rem;
}
		ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: 'Zen Antique Soft';
    font-size: 1.2rem;
}
ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color:var(--wp--preset--color--sm-accent);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 20px 10px;
	line-height: 1;
}
	ul#menu-sp_nav li.sp_menu_cta a svg {
    display: block;
    margin-right: 0;
    width: 100%;
	font-size: 1.1rem;
		margin-bottom: 7px;
}
}  
/* グローバルナビ終わり */

/* プライバシーポリシー */
#privacy h3 {
    margin-bottom: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
}


/*---------------------*/
/*------ 追加CSS ------*/
/*---------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* カラー */
.color_red { color: #e74c3c; }
.color_orange { color: #e67e22; }
.color_yellow { color: #f1c40f; }
.color_green { color: #2ecc71; }
.color_bluegreen { color: #1abc9c; }
.color_blue { color: #3498db; }
.color_purple { color: #9b59b6; }
.color_gray { color: #95a5a6; }
.color_rightgray { color: #ecf0f1; }
.color_darkgray { color: #2c3e50; }

.color_bg_red a { background-color: #e74c3c; }
.color_bg_orange a { background-color: #e67e22; }
.color_bg_yellow a { background-color: #f1c40f; }
.color_bg_green a { background-color: #2ecc71; }
.color_bg_bluegreen a { background-color: #1abc9c; }
.color_bg_blue a { background-color: #3498db; }
.color_bg_purple a { background-color: #9b59b6; }
.color_bg_gray a { background-color: #95a5a6; }
.color_bg_rightgray a { background-color: #ecf0f1; }
.color_bg_darkgray a { background-color: #2c3e50; }

p.text_justify {
	text-align: justify;
}
@media screen and (max-width: 639px) {
	p {
		font-size: 14px;
	}
	.sp-spacer_10 { height: 10px!important; }
	.sp-spacer_20 { height: 20px!important; }
	.sp-spacer_30 { height: 30px!important; }
	.sp-spacer_40 { height: 40px!important; }
	.sp-spacer_50 { height: 50px!important; }
	.sp-spacer_60 { height: 60px!important; }
	.sp-spacer_70 { height: 70px!important; }
	.sp-spacer_80 { height: 80px!important; }
	
	.has-sm-xs-font-size { font-size: 10px!important; }
	.has-sm-s-font-size { font-size: 12px!important; }
	.has-sm-m-font-size { font-size: 14px!important; }
	.has-sm-l-font-size { font-size: 16px!important; }
	.has-sm-xl-font-size { font-size: 20px!important; }
	.has-sm-2-xl-font-size { font-size: 24px!important; }
	.has-sm-3-xl-font-size { font-size: 28px!important; }
	.has-sm-4-xl-font-size { font-size: 32px!important; }
}

@media screen and (min-width: 639px) {
	.has-sm-xs-font-size { font-size: 0.75rem!important; }
	.has-sm-s-font-size { font-size: 0.875rem!important; }
	.has-sm-m-font-size { font-size: 1rem!important; }
	.has-sm-l-font-size { font-size: 1.25rem!important; }
	.has-sm-xl-font-size { font-size: 1.5rem!important; }
	.has-sm-2-xl-font-size { font-size: 1.75rem!important; }
	.has-sm-3-xl-font-size { font-size: 2rem!important; }
	.has-sm-4-xl-font-size { font-size: 2.25rem!important; }
}
.p-breadcrumbs-wrapper {
	padding: 0.5em 0!important;
}
@media screen and (min-width: 639px) {
	.p-breadcrumbs-wrapper {
		padding: 1em 0!important;
	}
}
.table-style td {
	padding: .5em .7em!important;
}
.table-style td:first-child {
	width: 35%;
	font-weight: bold;
}

/* ページネーション
--------------------------------------------------------------- */
.c-pagination__item,.c-pagination__item-link {
	font-weight: bold;
	border-radius: 5px;
	transition: .3s ease;
}
.c-pagination__item-link svg.svg-inline--fa {
	margin-right: 0;
}

/* =====================================================
 * Header
 * ================================================== */
.l-header {
	transition: .3s ease;
	height: 70px;
}
.l-header__content {
	width: 95%;
	margin: 0 auto;
	height: 100%;
}
.l-1row-header {
	height: 100%;
	width: 100%;
}
.l-1row-header .c-fluid-container {
	height: 100%;
}
.c-site-branding__title .custom-logo {
	height: 60px;
	width: auto;
}
.l-header .c-row--lg-margin {
	--_gap: none;
}
.c-row>.c-row__col {
	padding: 0;
}
.p-global-nav .c-navbar__item.contact>a {
    font-weight: 700;
	border-radius: 30px;
	height: 60px;
	min-width: 200px;
}
.header_cta {
	margin-left: 10px;
}
ul#menu-g_nav {
	height: 150px;
}
.c-navbar {
	align-items: center;
}
.c-drawer {
	background-color: #fff;
}
#menu-sp_nav {
	text-align: center;
}
#menu-sp_nav li a {
	color: #1a1a1a;
	font-weight: bold;
}
.l-header .c-hamburger-btn__bar {
	background-color: #fff;
}
.c-hamburger-btn__label {
	color: #fff;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.02em;
}

/*グローバルメニュー開いた時*/
.c-drawer__controls {
	height: 70px;
	width: 95%;
	margin: 0 auto;
	padding: 0;
}
.c-drawer__control {
	display: flex;
	justify-content: flex-end; 
	height: 100%;
}
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:first-of-type {
	background-color: #000;
}
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(3) {
	background-color: #000;
}

@media screen and (min-width: 640px) {
	.l-header {
		height: 100px;
	}
	.c-site-branding__title .custom-logo {
		height: 80px;
	}
	.l-header .c-fluid-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.l-header .c-fluid-container .c-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.c-drawer__controls {
		height: 100px;
	}
}
@media screen and (min-width: 1280px) {
	.l-header {
		height: 150px;
	}
	.c-site-branding__title .custom-logo {
		height: 120px;
	}
}
/*-- ヘッダー終わり -------------------------*/

/* トップページセクションタイトル */
.section-pd {
	padding: 30px 0!important;
}

.section-pb_0 {
	padding-bottom: 0!important;
}
.section-pd.t-greeting {
	padding-top: 0!important;
}
.t-class .section-pd {
	padding-bottom: 0!important;
}
.section-pt_100 { padding-top: 20px!important; }
.section-pd_100 { padding-bottom: 20px!important; }
.section-pt_150 { padding-top: 30px!important; }
.section-pd_150 { padding-bottom: 30px!important; }

.smb-section__body {
	margin-top: 0;
}
.smb-section__title {
	position: relative;
	font-size: 5.625vw;
	margin-bottom: 0.3em;
	z-index: 2;
}
.t-section-subtitle {
	display: block;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
	.section-pd {
		padding: 50px 0!important;
	}
	.section-pt_100 { padding-top: 4vw!important; }
	.section-pd_100 { padding-bottom: 4vw!important; }
	.section-pt_150 { padding-top: 6vw!important; }
	.section-pd_150 { padding-bottom: 6vw!important; }
	
	.t-section-subtitle {
		font-size: 14px;
		margin-bottom: 80px;
	}
	.t-section-subtitle.t-contact {
		margin-bottom: 45px;
	}
	.smb-section__title {
		font-size: 36px;
	}
	
}
@media screen and (min-width: 1024px) {
	.section-pd {
		padding: 150px 0!important;
	}
	.section-pt_100 { padding-top: 100px!important; }
	.section-pd_100 { padding-bottom: 100px!important; }
	.section-pt_150 { padding-top: 150px!important; }
	.section-pd_150 { padding-bottom: 150px!important; }
	
	.p-global-nav .c-navbar__item a {
		transition: .3s ease;
	}
	.p-global-nav .c-navbar__item a:hover {
		opacity: .6;
	}
	.p-global-nav .c-navbar__item.contact>a:hover {
		background-color: #2c3e50;
		border: solid 2px #fff;
	}
	.l-header .custom-logo-link {
		transition: .3s ease;
	}
	.l-header .custom-logo-link:hover {
		opacity: .6;
	}
}

/* ボタン */
.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: 350px;
}
.wp-block-button a {
	font-weight: bold;
}
.wp-block-button.btn {
	width: 95%;
	max-width: 350px;
}
.wp-block-button.btn a {
	position: relative;
	width: 100%;
	border-radius: 40px;
	padding: 1.7rem 80px 1.8rem 40px;
	font-size: 18px;
	text-align: left;
	line-height: 1;
}
.wp-block-button.btn a:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 40px;
	width: 30px;
	height: 2px;
	background-color: #fff;
	transition: .5s ease;
}
.wp-block-button.btn a:after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 40px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: .5s ease;
}
.wp-block-button.btn a:hover {
	opacity: 1;
	transition: .5s ease;
}
@media screen and (max-width: 639px) {
	.wp-block-button.btn {
		width: 100%;
		max-width: 100%;
	}
	.wp-block-button.btn a {
		font-size: 15px;
	}
}
@media screen and (min-width: 1024px) {
	.wp-block-button.btn a:hover {
		background-color: #2c3e50;
	}
	.wp-block-button.btn a:hover:before {
		transform: translatex(5px);
	}
	.wp-block-button.btn a:hover:after {
		transform: rotate(45deg) translatex(4px) translatey(-4px);
	}
}
@media (any-hover: hover) {
    .wp-block-button.is-style-outline.btn .wp-block-button__link:hover, .wp-block-button__link:hover {
        filter: brightness(100%);
    }
}
/*スライダー*/
.spider>.spider__arrow {
	background-color: #9b59b6;
	border-radius: 30px;
}
.spider__arrow[data-direction=prev] {
    left: -20px;
}
.spider__arrow[data-direction=next] {
    right: -20px;
}
.t-news_list .spider>.spider__arrow {
	background-color: #1abc9c;
}
@media screen and (max-width: 639px) {
	.spider__dots:not([data-thumbnails=true]) {
		--spider--dots-gap: 20px;
	}
}

/* メインビジュアル */
.main-visual {
	position: relative;
	height: 55vh;
	overflow: hidden;
}
.main-visual:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #b3b3b3;
	mix-blend-mode: multiply;
	z-index: 5;
}
.main-visual_logo {
	width: 47%;
	max-width: 250px;
	height: auto;
	z-index: 10;
}
.main-visual_logo img {
	width: 100%;
	height: auto;
}
.t-event {
	top: -30px;
	margin-left: 0!important;
	width: 95%;
	max-width: 800px;
	z-index: 10;
}
.t-event ul {
	border: none;
}

.t-event .c-entries--text .c-entry-summary__meta,
.t-event .c-entries--text .c-entry-summary__title {		
	font-weight: bold;
}
.t-event .c-entries--text .c-entry-summary__meta {
	letter-spacing: 0.05em;
}
.t-event a {
	position: relative;
	background-color: #1abc9c;
	color: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 0.9em 100px 1.2em 5%!important;
}
.t-event a .c-entry-summary__title {
	line-height: 1.3;
	letter-spacing: 0.03em;
}
.t-event a:before {
	content: "Event Information";
	position: absolute;
	top: -1.25em;
	left: 5%;
	font-size: 5.3vw;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
}
.t-event a:after {
	content: "View more";
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	transform: translatey(-50%);
	letter-spacing: 0.05em;
}
.t-event li.c-entries__item {
	position: relative;	
}
.t-event li.c-entries__item:before {
	content: "";
	position: absolute;
	top: calc(50% + 6px);
	right: 39px;
	width: 30px;
	height: 2px;
	transform: translatey(-50%);
	background-color: #fff;
	transition: .5s ease;
	z-index: 6;
}
.t-event li.c-entries__item:after {
	content: "";
	position: absolute;
	top: calc(50% + 2px);
	right: 38px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: .5s ease;
	z-index: 6;
}
@media screen and (max-width: 639px) {
	.t-event .c-entries--text .c-entry-summary__meta,
	.t-event .c-entries--text .c-entry-summary__title {
		font-size: 14px;
	}
}
@media screen and (min-width: 640px) {
	.main-visual_logo {
		width: 50%;
		max-width: 300px;
	}
	.t-event {
		top: -60px;
	}
	.t-event a {
		padding-top: 1.3em!important;
		padding-right: 170px;
		padding-bottom: 1.5em!important;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		transition: .3s ease;
	}
	.t-event a:hover {
		background-color: #e67e22;
	}
	.t-event a:before {
		font-size: 34px;
	}
	.t-event a:after {
		top: 50%;
		right: 80px;
		font-size: 14px;
	}
	.t-event li.c-entries__item:before {
		top: 50%;
		right: 40px;
	}
	.t-event li:hover.c-entries__item:before {
		transform: translatex(5px) translatey(-50%);
	}
	.t-event li.c-entries__item:after {
		top: calc(50% - 4px);
		right: 40px;	
	}
	.t-event li:hover.c-entries__item:after {
		transform: translatex(5px) rotate(45deg);
	}
}
@media screen and (min-width: 1024px) {
	.main-visual {
		height: 100vh;
	}
	.main-visual_logo {
		width: 65%;
		max-width: 440px;
	}
	.t-event {
		top: -70px;
	}
	.t-event a {
		padding-top: 1.5em!important;
		padding-bottom: 1.7em!important;
	}
	.t-event .c-entries--text .c-entry-summary__meta,
	.t-event .c-entries--text .c-entry-summary__title {
		line-height: 1.5;
	}
}
@media (orientation: landscape) and (max-width: 1024px) {
    .main-visual {
        height: 150vh;
    }
}
/*無限スライダー*/
@keyframes infinity-scroll-left {
from { transform: translateX(0); }
  to { transform: translateX(-100%);}
}
.infinity-slider_wrapper {
	display: flex; 
	overflow: hidden; 
}
.infinity-slider {
	animation: infinity-scroll-left 40s infinite linear .5s both;
}
.slide_item {
	padding: 0 10px;
	width: calc(100vw / 2); /* 2はスライドの枚数 */
}
@media screen and (min-width: 640px) {
	.infinity-slider {
		animation: infinity-scroll-left 60s infinite linear .5s both;
	}
	.slide_item {
		padding: 0 15px;
		width: calc(100vw / 3); /* 3はスライドの枚数 */
	}
}
@media screen and (min-width: 1024px) {
	.infinity-slider {
		animation: infinity-scroll-left 80s infinite linear .5s both;
	}
	.slide_item {
		padding: 0 20px;
		width: calc(100vw / 4); /* 4はスライドの枚数 */
	}
}
/*リズムランドについて*/
.t-about_deco_1 {
	position: absolute;
	top: -5%;
	left: 5%;
	z-index: 1;
}
.t-about_deco_2 {
	position: absolute;
	right: 5%;
	bottom: -5%;
	z-index: 1;
}
@media screen and (max-width: 639px) {
	.t-about_deco_1 {
		top: -12%;
	}
	.t-about_deco_1 img {
		width: 50%;
	}
	.t-about_deco_2 img {
		width: 50%;
		margin: 0 0 0 auto;
	}
	.t-about_text {
		text-align: justify;
	}
}
@media screen and (min-width: 640px) {
	.t-about_text {
		line-height: 2.8;
	}
}
/*クラスについて*/
.class_list .c-row {
	width: 100%;
}
.class_list .c-row--margin-s {
	--_gap: 0;
}
.class_list .c-row {
	position: relative;
}
.class_list .c-row:after {
	content: "";
	display: block;
	width: calc(50% - 5px);
}
.class_list_child .smb-panels__item__body{
	position: relative;
	padding: 0;
}
.class_list_child .smb-panels__item__body:before {
	content: "";
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 30px;
	height: 2px;
	background-color: #fff;
	z-index: 6;
}
.class_list_child .smb-panels__item__body:after {
	content: "";
	position: absolute;
	bottom: 17px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	z-index: 6;
}
.class_list_child .wp-block-snow-monkey-blocks-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}
.class_list_child p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translatey(-50%);
	font-size: 3.8vw;
	z-index: 6;
}
.c-row[data-columns="2"] {
	justify-content: space-between;
	--_item-width: calc(50% - 5px);
}
.class_list_child {
	margin-bottom: 10px!important;
}
.t-class_deco {
	position: absolute;
	right: 3%;
	bottom: 14%;
	z-index: 1;
}
@media (max-width: 1023px) {
	.t-class_deco {
		bottom: 0;
		display: flex;
		justify-content: flex-end;
	}
}
@media (max-width: 639px) {
	.t-class_deco {
		bottom: 3%;
		right: 0;
	}
	.t-class_deco img {
		width: 50%;
	}
}
@media (min-width: 1024px) {
    .c-row[data-lg-columns="4"] {
		justify-content: space-between;
        --_item-width: calc(25% - 8px);
    }
	.class_list_child {
		margin-bottom: 10px!important;
	}
}
@media screen and (min-width: 1024px) {
	.class_list_child p {
		font-size: 23px;
	}
}

/*受講料*/
.t-lesson-fee {
	margin-top: -180px!important;
}
.lesson-fee_text_deco {
	position: relative;
	display: inline-block;
}
.lesson-fee_text_deco:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -1rem;
	height: 75%;
	width: 1px;
	background-color: #000;
	transform: rotate(-25deg);
}
.lesson-fee_text_deco:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -1rem;
	height: 75%;
	width: 1px;
	background-color: #000;
	transform: rotate(25deg);
}

/*講師紹介*/
.t-staff_list .c-entry-summary .c-entry-summary__figure::before {
    padding-top: 150%;
  }
.t-staff_list .c-entry-summary__title {
	display: none;
}
.t-staff_deco {
	position: absolute;
	top: -5%;
	right: 7%;
	z-index: 1;
}
@media (max-width: 1023px) {
	.t-staff_deco {
		top: -3%;
		right: 5%;
		display: flex;
		justify-content: flex-end;
	}
}
@media (max-width: 639px) {
	.t-staff_deco {
		top: -2%;
		right: 3%;
	}
	.t-staff_deco img {
		width: 50%;
	}
}
/*代表ご挨拶*/
.t-greeting_deco {
	position: absolute;
	top: -4%;
	left: 10%;
	z-index: 1;
}
@media (max-width: 1023px) {
	.t-greeting_deco {
		top: -2%;
		left: 8%;
	}
}
@media (max-width: 639px) {
	.t-greeting_deco img {
		width: 50%;
	}
}
/*インスタグラム*/
.t-instagram {
	transform: translatey(-100px);
}
.t-insta_title {
	display: flex;
	width: 200px;
	height: 200px;
	top: -50px;
	align-items: center;
	background-color: #fff;
	border-radius: 150px;
}
.t-insta_title_item {
	top: -10px;
}
#sb_instagram {
	margin: -100px auto 0;
}
@media screen and (max-width: 639px) {
	.t-instagram {
		border-top-right-radius: 50px!important;
		border-top-left-radius: 50px!important;
	}
}
@media screen and (min-width: 640px) {
	.t-insta_title {
		width: 300px;
		height: 300px;
		top: -50px;
	}
	.t-insta_title_item {
		top: -20px;
	}
	.t-insta_title_item img {
		width: 50px!important;
	}
}
/*お知らせ*/
.c-entry-summary__term {
	background-color: #1abc9c;
	padding-left: .8em;
	padding-right: .8em;
}
@media screen and (max-width: 639px) {
	.t-news_list {
		border-top-right-radius: 50px!important;
		border-top-left-radius: 50px!important;
	}
}
/*お問い合わせ*/
.contact_btn {
	position: relative;
}
.contact_btn a {
	font-size: 15px!important;
	padding-left: 55px!important;
	padding-right: 75px!important;
}
.contact_btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 33px;
    display: inline-block;
    width: 1em;
    height: 1em;
	transform: translatey(-50%);
    background-image: url("https://rhythm-land.com/wp-content/uploads/2025/04/envelope-solid.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	z-index: 10;
}
@media screen and (max-width: 385px) {
	.contact_btn a {
		font-size: 3.7vw!important;
	}
}

@media (orientation: landscape) and (max-width: 1024px) {
    .sp_cta_beside {
		display: block!important;
	}
	.sp_cta_beside .wp-block-column:first-child {
		margin-bottom: 20px;
	}
}

/* =====================================================
 * Footer
 * ================================================== */
.l-footer {
	margin-top: 50px;
	border: none;
	background-color: #2c3e50;
}
.l-footer .c-container {
	width: 80%;
	max-width: 1280px;
}
.l-footer--default .l-footer-widget-area {
	padding-top: 40px;
	padding-bottom: 50px;
}
.l-footer--footer .l-footer__body {
	border-top: none;
}

@media screen and (max-width: 639px) {
	.l-footer .wp-block-image {
		text-align: center;
	}
	.l-footer .wp-block-image img {
		width: 300px!important;
	}
	.l-footer p {
		text-align: center;
		font-size: 13px;
	}
}
@media screen and (min-width: 640px) {
	.l-footer--default .l-footer-widget-area {
		padding-top: 65px;
		padding-bottom: 100px;
	}
}
@media screen and (min-width: 1024px) {
	.l-footer .wp-block-image a {
		transition: .3s ease;
	}
	.l-footer .wp-block-image a:hover {
		opacity: .6;
	}
}

/*お問い合わせボタン*/
#menu-footer_contact_btn a {
	position: relative;
	font-weight: 700;
	border-radius: 30px;
	height: 60px;
	width: 100%;
	min-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #e67e22;
	text-decoration: none;
	transition: .3s ease;
}
#menu-footer_contact_btn a:hover {
	background-color: #2c3e50;
	border: solid 2px #fff;
}
@media screen and (max-width: 639px) {
	#menu-footer_contact_btn li{
		display: flex;
		justify-content: center;
		width: 100%;
	}
}
@media screen and (min-width: 640px) {
	#menu-footer_contact_btn a {
		max-width: 250px;
	}
}
.c-copyright--inverse {
	display: flex;
	background: none;
	font-size: 12px;
	height: 90px;
	align-items: center;
}

/*フッターメニュー*/
.l-footer .widget_nav_menu {
	width: 100%;
}
#menu-footer1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#menu-footer1 li {
	margin-top: 0;
}
#menu-footer1 a {
	color: #fff;
	transition: .3s ease;
	font-weight: bold;
}
#menu-footer1 a:hover {
	opacity: .6;
}
@media screen and (max-width: 639px) {
	#menu-footer1 {
		margin: 25px 0;
	}
	#menu-footer1 li {
		width: 50%;
		text-align: center;
		padding: 5px 0;
	}
}
@media screen and (min-width: 640px) {
	#menu-footer1 li:not(:first-child) {
		padding-left: 2em;
	}
}
@media screen and (max-width: 1023px) {
	#menu-footer1 a {
		text-decoration: underline;
	}
}
@media screen and (min-width: 1024px) {
	.l-footer {
		margin-top: 150px;
	}
	#menu-footer1 {
		justify-content: flex-end;
		margin-top: 50px;
	}
}
/*SNSリンク*/
@media screen and (max-width: 639px) {
	.l-footer .sns_link {
		justify-content: center;
	}
	.l-footer .sns_link img {
		width: 40px!important;
	}
}
@media screen and (min-width: 1024px) {
	.l-footer .sns_link {
		justify-content: flex-end;
		margin-top: 35px;
	}
	.l-footer .sns_link a {
		transition: .3s ease;
	}
	.l-footer .sns_link a:hover {
		opacity: .6;
	}
}
/*トップに戻るボタン*/
#page-top svg.svg-inline--fa {
	margin-right: 0;
}
/*-- フッター終わり -------------------------*/

/* 下層ページヘッダー */
.c-page-header {
    height: clamp(200px, 51.5vw, 400px);
}
.c-page-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #808080;
	mix-blend-mode: multiply;
	z-index: 5;
}
.c-page-header__title {
	font-size: clamp(20px,5.625vw,36px);
	margin-top: 1em;
	color: #fff;
	z-index: 10;
}

/* クラス・料金 */
@media screen and (max-width: 385px) {
	.schedule_btn a {
		font-size: 3.7vw!important;
	}
}

/* 講師紹介 */
.post-type-archive-staff .c-entry-summary__meta {
	display: none;
}
.post-type-archive-staff .c-entry-summary__figure>img, .c-entry-summary__figure>picture>img {
	object-position: center top;
}
.smb-information__item__label {
	border-bottom: solid 2px #e67e22!important;
}
.single-staff .c-page-header__bgimage {
	background: url("https://rhythm-land.com/wp-content/uploads/2025/04/default_ichach.jpg") center / cover no-repeat;
}
.single-staff .c-page-header__bgimage img {
	display: none;
}
@media screen and (min-width: 640px) {
	.smb-information__item__body {
		border-bottom: solid 2px #ddd!important;
	}
}

/* お知らせ
--------------------------------------------------------------- */
.c-meta__item--author {
	display: none;
}
.wp-singular .l-contents__inner {
	padding-bottom: 80px;
}
.c-entry__footer {
	margin-top: clamp(30px, 10vw, 70px);
	border-top: solid 2px #e67e22;
}
.c-prev-next-nav {
	margin-top: clamp(30px, 6vw, 50px);
	margin-bottom: clamp(30px, 6vw, 50px);
}
.single-post .c-page-header__meta {
	position: relative;
	color: #fff;
	z-index: 10;
}
.c-entries--simple, .c-entries--text, .c-entries--text2 {
    border-top: none;
}
.single-post .c-page-header {
	height: clamp(300px,62.5vw,500px);
	background: url("https://rhythm-land.com/wp-content/uploads/2025/04/default_ichach.jpg") center / cover no-repeat;
}
aside.p-related-posts .c-entry-summary__title {
	line-height: 1.4;
}
.single-post .c-entry__body {
	padding-left: 16px;
	padding-right: 16px;
}
@media screen and (max-width: 639px) {
	.c-entry-summary__title,
	.c-prev-next-nav__item-title {
		font-size: 15px;
	}
	aside.p-related-posts .c-entry-summary__title {
		font-size: 14px;
	}
}
@media screen and (min-width: 1024px) {
	.post-type-archive-works [data-has-sidebar=true] .c-entries--panel, [data-has-sidebar=true] .c-entries--rich-media, [data-is-slim-width=true] .c-entries--panel, [data-is-slim-width=true] .c-entries--rich-media{
		--entries--item-width: 33.3333%;
	}
	.single-post .c-page-header {
		padding-top: 100px;
		padding-bottom: 50px;
	}
}

/* お問い合わせフォーム
--------------------------------------------------------------- */

.wp-block-snow-monkey-forms-item {
	border-bottom: solid 1px #ccc;
}
.smf-form--letter .smf-item {
	padding: 1.5rem 0;
}
.smf-item__label {
	font-weight: 500;
}
.smf-item__col.smf-item__col--label {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.smf-item__description {
	margin-top: 0;
	background-color: #c80000;
	color: #fff;
	margin-left: .5em;
	padding: 0.1em .8em;
	border-radius: 20px;
}
.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
	background-color: #eee;
	border-color: #eee;
	box-shadow: none;
}
/*確認ボタン*/
.smf-action .smf-button-control__control {
	width: 95%;
	max-width: 350px;
	position: relative;
	width: 100%;
	border-radius: 40px;
	padding: 1.7rem 0 1.8rem 0;
	font-size: 18px;
	font-weight: bold;
	transition: .5s ease;
	line-height: 1;
}
.smf-action .smf-button-control__control[data-action="back"] {
	background: #2c3e50;
}

/*送信ボタン*/
.smf-action .smf-button-control+.smf-button-control {
    margin-left: 0;
}
/* SP版の確認画面ボタンボタン余白 */
.smf-action .smf-button-control__control 
{ margin-bottom: 20px; }

@media screen and (max-width: 639px) {
	.wp-block-button.btn {
		width: 100%;
		max-width: 100%;
	}
	.smf-action .smf-button-control__control {
		font-size: 16px;
	}
}
@media screen and (min-width: 1024px) {
	.smf-action .smf-button-control__control:hover {
		background-color: #fff;
		color: #2D3142;
		text-decoration: none;
	}
}

@media screen and (min-width: 1024px) {
	.wp-block-button.btn a:hover {
		background-color: #2c3e50;
	}
	
}