/*
Theme Name: Office-K Type 2024
Template: twentytwentyfour
*/

@import url(//use.fontawesome.com/releases/v6.2.0/css/all.css);


@media (min-width:992px){



}




/*media Queries スマートフォンとタブレットサイズ（959px以下）で適用したいCSS - スマホ・タブレット
----------------------------------------------------*/
@media only screen and (max-width: 959px) {



/*-- ここまで --*/
}


/* レスポンシブ対応 600以上
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

	/* レイアウト */
	.sp-only {
		display: none!important;
	}

	/* テーマ独自
	----------------------------------------------------*/

}


/*media Queries スマートフォンのみ（600px）以下
----------------------------------------------------*/
@media only screen and (max-width: 599px) {

	/* レイアウト */
	.pc-only {
		display: none!important;
	}

	/* テーマ独自
	----------------------------------------------------*/

/*-- ここまで --*/
}


/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {



/*-- ここまで --*/
}


/* テーマ独自
----------------------------------------------------*/

:where(.wp-site-blocks *:focus) {
    outline-width: 0;
    outline-style: none;
}


/* 全サイズ共通
----------------------------------------------------*/

html {scroll-behavior: smooth;}

/* ヘッダー */
.page-title{
	color: var(--wp--preset--color--base);
	font-size: var(--wp--preset--font-size--small);
}
.eyecatch-background-dot:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUdwTAAAAJ8qhFEAAAABdFJOUwBA5thmAAAAEklEQVQI12MwYDBgYGBoYGAAAASKAOH8MS30AAAAAElFTkSuQmCC);
	background-size: 2px;
	content: "";
	opacity: .5;
}

/* パンくずリスト */
.breadcrumb-parent {
}
.breadcrumb__list {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.breadcrumb__item {
	margin-right: 10px;
	padding-right: 12px;
	position: relative;
	font-size: 80%;
}
.breadcrumb__item:after {
	position: absolute;
	right: 0;
	top: calc(50% - 0.3em);
	border-right: 1px solid;
	border-top: 1px solid;
	box-sizing: content-box;
	color: inherit;
	content: "";
	display: block;
	height: 4px;
	opacity: .8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 4px;
}
.breadcrumb__item:last-child:after {
	content: none;
}
.breadcrumb__item a {
	color: var(--wp--preset--color--contrast-3);
	text-decoration: none;
}

/* トップ：アイキャッチ */
.top-catchphrase{
	text-shadow: 0px 0px 3px var(--wp--preset--color--contrast);
}

/* 本文:レイアウト */
.margin0{
	margin: 0;
}
.margin-top-0 {
	margin-top: 0;
}
.padding0, .padding0 img{
	padding: 0;
}
.padding1em{
	padding: 1em;
}
.padding-side2em{
	padding: 0 2em;
}
.padding-box{
	padding: 50px!important;
}
.border-bottom-yellow{
	border-bottom: 1px solid #fff2bf;
}
.radius10 {
	border-radius: 10px;
}
.layout-limit {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1100px !important;
}
.layout-limit1100 {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1100px !important;
}
.layout-limit900{
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 900px!important;	
}
.layout-limit800{
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 800px!important;	
}
.layout-limit640 {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 640px !important;
}
.layout-limit480 {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 480px !important;
}
.z-index5{
	z-index: 5;
}
.flex-gap0{
	gap: 0;
}
.box-shadow-gray{
	box-shadow: 0px 0px 5px 2px rgba(46,46,42,.3);
}
.display-none{
	display: none!important;
}


/* 本文:見出しH2 - 共通 */
main .entry-content h2 {
	color: var(--wp--preset--color--contrast-3);
	font-size: 180%;
	font-weight: 700;
}

/* 本文:見出しH2 - 上下ボーダー */
/*
main .entry-content h2 {
	margin: 3em 0 1.5em;
	padding: 1.1em 0.7em 1em;
	border-top: 1px solid var(--wp--preset--color--accent);
	border-bottom: 1px solid var(--wp--preset--color--accent);
}
main .entry-content h2.info-title{
	border-top: none;
	border-bottom: none;
}
*/

/* 本文:見出しH2 - 短い下線 */
/*
main .entry-content h2:after{
	content: "";
	margin: 10px auto 50px auto;
	display: block;
	width: 120px;
	height: 3px;
	background: var(--wp--preset--color--accent);
}
main .entry-content h2.h2-border-clear:after{
	display: none;
}
main .entry-content h2.info-title:after{
	display: none;
}
*/

/* 本文:見出しH2 - 左右短い線 */
main .entry-content h2 {
	margin-top: 3em;
	margin-left: auto !important;
    margin-right: auto !important;
	padding: 1.1em 0.7em 1em;
	position: relative;
	width: max-content;
	font-family: var(--wp--preset--font-family--system-serif);
}
main .entry-content h2:before, main .entry-content h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1em;
	height: 1px;
	background-color: black;
}
main .entry-content h2:before {
	left: -1.7em;
}
main .entry-content h2:after {
	right: -1.7em;
}
main .entry-content h2.info-title{
}

