﻿@charset UTF-8;
/* ================================================ */
/*               全体設定                */
/* ================================================ */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	width: 100%;
}

/* ================================================ */
/*ヘッダー：など場所をこまめに書く！*/
/* ================================================ */


.menu-checkbox {
  display: none;
}
.drawer-menu {
	display: none;
}


.header-inner {
	top: 0;
	width: 100%;
	height: 70px;
	background-color:rgba(204,221,85,0.1);
	list-style: none;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	position: fixed;
}

.title {
	text-align: left;
	margin: 10px 0 10px 50px;
	padding: 10px;
	transition-property: all;
	transition: 0.3s linear;
}

.title img {
	height: 30px;
}

.title:hover {
	cursor: pointer;
	transform: translate(2px,2px);
}

.nav {
	margin: 10px;
	display: flex;
	justify-content: space-between;
}

.nav li {
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	transition-property: all;
	transition: 0.1s linear;
}

.nav li a {
	text-decoration: none;
	font-family: 'Kiwi Maru', serif;
	color: #000000;
	text-align: right;
}

.nav li:hover {
	cursor: pointer;
	transform: translate(1.5px,1.5px);
}

#mainvisual {
	margin-top: -100px;
	height: 700px;
	background-image: url(images/playpiano.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}	

h1 {
	text-align: center;
	padding: 130px 0 50px 0;
}

h1 img {
	width: 70vw;
}

.tolesson {
	position: fixed;
	top: 90px;
	right: 70px;
}

.tolesson img {
	width: 10vw;
}

.tolesson img:hover {
	transform: scale(1.2);
}



.concept {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 500px;
	box-sizing: border-box;
	margin-bottom: 80px;
	align-items: center;
	background-color: #fef9f0;
	justify-content: space-around;
}

.text {
	margin-left: 100px;
	font-family: 'Kiwi Maru', serif;
	color: #000;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 3.0;
}

.tree img {
	margin-right: 100px;
	width: 30vw;
	height: auto;
}


/* ================================================ */
/*メインコンテンツ*/
/* ================================================ */

.points {
	width: 900px;
	height: auto;
	margin: 0 auto;
	font-family: 'Kiwi Maru', serif;
	background-image: url(images/line1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 50%;
  background-position: top 28% right 54%;
  position: relative;
}

.tone {
	position: absolute;
	top: 1080px;
	left: 80px;
}

#point1 {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 60px 0 80px 0;
	justify-content: space-between;
}

.point1foto {
	width: 350px;
	padding-top: 100px;
	padding-right: 40px;
}

.point1foto img {
	width: 90%;
	height: auto;
}

.point1text {
	margin: 0 30px;
	font-size: 16px;
	letter-spacing: 0.001em;
	line-height: 3.0;
	text-align: left;
}
.point1text img {
	width: 30vw;
}

#point2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 80px 0;
	position: relative;
	background-image: url(images/line2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 50%;
  background-position: top 115% right 68%;
}

.point2text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 3.0;
	position: relative;
	z-index: 10;
}
.point2text img {
	width: 30vw;
}

.point2foto {
	display: block;
	margin: 0 auto;
}

.point2foto img {
	width: 90%;
	height: auto;
	top: 50px;
	right: 30px;
	z-index: 20;
}

#point3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 300px ;
	justify-content: space-between;
	background-image: url(images/line3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 50%;
  background-position: top 115% right 68%;
}

.point3pic {
	text-align: center;
	width: 350px;
	position: relative;
	z-index: 7;
}

.point3pic img {
	width: 60%;
	height: auto;
	padding-top: 150px;
	padding-right: 10px;
	background-image: url(images/山2つ.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
}

.point3text {
	margin-left:100px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 3.0;
	text-align: left;
	margin-bottom: 50px;
}
.point3text img {
	width: 35vw;
}


/* ================================================ */
/*無料体験レッスンのお知らせ部分*/
/* ================================================ */


#archive {
	width: 100%;
	height: 400px;
	text-align: center;
  background-image: url(images/garland.png);
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
	background-size: cover;
}

