@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%/*16px ×
		62.5%=10px*/;
	
}
body{
	color: #333;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2.5rem;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
	color: #333;
}
ul {
  	list-style: none;
	padding: 0;
}
.pc-img{
	display: none;
}

/*utility*/
.text-center{
	text-align: center;
}
.text-right{
	text-align: end;
}
.center{
	display: block;
	margin: 0 auto;
}
.text-white{
	color: #fff;
}
.font-small{
	font-size: 1.4rem;
}
.inner {
	box-sizing: border-box;
    padding-left: 6.875vw;
    padding-right: 6.875vw;
}
.bg-gray{
	background-color: #fcf5f7;
}


/*bg-fixed*/
body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url("../images/bg-attioco.png") left no-repeat;
	background-size: cover;
}


/*header*/
.header{
    position: absolute;
    justify-content: space-between;
    width: 100%;
	color: #fff;
	z-index: 10;
}
.header a{
	color: #fff;
}
h1{
	box-sizing: border-box;
	margin: 0;
	padding-top: 14px;
	height: 50px;
	font-family: bc-alphapipe, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4rem;
}
.sub-nav{
	display: none;
}
.sub-nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.2em;
}
.menu-btn {
    position: absolute;
    right: 6.875vw;
    top: 14px;
    width: 80px;
    height: 40px;
    cursor: pointer;
	font-family: bc-alphapipe, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.menu-btn .icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
    width: 28px;
    height: 12px;
}
.icon span{
    position: absolute;
	top: -3px;
    display: inline-block;
    width: 28px;
    height: 1px;
    background-color: #fff;
}
.icon span:first-of-type{
	top: 4px;
}
.icon span:nth-of-type(2){
	top: 12px;
	width: 18px;
}
.menu-btn .close{
	position: absolute;
	top: 0;
	opacity: 0;
}
.gnav{
	display: none;
    position: fixed;
    top: 56px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
	z-index: 10;
	text-align: right;
}


/*header-fixed*/
.header.fixed{
    position: fixed;
	background-color:rgba(238,238,238,0.80);
    top: 0;
	box-shadow: 0 4px 4px rgba(0,0,0,0.3);
	animation-name: faidIn;
	animation-duration:0.5s;
	animation-timing-function: ease-out;
	animation-iteration-count:1;
}
.header.fixed a{
	color: #333;
}
@keyframes faidIn{
	0% {opacity: 0}
	100% {opacity: 1}
}
.header.fixed nav{
	display: block;
	box-sizing: border-box;
    width: 100%;
    height: 55px;
    border-top: 1px solid #333;
}
.header.fixed span{
	background-color: #333;
}


/*menu-btn is-open*/
.gnav.is-open{
	display: block;
}
.menu-btn.is-open p:first-of-type{
	opacity: 0;
}
.menu-btn.is-open p:last-of-type{
	opacity: 1;
}
.menu-btn.is-open span:first-of-type{
	transform: rotate(45deg);
}
.menu-btn.is-open span:last-of-type{
	transform: translateY(6px)rotate(-45deg);
}
.menu-btn.is-open span:nth-of-type(2){
	opacity: 0;
}










.slide-area{
	margin-bottom: 6.875vw;
}
.slide-area a{
	display:inline-block;
	width: 100%;
	padding-top:40vw;
	background-size: cover;
}
.slide-area p{
	color: #fff;
	background-color: #535353;
}
.top-slide1{
	background-image: url("../images/2000en_53.png");
}
.top-slide2{
	background-image: url("../images/teach-piano_01.jpg");
}
.top-slide3{
	background-image: url("../images/mainitiongaku_05.jpg");
}
.title{
	padding: 40vw 0 10px;
	font-family: bc-alphapipe, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.8rem;
	line-height: 1em;
	color: #fff;
}
.sub-title{
	padding: 10px 0 30vw;
	font-size: 1.8rem;
	color: #fff;
}


/* スライドする文字のanimation */
@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.passing .passing-box {
	display: block;
	padding-top: 6.875vw;
}
.passing .passing-box2 {
	display: block;
	padding-top: 0;
}
.passing .passing-bar {
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* スライド文字の背景指定*/
	background: #333;
}
.passing .passing-txt {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: inline-block;
/*スライド文字の細かい指定*/
	background-color: #535353;
	padding: 3px 5px;
	font-size: 1.8rem;
	color: #fff;
}
.passing .passing-txt.passing-img{
	padding: 0;
	background: none;
}
.passing.move .passing-bar:before {
	-webkit-animation: passing-bar 1.5s ease 0s 1 normal forwards;
	animation: passing-bar 1.5s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
	-webkit-animation: passing-txt 0s ease .75s 1 normal forwards;
	animation:passing-txt 0s ease .75s 1 normal forwards;
}



