@charset "utf-8";


/* リセット */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body {
	background-color:#ffffff;
	color:#000000;
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	line-height:1.75;
	letter-spacing : 0.03em;
}

h1,h2,h3,
.title,
.sub_title {
	font-weight:600;
	line-height:130%;
	letter-spacing : 0.03em;
}
h1,.title
 {
	font-weight:900;
}

a {
	text-decoration: none;
	color:#FD2C00;
}

i {
	margin-right:4px;
}

.small {
	font-size:80%;
}

.center {
	text-align:center;
}
.text_left {
	text-align:left;
}


/* ヘッダー */
header {
	width: 100%;
	height: 80%;
}

/* ヘッダー：背景固定 */
#header_bg {
    display: block;
    width: 100%;
	height: 600px;	
    position: fixed;
	z-index: -1;
}

/* ヘッダー：メイン（背景上） */
.header_main {
    display: block;
    width: 100%;	
    height: 600px;
	position: relative;
	overflow: hidden;
}
.header_copy {
	line-height:130%;
	margin:30px 15px 20px 15px;
}
.header_copy h1 {
	font-size:46px;
	margin-bottom:30px;
	text-align:center;
	line-height:120%;
}
.header_copy p {
	font-size:22px;
	text-align:center;
	font-weight:bold;
	line-height:150%;
}
.header_label {
width:100%;
position: absolute;
bottom:0;
}

.header_label .float {
width: 980px;
  margin: 0 auto;
}

.header_logo {
float:left;
width: 50%;
}

.header_logo img {
width:200px;
height:auto;
}

.header_student {
float:right;
width: 50%;
}


.header_logo img
{
border-radius:4px 4px 0 0;
display:block;

}

.header_student img
{
display:block;
margin-left: auto;
margin-right: 0px;
}




/* ナビゲーション */

nav {
	width:100%;
	background-color:#ffffff;	
}


#main_navi ul,
#sub_navi ul,
#sub_navi2 ul
{
	list-style: none;
}
#main_navi li,
#sub_navi li,
#sub_navi2 li
{
	float: left;
}
#main_navi:after,
#sub_navi:after,
#sub_navi2:after
{
	content: "";
	display: block;
	clear: both;
}

/* スマートフォン用ナビを非表示 */

#sp_navi {
	display:none;
}
#menu2 {
	display:none;
}

/* メインナビ */

#main_navi {
	width:980px;
	margin:0 auto;	
}

#main_navi p,
#main_navi a
 {
	font-size:20px;
	font-weight:600;
	margin-top:70px;
	text-align:center;
	text-decoration:none;
	letter-spacing : 0.02em;
}

.navi_1,
.navi_1_on,
.navi_2,
.navi_2_on,
.navi_3,
.navi_3_on,
.navi_4,
.navi_4_on,
.navi_5,
.navi_5_on {
	width: 20%;
	height: 117px;
	background-position: center top;
	text-align:center;
	cursor:pointer;
}



.navi_1_on,
.navi_2_on,
.navi_3_on,
.navi_4_on,
.navi_5_on
 {
	cursor:auto;
}

/* スマートフォン用アイコンを非表示 */
.icon {
	display:none;
}

/* メインナビ アイコン */
.navi_1,
.navi_1_on
 {
	background-image: url("../images/navi_1.png");
	background-repeat: no-repeat;
}
.navi_2,
.navi_2_on
 {
	background-image: url("../images/navi_2.png");
	background-repeat: no-repeat;
}
.navi_3,
.navi_3_on
 {
	background-image: url("../images/navi_3.png");
	background-repeat: no-repeat;
}
.navi_4,
.navi_4_on
 {
	background-image: url("../images/navi_4.png");
	background-repeat: no-repeat;
}
.navi_5,
.navi_5_on
 {
	background-image: url("../images/navi_5.png");
	background-repeat: no-repeat;
}

/* サブナビ */

