

/* =============================================================================
    会社案内
   ========================================================================== */
#under .lesson_key {
    background: url(../images/lesson/bgLesson-okoto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#under .lesson_key h2 {
    height: 425px;
    position: relative;
    text-align: left;
    }
    #under .pink {
    background: linear-gradient(transparent 70%, #f3d4dd 0%);
}
#under .orange {
    background: linear-gradient(transparent 70%, #fdb87e 0%);
}
#under .green {
        background: linear-gradient(transparent 70%, #d9e1bc 0%);
}
#under .red{
	color: #b20105;
}
    
    @media screen and (min-width: 1080px) {    
#under .lesson_key h2 span.box {
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    }
   }    
  
    @media screen and (min-width: 768px) {    
#under .lesson_key h2 span.box {
    position: absolute;
    top: 50%;
    left: 20%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    }
   }    

#under section {padding-bottom: 100px;}
#under .under-p {
    width: 660px;
    margin: 0 auto;
    margin-bottom: 80px;
}

/* 長唄・三味線教室 */
#under .lesson_sec1 {
    text-align: center;
	position: relative;
}
#under .lesson_sec1 .lesson_sec1-ttl {
    position: absolute;
    z-index: -1;
}

#under .lesson_sec1:before {
    position: absolute;
    content: "";
    top: 196px;
    left: 0;
    width: 464px;
    height: 358px;
    background: url(../images/lesson/bgLesson-left.png) no-repeat 0 100%;
    background-size: contain;
    z-index: -1;
}
#under .lesson_sec1:after {
    position: absolute;
    content: "";
    top: 189px;
    right: 0;
    width: 525px;
    height: 417px;
    background: url(../images/lesson/bgLesson-right.png) no-repeat 0 100%;
    background-size: contain;
    z-index: -1;
}
#under .lesson_sec1 .box {
	margin: 50px 0;
}
#under .lesson_sec1 ul {
	display: flex;
	justify-content: center;
	margin: 50px 0;
}
#under .lesson_sec1 ul li {
	width: 500px;
	padding: 15px;
	text-align: center;
	border: 1px solid #000;
	position: relative;
	margin: 10px;
}
#under .lesson_sec1 ul li:before {
	content: "";
	position: absolute;
	top: 42%;
    right: 30px;
	background: url(../images/lesson/icon1.png) no-repeat 0 100%;
    background-size: contain;
	width: 13px;
	height: 9px;
	
}
#under .lesson_sec1 ul li a {
	display: block;
	width: 100%;
}
@media screen and (max-width: 768px) {
	#under .lesson_sec1 .wrap{
		padding-bottom: 70px;
	}
	#under .lesson_sec1 p{
		font-size: 15px;
		text-align: left;
	}
}



/* lesson_sec2 */
#under .lesson_sec2 {
    background-color: #f1ece7;
    position: relative;
    padding: 80px 0;
}
#under .lesson_sec2 .wrap {
    position: relative;
}
#under .lesson_sec2 p{
	width: fit-content;
	margin: 0 auto;
	line-height: 40px;
	font-size: 18px;
	    margin-bottom: 50px;
}
#under .lesson_sec2 h4.pink,
#under .lesson_sec2 h4.orange,
#under .lesson_sec3 h4.green
,#under .lesson_sec4 h4.orange{
    text-align: center;
    font-size: 30px;
    padding: 30px 10px;

    padding-bottom: 0;
	width: fit-content;
	margin: 0 auto;
	    margin-bottom: 40px;
}

#under .lesson_sec2 .line-green {
    position: relative;
	background-color: #fff;
    padding: 90px 50px;
    margin-bottom: 50px;
}
#under h4.side {
    text-align: center;
    font-size: 35px;
    padding: 30px 0;
    padding-bottom: 10px;
	    width: 600px;
    margin: 0 auto;
		 margin-bottom: 90px;
	position: relative;
}
#under h4.side:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 51px;
    height: 139px;
    background: url(../images/school/ttlschool-left.png) no-repeat 0 100%;
    background-size: contain;
}
#under h4.side:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    width: 51px;
    height: 139px;
    background: url(../images/school/ttlschool-right.png) no-repeat 0 100%;
    background-size: contain;
    z-index: 0;
}

