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

img {
  max-width: 100%;
}
body {
  color: #000;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 100%;
  line-height: 1.6em;
  font-weight: normal;
  background-color: #fff;
  width: 100%;
	box-sizing: border-box;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
}
.on_color {
  background-color: #fffbcc;
}
.on_color_p {
  background-color: #e9dfff;
}
/*a[href^="tel:"] {
    pointer-events: none;
}*/
.br-sp { 
display:none; 
}

.breadcrumbs {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 30px;
	padding: 10px 10px;
}

.fadein{
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  opacity: 0;
}
.fadein.active{
  opacity: 1;
}
.fadein-bottom{
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.fadein-bottom.active{
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.blur-fadein{
    text-align: center;
    color: transparent;
}
.blur-fadein.active{
    animation: blurFadeIn .3s ease-in forwards;
}
@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: #000 1px 0px 20px ;
    }
    50% {
        opacity: 0.5;
        text-shadow: #000 1px 0px 10px ;
    }
    100% {
        opacity: 1;
        text-shadow: #000 0px 0px 0px ;
    }
}

/*▼トップページに戻るボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
	z-index: 1;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  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;
}
/*▲トップページに戻るボタン*/



.top_main {
	position: relative;
	z-index: -1;
}


#wrapper {
	height: auto;
	width: auto;
}
/*▼ヘッダー*/
#header {
	margin-left: auto;
	margin-right: auto;
	margin-top: -49px;
	/* margin-top: -40px; 固定ナビの高さ分のネガティブマージン */
	padding-top: 166px; /* 打ち消し用のパディング */
	/*width: 1140px;*/
	width: 100%;
}
header {
    position: fixed;
	top: 0;
	left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
	box-shadow: 0 10px 10px -10px rgba(33,35,38,0.1);
	height: 160px;
}

header .headline {
	background: #4cb27f;
	height: 30px;
}
header .headline h1 {
	color: #fff;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 0.3%;
	line-height: 1.6em;
	font-weight: normal;
	font-size: 11px;
}
header .headline p {
	color: #fff;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 0.3%;
	line-height: 1.6em;
	font-weight: normal;
	font-size: 13px;
}

#header img {
	width: 100%;
	vertical-align: bottom;
}



.logo_img {
	margin-top: 2%;
}
.logo_img_another {
	margin-top: 7%;
    display: inline-block;
}
#gnav_box {
	overflow: hidden;
	width: 66%;
	padding-top: 3%;
}
#gnav_box ul {
	/*width: auto;*/
	width: 100%;
	padding-top: 0;
	overflow: hidden;
}
#gnav_box ul li {
	float: left;
	font-size: 90%;
	/*margin-right: 38px;*/
	margin-right: 3%;
}
#gnav_box ul li:last-child{
	float: left;
	margin-right: 0px;
}

#menu {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0;
}
#menu li {
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}
#menu li a {
	display: block;
	padding: 15px 0 15px;
	background-color: #fff;/*グローバルメニュー背景色*/
	color: #000;
	text-align: center;
	text-decoration: none;
	/*border-right:1px solid #ccc;*/
}
#menu li:last-child a {
	border: none;
}
#menu li a:hover {
	color:#e60012;
	/*background: #4baacb;*/
}
#toggle {
	display: none;
}
#menu-box {
	display: none;
	height: auto;
	width: 1000px;
}

#navigation {
	height: auto;
	overflow: hidden;
}


.logobox a {
	color: #000;
	font-size: 30px;
}
.itemlogo {
	padding-top: 1%;
}

.header_case{
  max-width: 1280px;
  margin: auto;
  
}

.header_caseinner {
  margin: 0;
  /*padding: 0;*/
  display: -webkit-flex;
  display: flex;
  list-style: none;
	padding: 1em 0 1em 0;
}

	.logobox {
		margin-right: auto;
		width: 9%;/*27%*/
		margin-left: 0;
		margin-top: 1%;
}
	
/*nav {
  margin: 15px;
  padding: 0px;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  background: #007bbb;
width: 40%;
}*/



.contact {
  display: table;
  margin-right: 0;
  width: 20%;
}
.contact_bnr a:hover {
  opacity: 0.8;
}
.contact_bnr {
  width: auto;
  vertical-align: middle;
  display: table-cell;
}
.contact_bnr a {
  display: block;
  margin-top: 4%;
  /*color: #fff;
    text-align: center;
    background: #E55200;
    text-decoration: none;
	line-height: 1;
	width: 100%;
	padding: 8px 0;
	font-size: 14px;
	border-radius: 5px;*/
}

/*▲ヘッダー*/

#footer {
	height: auto;
	text-align: center;
	padding-top: 2%;
	background-color: #f8f7f3;
	color: #FFF;
	width: auto;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 0;
}
.footmenu ul li {
	float: left;
	margin-right: 3%;
	font-weight: bold;
}
.footmenu {
	height: auto;
	/*max-width: 1140px;*/
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.footmenu ul li a {
	color: #000;
	font-size: 14px;
}

.footmenu ul {
	max-width: 1280px;/*892px*/
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 1%;
	/*float: left;*/
}
.foot_reserve {
	/*float: left;*/
	padding-left: 2%;
	padding-right: 2%;
	font-size: 14px;
	background-color: #E8B920;
	border-radius: 6px;
}
	
.foot_reserve a {
	color: #FFF;
}
.foot_reserve_btn {
	color: #FFF;
	width: 20%;
    display: inline-block;
}

.copyright {
	text-align: center;
	font-size: 10px;
	color: #000;
	clear: both;
	margin-top: 4%;
}
.footmenu adress {
	color: #000;
	font-size: 13px;
	margin: 4% 0 0 0;
    line-height: 1.4em;
    display: inline-block;
}


main {
  height: auto;
  width: auto;
}
.contents {
  max-width: 1080px;
  margin: 0 auto;
  padding: 5% 0;
	box-sizing: border-box;
}
.contents_wide {
  width: 100%;
  padding: 5% 0;
	box-sizing: border-box;
}
.innner1080 {
  max-width: 1080px;
  margin: 0 auto;
  
}
/*contents h2, .contents_wide h2 {
	text-align: center;
	margin-bottom: 5%;
}*/

.contents h2, .contents_wide h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 3% auto;/*0 6% auto*/
  width: 50%;
  }
/*.contents h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.contents_wide h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #e9f5ee;
  text-align: left;
}
.contents h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0c7840;
}
.contents_wide h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0c7840;
}*/

/*▼W.Dreanmの紹介*/
.about_bg {
    background-image: url("../images/about_bg.jpg");
    /*background-repeat: none;*/
    background-size: cover;
    height: auto;
}
#about .innner1080 p {
	text-align: center;
	line-height: 2em;
}


#about .text_inner ul li {
	text-align: center;
	line-height: 3em;
	font-size: 18px;
}

#about .text_inner ul li span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}

#about .text_inner {
	/*background-image: url("../images/sec08_bg.png");
	background-repeat: repeat;*/
	padding: 2em 1em;
	border-radius: 8px;
	/*box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);*/
	background: #fff;
}

#about .flex li {
    width: calc(100% / 4 - 5%);
    background: #30479e;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 15px;
    box-shadow: 0 0 8px #e7e7e7;
}

#about .flex li h3 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin: 5%;
	padding-bottom: 6%;
border-bottom: 1px solid #fff;
}

#about .flex li p {
	color: #fff;
}
#about .flex li h3::before {
  font-family: "Font Awesome 5 Free";
  content: '\f52d'; /* アイコンの指定 */
  /*position: absolute;*/
  bottom: 0px; /* アイコンの位置 */
  right: 12px; /* アイコンの位置 */
  color: #fff; /* アイコンの色 */
  margin-right: 3%;
}
#about .flex li h3::after {
  font-family: "Font Awesome 5 Free";
  content: '\f52d'; /* アイコンの指定 */
  /*position: absolute;*/
  bottom: 0px; /* アイコンの位置 */
  right: 12px; /* アイコンの位置 */
  color: #fff; /* アイコンの色 */
  margin-left: 3%;
}
/*▲W.Dreanmの紹介*/



/*▼コース紹介*/

.flex_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
}
.flex_course .item  {
    width: calc(100% / 4 - 1%);
	margin-bottom: 2%;
	position: relative;
	/*overflow: hidden;*/
}
.flex_course .item p  {
	position: absolute;
	top: 65%;
	padding: 0 1em;
	padding: 0 1.5em 0 1.5em;
	font-size: 13px;
	text-align: center;
}
.flex_course .item a  {
	color: #000;
}


/*.ImgBox{
  width: 280px;
  height: 200px;
  overflow: hidden;
}*/
.flex_course .item img {
  transition-duration: 0.3s;
}
.flex_course .item img:hover{
  transform: scale(1.1);
  transition-duration: 0.3s;
}


.card {
  width: calc(100% / 4 - 1%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #ccc;
	position: relative;
}
.card_p {
	width: 259px;
	height: 259px;
  overflow: hidden;
  cursor: pointer;
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
	transition-duration: 0.3s;

}
.card-img:hover{
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.card-content {
  padding: 5%;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #000;
  font-size: 13px;
  line-height: 1.6em;
	text-align: center;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}

/*画像ホーバーズーム▼*/
#instructor .flex_inst_owner li figure  {
    width: 326px;
	height: 467px;
	margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
#instructor .flex_inst_owner li figure img{
  width: 100%;
  transition-duration: 0.5s;
}
#instructor .flex_inst_owner li figure:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
/*▲画像ホーバーズーム▼*/

/*▲コース紹介*/

.sec_inner h2 {
  position: relative;
  text-align: center;
  margin-bottom: 5%;
  margin: 0 auto;
  width: 50%;
  margin-bottom: 6%;
}



#service .flex li {
    width: calc(100% / 4 - 10%);
    background: #fbf7e5;
    padding: 2%;
    margin-bottom: 2%;
	border-radius: 15px;
	box-shadow: 0 0 8px #e7e7e7;
}

#service .flex li figure {
    width: 46%;
    margin: 0 auto;
}

#service .flex li h3 {
	text-align: center;
	color: #0c7840;
	font-size: 25px;
	margin: 5%;
}
#service .flex li .txt {
	text-align: center;
}

