@charset "utf-8"; 
* {
    margin: 0 auto;
    padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: none;
  	font-size: 14px; 
  	color: #777; 
  	font-family: " ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
  	word-wrap : break-word;
    overflow-wrap : break-word;
 }
a { text-decoration: none; }
ul { list-style: none; }
img{
  vertical-align: top; 	  
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
p{ font-size: 0.85rem; }
 
 h1 {
    font-size: 1.1rem;
    font-weight: lighter;
    padding: 0.7rem 0;
   }
h2 {
	font-family: "Hannari", serif;
    text-align: center;
    width: 60%;
    height: 5rem;
    border-bottom: #ae7c68 1px dashed;
    display: block;
    font-size: 1.2rem;
    font-weight: lighter;
    margin: 0.5rem auto 0;
    padding-top: 1.4rem;
    position: relative;
    color: #ae7c68;
    letter-spacing: 0.5rem;
}
h3 {
    display: block;
    font-size: 1.1em;
    font-weight: lighter;
    letter-spacing: 0.08em;
    padding-top: 0.3rem;
}
h4 {
    display: block;
    font-size: 0.78em;
    font-weight: lighter;
    letter-spacing: 0.08em;
}

/*ヘッダー*/
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0;
	line-height: 1;
	z-index: 9999;
}
#top-head a,
#top-head {
	color: #ae7c68;
	text-decoration: none;
}
#top-head .inner { position: relative; }
#top-head .wf-hannari {
	color: #ae7c58;
	margin: 0;
	}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 90px;
	bottom: 0;
	font-size: 0.9rem;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a { padding: 0 1rem; }
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	bottom: -15px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #ae7c68;
	bottom: -25px;
}
/* Fixed
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: auto;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .wf-hannari { color: #ae7c68; }
/* Fixed Btn Hover
#top-head.fixed #global-nav ul li:after { bottom: -10px; }
#top-head.fixed #global-nav ul li:hover:after {
	background: #ae7c68;
	bottom: -20px;
}*/
/* Transition */
#top-head,
#top-head .wf-hannari,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
/* Toggle Button */
#nav-toggle {
    padding-top: 0.2rem !important;
	display: none;
	position: absolute;
	right: 3.7rem;
	top: 0.6rem !important;
	width: 1.6rem;	
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div { position: relative; }
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px !important;
	width: 1.5rem;
	background: #ae7c68;
	right: 0.8rem;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) { top: 0; }
#nav-toggle span:nth-child(2) { top: 0.5rem; }
#nav-toggle span:nth-child(3) { top: 1rem; }
#Smenu {
	font-size: 10px;
	right: 0.65rem;
	margin-left: -1px;
	top: 1.1rem !important;
	display: block;
	position: fixed;
}
.wf-hannari { font-family: "Hannari"; }
#menu { 
              font-family: "Hannari";
              padding: 2.5rem 0;
              }
 #logo{
    width: 6.5rem;
    float: left;
    margin-right: 0.8rem;
    display: inline;
}
.info{
    font-size: 0.7rem;
    font-family: "Hannari";
    padding-top: 2.3rem;
}

.toplink a {
	display: block;
	width: 19rem;
	margin: 0;
}
.recruit img {
  width: 70px;
  float: left;
  right: 1.3rem;
  top: 2rem;
  position: absolute;
}
.recruit img:hover { opacity:0.7; }