#sub_navi,
#sub_navi2
{
	width:980px;
	height:40px;
	margin: 0 auto 5px;
	background-repeat:repeat-x;
	background-color:#000000;	
}

/* floatしたブロックをセンター */
#sub_navi,
#sub_navi2
{
	position: relative;
	overflow: hidden;
}
#sub_navi ul,
#sub_navi2 ul
{
	position: relative;
	left: 50%;
	float: left;
}
#sub_navi li,
#sub_navi2 li
{
position: relative;
  left: -50%;
  float: left;
}
#sub_navi p,
#sub_navi2 p,
#sub_navi a,
#sub_navi2 a
 {
	display: block;
	text-decoration:none;
	color:#ffffff;
	font-size:18px;
	margin:0;
	letter-spacing : 0.02em;
}
.navi_6,
.navi_6_on,
.navi_7,
.navi_7_on,
.navi_8,
.navi_8_on,
.navi_9,
.navi_9_on,
.navi_10,
.navi_10_on,
.navi_11,
.navi_11_on,
.navi_12,
.navi_12_on,
.navi_13,
.navi_13_on,
.navi_14,
.navi_14_on,
.navi_15,
.navi_15_on,
.navi_16,
.navi_16_on,
.navi_st,
.navi_st_on
 {
	padding:6px 20px;
	cursor:pointer;
}
.navi_6_on,
.navi_7_on,
.navi_8_on,
.navi_9_on,
.navi_10_on,
.navi_11_on,
.navi_12_on,
.navi_13_on,
.navi_14_on,
.navi_15_on,
.navi_16_on,
.navi_st_on
 {
	cursor:auto;
}


/* パンくずリスト */

#pan {
	width:980px;
	margin: 0 auto;
	padding:10px;
	margin-bottom:-40px;
}

#pan li {
    display:inline;
}

#pan li::after {
	  display: inline-block;
  content: '\00bb';
  margin: 0 0.2em;
}	

#pan li.current::after {
	  display: inline-block;
  content: '';
  margin: 0 .6em;
}	

#pan li.current {
	pointer-events: none;
}



/* コンテンツ */
article {
	background-color:#ffffff;
}

.block_bg_1,
.block_bg_2,
.block_bg_3,
.block_bg_4 {
	width:100%;
	background-color:#ffffff;
}
.block_bg_2 {
	background-color:#F0ECE9;
}

#main {
	width:980px;
	margin:0 auto;
	padding-top:20px;
}

#block1,
#block2,
#block3,
#block4
{
	width:980px;
	margin:0 auto;
	padding:60px 20px;
}



.float {
	width:100%;
}
.float:after {
	content: "";
	display: block;
	clear: both;
}
.left {
	width:65%;
	float:left;
	padding:0 20px 50px 0;
}
.right {
	width:35%;
	float:right;
	padding:0 0 50px 10px;
}
.left2 {
	width:35%;
	float:left;
	padding:0 12px 50px 0;		
}
.right2 {
	width:65%;
	float:right;
	padding:0 0 50px 12px;
}
.left3 {
	width:75%;
	float:left;
	padding:0 12px 40px 0;
}
.right3 {
	width:25%;
	float:right;
	padding:0 0 40px 12px;
}
.left4 {
	width:25%;
	float:left;
	padding:0 12px 50px 0;
}
.right4 {
	width:75%;
	float:right;
	padding:0 0 50px 12px;
}
.left5 {
	width:49%;
	padding:15px;
	margin-right:1%;
	margin-bottom:20px;
	float:left;
	background-color:#ffffff;
}
.right5 {
	width:49%;
	padding:15px;
	margin-left:1%;
	margin-bottom:20px;	
	float:right;
	background-color:#ffffff;
}
.all {
	width:100%;
	padding:20px;
	margin-bottom:40px;
	background-color:#ffffff;
}

.left32,
.mid32,
.right32
 {
	width:32%;
	float:left;
}
.mid32 {
	margin:0 2%;
}