#under .lesson_sec2 .line-green:before {
    position: absolute;
    content: "";
    width: 78px;
    height: 18px;
    background-color: #d9e1bc;
    top: -8px;
    left: 46%;
}
#under .lesson_sec2 .line-green ul {
        width: fit-content;
        margin: 0 auto;
    }
#under .lesson_sec2 .line-green li {
        background-image: url("../common/img/icon01.png");
        background-position: left center;
        background-repeat: no-repeat;
        text-align: left;
        padding-left: 30px;
		font-weight: 500;
        font-size: 18px;
        line-height: 2.2em;
    }
#under .lesson_sec2 .border-bottom-p{
	border-bottom: 1px dashed #696759;
	width: 70%;
    margin: 0 auto;
}
#under .lesson_sec2 .price p {
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 20px;
}
#under .lesson_sec2 .price {
    display: flex;
    justify-content: center;
    text-align: center;
	background: url(../images/lesson/lessonBorder.png) no-repeat center;
}
#under .lesson_sec2 .price h5 {
    text-align: left;
}
#under .lesson_sec2 .price li {
    width: 50%;
    margin: 30px;
}
#under .lesson_sec2 .price p {
    font-size: 38px;
}
#under .lesson_sec2 .price p small {
    font-size: 16px;
}
#under .lesson_sec2 .price ul li {
	width: 50%;
}
#under .lesson_sec2 .price ul li+ li {
    border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
	#under .lesson_sec2{
		padding-bottom: 30px;
	}
	#under .lesson_sec2 .line-green{
		    padding: 60px 20px;
	}
	#under .lesson_sec2 .line-green li{
		    font-size: 15px;
		    padding-left: 25px;
	}

#under .lesson_sec2 h4.pink, #under .lesson_sec2 h4.orange, #under .lesson_sec3 h4.green, #under .lesson_sec4 h4.orange {
    text-align: center;
	font-size: 25px;}
	#under .lesson_sec2 p{
		    line-height: normal;
    font-size: 15px;
	}
	#under .lesson_sec2 .border-bottom-p{
		    width: 95%;
	}
}

    
/* lesson_sec3 */

.lesson_sec3 .wrap{
	padding-top: 80px;
}
#under .lesson_sec3 h4.side:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -40px;
    width: 51px;
    height: 139px;
    background: url(../images/school/ttlschool-left.png) no-repeat 0 100%;
    background-size: contain;
}
#under .lesson_sec3 h4.side:after {
    position: absolute;
    content: "";
    top: 0px;
    right: -40px;
    width: 51px;
    height: 139px;
    background: url(../images/school/ttlschool-right.png) no-repeat 0 100%;
    background-size: contain;
    z-index: 0;
}
#under .lesson_sec3 p{
	width: fit-content;
	margin: 0 auto;
	line-height: 30px;
	    margin-bottom: 50px;
	    font-weight: 500;
}
#under .lesson_sec3 .border-top-p {
    border-bottom: 1px dashed #696759;
    width: 70%;
    margin: 0 auto;
	    margin-top: 70px;
}

#under .lesson_sec3 p.red-p{
	font-size: 18px;
}
#under .lesson_sec3 .price {
    width: 70%;
    display: flex;
    margin: 0 auto;
    background-color: #f5f1ee;
    justify-content: space-evenly;
    padding: 50px 0;
}
#under .lesson_sec3 .price li{
	    align-items: center;
}
#under .lesson_sec3 .price p{
	margin: 0;
    font-size: 30px;
    margin-top: 20px;
    margin-left: 15px;
}
#under .lesson_sec3 .price li.border{
	position: relative;
}
#under .lesson_sec3 .price li.border:before{
content: "";
    display: block;
    position: absolute;
    top: -20px;
    /* bottom: -320px; */
    right: 0;
    width: 1px;
    height: 120px;
    background-color: #89786d;
	
}
#under .lesson_sec3 h4.green{
	margin-top: 70px;
	}
#under .lesson_sec3 .price h5{
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	}
#under .lesson_sec3 .price p small{
	font-size: 22px;
	}