/*section*/
.section-contener{
	box-sizing: border-box;
    padding: 6.875vw;
}
.section-contener2{
	box-sizing: border-box;
    padding: 6.875vw 0;
}
.section-contener3{
	box-sizing: border-box;
    margin: 6.875vw;
	padding: 15px 6.875vw;
	line-height: 2em;
	border: solid 2px #ffcd50;
}
.section-contener4{
	box-sizing: border-box;
    padding: 6.875vw 6.875vw 0;
}
.contents-box{
	display: flex;
	max-width: 315px;
	height: 70px;
	align-items: center;
	margin-bottom: 10px;
	padding: 0 3.4vw;
	background-color: #fcf5f7;
}
.contents-box:last-of-type{
	margin-bottom: 0;
}
.contents-box img{
	display: inline-block;
	width: 64px;
	height: auto;
}
.contents-box p{
	display: inline-block;
	height: auto;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 1.4rem;
}
.contents-box6{
	display: flex;
	height: 90px;
	align-items: center;
	margin: 0 auto 10px;
	padding: 0 6.75vw;
	background-color: #fcf5f7;
}
.contents-box6:last-of-type{
	margin-bottom: 0;
}
.contents-box6 img{
	display: inline-block;
	width: 68px;
	height: auto;
}
.contents-box6 p{
	display: inline-block;
	width: 75%;
	height: auto;
	box-sizing: border-box;
	padding-left: 30px;
	font-size: 1.4rem;
}
.contents-box2{
	margin-bottom: 10px;
}
.contents-box2 a{
	display: flex;
	align-items: center;
	background-color: #eee;
}
.contents-box2:last-of-type{
	margin-bottom: 0;
}
.contents-box2 img{
	display: inline-block;
	width: 30%;
	height: auto;
}
.contents-box2 div{
	display: inline-block;
	height: auto;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 1.4rem;
}
.contents-box3{
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}
.contents-box3:first-of-type{
	padding-top: 0;
}
.contents-box3:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.contents-box3 img{
	width: 30%;
	height: auto;
}
.sentence-contents-box3{
	padding: 0 20px;
}
.contents-box4{
	padding-bottom: 30px;
}
.contents-box4:last-of-type{
	padding-bottom: 0;
}
.contents-box4 h3{
	padding-bottom: 10px;
	font-size: 1.6rem;
}
.contents-box4 p{
	font-size: 1.4rem;
}
.contents-box7{
	padding-bottom: 30px;
}
.contents-box7:last-of-type{
	padding-bottom: 0;
}
.contents-box7 h3{
	font-size: 1.6rem;
}
.contents-box7 p{
	font-size: 1.4rem;
}
.contents-box5{
	display: flex;
	align-items: flex-start;
	padding-bottom: 30px;
}
.contents-box5 img{
	display: inline-block;
	width: 100px;
	height: auto;
}
.contents-box5 p{
	padding-left: 10px;
	font-size: 1.4rem;
	line-height: 2rem;
}
.contents-box5:last-of-type{
	padding-bottom: 0;
}
.kousi{
	padding-bottom: 15px;
}
.yellow-line{
	display: inline-block;
	width: 30vw;
	border-bottom: solid 1px #ffcd50;
}
.yellow-line2{
	display: inline-block;
	border-bottom: solid 1px #ffcd50;
}
.bg-section-title{
	background-image: url("../images/title-vocal_01.jpg");
	padding-top: 25vw;
	margin-bottom: 20px;
	background-size: cover;
}
.bg-section-title-fee{
	background-image: url("../images/title-fee_17.jpg");
}
.bg-section-title-access{
	background-image: url("../images/title-access_13.jpg");
}
.bg-section-title-piano{
	background-image: url("../images/title-piano_05.jpg");
}
.bg-section-title-talk{
	background-image: url("../images/title-talk_09.jpg");
}
.bg-section-title-trial{
	background-image: url("../images/title-trial_21.jpg");
}
.bg-section-title h2{
	display: inline-block;
	margin-top: 6.875vw;
	padding: 3px 5px;
	font-size: 1.8rem;
	color: #fff;
	background-color: #535353;
}
.section-top{
	padding-top: 50px;
}
.section-logo{
	width: 300px;
}
.title-text{
	padding-top: 15px;
}
.link-contener{
	text-align: right;
}
.link{
	display: inline-block;
	border-bottom: solid 2px #333;
}
.link p{
	display: inline-block;
	font-size: 1.2rem;
	padding-right: 5px;
	vertical-align: 2px;
}
h3{
	display: inline-block;
	font-size: 1.4rem;
}
.sub-text{
	font-size: 1.2rem;
}
.check-text{
	display: inline-block;
	padding-left: 10px;
}
.corse-img{
	width: 300px;
}
.btn-entry{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50vw;
	margin: 0 auto;
	padding: 10px;
	background-color: #ffcd50;
	border-radius: 5px;
	font-size: 1.4rem;
}
.btn-entry img{
	width: 20%;
	padding-left: 15px;
}