article h1,
article .title {
	font-size:40px;
	margin-bottom:50px;
	text-align:center;
}
article h2 {
	font-size:36px;
	margin-bottom:50px;
	text-align:center;
}
article h3 {
	font-size:28px;
	margin-bottom:20px;
	line-height:140%;
}
article .sub_title {
	font-size:22px;
	margin-bottom:10px;
}
article p
 {
	font-size:17px;
	margin-bottom:25px;
}
article .xl {
	font-size:56px;
	line-height:120%;
}
article .l {
	font-size:54px;
	line-height:140%;
}
article .s {
	font-size:60%;
}
article .ss {
	font-size:60%;
}
article .notice {
	color:#FD2C00;
	font-weight:bold;
}
article img {
	max-width:100%;
	height:auto;
	display:block;
	border-radius:3px;
}


/* 次のページへ */

#next {
	width:100%;
	background-color:#F0ECE9;
	padding:40px 0;
}
.next_page {
	width:940px;
	margin:0 auto 20px;
}
.next_page:after {
	content: "";
	display: block;
	clear: both;
}

.next_page.class {
text-align:center;
}


.next_btn {	
	width:20%;
	padding:10px;
	background-color:#555555;
	border-radius:3px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	float:left;
}
.next_link {
	width:80%;
	padding:6px 18px;
	float:left;
	font-size:20px;
	font-weight:bold;
}

.next_page.class .next_link  {
	width:100%;
	font-size:19px;	
}


/* 申し込みボタン */
.entry {
	width:940px;
	margin:0 auto;
	padding:20px;
	text-align:center;
	background-color:#FD2C00;
	border-radius:6px;
	box-shadow:6px 6px #999999;
	border: 4px solid #ffffff;
	text-decoration:none;
}
.entry p {
	margin:0;
	font-size:40px;
	letter-spacing : 0.02em;
	line-height:130%;
	color:#ffffff;
}
.entry i {
	color:#ffffff;
}
.entry .about {
	font-size:18px;
}

/* フッター */

footer {
	font-size:16px;
	text-align:center;
	line-height:160%;
	padding:20px 20px 10px 20px;
	color:#000000;
}
footer p {
	margin-bottom:16px;
}

/* 当教室の特長 */

#home #block1
{
	padding-bottom:0;
}


/* そろばんの効果 */
.outline {
	background-color:#FFE4E5;
	padding:20px;
}
.outline p {
	font-size:18px;
	border-bottom:dotted 1px #000000;
	padding-bottom:14px;
}
.outline2 {
	background-color:#FFE4E5;
	padding:20px 20px 0 20px;
}
.text {
	width:60%;
	padding-right:15px;
	float:left;
}
.photo {
	width:40%;
	float:right;
}

.course {
	background-color:#ffffff;
	padding:20px;
	margin-top:20px;
}

.course .left2 {
	padding-bottom:0;
}

.margin_bottom {
margin-bottom:60px;

}


.price {
	font-weight:bold;
}
.message p {
	color:#FD2C00;
}
.play {
	width:70%;
	margin:30px 15%;
	padding:20px 10px;
	background-color:#555555;
	border-radius:10px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

/* そろばんブログ */
.lesson_scene {
	width:100%;
}
.scene1 {
	width:50%;
	padding:20px 10px 20px 20px;
	float:left;
}
.scene2 {
	width:50%;
	padding:20px 20px 20px 10px;
	float:left;
}
.lesson_scene:after {
	content: "";
	display: block;
	clear: both;
}

/* 予約 */
.coupon {
	text-align:center;	
}
.coupon img {
	display:inline;
	max-width:100%;
	border:dashed 2px #CCCCCC;
}


.telno {
	font-size:40px;
	margin-bottom:10px;
	line-height:100%;
}

.line {
	margin-bottom:12px;
}
.line img {
	display:inline;
}

/* 教室概要 */

#table_profile {
width: 100%;
border-collapse: collapse;
margin-bottom:60px;
}