#under .lesson_sec3 .price h4 {
	color: #B20105;
}
@media screen and (min-width: 768px) {
	.lesson_sec3{
	background: url(../images/lesson/bgLesson-okoto.png) no-repeat 0 100%;
}
	#under .lesson_sec3 p.yu-go{
font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	    width: 53%;
	line-height: 35px;
    margin-top: 50px;
}
}
@media screen and (max-width: 767px) {
		#under .lesson_sec3 p.yu-go{
font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
			padding-top: 40px;
	}
	#under .lesson_sec3 h4.green {
    margin-top: 30px;
}
	#under .lesson_sec3 p{
		    line-height: normal;
		font-size: 15px;
	}
	#under .lesson_sec3 .price {
    width: 90%;
    display: flex;
    margin: 0 auto;
    background-color: #f5f1ee;
    justify-content: space-evenly;
    padding: 20px 40px;
    flex-direction: column;
}
	#under .lesson_sec3 .price li{
		margin: 15px 0;
	}
	#under .lesson_sec3 .price li.border:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    /* bottom: -320px; */
    right: 0;
    width: 250px;
    height: 1px;
    background-color: #89786d;
}
	#under .lesson_sec3 .border-top-p {
    border-bottom: 1px dashed #696759;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
}
/* lesson_sec4 */
#under .lesson_sec4 {
    background-color: #f1ece7;
    position: relative;
	padding: 80px 0;
}
#under .lesson_sec4:before {
	position: absolute;
    content: "";
    top: 196px;
    left: 0;
    width: 294px;
    height: 479px;
    background: url(../images/lesson/bgKondo-left.png) no-repeat 0 100%;
    background-size: contain;
}
#under .lesson_sec4 .wrap {
    position: relative;
}
#under .lesson_sec4 h3{
	    padding: 10px 0 0px 0;

}
#under .lesson_sec4 .kondoSec {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 50px;
}
#under .lesson_sec4 .line-blue {
    position: relative;
}
#under .lesson_sec4 .line-blue:before {
    position: absolute;
    content: "";
    width: 78px;
    height: 18px;
    background-color: #b2dfec;
    top: -8px;
    left: 46%;
}
#under .lesson_sec4 .line-green {
    position: relative;
}
#under .lesson_sec4 .line-green:before {
    position: absolute;
    content: "";
    width: 78px;
    height: 18px;
    background-color: #d9e1bc;
    top: -8px;
    left: 46%;
}
#under .lesson_sec4 h4.orange{

	padding-bottom: 0;
	margin-bottom: 0;
}
#under .lesson_sec4 .kondoSec h6.red {
    text-align: center;
    font-size: 23px;
        color: #B20105;
	padding-bottom: 40px;
	position: relative;
	    width: fit-content;
    margin: 0 auto;
}
#under .lesson_sec4 .kondoSec h6.red:before{
    content: "";
    position: absolute;
    top: 15px;
    width: 6%;
    left: -40px;
    height: 1px;
    background-image: linear-gradient(to right, #B20105, #B20105 3px, transparent 3px, transparent 8px);
    background-size: 1px 1px;
}
#under .lesson_sec4 .kondoSec h6.red:after{
content: "";
    position: absolute;
    top: 15px;
    width: 6%;
    height: 1px;
    background-image: linear-gradient(to right, #B20105, #B20105 3px, transparent 3px, transparent 8px);
    background-size: 1px 1px;
}
#under .lesson_sec4 .kondoSec-under {
	margin: 0 auto;
	width: 660px;
}

#under .lesson_sec4 .kondoSec-under p {
	padding: 50px 0;
	font-size: 1.1em;
    line-height: 1.6em;
}
#under .lesson_sec4 .kondoSec-under .kineya-p {
	padding: 0;
	padding-bottom: 50px;
	padding-top: 50px;
}
#under .lesson_sec4 .border {
	position: relative;
}
#under .lesson_sec4 .border:before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	width: 100%;
	height: 1px;
}
#under .lesson_sec4 h5 {
    color: #b20105;
    font-family: 'ヒラギノ角ゴ Pro W3';
    padding: 30px 0;
}
#under .lesson_sec4 .table-la {
	margin-bottom: 50px;
}
#under .lesson_sec4 .c-table--1 {
    border-collapse: separate;
    display: table;
    width: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3';
}
#under .lesson_sec4 dl dt {
	border-right: 1px solid #b20105;
	width: 150px;
}
#under .lesson_sec4 dl dt,dd {
	display: table-cell;
	padding: 20px 30px;
	text-align: left;
}#under .lesson_sec4 dl dd {
	padding: 20px 50px;
	
}

#under .lesson_sec4 .flex {
display: flex;
    justify-content: space-around;
    margin: 0px 60px;
    padding-top: 0px;
    padding-bottom: 50px;
}
#under .lesson_sec4 .flex li{
	display: block;
}