main .entry-content h2.h2-bg-secondary{
	color: #ffffff;
	padding: 20px 0;
	text-align: center;
	text-shadow:0px 0px 3px var(--wp--preset--color--contrast);
	background-color: var(--wp--preset--color--accent);
}

/* 本文:見出しH3 - 共通 */
main .entry-content h3 {
	color: var(--wp--preset--color--contrast);
	margin-top: 3em;
	margin-bottom: 1em;
	font-size: 130%;
	font-weight: 700;
}

/* 本文:見出しH3 - マーカー */
/*
main .entry-content h3 {
	background: linear-gradient(transparent 60%,var(--wp--preset--color--accent) 60%);
}
*/

/* 本文:見出しH3 - 下に破線 */
/*
main .entry-content h3 {
	padding: 20px 0;
	border-bottom: 2px dashed var(--wp--preset--color--accent);
}
*/

/* 本文:見出しH3 - 左にボーダー */
main .entry-content h3 {
	padding-left: 1em;
	border-left: 5px solid var(--wp--preset--color--accent);
}
main .entry-content h3.wp-block-post-title{
	border-left: none;
}

/* 本文:見出しH4 - 共通 */
main .entry-content h4 {
	color: var(--wp--preset--color--contrast);
	margin-top: 3em;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: 700;
}

/* 本文:table */
main .entry-content table thead{
	border-bottom: none;
}
main .entry-content table tr th{
	--alpha: 0.3;
	color: inherit;
	text-align: left;
	background-color: rgb(from var(--wp--preset--color--accent) r g b / var(--alpha));
}
main .entry-content table tr:nth-child(2n+1){
	--alpha: 0.1;
	background-color: rgb(from var(--wp--preset--color--accent) r g b / var(--alpha));
}
main .entry-content table tr:nth-child(2n){
    
}
main .entry-content table tr:hover{
	--alpha: 0.4;
	background-color: rgb(from var(--wp--preset--color--accent) r g b / var(--alpha));
}
main .entry-content table tr th, main .entry-content table tr td{
	border: none;
}

/* 本文：画像 */
.wp-block-image a img:hover{
	opacity: 0.8;
}

/* 本文：リスト要素 */
main .entry-content ul:where(:not(.wp-block-post-template)), main .entry-content ol{
	padding-left: 1.5em;
}
main .entry-content li ul, main .entry-content li ol{
	padding-left: 1.5em;
}


/* 本文：ボタン */
.wp-element-button:visited, .wp-block-button__link:visited {
	color: var(--wp--preset--color--base);
}
.wp-element-button:hover, .wp-block-button__link:hover {
	opacity: 0.8;
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--contrast-3);
}