#table_profile th{
width: 15%;
padding: 8px;
text-align: center;
background-color:#FFA500;
border: 1px solid #FAD096;
color:#ffffff;
font-weight:normal;
}
#table_profile td{
padding: 8px 8px 8px 12px;
background-color: #FFFFFF;
border: 1px solid #FAD096;
}

/* 昭島駅前校 */

.google_map {
	width:100%;
	margin:0;
}

#access .way {
	background-color:#FFE4E5;
	padding:20px 20px 0 20px;
}

.step {
	margin-bottom:20px;
}

.step:after {
	content: "";
	display: block;
	clear: both;
}
.photo2 {
	width:40%;
	float:left;
}
.text2 {
	width:60%;
	padding-left:15px;
	float:right;
}
.text2 p {
	margin-bottom:0;
}


/* レッスンスケジュール */
#schedule #block1 {
	padding-top:20px;
	padding-bottom:20px;
}

#schedule h2 {
	margin-bottom:12px;
	text-align:center;
	font-size:150%;
}
#schedule p {
	margin-bottom:10px;
}
#schedule table {
width: 90%;
margin:0 auto;
border-collapse: collapse;
}

#schedule th{
width: 15%;
padding: 8px 4px;
text-align: center;
background-color:#EE7A00;
border: 1px solid #FAD096;
color:#ffffff;
font-weight:normal;
line-height:150%;

}
#schedule td{
width: 17%;
padding: 8px 4px;
text-align: center;
background-color: #FFFFFF;
border: 1px solid #FAD096;
line-height:150%;
}
#schedule td.day {
background-color:#EE7A00;
color:#ffffff;
}
#schedule table.weekday,
#schedule table.sp_weekday
 {
	margin-bottom:20px;
}

.sp_weekday,
.sp_holiday {
	display:none;
}

#schedule td.kids {
	background-color:#FFF5D4;
}


/* 記事コンテンツ */

#wordpress #block1 {
	padding-bottom:0;
}
#wordpress #block1 h2 {
	font-size:30px;
}

#wordpress .post_content {
	width:800px;
	margin:0 auto;
}

#wordpress .post_content img
{
	margin:30px auto;
}

#wordpress .a_left {
	width:23%;
	margin-right:2%;
	float:left;
}
#wordpress .a_right {
	width:75%;
	float:right;
}

#wordpress #list .float {
	margin-bottom:15px;
}
#wordpress #list .float img {
	padding-top:7px;
}





/* スマートフォン用　改行・マージンの無効化 */
.sp_br,
.iphone_br,
.sp_margin {
	display:none;
}

/* スマートフォン用の画像を非表示 */
.sp_img {
	display:none;
}

.navi_st,
.navi_st_on {
	display:none;
}


/* よくあるご質問 */

div.faq_main i {
	margin-right:5px;
}


div.faq_main dt {
    cursor: pointer;
	margin-bottom:24px;
	color:#333333;
	font-size:18px;
	line-height:130%;
}
div.faq_main dt .bottom {
	margin-bottom:0;
}

div.faq_main dt i {
	color:#1D77BA;
}



div.faq_main dt, div.faq_main dd {

}
div.faq_main dd {
    display: none;
    background-color: #FFF0BB;
	padding:10px;
	margin-top:-12px;
	margin-bottom:20px;
}

div.faq_main dd .bottom {
	margin-bottom:0;
}




/* ########### 979px以下 ########### */
/* タブレット向けスタイル */
/* iPad 768px　iPad mini 768px iPad Pro9.7 768px　*/

@media screen and (max-width: 979px) {

/* ヘッダー */

/* ヘッダー：背景固定 */
#header_bg {
	height: 500px;	
}
/* ヘッダー：メイン（背景上） */
.header_main {
    height: 500px;
}
.header_copy {
	margin:20px 10px;
}
.header_copy h1 {
	font-size:36px;
	margin-bottom:20px;
}
.header_copy p {
	font-size:18px;
}
.header_label {
width:100%;
position: absolute;
bottom:0;
}