.service_btn {
	border: 1px solid #0c7840;
	text-align: center;
	padding: 2%;
	margin: 6% 0 2% 0;
	border-radius: 4px;
}

.service_btn a {
	display: block;
	color: #0c7840;
	text-decoration: none;
}

.service_btn:hover {
    background-color: #00ae7f;
	border: 1px solid #00ae7f;
	color: #fff;
    text-decoration: none;
	transition: all .3s;
}

.service_btn a:hover {
    color: #fff;
}


/*▼スタジオ案内*/

.studio_bg {
    background-image: url("../images/studio_bg.jpg");
    background-repeat: repeat-y;
    background-size: cover;
    height: auto;
}
#studio .flex .item h3 {
	padding: 0 18%;
	margin-bottom: 5%;
}
#studio .flex {
	max-width: 835px;
	margin: 0 auto;
}
.studio_pic {
	margin-bottom: 5%;
}
#studio .figure-box01 {
	float: left;
	width: 55%;
}
#studio .figure-box01 figure {
	/*width: 191px;
	height: 181px;*/
}
#studio .figure-box02 {
	float: right;
	width: 40%;
}
#studio .figure-box02 figure {
	/*width: 145px;
	height: 83px;*/
	margin-bottom: 10%
}
#studio .figure-box02 figure:last-child {
	margin-bottom: 0%
}
#studio .flex .item {
    width: 49%;
    background: #fff;
    padding: 3%;
    margin-bottom: 2%;
	border-radius: 15px;
	box-shadow: 0 0 8px #e7e7e7;
	box-sizing: border-box;
}

#studio .flex li figure {
    width: 46%;
    margin: 0 auto;
}

#studio .flex li h3 {
	text-align: center;
	color: #0c7840;
	font-size: 25px;
	margin: 5%;
}
#studio adress {
	font-size: 12px;
	font-weight: bold;
}
#studio p {
	font-size: 11px;
	line-height: 1.6em;
}


/*▲スタジオ案内*/

/*▼講師紹介*/

#instructor .flex_inst_owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#instructor .flex_inst_owner li  {
    width: calc(100% / 2 - 1%);
	margin-bottom: 2%;
	text-align: center;
}

/*画像ホーバーズーム▼*/
#instructor .flex_inst_owner li figure  {
    width: 326px;
	height: 467px;
	margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
#instructor .flex_inst_owner li figure img{
  width: 100%;
  transition-duration: 0.5s;
}
#instructor .flex_inst_owner li figure:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
/*▲画像ホーバーズーム▼*/

/*#instructor .flex li figure  {
    width: 220px;
	height: 330px;
}*/
#instructor .flex_inst_owner li h3 {
	color: #1597bb;
	font-size: 20px;
}
#instructor .flex_inst_owner li h4 {
	color: #fba5ad;
	font-size: 13px;
}

#instructor .flex_inst_owner p  {
	/*padding: 0 1em;
	padding: 0 0.5em 0 1em;*/
	font-size: 13px;
}


#instructor .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#instructor .flex li  {
    width: calc(100% / 3 - 1%);
	margin-bottom: 2%;
	text-align: center;
}


/*画像ホーバーズーム▼*/
#instructor .flex li figure  {
    width: 220px;
	height: 330px;
	margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
#instructor .flex li figure img{
  width: 100%;
  transition-duration: 0.5s;
}
#instructor .flex li figure:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
/*▲画像ホーバーズーム▼*/

/*#instructor .flex li figure  {
    width: 220px;
	height: 330px;
}*/
#instructor .flex li h3 {
	color: #1597bb;
	font-size: 20px;
}
#instructor .flex li h4 {
	color: #fba5ad;
	font-size: 13px;
}

#instructor .flex p  {
	/*padding: 0 1em;
	padding: 0 0.5em 0 1em;*/
	font-size: 13px;
}




#businesshours thead tr th { 
	background: #157486;
	border-right: 1px solid #fff;
	text-align: center;
}
#businesshours thead tr td { 
	background: #157486;
	text-align: center;
}

#businesshours .hour_info {
	width: 80%;
	margin: 0 auto;
}
#businesshours .hour_info tr th {
	border-bottom: 1px solid #ccc;
	padding: 1em;
	font-weight: lighter;
	vertical-align: middle;
	width: 29%;
}
#businesshours .hour_info tr td {
	border-bottom: 1px solid #ccc;
	padding: 1em;
}

.businesshours_inner {
	width: 80%;
	margin: 0 auto;
}

/*▲講師紹介*/



/*▼会社概要*/

.company_inner {
	background: #fff;
	padding: 3%;
	margin-bottom: 2%;
	border-radius: 15px;
	box-shadow: 0 0 8px #e7e7e7;
	box-sizing: border-box;
}
#company .flex .item_data {
	width: 23%;/*36%*/
} 
#company .flex .item_txt {
	width: 74%;/*62%*/
} 

/*.company_inner .flex .item_txt h3 {
	color: #fba5ad;
	font-size: 23px;
}*/
.company_inner .flex .item_txt p {    
font-size: 15px;
    line-height: 2.6em;
    margin-top: 3%;
}
.msg_txt {
	margin-top: 2%;
}
.msg_txt h3 {
	color: #fba5ad;
	font-size: 23px;
	margin-bottom: 1%;
}

/*.item_data {
	width: 61%;
	
}
.item_map {
	width: 35%;
}*/

/*#company .flex .item_data {
	width: 56%;
}　

#company .flex .items { 
	width: 40%;
}*/

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.root_inner .flex li {
	margin-bottom: 5%;	
}

/*▲会社概要*/

/*▼よくある質問ページ*/
.accordion2 {
  text-align: left;
}
.accordion2 .inner {
  display: none;
}
.accordion2 p {
  cursor: pointer;
  padding: 10px;
}
.accordion2 p.ac1, .accordion2 p.ac2, .accordion2 p.ac3 {
  font-size: 16px;
  text-indent: -2em;
  padding-left: 3em;
}
.accordion2 p.ac1, .accordion2 p.ac2, .accordion2 p.ac3 {
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #FFF;
  /*border: 1px solid #ede4c7;*/
  margin-bottom: 0%;
  color: #f299bf;
  font-size: 20px;
	font-weight: bold;
}
/*.accordion2 p.ac2{background: #FFEA00;}*/
/*.accordion2 p.ac3{background: #64DD17;}*/
.accordion2 .inner li {
  padding: 0px 145px;
}
.accordion2 .inner li.content1-1 {
  /*background-color: #f8f5ea;*/
  line-height: 25px;
  margin-bottom: 2%;
}
.accordion2 .inner li.content1-2 {
  background: #F8BBD0;
}
.accordion2 .inner li.content1-3 {
  background: #FCE4EC;
}
.accordion2 .inner li.content2-1 {
  background: #FFF59D;
}
.accordion2 .inner li.content2-2 {
  background: #FFF9C4;
}
.accordion2 .inner li.content2-3 {
  background: #FFFDE7;
}
.accordion2 .inner li.content3-1 {
  background: #C5E1A5;
}
.accordion2 .inner li.content3-2 {
  background: #DCEDC8;
}
.accordion2 .inner li.content3-3 {
  background: #F1F8E9;
}
.qabox {
  margin-bottom: 10%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10%;
}
.ac1 {
  font-size: 18px;
  font-weight: normal;
}
.ac1:before {
  content: '';
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-image: url(../images/q_icon.jpg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.answ {
  display: block;
  position: relative;
  margin-top: 4%;
  padding-left: 32px;
}
.answ:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  content: '';
  width: 27px; /*画像の幅*/
  height: 27px; /*画像の高さ*/
  background-image: url(../images/a_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 0px;
}
.faq_border {
	border-bottom: 1px dotted #000;
	margin: -2% 0 0% 0;
}

/*▲よくある質問ページ*/




#mainColumn {
    height: auto;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
#mainColumn_contenair {
    width: 780px;
    height: auto;
    float: left;
    margin-right: 50px;
}
.mainTitle {
    padding-bottom: .5em;
    /*border-bottom: 1px solid #0c7840;*/
    text-align: center;
    font-size: 200%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
.mainTitle span {
	display: block;
	width: 40%;
	margin: 0 auto;
}

#news .flex .item {
	width: 32%;
} 

.news_inner {
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
    padding: 5% 0;
}
/*.news_inner h2 {
	text-align: center;
	margin-bottom: 5%;
}*/
.news_inner h2 {
  position: relative;
  text-align: center;
	margin-bottom: 5%;
}
.news_inner h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.news_inner h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0c7840;
}
.news_title p {
	font-size: 12px;
	line-height: 1.5em;
	
}
#news h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0.5em;
}


.post_pic {
	float: left;
	margin-right: 20px;
}
.post_date {
	font-size: 13px;
	float: left;
	margin-right: 20px;
	width: 28%;
}
.post_date::before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 100%;
    color: #000;
    margin-right: 1%;
}

.news_inner ul li h3, .blog_detail ul li h3 {
	font-size: 20px;
	font-weight:normal;
	margin-bottom: 5px;
	margin-top: 0.5em;
}

.news_inner ul li h3 a, .blog_detail ul li h3 a {
	color: #333;
}

/*.news_inner ul li p {
	font-size: 14px;
	font-weight: normal;
}*/

.news_inner ul li {
	height:auto;
	/*height:100px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 0.8em;
	padding-top: 1.25em;
	overflow: hidden;
	display:block;
	
}
.news_inner ul li:last-child {
	border:none;
}


/*▼アメブロ表示*/

.ameblo_inner {
  border: 1px solid #dbdee1;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1em;
}
.ameblo_box {
	height: auto;
	border-bottom: 1px dashed #CCCCCC;
	padding: 1em;
	overflow: hidden;
}
.ameblo_box:last-child {
	border-bottom: none;
}

.ameblo_inner h3 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
	padding-top: 0.2em;
}

.medium-4 {
	width: 30%;
	float: left;
	margin-right: 2%;
}
.medium-8 {
	width: 65%;
	float: left;
}
.medium-8 a {
	display: block;
	font-size: 13px;
	line-height: 1.2em;
		
}

/*▲アメブロ表示*/



