@charset "UTF-8";

/* 基本設定 */

.wapper{
width: 100%;	
background: rgb(213, 241, 184, 1);	
	
}



.container {
	background-color: #ffffff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	max-width :1080px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.pc-header{
width:100%;	
max-width: 1080px;
height: 70px;
background: #ffffff;

}


.pc-header-left {
float: left;	
width: 50%;
		
}
.pc-header-left > p {
font-size:22px;
font-weight: normal;	
color:#000000;
text-decoration: none;	
padding-top:10px;	
padding-left:20px;		
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pc-header-left > p >a {
text-decoration: none;
color:#000000;	
}

.pc-header-right {
float: left;	
width: 50%;
text-align: right;	
}

.pc-header-right > p {
font-size:15px;
font-weight: normal;	
color:#000000;
text-align: right;
line-height: 120%;	
padding-top:5px;	
padding-right:20px;		
}




/* スマホヘッダーメニュー */

/* SPヘッダー3ハンバーガーのみ */
.sp-header {	
position: fixed;	
top: 0;	
left: 0;
width: 100%;
padding-bottom: 0px;
	z-index: 25;
background: #ffffff;	
	height: 50px;
margin-top:0px;	
  box-shadow: 0px 1px 3px #dfdfdf;		
}
.sp-header-menu1{
width: 66%;	
margin: 0 auto;
float:left;	
	height: 50px;
padding-top:10px;	
}
.sp-header-menu1> a{
font-size:20px;	
color:#000000;
text-decoration: none;
padding-left:7%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

.sp-header-menu2{
width: 9%;	
margin-top:5px;
margin-right:2%;	
float:right;	
height: 33.5px;	
background: #ffffff;
padding-top:12px;
padding-left:1%;

}

/* spハンバーガー */
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 11%;
  height: 52px;
  vertical-align: middle;	
padding-left: 10%;	
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 1px;
  background: #4a4a4a;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
padding-top:5%;	
padding-left:5%;
background: #fafff4;	
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;

  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content > li
{width: 95%;
  color: black;
  border-left: solid 0px orange;/*左側の線*/
  margin-bottom: 6px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 12px 0;
  border-bottom:1px solid #dfdfdf;	
  list-style-type: none!important;
}
#nav-content > li:before {
	content: '';
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 40px;
	margin-top:0px;
margin-left:0px;	
	display: block;
	background-image: url("../images/pc-lesson-maekazari1.svg"); 
	background-repeat:  no-repeat;
	background-position:  5% 0%; /*フレーム下部画像*/
	background-size: 5%;
}

#nav-content  > li > a {
	font-weight: normal;
	   color: #4a4a4a;
	text-decoration: none;
display:block;
padding-left:15%;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

.sp-menu-eigo{
font-family: 'Dancing Script', cursive;		
font-size:15px;
color:#6a6a6a;
letter-spacing: 2px;	
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}




.row.blockDisplay {
	display: block;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}



/* ＰＣメニュー */

.menu {
	position: relative;
	width: 100%;
	height: 40px;
	max-width: 1080px;
	margin: 0 auto;
	padding:0;

}

.menu ul{
	padding:0;	
}

.menu > li {
	float: left;
	list-style: none;
	text-align: center;
	letter-spacing: 1px;
padding-top:6px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


.menu > li a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size:10px;	
	line-height: 130%;
}

.menu > li a:hover {
	color: #000000;
}


.menu__single:hover {
  background: #c7e2c7;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.menu__second-level li {
  border-top: 1px solid #e9e9e9;
	font-size:14px;
list-style: none;
  background: #ffffff;	
}


.menu__second-level li a:hover {
  background: #e2f1e2;
}



.init-bottom{
	font-size: 12px;
}

.init-bottom1{
	font-size: 12px;
}

.init-bottom1:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 4px 15px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

/**
 * single menu
 */
.menu > .menu__single {
  position: relative;
width: 16.6666667%;	
max-width: 180px;
line-height: 100%;	
height: 40px;	
border-right:1px dashed #ffffff;	
background: #eaffd5;	
		
}

.menu > .menu__single:hover {	
 opacity: 0.7;	
	
}

.menu > .menu__single:last-child {
  position: relative;
width: 16.6666667%;
max-width: 180px;
border-right:none;	
background: #eaffd5;
}

.menu > .menu__single:last-child:hover {	
	 opacity: 0.7;
}

.menu-title{
font-size:10px;	
text-align: center;	
font-family: 'Dancing Script', cursive;	
}



/* 基本Pタグ設定 */

p{
    margin: 10px auto;
	padding-left: 1%;
	padding-right: 0%;
    font-size: 16px;
	text-align: left;
	letter-spacing: 1px;
	width: 96%;
	max-width: 680px;
	color:#353535;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

p.spsite{
    margin: 10px auto;
	padding-left: 1%;
	padding-right: 0%;
    font-size: 16px;
	text-align: left;
	letter-spacing: 1px;
	width: 96%;
	color:#4a4a4a;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/* pcサイトで使っているCSS*/
/* pc見出しタグ */


.pc-midashi1{	
width: 800px;
position: relative;	
margin:auto;
margin-top:20px;
margin-bottom:70px;	
background-image: url("../images/pc-midashi-kazari-ue.svg"); 
background-repeat:  no-repeat;
background-position:  0% 0%; /*フレーム下部画像*/	
}
.pc-midashi1:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	margin-top:-100px;
	display: block;
	background-image: url("../images/pc-midashi-kazari-shita.svg"); 
	background-repeat:  no-repeat;
	background-position:  100% 100%; /*フレーム下部画像*/
}

.pc-midashi2{	
width: 800px;
position: relative;	
margin:auto;
margin-top:90px;
margin-bottom:70px;	
background-image: url("../images/pc-midashi-kazari-ue.svg"); 
background-repeat:  no-repeat;
background-position:  0% 0%; /*フレーム下部画像*/	
}
.pc-midashi2:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	margin-top:-100px;
	display: block;
	background-image: url("../images/pc-midashi-kazari-shita.svg"); 
	background-repeat:  no-repeat;
	background-position:  100% 100%; /*フレーム下部画像*/
}



.sp-midashi1{	
width: 100%;
position: relative;	
margin:auto;
margin-top:0px;
margin-bottom:30px;	
background-image: url("../images/pc-midashi-kazari-ue.svg"); 
background-repeat:  no-repeat;
background-position:  0% 0%; /*フレーム下部画像*/	
background-size: 28%;	
}
.sp-midashi1:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 115px;
	margin-top:-112px;
	display: block;
	background-image: url("../images/pc-midashi-kazari-shita.svg"); 
	background-repeat:  no-repeat;
	background-position:  100% 100%; /*フレーム下部画像*/
	background-size: 28%;	
}