/*-------------------------------下層ページ共通画像*/
 #commonimg {
    max-width: 100%;
    padding-top: 8rem;
}
/*-------------------------------コンテンツ*/
 section {
    height: 100%;
    width: 60%; 
    text-align: center;
}
.inner {
	width: 90%;
	margin: 0.7rem auto 0;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/*-------------------------------トップページ*/

.top1,.top2 {
    text-align: left;
    }
.top1 {
    color: #ea5550;
    padding-top: 1rem;
    }
.top2{
    color: #eb6ea0;
    padding-top: 0.5rem;
    }

.top-title {
	display: inline-block;
	text-align: left;
	font-size: 1rem;
	color: #ae7c68;
	letter-spacing: 0.08rem;
	padding: 2rem 0 1.5rem;
	border-bottom: #ae7c68 1px dashed;
}
.top-comment { margin: 2rem 0; }
.top-comment p {
	text-align: left;
	font-size: 0.9rem;
	letter-spacing: 0.08rem;
	line-height: 220%;
}
.course {
	width: 100%;
	overflow: hidden;
	margin: 6rem 0 0.5rem;
}
.course p, .profile-title {
	width: 100px;
	border-bottom: #ae7c68 1px dashed;
	padding: 0.5rem;
	margin-bottom:1rem;
	font-size: 1rem;
	color: #ae7c68;
}
.course img { 
    margin: 1rem 0;
    width: 5.5rem;
}
.readmore {
	display: block;
	padding: 7px 20px;
    color: #ae7c68;
    background-color: #F4E1CC;
    border-radius: 2rem;
    width: 130px;
    height: 2rem;
    margin-bottom: 1.5rem;
}
.readmore2 {
	display: block;
	padding: 7px 20px;
    color: #ae7c68;
    background-color: #F4E1CC;
    border-radius: 2rem;
    width: 205px;
    height: 2rem;
    margin-bottom: 4rem;
}
.readmore:hover,.readmore2:hover { opacity:0.7; }
.course1, .course2, .course3, .course4, .course5 {
	float: left;
	width: 20%;
}
.top-profile { 
    display: block;
    width: 12rem;
    clear: both;
    margin-top:1.5rem;
    }
.top-message {
	position: relative;
	display: inline-block;
 	margin: 2em 0 1rem;
	padding: 1rem;
	min-width: 120px;
 	max-width: 600px;
	border-radius: 15px;
	background: #FFF;
 	border: solid 3px #F4E1CC;
 	box-sizing: border-box;
}
.top-message :before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
	z-index: 2;
}
.top-message :after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #f4E1CC;
 	z-index: 1;
}
.top-message p {
	text-align: left;
	margin: 0;
	padding: 0;
	letter-spacing: 0.08rem;
	line-height: 190%;
}
.topVideo {
    max-width: 600px;
    min-width: 120px;
    display: table;
}
.topVideo img {
    width: 40px;
    float: left;
    text-align: left;
    display: inline;
    clear: both;
    padding-bottom: 0.8rem;
}
.topVideo dt {
    position: relative;
    display:table-cell;
    vertical-align:middle;
}
.topVideo dd {
    padding-left: 2rem;
    display:table-cell;
    vertical-align:middle;
}
.topVideo p {
    text-align: left;
    float: left;
	margin: 0.8rem auto 1rem;
	padding: 0;
	letter-spacing: 0.08rem;
	line-height: 190%;
	display: inline-block;
	clear: both;
}


/*--------------------------------------------------------------コース案内*/
.course-coment {
	text-align: left;
    line-height: 200%;
    letter-spacing: 0.08rem;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}
.courseInfo { text-align: left; }
.courseInfoP, .courseInfoTitle { display: inline-block; }
.courseInfoP { margin-left: 1.5rem; }
.monthly-titleCourse{
	text-align: left; 
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding: 0.25em 0.5em;
    color: #777;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #FBEED6;
}
.solo1lesson-titleCourse{
	text-align: left; 
	margin-top: 3rem;
	margin-bottom: 1rem;
	padding: 0.25em 0.5em;
    color: #777;
    background: transparent;
    border-left: solid 5px #FDE8E2;
}
.other-titleCourse{
	text-align: left; 
 	margin-top: 3rem;
 	margin-bottom: 1rem;
	padding: 0.25em 0.5em;
    color: #777;
    background: transparent;
    border-left: solid 5px #EAF3DA;
}
.solo-course dt, .other-course dt { position: relative; }
.solo-course dd, .other-course dd { padding-left: 2rem; }
.course-title, .course-description {
	padding-left: 3rem; 
	text-align: left; 
}
.solo-course img, .other-course img,.otherwise img {
	text-align: left;
	width: 3.2rem;
    float: left;
    margin-right: 1rem;
    display: inline;
    clear: both;
}
.course-title {
	margin-top: 2rem;
	color: #ae7c68;
	letter-spacing: 0.08em;
	line-height: 190%;
}
.course-description {
	margin-top: 0.5rem;
	letter-spacing: 0.08em;
	line-height: 170%;
	}