#lineBtn.line_btn {
	max-width: 396px;
	margin: 0 auto;
}
#lineBtn.line_btn h3 {
	position: relative;
	text-align: center;
	background: #00b900;
	margin-bottom: 25px;
    padding: 0.6em;
	border-radius: 15px;
    color: #fff;
	font-size: 15px;
	line-height: 1.4em;
}

#lineBtn.line_btn h3:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	border-top-color: #00b900;
	border-width: 20px;
	margin-left: -20px;
}

#lineBtn.line_btn p {
	width: 120px;
	margin: 0 auto;
}

.more_btn {
	width:200px;
	height:54px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8%;
	float: left;	
}

#sidebar {
	width: 240px;
	float: right;
}

.title_jap {
	font-size: 30px;
	color: #666;
	display: block;
}
/*.mainTitle {
    text-align: center;
    margin-bottom: 4%;
}*/


.date {
	margin-bottom: 1em;
}
.blog_detail_title {
	font-size: 20px;
	font-weight: normal;
}
.date span {
	color: #FFF;
	/*background-color: #D57B93;*/
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 12px;
}
.blog_detail {
	height: auto;
}

.blog_detail ul li {
	height:auto;
	/*height:100px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 0.8em;
	padding-top: 1.25em;
	display:block;
	overflow: hidden;
	
}
.blog_detail ul li:last-child {
	border:none;
}




.postBody {
	font-size: 14px;
	line-height: 30px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.blogHeader {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.archive_blogHeader {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	/*border-top-style: solid;*/
	border-bottom-style: solid;
	/*border-top-color: #CCC;*/
	border-bottom-color: #CCC;
}
.columnBox {
	margin-bottom: 20%;
}
.column_title_eng {
	font-size: 18px;
	color: #000;
}
.column_title_jap {
	font-size: 14px;
	color: #000;
	text-align: center;
}
.columnInner {
	background-color: #C7C4BA;
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 3%;
}
.columnBox ul li {
	font-size: 14px;
	padding-top: 5%;
	padding-bottom: 5%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.columnBox ul li:last-child {
	border:none;
}

/*.news_inner ul li span {
	background-color: #D57B93;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #FFF;
}*/
.screen-reader-text {
	display: none;
}
#cat.postform {
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
    border: 1px solid #333; /* ボーダーの指定 */
    border-radius: 40px; /* 角丸の指定 */
    padding: 6px 14px; /* 余白の指定 */
    font-size: 14px; /* 文字サイズ */
    color: #333; /* 文字色 */
}
#sidebar select::-ms-expand {
  display: none;
}
#sidebar .widget_archive {
  position: relative;
}
#sidebar .widget_archive::after {
  font-family: FontAwesome;
  content: '\f0d7'; /* アイコンの指定 */
  position: absolute;
  bottom: 0px; /* アイコンの位置 */
  right: 12px; /* アイコンの位置 */
  color: #333; /* アイコンの色 */
}
.columnBox h3 {
	background-color: #C7C4BA;
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 3%;
	font-size: 15px;
}

#cate-icon {
	clear:both;
	/*float:left;*/
	min-width:60px;
/*テキストの文字数により極端に横幅が小さくなってしまうのを防ぐために指定しています */
	/* border-radius */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	/*margin-right: 10px;
	margin-left: 10px;*/
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-right:10px;
	font-size:12px;
	font-weight:lighter;
	text-align:center;/*background-color:#999;*/
	/*color:#FFF;*/
	/*padding:2px 5px;*/
}
#cate-icon a {/*リンクされた文字*/
	color:#fff;
	font-style:normal;
	text-decoration:none;
}
#cate-icon-front {
	clear:both;
	/*float:left;*/
	min-width:60px;/*テキストの文字数により極端に横幅が小さくなってしまうのを防ぐために指定しています*/
	/* border-radius */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	/*margin-right: 10px;
	margin-left: 10px;*/
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-right:10px;
	font-size:12px;
	font-weight:lighter;
	text-align:center;/*background-color:#999;*/
	/*color:#FFF;*/
	/*padding:2px 5px;*/
}
#cate-icon-front a {/*リンクされた文字*/
	color:#fff;
	font-style:normal;
	text-decoration:none;
}


.post_category a {
	color: #FFF;
	font-size: 80%;
}
.post_category a:hover {
	text-decoration: none;
}
.post_category span {
	/*テキストの文字数により極端に横幅が小さくなってしまうのを防ぐために指定しています*/
	min-width:60px;  
	border-radius: 4px;
	padding: 0.5% 3%;
}

/*▼カテゴリーをクラス名にして存在する数だけ用意します。*/
span.cat_color {
	background-color: #959595;
	
}
span.freelance {
	background-color: #66CCCC;
}
.school_info {
	background-color: #488C00;
}
.school_stuff_blog {
	background-color: #666;
}
.holicolumn {
	background-color: #ff679a;
}
.report {
    background-color:#9447ee;
}
/*▲カテゴリーをクラス名にして存在する数だけ用意します。*/
.pager{
	margin:6% 0 9% 0
}

.postEyecatch {
	margin-bottom: 5%;
	margin-top: 5%;
}
.cont_profileInner {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5%;
}

.more_btn02 {
	width:200px;
	height:54px;
	margin-right: auto;
	margin-left: auto;
	
}
.button {
	display: inline-block;
	background-color:#CCB256;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#fff;
	width: 200px;
	height: 54px;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	/* border */
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_reserve {
	width:240px;
	height:54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 9%;
	margin-top: 3%;
}
.button_reserve {
	display: inline-block;
	background-color:#81a963;
	color:#fff;
	width: 240px;
	height: 54px;
	/* border-radius */
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	/* border */
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button_reserve::before,
.button_reserve::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_reserve,
.button_reserve::before,
.button_reserve::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_reserve02 {
	width:250px;
	height:52px;
	margin-right: auto;
	margin-left: auto;
	/*margin-bottom: 18%;ボタンバナーがアリの場合*/
	margin-bottom: 7%;
	margin-top: 3%;
}
.button_reserve02 {
	display: inline-block;
	background-color:#72d6d7;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	color:#fff;
	width: 250px;
	height: 52px;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	/* border */
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button_reserve02::before,
.button_reserve02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_reserve02,
.button_reserve02::before,
.button_reserve02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_reserve03 {
	display: inline-block;
	width:250px;
	height:52px;
	/*margin-right: auto;
	margin-left: auto;*/
	/*margin-bottom: 18%;ボタンバナーがアリの場合*/
	margin-bottom: 7%;
	margin-top: 3%;
}
.button_reserve03 {
	display: inline-block;
	background-color:#4cb27f;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	color:#fff;
	width: 250px;
	height: 52px;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	/* border */
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	vertical-align: middle;
}
.button_reserve03::before,
.button_reserve03::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_reserve03,
.button_reserve03::before,
.button_reserve03::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#contentsNews,#contentsTeacher {
	padding-top: 5%;
	background-color: #EBE8E2;
}
#contentsPlan {
	padding-top: 5%;
	background-color: #FFF;
	overflow: hidden;
}
.contents_ttl {
	max-width: 500px;/*770px*/
	margin: 0 auto;
	/*overflow: hidden;
	padding: 2% 3%;
    border: 3px solid #000;*/
	margin-bottom: 5%;
	text-align: center;
}

.contents_ttl h2 {
	font-size: 34px;
	padding-bottom: 2%;
	/*border-bottom: #ccc solid 2px;*/
	margin-bottom: 2%;
 }
.contents_ttl p {
	font-size: 20px;
 }

.contents_read {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 23px;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}

.sec_inner {
	max-width: 880px;
	/*width: 770px;*/
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 2%;
	padding-top: 2%;
}

/*Generated Css*/
	.classname > div{ width:226px; height:50px; padding:10px; background:#037CD5; margin:5px; color:#FFF; text-shadow:0 0 0 rgba(000,000,000,.5);  } .classname {min-height:250px;}
	.classname{display:flex ; flex-direction:row ; flex-wrap:wrap ; /*justify-content:space-between*/ ; align-items:center ; align-content:flex-start; }	


.course_intro01 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 211px;
	line-height:54px;
    background-color:#FFAD7F;
    text-align:center;
	float: left;
    padding-top: 10px;
   	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 12px;
	color: #333;
}
.course_intro02 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 211px;
	line-height:27px;
    background-color:#FFAD7F;
    text-align:center;
	float: left;
    padding-top: 10px;
   	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 12px;
	color: #333;
}
.course_intro .target {
  display:inline-block;
  vertical-align: middle;
  line-height:normal;
}

.more_btn03 {
	width:200px;
	height:54px;
	margin-top: 5%;
	float: right;
	margin-bottom: 5%;
}

.menuPrice {
	background-color: #F6F5EB;
	padding: 6%;
	/*margin-top: 3%;*/
	margin-bottom: 5%;
}
.original {
	margin-top: 0%;
}
.menuPrice h4 {
	margin-bottom: 9px;
}
.boldtext{
    font-size: 15px!important;
    font-weight: bold;
}
.menuPrice p {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 6%;
}

.course_reco {
	    background-color: #e9dfff;
    padding: 4%;
    clear: both;
    margin-top: 10%;
    border-radius: 2%;
}

.btn_res {
	color: #FFF;
	background-color: #4cb27f;
	font-size: 13px;
	padding: 0.5em;
	margin-bottom: 1%;
	display: inline-block;
}
.menuPrice p a {
	text-decoration: none;
}
/*.btn_res:hover {
	color: yellow;
	background-color: #959d9e;
	font-size: 11px;
	padding: 0.3em;
}*/


a.yoshihyou {
	text-decoration: underline;
}
.cont_inner ul li {
	height:auto;
	padding-bottom: 0em;
	padding-top: 0.5em;
	display:block;
	font-size: 14px;
}
.course_reco h4 {
	font-size: 16px;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}


.target {
	margin-bottom: 5%;
	font-size: 13px;
}
.target span {
	background: #86dada;
	color: #000;
	padding: 1% 5%;
	font-size: 13px;
	border-radius: 15px;
	vertical-align: middle;
}
.target_txt {
	margin-bottom: 5%;
	
}
.target_tx p {
  font-size: 13px;
  margin-bottom: 3%;
  line-height: 1.6em;
}
.target_tx_red p {
  color: #D0383B;
  font-size: 13px;
  margin-bottom: 3%;
  line-height: 1.6em;
  font-weight: bold;
}