.sp-midashi2{	
width: 100%;
position: relative;	
margin:auto;
margin-top:60px;
margin-bottom:30px;	
background-image: url("../images/pc-midashi-kazari-ue.svg"); 
background-repeat:  no-repeat;
background-position:  0% 0%; /*フレーム下部画像*/	
background-size: 28%;	
}
.sp-midashi2:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 115px;
	margin-top:-112px;
	display: block;
	background-image: url("../images/pc-midashi-kazari-shita.svg"); 
	background-repeat:  no-repeat;
	background-position:  100% 100%; /*フレーム下部画像*/
	background-size: 28%;	
}


.sp-midashi-page{	
width: 100%;
position: relative;	
margin:auto;
margin-top:30px;
margin-bottom:40px;	
background-image: url("../images/pc-midashi-kazari-ue.svg"); 
background-repeat:  no-repeat;
background-position:  0% 0%; /*フレーム下部画像*/	
background-size: 28%;	
}
.sp-midashi-page:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 115px;
	margin-top:-112px;
	display: block;
	background-image: url("../images/pc-midashi-kazari-shita.svg"); 
	background-repeat:  no-repeat;
	background-position:  100% 100%; /*フレーム下部画像*/
	background-size: 28%;	
}







h1{
font-size: 24px;
width: 630px;	
text-align: center;
margin:auto;	
color: #000000;	
letter-spacing: 2px;		
border-bottom: 1px solid #555555;	
padding-top:30px;
padding-bottom:0px;
margin-bottom:0px;	
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}