.course-icon7 {
	margin-bottom: 0.2rem;
}
.course-title7 {
	margin-top: 2rem;
	padding-top: 1.5rem;
	color: #ae7c68;
	letter-spacing: 0.08em;
	line-height: 190%;
	padding-left: 3rem; 
	text-align: left; 
}
.course-description8  {
	margin-top: 0.5rem;
	margin-bottom: 5rem;
	letter-spacing: 0.08em;
	line-height: 170%;
	padding-left: 3rem; 
	text-align: left; 
	}
.course-line { margin: 3rem 0; }
.otherwise {
	text-align: left;
	font-size: 0.8rem;
	margin-top: 2rem;
	letter-spacing: 0.08em;
	line-height: 170%;
}
.otherwise dt { position: relative; }
#course-description { padding-left: 4.2rem; }
#course-title {font-size:0.9rem; }
.otherwise video {
    width: 80%;
    margin: 2rem 0 0 4.3rem;
}
.photo-title {
	margin-top: 2.5rem;
    text-align: left;
    padding: 0.25em 0.5em;
    color: #777;
    background: transparent;
    border-left: solid 5px #F4E1CC ;
    letter-spacing: 0.08em;
}
.courseInfoTitle {
    text-align: left;
    padding: 0.25em 0.5em;
    color: #777;
    background: transparent;
    border-left: solid 5px #F4E1CC ;
    letter-spacing: 0.08em;
}
.school-photo { 
    width: 100%;
    height: 100%;
    margin: 1.5rem 0 1.5rem;
    overflow: auto;
    text-align: center;
}
.school-piano, .school-sofa {
	width: 100%;
	vertical-align: top;
}
.school-desk, .school-xmas {
	width: 100%;
}
.school-sofaa {
	width: 45.4%;
	float: left;
	clear: both;
	margin: 3% 3% 0 13%;
}
.school-xmass {
	width: 25%;
	float: left;
	margin: 3% 13% 0 0;
}
.school-pianoo {
    width: 45.4%;
    float: left;
    margin: 0 3% 0 13%;
}
.school-deskk {
	width: 25%;
	float: left;
	margin: 0 13% 0 0;
}
.figureschool {
  display: inline-block;
  position: relative;
  overflow: hidden;
 }
.figcaptionschool {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255,223,223,0.7);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  border-radius: 6%;
  color: #777;
}
figure:hover figcaption{ opacity: 1; }
figure p {
	display: inline-block;
	text-align: left;
	padding-top: 20%;
	max-width: 90%;
}

/*-------------------------------テーブル*/
table { width: 100%; }
table, td, th {
    border-collapse: collapse;
    border: solid 1px #E1CCB9;
    margin: 1.5rem auto 2.5rem;
    padding: 1rem;
    font-size: 0.8rem;
}
.monthly-price {
    margin-top: 0.5rem;
    margin-bottom:3rem;
}
.table-caption {
	text-align: left;
	font-size: 0.8rem;
	margin-bottom: 3rem;
	margin-top: 1rem;
}
.table-caption dt { position: relative; }
.table-caption dt span { position: absolute; }
.table-caption dd { padding-left: 1rem; }
.solo-price p { text-align: left; }
#monthly-title {
	margin-top: 3rem;
	padding: 0.25em 0.5em;
    color: #777;
    background: transparent;/*背景透明に*/
    border-left: solid 5px #FBEED6;
    margin-bottom: 1rem;
}
.soloTitle {
    width:  250px;
    position: relative;
    padding: 4px 4px 4px 42px;
    background: #dead8a;
    color: white;
    margin-left: -24px;
    line-height: 1.3;
    z-index:-1;
    margin-top: 3rem;
}
.soloTitle:before {
   position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index:-2
}
#basic,#challenge { 
    margin-top: 0;
}
#solo1lesson-title {
	padding: 0.25em 0.5em;
    color: #777;
    background: transparent;
    border-left: solid 5px #FDE8E2;
    margin-top: 3rem;
 }
 #other-title{
 	text-align: left;
 	margin-top: 3rem;
	padding: 0.25em 0.5em;
    color: #777;
    background: transparent;
    border-left: solid 5px #EAF3DA;
 }
