@charset "UTF-8";

/* 基本設定 */
*{padding:0;margin:0;}

.wapper{
width: 100%;	
background-image: url("../images/zentai-back-green.jpg") ;
background-repeat: repeat-x repeat-y;		
	
}



.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 :1280px;
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: 1280px;
    height: 100px;
	padding-top:13px;
    background: #ffffff;
    box-shadow: 0px 5px 8px -5px rgba(0,0,0,0.5);
    overflow: hidden;
    box-sizing: border-box;
}

table.pc-header-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.pc-header-table td.left {
    width: 50%; /* 左側の幅を20%に変更 */
}

table.pc-header-table td.right {
    width: 50%; /* 右側の幅を80%に変更 */
		text-align: right;
}

.pc-header-left {
    width: 100%;
    padding-top: 17px;
}

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

.pc-header-left > p > a {
    text-decoration: none;
    color: #000000;
}

.pc-header-right {
    width: 100%;
    padding-top: 20px;

}

.pc-header-right > p {
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    line-height: 120%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    white-space: nowrap; /* 折り返しを防ぐ */
}

.pc-header-right > p > a {
    color: #000000;
	border-right:1px solid #cccccc;
    text-decoration: none;
    padding-right: 10px;
    margin-right: 10px; /* 余白を追加 */
}

.pc-header-right > p > a:last-child {
    margin-right: 0; /* 最後のリンクの余白を削除 */
}

.pc-header-right > p > a:hover {
    color: #000000;
    text-decoration: underline;
}




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

/* SPヘッダー3ハンバーガーのみ */
.sp-header {	
position: fixed;	
top: 0;	
left: 0;
width: 100%;
padding-bottom: 0px;
	z-index: 25;
background: rgb(255, 255, 255, 0.9);	
	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:12px;	
}
.sp-header-menu1> a{
font-size:14px;	
color:#000000;
text-decoration: none;
padding-left:4%;	
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;	
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: 1px;/*線の太さ*/
  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%;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
padding-top:5%;	
padding-left:5%;
background-image: url("../images/pc-kakulesson-back.jpg") ;
background-repeat: repeat-x repeat-y;	
background: rgb(250, 255, 244, 0.9);	
  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
{
	position: relative;
	width: 95%;
  color: black;
  border-left: solid 0px orange;/*左側の線*/
  margin-bottom: 6px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 12px 0;
  border-bottom:1px solid #d4d4d4;	
  list-style-type: none!important;
}
#nav-content > li:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #8a8a8a;
  border-right: solid 1px #8a8a8a;
  position: absolute;
  top: 50%;
 right: 25px;
  margin-top: -4px;
  transform: rotate(45deg);
}


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



/*チェックが入ったらもろもろ表示*/
#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: 45px;
	max-width: 1280px;
	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:12px;	
	line-height: 120%;
padding-bottom:5px;	
}

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


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



.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: 14.285714%;	
max-width: 154px;
line-height: 100%;	
height: 45px;	
border-right:1px dashed #ffffff;	
background: #55ff55;	
		
}

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

.menu > .menu__single:last-child {
  position: relative;
width: 14.45%;	
max-width: 156px;
border-right:none;	
background: #bfff80;
}

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

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



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


.pc-midashi1 {	
    width: 900px;
    position: relative;	
    margin: auto;
    margin-top: 0px;
    margin-bottom: 80px;
	padding-top:20px;
	padding-bottom:20px;
    background-image: url("../images/pc-midashi-kazari-ue.svg"); 
    background-repeat: no-repeat;
    background-position: 0% 0%; /*フレーム上部画像*/	
    background-size: 15%;	

}

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



.pc-midashi2 {	
    width: 900px;
    position: relative;	
    margin: auto;
    margin-top: 0px;
    margin-bottom: 80px;
	padding-top:60px;
	padding-bottom:20px;
    background-image: url("../images/pc-midashi-kazari-ue.svg"); 
    background-repeat: no-repeat;
    background-position: 0% 0%; /*フレーム上部画像*/	
    background-size: 15%;	
}

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

.pc-midashi-page {	
    width: 900px;
    position: relative;	
    margin: auto;
    margin-top: 30px;
    margin-bottom: 80px;
	padding-top:60px;
	padding-bottom:20px;
    background-image: url("../images/pc-midashi-kazari-ue.svg"); 
    background-repeat: no-repeat;
    background-position: 0% 0%; /*フレーム上部画像*/	
    background-size: 15%;	
}

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

.sp-midashi1{	
width: 100%;
position: relative;	
margin:auto;
margin-top:-30px;
margin-bottom:45px;	
background-image: url("../images/pc-midashi-kazari-ue.svg"); 
background-repeat:  no-repeat;
background-position:  0% 0%; /*フレーム下部画像*/	
background-size: 21%;
opacity: 0; /* 初期状態を設定 */
transform: translatex(-20px); /* 初期位置を下に設定 */
animation: sp-midashi1 1.8s ease-out forwards; /* アニメーションを適用 */	
}
@keyframes sp-midashi1 {
    0% {
        opacity: 0.3;
        transform: translatex(-20px);
    }
    100% {
        opacity: 1;
        transform: translatex(0);
    }
}
.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: 21%;	
}


.sp-midashi2{	
width: 100%;
position: relative;	
margin:auto;
margin-top:60px;
margin-bottom:45px;	
background-image: url("../images/pc-midashi-kazari-ue.svg"); 
background-repeat:  no-repeat;
background-position:  0% 0%; /*フレーム下部画像*/	
background-size: 21%;	
opacity: 0.3; /* 初期状態を設定 */
transform: translatex(-20px); /* 初期位置を下に設定 */
transition: opacity 1.5s ease-out, transform 1.5s ease-out; /* トランジションを適用 */	
}
/* 要素が表示されたときのスタイル */
.sp-midashi2.in-view {
    opacity: 1;
    transform: translatex(0);
}

.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: 21%;	
}


.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: 21%;	
}
.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: 21%;
}







h1{
width: 85%;
max-width: 700px;	
text-align: center;	
margin:auto;	
letter-spacing: 2px;		
border-bottom: 1px solid #d4d4d4;	
padding-top:30px;
line-height: 100%;
padding-bottom:10px;
}