.header_label .float {
width: 94%;
  margin: 0 auto;
}

.header_logo {
float:left;
width: 50%;
}
.header_student {
float:right;
width: 50%;
}
.header_logo img
{
border-radius:6px 6px 0 0;
display:block;
}

.header_student img
{
display:block;
margin-left: auto;
margin-right: 0px;
}


/* ナビゲーション */

nav {
	margin:0;	
}


#main_navi {
	width:98%;	
}

#sub_navi,
#sub_navi2	
{
	width:94%;
}

#main_navi p,
#main_navi a
 {
	font-size:18px;
}
#sub_navi,
#sub_navi2
{
	height:38px;
}
#sub_navi p,
#sub_navi a,
#sub_navi2 p,
#sub_navi2 a
{
	font-size:16px;
}


.navi_1,
.navi_1_on,
.navi_2,
.navi_2_on,
.navi_3,
.navi_3_on,
.navi_4,
.navi_4_on,
.navi_5,
.navi_5_on {
	width: 20%;
}



	
.navi_6,
.navi_6_on,
.navi_7,
.navi_7_on,
.navi_8,
.navi_8_on,
.navi_9,
.navi_9_on,
.navi_10,
.navi_10_on,
.navi_11,
.navi_11_on,
.navi_12,
.navi_12_on,
.navi_13,
.navi_13_on,
.navi_14,
.navi_14_on,
.navi_15,
.navi_15_on,
.navi_16,
.navi_16_on,	
.navi_st,
.navi_st_on
 {
	padding:6px 10px;
	cursor:pointer;
}


/* パンくずリスト */

#pan {
	width:94%;
	margin-bottom:-30px;
}


/* コンテンツ */

#main {
	width: 100%;
	padding-top:6px;	
}

#block1,
#block2,
#block3,
#block4
{
	width: 100%;
	margin:0;
	padding:50px 3%;
}

.left {
	width:67%;
	padding:0 10px 50px 0;	
}
.right {
	width:33%;
	padding:0 0 50px 10px;	
}
.left2 {
	width:33%;
	padding:0 10px 50px 0;		
}
.right2 {
	width:67%;
	padding:0 0 50px 10px;	
}
.left3 {
	width:75%;
	padding:0 10px 50px 0;
}
.right3 {
	width:25%;
	padding:0 0 50px 10px;
}
.left4 {
	width:25%;
	padding:0 10px 50px 0;
}
.right4 {
	width:75%;
	padding:0 0 50px 10px;
}
.left5 {
	width:48.7%;
	padding:12px;
	margin-right:1.3%;
	background-color:#ffffff;
}
.right5 {
	width:48.7%;
	padding:12px;
	margin-left:1.3%;
	background-color:#ffffff;
}

article h1,
article .title
{
	font-size:36px;
	margin-bottom:40px;
}

article h2 {
	font-size:28px;
}
article h3 {
	font-size:24px;
}
article .sub_title {
	font-size:20px;
	margin-bottom:10px;
}
article p
 {
	font-size:16px;
	margin-bottom:22px;
}


/* 次のページへ */

.next_page {
	width:94%;
}

.next_btn {	
	width:20%;
	font-size:18px;
}
.next_link {
	font-size:18px;
	padding:8px 15px;
}

/* 申し込みボタン */
.entry {
	width:94%;
	margin:0 auto;
	padding:20px;
	text-align:center;
	background-color:#FD2C00;
	border-radius:10px;
	box-shadow:6px 6px #999999;
	border: 4px solid #ffffff;
	text-decoration:none;
}
.entry p {
	font-size:30px;
}
.entry .about {
	font-size:18px;
}


/* レッスンスケジュール */

#schedule p {
font-size:14px;
}

#schedule table {
width: 100%;
}

#schedule th{
font-size:14px;
}
#schedule td{
font-size:14px;
}