hr {
	border: dashed 0.05rem #E1CCB9;
	margin-top: 3rem;
    }
tbody { display: table-row-group; }
tr { display: table-row; }
th {
	font-weight: normal;
	font-size: 0.7rem;
}
.monthly-cell { background-color: #FBEED6; }
.other1lesson-cell { background-color: #FDE8E2; }
.onelesson-cell { background-color: #EAF3DA; }
.solo-price span, .other-price span { 
    padding-left: 0.3rem;
    font-size: 0.65rem; 
    }
.left-cell, .other-left-cell {
	width: 33%;
	padding: 0.5rem;
	text-align: left;
}
.otherwise { text-align: left; }
.otherwise-title { 
    margin-top: 2.5rem;
    text-align: left;
    padding: 0.25em 0.5em;
    color: #777;
    background: transparent;
    border-left: solid 5px #F4E1CC ;
 }
.otherwise-s {
	margin: 1.5rem 0;
	letter-spacing: 0.08rem;
}
.otherwise span { 
    margin-left: 2rem;
    font-size: 14px;
}

/*--------------------------------------------------------------講師プロフィール*/
.profile1 img { width: 15rem; }
#profile2-3 img,#profile4-5 img {
    width: 13rem;
    padding: 0;
}
#profile2-3,#profile4-5 { overflow: hidden; }
.profile1 p{
    text-align: left;
    line-height: 200%;
    margin-top: 1rem;
    letter-spacing: 0.08em;
}
#profile2-3 p,#profile4-5 p{
    text-align: left;
    line-height: 200%;
    letter-spacing: 0.08em;
    margin-top: 1rem;
    }
.profile1{
     margin-bottom: 4rem;
     margin-top: 2rem;
}
#profile2-3 dl,#profile4-5 dl {
    width: ;
    float: ;
}
.profileleft{
    padding: 0 1.5rem 4rem 0;
}
.profileright{
    padding: 0 0 4rem 1.5rem;
    }
/*-------------------------------講師メッセージ*/
.message img {
	width: 4rem;
	float: left;
	margin-right: 1rem;
}
.message{
	width: 100%;
    text-align: left;
    line-height: 200%;
    letter-spacing: 0.08rem;
    background: #F4E1CC;
    box-shadow: 0px 0px 0px 5px #F4E1CC;
    border: dashed 0.15rem white;
    padding: 0.8rem 1rem 1rem;
    border-radius: 1rem;
    margin-bottom: 2.5rem;
    }
.message h5 {
    font-size: 1rem;
    font-weight: lighter;
    margin:  0.3rem 0 1.5rem;
}

/*--------------------------------------------------------------お問い合わせ*/
.wrapbox-contact{
	width: 90%;
    line-height: 200%;
    letter-spacing: 0.08rem;
    background: #F4E1CC;
    box-shadow: 0px 0px 0px 5px #F4E1CC;
    border: dashed 0.15rem white;
    padding: 1rem;
    border-radius: 1rem;
	margin-bottom: 50px;
    }