.footer{
	margin-top: 40px;
	padding-top: 40px;
	background: linear-gradient(#f34b73, #f32f5d);
	color: #fff;
}
.footer-box{
	margin-bottom: 24px;
}
.footer a{
	color: #fff;
}
.footer-logo{
	box-sizing: border-box;
	margin: 0;
	font-family: bc-alphapipe, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
}
.footer-rogo-text{
	font-size: 1.1rem;
}
.footer-tel{
	font-size: 2rem;
}
.footer-tel-text{
	font-size: 1.2rem;
}
.footer-btn-entry{
	display: block;
	width: 45vw;
	margin: 0 auto;
	padding: 5px;
	background-color: #ffcd50;
	border-radius: 5px;
}
.footer-btn-entry p{
	font-size: 1.4rem;
	color: #333;
}
.footer ul{
	padding-top: 24px;
	border-top: solid 2px rgba(255,255,255,.50);
}
.footer li{
	margin-bottom: 15px;
	font-size: 1.2rem;
}
.footer small{
	display: block;
	text-align: center;
	padding: 20px 0 15px;
	font-family: bc-alphapipe, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
}
/*form*/
.form-area{
	padding: 20px;
}
.form-parts-container{
	padding-bottom: 25px;
}
.form-label{
	display: block;
}
.caution{
	padding-left: 5px;
	color: #ffcd50;
	font-size: 1.2rem;
}
.form-parts{
	margin-left: 20px;
}
.form-parts-text{
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: #333333;
	font-size: 1.4rem;
	margin-top: 5px;
	padding: 0.4em 0.8em;
	width: 90%;
	resize: none;
}
.form-parts-text:focus {
	box-sizing: border-box;
	border: 2px solid rgba(255,205,80,.80);
	box-shadow: none;
	outline: none;
}
.datepicker{
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 150px;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: #333333;
	font-size: 1.4rem;
	margin-top: 5px;
	padding: 0.4em 0.8em;
}
.timepicker{
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100px;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: #333333;
	font-size: 1.4rem;
	margin-top: 5px;
	padding: 0.4em 0.8em;
}
button {
	display: block;
	width: 50%;
	height: auto;
	margin: 0 auto;
	border-radius: 5px;
	text-align    : center;
	padding       : 12px;
	background    : #ffcd50;
	font-size: 1.2rem;
	color: #333;
}
/*
button {
	display: block;
	width: 70%;
	height: auto;
	margin: 0 auto;
	border-radius: 5px;
	text-align    : center;
	padding       : 12px 12px;
	background    : none;
	color         : #fff;
	transition    : .3s;
	border: solid 2px #ffcd50;
}
button:hover {
	color         : #333;
	background    : #ffcd50; 
}
*/

/*plan-section*/
.plan-contener{
	display: inline-block;
	margin: 0 3.4vw 6.875vw;
	width: 250px;
}
.plan-title{
	position: relative;
	background-color: #535353;
	color: #fff;
	line-height: 1.3em;
}
.logo-ninki{
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translatey(-50%)
}
.plan-contents{
	padding: 10px 0;
	background-color: #fff;
	border: solid 0.5px #535353;
}
.plan-detail{
	display: flex;
	align-items: center;
	justify-content: center;
}
.plan-bigtext{
	font-size: 2.4rem;
}
.plan-contents p{
	padding: 10px 15px 0;
}
.news-link{
	color: #fff;
}
.news-link p{
	border-bottom: solid 1px #fff;
}
.news-link p:hover{
	color: #ffcd50;
	border-bottom:solid 1px #ffcd50;
}

/*timepicker*/
.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10052;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

@media only screen and (min-width : 768px) {
	body{
		font-size: 1.8rem;
		line-height: 3rem;
	}
	.pc-img{
		display: block;
	}

	/*utility*/
	.font-small{
		font-size: 1.6rem;
	}
	/*bg-fixed*/
	body:before{
		background: url("../images/bg-pc_03.png") left no-repeat;
		background-size: cover;
	}
	.pc-hero-flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 200px;
		padding-bottom: 100px;
	}
	.title{
		padding: 0 0 10px;
		font-size: 6rem;
	}
	.sub-title{
		padding: 10px 0 0;
		font-size: 2.4rem;
	}
	.slide-area{
		width: 600px;
		margin-bottom: 0;
	}
	.slide-area a{
		display:inline-block;
		width: 600px;
		padding-top:300px;
	}
	.slide-area p{
		color: #fff;
		background-color: #535353;
	}
	.pc-flex{
		display: flex;
		flex-wrap: wrap;
	}
	.passing .passing-txt {
		font-size: 2.4rem;
	}
	.passing .passing-txt.passing-img{
		max-width: 700px;
	}
	.contents-box{
		width: 330px;
		height: 120px;
		margin-bottom: 20px;
		padding: 0 3.4vw;
	}
	.contents-box img{
		width: 100px;
	}
	.contents-box p{
		font-size: 1.6rem;
	}
	.contents-box6{
		display: flex;
		max-width: 600px;
		height: 100px;
		margin-bottom: 20px;
	}
	.contents-box6 img{
		width: 80px;
	}
	.contents-box6 p{
		font-size: 1.6rem;
	}
	.contents-box2{
		max-width: 800px;
		margin: 0 auto 20px;
	}
	.contents-box2 a{
		display: flex;
		align-items: center;
		background-color: #eee;
	}
	.contents-box2:last-of-type{
		margin-bottom: 0;
	}
	.contents-box2 img{
		display: inline-block;
		width: 30%;
		height: auto;
	}
	.contents-box2 div{
		display: inline-block;
		height: auto;
		box-sizing: border-box;
		padding: 0 30px;
		font-size: 1.6rem;
	}
	.contents-box3{
		padding: 10px 0;
		border-bottom: solid 1px #eee;
	}
	.contents-box3:first-of-type{
		padding-top: 0;
	}
	.contents-box3:last-of-type{
		padding-bottom: 0;
		border-bottom: none;
	}
	.contents-box3 img{
		width: 250px;
	}
	.sentence-contents-box3{
		padding: 0 40px;
	}
	.contents-box4{
		margin-bottom: 20px;
		text-align: center;
	}
	.contents-box4 h3{
		padding-bottom: 10px;
		font-size: 2.4rem;
	}
	.contents-box4 p{
		max-width: 700px;
		margin: 0 auto;
		font-size: 1.8rem;
	}
	.contents-box7{
		padding-bottom: 30px;
	}
	.contents-box7:last-of-type{
		padding-bottom: 0;
	}
	.contents-box7 h3{
		font-size: 1.6rem;
	}
	.contents-box7 p{
		font-size: 1.4rem;
	}
	.contents-box5 p{
		padding-left: 20px;
		font-size: 1.6rem;
	}
	.yellow-line{
		display: inline-block;
		width: 30vw;
		border-bottom: solid 1px #ffcd50;
	}
	.yellow-line2{
		display: inline-block;
		border-bottom: solid 1px #ffcd50;
	}
	.bg-section-title h2{
		font-size: 2.4rem;
	}
	.link p{
		font-size: 1.6rem;
	}
	h3{
		font-size: 1.8rem;
	}
	.sub-text{
		font-size: 1.6rem;
	}
	.check-text{
		display: inline-block;
		padding-left: 10px;
	}
	.btn-entry{
		font-size: 1.6rem;
	}
	.btn-entry img{
		width: 20%;
	}
	/*plan-section*/
	.plan-contener{
		width: 300px;
	}
	.plan-bigtext{
		font-size: 3rem;
	}
	.btn-entry{
		width: 30vw;
		font-size: 1.6rem;
	}
	.btn-entry img{
		max-width: 90px;
	}
	.footer-logo{
		font-size: 4rem;
	}
	.footer-rogo-text{
		font-size: 1.4rem;
	}
	.footer-tel{
		font-size: 2.4rem;
	}
	.footer-tel-text{
		font-size: 1.6rem;
	}
	.footer-btn-entry{
		width: 25vw;
	}
	.footer-btn-entry p{
		font-size: 1.6rem;
	}
	.footer li{
		font-size: 1.4rem;
	}
	.footer small{
		font-size: 1.4rem;
	}
	.plan-title{
		line-height: 1.5em;
	}
}