@charset "UTF-8";
/* CSS Document */
/*common-----------------------------*/
.margin-top{
	margin-top: 20px;
}
.nc-icon{
	vertical-align: middle;
}
.btn-danger{
    background: url(../img/btn_ganger.png) left top / cover;
    border-color: transparent;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle{
	opacity: 0.8;
}
/*bg-----------------------------*/
#section_head{
	background: url(../img/bg_80.jpg) repeat-y top center;
    background-size:100% auto;
}
#main{
	background: url(../img/bg_20.jpg) repeat-y top center;
    background-size: contain;

}
#section_head .section,
#main .section{
	width: 93%;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	border-left: 10px solid rgba(255,255,255,0.5);
	border-right: 10px solid rgba(255,255,255,0.5);
	background-clip: padding-box;
	position: relative;
	padding: 70px 0 70px 0;
}
.section_line{
	margin-top: -80px;
	margin-bottom: -160px;
	position: relative;
	z-index: 100;
}
.section_line img{
	width: 100%;
	height: auto;
}

/*font----------------------*/
body{
color: #4c301b;
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2{
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
color: #3773bf;
	letter-spacing: 0.1em;
	background: url(../img/line_deco.png) no-repeat center bottom;
	background-size: 70px auto;
	padding-bottom: 15px;
	
}
h1 span,h2 span{
font-family: 'Rouge Script', cursive;
	display: block;
	font-size:80%;
	padding: 5px 0;
	letter-spacing: normal;
}

h1{
	font-size:  2em;
	margin-bottom: 20px;
}
h2{
	font-size:  1.8em
}
h3{
color: #3773bf;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
}
@media (max-width: 767px){
	#section_head .lead{
		font-size: 12px;
	}
}
p{
	line-height: 1.7em;
	margin-bottom: 1em;
}
@media (max-width: 767px){
	body{
		font-size: 14px;
	}
	p {
		position: relative;
		font-size: 14px;
	}
}
a{
	color: #e8778c;
}
a:hover, a:active{
	color: #3773bf;
}
.ttl_bg{
	border-radius: 5px;
	background-color: rgba(55, 115, 191, 0.5);
	color: #fff;
	margin-bottom: 0.5em;
	font-size: 1.3em;
}
/*navbar------------------*/
.navbar{
	background-image: url(../img/header_bg.png);
	background-position:bottom center;
	background-color: transparent;
	box-shadow: none;
	padding-bottom: 20px;
}
.navbar h1{
    padding: 10px 0;
    margin: 0;
    background: none;
}
.navbar h1 a{
    font-family: 'Rouge Script', cursive;
    letter-spacing: normal;
	color: #3773bf;
}
.navbar h1 a span{
    display: block;
    font-size: 40%;
}
.navbar a.btn{
    position: absolute;
    right: 10px;
    top: 0px;
}
.navbar ul{
    margin: 0;
    position: absolute;
    right: 120px;
    top: 25px;
    padding: 0;
    text-align: right;
}
.navbar ul li{
	display: inline-block;
	margin-right: 30px;
	
}
.navbar ul li img{
	width: 20px;
	height: auto;
	margin-right: 5px;
	
}
/*footer------------------*/

.footer{
    background: url(../img/bg_footer.png) top center no-repeat transparent;
    background-size: cover;
    background-attachment: scroll;
    margin-top: -50px;
    position: relative;
    padding: 1px 0;
    display: block;
}
@media (min-width: 767px){
	.footer{
		background: url(../img/bg_footer_l.png) top center no-repeat transparent / cover;
	}
}
.footer .copyright{
    line-height: 1.3em;
    color: #4c301b;
    margin: 0;
    padding: 50px 0 10px 0;
}
.footer .copyright a{
color: #4c301b;
	text-decoration: none;
}
body{
	position: relative;
}
#bottom_violin{
    position: absolute;
    bottom:0;
    left: 0;
    width: 25%;
    height: auto;
}
/*content------------------*/
/*#section_topnav------------------*/
#wrapper{
	position: relative;
}
#section-top_nav{
	background: url(../img/line_flower00.png) no-repeat top center / 100% auto;
	padding-top: 0px;
    margin-top: 70px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	
}
@media (min-width: 767px){
	#section-top_nav{
		background: url(../img/line_flower00_l.png) no-repeat top center / 100% auto;
	}
}
@media screen and (min-width: 992px){
	#section-top_nav{
		background-position: center -20px ;
		padding-bottom: 60px;
	}
	
}
@media screen and (min-width: 1200px){
	#section-top_nav{
		background-position: center -60px;
	    padding-bottom: 130px;
	}
	
}
#section-top_nav .section{
    background: none;
    padding: 5px 0 200px 0;
}
#section-top_nav ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
#section-top_nav li{
    display: inline-block;
    text-align: center;
    background: url(../img/nav_bg.png) no-repeat center top / contain;
	vertical-align: top;
    width: 18.5%;
	height: 100px;
    padding-top: 15px;
    line-height: 1.3em;
}
#section-top_nav li img{
	width: 30%;
    height: auto;
    margin-bottom: 3px;
}

@media screen and (min-width: 767px){
	#section-top_nav li{
		background: url(../img/nav_bg.png) no-repeat center top / 100% 100%;
		height: auto;
		padding: 10px;
		margin-top: 20px;
	}
	#section-top_nav li a{
	}
	#section-top_nav li img{
		width: 14px;
		height: auto;
		margin-right: 5px;
	}
}