/* お花の豆知識 */
#wordpress .post_content {
	width:100%;
	margin:0;
}




.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

}


/* ########### 767px以下 ########### */
/* タブレット／スマートフォン向けスタイル */
/* Nexus7 600px */

@media screen and (max-width: 767px) {


/* スマートフォン用　改行・マージンの有効化 */
.sp_br,
.sp_margin {
	display:inline;
}

/* パソコン用改行の無効化 */
.pc_br {
	display:none;
}

/* タブレット・スマートフォンの文字カット */

.sp_none {
	display:none;
}


/* ヘッダー */

/* ヘッダー：背景固定 */
#header_bg {
	height: 400px;	
}
/* ヘッダー：メイン（背景上） */
.header_main {
    height: 400px;
}
.header_copy {
	margin:15px 15px 20px 15px;
}
.header_copy h1 {
	font-size:22px;
	margin-bottom:15px;
}
.header_copy p {
	font-size:16px;
	line-height:140%;
}
.header_label {
display:none;
}


/* ナビゲーション */

.logo {
	display:none;
}

#sp_navi {
	display:block;
	width:100%;
}

#menu2 {
	display:block;
	padding:10px 0 0;
}

#main_navi,
#sub_navi,
#main_navi2,
#sub_navi2,
#sub_navi3
 {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background:none;
}
#sub_navi,
#sub_navi2,
#sub_navi3	
{
	padding-bottom:10px;
}
#main_navi li,
#sub_navi li,
#sub_navi2 li
{
	float: none;
}

.navi_logo {
	display:none;
}
/* スマートフォン用アイコンを表示 */
.icon {
	display:inline;
	margin-right:6px;
}
.icon img {
	vertical-align:middle;
}

.navi_1,
.navi_1_on,
.navi_2,
.navi_2_on,
.navi_3,
.navi_3_on,
.navi_4,
.navi_4_on,
.navi_5,
.navi_5_on,
.navi_6,
.navi_6_on,
.navi_7,
.navi_7_on,
.navi_8,
.navi_8_on,
.navi_9,
.navi_9_on,
.navi_10,
.navi_10_on,
.navi_11,
.navi_11_on,
.navi_12,
.navi_12_on,
.navi_13,
.navi_13_on,
.navi_14,
.navi_14_on,
.navi_15,
.navi_15_on,
.navi_16,
.navi_16_on,	
.navi_st,
.navi_st_on
{
	width: 100%;
	height: auto;
	background:none;
	text-align:left;
	padding:0;
}

.navi_st,
.navi_st_on
 {
	display:block;
}

#main_navi a,
#sub_navi a,
#main_navi2 a,
#sub_navi2 a,
#sub_navi3 a,	
#main_navi p,
#sub_navi p,
#main_navi2 p,
#sub_navi2 p,
#sub_navi3 p
{
	font-size:18px;
	margin-top:0;
	text-align:left;
	color:#000000;
}

#sub_navi,
#sub_navi2
{
	position:static;
	overflow:auto;
}
#sub_navi ul,
#sub_navi2 ul
{
	position: static;
	float: none;
}
#sub_navi li,
#sub_navi2 li
{
position: static;
}
	
#sub_navi2 {
	margin-top:-10px;	
}	
	
	
#sp_logo {
	width:70%;
	margin:2.3% 0 0 2%;
	float:left;
}
#sp_logo img {
	max-width:auto;
	height:65px;
	display:block;
}
#sp_menu {
	margin:2% 2% 0 0;
	float:right;
}
#sp_navi:after {
	content: "";
	display: block;
	clear: both;
}
#menubtn {
	margin:5px 10px 0 10px;
	padding: 6px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	cursor: pointer
}
#menubtn:hover	{background-color: #dddddd}
#menubtn:focus	{outline: none}
#menubtn i	{
	color: #888888;
	font-size: 18px;
	margin-bottom:2px;
}
.menu	{display: none}
.menu ul,
.menu2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li p,
.menu2 li p 
{
	margin:0;
	padding:8px 15px;
	border-bottom:dotted 1px #cccccc;
	line-height:100%;
}
.menu li a,
.menu2 li a
{
	display: block;
}