/* 本文:投稿リスト */
.wp-block-post-featured-image img {
	height: 200px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
main .entry-content h3.wp-block-post-title{
	text-align: left;
}

/* WP Block カテゴリーリスト */
ul.wp-block-categories-list{
	padding-left: 1.5em;
}
ul.wp-block-categories-list li{
}
ul.wp-block-categories-list li a{
	text-decoration: none;
}
ul.wp-block-categories-list li a:hover{
	text-decoration: underline;
}

/* 本文：TOPお知らせ */
.entry-content h2.info-title{
	padding-left: 0;
	font-size: 100%;
}
.entry-content h2.info-title:before{
	color: var(--wp--preset--color--accent-2);
	margin-right: 0.7em;
	content: "\f143";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: relative;
	display: inline-block;
}
main .entry-content ul.info-list {
	padding-left: 0;
}
main .entry-content ul.info-list li{
	list-style-image: none;
}
main .entry-content .info-list h3{
	border-left: none;
}

/* 投稿リスト */
main .entry-content h3.wp-block-post-title{
	margin: 0;
	padding: 0;
}

/* 本文：よくある質問 */
.faq{
	position: relative;
}
.faq summary{
	margin-bottom: 2em;
	padding-left: 4em;
	list-style-type: none;
}
.faq summary:before{
	color: var(--wp--preset--color--base);
	margin-top: -0.5em;
	padding: 0.5em 1em;
	content: "Q";
	display: inline-block;
	position: absolute;
	left: 0px;
	text-align: center;
	background: var(--wp--preset--color--accent-2);
}
.faq p{
	margin-block-end: 4em!important;
	padding-left: 5em;
	border-left: none;
}
.faq p:before{
	color: var(--wp--preset--color--base);
	margin-top: -0.5em;
	padding: 0.5em 1em;
	border-radius: 50%;
	content: "A";
	display: inline-block;
	position: absolute;
	left: 1em;
	text-align: center;
	background: var(--wp--preset--color--accent-3);
}

/* 本文：PDFリスト */
main .entry-content ul.list-pdf {
	padding-left: 0;
}
ul.list-pdf li {
	display: block;
	position: relative;
	padding-left: 1.6em;
}
ul.list-pdf li:before {
	color: #b30b00;
	content: "\f1c1";
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 1.2em;
	margin-right: 0.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2em;
}
ul.list-pdf li:after {
	color: var(--wp--preset--color--accent-2);
	content: "\f019";
	margin-left: 0.5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* 本文：PDFダウンロード */
.download-pdf:before{
	color: #b30b00;
	content: "\f1c1";
	display: inline-block;
	width: 1.2em;
	margin-right: 0.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 150%;
}
.download-pdf.wp-block-file:not(.wp-element-button) a{
	font-size: 100%;
}
.download-pdf.wp-block-file a.wp-block-file__button{
	font-size: 80%;
}

/* 本文：Excelリスト */
main .entry-content ul.list-excel {
	padding-left: 0;
}
ul.list-excel li {
	display: block;
	position: relative;
	padding-left: 1.6em;
}
ul.list-excel li:before {
	color: #1e6e42;
	content: "\f1c3";
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 1.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2em;
}
ul.list-excel li:after {
	color: var(--wp--preset--color--accent-2);
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* 本文：Excelダウンロード */
.download-excel:before{
	color: #1e6e42;
	content: "\f1c3";
	display: inline-block;
	width: 1.2em;
	margin-right: 0.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 150%;
}
.download-excel.wp-block-file:not(.wp-element-button) a{
	font-size: 100%;
}
.download-excel.wp-block-file a.wp-block-file__button{
	font-size: 80%;
}

/* 本文：チェックリスト */
main .entry-content ul.list-checkbox {
	padding-left: 0;
}
ul.list-checkbox li{
	display: block;
	position: relative;
	padding-left: 1.6em;
}
ul.list-checkbox li:before{
	color: var(--wp--preset--color--accent-2);
	content: "\f00c";
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 1.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2em;
}

/* 本文：チェックリスト（中央寄せ） */
ul.list-check-center li{
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: max-content;
}
ul.list-check-center li:before{
	color: var(--wp--preset--color--accent-2);
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* 本文：交通アクセス（車） */
main .entry-content ul.list-access-car{
	padding-left: 0;
}
ul.list-access-car li{
	display: block;
	position: relative;
}
ul.list-access-car li:before{
	color: var(--wp--preset--color--accent-2);
	content: "\f1b9";
	display: inline-block;
	width: 1.2em;
	margin-right: 0.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* 本文：注記リスト */
main .entry-content ul.list-asterisk{
	padding-left: 0;
}
ul.list-asterisk li{
	display: block;
	position: relative;
	padding-left: 1.6em;
}
ul.list-asterisk li:before {
	color: var(--wp--preset--color--accent-2);
	content: "\f069";
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 1.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* 本文：オプションリスト */
ul.list-option, .list-option ul{
	padding-left: 0;
}
ul.list-option li, .list-option ul li{
	color: #ffffff;
	display: inline-block;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	border-radius: 5px;
	background: var(--wp--preset--color--accent-2);
}
ul.list-option li:last-child,, .list-option ul li:last-child{
	margin-right: 0;
}
ul.list-option li:before, .list-option ul li:before{
	content: "";
}

/* 本文：丸数字リスト */
ol.list-ol-circle{
	counter-reset: my-counter;
	list-style: none;
}
ol.list-ol-circle li{
	padding-left: 30px;
	position: relative;
	line-height: 1.8em;
}
ol.list-ol-circle li:before{
	color: #ffffff;
	content: counter(my-counter);
	margin-right: 1em;
	border: 1px solid;
	border-radius: 50%;
	display: inline-block;
	height: 1.8em;
	width: 1.8em;
	counter-increment: my-counter;
	box-sizing: border-box;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	background-color: var(--wp--preset--color--accent-2);
}

/* 本文：フローリスト */
ul.list-flow{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list-flow li{
	margin: 5px 0.5em 0 1em;
	display: inline-block;
}
ul.list-flow li a{
	background: var(--wp--preset--color--accent-2);
	padding: .8em 1em;
	border-right: 1px solid var(--wp--preset--color--accent-2);
	border-left: 1px solid var(--wp--preset--color--accent-2);
	text-decoration: none;
	color: var(--wp--preset--color--base);
	display: inline-block;
	position: relative;
	line-height: 1em;
}
ul.list-flow li a:hover{
	--alpha: 0.8;
	color: rgb(from var(--wp--preset--color--accent-2) r g b / var(--alpha));
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	font-weight: bold;
	background: none;
}
ul.list-flow li a::before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	left: -1em;
	border-width: 1.4em 0 1.4em 1em;
	border-style: solid;
	border-color: var(--wp--preset--color--accent-2) var(--wp--preset--color--accent-2) var(--wp--preset--color--accent-2) transparent;
	z-index: -1;
}
ul.list-flow li a:hover::before{
	content: normal;
}
ul.list-flow li a::after{
	content: "";
	position: absolute;
	top: 0px;
	border-width: 1.4em 0 1.4em 1em;
	border-style: solid;
	border-color: transparent transparent transparent var(--wp--preset--color--accent-2);
	right: -1em;
}
ul.list-flow li a:hover::after{
	content: normal;
}
ul.list-flow .current,
ul.list-flow .current:hover{
	color: var(--wp--preset--color--accent);
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	font-weight: bold;
	background: none;
}
ul.list-flow .current::after,
ul.list-flow .current::before{
	content: normal;
}


/* 本文：STEP見出し */
main .entry-content .step{
}
main .entry-content .step .number{
	color: var(--wp--preset--color--accent);
	font-size: 150%;
}
main .entry-content .step:after{
	content: "\f054\00a0\00a0";
	color: var(--wp--preset--color--accent);
	margin-left: 1em;
	display: inline-block;
	font-family: FontAwesome;
}

/* 本文：YouTube埋め込み */
.youtube {
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube img {
  width: 100%;
  height: auto;
}

/* 本文：矢印ボタン */
.yajirushi a {
	padding-left: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
} 
.yajirushi a::after {
	content: '';
	margin-left: 0.5em;
	border-bottom: solid 1px;
	border-right: solid 1px;
	width: 3em;
	height: 0.5em;
	transform: skew(45deg);
}


/* CTA */
.cta-link-tel a{
}

/* 投稿：メタ */
.post-meta-category-list{
}
.post-meta-category-list:before{
	content: "\f07b";
	color: var(--wp--preset--color--accent-2);
	margin-right: 1em;
	display: inline-block;
	font-family: FontAwesome;
}
.post-meta-tag-list{
}
.post-meta-tag-list:before{
	content: "\f02b";
	color: var(--wp--preset--color--accent-2);
	margin-right: 1em;
	display: inline-block;
	font-family: FontAwesome;
}


/* アーカイブ */
body.archive .wp-block-post-title{
	height: 2.4em;
	overflow: hidden;
}
body.archive .wp-block-post-excerpt__more-text{
	margin-top: 0;
	text-align: right;
}

/* ソーシャルリンク */
.social-link{
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--large);
}

/* サイドバー */
.sidebar{
}
.sidebar h2{
	margin-bottom: 1em;
	padding: 0.5em 0;
	position: relative;
	font-size: 90%;
	font-weight: bold;
}
.sidebar h2:before, .sidebar h2:after{
	box-sizing: inherit;
	display: block;
	height: 1px;
	position: absolute;
	z-index: 0;
}
.sidebar h2:before{
	content: "";
	bottom: 0;
	left: 0;
	width: 40%;
	z-index: 1;
	background: var(--wp--preset--color--accent);
}
.sidebar h2:after{
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--wp--preset--color--cyan-bluish-gray);
	opacity: .3;
}
.sidebar-post-list{
}

/* サイドバー：カテゴリー一覧 */
.sidebar ul.wp-block-categories-list{
	padding-left: 0;
}
.sidebar ul.wp-block-categories-list li ul{
	margin-top: 0.5rem;
	padding-left: 1.5em;
}
.sidebar ul.wp-block-categories-list li ul li{
	list-style: none;
}

/* サイドバー：アーカイブ */
.sidebar ul.wp-block-archives-list{
	padding-left: 0;
}
.sidebar ul.wp-block-archives-list li{
	list-style: none;
	font-size: var(--wp--preset--font-size--small);
}


/* フッター */
footer.wp-block-template-part{
	margin-top: 0;
}
footer h2{
	color: var(--wp--preset--color--contrast-2);
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	position: relative;
	overflow: hidden;
	font-size: 120%;
}
footer h2:before {
	border-bottom: 1px solid var(--wp--preset--color--contrast-2);
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer h2:after {
	border-bottom: 1px solid var(--wp--preset--color--contrast-2);
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* フッター：ナビゲーション */
footer .wp-block-navigation ul{
	display: block !important;
	width: 100%;
}
footer .wp-block-navigation .wp-block-navigation-item{
	padding: 1em 0 1em 2em;
	border-bottom: 1px dotted var(--wp--preset--color--contrast-2);
}
footer .wp-block-navigation-item a{
	display: list-item !important;
	list-style: disc;
}
footer .wp-block-navigation .wp-block-navigation-item:last-child{
	border-bottom: none;
}

footer .wp-block-tag-cloud a{
	color: var(--wp--preset--color--contrast-2);
}
footer .wp-block-tag-cloud a:hover{
	opacity: 0.8;
}

/* フッター：ソーシャルリンク */
footer .social-link{
	color: var(--wp--preset--color--contrast-2);
}

/* 追従フッター */
#footer-fixed {
	position: fixed;
	bottom: 0vh;
	width: 100%;
	z-index: 100;
}
#footer-fixed a:hover{
	--alpha: 0.8;
	color: rgb(from var(--wp--preset--color--base) r g b / var(--alpha));
	border: 1px solid rgb(from var(--wp--preset--color--base) r g b / var(--alpha));
}


/* 独自スタイル
----------------------------------------------------*/

#piano-image1 {
    position: absolute;
	top: -40%;
    left: 0px;
    width: 100%;
}
#piano-image2 {
	margin-top: -30px;
	margin-right: -10vw;
}

#h3-recital {
	color: #FFF;/*文字色*/
	margin: 0 auto;
	padding: 0 3em;/*横の大きさ*/
	border-left: none;
	position: relative;
	height: 50px;/*リボンの高さ*/
	line-height: 50px;/*リボンの高さ*/
	max-width: 300px;
	text-align: center;
	font-size: 18px;/*文字の大きさ*/
	background: var(--wp--preset--color--contrast-3);/*塗りつぶし色*/
	box-sizing: border-box;
}

#h3-recital:before, #h3-recital:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

#h3-recital:before {
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}

#h3-recital:after {
	top: 0;
	right: 0;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

.bg-note-right, .bg-note-left {
    background-size: 20vh !important;
    background-repeat: no-repeat;
}
.bg-note-right {
	background-position: right 5vw top;
}
.bg-note-left {
	background-position: left 5vw top;
}

#lesson-room-image2 {
	margin-top: -100px;
	margin-left: -100px;
	margin-bottom: -100px;
}
#lesson-room-image1 {
	margin-top: -100px;
	margin-right: -100px;
	margin-bottom: -100px;
	margin-left: -50px;
}
#lesson-room-image3{
	margin-right: -100px;	
}
#lesson-room-bg2 {
	margin-top: -50px;
	margin-right: -50px;
}