/*.course_remarks h4 {
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.course_remarks h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}*/

.course_remarks h4 {
  position: relative;
  background: #FFEFEF;
  padding: 0.25em 0.5em;
  border-left: solid 2em #ff6363;
	margin-bottom: 3%;
}

.course_remarks h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.course_remarks p {
  font-size: 14px;
  line-height: 1.6em;
}
#voice.voice_inner {
	text-align: center;
	margin-top: 5%;
}

#voice.voice_inner h4 {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #8bc1f5;
  color: #fff;
  display: inline-block;
  padding: 1% 4%;;
  margin: 0 0 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
	border-radius: 15px;
}
#voice.voice_inner h4:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}
#voice.voice_inner h4 span {
	display: inline-block;
	vertical-align: middle;
	}
.other_info_au.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-top: 5%;
    flex-flow: row;
}
.other_info_au.flex .item {
    font-size: 12px;
    line-height: 1.4em;
    padding: 1%;
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 3%;
    background: #dbffed;
    margin-right: 1%;
}
.other_info_au .item a {
    display: block;
    color: #000;
}



.other_info.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*justify-content: flex-start;*/
	margin-top: 5%;
}
.other_info.flex .item {
	font-size: 12px;
	line-height: 1.4em;
	padding: 1%;
	width: 31%;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	border-radius: 3%;
background: #dbffed;

}
.other_info .item a {
	display: block;
	color: #000;
}
.trial_price {
    font-size: 2rem;
    line-height: 1em;
    font-weight: bold;
	margin-bottom: 3%;
}
#fee .bnr_tel {
	display: inline-block;
	width: 300px;
	vertical-align: middle;
}

/*▼講師紹介ページ（下層ページ）*/

#profile {
	margin-bottom: 15%;
}
#profile .prof_intro .postEyecatch {
	width: auto;
	margin-bottom: 0% !important;
	margin-top: 0% !important;
	order: 2;
}
.prof_intro {
	color: #444;
	margin-bottom: 10%;
}
.profile_text {
	width: 51%;
	letter-spacing: 0.1em;
}
.profile_text .name span {
    font-size: 25px;
}
.profile_text .name {
	font-size: 16px;
}
.profile_text .name_kana {
    margin-top: 1%;
	padding-bottom: 5%;
	border-bottom: 1px dotted #989898;
	font-size: 13px;
}
.profile_text .in_charge {
    padding-top: 13%;
	font-size: 14px;
}
#profile .lead p {
	font-size: 16px;
	color: #444;
	letter-spacing: 0.1em;
}
#profile .lead p span {
	position: relative;
}
#profile .lead p span::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f3c9'; /* アイコンの指定 */
  position: absolute;
  bottom: 0px; /* アイコンの位置 */
  right: 12px; /* アイコンの位置 */
  color: #f7701b; /* アイコンの色 */
  font-weight: 900;
  font-size: 21px;
  top: 16px;
}


#profile .portfolio {
	margin-top: 10%;
}
#profile .portfolio .box {
	background: #f1f1f1;
	padding: 3% 6%;
	color: #444;
	
}

#profile .portfolio .box .item_name {
	letter-spacing: 0.1em;
	font-size: 15px;
	font-weight: bold;
}
#profile .portfolio .box h3 {
	font-size: 15px;
}
#profile .portfolio .box h3 span {
	margin-right: 25px;
	position: relative;
}
#profile .portfolio .box h3 span:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #f7701b;
    position: absolute;
    top: 6px;
    left: 0;
}
#profile .portfolio .box p {
	font-size: 13px;
}
/*.profile_text .name_kana{
    margin-top: 36px;
}
*/
/*▲講師紹介ページ（下層ページ）*/


/*▼マウスオーバー時拡大アニメーション*/
.hover10 {
  transition: all 0.6s ease 0s;
}
.hover10:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}
/*▲マウスオーバー時拡大アニメーション*/


/*▼卒業生の声ページ*/

.graduates_inner {
	position: relative;
	margin-bottom: 5%;
	border-bottom: 1px dotted #989898;
	padding-bottom: 5%;
}
.graduates_inner:last-child {
	border-bottom: none;
}
#graduates .ttl {
    border-bottom: solid 3px #ff88af;
    position: relative;
    padding-bottom: 1%;
    line-height: 1.6em;
}

#graduates .ttl::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #c7b3f3;
	bottom: -3px;
	width: 30%;
}

.graduates_inner .ttl .icon {
    display: inline-block;
    vertical-align: bottom;
}
.graduates_inner h2 {
	font-size: 16px;
}

.graduates_inner .name {
	font-size: 24px;
    letter-spacing: 0.1em;
	/*padding-bottom: 5%;
    border-bottom: 1px dotted #989898;
	margin-bottom: 5%;*/
}
.v_middle {
	vertical-align: middle;
}
.graduates_inner .name span {
    margin-top: 1%;
    font-size: 12px;
}
#graduates .flex {
	margin-top: 5%;
	}
#graduates .flex .item-img {
	width: 18%;
}
#graduates .flex .item-text {
	width: 80%;
	font-size: 14px;
}

/*▲卒業生の声ページ*/

.benefits_atn {
		font-size: 15px;
}
/*▼スケジュールスマホスクロール*/
div.myScrollBox {
	display: none;
}
/*▲スケジュールスマホスクロール*/








.menuTitle h3 {
	font-size: 29px;
	line-height: 29px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #1e4181;
}
.menuTitle h3 span {
	font-size: 20px;
}
.menuPrice p span {
	color: #CC0000;
}
.menuText {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 5%;
}

.contMenu ul li h3 a {
	color: #604C21;
}
.contMenu ul li h3 a:hover {
	color: #08B9D4;
}
a.contact_red {
	color:#F00;
	}
.next_script {
	font-size: 14px;
    text-align: center;
    padding-top: 20px;
	padding-bottom: 20px;
}
.intro_teacher p {
	text-align: center;
	margin: 120px 0;
}
.sns ul {
	width: 309px;
	height:83px;
	margin: 7% auto;
}
.sns ul li {
	float: left;
	margin-right: 27px;
}
.sns ul li:last-child {
	margin-right: 0px;
}
.teacher_read {
	line-height: 17px;
	font-weight: normal;
	display: block;
	margin-bottom: 7px;
}

/*.headerBtn_list li a {
	line-height: 1;
	width: 170px;
	padding: 8px 0;
	font-size: 14px;
	border-radius: 5px;
}*/
.tel_bnr {
	float: left;
	/*margin-left: 14px;*/
	/*width: 257px;*/
	width: 54%;
    height: auto;
}
.tel_bnr a {
    display: block;
    color: #fff;
    text-align: center;
    /*background: #E55200;*/
    /*text-decoration: none;*/
}
.tel_bnr a {
	line-height: 1;
	width: 257px;
	height:63px;
	padding: 8px 0;
}
.telbnr {
	/*width: 257px;*/
	width: 100%;
	height: auto;
}
/*.contact_bnr a:first-child {
    background: #E8B920;
	margin-right: 0px;
}*/
#headerSide_bottom {
	float: right;
	/*height: 30px;*/
	/*height: 75px;*/
	/*width: auto;*/
	width: 52%;
	height: auto;
	margin-top: 26px;
	/*margin-top: 47px;*/
	margin-right: 0px;
	padding-bottom: 2%;
}
.btn_offer_sp {
	display: none;
}
.btn_offer {
	margin-bottom: 5%;
	overflow: hidden;
}
.btn_offer a:hover {
    opacity: 0.8;
}
/*.btn_offer ul li {
	height: 90px;
	width: 385px;
	float: left;
}*/
.btn_offer ul {
	width: 770px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.btn_offer li:first-child {
    margin-right: 40px;
}
.teacher_name {
	font-size: 20px;
	color: #E55200;
}
.cf {
  width:100%;
  line-height:17px;
  table-layout:fixed;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #cfcfcf;
}

.cf tr th {
	font-size: 14px;
	background-color: #F0EED9;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DCDAC6;
	vertical-align: middle;
}
.cf tr td {
	font-size: 14px;
	text-align: left;
	border: 1px solid #DCDAC6;
	padding: 20px;
	vertical-align: middle;
}	
.table_inner {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.question {
position: relative;
color: black;
background: #d0ecff;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

.question:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Question';
background: #2196F3;
color: #fff;
left: 0px;

bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 3px 7px 1px;
 	font-size: 0.7em;
 	line-height: 1;
 	letter-spacing: 0.05em
  }



.red_thanks a {
	color: #DC4B6B;
	}

.dw_text {
	font-size: 14px;
	margin-top: 15px;
}

.dw_text a {
	color: #DC4B6B;
}

.selecttitle {
	overflow: hidden;
}
.selecttitle {
	text-align: center;
	padding-top: 2%;
	font-size: 20px;
	margin-left: 21px;
}
.selectCourse_inner {
	background-color: #ffecb3;
	/* border-radius */
	border-radius:6px 6px 6px 6px ;
}
.selectBox {
	overflow: hidden;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.selectfruid-box {
    padding: 0;
    min-width: 100%;
}
.selectfruid-box li {
	width: 25%;
	margin: auto 12px;
	padding: 2px 8px;
	font-size: 13px;
	line-height: 1.7;
	float: left;
	/* border-radius */
	border-radius:6px 6px 6px 6px;
	color: #FFF;
	background-color: #4eb6ac;
	text-align: center;
}
.selectCont_inner {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
}
.select_titleBox {
	width: 250px;
	float: left;
	margin-top: 15px;
}
#header_box {
	position: fixed;
	top: 0;
	width: 100%;
	/*min-width: 1400px;*/
	/*min-width: 1140px;*/
	z-index: 1030;
	overflow: hidden;
	height: auto;
	background-color: #FFF;
	border-bottom: 1px solid #DCDCDC;
}

.global_logo {
	height: 78px;
	width: 211px;
}
.header_logo_box {
	width: 250px;
	float: left;
}
.header_reserve a {
	box-sizing: border-box;
	background: #DC0067;
	line-height: 1;
    width: auto;
    padding: 8px 60px;
    font-size: 14px;
    border-radius: 5px;
	

}
.header_reserve {
	width:auto;
	float: right;
	box-sizing: border-box;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#flex_list01, #flex_list02, #flex_list03, #flex_list04, #flex_list05, #flex_list06 {
	margin-top: -165px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 165px; /* 打ち消し用のパディング */
}
#contentsAccess {
	/*margin-top: -40px; /* 固定ナビの高さ分のネガティブマージン */
	/*padding-top: 40px; /* 打ち消し用のパディング */
	padding-top: 5%; /* 打ち消し用のパディング */
}
.adress {
	line-height: 25px;
}
.company_info {
	width: 100%;
}
.company_info tr th {
	border-bottom: 1px solid #ccc;
	padding: 1em;
	font-weight: lighter;
	vertical-align: middle;
	width: 29%;
}
.company_info tr td {
	border-bottom: 1px solid #ccc;
	padding: 1em;
}
#contentsWorks {
	padding-top: 5%;
	background-color: #f6f6f6;
	overflow: hidden;
	background-image: url(../images/works_bg.jpg);
	background-repeat: repeat-x repeat-y;
}
.postBody h2 {
	padding: .5em .75em;
	background-color: #e1ecd7;
	margin: 3% 0 2% 0;
	font-size: 20px!important;
}
.postBody h3 {
	font-weight: 600;
    color: #4663B4;
    letter-spacing: 1.6px;
    padding: 0px 15px 0px;
    border-left: 9px solid #81a963;
    color: #333;
    font-weight: 600;
    margin-top: 60px;
	margin-bottom: 3%;
}