.pc-h1-komiji{
font-size:17px;	
line-height: 100%;	
color:#3f3f3f;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.pc-h1{
font-size:24px;	
color:#3f3f3f;	
line-height: 100%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-h1-komoji{
font-size:12px;
line-height: 100%;	
font-weight: normal;	
}
.sp-h1{
font-size:18px;	
color:#3f3f3f;	
line-height: 100%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

h2{
width: 85%;
max-width: 700px;	
text-align: center;	
margin:auto;	
letter-spacing: 2px;		
border-bottom: 1px solid #d4d4d4;	
padding-top:30px;
line-height: 100%;
padding-bottom:10px;
}
.pc-h2{
font-size:24px;	
color:#3f3f3f;	
line-height: 100%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-h2{
font-size:22px;	
color:#3f3f3f;	
line-height: 100%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
h3{
font-size: 22px;
width: 84%;	
text-align: center;
margin:auto;	
color: #2a2a2a;	
letter-spacing: 0px;		
border-bottom: 1px solid #9f9f9f;		
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: 22px;
width: 80%;	
text-align: center;
margin:auto;	
color: #2a2a2a;	
letter-spacing: 2px;		
border-bottom: 1px solid #9f9f9f;		
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;
color:#3f3f3f;	
margin-top:10px;
margin-bottom:30px;	
text-align: center;
font-family: 'Tangerine', cursive;	
}

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



/* pcトップメイン*/
.pc-main{
width: 100%;
height: 380px;	
background-image: url("../images/pc-main-back-marinba.jpg");
  padding-top:10px;	
margin-bottom:80px;	
}

.pc-top-main-title{
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin:auto;
  margin-top:30px;
background-image: url("../images/pc-main-back1.png");	
		
}
.pc-top-main-title-naka{
position: absolute;	
width: 85%;
margin:auto;
left: 7%;
top: 28%;
padding:20px 0;	
opacity: 0; /* 初期状態を設定 */
transform: translateX(-30px); /* 初期位置を下に設定 */
animation: pc-top-main-title 1.8s ease-out forwards; /* アニメーションを適用 */	
}
@keyframes pc-top-main-title {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.pc-top-main-title-naka > p {
font-size:34px;
letter-spacing: 3px;	

  text-align:center;
  line-height: 170%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}





.pc-top-main-title-span{
font-size: 30px;	
}


/* pcトップページ教室紹介*/
.pc-top-shoukai{
width: 100%;	
margin-bottom:100px;	
}
.pc-top-shoukai-naka{
width: 750px;	
margin:auto;	
}
.pc-top-shoukai-naka > p{
font-size:16px;
letter-spacing: 1px;
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
/* pcトップページ教室風景*/

.pc-top-lessonimage-back{
width: 100%;
margin-top:40px;		
padding-top:20px;
padding-bottom:10px;	
background: #fff4ea;
margin-bottom:150px;		
}

.pc-top-lessonimage{
width: 1080px;
margin:auto;	
padding:50px 0;		
}
table.pc-lesson-photo-table{
  width: 100%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
}

table.pc-lesson-photo-table td{
width: 33.333%;	
vertical-align: top;
}

.pc-top-lessonimage-photo{	
width:  300px;	
margin:auto;	
margin-bottom:30px;	
text-align: center;	
}
.pc-top-lessonphoto-bun{
width: 300px;
margin:auto;		
}
.pc-top-lessonphoto-bun > p{
font-size:15px;
color:#3f3f3f;
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}





/* pcトップページ各レッスン*/

.pc-top-kakulessen-zentai{
width: 100%;
padding:40px 0;	
background: #fff7ef;	
margin-bottom:120px;	
}
.pc-top-kakulessen-zentai1{
width: 980px;	
margin:auto;	
}
.pc-top-kakulessen{
float: left;	
width: 480px;	
padding:20px 0;	
background: #fffff;	
}


.pc-top-kakulessen-naka1{	
width: 90%;	
padding:20px 10px;		
margin:auto;
border-radius: 	10px;
border:1px solid #cccccc;	
box-shadow: 3px 3px 6px #cccccc;
background: #ffffff;	
background-image: url("../images/lesson-back.jpg"); 
background-repeat:  no-repeat;
background-position:  100% 100%; /*フレーム下部画像*/
background-size: 100%;	
}
.pc-top-kakulessen-naka2{	
width: 90%;	
padding:20px 10px;		
margin:auto;
border-radius: 	10px;
border:1px solid #cccccc;	
box-shadow: 3px 3px 6px #cccccc;
background: #ffffff;	
background-image: url("../images/lesson-back.jpg"); 
background-repeat:  no-repeat;
background-position:  100% 100%; /*フレーム下部画像*/
background-size: 100%;		
}
.pc-top-kakulessen-naka3{	
width: 90%;	
padding:20px 10px;		
margin:auto;
border-radius: 	10px;
border:1px solid #cccccc;	
box-shadow: 3px 3px 6px #cccccc;
background: #ffffff;	
background-image: url("../images/lesson-back.jpg"); 
background-repeat:  no-repeat;
background-position:  100% 100%; /*フレーム下部画像*/
background-size: 100%;		
}
.pc-top-kakulessen-naka4{	
width: 90%;	
padding:20px 10px;		
margin:auto;
border-radius: 	10px;
border:1px solid #cccccc;	
box-shadow: 3px 3px 6px #cccccc;
background: #ffffff;	
background-image: url("../images/lesson-back.jpg"); 
background-repeat:  no-repeat;
background-position:  100% 100%; /*フレーム下部画像*/
background-size: 100%;		
}
.pc-top-kakulesson-bun{
width: 90%;
margin:auto;
padding-bottom:17px;	
}
.pc-top-kakulesson-bun > p{
width: 98%;	
font-size:16px;
padding:10px;
letter-spacing: 1px;
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.pc-top-kakulessen-naka-image{
width: 95%;
margin:auto;
text-align: center;	
padding:0px 0;	
}

/* pcトップページ各レッスン見出し*/
.pc-top-lessen-midashi{
position: relative;	
margin:auto;	
margin-bottom:20px;	
padding-top:30px;
padding-bottom:-10px;		
width: 90%;
text-align: center;	

}
.pc-top-lessen-midashi:before {
	content: '';
	position: absolute;
	width: 32px;
	height:100px;
	top:13%;
	left:0%;
	display: block;
    background-image: url("../images/gkref.svg"); 
    background-repeat: no-repeat;
    background-position: 0% 0%; /*フレーム下部画像*/
    background-size: 102%;
}
.pc-top-lessen-midashi > p{
font-size:19px;
text-align: left;
font-weight: bold;	
letter-spacing: 1px;	
padding-left:50px;
padding-bottom:5px;	
border-bottom:1px solid  #cccccc;	
color:#3f3f3f;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

.pc-top-gakusei-lessen-midashi{
position: relative;	
margin:auto;
margin-bottom:20px;
padding-top:0px;
padding-bottom:-10px;		
width: 90%;
text-align: center;	
background: #ffffff;
border-bottom:1px solid #d4d4d4;
}
.pc-top-gakusei-lessen-midashi:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #80ff00;
	top:13%;
	left:0%;
	display: block;
background-repeat:  no-repeat;
background-position:  20% 85%; /*フレーム下部画像*/
}
.pc-top-gakusei-lessen-midashi > p{
font-size:19px;
color:#3f3f3f;	
text-align: left;
font-weight: bold;	
letter-spacing: 1px;	
padding-left:30px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

.pc-top-otona-lessen-midashi{
position: relative;	
margin:auto;
margin-bottom:20px;
padding-top:0px;
padding-bottom:-10px;		
width: 90%;
text-align: center;	
background: #ffffff;
border-bottom:1px solid #d4d4d4;
}
.pc-top-otona-lessen-midashi:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #55aaff;
	top:13%;
	left:0%;
	display: block;
background-repeat:  no-repeat;
background-position:  20% 85%; /*フレーム下部画像*/
}
.pc-top-otona-lessen-midashi > p{
font-size:19px;
color:#3f3f3f;	
text-align: left;
font-weight: bold;	
letter-spacing: 1px;	
padding-left:30px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

.pc-top-hoikushi-lessen-midashi{
position: relative;	
margin:auto;
margin-bottom:20px;
padding-top:0px;
padding-bottom:-10px;		
width: 90%;
text-align: center;	
background: #ffffff;
border-bottom:1px solid #d4d4d4;
}
.pc-top-hoikushi-lessen-midashi:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ff55aa;
	top:13%;
	left:0%;
	display: block;
background-repeat:  no-repeat;
background-position:  20% 85%; /*フレーム下部画像*/
}
.pc-top-hoikushi-lessen-midashi > p{
font-size:19px;
color:#3f3f3f;	
text-align: left;
font-weight: bold;	
letter-spacing: 1px;	
padding-left:30px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}





/* pcトップページ特徴*/
.pc-top-tokuchou-bun{
width: 750px;
margin:auto;
margin-bottom:100px;	
}
.pc-top-tokuchou-bun > p{
font-size:16px;
letter-spacing: 1px;
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.pc-tokuchou-zentai{
width: 100%;
margin-bottom:120px;	
}
.pc-top-tokuchou{
display:flex;	
width: 800px;
margin:auto;	
}

.pc-top-tokuchou-left1{
  float: left;	
width: 200px;
background: rgb(191, 234, 149, 0.7);
}
.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: rgb(191, 234, 149, 0.7);
padding-top:20px;	
}
.pc-top-tokuchou-right1 > p{
font-size:16px;		
padding:10px 50px;	
color:#3f3f3f;
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.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:#3f3f3f;
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.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:#3f3f3f;
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

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




/* pcトップページプロフィール*/
.pc-top-profile{
width: 850px; 
margin:auto;	      
margin-bottom:120px;
}
table.pc-profile-table{
  width: 100%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
	
}

table.pc-profile-table td.left{
width: 300px;	
vertical-align: top;	
}
table.pc-profile-table td.right{
width: 550px; 
vertical-align: top;	
}


.pc-top-profile-left{		
width: 100%;	
}
.pc-top-profile-left-image{
width: 100%;	
}
.pc-top-profile-left-bun{
width: 100%;	
text-align: center;	
}
.pc-top-profile-left-bun > p{
font-size:16px;
letter-spacing: 1px;
color:#3f3f3f;		
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}


.pc-top-profile-right{		
width: 500px; 
margin:auto;
padding-left:30px;	
}

.pc-top-profile-right > p{
font-size:16px;
line-height: 180%;	
color:#3f3f3f;
margin-top:-6px;
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/* pcリンクボタン */

table.pc-profile-link{
  width: 100%;	
border-collapse:collapse;
  border-pcacing: 0;
 margin:auto;
margin-top:30px;	
}



table.pc-profile-link th{
  width: 50%;
}

table.pc-profile-link td{
  width: 50%;	
}

.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-insta{
width: 100%;	
height: 40px;	
text-align: left;
font-family: tbudrgothic-std, sans-serif;
  	background-image: url("../images/insta.png"); 
	background-repeat:  no-repeat;
	background-position:  0% 50%; /*フレーム下部画像*/
	background-size: 11%;	
}
.pc-insta > p{
font-size: 16px;		
letter-spacing: 2px;			
font-weight: bold;
padding-top:7px;
padding-left:37px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-insta > p > a{
color: #552b00;	
text-decoration: none;
}
.pc-insta > p > a:hover{
text-decoration: underline;
}

/* pcあいさつボタン*/

.pc-aisatsu-botan{
display: block;	
background-color:#6b8e23;
width: 300px;	
margin:auto;	
margin-top:0px;
margin-bottom:120px;
text-align: center;	
padding:8px;	
border-radius: 0px;
border:1px solid #ffffff;	
box-shadow: 0px 0px 0px 3px #6b8e23;	
}
.pc-aisatsu-botan:hover{
opacity: 0.8;	
}
.pc-aisatsu-botan > a{	
display: block;
position: relative;	
font-size:14px;
color:#ffffff;
text-decoration: none;	
font-weight: normal;
letter-spacing: 2px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-aisatsu-botan > a::after {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 6px solid #ffffff;
border-left: 6px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}


/* pcごあいさつ*/

.pc-aisatu{
width: 700px;
margin:auto;	
}
.pc-aisatu > p{
font-size:16px;
letter-spacing: 1px;
color:#3f3f3f;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}



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

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

.pc-top-lesson-zentai{
width: 100%;
padding:0px 0;
margin-bottom:100px;	
}


.pc-toplesson{
position: relative;	
width: 100%;	
z-index: 2;	
margin: 0 auto;
margin-bottom:70px;	
max-width:750px;
background: #ffffff;
padding-top:0px;	
padding-bottom:20px;
border:0px solid #cccccc;	
text-align: left;	
border-radius: 	10px;
box-shadow: 3px 3px 6px #cccccc;
}
.pc-toplesson-last{
position: relative;	
width: 100%;	
z-index: 2;	
margin: 0 auto;
margin-bottom:120px;	
max-width:750px;
background: #ffffff;
padding-top:0px;	
padding-bottom:20px;
border:0px solid #cccccc;	
text-align: left;	
border-radius: 	10px;
box-shadow: 3px 3px 6px #cccccc;
}


/* pcトップページ料金見出し*/
.pc-top-lesson-midashi{
position: relative;	
width: 100%;	
margin-bottom:10px;
padding:10px 0;		
background: #eaffd5;
border-radius: 10px 10px 0 0;	
}

.pc-top-lesson-midashi > p{
font-size: 18px;	
text-align: center;
color:#3f3f3f;
font-weight: bold;	
letter-spacing: 4px;
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: 650px;
  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;
letter-spacing: 2px;
padding:20px 0;	
}

table.pcryoukin th > p{
position: relative;	
  text-align: left;
padding-right: 10px;
padding-left: 70px;
font-weight: normal;
font-size:16px;
color:#3f3f3f;
letter-spacing: 2px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}




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:#3f3f3f;
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

table.pcryoukin td:first-child{

}

/* pc教室ページ＞開講時間テーブルタグ */
.pc-top-jikan-zentai{
width: 100%;
margin-bottom:180px;	
}

table.pckaikoujikan{
  width: 650px;
  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:20px 0;	
}

table.pckaikoujikan th > p{
position: relative;	
  text-align: left;
padding-left: 25%;
font-weight: normal;
font-size:16px;
color:#3f3f3f;
letter-spacing: 2px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


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: 10px;
  padding-left: 10%;
  padding-bottom:10px;	
color:#3f3f3f;
letter-spacing: 4px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

table.pckaikoujikan td:first-child{

}
.pc-lesson-bikou{
width: 100%;
padding-top:20px;
padding-bottom:30px;
padding-left:80px;	
}
.pc-lesson-bikou > p{
font-size:14px;
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-jikan-span{
font-size:14px;
}

/* pc保護者の声*/
.pc-hogosha-zentai{
width: 700px;
margin:auto;
margin-bottom:40px;
padding:20px;		
}
.pc-hogosha-bun{
width: 100%;
margin-bottom:20px;	
}
.pc-hogosha-bun > p{
font-size:16px;
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-hogosha-nenrei{
width: 100%;
}
.pc-hogosha-nenrei > p{
font-size:16px;
text-align: right;	
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.pc-hogosha-botan{
display: block;	
background-color:#6b8e23;
width: 300px;	
margin:auto;	
margin-top:0px;
margin-bottom:120px;
text-align: center;	
padding:8px;	
border-radius: 0px;
border:1px solid #ffffff;	
box-shadow: 0px 0px 0px 3px #6b8e23;	
}
.pc-hogosha-botan:hover{
opacity: 0.8;	
}
.pc-hogosha-botan > a{	
display: block;
position: relative;	
font-size:14px;
color:#ffffff;
text-decoration: none;	
font-weight: normal;
letter-spacing: 2px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-hogosha-botan > a::after {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 6px solid #ffffff;
border-left: 6px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.pc-kansou-sen{
width: 700px;
margin:auto;
margin-bottom:40px;
border-bottom:1px solid #cccccc;	
}

/* pcQ&A */
.pc-qa-zentai{
width: 650px;
margin:auto;	
}
table.pc-qa-q{
  width: 98%;	
  max-width: 650px;
  border-collapse:separate;
  border-spacing: 0;
margin:auto;
}
table.pc-qa-q th{
  width: 5%;
vertical-align: top;	
}
.pc-q-q{
  width: 30px;
  height: 30px;
  border-radius: 50%;
background:#55aa00;
  text-align:center;
  line-height: 30px;
  font-size:20px;
  color:#ffffff;
	font-weight: normal;
}
table.pc-qa-q td{
  width: 95%;
	vertical-align: top;
padding-top:2px;
padding-left:30px;
  font-size:16px;
  font-weight: normal;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

table.pc-qa-a{
  width: 98%;	
  max-width: 650px;
  border-collapse:separate;
  border-spacing: 0;
margin:auto;
margin-top:20px;	
margin-bottom:80px;	
}
table.pc-qa-a th{
  width: 5%;
  vertical-align: top;	
}
.pc-q-a{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  border:1px solid #55aa00;	
  text-align:center;
  line-height: 30px;
  font-size:20px;
  color:#55aa00;
	font-weight: normal;
}
table.pc-qa-a td{
  width: 95%;
	vertical-align: top;
padding-top:2px;
padding-left:30px;
  font-size:16px;
color:#3f3f3f;	
  font-weight: normal;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.pc-qa-botan{
display: block;	
background-color:#2e8b57;
width: 300px;	
margin:auto;	
margin-top:0px;
margin-bottom:120px;
text-align: center;	
padding:8px;	
border-radius: 0px;
border:1px solid #ffffff;	
box-shadow: 0px 0px 0px 3px #2e8b57;	
}
.pc-qa-botan:hover{
opacity: 0.8;	
}
.pc-qa-botan > a{	
display: block;
position: relative;	
font-size:14px;
color:#ffffff;
text-decoration: none;	
font-weight: normal;
letter-spacing: 2px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-qa-botan > a::after {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 6px solid #ffffff;
border-left: 6px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}



/* pcアクセス */
.pc-access{
width: 100%;	
text-align: center;	
padding-bottom:20px;	
}
.pc-access-title{
width:800px;
margin:auto;
margin-bottom:30px;	
}
.pc-access-title > p{
font-size:19px;
font-weight: bold;
letter-spacing: 2px;
color:#3f3f3f;		
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.pc-access-bun{
width: 800px;
margin:auto;
margin-bottom:80px;	
}
.pc-access-bun > p{
font-size:16px;
letter-spacing: 1px;
line-height: 180%;
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-access-bun1{
width: 800px;
margin:auto;
margin-bottom:120px;	
}
.pc-access-bun1 > p{
font-size:16px;
letter-spacing: 1px;
line-height: 180%;
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/* pc体験レッスン */
.pc-taikenlesson-bun{
width: 750px;
margin:auto;
margin-bottom:50px;	
}
.pc-taikenlesson-bun > p{
font-size:16px;
color:#3f3f3f;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
/* pc問い合わせ全体 */
.pc-toiawase-zentai{
width: 800px;
margin:auto;	
}

/* pc問い合わせ電話 */


.pc-toiawase-denwa{
width: 100%;
padding:5px 30px;	
background: #eaffd6;
margin-bottom:60px;	
}

.pc-toiawase-denwa > p{
  font-size:24px;
	color:#3f3f3f;
  font-weight: normal;	
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
    line-height:210%;		
  padding-top:0px;	
  padding-bottom:0px;	
  padding-left: 80px;
  	background-image: url("../images/denwa.svg"); 
	background-repeat:  no-repeat;
	background-position:  0% 0%; /*フレーム下部画像*/
	background-size: 7%;	
}
.pc-toiawase-bangou{
width: 100%;		
margin-bottom:20px;
text-align: center;	
}
.pc-toiawase-bangou > p{
font-size:34px;
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-toiawase-time{
font-size:18px;	
}

.pc-toiawase-koumoku-chuui{
width: 700px;
margin:auto; 
text-align: center;	
margin-bottom:80px;	
}
.pc-toiawase-koumoku-chuui > p{
font-size:16px;	
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


/* pc問い合わせLINE */
.pc-toiawase-line{
width: 100%;
padding:5px 30px;	
background: #eaffd6;
margin-bottom:60px;

}
.pc-toiawase-line > p{
  font-size:24px;
  font-weight: normal;	
color:#3f3f3f;	
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
    line-height:210%;		
  padding-top:0px;	
  padding-bottom:0px;	
  padding-left: 80px;
  	background-image: url("../images/line.png"); 
	background-repeat:  no-repeat;
	background-position:  0% 50%; /*フレーム下部画像*/
	background-size: 6%;	
}
.pc-line-botan{
width: 500px;
margin:auto;
margin-top:20px;	
margin-bottom:20px;	
text-align: center;	
}


.pc-toiawase-line-bun{
width: 700px;
margin:auto; 
margin-bottom:80px;	
text-align: center;		
}
.pc-toiawase-line-bun > p{
font-size:16px;	
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}



/* pc問い合わせメール */


.pc-toiawase-mail{
width: 100%;
padding:5px 30px;	
background: #eaffd6;	
margin-bottom:60px;
}

.pc-toiawase-mail > p{
  font-size:24px;
  font-weight: normal;	
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
    line-height:210%;		
  padding-top:0px;	
  padding-bottom:0px;	
  padding-left: 80px;
color:#3f3f3f;	
  	background-image: url("../images/mail.svg"); 
	background-repeat:  no-repeat;
	background-position:  0% 0%; /*フレーム下部画像*/
	background-size: 7%;	
}

.pc-toiawase-adless{
width: 100%;	
margin-top:0px;	
margin-bottom:60px;		
text-align: center;	
}
.pc-toiawase-adless > a{
font-size:25px;
text-decoration: none;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-toiawase-adless > a:hover{
text-decoration: underline;	
}



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

.pc-toiawase-chuui{
width: 65%;
max-width: 600px;	
margin:auto;
margin-bottom:50px;	
border:1px solid #bfbfbf;	
}
.pc-toiawase-chuui > p{
font-size:15px;
padding:10px 20px;
letter-spacing: 1px;
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}










.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.webp"); 
margin-top:26px;
margin-bottom:30px;
padding:10px 0;	
background-size: cover;
}
.sp-top-kyoushitsuei{
width: 100%;
margin-top:-70px;
margin-bottom:70px;	
padding:	10px 0px ;
background: #ffffff;
background: linear-gradient(to right, rgb(255, 255, 255,0.5)  0%, rgb(255, 255, 255, 1) 100%);	
opacity: 0; /* 初期状態を設定 */
transform: translateY(30px); /* 初期位置を下に設定 */
animation: sp-top-kyoushitsuei 1.8s ease-out forwards; /* アニメーションを適用 */	
}
@keyframes sp-top-kyoushitsuei {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sp-top-kyoushitsuei > p{
font-size:15px;
color:#5f5f5f;	
text-align: right;
padding-right:2%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}





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

.sp-top-shoukai{
width: 85%;
margin:auto;
margin-bottom:100px;
}
.sp-top-shoukai > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

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

.sp-top-lessonimage-back{
width: 100%;
margin-top:40px;
margin-bottom:100px;	
padding:60px 0;	
background: #fffaf4;	
}

.sp-top-lessonimage1{
width: 90%;
margin:auto;
text-align: center;	
padding-bottom:20px;	
}
.sp-top-lessonimage{
width: 90%;
margin:auto;
text-align: center;	
padding-top:40px;
padding-bottom:20px;	
}
.sp-top-lessonimage-bun{
width: 85%;
margin:auto;
margin-bottom:40px;	
}
.sp-top-lessonimage-bun > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.sp-top-lessonimage-bun-last{
width: 85%;
margin:auto;
margin-bottom:0px;	
}
.sp-top-lessonimage-bun-last > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}


/* spトップページ各レッスン*/

.sp-top-kakulessen-zentai{
width: 100%;
padding-top:40px;
padding-bottom:20px;
margin-bottom:100px;	
background: #fff7ef;
}
.sp-top-kakulessen{	
width: 90%;		
padding:20px 10px;		
margin:auto;
margin-bottom:30px;	
border-radius: 	10px;
border:0px solid #cccccc;	
box-shadow: 3px 3px 6px #cccccc;
background: #ffffff;	
background-image: url("../images/lesson-back.jpg"); 
background-repeat:  no-repeat;
background-position:  100% 100%; /*フレーム下部画像*/
background-size: 100%;		
}

/* spトップページ各レッスン見出し*/
.sp-top-lessen-midashi{
position: relative;	
margin:auto;
margin-top:-10px;	
margin-bottom:20px;	
padding-top:30px;
padding-bottom:-10px;		
width: 90%;
text-align: center;	

}
.sp-top-lessen-midashi:before {
	content: '';
	position: absolute;
	width: 32px;
	height:100px;
	top:13%;
	left:0%;
	display: block;
    background-image: url("../images/gkref.svg"); 
    background-repeat: no-repeat;
    background-position: 0% 0%; /*フレーム下部画像*/
    background-size: 102%;
}
.sp-top-lessen-midashi > p{
font-size:19px;
text-align: left;
font-weight: bold;	
letter-spacing: 2px;	
padding-left:50px;
padding-bottom:5px;	
border-bottom:1px solid  #cccccc;	
color:#3f3f3f;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

.sp-top-kakulessen-bun{
width: 90%;
margin:auto;
padding-top:10px;	
padding-bottom:20px;	
}
.sp-top-kakulessen-bun > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}


.sp-top-tokuchou{
width: 85%;
margin:auto;
margin-bottom:80px;	
}
.sp-top-tokuchou > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


/* sp特徴 */

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

.sp-tokuchou-1{
width: 100%;
margin-bottom:25px;	
background: rgb(191, 234, 149, 0.8);	
}

.sp-tokuchou-2{
width: 100%;
margin-bottom:25px;		
background: rgb(255, 213, 213, 0.8);	
}
.sp-tokuchou-3{
width: 100%;
background: rgb(213, 234, 255, 0.8);	
}
/* sp特徴ナンバー */

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

.sp-tokuchou-kugirisen{
margin-top:-20px;
}
.sp-tokuchou-bun{
width: 85%;
margin:auto;
padding-top:20px;
padding-bottom:40px;	
}
.sp-tokuchou-bun > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


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

.sp-profile{
width: 85%;
margin:auto;
margin-bottom:30px;	
	
}
.sp-profile > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}


/* spリンクボタン */
table.sp-profile-link{
  width: 90%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
margin-bottom:40px;	
}



table.sp-profile-link th{
  width: 50%;
}

table.sp-profile-link td{
  width: 50%;	
}

.sp-blog{
width: 100%;
height: 40px;	
text-align: left;
font-family: tbudrgothic-std, sans-serif;
  	background-image: url("../images/blog-aicon.png"); 
	background-repeat:  no-repeat;
	background-position:  0% 50%; /*フレーム下部画像*/
	background-size: 10%;	
}
.sp-blog > p{
font-size: 16px;		
letter-spacing: 2px;			
font-weight: bold;
padding-top:7px;
padding-left:30px;	
}
.sp-blog > p > a{
color: #552b00;	
text-decoration: none;
}
.sp-blog > p > a:hover{
text-decoration: underline;
}
.sp-insta{
width: 100%;	
height: 40px;	
text-align: left;
  	background-image: url("../images/insta.png"); 
	background-repeat:  no-repeat;
	background-position:  0% 50%; /*フレーム下部画像*/
	background-size: 11%;	
}
.sp-insta > p{
font-size: 16px;		
letter-spacing: 1px;			
font-weight: bold;
padding-top:7px;
padding-left:30px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-insta > p > a{
color: #552b00;	
text-decoration: none;
}
.sp-insta > p > a:hover{
text-decoration: underline;
}

.sp-aisatsu-botan{
background-color:#6b8e23;
width: 70%;	
margin:auto;	
margin-top:0px;
margin-bottom:100px;
text-align: center;	
padding:10px 0;	
border-radius: 0px;
border:1px solid #ffffff;	
box-shadow: 0px 0px 0px 6px #6b8e23;	
}
.sp-aisatsu-botan > a{	
display: block;
position: relative;	
font-size:14px;
color:#ffffff;
text-decoration: none;	
font-weight: normal;
letter-spacing: 2px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.sp-aisatsu-botan > a::after {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 7px solid #ffffff;
border-left: 7px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.sp-pagelink{
padding-top:30px;
margin-top:-30px;	
}

/* spごあいさつ*/

.sp-aisatu{
width: 90%;
margin:auto;
margin-bottom:80px;	
}
.sp-aisatu > p{
font-size:16px;
letter-spacing: 1px;
color:#3f3f3f;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/* spトップページ料金*/

.sp-ryoukin-title{
width: 90%;
margin:auto;
margin-bottom:30px;	
text-align: left;
padding-top:4px;
padding-left:4%;	
padding-bottom:4px;	
border-left:4px solid #6b8e23;	
}
.sp-ryoukin-title > p{
font-size:18px;
font-weight: bold;	
color:#3f3f3f;	
letter-spacing: 2px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;		
}

table.sp-ryoukin-table{
  width: 90%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
margin-bottom:80px;	
}
table.sp-ryoukin-table td.title{
width: 100%;
font-size:16px;
letter-spacing: 3px;	
text-align: center; 	
background: #e8ffd1;
padding:15px 0;
font-weight: bold;
color:#3f3f3f;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
table.sp-ryoukin-table td.ryoukin{
width: 100%;
font-size:16px;
letter-spacing: 2px;	
padding:20px;	
text-align: center;	
color:#3f3f3f;	
background: #ffffff;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;		
}

.sp-ryoukin-bikou{
width: 90%;
margin:auto;
margin-bottom:100px;
border:1px solid #cccccc;
padding:15px;	
}
.sp-ryoukin-bikou > p{
font-size:14px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


/* sp保護者の声 */
.sp-hogosha-zentai{
width: 85%;
margin:auto;
margin-bottom:100px;	
}
.sp-hogosha-bun{
width: 100%;
margin-bottom:30px;	
}
.sp-hogosha-bun > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.sp-hogosha-nenrei{
width: 100%;	
margin-bottom:60px;	
}
.sp-hogosha-nenrei > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
text-align: right;	
}
.sp-hogosha-sen{
width: 100%;
margin-bottom:70px;
border-bottom:1px solid #cccccc;	
}




/* spQ&A */
.sp-qa-zentai{
width: 95%;	
margin:auto;
margin-bottom:100px;	
}
.sp-qa-naka{
width: 100%;
padding-bottom:50px;	
margin-bottom:50px;	
border-bottom:1px solid #cccccc;	
}
.sp-qa-naka1{
width: 100%;
padding-bottom:50px;	
margin-bottom:50px;	
	
}
table.sp-qa-q{
  width: 98%;	
  max-width: 700px;
  border-collapse:separate;
  border-spacing: 0;
margin:auto;	
}
table.sp-qa-q th{
  width: 5%;
  vertical-align: top;		
}
.sp-q-q{
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #55aa00;
  text-align:center;
  line-height: 30px;
  font-size:20px;
  color:#ffffff;
	font-weight: normal;
}
table.sp-qa-q td{
  width: 95%;
	vertical-align: top;
padding-top:1px;
padding-left:4%;
padding-right:2%;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
  font-weight: normal;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif	
}

table.sp-qa-a{
  width: 98%;	
  border-collapse:separate;
  border-spacing: 0;
margin:auto;
margin-top:30px;		
}
table.sp-qa-a th{
  width: 5%;
  vertical-align: top;	
}
.sp-q-a{
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #ffffff;
  border:1px solid #55aa00;	
  text-align:center;
  line-height: 30px;
  font-size:20px;
  color:#55aa00;
	font-weight: normal;
}
table.sp-qa-a td{
width: 95%;
vertical-align: top;
padding-top:1px;
padding-left:4%;
padding-right:2%;	
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
  font-weight: normal;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif	
}
/* spアクセス */
.sp-access{	
padding-bottom:20px;	
}
.sp-access-bun{
width: 85%;
margin:auto;
margin-bottom:100px;	
}
.sp-access-bun > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
/* sp体験レッスン文 */
.sp-taikenlesson-bun{
width: 85%;
margin:auto;
margin-bottom:40px;	
}
.sp-taikenlesson-bun > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/* sp問い合わせ電話 */


.sp-toiawase-denwa{
width: 100%;
padding-top:10px;	
padding-bottom:8px;	
padding-left:20px;	
margin-bottom:30px;	
background: #e2ffc6;
border-bottom:1px solid #cccccc;	
}

.sp-toiawase-denwa > p{
  font-size:18px;
  font-weight: normal;	
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
    line-height:190%;		
letter-spacing: 2px;	
  padding-left: 13%;
  	background-image: url("../images/denwa.svg"); 
	background-repeat:  no-repeat;
	background-position:  0% 0%; /*フレーム下部画像*/
	background-size: 8%;	
}
.sp-toiawase-bangou{
width: 100%;	
margin-top:40px;	
margin-bottom:20px;	
}
.sp-toiawase-bangou > a{
font-size:20px;
padding-left:14%;
text-decoration: none;	
}
.sp-toiawase-time{
font-size:14px;	
}
/* sp問い合わせ電話注意書き */
.sp-toiawase-denwa-chuui{
width: 73%;
margin:auto;
margin-bottom:60px;	
}
.sp-toiawase-denwa-chuui > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/* sp問い合わせLINE */
.sp-toiawase-line{
width: 100%;	
margin-top:50px;
padding-top:10px;	
padding-bottom:8px;	
padding-left:20px;
margin-bottom:30px;	
background: #e2ffc6;
border-bottom:1px solid #cccccc;	
}



.sp-toiawase-line > p{
  font-size:18px;
  font-weight: normal;	
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height:180%;	
  padding-top:0px;	
  padding-bottom:0px;	
  padding-left: 13%;
  	background-image: url("../images/line.png"); 
	background-repeat:  no-repeat;
	background-position:  1% 0%; /*フレーム下部画像*/
	background-size: 7%;	
}

.sp-line-botan{
width: 100%;
text-align: center;	
margin-top:40px;	
margin-bottom:20px;	
}

/* sp問い合わせLINE注意書き */
.sp-toiawase-line-chuui{
width: 73%;
margin:auto; 	
margin-bottom:50px;		
}
.sp-toiawase-line-chuui > p{
font-size:16px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

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

.sp-toiawase-chuui{
width: 85%;	
margin:auto;
margin-top:0px;
margin-bottom:80px;	
border:1px solid #bfbfbf;
padding:10px;	
}
.sp-toiawase-chuui > p{
font-size:13px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 160%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


/* sp問い合わせメール */


.sp-toiawase-mail{
width: 100%;	
margin-top:50px;	
padding-top:10px;	
padding-bottom:8px;	
padding-left:20px;
background: #e2ffc6;
border-bottom:1px solid #cccccc;
margin-bottom:30px;
}

.sp-toiawase-mail > p{
  font-size:18px;
  font-weight: normal;	
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height:190%;	
  padding-top:0px;	
  padding-bottom:0px;	
  padding-left: 13%;
  	background-image: url("../images/mail.svg"); 
	background-repeat:  no-repeat;
	background-position:  0% 0%; /*フレーム下部画像*/
	background-size: 8%;	
}

.sp-toiawase-adless{
width: 90%;	
margin:auto;	
margin-top:40px;	
margin-bottom:50px;	
padding-left:12%;	
}
.sp-toiawase-adless > a{
font-size:18px;
text-decoration: none;
}





/* 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;
}



/*パソコンフッターデザイン2 */
.pc-footer-2{
width: 1280px;
padding-top:40px;
padding-bottom:20px;
background: #f9fff4;	
}
table.pc-footer-2-table{
  width: 1280px;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;	
}
table.pc-footer-2-table td{
width: 360px;
padding:0 20px;	
vertical-align: top;	
}
.pc-footer-2-table-title{
width: 100%;
padding-bottom:8px;	
margin-bottom:15px;
border-bottom:1px solid #cccccc;
line-height: 100%;	
}
.pc-footer-2-table-title > p{
font-size:17px;
font-weight: bold;	
letter-spacing: 2px;	
color:#3f3f3f;			
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.pc-footer-2-table-jouohou{
width: 100%;	
}
table.pc-footer-2-jouhou-table{
  width: 100%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
margin-top:20px;	
 margin-bottom:10px;	
}
table.pc-footer-2-jouhou-table th{
width: 30%;	
font-weight: normal;
font-size:14px;
letter-spacing: 1px;
color:#3f3f3f;	
text-align: left;
vertical-align: top;
padding-bottom:13px;	
line-height: 140%;		
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
table.pc-footer-2-jouhou-table td{
width: 70%;	
font-weight: normal;
font-size:14px;
letter-spacing: 1px;
color:#3f3f3f;		
vertical-align: top;
padding-bottom:13px;	
line-height: 140%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
table.pc-fotter-tenpo{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
border-top:1px solid #80bfff;
border-bottom:0px solid #aad5ff;
	margin: auto;
max-width: 800px;	
}

table.pc-fotter-tenpo th:first-child{
}

table.pc-fotter-tenpo th:last-child{
}

table.pc-fotter-tenpo th{
  text-align: center;
  color:#ffffff;
  background: #00aeef;
  border-left: 0px solid #006ad5;
 border-top: 0px solid #ffd5ea;
 border-bottom: 1px solid #ffffff;
  width: 220px;
padding-right: 2%;
padding-left: 2%;
font-weight: normal;
	font-size:12px;
	letter-spacing: 2px;
margin-top:-1px;
	  padding: 10px 0;
}

table.pc-fotter-tenpo td{
  text-align: center;
  border-left: 1px solid #80bfff;
  border-bottom: 1px solid #80bfff;
  border-top: 0px solid #ffd5ea;
  width: 85.7142px;
  padding: 10px 0;
	font-size:13px;
}

table.pc-fotter-tenpo td:last-child{
  border-right: 1px solid #80bfff;
}
.pc-footer-2-botan{
background: #5c821a;
width: 230px;	
margin:auto;	
margin-top:25px;	
text-align: center;	
padding:3px;
border-radius: 20px;	
}
.pc-footer-2-botan:hover{
opacity: 0.8;	
}

.pc-footer-2-botan > a{	
display: block;
position: relative;	
font-size:13px;
color:#ffffff;
padding:2px 0;
letter-spacing: 1px;	
text-decoration: none;	
font-weight: normal;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.pc-footer-2-botan > a::after {
content: "";
position: absolute;
top: 50%;
right: 25px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 7px solid #ffffff;
border-left: 7px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
.pc-footer-2-table-menu{
width: 100%;
padding-left:0px;	
}
.pc-footer-2-table-menu > li{
width: 100%;
list-style: none;
padding:3px 0;
border-bottom:1px solid #cccccc;	
}
.pc-footer-2-table-menu > li > a{
position: relative;	
font-size:14px;
letter-spacing: 1px;
color:#3f3f3f;	
text-decoration: none;	
padding-left:20px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-footer-2-table-menu > li > a:hover{
text-decoration: underline;	
}
.pc-footer-2-table-menu > li > a::before {
content: "";
position: absolute;
top: 40%;
left: 0px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 8px solid #8a8a8a;
border-left: 8px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
.pc-footer-2-access{
width: 100%;
margin-top:20px;	
}
.pc-footer-2-copyright{
width: 1280px;
padding-top:20px;
padding-bottom:20px;	
background: #d3ffa8;	
}
.pc-footer-2-copyright > p{
font-size:14px;
color:#3f3f3f;
text-align: center;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/* spフッターナビ */

.sp-footer-taikenlesson{
width: 100%;
padding:30px 0;
background: #f7ffef;	
}
.sp-footer-taikenlesson-title{
width: 95%;
margin:auto;	
padding-bottom:5px;	
margin-bottom:20px;
border-bottom:1px solid #3f3f3f;	
}
.sp-footer-taikenlesson-title > p{
font-size:17px;
color:#3f3f3f;
font-weight: bold;	
text-align: center;	
letter-spacing: 1px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sp-footer-taikenlesson-bun{
width: 85%;	
margin:auto;
margin-bottom:30px;	
}
.sp-footer-taikenlesson-bun > p{
font-size:15px;
color:#3f3f3f;		
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.sp-taiken-botan{
background-color:#6b8e23;
width: 70%;	
margin:auto;	
margin-top:0px;
margin-bottom:20px;
text-align: center;	
padding:10px 0px;	
border-radius: 0px;
border:1px solid#ffffff;	
box-shadow: 0px 0px 0px 6px #6b8e23;	
}
.sp-taiken-botan > a{	
display: block;
position: relative;	
font-size:14px;
color:#ffffff;
text-decoration: none;	
font-weight: normal;
letter-spacing: 2px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.sp-taiken-botan > a::after {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 6px solid #ffffff;
border-left: 6px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
/* spフッターmenu */
.sp-fotter-menu{
width: 100%;
background: #f7ffef;
padding:30px 0;	
}
ul.sp-footer-menulist{
width: 95%;
margin:auto;	
}
table.sp-footer-list-table{
  width: 100%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
	
}
table.sp-footer-list-table td.left{
width: 50%;	
vertical-align: top;	
}
table.sp-footer-list-table td.right{
width: 50%;	
vertical-align: top;
border-left:1px solid #cccccc;	
}

li.sp-footer-list{
list-style: none;
position: relative;	
padding-left:40px;
padding-bottom:15px;	
}
li.sp-footer-list > a{
font-size:14px;
color:#3f3f3f;	
text-decoration: none;	
letter-spacing: 1px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
li.sp-footer-list::before {
content: "";
position: absolute;
top: 35%;
left: 10px;
width: 4px;
height: 4px;
border-top: 1px solid #3f3f3f;
border-right: 1px solid #3f3f3f;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* spフッター */

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

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



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





