/* CSS Document */

.main-area h3::before,
.main-area h3 span::before{
	display: none;
}


.nayami-title h3,
.solution-title h3{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.nayami-title h3 span{
	color: #d52423;
	font-size: 40px;
	font-weight: 600;
	background: -webkit-linear-gradient(transparent 60%, #fff000 70%);
	background: -o-linear-gradient(transparent 60%, #fff000 70%);
	background: linear-gradient(transparent 60%, #fff000 70%);
    padding-bottom: 0;
}

.solution-title h3{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.solution h3 img {
    width: 240px;
    aspect-ratio: 32 / 5;
    display: inline;
	margin-right: 10px;
	
}

.nayami-area{
	width: 100%;
}

.nayami-area span{
	display: block;
	width: 100%;
	background: url("../img/nayami.png");
	aspect-ratio:30/17;
	background-size: contain;
}

/* こんなお悩みはある？///*/


/* 音痴-良い声-歌唱力*/

#solution{
	background: #f7f6f6;
	padding-bottom: 50px;
}

.triangle {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.triangle span{
	display: block;
	width: 0;
	height: 0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 100px solid #fff; 
	margin: 0 auto;
}

.solution{
    margin: 100px auto;
}

.solution-point-title{
	margin-top: 50px;
}

.solution-point-title h4{
	font-size: 30px;
	position: relative;
	padding: 1rem 2rem;
	text-align: center;
	color: #fff;
	background: #f43b3b;
	border:3px solid #f43b3b;
}

.solution-point-title h4:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	font-weight: 800;
	position: absolute;
	top: -45px;
	left: -3px;
	height: 45px;
	padding: 5px 10px 10px;
	content: '\f0a4  POINT';
	border-radius: 10px 10px 0 0;
	color:#f43b3b;
	background: #fff;
	border:3px solid #f43b3b;
}

#solution .main-area-box-content-text p span {
	display: inline;
}

#solution .main-area-box-content {
	border:3px solid #f43b3b;
}

#solution .main-area-box-content-text p:last-child{
	padding-bottom: 0;
}

.main-area-box-content-text p span{
	font-weight: 600;
}

.main-area-box-content-text h5{
}

.main-area-box-content-text h5 span{
	font-size: 40px;
	letter-spacing: 5px;
	color:#f43b3b;
}

.main-area-box-content-box{
	display: flex;
	flex-direction: row;
}


.p-size-large span{
	font-size: 24px!important;
}




/* 音痴-良い声-歌唱力///*/


/* レッスン内容　*/

.sub-box-text p {
    font-size: 18px;
	line-height: 32px;
}

.access-room{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.access-room .sub-box-item-img a{
	padding:5px 10px 5px 0;
	display: block;
}

.access-room .sub-box-item-img a img{
	width: 300px;
	display: block;
	border:2px solid #fff;
	box-shadow: 1px 1px 3px #555;
}

.sub-box-text a{
	color:darkblue;
	text-decoration: underline;
}


#must-notice .sub-box-text p {
	padding-bottom: 0;
}

#must-notice .sub-box-item-content{
	padding: 0 0 0 10px;
}

#must-notice .sub-box-item {
	padding:20px 20px 0;
}

#must-notice ul li{
	font-size: 18px;
	line-height: 32px;
	padding-bottom: 10px;
}

#must-notice .sub-box-item-content ul li::before {
	width: 10px;
    aspect-ratio: 1 / 1;
    border: 2px solid #772012;
    background: #fff;
    top: 12px;
    transform: translate(0);
    border-radius: 50%;
}

#must-notice ul li dl{
	margin: 10px 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}

#must-notice ul li dl span{
	padding-right: 5px;
}

/* レッスン内容　///*/







@media(max-width:1500px){
	.message-en {
		position: absolute;
		top: -5vw;
		left: -20px;
	}
}



@media(max-width:1300px){
	
	.message {
		position: relative;
		padding: 100px 30px;
	}
	
	.message-img {
		position: relative;
	}
	
	.message-img img{
		position: absolute;
		bottom: 50px;
	}	
	
	
}

@media(max-width:1200px){
	.point-text p {
		font-size: 15px;
		line-height: 28px;
	}
	
	#must-notice ul li {
		font-size: 15px;
		line-height: 30px;
		padding-bottom: 8px;
	}
	
}


@media(max-width:1000px){
	
	
    .message {
        position: relative;
        padding: 50px 30px;
        margin: 50px auto;
    }
	
	
	.nayami-area span {
		width: 100%;
		margin: auto;
	}
	
	.message {
		position: relative;
		padding: 80px 30px 50px;
	}
	
	
	.solution {
		margin: 50px auto;
	}

	
	.solution h3 img {
		width: 200px;
		margin-right: 10px;
	}

	.solution-point-title h4:before {
		font-size: 18px;
		top: -30px;
		left: -3px;
		height: 30px;
		padding: 2px 5px;
	}
	
	.solution-point-title h4 {
    	font-size: 26px;
    	padding: 5px 10px;
	}

	
}


@media(max-width:800px){
	
	
	.message {
        position: relative;
        padding: 40px 10px;
    }
	
		
	.main-area-box-content-box {
		flex-direction: column-reverse;
	}
	
	.nayami-area span {
    	background: url("../img/nayami-sp.png") center no-repeat;
		background-size: cover;
		aspect-ratio:25/23;
		width: 100%;
	}
	
	
}

@media(max-width:650px){
    .main-area-box-content-text p span{
        font-size: 16px;
	}
	
	.main-area-box-content-text h5 span {
		font-size: 30px!important;
		letter-spacing: 1px!important;
		font-weight: 700;
		margin-bottom: 20px;
	}
	
	.main-area-box-content-text h5 {
		margin-bottom: 10px;
	}
	
	.solution-title h3 {
		display: flex;
		flex-direction: column;
		font-size: 20px;
	}
	
	.nayami-title h3 {
		margin-top: 30px;
		font-size: 20px;
	}
	
	.nayami-title h3 span {
    	font-size: 30px;
	}
	
	.solution h3 img {
        width: 250px;
        margin-right: 10px;
        margin: 10px 0;
    }
	
	.main-area-box-content {
        padding: 5px;
    }
	
	#solution {
		padding-bottom: 10px;
	}

	.sub-box-text p {
		font-size: 16px;
		line-height: 28px;
	}
	
	.sub-box-item table th, .sub-box-item table td {
		font-size: 15px;
	}
	
	#must-notice .sub-box-item {
		padding: 5px 5px 0;
	}
}


@media(max-width:600px){
	
	
	
    .sub-box-item-content {
        padding: 20px 0;
	}

	.triangle span {
		display: block;
		width: 0;
		height: 0;
		border-left: 50vw solid transparent;
		border-right: 50vw solid transparent;
		border-top: 60px solid #fff;
		margin: 0 auto;
	}
	
	.triangle {
    	height: 60px;
	}

	.access-room {
    	flex-direction: column;
	}
	
	.access-room .sub-box-item-img a{
		padding:5px;
	}
	
	#must-notice .sub-box-item-content {
		padding: 0;
	}
	
	#must-notice ul li dl span {
		padding-right: 5px;
	}
	
	#must-notice .sub-box-item-content ul li::before {
		width: 10px;
		aspect-ratio: 1 / 1;
		border: 2px solid #772012;
		background: #fff;
		top: 8px;
	}
	
	#must-notice ul li {
        font-size: 16px;
        line-height: 28px;
		padding-left: 18px;
		margin-bottom: 8px;
		padding-bottom: 0;
	}
}