h2 {
	padding: 70px 0 40px 0;
	font-weight: bold;
  font-size: 70px;
  letter-spacing: 0.2em;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #888;
  text-shadow: 3px 3px 0 #cd5;
}

h3 {
	padding: 10px 0 40px 0;
	font-size: 20px;
	color: #390a01;
	letter-spacing: 0.1em;
	font-family: 'Kiwi Maru', serif;
}

h4 {
	font-size: 15px;
	color: #390a01;
	letter-spacing: 0.1em;
	line-height: 2;
	font-family: 'Kiwi Maru', serif;
}


#contact {
	top: -15px;
	width: 480px;
	height: 130px;
	padding: 50px 0;
	display: block;
	margin: 0 auto;
  background-color: #fef9f0;
  border-bottom: solid 6px #e1ecf7;
  border-right: solid 6px #e1ecf7;
  border-radius: 20px;
  text-align: center;
  position: relative;
}

h5 {
  letter-spacing: 10px;
  font-weight: bold;
	color: #390a01;
	font-size: 30px;
	position: absolute;
	top: 30px;
	left: 130px;

}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

#contact a {
	font-size: 35px;
	letter-spacing: 10px;
	font-weight: bold;
	color: #5b0f01;
	text-decoration: none;
	position: absolute;
	top: 90px;
	left: 50px;
}


#contact p {
	position: absolute;
	top: 160px;
	font-size: 18px;
	letter-spacing: 5px;
	color: #390a01;
	padding: 0 75px;
}


/* ================================================ */
/*コースと料金*/
/* ================================================ */


#courseandprice {
	margin: 150px 0;
	text-align: center;
}

#courseandprice img {
	padding-bottom: 40px;
	width: 40vw;
}

.course {
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 1000px;
	height: 160px;
}

.box {
	display: block;
	justify-content: space-between;
  position: relative;
  width: 180px;
  border: solid 3px #ccdd55;
  border-radius: 20px;
}
.box .aline {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 20px;
  background: #FFF;
  color: #6fc376;
  font-weight: bold;
  font-family: 'Kiwi Maru', serif;
}
.box p {
  margin: 0; 
  padding: 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
	line-height: 3.0;
  color: #390a01;
}

.box .prepiano {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 5px;
  padding: 0 9px;
  line-height: 1;
  font-size: 20px;
  background: #FFF;
  color: #6fc376;
  font-weight: bold;
  text-align: center;
	font-family: 'Kiwi Maru', serif;
	letter-spacing: -2px;
}

.box .therapy {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 20px;
  background: #FFF;
  color: #6fc376;
  font-weight: bold;
  text-align: center;
  font-family: 'Kiwi Maru', serif;
}

.box .piano {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    background: #FFF;
    color: #6fc376;
    font-weight: bold;
    text-align: center;
    font-family: 'Kiwi Maru', serif;
}

@media screen and (min-width: 641px){
.res-br {
	display: none; }
}
h6 {
	margin-top: 60px;
	padding: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #390a01;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: 'Kiwi Maru', serif;

}

.teacher {
	width: 100%;
	height: 400px;
	background-color: #fef9f0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.momopic {
	width: 40%;
	text-align: center;
	padding-left: 50px;
	margin-left: 50px;
}

.momopic img {
	width: 40%;
	height: auto;
}

.momotext {
	padding-bottom: 80px;
	width: 60%;
	font-family: 'Kiwi Maru', serif;
	font-size: 15px;
  letter-spacing: 0.1em;
	line-height: 2.0;
}
.momotext img {
	width: 40vw;
	padding-bottom: 40px;
}

/* ================================================ */
/*フッター*/
/* ================================================ */

#access {
	line-height: 30px;
	width: 750px;
	height: 400px;
	text-align: center;
	margin: 50px auto;
	padding: 15px 0;
	font-family: 'Kiwi Maru', serif;
	letter-spacing: 4px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.info {
	text-align: left;
	color: #390a01;
}

.map {
	width: 400px;
}