/*#section_head------------------*/
#section_head  .section{
	padding-top: 160px;
}
#section_head .lead{
	font-size: 17px;
}
@media (max-width: 767px){
	#section_head .lead{
		font-size: 15px;
	}
}
#section_head h1{
	position: relative;
	z-index: 200;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
	line-height: 1.2em;
}
/*instructor------------------*/
#section-instructor{
	    padding-top: 130px !important;
}
#section-instructor .instructor_photo{
	position: absolute;
    top: -50px;
	left: -20px;
    z-index: 100;
}
@media (max-width: 425px){
	#section-instructor .instructor_photo{
		top: -80px;
	}
}
@media (max-width: 375px){
	#section-instructor .instructor_photo{
		top: -50px;
	}
}
@media (max-width: 320px){
	#section-instructor .instructor_photo{
		top: -10px;
	}
}


#section-instructor .cont_head{
	
}
#section-instructor h3{
    line-height: 1.3em;
    margin-top: 10px;
}
#section-instructor h3 span{
	font-size: 80%;
	display: block;
}
#section-instructor p img{
	width: 100%;
	height: auto;
}
@media (min-width: 767px){
	#section-instructor h3 span{
		display: inline;
	}
}

#section-instructor h4{
    line-height: 1.3em;
	color: #e8778c;
}
#section-instructor h5{
	margin: 2em 0 1em 0;
	color: #e8778c;
	font-weight: bold;
}
/*lessons-----------------*/
.box_class{
	margin-top: 20px;
}

.box_class:before,
.box_class:after {
content:"";
display:block;
height:2px;
	background:-webkit-gradient(linear, left top, right bottom, from(#9CEDFB), to(#C8C7F8));
	background:-moz-linear-gradient(left, #9CEDFB, #C8C7F8);
	background:linear-gradient(left, #9CEDFB, #C8C7F8);
}
.box_class_cont{
border-left:2px solid #9CEDFB;
border-right:2px solid #C8C7F8;
width:100%;
height:100%;
	padding:10px;
}
.box_class_cont h3{
	margin-top: 0;
}
.box_class_cont h3:before{
	content:"　";
	background: url( ../img/icon_violin.png) no-repeat left center;
	background-size: contain;
}
.box_class_cont .collapse{
	padding: 10px;
}
.box_class_cont h4{
	border-radius: 5px;
    background-color: rgba(55, 115, 191, 0.5);
    color: #fff;
    margin-bottom: 0.5em;
    font-size: 1.3em;
	padding: 5px;
	font-weight: bold;
}

#lesson_trial.box_class:before,
#lesson_trial.box_class:after {
content:none;
	background: none;
}
#lesson_trial .box_class_cont{
border-left:none;
border-right:none;
background:url(../img/trial_bg.jpg) top left repeat-y;
	border-radius: 10px;
}
#lesson_trial .box_class_cont_head{
	padding-left: 90px;
	    background: url(../img/icon_lesson.png) no-repeat left center / contain;
}
#lesson_trial .collapse{
	background: rgba(255,255,255,0.8);
	margin-top: 10px;
}
#lesson_trial .box_class_cont h3{
	line-height: 1.3em;
}
#lesson_trial .box_class_cont h3:before{
	content: none;
	background: none;
}
#lesson_trial h4:first-child{
	margin-top: 0;
}
/*gallery------------------*/
#section-gallery .row img{
	border-radius: 0px !important;
}
/*contact-----------------*/
.contact_text{
    font-size: 130%;
    text-align: center;
    display: block;
    margin: 10px 0;
}
#section-contact a.btn-danger{
	text-decoration: none !important;
}

/* フォーム専用スタイル */
#section-contact .form-label {
	border-radius: 5px;
    background-color:rgba(252,140,165,0.8);
    color: #fff;
    margin-bottom: 0.5em;
    font-size: 1.3em;
	padding: 5px;
	font-weight: bold;
	display: block;
	text-align: center;
}
#section-contact .form-text {
}

#section-contact .form-check {
}

#section-contact .form-check-input {
  margin-left: 0;
}

#section-contact .form-check-label {
  margin-left: 0.2rem;
}

#section-contact form {
font-size: 100%;
}

#section-contact .form-control,
#section-contact .form-select {
}


/*qa------------------*/
#section-qa .panel-default > .panel-heading{
	border-radius: 5px;
	background-color: rgba(119, 119, 119, 0.1);
}
#section-qa .panel{
	border-bottom: none;
}
#section-qa h4{
	margin-top: 10px;
	font-size: 1.2em;
}
#section-qa h4 a{
    text-decoration: none;
    color: #4c301b;
    text-indent: -1.7em;
    margin-left: 1.5em;
}
@media (max-width: 767px){
	#section-qa h4 a{
		font-size: 14px;
	}
}
#section-qa h4 a:before{
    content: "Q";
    color: #e8778c;
    font-weight: 400;
    font-size: 20px;
	margin-right: 5px;
}
.panel-collapse{
	    border: 5px solid rgba(119, 119, 119, 0.1);
    padding: 10px 10px 0 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*review*/
.owl-carousel .owl-item {
	margin-bottom: 10px;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}
.owl-carousel .owl-item .img-card{
	text-align: center
}
.owl-carousel .owl-item img {
height: 100px;
    object-fit: cover;
    border-radius: 200px;
}
.owl-carousel .owl-item .card .prof{
	color: #2481C6;
}
.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -10px;
    left: 30px;
    color: #fff;
    background-color: #3773bf;
    padding: 0.3rem 0.4rem;
    border-radius: 4px;
}

.owl-carousel .owl-item .card {
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}


@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}