/*▼サイドバー（最近の投稿）*/

.widget {
	margin-bottom: 20%;
}
.widget h3 {
	color: #FFF;
	background-color: #4cb27f;
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 3%;
	font-size: 15px;
	font-weight: normal;
	border-radius: 3px;
	box-shadow: 2px 2px 3px 1px #3C8E65 inset;
}
.widget ul li {
	font-size: 14px;
	padding-top: 5%;
	padding-bottom: 5%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.widget ul li a {
	color:#333;
}
.widget ul li a::after {
	content: "\A" ;
	white-space: pre ;
}
.widget ul li:last-child {
	border:none;
}

.widget .post_date {
    font-size: 12px;
    float: left;
    margin-right: 8px;
    width: 36%;
}
.widget .post_category a {
    color: #FFF;
    font-size: 80%;
}
/*▲サイドバー（最近の投稿）*/

/*.contents_title {
    font-size: 24px;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 2em;
color: #E55200;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    
}*/
.contents_title {
  position: relative;
  text-align: center;
	margin-bottom: 5%;
	font-size: 24px;
	
}
.contents_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.contents_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
/*#contentsMenu_inner_white {
    background-color: #FFF;
    height: auto;
    width: auto;
    margin-bottom: 10%;
}*/


.ttl {
  border-bottom: solid 3px #ff88af;
  position: relative;
  font-size: 28px;
  padding-bottom: 1%;
  line-height: 1.6em;
}
.ttl::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #c7b3f3;
  bottom: -3px;
  width: 30%;
}
.course_tit_sub {
    font-size: 21px;
    line-height: 1.6em;
    margin-bottom: 2%;
    margin-top: 2%;
	font-weight: bold;
}

.benefits {
	margin-bottom: 2%;
}

.benefits span {
	background: #c7b3f3;
	color: #fff;
	padding: 1% 5%;
	font-size: 13px;
	border-radius: 15px;
	vertical-align: middle;
	
}
.benefits_txt {
	margin-bottom: 5%;
	font-size: 16px !important;
	text-align: center;
}
/*.f-text {
	font-size: 14px !important;
}*/
.cont_ttl_mb_2 {
	margin-bottom: 2%;
}

.trial_inner {
	margin-bottom: 5%;
}

#fee_kidsclass .ttl, #fee_danceclass .ttl {
  border-bottom: solid 3px #ff88af;
  position: relative;
  font-size: 23px;
  padding-bottom: 1%;
}





/*新追加*/
.bnr_center {
	text-align: center;
	margin-top: 5%;
}
#flex_list01,#flex_list02 {
	margin-bottom: 3%;
}
.cont_inner_wide {
	width: auto;
	overflow: hidden;
}
.bnr_recommend {
	position: relative;
	width: 770px;
	height: 3100px;
	margin: 5% auto;
}
.recommend_text {
	position: absolute;
	width: 650px;
	height: 300px;
	top: 170px;
	left: 70px;
	line-height: 25px;
	font-weight: normal;
	font-size: 14px;
}
.pageHeader {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 4%;
	position: relative;
}
.pageHeader_homepage {
	padding-top: 20px;
	padding-left: 3em;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 17px;
	margin-bottom: 4%;
	position: relative;
}
.pageHeader_homepage::after {
	position: absolute;
	top: 17%;
	left: 0;
    content: '';
    display: inline-block;/*忘れずに！*/
    width: 70%;/*画像の幅*/
    height: 70%;/*画像の高さ*/
    background-image: url(../images/flex_list01_s.jpg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.pageHeader_market {
	padding-top: 20px;
	padding-left: 4.5em;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 17px;
	margin-bottom: 4%;
	position: relative;
}
.pageHeader_market::after {
	position: absolute;
	top: 17%;
	left: 0;
    content: '';
    display: inline-block;/*忘れずに！*/
    width: 70%;/*画像の幅*/
    height: 70%;/*画像の高さ*/
    background-image: url(../images/flex_list05_s.jpg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.pageHeader_fix {
	padding-top: 20px;
	padding-left: 3em;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 17px;
	margin-bottom: 4%;
	position: relative;
}
.pageHeader_fix::after {
	position: absolute;
	top: 17%;
	left: 0;
    content: '';
    display: inline-block;/*忘れずに！*/
    width: 70%;/*画像の幅*/
    height: 70%;/*画像の高さ*/
    background-image: url(../images/flex_list02_s.jpg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.flex_page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5%;
}

.cont_inner {
	max-width: 815px;/*770px*/
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 5%;
}





.tag_inner {
	width: auto;
	overflow: hidden;
}
.tag_inner p {
	color: #FFF;
	font-size: 12px;
	background: #428bca;
	padding: 0.2% 1%;
	width: 100px;
	overflow: hidden;
}
.flex_tag {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5%;
}
.flex_tag li {
	width: auto;
	padding: 0.2% 1%;
	color: #FFF;
	font-size: 12px;
	-webkit-appearance: none;
	border-radius: 5px;
	background-color: #8FBBEB;
	margin-top: 1%;
	margin-right: 1%;
	display: inline-block;
}
.pageitem_tag {
	width: auto;
	padding: 0.5% 1%;
	color: #FFF;
	font-size: 83.3%;
	-webkit-appearance: none;
	border-radius: 5px;
	background-color: #8FBBEB;
	margin-top: 1%;
	margin-right: 2%;
	display: inline-block;
}
.flex_pageitem_text {
	font-size: 14px;
	font-weight: normal;
	width: 66%;
	height: auto;
}
.flex_pageitem_img {
	width: 30%;
	height: auto;
	border: 1px solid #DCDCDC;
}
.page_small_header {
	color: #80A763;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 2%;
	margin-top: 10%;
}
.ser_tit {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4%;
	color: #1344A0;
    line-height: 1.8;
    padding-left: 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #1344A0;
}
.shiny_button {
	color: #fff;
    text-align: center;
    background: #52c4c5;
    text-decoration: none;
    line-height: 1;
    width: 400px;
    height: auto;
    padding: 5% 0;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 0 6px 0 0 #48a9ab;
}
.shiny_button strong {
	font-size: 25px;
}
.page_maintext {
	font-size: 14px;
    font-weight: normal;
    width: auto;
    height: auto;
}
.ser_tit:before {
  content: url(../images/icon_service.jpg);
  vertical-align: top;
  padding-right: 0.5%;
  /*display: block;/*前後に改行を入れる*/
  }
.flex_works {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.works_item {
	width: 46%;
	height: auto;
	margin-bottom: 5%;
}
.works_img {
	border: 1px solid #DCDCDC;
	width: 320px;
	height: 220px;
}
.works_read {
	font-size: 14px;
    font-weight: normal;
}
.siteurl {
	font-size: 10px;
	color: #C7C7C7;
}
.clients {
	margin: 3% 0 0;
    ine-height: 18px;
    color: #141414;
    font-size: 12px;
    zoom: 1;
}
.clients span {
	display: inline-block;
	padding: 2px 5px;
    font-size: 10px;
    color: #ffffff;
    background: #33b5e2;
	margin-right: 3%;
	
}
.works_read {
	font-size: 12px;
}
.content {
	margin-top: 8%;

}

#gnav_box ul li a {
	color: #333;
}
#gnav_box ul li a {
  display: block;
  padding: 0 0 5px;
  text-decoration: none;
}
#gnav_box ul li a::after {
  border-bottom: solid 2px #4cb27f;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#gnav_box ul li a:hover::after {
  width: 100%;
}

.columnBox ul li a {
	color:#333;
}


/*コース紹介ページ*/

#serviceList .flex .pinkback {
	width: 49%;
transition: .3s;
box-sizing: border-box;
padding: 2%;
margin-bottom: 5%;
border-radius: 50px;
background: #ff88af;
} 

#serviceList .flex .purpleback {
	width: 49%;
transition: .3s;
box-sizing: border-box;
padding: 2%;
margin-bottom: 5%;
border-radius: 50px;
background: #c7b3f3;
} 

#serviceList .flex .yellowback {
	width: 49%;
transition: .3s;
box-sizing: border-box;
padding: 2%;
margin-bottom: 5%;
border-radius: 50px;
background: #d3c029;
} 


#serviceList .flex .blueback {
	width: 49%;
transition: .3s;
box-sizing: border-box;
padding: 2%;
margin-bottom: 5%;
border-radius: 50px;
background: #70e0ef;
} 

#serviceList .flex .greenback {
	width: 49%;
transition: .3s;
box-sizing: border-box;
padding: 2%;
margin-bottom: 5%;
border-radius: 50px;
background: #86dada;
} 


#serviceList .flex li a {
	display: block;
font-size: 15px;
text-decoration: none;
color: #fff;
text-align: center;
font-weight: bold;
} 
#serviceList .flex li:hover {
	border: #FFF 2px solid;/*#4cb27f*/
	box-sizing: border-box;
} 
#serviceList .flex li span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2%;
} 