.wrapbox-inner {
	height: auto !important;
}
.wrapbox-title {
	margin: 15px 0 -10px !important;
	font-weight: bold;
	color: #ae7c68;
	text-align: center;
}
.wrapbox-inner p {
	padding: 0 10px !important;
	text-align: left;
}
.contact-coment {
	margin: 1rem;
}
.c-coment1 { font-size: 1.08rem; }
.c-coment1, .c-coment2 {
	margin: 1rem 0 1.6rem;
	text-align: left;
	display: inline-block;
	line-height: 200%;
    letter-spacing: 0.09rem;
}
.c-tel, .number { color: #ae7c68; }
.c-tel { font-size: 1rem; }
.number {
	display: inline-block;
	font-size: 1.5rem;
	margin:0 0.5rem 0.8rem;
}
.under { background: linear-gradient(transparent 70%, #e8c2b8 70%); }
#c-telicon {
	width: 1.1rem;
	padding: 0.32rem 0.3rem 0 0;
}
#c-telephone { width: 170px; }
.formrun{ 
    width: 650px;
	text-align: left;
	font-size: 0.8rem;
}
.formrun label { float: left; }
.formrun div { clear: both; }
#formTop { margin-top: 4rem; }
#formBottom { margin-bottom: 4rem; }
.formBr { display: none; }
.formItem {
	margin: 1rem 0 0;
	padding: 2px 0;
}
.formItem input, .formItem textarea {
	background: #eee;
	border: none;
}
.formItem input:focus, .formItem textarea:focus {
	background: #fce4d6;
	border: none;
	outline: 0;
}
.input1, .input2, .input3, .input6, .input8, .input10 {
    height: 20px;
}
.input1 { margin-left: 160px; }
.input2 { margin-left: 274px; }
.input3 {
    margin-left: 285px;
    width: 36px;
}
.radio4 { margin-left: 295px; }
.input6 { margin-left: 260px; }
.select7 { margin-left: 208px; }
.input8 { margin-left: 233px; }
#input9 { margin-left: 180px; }
.input10 { margin-left: 228px; }
.textarea11  { margin-left: 217px; }

.formLesson { margin-bottom: 2rem; }
.Required, .error { color: #ea5550; }
.formHr { margin: 2rem 0; }


.example { 
     font-size: 0.65rem;
     margin-left: 0.3rem; }

.input9 {
	margin: 0 0.1rem 0 0.5rem;
}
.privacy {
	text-align: left;
	margin-bottom: 1rem;
}
.sendButton {
	border: none !important;
    display: block !important;
    color: #fff;
    background-color: #c1ab9a !important;
    border-radius: 2rem;
   	padding: 0.5rem;
    width: 200px;
    height: 2.5rem;
    margin-bottom: 5rem;
} 
.sendButton:hover { opacity:0.85; }

/*--------------------------------------------------------------ラップボックス*/
.wrapbox {
    width: 90%;
    min-width: 120px;
 	max-width: 600px;
    height:18.5rem;
    margin: 2rem auto 2rem;
    text-align: center;
    font-size: 0.75rem;
}
.inner-contact {
    height: 14.5rem;
    border: dashed 1px #ae7c68;
    border-radius: 1rem;
    margin-left: 1%;
    margin-right: 1%;
    line-height: 190%;
    letter-spacing: 0.08em;
}
.inner-title { font-size: 1rem; }
.inner-contact p, .inner-contact div {
	display: inline-block;
    text-align: left;
    padding-left: auto;
}
.inner-contact p{ margin-top: 0.5rem; }
.inner-contact img {
	height: 2.3rem;
	display: block;
	margin: 0.5rem auto;
}
.tel {
    font-size: 0.9rem;
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.telephone {
	width: 150px;
	text-align: center !important;
}
#telephone, #c-telephone {
	color: #ae7c68 !important;
	display: block !important;
	border: solid 1px #ae7c68 !important;
	border-radius: 2rem;
	padding-top: 0.4rem !important;
    height: 2.3rem !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 190%;
    letter-spacing: 0.08em;
}
#telephone { width: 150px !important; }
#telephone:hover { opacity:0.7; }
.contactform {
    display: block;
    color: #fff;
    background-color: #c1ab9a;
    border-radius: 2rem;
   	padding: 0.5rem;
    width: 200px;
    height: 2.5rem;
} 
.contactform:hover { opacity:0.85; }

/*--------------------------------------------------------------トップボタン*/
.top { position: relative; }
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(174,124,104,1);
  font-family: 'Vollkorn', serif;
  font-size: 0.8rem;
  color:#fff;
  text-decoration: none;
  width:3rem;
  height:3rem;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:1.4rem;
  box-sizing:border-box;
  opacity:0.8;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:0.5rem;
  left:0;
  width:100%;
  text-align:center;
  font-size:1rem;
}
.topBtn:hover { opacity:0.6; }
/*--------------------------------------------------------------フッターナビ*/
footer nav {
    width: 100%;
    height: 3.5rem;
    background-color: #ae7c68;
    display: block;
    margin: 1rem 0;
    }
footer nav ul {
    text-align: center;
    font-family: "Hannari";
    padding-top: 1.1rem;
}
footer nav li{
    display: inline;
    margin: 0 2.5rem;
    }
footer nav a { color: #fff; }
/*-------------------------------フッターコピーライト*/
.footer { text-align: center; }
#f-logo {
    width: 4.5rem;
    margin: 0 auto;
}
.f-info {
    display: block;
    font-size: 0.6rem;
    font-family: "Hannari";
    margin: 0 auto;
    padding-top: 0.8rem;
    color: #ae7c68;
    }
.f-wf-hannari {
    display: block;
    padding-top: 0.35rem;
    padding-bottom: 0;
    font-size: 1rem;
    font-family: "Hannari";
    margin: 0 auto;
    color: #ae7c68;
    }
.copy {
    font-family: 'Vollkorn', serif;
    margin: 0 auto 2rem;
    padding-top: 0.5rem;
    color: #ae7c68;
    font-size: 0.7rem;
}

/*-----------------------------------------------------------------------------980px以下*/
@media screen and (max-width: 980px) {
	a { -webkit-tap-highlight-color:rgba(0,0,0,0); }
    section { width: 90%; }
    h2{
    width: 100%;
    font-size: 1rem;
    height: 3.5rem;
    padding-top: 0.8rem;
    margin:0.3rem auto 0;
    }
    h1{
        font-size: 0.85rem;
        padding-top: 0.4rem;
    }
    .info{
        font-size: 0.6rem;
        padding-top: 0.9rem;
        letter-spacing: 0.01rem;
}
    #logo{
    width: 3.3rem;
    float: left;
    margin-top: 0.08rem;
    margin-right: 0.4rem;
    }
    .toplink a { width: 14rem; }
    #commonimg {
    padding-top: 3.6rem;
    }
    
    .recruit img {
    width: 55px;
    right: 0.5rem;
    top: 0.7rem;
    z-index: 99999;
    }
  
   /*-------------------------------トップページ980以下*/
   .course dd { font-size: 0.8rem; }
   .course img { width: 4.3rem; }
   
    /*-------------------------------テーブル980以下*/ 
   	.other-left-cell { width: 70px; }
    .other-price {
    box-sizing: border-box;
    border-right: 1px solid #E1CCB9;
    overflow-x: scroll;
    }
    .other-price::-webkit-scrollbar {
    height: 5px;
    }
    .other-price::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
    }
    .other-price::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bbb;
    }
    .other-price { border-right: none; }
    .other1lesson-price { 
    margin-bottom: 3px;
    width: 850px;
    }
    .other-left-cell, .other1lesson-cell { white-space:nowrap; }
     
