@charset "utf-8";
/* CSS Document */

.wrapper {
    width: 100%;
    margin: 0 auto;
}
/**------------------------------
   HEADER
-------------------------------**/
.header{
	width: 100%;
	margin: 0 auto;
	border-bottom: 3px solid #EF69A0;
}
.header_in{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 20px;
}
.header_in_L{
	width: 30%;
	float: left;
}
.header_logo{
	margin-top: 0px;
}
.header_in_R{
	width: 60%;
	float: right;
	text-align: right;
	margin-top: 10px; 
}
.header_in_R ul li{
	width: 32%;
	float: left;
	margin-right: 10%;
}
.header_in_R ul li:last-child{
	width: 14%;
	margin-right: 0;
	text-align: center;
	font-weight: bold;
}
.header_in_R ul li:last-child p {
	color: #45b1d7;
	font-size: 12px;
}
.header_in_R ul li:last-child img{
	width: 55%;
}
h1{
	font-size: 10px;
	letter-spacing: -0.1px;
	text-align: right;
	color: #6E6E6E;
	padding-bottom: 5px;
	line-height: 1.5;
}
/**------------------------------
   MAINIMG
-------------------------------**/
.mainimg{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.page_mainimg{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.page_mainimg .page_title{
	text-align: left;
	width: 960px;
	margin: 0 auto;
	padding:  70px 0 0;
}
.page_mainimg .page_title p{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transform: rotate(.03deg);
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	color: #FFFFFF;
	background: url(../images/common/h2_bg.png)no-repeat left center;
	display: block;
    height: 45px;
	line-height: 40px;
	padding-left: 25px;
}
.page_mainimg .page_title span{
	font-size: 1.0rem;
	padding-left: 20px;
	display: inline-block;
	    vertical-align: middle;
}
/**------------------------------
   GLOBAL NAV
-------------------------------**/
.pcnavi{
	width: 100%;
	margin: 0px auto;
	background: url(../images/common/nav_bg.jpg)repeat-x top center;
}
.pcnavi ul{
	width: 960px;
	margin: 0 auto;
	background: url(../images/common/nav_border.png)no-repeat left center;
}
.pcnavi ul li{
	width: 16%;
	background: url(../images/common/nav_border.png)no-repeat right center;
	float: left;
	text-align: center;
	padding: 5px 0;
	transition: 0.3s;
}
.pcnavi ul li:nth-child(1), .pcnavi ul li:nth-child(2), .pcnavi ul li:nth-child(7){
	width: 10%;
}
.pcnavi ul li:nth-child(3), .pcnavi ul li:nth-child(4), .pcnavi ul li:nth-child(6) {
	width: 18%;
}
.pcnavi ul li:hover{
	opacity: 0.5;
	transition: 0.2s;
}
.pcnavi ul li span{
	text-align: center;
	color: #FFFFFF;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transform: rotate(.03deg);
	width: 100%;
	line-height: 1.4;
	display: block;
}
.pcnavi ul li span.nav_title{
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	letter-spacing: 0.15rem;
	font-size: 13px;
	
}
.pcnavi ul li span.nav_sub{
	font-size: 11px;
	letter-spacing: 0.rem;
}
.pcnavi_cont{
	position: relative;
	float: left;
	width: 100%;
	min-height: 40px;
}

#fix_menu{
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 5;
}
	.fixed {
  position: fixed!important;
  top: 0px!important;
}
/**------------------------------
   CONTENT  SIDEBAR
-------------------------------**/
.content_out{
	width: 100%;
	margin: 0 auto;
	float: left;
}
.content{
	width: 940px;
	margin: 30px auto;
}

	/**------------------------------
   BREAD CRUMB
-------------------------------**/
.breadcrumb {
    width: 100%;
    background-color: #FFF;
}
.pankuzu {
    max-width: 1000px;
    width: 100%;
    font-size: 0.7em;
    margin: 0 auto;
    padding: 0px 0 15px;
}
body .pankuzu a{
    text-decoration: none;
    color: #EF69A0;
}

/**------------------------------
   FOOTER 
-------------------------------**/
.footer {
    background:url(../images/common/footer_bg.jpg) repeat-x top center;
}
.footer a {}
.footer_in {
    width: 950px;
    margin: 0 auto;
}
.footer_div_T{
	width: 100%;
	padding: 10px 0;
}
.footer_div_T li{
	float: left;
}
.footer_div_T li a{
	display: block;
	padding: 0 25px 0 15px;
	font-size: 0.8em;
	background: url(../images/common/footer_nav_icon.png) no-repeat left center;
}
.footer_div_txt,.footer_copyright{
	width: 50%;
	float: left;
	font-size: 0.86em;
	line-height: 1.6;
	padding: 10px 0 20px;
}
.footer_div_txt span{
	font-size: 1.1em;
}
.footer_copyright{
	text-align: right;
}
.pagetop{
	width: 960px;
	margin: 0 auto;
	text-align: right;
}
.pagetop p{
	color: #FFFFFF;
}
.pagetop a{
	display: inline-block;
	background-color: #9CDBF0;
	padding: 0 0 5px;
	width: 100px;
	font-size: 0.7em;
	border-radius: 5px 5px 0 0;
	text-align: center;
}
/**------------------------------
   ETC COMMON
-------------------------------**/
h3{
	width: 100%;
	margin: 0 auto 15px;
	background:  url(../images/common/h3_img.png) no-repeat top right,url(../images/common/h3_bg.jpg) repeat-x top left;
	min-height: 40px;
	padding: 5px 0 5px 15px;
	color: #EF69A0;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transform: rotate(.03deg);
}
h3 .h3_title{
	background: url(../images/common/h3_icon.png) no-repeat left center;
	padding-left: 30px;
	letter-spacing: 0.1rem;
}
h3 .h3_sub{
	font-size: 0.8rem;
	padding-left: 10px;
}
.btn a{
	display: inline-block;
	padding: 10px 30px;
	background: #EF69A0;
	border-radius: 8px;
	text-align: center;
	color: #FFFFFF;
}
.btn a span{
	background: url(../images/common/arrow_white_R.png) no-repeat left center;
	padding-left: 25px;
	background-size: contain;
}
.img{
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}
h4{
	border-left: 5px solid #9cdbf0;
	padding-left: 8px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 1.1rem;
}
.div_W3 .div_W2 .div_L{
	width: 33%;
    float: left;
}
.div_W3 .div_W2 .div_R{
	width: 67%;
    float: right;
    padding-left: 3%;
}
.blue{
	color: #66C9EA;
}
.pink{
	color: #EF69A0;
}
ul.disc_li li {
    margin-bottom: 0px;
    padding: 0 15px 0px 1rem;
    text-indent: -1rem;
}
ul.disc_li li::before {
    content: "・";
}
ul.disc_li li:nth-child(6)::before, ul.disc_li li:nth-child(7)::before {
    content: " ";
}
.alink_btn .btn a {
	 display: block;
    width: 100%;
    background-color: #FFFFFF;
	border: 2px solid #EF69A0;
	border-radius: 20px;
    color: #EF69A0;
    padding: 10px;
    letter-spacing: 0rem;
    font-size: 1.1rem;
	font-weight: bold;
}
.alink_btn .btn a span{
	padding: 0 25px 0 0;
	background: url(../images/common/arrow_pink_B.png) no-repeat right center;
	margin-right: -25px;
}
/**------------------------------
   TOP
-------------------------------**/
.home .section_mn .article .ul_li_3 {
	width: 620px;
	margin: 0 auto;
}
.home .section_mn .article .ul_li_3 ul > li {
	width: 49%;
}
.home .section_mn .article .ul_li_3 ul > li:last-child {
	margin-right: 0;
}
.index_information .strong_div{
	background: #F283B0;
	display: block;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 1.2rem;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
	line-height: 1.3;
	margin-top: 15px;
}
.index_information .strong_div span{
	font-size: 1.0rem;
}
.index_information tr td{
	text-align: center;
}
.home .div_W2 .div_W .div_L{
	width: 63%;
}
.home .div_W2 .div_W .div_L .btn a{
	display: block;
}
.home .div_W2 .div_W .div_R{
	width: 36%;
}
.index_menu{
	box-shadow: 0px 0px 8px 0px rgba(13, 4, 9, 0.2);
	    border-radius: 10px;
    padding: 15px 15px 0;
	border: 8px solid #9EDDEE;
}
.home #teacher h4{
	position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 10px 20px 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 17px;
  background: #EAF7FB;
	border: none;
}
.home #teacher h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #EAF7FB;
}
.home #teacher h4 p {
  margin: 0;
  padding: 0;
}
.home #teacher .shadow_div{
	box-shadow: 0px 0px 5px 0px rgba(13, 4, 9, 0.2);
	    border-radius: 10px;
    padding: 15px 10px;
}
.pink_h{
	color: #EF69A0;
	font-weight: bold;
	font-size: 1.4rem;
	display: inline-block;
	margin-bottom: 10px;
}
.pink_div{
	background: #FFEAF3;
	padding: 20px;
	border-radius: 15px;
}
.home #teacher .pink_div{
	padding: 25px 200px 10px;
}
.img_small li{
}
.home .ul_li_3.teacher_2 li{
	width: 28%;
}
.home .ul_li_3.teacher_2 li:first-child{
	width: 40%;
	padding-top:70px;
}
.home .ul_li_3.teacher_2 img{
	width: 70%;
	height: auto;
}
.teacher_li{
	padding: 20px 0%;
}

