/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

.site-body{
	background-color:#fefab6;
}
.title-en {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 40px;
}
/* 角丸・茶色枠ボックス */
@media screen and (min-width: 768px) {
.maru_box_w {
    padding: 50px;

	}}

@media screen and (max-width: 767px) {
.maru_box_w {
	padding: 20px;
	}}

.maru_box_w {
	position: relative;
	background: #FFF;
    border-radius: 20px;
	border:solid 3px #cdaa54;
	
	}

.top_msg_teacher img{	
	position: absolute;
	text-align:center;
	z-index:1;
}
	
/* かわいいボタン */
.button_fun a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eeee;
    border-radius: 50px;
    border: 0.2rem solid #000;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}

.button_fun a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
	
.button_fun a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
	
/* サブタイトルのフォント */
	.subt_font{
		font-size:24px;
		text-align:center;
		font-weight:bolder;
	}

@media screen and (max-width: 767px) {
	.subt_font{
		font-size:14px;
				font-weight:bold;
	}}
.section-box.title {
    overflow: visible !important;
}
.section-box {
    position: relative;
    background: #FFF;
    border-radius: 0px 24px 24px;
    padding: 12px 20px;
    margin: 80px 0 20px;
		border:solid 3px #cdaa54;
}
.section-box h4 {
    position: absolute;
   top: -54px;
    left: -19px;
    background: #cdaa54;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 991px) {
	.section-box h4 {
		left: -17px;
	}
}
.section-box.title {
    border-radius: 0 24px 24px 24px;
}
.bk_box_w_kdmr{
background: #FFF;
    padding: 60px 60px 50px 60px;
    border-radius: 20px;
}
.non_kaigyo{
white-space: nowrap;
}

.ameba a{
	color:#2D8C3C;
}

.site-footer-copyright p:nth-child(2) {
    display:none;
}

.page-header .container:before{
    content: '';
    display: inline-block;
    width: 182px;
    height: 105px;
    background-image: url(https://musicaplus-a.org/wpnew/wp-content/uploads/2023/01/piano_sukasi.png);
	background-repeat: no-repeat;
	background-size: contain;
  position: absolute;
	bottom:-130px;
	right: 0;
}

.page-header {
    width: 100%;
    height: 320px;
    padding: 80px 10px;
    margin-bottom: 20px;
}

@media screen and (max-width:800px) {
.h2-m {
	font-size: 24px;
	margin-bottom: 30px;
}}

.h2-m {
	  font-size: 36px;
    margin-bottom: 60px;
    position: relative;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.page-header{
	display:none;
}

.site-footer{
	background:#ddc388;
}
.container.site-footer-copyright{
	background-color:#fff;
	max-width:100%;
}

@media (max-width: 768px) {
	.line_inq_footid {
        display: block;
        position: fixed;
        bottom: 0;
        min-width: 100%;
        z-index: 1;
        padding: 2%;
        left: 0;
    }
}

@media (min-width: 769px) {
	.line_inq_side .fix-btn {
		background: rgba(7, 181, 59, 0.7);
        display: block;
        position: fixed;
        z-index: 1;
		width: 40px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 14px;
        text-align: center;
        color: #fff;
        padding: 20px 9px;
        right: 20px;
        bottom: 130px;
        box-shadow: 1px 1px 5px #aaa;
        writing-mode: vertical-rl;
    }
}
.page_top_btn{
	bottom: 70px;
	border-radius:50px;
	box-shadow:none;
}