#under .lesson_sec4 .lesSec_contact {
	text-align: center;
	position: relative;
	padding: 30px;
}
#under .lesson_sec4 .lesSec_contact:before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 5px),
  linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 5px),
  linear-gradient(to bottom, #000, #000 3px, transparent 3px, transparent 5px),
  linear-gradient(to bottom, #000, #000 3px, transparent 3px, transparent 5px);
  background-size: 5px 1px, 5px 1px, 1px 5px, 1px 5px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#under .lesson_sec4 .lesSec_contact h4 {
	padding: 0;
	padding-bottom: 20px;
}
#under .lesson_sec4 .lesSec_contact p {
	font-size: 20px;
}
#under .lesson_sec4 .lesSec_contact ul {
	display: flex;
	justify-content: space-between;
}
#under .lesson_sec4 .lesSec_contact ul li {
	width: 50%;
}
#under .lesson_sec4 iframe{
	max-width: 420px;
	    display: block;
margin: 0 auto;
    margin-bottom: 50px;
}


@media screen and (max-width: 767px) {
    #under .lesson_key h2 {height: 150px;}
    #under .lesson_key h2 span.box {font-size: 30px;}
    #under section {padding-bottom: 40px;}
    #under .pankuzu {
        padding: 0 20px;
        	box-sizing: border-box;
    }
    #under .lesson_key h2 {
        height: 300px;
    }
    #under .lesson_key h2 span.box {
        left: 20%;
    }
    #under .lesson_sec1 .lesson_sec1-ttl {
        margin-left: -304px;
        left: 50%;
        width: 80%;
    }
	#under .lesson_sec1 ul li {
		width: 100%;
		margin: 10px;
	}
	#under .lesson_sec1 ul li:before {
		right: 10px;
	}
	#under .lesson_sec4 iframe {
    max-width: 320px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    height: 220px;
}
}

	
@media screen and (max-width: 480px) {
    #under .pankuzu {
        font-size: 8px;
        line-height: 28px;
    }
    #under .lesson_key h2 {
        height: 200px;
    }
    #under .lesson_key h2 span.box {
        width: 40%;
        left: 50%;
    }
	#under section {
		padding: 0;
	}
	#under .lesson_sec1 ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	#under .lesson_sec1 ul li {
		margin-bottom: 10px;
	}
	#under .lesson_sec1 .lesson_sec1-ttl {
		left: 80%;
    	width: 100%;
	}

    #under .lesson_sec1:after {
        width: 0;
        height: 0;
    }
    #under .lesson_sec1:before {
        width: 0;
        height: 0;
    }
	#under .lesson_sec4 {
		padding: 30px 0;
	}
	#under .lesson_sec4 .kondoSec {
		margin-bottom: 30px;
	}
	#under .lesson_sec4 .kondoSec h4 {
		font-size: 20px;
	}
	#under .lesson_sec4 .kondoSec {
		padding: 20px;
	}
	#under .lesson_sec4 .kondoSec-under {
		width: 100%;
	}
	#under .lesson_sec4 dl dt, dd {
		padding: 20px;
	}
	#under .lesson_sec4 dl dt {
		width: 34%
	}
	#under .lesson_sec4 dl dd {
		padding: 20px;
	}
	#under .lesson_sec4 .lesSec_contact ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	#under .lesson_sec4 .lesSec_contact ul li {
		width: 100%;
		padding-bottom: 30px;
	}
	#under .lesson_sec4 .line-blue:before {
		left: 38%;
	}
   
    #under .under-p {
        width: 100%;
        font-size: 1em;
        line-height: 2em;
    }
  
    #under .lesson_sec4 .line-green:before {
        left: 38%;
    }

} 
@media screen and (max-width: 767px) {
		    #under h4.side {
        width: 100%;
        font-size: 20px;
				    margin-bottom: 50px;
    }
	     #under h4.side:before {
        top: -50px;
        width: 30px;
    }
	#under h4.side:after {
        top: -50px;
        width: 30px;
    }
	#under .lesson_sec3 h4.side:after{
        top: -50px;
		    right: 0px;
        width: 30px;
	}
	#under .lesson_sec3 h4.side:before{
		        top: -50px;
        width: 30px;
		    left: 0;
	}

}
/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