/* パンくずリスト */

#pan {
	width: 100%;
	padding:15px 15px 40px;
	line-height:130%;
	margin-top:-50px;
	margin-bottom:0;
}

#pan li {
    display:inline;
}




/* コンテンツ */

/* スマートフォン用の画像を表示 */
.sp_img {
	display:block;
	margin:30px auto;
}

#main {
	padding-top:0;
}

#block1,
#block2,
#block3,
#block4 {
	padding:40px 20px;
}
#block1 {
	padding:10px 20px 40px;
}

.left {
	width:100%;
	float:none;
	padding:0 0 40px 0;
}
.right {
	display:none;
}
.left2 {
	display:none;
}
.right2 {
	width:100%;
	float:none;
	padding:0 0 0 0;
}
.left2 img {
	margin:0 auto;
}

.left3 {
	width:100%;
	float:none;
	padding:0 0 2px 0;
}
.right3 {
	width:100%;
	float:none;	
	padding:0 0 0 0;
}
.right3 img {
	margin:30px auto;
	max-width:65%;
}
.left4 {
	width:100%;
	float:none;
	padding:0 0 40px 0;
}
.right4 {
	width:100%;
	float:none;
	padding:0 0 40px 0;
}
.left5 {
	width:100%;
	float:none;
	padding:20px;
	margin-right:0;
	margin-bottom:0;
	background-color:#ffffff;
}
.right5 {
	width:100%;
	float:none;
	padding:20px;
	margin-left:0;
	margin-bottom:0;
	background-color:#ffffff;
}
.left5:after,
.right5:after {
	content: "";
	display: block;
	clear: both;
}
.left32,
.mid32,
.right32
 {
	width:100%;
	float:none;
}
.mid32 {
	margin:0;
}

article h1,
article .title {
	font-size:32px;
	margin-bottom:30px;
}
article h2 {
	font-size:25px;
	margin-bottom:30px;
}
article h3 {
	font-size:20px;
	margin-bottom:14px;
}

article h2.recruit {
	font-size:30px;
	margin-bottom:30px;
}



/* 次のページへ */

#next {
	padding:30px 0;
}
.next_page {
	width:94%;
	margin:0 auto;
}
.next_btn {	
	width:30%;
	float:none;
	font-size:16px;
}
.next_link {
	width:100%;
	font-size:18px;	
	padding:20px 5px;
}
.next_link {
	width:100%;
	font-size:18px;	
	padding:20px 5px;
}

/* 申し込みボタン */
.entry {
	width:94%;
}
.entry p {
	font-size:22px;
}
.entry .about {
	margin-top:6px;
	font-size:14px;
}

/* フッター */
footer {
	font-size:14px;
}

/* そろばんの効果 */

.course h3 {
	font-size:22px;
	padding:8px;
	background-color:#FFE4E5;
	display:block;
	text-align:center;
}


#lesson #block2
 {
	padding:30px 0 0;
}
#lesson #block2 h2 {
	padding:0 20px;
	margin-bottom:14px;
}
#lesson #block3 {
	padding:30px 20px 20px;
}
#lesson #block3 .left {
	padding:0 0 10px 0;
}
#lesson #block3 .right {
	padding:0 0 30px 0;
}

#lesson .left5 {
	padding:0 20px 20px 20px;
}
#lesson .right5 {
	padding:0 20px 20px 20px;
}

.outline p {
	font-size:16px;
}
.outline img {
	width:30%;
	margin:30px 1.5% 0;
	float:left;
}
.outline .right3 br {
	display:none;
}
.outline2 {
	padding:0;
}
.course {
	margin-bottom:0;
}
.course .left2 {
	padding-bottom:20px;
}