/*=============================================== */
/*tablet.css 画面の横幅が768pxまで*/
/* ===============================================*/
 @media screen and (max-width: 768px){


.header-inner {
	display: none;
}

.menu-checkbox {
  display: none;
}

/* メニューボタンの装飾 */
.menu-button {
  display: block;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 200;
  height: 30px;
  width: 40px;
  cursor: pointer;
}

.menu-button:before,　.menu-button:after {
  content: '';
  transition: .3s;
}

.menu-button:before, .menu-button:after, .menu-button span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #390a01;
}
.menu-button::before {
  top: 0;
}
.menu-button::after {
  bottom: 0;
}
.menu-button span {
  top: 50%;
}

/* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button:before {
  top: 50%;
  transform: rotate(45deg);
}
.menu-checkbox:checked ~ .menu-button:after {
  top: 50%;
  transform: rotate(-45deg);
}
.menu-checkbox:checked ~ .menu-button span {
  display: none;
}

/* ドロワーメニューの装飾 */
.drawer-menu {
	display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 100%;
  width: 200px;
  transform: translateX(-100%);
  transition: .5s;
  background-color: #fff;
}
.drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.drawer-menu li {
  border-bottom: 1px dotted #ccc;
  margin: 13px 0;
}
.drawer-menu a {
	font-family: 'Kiwi Maru', serif;
  display: block;
  padding: 15px;
  color: #390a01;
  text-decoration: none;
}

/* ドロワーメニューの開閉 */
.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}

/* ドロワーメニューの背景 */
.menu-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}
.menu-checkbox:checked ~ .menu-background {
  display: block;
}



#mainvisual {
	width: 100%;
	height: 100vh;
}

h1 {
	box-sizing: border-box;
	height: 100vh;
}

h1 img {
	width: 90vw;
	padding-top: 58%;
}

.tolesson {
	box-sizing: border-box;
	top: 20px;
	right: 20px;
}

.tolesson img {
	width: 15vw;
}

.tolesson img:hover {
	transform: none;
}

 .concept {
 	height: 300px;
 	width: 100%;
 	display: block;
 	margin: 0 auto;
 }

.text {
	margin-left: 0px;
	padding: 80px 0;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.0;
	text-align: center;
}

.tree img {
	display: none;
}

.tone {
	display: none;
}

.points {
	width: 90%;
	margin: 0 auto;
}

#point1, #point2, #point3 {
	padding: 40px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

#point1 {
	flex-direction: column;
	margin: 0 auto;
	background-image: none;
}

#point2 {
	flex-direction: column-reverse;
	box-sizing: border-box;
	background-image: none;
}

#point3 {
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
	background-image: none;
}

.point1foto {
	width: 100%;
	padding:50px 0 20px 0;
	text-align: center;
}

.point2foto {
	width: 100%;
	padding: 50px 0 20px 0;
	text-align: center;
}

.point3pic {
	width: 100%;
	text-align: center;
}


.point1foto img {
	width: 30vw;
}
.point2foto img {
	padding-top: 10px;
	width: 30vw;
}
.point3pic img {
	padding: 50px 0 10px 0;
	text-align: center;
	width: 25vw;
}

.point1text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: left;
	padding-left: 35px;
}

.point1text p {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.point1text img {
	padding-left: 120px;
	width: 40vw;
}

.point2text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	box-sizing: border-box;
	margin: 0 auto;
}

.point2text p {
	padding: 0 145px;
	text-align: left;
}

.point2text img {
	padding: 0 80px;
	text-align: center;
	margin-left: 120px;
	width: 40vw;
}


.point3text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: left;
	margin-left: 0px;
}

.point3text p {
	width: 100%;
	text-align: left;
	margin: 5px 0;
}

.point3text img {
	text-align: center;
	width: 40vw;
	margin-left: 30px;
}


#archive {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

h2 {
	font-size: 50px;
}

.coursenprice anime img {
	width: 50vw;
}

.course {
	width: 80%;
	height: auto;
	flex-wrap: wrap;
	justify-content: space-around;
}

.box {
	margin: 30px;	
}

h6 {
	font-size: 14px;
	letter-spacing: 0.1em;
}