h2{
font-size: 24px;
width: 630px;	
text-align: center;
margin:auto;	
color: #000000;	
letter-spacing: 2px;		
border-bottom: 1px solid #555555;	
padding-top:30px;
padding-bottom:0px;
margin-bottom:0px;	
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

h3{
font-size: 21px;
width: 70%;	
text-align: center;
margin:auto;	
color: #000000;	
letter-spacing: 2px;		
border-bottom: 1px solid #555555;	
padding-top:20px;	
font-weight: normal;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-h3-komoji{
font-size:12px;
line-height: 100%;	
}

h4{
font-size: 21px;
width: 70%;	
text-align: center;
margin:auto;	
color: #000000;	
letter-spacing: 2px;		
border-bottom: 1px solid #555555;	
padding-top:47px;	
font-weight: normal;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

.pc-midashi-eigo{
width: 100%;	
font-size:30px;
margin-top:10px;
margin-bottom:30px;	
text-align: center;
font-family: 'Tangerine', cursive;	
}

.sp-midashi-eigo{
width: 70%;	
font-size:24px;
color:#000000;	
padding-top:10px;
padding-bottom:30px;	
margin:auto;	
text-align: center;
font-family: 'Tangerine', cursive;	
}



/* pcトップメイン*/
.pc-main{
width: 100%;	
}
.pc-main-left{
float: left;	
width: 50%;	
height: 300px;
background-image: url("../images/pc-main-left-piano.jpg"); 	
}
.pc-main-right{
float: left;	
width: 50%;
height: 300px; 
background-image: url("../images/main-right-back.jpg");
}


.pc-top-main-title{
  position: relative;
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin:auto;	
margin-top:10px;	
margin-bottom:10px;	
background: rgb(255, 255, 255, 0.9);	
}
.pc-top-main-title > p {
  position: absolute;
  width: 100%;
font-size:34px;
letter-spacing: 3px;	
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align:center;
  line-height: 150%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.pc-top-main-title-span{
font-size: 30px;	
}




/* pcトップページ紹介*/


.pc-top-shoukai-midashi{
position: relative;		
width: 700px;
margin:auto;
margin-top:40px;
margin-bottom:15px;	
background: rgb(213, 255, 170, 0.9);			
}

.pc-top-shoukai-midashi:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;	
	display: block;
	background-image: url("../images/pc-lesson-maekazari1.svg"); 
	background-repeat:  no-repeat;
	background-position:  2% 50%; /*フレーム下部画像*/
	background-size: 2%;
}


.pc-top-shoukai-midashi > p{
font-size:18px;
font-weight: bold;
color:#408000;
padding-top:7px;
padding-bottom:5px;	
padding-left:25px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.pc-gassou{
width: 650px;
margin:auto;
padding-top:40px;
padding-bottom:70px;	
}
/* pcトップページ教室風景*/

.pc-top-lessonimage-back{
width: 100%;
margin-top:40px;		
padding:30px 0;	
background-image: url("../images/pc-hyou-back.jpg") ;
background-repeat: repeat-x repeat-y;		
}

.pc-top-lessonimage{
width: 100%;
margin:auto;	
padding:20px 0;		
}

.pc-top-lessonimage-photo{
float: left;	
width:  300px;	
margin:0px 30px;	
}
.pc-top-lessonimage-photo > p{
width: 90%;
font-size:15px;
color:#000000;		
}




/* pcトップページ特徴*/

.pc-tokuchou-zentai{
width: 100%;
margin-top:40px;	
}

.pc-top-tokuchou{
display:flex;	
width: 800px;
margin:auto;	
}

.pc-top-tokuchou-left1{
  float: left;	
width: 200px;
background: #d5ffaa;
}
.pc-top-tokuchou-left1 > p{
font-size: 150px;
line-height: 100%;	
text-align: center;
color:#ffffff;	
padding-top:30px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

.pc-top-tokuchou-left2{
  float: left;	
width: 200px;
background: #ffd5d5;	
}
.pc-top-tokuchou-left2 > p{
font-size: 150px;	
line-height: 100%;		
text-align: center;
padding-top:30px;	
color:#ffffff;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

.pc-top-tokuchou-left3{
  float: left;	
width: 200px;
background: #d5eaff;	
}
.pc-top-tokuchou-left3 > p{
font-size: 150px;
line-height: 100%;
padding-top:40px;	
text-align: center;
color:#ffffff;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

.pc-top-tokuchou-right1{
float: left;	
width: 600px;
background: #d5ffaa;
padding-top:20px;	
}
.pc-top-tokuchou-right1 > p{
font-size:16px;		
padding:10px 50px;	
color:#000000;
}

.pc-top-tokuchou-right2{
float: left;	
width: 600px;
background: #ffd5d5;
padding:20px 0;		
}
.pc-top-tokuchou-right2 > p{
font-size:16px;		
padding:10px 50px;	
color:#000000;	
}

.pc-top-tokuchou-right3{
float: left;	
width: 600px;
background: #d5eaff;
padding:20px 0;		
}
.pc-top-tokuchou-right3 > p{
font-size:16px;		
padding:10px 50px;	
color:#000000;	
}

.pc-top-tokuchou-right-midashi{	
width: 500px;
color:#000000;
font-size:22px;
text-align: left;
font-weight: bold;
margin:auto;	
border-bottom:1px solid #000000;
padding-left:25px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;				
}



/*pcトップページ楽器*/
.pc-gakki-zentai{
width: 100%;	
width: 450px;	
margin:auto;
margin-top:20px;
margin-bottom:30px;	
}
table.pc-gakki-table{
  width: 100%;	
border-collapse:collapse;
  border-pcacing: 0;
margin:auto;
border:	1px solid #e9e9e9;
}

table.pc-gakki-table th{
background: rgb(213, 241, 184, 0.4);	
  border-left: 0px solid #a8b7c5;
 border-right: 0px solid #a8b7c5;
  border-bottom: 1px solid #e9e9e9;
  width: 30%;
font-weight: normal;	
letter-pcacing: 2px;
}

table.pc-gakki-table th > p{
  text-align: center;
padding-right: 10px;
padding-left: 10%;
font-weight: normal;
font-size:16px;
	color:#000000;	
letter-pcacing: 1px;	
}
table.pc-gakki-table td{
  text-align: left;
background: #ffffff;	
  border-bottom: 1px solid #e9e9e9;
  border-top: 0px solid #a8b7c5;
  width: 70%;
	font-size:16px;		
	color:#000000;	
padding-left:10%;	
letter-spacing: 2px;		
}

.pc-gakki-setumei{
width: 700px;	
margin:auto;	
}
.pc-gakki-setumei > p{
font-size:17px;	
}
.pc-gakki-setumei > p > a{
text-decoration: none;	
}
.pc-gakki-setumei > p > a:hover{
text-decoration: underline;	
}

/* pcトップページプロフィール*/
.pc-top-profile{
width: 860px; 
margin:auto;	      
margin-top:50px; 
}

.pc-top-profile-left{
float: left;		
width: 400px;
margin:0px 15px;
text-align: center;	
}
.pc-top-profile-left > p{
font-size:16px;
text-align: center;	
letter-spacing: -1px;	
}




.pc-top-profile-right{
float: right;		
width: 400px; 
margin:0px 15px;		
}

.pc-top-profile-right > p{
font-size:16px;
line-height: 150%;	
color:#000000;
margin-top:-6px;	
}

/* pcリンクボタン */

.pc-blog-btn {
	float: left;
	width: 200px;
	margin-top:20px;
	margin-left:17px;
   background: rgb(128, 213, 43, 1);
	text-align: center;	
}
.pc-blog-btn a {
	font-size:14px;	
	font-weight: normal;
	   color: #ffffff;
	padding:5px 10px;
	text-decoration: none;
display:block;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.pc-blog-btn:hover {
opacity: 0.8;
}

.pc-insta-btn {
	float: left;
	width: 200px;
	margin-top:20px;	
	margin-left:17px;
    background: rgb(207,46,146,1);
	text-align: center;
}
.pc-insta-btn a {
	font-size:14px;	
	font-weight: normal;
	   color: #ffffff;
	text-decoration: none;
	padding:5px 10px;	
display:block;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.pc-insta-btn:hover {
opacity: 0.8;
}

.pc-facebook-btn {
	float: left;
	width: 200px;
	margin-top:20px;	
	margin-left:17px;
    background: rgb(60,90,153,1);
	text-align: center;
}
.pc-facebook-btn a {
	font-size:14px;	
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding:5px 10px;
display:block;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.pc-facebook-btn:hover {
opacity: 0.8;
}



/* pcトップページ料金と開講時間*/

/* pc教室ページ＞表を囲むボックス */

.pc-top-lesson-zentai{
width: 100%;
padding:50px 0;
background-image: url("../images/pc-hyou-back.jpg") ;
background-repeat: repeat-x repeat-y;	
}


.pc-toplesson{
position: relative;	
width: 100%;	
z-index: 2;	
margin: 0 auto;
max-width:650px;
background: #ffffff;
padding-top:0px;	
padding-bottom:20px;
border:0px solid #cccccc;	
text-align: left;	

}



/* pcトップページ料金見出し*/
.pc-top-lesson-midashi{
position: relative;
margin:auto;
z-index: 1;	
margin-bottom:20px;
padding:5px 0;		
width: 100%;
text-align: center;	

	
}
.pc-top-lesson-midashi:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	margin-top:0px;
margin-left:0px;	
	display: block;
background-image: url("../images/pc-lesson-midashi-kazari-mae.png"); 
background-repeat:  no-repeat;
background-position:  20% 85%; /*フレーム下部画像*/
background-size: 19%;	
}
.pc-top-lesson-midashi:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	margin-top:-46px;
margin-left:0px;	
	display: block;
background-image: url("../images/pc-lesson-midashi-kazari-ushiro.png"); 
background-repeat:  no-repeat;
background-position:  81% 20%; /*フレーム下部画像*/
background-size: 19%;		
}



.pc-top-lesson-midashi > p{
	
font-size: 20px;	
text-align: center;
color: #000000;	

font-weight: bold;	
letter-spacing: 2px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pc-top-lesson-kugirisen{
width: 100%;	
}
.pc-top-lesson-kugirisen-shita{
width: 100%;	
margin-bottom:20px;	
}


/* pc教室ページ＞料金テーブルタグ */



table.pcryoukin{
  width: 98%;	
  max-width: 550px;
  border-collapse:separate;
  border-spacing: 0;
margin:auto;
}

table.pcryoukin th:first-child{

}

table.pcryoukin th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 0px solid #a8b7c5;
}

table.pcryoukin th{
position: relative;	
  text-align: left;
  background: #ffffff;
  border-left: 0px solid #a8b7c5;
 border-top: 0px solid #a8b7c5;
  border-bottom: 1px dotted #a8b7c5;
  width: 50%;
font-weight: normal;
	font-size:16px;
	color:#4a4a4a;		
letter-spacing: 2px;
}

table.pcryoukin th > p{
position: relative;	
  text-align: left;
padding-right: 10px;
padding-left: 80px;
font-weight: normal;
font-size:16px;
color:#000000;	
letter-spacing: 2px;
}
table.pcryoukin th:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	margin-top:0px;
margin-left:0px;	
	display: block;
	background-image: url("../images/pc-lesson-maekazari1.svg"); 
	background-repeat:  no-repeat;
	background-position:  15% 60%; /*フレーム下部画像*/
	background-size: 7%;
}



table.pcryoukin td{
  text-align: left;
background: #ffffff;	
  border-left: 0px solid #a8b7c5;
  border-bottom: 1px dotted #a8b7c5;
  border-top: 0px solid #a8b7c5;
  width: 100%;
	font-size:16px;	
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom:10px;	
color:#000000;	
letter-spacing: 1px;	
}

table.pcryoukin td:first-child{

}

/* pc教室ページ＞開講時間テーブルタグ */
.pc-top-jikan-zentai{
width: 100%;
padding:30px 0;
background: #ffd5d5;	
}

table.pckaikoujikan{
  width: 600px;
  border-collapse:separate;
  border-spacing: 0;
border-bottom:0px solid #a8b7c5;
margin:auto;
}



table.pckaikoujikan th{
position: relative;	
  background: #ffffff;
  border-left: 0px solid #a8b7c5;
 border-top: 0px solid #a8b7c5;
  border-bottom: 1px dotted #a8b7c5;
  width: 50%;
padding:5px 0;	
}
table.pckaikoujikan th:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	margin-top:0px;
margin-left:0px;	
	display: block;
	background-image: url("../images/pc-lesson-maekazari2.svg"); 
	background-repeat:  no-repeat;
	background-position:  35% 60%; /*フレーム下部画像*/
	background-size: 7%;
}
table.pckaikoujikan th > p{
position: relative;	
  text-align: right;
padding-left: 40%;
font-weight: normal;
font-size:16px;
color:#000000;	
letter-spacing: 2px;
}


table.pckaikoujikan td{
  text-align: left;
	font-size:16px;	
background: #ffffff;	
  border-left: 0px solid #a8b7c5;
  border-bottom: 1px dotted #a8b7c5;
  border-top: 0px solid #a8b7c5;
  width: 50%;
  padding-top: 11px;
  padding-left: 0px;
  padding-bottom:10px;	
color:#000000;	
letter-spacing: 4px;	
}

table.pckaikoujikan td:first-child{

}
.pc-lesson-bikou{
width: 100%;	
}
.pc-lesson-bikou > p{
font-size:16px;
color:#000000;
padding-left:5%;
padding-right:5%;	
}


/* pcアクセス */
.pc-access{
width: 100%;	
text-align: center;	
padding-bottom:20px;	
}
/* pc問合せLINE */
.pc-line-botan{
padding-top:30px;
padding-left:230px;	
padding-bottom:30px;
}
.pc-line-botan:hover{
opacity: 0.8;
}


/* pc問い合わせ注意事項 */

.pc-toiawase-chuui{
width: 65%;
max-width: 600px;	
margin:auto;
margin-top:40px;	
border:1px solid #bfbfbf;	
}
.pc-toiawase-chuui > p{
font-size:15px;
padding:10px 20px;	
}

.clear {
clear:both;
}







/* spサイトCSS */

.sp-maingazou {
    width: 100%;
	padding-top:19px;

}

.sp-top-main{
width: 100%;
height: 250px;	
background-image: url("../images/sp-main-piano.jpg"); 
margin-top:19px;
margin-bottom:30px;
padding:10px 0;	
background-size: cover;
}


.sp-top-main-title{
  position: relative;
  display: block;
  float: right;
  width: 230px;
  height: 150px;
  top:18%;	
  border-radius: 0%;
padding:0px 0;	
background: rgb(255, 255, 255, 0.9);	
}
.sp-top-main-title > p {
  position: absolute;
  width: 100%;
font-size:25px;
letter-spacing: 2px;	
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align:center;
  line-height: 160%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}


.sp-top-main > p{
font-size:16px;	
color:#000000;	
}



/* spトップページ紹介*/


.sp-top-shoukai-midashi{
position: relative;	
width: 100%;
margin:auto;
margin-top:50px;
margin-bottom:15px;	
padding:0px 0;	
background: rgb(234, 255, 213, 0.9);	
}
.sp-top-shoukai-midashi:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	margin-top:0px;
margin-left:0px;	
	display: block;
	background-image: url("../images/pc-lesson-maekazari1.svg"); 
	background-repeat:  no-repeat;
	background-position:  2% 50%; /*フレーム下部画像*/
	background-size: 4%;
}
.sp-gassou{
width: 100%;
padding-top:40px;
padding-bottom:70px;	
}
.sp-top-shoukai-midashi > p{
font-size:19px;
font-weight: bold;
color:#408000;	
padding-top:7px;
padding-bottom:7px;	
padding-left:30px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

/* spトップページ教室風景*/

.sp-top-lessonimage-back{
width: 100%;
margin-top:80px;	
padding:40px 0;	
background-image: url("../images/sp-lessonimage-back.jpg") ;
background-repeat: repeat-x repeat-y;		
}

.sp-top-lessonimage1{
width: 90%;
margin:auto;
text-align: center;	
padding-bottom:0px;	
}
.sp-top-lessonimage{
width: 90%;
margin:auto;
text-align: center;	
padding-top:30px;	
}
.sp-top-lessonimage-bun{
width: 85%;
margin:auto;
}
.sp-top-lessonimage-bun > p{
font-size:16px;
padding-left:3%;	
}



/* sp特徴 */

.sp-tokuchou-zentai{
width: 100%;
margin-top:40px;	
}

.sp-tokuchou-1{
width: 100%;
background: rgb(213, 255, 170, 0.7);	
}
.sp-tokuchou-1 > p{
width: 100%;
padding-left:5%;
padding-right:5%;	
padding-bottom:5%;		
}

.sp-tokuchou-2{
width: 100%;
background: rgb(255, 213, 213, 0.7);	
}
.sp-tokuchou-2 > p{
width: 100%;
padding-left:5%;
padding-right:5%;	
padding-bottom:5%;	
}

.sp-tokuchou-3{
width: 100%;
background: rgb(213, 234, 255, 0.7);	
}
.sp-tokuchou-3 > p{
width: 100%;
padding-left:5%;
padding-right:5%;	
padding-bottom:5%;
}


/* sp特徴ナンバー */

table.sp-tokuchou , td, th {
	border: 0px solid #595959;
	border-collapse: collapse;
	margin-bottom:0px;		
}
table.sp-tokuchou th {
	width: 20%;
font-size:70px;
color: #ffffff;
font-weight: 100;	
text-align: center;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
}
table.sp-tokuchou td{
width: 80%;
text-align: left;	
font-size:20px;
padding-left:5%;
letter-spacing: 2px;
font-weight:normal;	
line-height: 150%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

.sp-tokuchou-kugirisen{
margin-top:-20px;
}


/*spトップページ楽器*/
.sp-gakki-zentai{
width: 100%;		
margin:auto;
margin-top:20px;
margin-bottom:30px;	
}
table.sp-gakki-table{
  width: 100%;	
border-collapse:collapse;
  border-spacing: 0;
margin:auto;
border:	1px solid #e9e9e9;
}

table.sp-gakki-table th{
background: rgb(213, 241, 184, 0.4);	
  border-left: 0px solid #a8b7c5;
 border-right: 0px solid #a8b7c5;
  border-bottom: 1px solid #e9e9e9;
  width: 30%;
font-weight: normal;	
letter-spacing: 2px;
}

table.sp-gakki-table th > p{
  text-align: center;
padding-right: 10px;
padding-left: 10%;
font-weight: normal;
font-size:16px;
	color:#4a4a4a;	
letter-spacing: 1px;	
}
table.sp-gakki-table td{
  text-align: left;
background: #ffffff;	
  border-bottom: 1px solid #e9e9e9;
  border-top: 0px solid #a8b7c5;
  width: 70%;
	font-size:16px;		
	color:#4a4a4a;	
padding-left:10%;	
letter-spacing: 2px;		
}

.sp-gakki-setumei{
width: 100%;	
margin:auto;
}
.sp-gakki-setumei > p{
font-size:17px;	
}
.sp-gakki-setumei > p > a{
text-decoration: none;	
}
.sp-gakki-setumei > p > a:hover{
text-decoration: underline;	
}


/* spプロフィール */
.sp-profile-image{
width: 65%;
margin:auto;	
text-align: center;
padding-bottom:10px;	
}
.sp-profile-image > p{
font-size:18px;
letter-spacing: -1px;	
text-align: center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sp-profile{
font-size:15px;	
}


/* spリンクボタン */

.sp-blog-btn {
	float: left;
	width: 50%;
	margin-left:3%;
	margin-top:20px;
   background: rgb(128, 213, 43, 1);
	text-align: center;	
}
.sp-blog-btn a {
	font-size:14px;	
	font-weight: normal;
	   color: #ffffff;
	padding:5px 10px;
	text-decoration: none;
display:block;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-blog-btn:hover {
opacity: 0.8;
}

.sp-insta-btn {
	float: left;
	width: 50%;
	margin-left:3%;
	margin-top:20px;
    background: rgb(207,46,146,1);
	text-align: center;
}
.sp-insta-btn a {
	font-size:14px;	
	font-weight: normal;
	   color: #ffffff;
	text-decoration: none;
	padding:5px 10px;	
display:block;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-insta-btn:hover {
opacity: 0.8;
}

.sp-facebook-btn {
	float: left;
	width: 50%;
	margin-left:3%;
	margin-top:20px;
    background: rgb(60,90,153,1);
	text-align: center;
}
.sp-facebook-btn a {
	font-size:14px;	
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding:5px 10px;
display:block;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-facebook-btn:hover {
opacity: 0.8;
}

/* spトップページ料金と開講時間*/

/* sp教室ページ＞表を囲むボックス */

.sp-top-lesson-zentai{
width: 100%;
padding:50px 0;
background-image: url("../images/sp-lessonimage-back.jpg") ;
background-repeat: repeat-x repeat-y;	
}


.sp-toplesson{
width: 90%;	
margin: 0 auto;
background: #ffffff;
padding-top:0px;	
padding-bottom:20px;
border:0px solid #cccccc;	
text-align: left;	

}



/* spトップページ料金見出し*/
.sp-top-lesson-midashi{
position: relative;
margin:auto;
margin-bottom:0px;
padding:5px 0;		
width: 100%;
text-align: center;	

	
}
.sp-top-lesson-midashi:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	margin-top:0px;
margin-left:0px;	
	display: block;
background-image: url("../images/pc-lesson-midashi-kazari-mae.png"); 
background-repeat:  no-repeat;
background-position:  8% 78%; 
background-size: 22%;	
}
.sp-top-lesson-midashi:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	margin-top:-46px;
margin-left:0px;	
	display: block;
background-image: url("../images/pc-lesson-midashi-kazari-ushiro.png"); 
background-repeat:  no-repeat;
background-position:  92% 50%;
background-size: 22%;		
}



.sp-top-lesson-midashi > p{
	
font-size: 19px;	
text-align: center;
color: #000000;	

font-weight: normal;	
letter-spacing: 2px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sp-top-lesson-kugirisen{
width: 100%;	
}
.sp-top-lesson-kugirisen-shita{
width: 100%;	
margin-bottom:20px;	
}


/* sp教室ページ＞料金テーブルタグ */



table.spryoukin{
  width: 98%;	
  border-collapse:separate;
  border-spacing: 0;
margin:auto;
}



table.spryoukin th{
position: relative;	
  text-align: left;
  background: #ffffff;
  border-left: 0px solid #a8b7c5;
 border-top: 0px solid #a8b7c5;
  border-bottom: 1px solid #e9e9e9;
  width: 50%;
font-weight: normal;	
letter-spacing: 2px;
}

table.spryoukin th > p{
position: relative;	
  text-align: left;
padding-right: 10px;
padding-left: 24%;
font-weight: normal;
font-size:15px;
	color:#4a4a4a;	
letter-spacing: 1px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
table.spryoukin th:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 40px;
	margin-top:0px;
margin-left:0px;	
	display: block;
	background-image: url("../images/pc-lesson-maekazari1.svg"); 
	background-repeat:  no-repeat;
	background-position:  20% 60%; /*フレーム下部画像*/
	background-size: 15%;
}



table.spryoukin td{
  text-align: left;
background: #ffffff;	
  border-left: 0px solid #a8b7c5;
  border-bottom: 1px solid #e9e9e9;
  border-top: 0px solid #a8b7c5;
  width: 100%;
	font-size:15px;	
  padding-top: 13px;
  padding-bottom:13px;	
	color:#4a4a4a;	
letter-spacing: 1px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}




/* sp教室ページ＞開講時間テーブルタグ */


table.spkaikoujikan{
  width: 80%;
  border-collapse:separate;
  border-spacing: 0;
border-bottom:0px solid #a8b7c5;
margin:auto;
}



table.spkaikoujikan th{
position: relative;	
  background: #ffffff;
  border-left: 0px solid #a8b7c5;
 border-top: 0px solid #a8b7c5;
  border-bottom: 1px solid #e9e9e9;
  width: 50%;
padding:5px 0;	
}
table.spkaikoujikan th:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	margin-top:0px;
margin-left:0px;	
	display: block;
	background-image: url("../images/pc-lesson-maekazari2.svg"); 
	background-repeat:  no-repeat;
	background-position:  7% 60%; /*フレーム下部画像*/
	background-size: 10%;
}
table.spkaikoujikan th > p{
position: relative;	
  text-align: left;
padding-left: 25%;
font-weight: normal;
font-size:15px;
	color:#4a4a4a;		
letter-spacing: 2px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}


table.spkaikoujikan td{
  text-align: left;
	font-size:15px;	
background: #ffffff;	
  border-left: 0px solid #a8b7c5;
  border-bottom: 1px solid #e9e9e9;
  border-top: 0px solid #a8b7c5;
  width: 50%;
  padding-top: 11px;
  padding-left: 0px;
  padding-bottom:10px;	
	color:#4a4a4a;	
letter-spacing: 2px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

table.spkaikoujikan td:first-child{

}
.sp-lesson-bikou{
width: 100%;	
}
.sp-lesson-bikou > p{
font-size:16px;
color:#4a4a4a;	
padding-left:3%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}


/* spアクセス */
.sp-access{	
padding-bottom:20px;	
}
/* sp問合せ見出し */
.sp-toiawase-midashi{
font-size:18px;
font-weight: bold;		
}

/* sp問合せLINE */
.sp-line-botan{
padding-top:30px;
padding-left:4%;	
padding-bottom:30px;
}

/* sp問い合わせ注意事項 */

.sp-toiawase-chuui{
width: 95%;	
margin:auto;
margin-top:30px;	
border:1px solid #bfbfbf;	
}
.sp-toiawase-chuui > p{
font-size:14px;
padding:3%px 5%;	
}



/* spボタン */

.sp-btn {
	width: 75%;
   padding: 1em 1em;
    margin: 0 auto;
    background: #0080ff;
	border:0px solid #000000;
	border-radius: 0px;
	text-align: center;	
}
.sp-btn p {
    margin: 0; 
    padding: 0;
	text-align: center;
	font-size:18px;
}

.sp-btn a {
	font-size:16px;	
	font-weight: bold;
	   color: #ffffff;
	text-decoration: none;
display:block;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}




/* 上に戻るボタン */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #aae272;
  opacity: 0.6;
  border-radius: 50%;
margin-right: 3%;
	margin-bottom: 3%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';	
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}






/* pcフッター */

.pc-footer {
	width: 100%;
 max-width:1080px;
  background-color: rgb(170, 255, 170, 0.8);
	height: auto;	
}


.pc-footer > p {
	width: 100%;
	text-align: center;
  font-size: 12px;
  color: #000000;
  background-color: rgb(170, 255, 170, 0.8);
	letter-spacing: 1px;
padding-top:20px;	
padding-bottom:20px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}

/* spフッターナビ */

.footernav {
  margin: 0 0 0px;
  padding: 0;
  border-top: 1px solid #ffffff;
  font-size: 14px;
  list-style-type: none;
	background: #0055aa;
}
/*clearfix*/
.footernav:after {
  content: "";
  clear: both;
  display: block;
}
.footernav li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
/*奇数のli要素に適応*/
.footernav li:nth-child(odd) {
  border-right: 1px solid #ffffff;
}

.footernav a:hover {
  color: #000;
  background: #e6e6e6;
}


.footernav a {
  display: block;
  line-height: 44px;
position: relative;
  color: #ffffff;
  text-decoration: none;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}





/* spフッター */

.spfooter {
	width: 100%;
	clear: both;
  margin-top: 0px;
  text-align: center;
  border-top: solid 0px #b4b4b4;
  background-color:rgb(213, 241, 184, 1);	
}

.spfooter p {
	width: 100%;
	clear: both;
	text-align: center;
  font-size: 12px;
  color: #4a4a4a;
  line-height: 150%;
padding:10px 0;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}



*, *:before, *:after {
	box-sizing: border-box;
}