.play {
	width:80%;
	margin:30px 10%;
}


.scene1 {
	width:50%;
	padding:8px 10px 50px 0;
	float:left;
}
.scene2 {
	width:50%;
	padding:8px 0 50px 10px;
	float:left;
}
.lesson_scene:after {
	content: "";
	display: block;
	clear: both;
}


.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

.margin_bottom {
margin-bottom:60px;

}

}

/* ########### 479px以下 ########### */
/* スマートフォン向けスタイル */
/* iPhone4 320px　iPhone5 320px　iPhone6 375px　iPhone6 Plus 414px */

@media screen and (max-width: 479px) {

.iphone_br {
	display:inline;
}

/* ヘッダー：背景固定 */
#header_bg {
	height: 320px;	
}
/* ヘッダー：メイン（背景上） */
.header_main {
    height: 320px;
}
.header_copy h1 {
	font-size:18px;
}
.header_copy {
	margin:15px 5px 20px 5px;
}
.header_copy p {
	font-size:16px;
}


/* ナビゲーション */
#sp_logo img {
	max-width:auto;
	height:55px;
	display:block;
}


/* コンテンツ */

article h1,
article .title {
	font-size:24px;
}
article h2 {
	font-size:20px;
}

article h2.recruit {
	font-size:24px;
}


article h2 br {
	display:none;
}
article h2 .small {
	font-size:100%;
	margin-right:8px;
}



/* 次のページへ */

.next_btn {	
	width:100%;
}

.next_link {
	font-size:17px;	
	text-align:center;
}


/* 申し込みボタン */
.entry {
	padding:16px 6px;
}
.entry p {
	font-size:18px;
}
.entry .about {
	font-size:11px;
}

/* フッター */
footer {
	font-size:12px;
}

/* そろばんの効果 */

.course h3 {
	font-size:20px;
	padding:6px;
	background-color:#FFE4E5;
	display:block;
}

#lesson .left5 {
	padding:0 20px 30px;
}
#lesson .right5 {
	padding:0 20px 30px;
}

.text {
	width:100%;
	float:none;
}
.photo {
	width:100%;
	float:none;
	margin-top:25px;
}

/* 予約 */

.telno {
	font-size:32px;
	text-align:center;
}
.line {
	text-align:center;
	margin-bottom:8px;
}


.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

}

@media screen and (max-width: 374px) {


/* ヘッダー：背景固定 */
#header_bg {
	height: 260px;	
}
/* ヘッダー：メイン（背景上） */
.header_main {
    height: 260px;
}

.header_copy h1 {
	font-size:17px;
	margin-bottom:10px;
}
.header_copy p {
	font-size:13px;
}



/* ナビゲーション */
#sp_logo img {
	max-width:auto;
	height:45px;
}


/* コンテンツ */

article h1,
article .title {
	font-size:20px;
}
article h2 {
	font-size:18px;
}
article h2.recruit {
	font-size:20px;
}

.course h3 {
	font-size:19px;
	padding:8px;
	background-color:#FFE4E5;
	display:block;
	text-align:left;
}
.course h3 br {
	display:none;
}
.play {
	width:96%;
	margin:15px 2%;
	font-size:18px;
}

/* 次のページへ */

.next_link {
	text-align:left;
}


.next_link a {
	font-size:16px;
}

/* 申し込みボタン */
.entry {
	padding:12px;
}
.entry p {
	font-size:26px;
	text-align:left;
}
.entry .about {
	font-size:14px;
	text-align:left;
}

.bottom {
	margin-bottom:0;
	padding-bottom:0;
}



/* 予約 */

.telno {
	font-size:26px;
}

/* お店紹介 */

#shop .copy {
	width:100%;
	margin:0;
	border:none;	
}
#shop .copy p {
	font-size:16px;
	padding:2px;
}
#shop .face {
	left:6px;
	bottom:8px;
}
#shop .face img {
	width:40%;
}
}