.teacher {
	display: block;
	width: 100%;
	height: auto;
	padding: 50px 0 20px 0;
	margin: 0 auto;
}

.momopic {
	margin: 0 auto;
	padding-left: 0;
}

.momotext {
	margin: 0 auto;
}

.momotext img {
	padding: 0 50px 30px 70px;
}

.momotext p {
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}


#access {
	width: 80%;
}

.info {
	width: 350px;
}

.info p {
	font-size: 12px;
}

table {
	font-size: 13px;
}

.map {
	width: 300px;

}


/*=============================================== */
/*smart.css 画面の横幅が640pxまで*/
/* ===============================================*/
 @media screen and (max-width: 640px){


.header-inner {
	height: 50px;
}

 .menu-button {
  height: 18px;
  width: 20px;
}

 #mainvisual {
	width: 100%;
	height: 100vh;
}

h1 {
	box-sizing: border-box;
	height: 100vh;
}

h1 img {
	box-sizing: border-box;
	margin-top: 58%;
}

.tolesson {
	top: 15px;
	right: 15px;
}

.tolesson img {
	width: 16vw;
}

.tolesson img:hover {
	transform: none;
}

 .concept {
 	height: 300px;
 	width: 100%;
 	display: block;
 	margin: 0 auto;
 }

.text {
	width: 100%;
	padding: 90px 0;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 2.0;
	text-align: center;
}

.tree img {
	display: none;
}

.tone {
	display: none;
}

.points {
	width: 78%;
	height: auto;
}

#point1 {
	margin: 0 auto;
	padding-top: 30px;
}

#point2 {
	margin: 0 auto;
	padding-top: 100px;
}

#point3 {
	padding: 100px 0 100px 0;
	margin: 0 auto;
}

#point1 {
	flex-direction: column;
}

#point2 {
	flex-direction: column-reverse;
}

#point3 {
	flex-direction: column;
}

.point1foto img {
	text-align: center;
	width: 40vw;
}

.point1text, .point2text, .point3text {
	width: 100%;
	margin: 0 auto;
	padding-left: 0px;
	text-align: left;
}


.point1text p {
	width: 100%;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.point1text img {
	margin: 5px 0 15px 0;
	padding-left: 70px;
}


.point2text p {
	padding: 0;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.point2text img {
	margin: 5px 0 15px 0;
}

.point3text p {
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.point3text img {
	margin: 10px 0 15px 67px;
}


#archive {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}

h2 {
	font-size: 35px;
}

h3 {
	width: 70%;
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
}

h4 {
	width: 60%;
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 2;
}

#contact {
	width: 60%;
	height: 8vh;
	margin: 10px auto;
	padding: 20px 0 30px 0;
}

h5 {
	font-size: 13px;
	letter-spacing: 0.2em;
	top: 20px;
	left: 65px;
}

#contact a {
	top: 35px;
	left: 20px;
}

#contact p {
	font-size: 11px;
	letter-spacing: 0.1em;
	top: 85px;
	padding: 0 27px;
}

#contact a {
	padding: 15px 0;
	font-size: 18px;
	margin: 0 auto;
	letter-spacing: 0.2em;
}

#courseandprice {
	width: 80%;
	margin: 80px auto;
}

#courseandprice	img {
	padding-bottom: 0;
	width: 70vw;
}

.box {
	margin: 30px 0;
}

h6 {
	padding-left: 70px;
	font-size: 14px;
	line-height: 2;
	text-align: left;
}

.teacher {
	display: block;
	padding-top: 100px;
}

.momopic img {
	width: 30vw;
}

.momotext img {
	width: 70vw;
	padding:0 10px 20px 0;
}

.momotext p {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 2.0;
}

#access {
	display: block;
	width: 80%;
	height: auto;
	margin: 100px auto;
	margin-bottom: 100px;
}

.info {
	box-sizing: border-box;
	width: 100%;
}

.info p {
	font-size: 12px;
}

table {
	width: 70%;
	margin-bottom: 50px;
}

tr {
	font-size: 11px;
}

td {
	font-size: 11px;
}

.map {
	text-align: center;
	width: 90%;
	margin: 20px 10px;
}