.f-container{
	display:flex;
	flex-diretion: row;
	flex-wrap:wrap;
	justify-content: space-between;
}

.f-item{
	width: 45%;
}

.f-title{
font-weight: bold;
margin-bottom: 20px;
font-size: 1.2em;
}

.f-item p {
	font-size: 14px !important;
}

.ttl01 {
  border-bottom: solid 3px #dbffed;
  position: relative;
}



.ttl01::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff88af;
  bottom: -3px;
  width: 30%;
}

/*#serviceList .flex ul > li {
width: 80%;
position: relative;
padding: 3rem 2rem;
background-color: #fff;
border: #ccc 2px solid;
text-align: center;
transition: .3s;
	}

#serviceList .flex ul > li:hover {
	border: #007bda 2px solid;
	cursor: pointer;
}

#serviceList .flex ul > li a {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#serviceList .flex ul > li a {
	display:block;
width:100px;
padding-top:10px;
padding-bottom:10px;
}

#serviceList .flex ul > li a span {
	display: inline-block;
	vertical-align: middle;
}*/








.inner_left {
	height: auto;
	width: 50%;
	float: left;
	margin-right: 6%;
}
.inner_right {
	width: 40%;
	float: left;
	height: auto;
	/*border: 1px solid #CCC;*/
}

.glaybox {
	background-color:#eeeeee;
	padding: 3em;
	border-radius: 6px;
}
a.anchor {
    display: block;
    padding-top: 118px;
    margin-top: -118px;
}
.flow_box {
	margin-bottom: 3%;
}
#flow01 .flow_box ul, #flow02 .flow_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#flow01 .flow_box ul li, #flow02 .flow_box ul li {
	width: 176px;
	height: auto;
}
#flow01 .flow_box ul li p, #flow02 .flow_box ul li p {
	font-size: 13px;
	line-height: 1.5em;
}
#flow01 h4, #flow02 h4 {
	font-size: 20px;
	margin-bottom: 2%;
}
.flow_ttile {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 5%;
}
.menupage_title {
  position: relative;
  text-align: center;
  margin-bottom: 10%;
}
#naika {
	margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン*/
	padding-top: 120px; /* 打ち消し用のパディング*/
}
#kojin {
	margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン*/
	padding-top: 120px; /* 打ち消し用のパディング*/
}
#flow01 {
	margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン*/
	padding-top: 120px; /* 打ち消し用のパディング*/
}
#flow02 {
	margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン*/
	padding-top: 120px; /* 打ち消し用のパディング*/
}
.menupage_title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.menupage_title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}


.flow_inner {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 10%;
}

.aten h4 {
	padding: 0.5em;
	background: #cc0000;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	font-size: 16px !important;
	width: 40%;
}
.aten  p {
	font-size: 14px;
}
.aboutpay h4 {
	/*padding: 0.5em;*/
	background: #806a33;
	color: #fff;
	/*border-radius: 6px;*/
	text-align: center;
	font-size: 14px  !important;
	width: 7%;
	margin-block-start: 0px;
    margin-block-end: 0px;
}
.aboutpay  p {
	font-size: 14px;
}
.case {
	margin-top: 3%;
}
.arrow_btn {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0.2em 0em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	/*border-radius: 30px;*/
	background: #efefef;
	border:1px solid #c1c1c1;
	transition: transform ease .3s;
	font-size: 90%;
}
.arrow_btn:hover {
	 cursor: pointer;
	 text-decoration: none;
}
.arrow_btn span {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
}
.arrow_btn:hover span{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(6px);
}
.arrow_btn_doc {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0.2em 0em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	/*border-radius: 30px;*/
	background: #cecece;
	border:1px solid #c1c1c1;
	transition: transform ease .3s;
	font-size: 90%;
}
.arrow_btn_doc:hover {
	 cursor: pointer;
	 text-decoration: none;
}
.arrow_btn_doc span {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
}
.arrow_btn_doc:hover span{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(6px);
}
.menu_btn{
  display: inline-block;
  background-color: #FFC605;
  color: #333;
  width: 250px;
  height: auto;
  padding: 0.8em;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  background-color: #deccb2;
  text-align: center;
  margin: 4px 3px;
}
.menu_btn:hover{
	 cursor: pointer;
	 text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.12), 0 3px 20px 0 rgba(0,0,0,0.12), 0 5px 6px -2px rgba(0,0,0,0.2);
	color: #FFF;
}

.plan_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 620px;
	margin: 6% auto 0 auto;
}

.sekizai_plan_btn {
	position: relative;
	overflow: hidden;
	height: 200px;
}
.btn-circle-flat {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 67px;
  text-decoration: none;
  background: #1e4181;
  color: #FFF;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  text-align: center;
  overflow: hidden;
  transition: .4s;
}

.btn-circle-flat:hover {
  background: #668ad8;
  text-decoration: none;
}
.titkojin {
  margin-bottom: 5%;
}

.works_inner {
	width: 850px;
    margin-right: auto;
    margin-left: auto;
    /*overflow: hidden;*/
    margin-bottom: 10%;

}
.works_box01 {
	margin-bottom: 3%;

}
.works_box01 ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.works_box01 ul li {
	/*width: calc(100% / 5);*/
	/*width: 18%;*/
    height: auto;
	text-align: center;
	margin-right: 1%;
	margin-bottom: 4%;
}
.font17 {
	font-size: 17px;
	margin-bottom: 1em;
}
.works_box02 {
	margin-bottom: 3%;

}
.works_box02 ul {
	display: flex;
    flex-wrap: wrap;
}
.works_box02 ul li {
	/*width: calc(100% / 5);*/
	width: 46%;
    height: auto;
	text-align: center;
	margin-right: 4%;
	margin-bottom: 3%;
}
.works_box03 {
	margin-bottom: 3%;

}
.works_box03 img {
	width: 100%;
}
.works_box03 ul {
	display: flex;
    flex-wrap: wrap;
}
.works_box03 ul li {
	/*width: calc(100% / 5);*/
	width: 17%;
    height: auto;
	text-align: center;
	margin-right: 2.8%;
	margin-bottom: 3%;
}
.works_box04 {
	margin-bottom: 3%;

}
.works_box04 ul {
	display: flex;
    flex-wrap: wrap;
}
.works_box04 ul li {
	/*width: calc(100% / 5);*/
	width: 31%;
    height: auto;
	text-align: center;
	margin-right: 1%;
	margin-bottom: 3%;
}
.works_box05 {
	margin-bottom: 3%;

}
.works_box05 ul {
	display: flex;
    flex-wrap: wrap;
}
.works_box05 ul li {
	/*width: calc(100% / 5);*/
	width: 18%;
    height: auto;
	text-align: center;
	margin-right: 1%;
	margin-bottom: 3%;
}
.works_box06 {
	margin-bottom: 3%;

}
.works_box06 ul {
	display: flex;
    flex-wrap: wrap;
}
.works_box06 ul li {
	/*width: calc(100% / 5);*/
	width: 49%;
    height: auto;
	text-align: center;
	margin-right: 1%;
	margin-bottom: 3%;
}
#flow01 p span {
	font-size: 12px;
}
.sanmoji {
	width: 100%;
}
.nimoji {
	width: 100%;
}
.price {
  width:100%;
  line-height:17px;
  table-layout:fixed;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:2px solid #DCDAC6;
}
.price tr th {
	font-size: 14px;
	background-color: #F0EED9;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border: 1px solid #DCDAC6;
	vertical-align: middle;
}
.price tr td {
	font-size: 14px;
	text-align: center;
	border: 1px solid #DCDAC6;
	background: #fff;
	padding: 10px;
	vertical-align: middle;
}

.jihori_inner {
	overflow: hidden;
}
.jihori-left {
	float: left;
	width: 50%;
}
.jihori-right {
	float: left;
	width: 50%;
}
.one-half {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5%;
}
.one-half p {
	width: 47%;
	text-align: center;
}
.one_right p {
	text-align: center;
	margin-bottom: 33%;
}
.one ul li {
	text-align: center;
	margin-bottom: 5%;
}

.columnBox form {
	margin-bottom: 20%;
}

/*新追加*/

.sliderWrapper {
	
}
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
#.slick-prev, 
#.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

#.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

#.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

#.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

#.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

#.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

#.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}







/*　画面サイズが768pxから1024pxまではここを読み込む　*/
@media screen and (min-width:768px) and ( max-width:1024px) {
	
	header {
		height: 135px;
	}
	.header_case {
		padding: 0 1em;
	}
	header .headline {
		padding: 0 1em;
	}
	header .headline h1 {
		font-size: 10px;
		text-align: center;
	}
	.innner1180 {
		padding: 0 1em;
	}
	.news_inner {
		padding: 5% 1em 0 1em;
	}
	#gnav_box {
		padding-top: 0%;
		width: 64%;
	}
	.contents_wide {
		padding: 5% 1em;
	}
	.contents {
    padding: 5% 1em;
	}
	.footmenu ul {
    width: 637px;
	}
	.root_inner .flex li {
        width: 100%;
	}
	.mainTitle {
		width: 96%;
	}
	#contentsPlan {
		padding: 0 1em;
	}
	.sec_inner {
		padding: 0 .5em;
	}
	#mainColumn_contenair {
		width: auto;
		float: none;
		margin-right: 0px;
		padding: 0 1em;
	}
	#sidebar {
		width: auto;
		float: none;
		padding: 0 1em;
	}
	.flex_course .item p {
       font-size: 11px;
       line-height: 1.6em;
	}
	.card_p {
    max-width: 100%;
    max-height: 187px;
    overflow: hidden;
    cursor: pointer;
}
	
	

}