.teacher_li li{
	width: 50%;
	float: left;
}
.teacher_2{
	margin-top: 40px;
}
.teacher_2_txt{
	text-align: center;
	margin-bottom: 20px;
}
.teacher_2_li{
	padding: 0 20%;
}
.teacher_2_li li{
	width: 50%;
	float: left;
}
.teacher_2_li li img{
	width: 125px;
	height: auto;
}
/**------------------------------
   PRICE
-------------------------------**/
.price .article{
	margin-bottom: 60px;
}
.price .article.alink_btn{
	margin-bottom:15px;
}
.price table {
	margin-bottom: 10px;
}
.price table th{
	background-color: inherit;
	text-align: left;
	width: 50%;
}
.price table td{
	background-color: inherit;
	text-align: right;
	width: 25%;
}
.price table thead{
	background-color: #EAF7FB;
	text-align: left;
}
.price h4{
	font-weight: bold;
	font-size: 1.0rem;
}
.table_txt{
	background: #EAF7FB;
	padding: 15px;
	margin-bottom: 60px;
}
.class_about{
	box-shadow: 0px 0px 5px 0px rgba(13, 4, 9, 0.2);
	border-radius: 10px;
  padding: 15px 15px;
}
.class_about li{
	margin-bottom: 0!important;
}
.class_about li h4{
	background: #45B1D7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 58px;
	color: #FFFFFF;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border: none;
	font-weight: normal;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	margin-bottom: 0;
}
.class_about li h4 span{
	display: block;
	font-size: 0.9rem;
	padding-left: 5px;
}
.class_about li .txt{
	font-size: 1.0rem;
	text-align: left;
	letter-spacing: -0.2px;
}
/**------------------------------
   LESSON
-------------------------------**/
.lesson table.lesson_schedule_table{
	table-layout: fixed;
	line-height: 1.4;
	border-top: none;
}
.lesson table.lesson_schedule_table tr{
	border-bottom: dotted 1px #dddddd;
	
}
.lesson table.lesson_schedule_table thead th{
	background: #FAFAFA;
}
.lesson table.lesson_schedule_table thead td{
	text-align: center;
	background: #FFEBF1;
	color: #EF69A0;
	font-weight: bold;
}
.lesson table.lesson_schedule_table tbody th{
	background-color: #E9F7FB;
	color: #7AC9E3;
	font-weight: bold;
}
.lesson table.lesson_schedule_table tbody td{
	padding: 5px;
}
.lesson table.lesson_schedule_table tbody td > div{
	padding: 10px 8px;
	border-radius: 8px;
	min-height:100%;
	position: relative;
  height: auto;
	    letter-spacing: -0.5px;
}
.taiken{
	background: #FFF2E9;
}
.classA{
	background: #F8ECFF;
}
.classB{
	background: #D9F0F5;
}
.classC{
	background: #ffd9d9;
}
.otona{
	background: #F5F8E9;
}
.kojin{
	background: #DEECF6;
}
.toe{
	background: #F3F3F3;
}
.private{
	background: #FDFFED;
}
.lesson .table_txt{
	background-color: #F4F4F4;
}
.lesson ul.disc_li li{
	width: 100%!important;
}
.lesson .lesson_about ul li{
	padding: 25px;
	background-color: #EAF7FB;
}
.lesson .lesson_about ul.disc_li li{
	padding: 0;
	background: #FFFFFF;
}
.lesson .lesson_about table th{
	background: #FFFFFF;
	width: 40%;
}
/**------------------------------
   INQUIRY
-------------------------------**/
.inquiry_list ul li{
	border: 2px solid #6CC0DC;
	border-radius: 10px;
	padding: 15px;
	
}
.inquiry_list ul li:not(:first-child){
	width: 49%;
	border: 2px solid #EF69A0;
}
.inquiry_list ul li:first-child ul li{
	width: 32%;
	border: none;
	box-shadow: 0px 0px 8px 0px rgba(13, 4, 9, 0.2);
	margin-bottom: 0;
}
.inquiry_list li h4{
	border: none;
	text-align: center;
	padding: 0;
	color:  #EF69A0;
	font-weight: bold;
	font-size: 1.1rem;
	padding-bottom: 5px;
	border-bottom: 1px dotted #EF69A0;
}
.inquiry_list li:first-child h4{
	border-bottom: 1px dotted #18B510;
	color:  #18B510;
}
.inquiry_list li h5{
	text-align: center;
	background: #6CC0DC;
	padding: 6px;
	color: #FFFFFF;
	margin-bottom: 15px;
	border-radius: 8px 8px 0 0;
}
.inquiry_list li a{
	display: block;
	width: 100%;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}
.inquiry_list li a span{
	background: url(../images/common/tel_icon.png) no-repeat left center;
	background-size: contain;
	padding-left: 35px;
}
.inquiry_list li img{
	    /* width: 138px!important; */
    height: 130px;
    width: initial;
    width: auto!important;
}