　/*-------------------------------講師プロフィール980以下*/
    .profile1{
     margin-bottom: 2.5rem;
     margin-top: 1.5rem;
     }
    #profile2-3 dl,#profile4-5 dl {
    width: 100%;
    float: none;
    }
    #profile2-3 dl,#profile4-5 dl {
    padding: 0 0 3rem 0;
    }
    .profileright { 
    margin-top: 2rem;
    margin-bottom: 1rem; 
    }
    
    /*-------------------------------お問い合わせ980以下*/
    .formrun {width: 450px;}
    
    .input1 { margin-left: 10px; }
    .input2 { margin-left: 123px; }
    .input3 { margin-left: 137px; }
    .radio4 { margin-left: 148px; }
    .input6 {
    margin-left: 110px;
    width: 8rem;
    }
    .select7 {margin-left: 55px; }
    .input8 {
    margin-left: 87px;
    width: 7rem !important;
    }
    #input9 { margin-left: 10px; }
    .input10 { margin-left: 80px; }
    .textarea11  { margin-left: 30px; }
    .input1, .input2, .input8, .input10 {
    width: 9.2rem;
    }

    /*-------------------------------ラップボックス980以下*/  
    .wrapbox { height: auto; }
    .inner-contact {
        width: auto;
		height: 15.5rem;
        float: none;
        margin-bottom: 2%;
    }
    .inner-contact a{
        margin-top: 2%;
        font-size: 0.7rem;
    }
    .tel{
    font-size: 0.8rem;
    padding-top: 2.5%;
    }
    /*-------------------------------フッターナビ980以下*/
    footer nav {
    height: 3.3rem;
    font-size: 0.75rem;
    }
    footer nav li{
    display:inline-block;
    margin: 0 0.6rem;
    }
    /*-------------------------------ヘッダー980以下*/
	.inner {
		width: 100%;
		height: 90%;
		padding: 0;
		margin: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 90%;
		z-index: 998;
		position: relative;
		padding-left: 0.7rem;
	}
	#top-head.fixed .wf-hannari,
	#top-head .wf-hannari {
		color: #ae7c68;
		margin: 0;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -501.52px;
		background: #ae7c68;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		z-index: 999;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 0.8rem;
		padding: 1.5rem 0;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  { display: none; }
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle { display: block; }
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}