/*（コース紹介ページslider使用時）641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
		display: none;
}	
}

/*（コース紹介ページslider使用時）スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 80%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
}









/* ウィンドウ幅が0〜767xの場合に適用するCSS */
@media screen and ( max-width:767px ) {
 img {
 max-width: 100%;
 height: auto;
}
/* スマホ強制改行 */
.br-sp { 
	display:block; 
}
	.br-pc { 
display:none; 
}
/* スマホ強制改行 */
	header {
	  position: static;
	  height: 234px;
	  margin-bottom: -189px;/*-112px*/	
	  /*height: 160px;
	  margin-bottom: -38px;*/
	}
	header .headline {
	  height: 21px;
	}
	header .headline h1 {
	  text-align: center;
	  font-size: 9px;
	  line-height: 2em;
	}
	header .headline p {
	  text-align: center;
	  font-size: 9px;
	  line-height: 2em;
	}
	.logo_inner {
	  float: none;
	  width: auto;
	  background-color: #fff;
	  height: auto;
	  text-align: center;
	  padding: 5% 0 2% 0;
	  margin-left: 0;
	  margin-right: 0;
	}
	.header_case {
	  padding: 1em;
	}
	.header_caseinner {
	  flex-direction: column;
	}
	.logobox {
		width: 34%;
		text-align: center;
		margin: 0 auto;
	  /*width: auto;
	  margin-right: 0;
	  text-align: center;*/
	}
	.contact {
	  /*width: auto;*/
		width: 70%;
		margin: 0 auto;
	}
	
	
.breadcrumbs {
	width: auto;
	padding-left:1em;
}
#maincontents {
 height: auto;
 width: auto;
 margin-right: auto;
 margin-left: auto;
}
#mainColumn {
	width: auto;
}
#mainColumn_contenair {
	width: auto;
	float: none;
	margin-right: 0px;
	padding:0 1em;
}
#sidebar {
	width: auto;
	float: none;
	padding:0 1em;
	margin-top: 15%;
}
	.widget .post_date {
  font-size: 12px;
  float: left;
  margin-right: 8px;
  width: 26%;
}
#mainContenair {
 height: auto;
 width: auto;
 float: left;
 margin-right: 0px;
 border: 1px solid #CCC;
 padding-right: 30px;
 padding-left: 30px;
}
#footer {
	height: auto;
	text-align: center;
	padding-top: 1%;
	color: #FFF;
	width: auto;
	padding-left: 1%;
	padding-right: 1%;
}
.contD {
 float:left;
 margin-bottom: 5px;
 margin-right: 10px;
}
.contImg {
 float: left;
 height:100px;
 width: 100px;
 background-color: #CCC;
}
.contText {
 font-size: 14px;
 clear:both;
}
#menu {
 display: none;
}
	
#menu-box {
	display: block;
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 10000;
}
#menu-box.fixed{
    position: fixed;
    top: 0;
}
	
#menu li {
 width: 100%;
 border-bottom: 1px solid #ccc;
}
	
 #toggle {
 display: block;
 position: relative;
 width: 100%;
 background: #333;
}
 #toggle a {
 display: block;
 position: relative;
 padding: 10px 0 10px;
		/*border-bottom: 1px solid #4baacb;*/
		color:#FFF;
 text-align: center;
 text-decoration: none;
}
 #toggle:before {
 display: block;
 content: "";
 position: absolute;
 top: 67%;
 left: 10px;
 width: 15px;
 height: 15px;
 margin-top: -15px;
 background: #FFF;
}
 #toggle a:before, #toggle a:after {
 display: block;
 content: "";
 position: absolute;
 top: 67%;
 left: 10px;
 width: 15px;
 height: 3px;
 background: #333;
}
 #toggle a:before {
 margin-top:-12px;
}
 #toggle a:after {
 margin-top: -6px;
}
 #footerad {
 display:none;
}
	
	.contents {
	  padding: 10% 1em;
	}
	.contents_wide {
	  padding: 2em 1em 3em 1em;
	}
	#corona .innner1080 p {
	  font-weight: bold;
      line-height: 1.6em;
}
	#corona .box.whitebox p {
		font-weight: normal;
	}
	#corona .box.whitebox {
		padding: 7% 7%;
	}
	#about .flex li {
	  width: 44%;
		margin-bottom: 3%;
		padding: 2% 2% 4% 2%;
	}
	#about .flex li h3 {
	  text-align: center;
	  color: #fff;
	  font-size: 18px;
	  margin: 5%;
	}
	#about .flex li p {
	  color: #fff;
	  font-size: 15px;
	  line-height: 1.6em;
		padding: 0 5%;
				
	}
	.warning {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
	#service .flex li {
	  width: 48%;
	  padding: 5%;
	  margin-bottom: 4%;
		box-sizing: border-box;
	}
	#service .flex li h3 {
    text-align: center;
    color: #0c7840;
    font-size: 20px;
    margin: 5%;
}
	#service .flex li .txt {
		font-size: 15px;
    }
	.service_btn a {
		font-size: 13px;
	}
	#company .flex .item {
	  width: auto;
	}
	.contents_wide h2 span, .news_inner h2 span, .contents h2 span {
	  font-size: 21px;
	  text-align: center;
	}
	#company .flex .item_data {
	  width: auto;
	}
	#company .flex .item_txt {
    width: auto;
}
	.company_inner .flex .item_txt p {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 3%;
}
	.item_map {
	  width: auto;
	}
	#lineBtn.line_btn h3 {
		font-size: 13px;
	}
	
	
	.card {
    width: calc(100% / 2 - 2%);
		margin-bottom: 4%;
    }
	.card_p {
    max-width: 100%;
    max-height: 173px;
   }
	
	
	.contents h2, .contents_wide h2 {
		width: 100%;
	}
	.flex_course .item {
	  width: calc(100% / 2 - 1%);
	}
	.flex_course .item p {
	  font-size: 12px;
	  line-height: 1.2em;
	}
	#studio .flex .item {
	  width: auto;
	}
	#instructor .flex_inst_owner {
		justify-content: space-between;
	}
	#instructor .flex_inst_owner li {
    width: calc(100% / 2 - 3%);
	}
	
	#instructor .flex_inst_owner li figure {
    width: auto;
    height: auto;
	}
	
	#instructor .flex {
		justify-content: space-between;
    /*-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;*/
}
	#instructor .flex li {
    /*width: calc(100% / 2 - 1%);*/
		width: 47%;
}
	#instructor .flex li figure {
    width: auto;
    height: auto;
	}
	#instructor .flex_inst_owner li figure img{
  width: 100%;
  transition-duration: none;
}
#instructor .flex_inst_owner li figure:hover img{
  transform: none;
  transition-duration: none;
}
	#instructor .flex li figure img{
  width: 100%;
  transition-duration: none;
}
#instructor .flex li figure:hover img{
  transform: none;
  transition-duration: none;
}
	#instructor .flex_inst_owner li h3 {
		font-size: 16px;
}
	#instructor .flex li h3 {
        font-size: 16px;
}
	
	.msg_txt h3 {
		font-size: 18px;
		text-align: center;
		margin: 3% 0;
	}
	.msg_txt p {
		font-size: 14px;
		padding: 0 1em;
	}
	.accordion2 p.ac1, .accordion2 p.ac2, .accordion2 p.ac3 {
    font-size: 16px;
    text-indent: -2em;
    padding-left: 3em;
}
	.accordion2 .inner li {
    padding: 5% 7%;
}
	.ac1::before {
    width: 27px;
    height: 27px;
	}
	
	
	
	
	#news .flex .item {
    width: 100%;
    }
	.sec_inner h2 {
		width: 100%;
	}
	#serviceList .flex .pinkback {
		width: 100%;
	}
	#serviceList .flex .purpleback {
    width: 100%;
	}
	#serviceList .flex .yellowback {
		width: 100%;
	}
	#serviceList .flex .greenback {
		width: 100%;
	}
	#serviceList .flex .blueback {
		width: 100%;
	}
	.sliderWrapper {
 	   padding-top: 4%;
}
	.course_tit_sub {
    	font-size: 16px;
		margin: 5% 0;
	}
	.target_tx p {
		font-size: 13px;
		margin-bottom: 3%;
		line-height: 1.6em;
	}
	.course_remarks p {
    	font-size: 13px;
	}
	#fee_kidsclass .ttl, #fee_danceclass .ttl {
		font-size: 20px;
	}
	.benefits_atn {
		font-size: 13px;
    	line-height: 1.6em;
	}
	#tablepress-2, #tablepress-3, #tablepress-4, #tablepress-5 {
		font-size: 14px;
	}
	.trial_inner {
		text-align: center;
	}
	.btn_reserve03 {
		width: 100%;
	}
	.button_reserve03 {
		width: 100%;
	}
	.trial_price {
    	font-size: 1.5rem;
	}
	.contents_ttl h2 {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.benefits_txt {
    	margin-bottom: 7%;
	}
	.f-item {
    width: auto;
}
	.f-item p {
        margin-bottom: 5%;
}
	#serviceList .flex li a {
    font-size: 14px !important;
    }
	#graduates .flex .item-img {
		width: 50%;
		margin: 4% auto;
}
	#graduates .flex .item-text {
	width: auto;
	}
	.graduates_inner h2 {
    font-size: 13px;
}
	.graduates_inner .name {
    font-size: 18px;
	}
	.profile_text {
		width: 100%;
	}
	.profile_text .name {
        text-align: center;
	}
	.profile_text .name_kana {
        text-align: center;
	}
	#profile .prof_intro .postEyecatch {
		text-align: center;
		width: 100%;
	}
	.profile_text .in_charge {
		padding-top: 6%;
		padding-bottom: 6%;
	}
	#profile .lead {
		width: 77%;
		margin: 0 auto;
	}
	#profile .lead p {
		font-size: 14px;
	}
	/*▼スケジュールスマホスクロール*/
div.myScrollBox {
	display: block;
	 overflow: scroll;
  white-space: nowrap;
}
/*▲スケジュールスマホスクロール*/
	
	
	
	
	