/*-------------------------------------------------------------------------------------------480px以下*/
@media screen and (max-width: 480px) {
	p,h1 { font-size: 0.85rem; }
    .info{ 
    font-size: 0.5rem;
    letter-spacing: 0.005rem;
    }
    .line { margin-top: 4rem; }
    
    /*-------------------------------トップページ480以下*/
    .top-comment p {
    font-size: 0.85rem;
	line-height: 190%;
	}
	.course { margin: 4rem 0 0.5rem; }
    .course1, .course2, .course3 {
    margin: 0.2rem 0;
    width: 33%;
    }
    .course4, .course5 {
    margin: 0.2rem 0;
    width: 50%;
    }
   .course4 { clear: both; }
    
    /*-------------------------------教室紹介480以下*/ 
    figure p {
    padding-top: 3%;
    font-size: 0.7rem;
    }
    
    /*-------------------------------テーブル480以下*/ 
     .other1lesson-price {  width: 500px; }
     .otherwise span { font-size: 0.85rem; }
     
	/*-------------------------------講師メッセージ480以下*/ 
    .message { 
	padding: 0.7rem 0.8rem 1rem;
	line-height: 170%;
    }
    .message h5 { font-size: 0.9rem; }
    .message img {
	width: 3.8rem;
	float: left;
	margin-top: 0.1rem;
	margin-right: 0.8rem;
　}
    .message p {font-size: 0.75rem;}
    
    /*-------------------------------お問い合わせ480以下*/
    .c-tel { font-size: 0.8rem; }
    .number { font-size: 1.1rem; }
    
    .formrun {width: 280px;}
    .input1 { margin: 5px 0 0 0; }
    .input2 { margin-left: 25px; }
    .input3{ margin-left: 40px; }
    .radio4 { margin-left: 5px; }
    .input6 {
    margin: 5px 0 0 0;
    width: 11.5rem;
    }
    .select7 { margin: 5px 0 0 0; }
    .input8 {
    margin: 5px 0 0 0;
    width: 11.5rem !important;
    }
    #input9 { margin: 5px 0 0 0; }
    .input10 { margin-left: 5px; }
    .textarea11 { margin: 5px 0 0 0; }
    
    .formBr { display: inline-block; }
    
    .send { border: none !important; }
    .sendButton {
	border: none !important;
    display: block !important;
    color: #fff;
    background-color: #c1ab9a !important;
    border-radius: 2rem;
   	padding: 0.5rem;
    width: 200px;
    height: 2.5rem;
    } 
    .sendButton:hover { opacity:0.85; }
    
    /*-------------------------------ラップボックス480以下*/
    .inner-contact p { margin-top: 6%; }
 
    /*-------------------------------トップボタン480以下*/
    .topBtn {
    bottom:10px;
    right:10px;
    font-size: 0.65rem;
    width:2.5rem;
    height:2.5rem;
    border-radius:30px;
    padding-top:1.1rem;
    box-sizing:border-box;
    opacity:0.8;
    }
    .topBtn:before {
    content:'\25B2';
    position:absolute;
    top:0.3rem;
    left:0;
    width:100%;
    text-align:center;
    font-size:0.8rem;
    }
    /*-------------------------------フッター480以下*/ 
    footer nav {font-size: 0.65rem; } 
    footer nav li{ margin: 0 0.3rem; }
    #f-logo { width: 3.8rem; }
    .f-info {
    font-size: 0.5rem;
    padding-top: 0.5rem;
    }
    .f-wf-hannari {
    font-size: 0.8rem;
    padding-top: 0.15rem;
    }
    .copy {
    font-size: 0.5rem;
    margin-bottom: 1.5rem;
    padding-top: 0.2rem;
    }

}