.contentsBox_info {
	width: auto;
	margin:0em 1em;
	padding-bottom:2em;
}
.contentsBox_info h2 {
	padding-top: 2em;
}
.contentsBox_info h3 {
	line-height: 23px;
	text-align: left;
}
/*#contentsMenu_inner h2 {
	font-size: 22px;
	text-align: center;
	padding-bottom:1em;
	margin-top: 2em;
}*/
div.contMenu {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top:1em;
	padding-bottom:2em;
	padding-left:1em ;
	padding-right:1em ;
}
.contMenu ul li {
	width: auto;
	margin-right: 0;
	float: none;
	padding-top:1.25em;
}
.contMenu ul li h3 {
	/*font-size: 20px;*/
	font-size: 14px;
	font-weight: normal;
}
.contMenu ul li h4 {
	font-size: 14px;
	font-weight: normal;
}
.contMenu ul li:last-child{
  margin-right: 0px;
}
.news_inner {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 2em 1em 3em 1em;
}
.post_pic {
	float: left;
	margin-right: 10px;
	width: 28%;
}
.post_date {
	font-size: 13px;
	float: none;
	margin-right: 20px;
}
.news_inner ul li h3, .blog_detail ul li h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0.5em;
	line-height: 1.3em;
}
.news_inner ul li p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6em;
	width: auto;
}
.news_inner ul li {
	height:auto;
	/*height:100px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 0.8em;
	padding-top: 1.25em;
	display:block;
	
}
.news_inner ul li:last-child {
	border:none;
}
.news_title {
	clear: both;
}
.newsInfo{
	float:none;
}
.orga_text {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 23px;
}
div.orga_menu {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 0 1em 10% 1em;
}
.footmenu ul li {
	float: none;
	text-align:center;
	margin: 2% 1%;
}
.footmenu {
	height: auto;
	margin-bottom: 0%;
	padding-top: 5%;
}
.footmenu ul li a {
	color: #000;
	font-size:15px;
}
.foot_reserve_btn {
    width: 56%;
}
.columnBox {
	border: 1px solid #ccc;
	margin-bottom:1em;
}
.columnBox ul {
	padding:0 1em;
}

#cate-icon {
	margin-left: 10px;
}
#cate-icon-front {
	margin-left: 0px;
}

.more_btn {
	float: none;	
}
	
.contents_title {
	font-size: 24px;
	padding-bottom: 0.4em;
	padding-top: 0.7em;
	width: auto;
}
.pro_name h2 {
	font-size: 24px;
	font-weight: normal;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}
.pro_name h2 span {
	font-size: 16px;
}
.inner_left {
	height: auto;
	width: auto;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.inner_right {
	width: auto;
	float: none;
	height: auto;
	border:none;
}
.cont_inner {
	width: auto;
	padding: 1em 1em 1em 1em;
}
.cont_inner ul li {
	height:auto;
	padding-bottom: 0em;
	padding-top: 0.5em;
	display:block;
	font-size: 14px;
}
.more_btn03 {
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10%;
	margin-top:10%;
}
.btn_reserve {
	margin-bottom: 2em;
}
.course_reco {
	margin-bottom:5%;
}
.menuTitle h3 {
	font-size: 25px;
	line-height:1em;
}
.menuTitle h3 span {
	font-size: 17px;
}
.sec_inner {
	width: auto;
	padding:1em;
}


#gnav_box {
	display: none;
}	

.sns ul {
	width: 249px;
	height:63px;
	margin: 14% auto 14% auto;
}
.sns ul li {
	float: left;
	width:63px;
	height:63px;
	margin-right: 30px;
}
.sns ul li:last-child {
	margin-right: 0px;
}
.headerBtn_list li {
	float: none;
	margin-bottom: 7%;
	margin-left: auto;
	margin-right: auto;
	width: 81%;
}
#headerSide_bottom {
	float: none;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0 2em;
}
.headerBtn_list li a {
	/*width: auto;
	padding: 1em 0;*/
	width: auto;
    padding: 1em 0;
    margin-top: 2em;
	margin-bottom: 2em;
}
.headerBtn_list li:first-child a {
    margin-right: 0px;
}
.btn_offer {
	height: auto;
}
.btn_offer ul {
	width: auto;
	height: auto;
	padding: 0 2%;
}
.btn_offer li:first-child {
    margin-right: 0;
}
.btn_offer ul li {
	height: auto;
	width: auto;
	float: none;
}
.telbnr {
	width: 100%;
	height: auto;
}
.title_jap { 
	line-height: 1.4em;
}


/* パターン2：フォントサイズ縮小 */
  .tableBlock.pattern02 table {
 font-size:50%;
}
 .cf {
   width:100%;
   line-height:10px;
   table-layout:fixed;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   border:1px solid #cfcfcf;
}
.cf tr th {
   font-size: 14px;
   background-color: #F0EED9;
   text-align: center;
   margin: 0px;
   padding: 5px;
   border: 1px solid #DCDAC6;
   vertical-align: middle;
}
.cf tr td {
   font-size: 14px;
   text-align: center;
   border: 1px solid #DCDAC6;
   padding: 6%;
   vertical-align: middle;
   line-height: 1.6em;
}
/*
	 .tableBlock {
  margin-top:2em;
}

	 table{ 
			display: block; 
			position: relative; 
			width: 100%; 
		}
			table thead{ 
				display: block; 
				float: left; 
			}
			table tbody{ 
				display: block; 
				width: auto; 
				position: relative; 
				overflow-x: auto; 
				white-space: nowrap; 
			}
			table thead tr{ 
				display: block; 
			}
			table th{ 
				display: block; 
			}
			table tbody tr{ 
				display: inline-block; 
				vertical-align: top; 
			}
			table td{ 
				display: block; 
			}

		/* borderの調整 */
		/*th{ 
			border-bottom: 0; 
		}
		td{ 
			border-left: 0; 
			border-right: 0; 
			border-bottom: 0; 
		}
		tbody tr{ 
			border-right: 1px solid #babcbf; 
		}
		th:last-child,
		td:last-child { 
			border-bottom: 1px solid #babcbf; 
		}*/

.selectCont_inner {
	width: auto;
}

.select_titleBox {
	width: auto;
    float: none;
    margin-top: 13px;
}
.selectfruid-box li {
	width: 22%;
}
.selectCourse_inner {
	border-radius: 0px 0px 0px 0px;
}		
.course_intro01 {
	width: auto;
	float: none;
}
.header_inner {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
#header_box {
	position: static;
	top: 0;
	min-width: auto;
	width: 100%;
	/*z-index: 1030;*/
	overflow: hidden;
	height: auto;
	background-color: #FFF;
	border-bottom: none;
}
.header_logo_box {
	width: auto;
	float: none;
}

#header {
	margin-top: 0px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 0px; /* 打ち消し用のパディング */
	width: auto;
}
.footmenu ul {
	float: none;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
.foot_reserve {
	color: #FFF;
	width: 200px;
	float: none;
	padding: 2%;
	font-size: 14px;
	background-color: #E8B920;
	margin: 0 auto;
}
	
.foot_reserve a {
	color: #FFF;
}

.copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 62px;
	line-height: 1.2em;
}
.flex_list {
	flex-direction: column;
	overflow: hidden;
}
#flex_list01, #flex_list02, #flex_list03, #flex_list04, #flex_list05, #flex_list06, #contentsAccess {
	margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 120px; /* 打ち消し用のパディング */
}
.btn_offer_sp {
	display: block;
	margin-bottom: 8%;
	/*padding: 1em;
	margin: 2%;*/
}
.btn_offer {
	display: none;
}
.bnr_recommend {
	position: relative;
	width: auto;
	height: auto;
	margin: 5% auto;
}
.recommend_text {
	position: absolute;
	width: auto;
	height: auto;
	top: 120px;
	left: 0px;
}
.shiny_button {
	width: auto;
    box-shadow: 0 4px 0 0 #48a9ab;
}
.shiny_button strong {
	font-size: 18px;

}
.flex_page {
	webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flex_pageitem_text {
	width: auto;
	margin-bottom: 8%;
}
.flex_pageitem_img {
	width: auto;
    text-align: center;
	margin-bottom: 3%;
}
.flex_works {
	webkit-flex-direction: column;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
.works_item {
	width: auto;
	margin-bottom: 17%;
}
.works_img {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: none;
}
.flex_list_itm {
	width: 43%;
}
.flexlist_itemtext {
    line-height: 1.5em;
}
.service_name {
	font-size: 14px;
}
.post_category span {
    border-radius: 4px;
    padding: 1% 2% 2% 2%;
}
a.anchor {
    display: block;
    padding-top: 95px;
    margin-top: -95px;
}
#flow01 .flow_box ul li {
	width: 48%;
    height: auto;
	margin-bottom: 5%;

}
#flow02 .flow_box ul li {
	width: 48%;
    height: auto;
	margin-bottom: 5%;

}
#flow01 .flow_box ul li p {
	font-size: 12px;
}
.flow_inner {
	width: auto;
	padding: 1em;
}
.aten h4 {
	width: auto;
}
.aboutpay h4 {
	width: auto;
}
.menu_btn {
	width: 100%;
}
.works_inner {
	width: auto;
	padding: 0 1em;
}
.works_box01 ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

#contentsProfile {
	margin-top: 0;
}
.sekizai_plan {
	width: 100%;
	margin-bottom: 10%;
}
.plan_inner {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-content: center;
    width: 100%;
    margin: 6% auto 0 auto;
}
.menu_btn {
	padding: 0.8em 0 0.8em 0;
	margin: 0;
}
.btn-circle-flat {
	width: 60%;
	height: 100%;
	line-height: 204px;
}
.sekizai_plan_btn {
    margin-bottom: 5%;

}
.price tr th {
	display: block;
}
.price tr td {
	display: block;
}
.works_box01 ul li {
	width: auto;
    height: auto;
	margin: 3% auto;
}
.works_box03 ul {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.works_box03 ul li {
	width: 48%;
    height: auto;
	text-align: center;
	margin-right: 0%;
	margin-bottom: 3%;
}
.works_box02 ul li {
	width: 100%;
    margin-right: 0;
}
.works_box04 ul li {
	width: 100%;
    margin-right: 0;
}
.works_box06 ul li {
	width: 100%;
    margin-right: 0%;
}
.jihori-left {
	float: none;
	width: 100%;
}
.jihori-right {
	float: none;
    width: 100%;

}
.one_right p {
	text-align: center;
    margin-bottom: 6%;
}
.case {
    margin-top: 3%;
    margin-bottom: 6%;
}
#contentsNews {
	padding-top: 0;
}
.columnBox form {
	margin-bottom: 3%;
    padding-left: 1em;
    padding-right: 1em;
}
.mainTitle {
	width: auto;
}
.ttl {
    font-size: 20px;
    padding: 10px 7px 10px 7px;
    line-height: 1.2em;
}



}






