@charset "utf-8";

/*=================================================================================
    トップページ
=================================================================================*/
/* メインスライド */
.top #sp_mainImg .bx-wrapper{
	border-bottom: 4px solid #00AE95;
}
.top #pc_mainImg .container{
	height:539px;
	border-bottom: 4px solid #00AE95;
	margin-bottom:45px;
}
#bx-pager{
  position: relative;
  width: 1110px;
  margin: -76px auto 0;
  text-align:center;
  z-index: 9998;
}
#bx-pager a{
  display: inline-block;
  margin-right: 16px;
  color:#fff;
}
#bx-pager a:last-child{
	margin-right:0;
}
#bx-pager a:hover,
#bx-pager a.active{
	color:#00AE95;
	text-decoration:none;
}
.bxslider2, .bx-controls{
	display: none;
}
.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #000; border-radius: 10px; margin:10px 2px 0 2px;}
.bx-controls-direction a{text-decoration: none; color: #000; padding:0 5px;}
.bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}

.container {width: 100%; height: 100%; overflow: hidden;}
.slide_all {width: 100%; margin: 0 auto; height: 452px; position: relative;background:#F8F7F7;}
.slide_wrap {width: 3330px; position: absolute; left: 50%; margin-left: -800px;}
.slide_body {width: 100%;}
.slide {width: 100%;max-width:1600px;}
.slide img {width: 100%!important;height:auto!important;object-fit: cover;}

@media only screen and (min-width: 1100px) {
	.mvs1100 #pc_mainImg{
		text-align: center;
	}
	.mvs1100 #pc_mainImg img{
		width: auto;
	}
}

@media only screen and (max-width: 760px) {
	#bx-pager{
		display: none;
	}
	.bxslider{
		display: none;
	}
	.bxslider2, .bx-controls{
		display: block;
	}
	.bx-wrapper .bx-pager{
		 width: 100%;
		position: absolute;
		bottom: 5%;
	}
}
/* /メインスライド */

/* リード文 */
.lead{
  margin-bottom:-15px;
  padding:3em 0 0;
}
.lead_element {
  font-size: 18px;  
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 420px) {
	.lead{
	    padding:1em 0 0;
	    margin-bottom:0;
	}
	.lead_element {
	    font-size: 4vw;  
	    letter-spacing: 0;
	}
}
/* /リード文 */

/* コースのご案内 */
.course{
	width: 1110px;
	margin: 54px auto 0;
	overflow: hidden;
}
.top .course{
	margin: 54px auto 70px;
}
#course .course{
	margin: 0 auto 60px;
}
.course div{
	width: 520px;
	height: 270px;
	overflow: hidden;
	font-size: 16px;
}
.course div a{
	display: block;
	position: relative;
	width: 468px;
	height: 270px;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.course .course01{ float: left; background: url(../images/bg_painting.jpg) no-repeat 50% 0; }
.course .course02{ float: right; background: url(../images/bg_jr.jpg) no-repeat 50% 0; }
.course .course03{ float: left; background: url(../images/bg_painting02.jpg) no-repeat 50% 0; }
.course .course04{ float: right; background: url(../images/bg_jr02.jpg) no-repeat 50% 0; }
.course div:hover a{
	background-color:  rgba(0,174,149,0.5);
}
.course div a img{
	position: absolute;
	top: 0;
	z-index: 3;
}

.course .sub_title{
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	text-align: center;
}
.course .sub_title p{
	display: block;
	padding: 0;
	text-align: center;
	font-size: 2em;
	letter-spacing: 10px;
}
.course .sub_title span{
	padding: 0;
	font-size: 0.9em;
}
.course .sub_title:before{
	display: none;
}

.course div a p{
	position: absolute;
	top: 95px;
	left: 84px;
	width: 300px;
	letter-spacing: 2px;
	font-size: 28px;
}
.course div a p:after{
	display: block;
	content: "";
	width: 180px;
	margin: 0 auto;
	padding-top: 5px;
	border-bottom: 1px solid #fff;
}

.course .textarea .taC .bule-link{
	color: #0000ff;
}

.course div a .bule-link {
  color: #0000ff;  /* ここを好きな色にする */
}
.course div a .bule-link:link {
  color: #0000ff; 
}
.course div a .bule-link:visited {
  color: #0000ff; 
}
.course div a .bule-link:hover {
  color: #0000ff; 
}
.course div a .bule-link:active {
  color: #0000ff; 
}

.course div a span{
	display: block;
	position: absolute;
	top: 145px;
	left: 132px;
	width: 204px;
	letter-spacing: 3px;
}
.course04 .txt02{
	width: 100%;
	position: absolute;
	top: 178px;
	left: 0;
	letter-spacing: 1.4px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

@media only screen and (max-width: 760px) {
	.course{
		width: 100%;
		margin: 6.5% auto;
	}
	.top .course{
		margin: 6.5% auto;
	}
	#course .course{
		margin: 2% auto 6.5%;
	}
	.course .sub_title{
		float: none;
		width: 98%;
		height: auto;
		margin: 0 auto 3%;
		text-align: left;
	}
	.course .sub_title p{
		display: inline-block;
		padding: 0 0 1% 0;
		text-align: left;
		font-size: 6vw;
		letter-spacing: 3px;
	}
	.course .sub_title span{
		padding: 0 1% 0 0;
		font-size: 4vw;
	}
	.course .sub_title:before{
		display: block;
	}

	.course div{
		width: 50%;
		height: 47.4vw;
		background-size: cover !important;
		font-size: 16px;
		margin-right: 0;
	}
	.course .course01{
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	.course .course03{
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	.course div a{
		width: 100%;
		height: 100%;
		display: block;
	}
	.course div a img{
		position: absolute;
		top: 0;
		z-index: 3;
	}
	.course div a p{
		position: absolute;
		top: 35%;
		left: 0;
		width: 100%;
		letter-spacing: 3px;
		font-size: 5vw;
	}
	.course div a p:after{
		width: 70%;
		padding-top: 0.5%;
	}
	.course div a span{
		display: block;
		position: absolute;
		top: 51%;
		left: 0;
		width: 100%;
		font-size: 3.5vw;
		letter-spacing: 3px;
	}
}
/* /コースのご案内 */

/* バナーエリア */
.banner{
	width: 960px;
	margin: 0 auto 50px;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.top .banner{
	width: 1110px;
	margin: 0 auto 50px;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.banner a{
	display: inline-block;
	float: right;
}
.banner a:nth-child(odd){
	float: left;
}
.banner .nolink,
.banner .nolink img{
    cursor: default;
    opacity: 1;
}
@media only screen and (max-width: 760px) {
	.top .banner{
		width: 98%;
		margin: 0 auto 5%;
	}
	.top .banner a{
		width: 100%;
		float: none;
	}
	.banner{
		width: 94%;
		margin: 0 auto 5%;
		padding: 4% 0;
	}
	.banner .innr{
		width: 100%;
	}
	.banner a{
		display: block;
		text-align: center;
	}
	.banner a img{
		width: 100%;
		height: auto;
	}
	.banner a:nth-child(1){
		margin: 0 0 2% 0;
	}
}
/* /バナーエリア */

/* トピック */
.topic{
	width: 1110px;
	margin: 0 auto;
	padding: 20px 0 0;
	overflow: hidden;
	padding: 0 0 40px;
	text-align: center;
}
.topic .sub_title{
	float: none !important;
}
.topic .banner_area a,
.topic .banner_area div{
	display: inline-block;
}
.top .topic .banner_area a,
.top .topic .banner_area div{
	margin-top: 20px;
}
.topic .banner_area a:nth-child(odd),
.topic .banner_area div:nth-child(odd){
	margin-right: 35px;
}
.topic .banner_area a:nth-child(even),
.topic .banner_area div:nth-child(even){
	margin-left: 35px;
}

@media only screen and (max-width: 760px) {
	.topic{
		width: 98%;
		padding: 4% 0; 
	}
	.topic .sub_title{
		text-align: left;
	}
	.topic .banner_area a,
	.topic .banner_area div{
		display: block;
		width: 100%;
		margin: 2% 0;
		text-align: center;
	}
	.top .topic .banner_area a,
	.top .topic .banner_area div{
		margin-top: 0;
	}
	.topic .banner_area a:nth-child(odd),
	.topic .banner_area div:nth-child(odd){
		margin-right: 0;
	}
	.topic .banner_area a:nth-child(even),
	.topic .banner_area div:nth-child(even){
		margin-left: 0;
	}
	.topic a:nth-child(odd){
		float: none;
	}
	.topic img{
		width: 100%;
		height: auto;
	}
	.topic .banner__item--mgn{
		margin-top: 2%;
	}
}
/* /トピック */

/* 最新情報 */
.news{
	margin: 0 auto 60px;
	padding: 50px 0 40px;
	letter-spacing: 1.6px;
}
.news .sub_title p,
.news .sub_title span{
	background-color: #f8f7f7;
}
.news .innr{
	width: 1110px;
	margin: 0 auto;
}
.news .newsBl{
	padding: 10px 10px 20px;
	border: 1px solid #eee;
	background-color: #fff;
}
.news dt{
	clear: both;
	float: left;
	padding: 10px 25px;
	background: url(../images/arR.gif) 5% 50% no-repeat;
}
.news dd{
	display: inline-block;
	position: relative;
	background-position: 145px 15px;
	padding: 10px 0;
}
.news dd.label{
	width: 115px;
	display: inline-block;
	margin: 10px 25px 10px 0;
	padding: 0;
	background-color: #808080;
	color: #fefefe;
	text-align: center;
}
.news dd.org_label{
	width: 115px;
	display: inline-block;
	margin: 10px 25px 10px 0;
	padding: 0;
	background-color: #00AE95;
	color: #fefefe;
	text-align: center;
}
.news .readmore{
	letter-spacing: 1.4px;
	text-align: center;
}
.news .readmore:before{
	content: url(../images/arU.gif);
	margin-right: 10px;
}
.news .close:before{
	content: none; 
}
.news .readmore:hover,
.news .close:hover{
	cursor: pointer;
	text-decoration: underline;
}

@media only screen and (max-width: 760px) {
	.news{
		width: 100%;
		margin: 0 auto 6%;
		padding: 5% 0 4%;
		letter-spacing: 1.6px;
	}
	.news .innr{
		width: 98%;
	}
	.news .newsBl{
		padding: 10px 10px 20px;
	}
	.news dt{
		float: left;
		padding: 1% 3.5%;
		background-position: 0 50%;
	}
	.news dd{
		background-position: 145px 15px;
		padding: 1% 0;
	}
	.news dd.label{
		width: 115px;
		display: inline-block;
		margin: 1% 2.5% 1% 0;
	}
	.news dd.org_label{
		width: 115px;
		display: inline-block;
		margin: 1% 2.5% 1% 0;
	}
	.news .readmore p:before{
		content: url(../images/arU.gif);
		margin-right: 1%;
	}
}
/* /最新情報 */

/* イベント情報 その他 */
.event{
	width: 1110px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 40px; 
}

.event .sub_title{
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
}
.event div{
	width: 362px;
	float: left;
	margin: 0 10px 10px 0;
}
.event div a img{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 760px) {
	.event{
		width: 98%;
		text-align: center;
	}
	.event div{
		width: 100%;
		float: none;
		margin: 0 0 1% 0;
	}
	.event .sub_title{
		width: 98%;
		margin: 0 auto 3%;
	}
	.event .sub_title p{
		font-size: 6vw;
		letter-spacing: 2px;
	}
	.event .sub_title span{
		font-size: 4vw;
		letter-spacing: 1px;
	}
	.event .sub_title:before{
	  position: absolute;
	  top: 65%;
	}
}
/* /イベント情報 その他 */


/* アトリエグループのご紹介 */
.group{
	overflow: hidden;
	background: url(../images/bg_group.jpg) no-repeat center center;
	background-size:cover!important;
	letter-spacing: 2px;
}
.group .innr{
	width: 1110px;
	margin: 0 auto;
	padding: 30px 0 10px;
	overflow: hidden;
}
.group .sub_title{
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.group .sub_title p{
	font-size: 1.8em;
	font-weight: bold;
  background-color: rgba(255,255,255,0);
}
.group .sub_title span{
  background-color: rgba(255,255,255,0);
}
.group .sub_title:before{
  position: absolute;
  top: 50%;
  left: 47%;
}
.group a{
	display: block; 
	width: 360px;
	float: left;
	margin: 0 15px 10px 0;
}
.group a:nth-child(4),
.group a:nth-child(7){
	margin-right: 0;
}
.group a:hover{
	text-decoration: none;
}
.group figcaption{
	font-size: 12px;
}
.group figcaption span:first-child{
	margin-top: 5px;
	font-weight: bold;
	font-size: 1.35em;
	line-height: 18px;
}
.group figcaption span{
	display: block;
	letter-spacing: 2px;
}

@media only screen and (min-width: 1366px) {
	.group{
		background-size: cover;
	}
}

@media only screen and (max-width: 760px) {
	.group{
		width: 100%;
		background-size: auto 145vw;
		background-position: 63% 0;
	}
	.group .innr{
		width: 98%;
		padding: 4% 0;
	}
	.group .sub_title{
		margin-bottom: 3%;
	}
	.group .sub_title p{
	  font-size: 6vw;
	  letter-spacing: 2px;
	}
	.group .sub_title span{
		font-size: 3vw;
		letter-spacing: 0;
	}
	.group .sub_title:before{
	  position: absolute;
	  top: 65%;
	  left: 98%;
	}
	.group a{
		width: 49%;
		margin: 0 0 1% 0;
	}
	.group a:nth-child(2),
	.group a:nth-child(4),
	.group a:nth-child(6),
	.group a:nth-child(8){
		margin: 0 2% 1% 0;
	}
	.group a img{
		width: 100%;
		height: auto;
	}
}
/* /アトリエグループのご紹介 */


/*=================================================================================
    コース
=================================================================================*/
.lesson_banner{
  text-align: center;
  width: 380px;
  height:auto;
  margin:-20px auto 60px;
}
.lesson_banner img{
  width:100%;
  height:auto;
}
.lesson_banner a:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.jr .title_txt2{
  text-align: center;
  margin-top: 20px;
  line-height: 1.5em;
}
.jr_tb{
	width: 96%;
}
.program table.jr_tb2 .tit{
	width: 300px;
}

@media only screen and (max-width: 760px) {
  .lesson_banner{
		text-align: center;
		width:310px;
		height:auto;
		margin:0 auto 40px;
  }
  .jr .title_txt2{
    margin-top: 2%;
    font-size: 1em;
  }
}

/* コースの特長 */
.feature_course{
	margin: 0 auto 40px;
}

.feature_course .imgBl.taC{
    text-align: center;
}

.feature_course .feature li{
	position: relative;
	margin-left: 50px;
	letter-spacing: 3.4px;
	line-height: 2em;
	padding-left: 22px;
    text-indent: -14px;
}

.feature_course .feature li:before{
	content: "●";
	display: inline-block;
	margin-right: 15px;
	color: #00AE95;
	font-size: 0.2em;
}

.feature_course .feature li .link{
	display: inline-block;
}

.feature_course .feature li .link a{
	color: #00AE95;
	vertical-align: top;
}
.feature_course .column li:before{
	content: "";
}
.menu_area{
    margin: 0 auto 4%;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
}
.menu_area ul{
	width:96%;
	margin-left:4%;
	box-sizing:content-box;
  display: -webkit-flex; /* Safari */
  display: flex;
   -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
.menu_area .innr{
	text-align:center;	
}
.menu_area ul li{
	margin-right:3%;
	width:30%;
	text-align:center;
	margin-bottom:20px;
}
.menu_area ul li.long{
	width:60%;
	margin-left:17%;
}
.menu_area ul li.long br{
	display:none;
}
.menu_area ul li:nth-child(3n){
	margin-right:0;
}
.menu_area ul li a{
  background-color:#00AE95;
  padding:10px 0;
	display:block;
	text-decoration:none;
	color:#fff;
}
.menu_area ul li a:hover{
  text-decoration: none;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* コース内バナー */
.banner_link{
	width: 450px;
  background-size: cover !important;
	text-align: center;
	color:#fff;
	line-height: 108px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 3;
}
.banner_link p{
	display: inline-block;
	width: 450px;
	text-align:center;
	font-size: 22px;
	line-height:1.4;
	font-weight:500;
	letter-spacing: 2px;
	vertical-align: middle;
}
.banner_box a{
	display: block;
	overflow: hidden;
}
/* ---- ページ内リンクずれ ---- */
.linkbox{
	padding-top:108px;
}
.page_link{
	padding-top:108px;
  margin-top:-108px;
}
@media only screen and (max-width: 760px) {
	.banner_link p{
		width: 100%;
	}
	.banner_box a{
		position: relative;
		float: none;
		overflow: hidden;
		width: 100%;
	}
	.banner_link{
		width: 100%;
		color:#fff;
		line-height: 25vw;
		text-align: center;
		opacity: 1;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.feature_course .feature li{
		position: relative;
		margin-left: 1%;
		letter-spacing: 1px;
		line-height: 2em;
	}
	.feature_course .feature li:before{
		margin-right: 1.5%;
	}
	.program table tfoot td{
		font-size:2.2vh;
	}
	.program p.taR {
		font-size:1.9vh!important;	
	}
}

@media only screen and (max-width: 420px) {
	.feature_course{
		margin: 0 auto 4%;
	}
    
    .feature_course .column_2{
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    .feature_course .column_2 .imgBl{
        width: 40%;
        margin: 0 auto;
    }

    .feature_course .column_2 .textarea{
        width: 100%;
        margin: 20px 0 0 0;
    }

	.feature_course .feature li {
		line-height: 1.6;
		margin-bottom:.8em;
		padding-left:16px;
		text-indent:-8px;
		font-size:2.2vh;
	}
	.program table thead.left td{
	        text-align: left;
	}
	.menu_area ul {
		width:100%;
		margin:0;
		margin-left:1%;	
	}
	.menu_area ul li{
		margin-right:1%;
		width:49%;
		margin-bottom:3px;
	}
	.menu_area ul li.long, .menu_area ul li.long2{
		width:49%;
		margin-left:0;
		font-size:78%;
		letter-spacing:0;
	}
	.menu_area ul li.long br, .menu_area ul li.long2 br{
		display:block;
	}
	.menu_area ul li:nth-child(3n){
		margin-right:1%;
	}
	.menu_area ul li:nth-child(2n){
		margin-right:0;
	}
	.menu_area ul.long_menu li a{
		padding:0;
		height:8vh;
		vertical-align:middle;
	}
	.menu_area ul.long_menu li a span{
		padding:0;
		height:8vh;
		vertical-align:middle;
		display:inline-block;
	}
	.menu_area ul.long_menu li.long a span{	
			padding-top:1vh;
	}
	.menu_area ul.long_menu li.lineheight a span{
		padding-top:0;
		line-height:8vh;
	}
	/* ---- ページ内リンクずれ ---- */
	.linkbox{
		padding-top: 10vh;
	}
	.page_link{
		padding-top: 10vh;
	    margin-top:-10vh;
	}
	.banner_link p{
		font-size: 16px;
		line-height: 1.2;
	}
}
/* /コースの特長 */

/* 時間割 */
.program{
	margin: 0 auto 60px;
}
.program table{
	margin: 20px auto;
	text-align: center;
	letter-spacing: 3px;
}
.program table th{
	padding: 10px 0;
	background-color: #efefef;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.program table .tit{
	min-width: 78px;
	vertical-align: middle;
}
.program table td{
	width: 318px;
	padding: 10px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 1px;
}
.program tfoot td, .program thead td{
	width: 318px;
	padding: 10px 0;
	border: none;
	font-weight: normal;
	text-align: left;
}
.program thead td{
	padding:0;
}
.program thead tr:nth-child(2) td {
	padding-bottom:20px;
}
.program span.beginner{
	display: inline-block;
	margin-right: 10px;
	padding: 1px 10px;
	border-radius: 9.95px;
	background-color: #00AE95;
	color: #fff;
	font-size: 0.8em;
	vertical-align: middle;
}
.program span.dessin{
	display: block;
	width: 152px;
	margin: 3px auto 0;
	padding: 1px 10px;
	border-radius: 9.95px;
	background-color: #5ab280;
	color: #fff;
	font-size: 0.8em;
	vertical-align: middle;
}
.program span.cam{
	letter-spacing: 3px;
}
.program span.cam:before{
	display: inline-block;
	content: "★";
	color: #f9b52c;
	vertical-align: bottom;
}
.program table.row1{
	width:95%;	
}
.program table.row1 th,
.program table.row1 td{
	padding: 25px 0;
}
.program table.row1 th{
	width: 205px;
}
.program table.row1 td{
	width: auto;
}
.program table.row1 thead td{
	padding: 0;
}
.program table.row1 thead tr:nth-child(2) td{
	padding-bottom: 20px;
}
.program table.row1 tfoot td{
	padding: 25px 0 0 ;
}
.program table.row1 tfoot td{
	padding: 25px 0 0 ;
}

@media only screen and (max-width: 760px) {
	.program{
		margin: 0 auto 4%;
	}
	.program table tbody{
		margin: 2% auto;
		text-align: center;
		font-size: 2.5vw;
	}
	.program table .tit{
		min-width: 38px;
	}
	.program span.beginner{
		margin-right: 2%;
		padding: 1% 3%;
		font-size: 0.7em;
	}
	.program span.cam{
		letter-spacing: 1px;
	}
	.program span.dessin{
		width: auto;
	}
	.program table.row1{
		width: 100%;	
	}
	.program table.row1 th{
		width: 38%;
	}
	.program table.row1 th,
	.program table.row1 td span{
		font-size: 130%;
	}
}
@media only screen and (max-width: 420px) {
	.program thead td {font-size:90%;letter-spacing:0;}
}
/* /時間割 */

/* よくある質問 */
.faq{
	margin: 0 auto 40px;
}
.faq dl{
	margin-top: 70px;
}
.faq dt{
	padding: 0 0 10px 40px;
	background: url(../images/icon_question.png) no-repeat 0 4px;
	line-height: 1.8em;
	font-weight: bold;
	font-size:1.2em;
	letter-spacing: 3px;
}
.faq dd{
	padding-left: 40px;
	background: url(../images/icon_answer.png) no-repeat;
}
.faq .imgBl{
	margin: 20px auto;
	text-align: center;
}
.stilllife .imgBl img,
.japanese .imgBl img{
	width: 1032px;
	height: auto
}

@media only screen and (min-width: 760px) {
	#content .faq .column_2{
		width:1032px;	
	}
}

@media only screen and (max-width: 760px) {
	.faq{
		margin: 0 auto 4%;
	}
	.faq dl{
		margin-top: 4vh;
	}
	.faq dl:first-child{
		margin-top: 5%;
	}
	.faq dt{
		padding-bottom: 2%;
		line-height: 1.8em;
		letter-spacing: 3px;
	}
	.faq .imgBl{
		width: 100%;
		margin: 2% auto;
		text-align: center;
	}
	.faq .imgBl img{
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 420px) {
	.title{
		font-size: 6.5vw;
	}
	.sp_only{
		letter-spacing:0;
		font-size:3.4vw;
		width:94%;
		margin:auto;
		line-height:1.6;
	}
	.sub_title p {
		font-size:5vw;
	}
	.faq dl{
		margin-top: 5.5vh;
	}
	.faq dt{
		font-size:1em;
	}
	.faq dd{
		font-size:90%;
	}
	.faq .imgBl, .faq .column{
		margin-top:2vh;
	}
}
/* /よくある質問 */


/*=================================================================================
    絵画コース
=================================================================================*/
.banner_box .stilllife01{ background: url(../images/course/stilllife/bg_blog.png) no-repeat center center; }
.banner_box .stilllife02{ background: url(../images/course/stilllife/bg_works.png) no-repeat center center; }
.banner_box .banner_link:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.program p.taR{
	margin-top:-20px;
	font-size:90%;
}

.stilllife .faq ul.disc{
    list-style: disc;
    margin-left: 1em;
}

.stilllife .faq ul.disc li + li{
    margin-top: 8px;
}

/*=================================================================================
    ジュニアコース
=================================================================================*/
.banner_box .jr01{ background: url(../images/course/jr/bg_blog.png) no-repeat center center; }
.banner_box .jr02{ background: url(../images/course/jr/bg_works.png) no-repeat center center; }

/* 先生紹介 */
.jr .teacher{
	margin: 0 auto 40px;
}
.jr .teacher dt{
	padding: 5px 0;
	font-size:110%;
	text-align: left;
}
.jr .teacher dd{
	text-align: left;
	font-size:82%;
	margin-bottom:2vh;
}
.jr .teacher .column_4{
	width:94%;
	margin:auto;
	padding-top:5px;
    gap: 0 94px;
    justify-content: center;
}
.jr .teacher .column_4 div{
	width:18%;
	text-align:center;
}

.jr .program p.taR{
    width: 96%;
    text-align: right;
    font-size: 100%;
    margin: -10px auto 0;
}

@media only screen and (min-width: 961px) {
	.jr .program table{
		width: 96%;
	}
}

@media only screen and (max-width: 760px) {
	.program p.taR{
		margin-top: 0;
	}
    
    .jr .teacher .column_4{
        gap:0 20px;
    }
    
    .jr .teacher .column_4 div{
        width:30%;
    }    
}

@media only screen and (max-width: 420px) {
	.program thead td {font-size:90%;letter-spacing:0;}
	.program thead td{text-align:center;}
	.program p.taR{margin:0 0 20px 0!important;text-align:left!important;}
	.program .jr_tb th{ vertical-align: middle;}
	.jr .teacher{margin: 0 auto 4%;}
	.jr .teacher .column_4{width:98%;font-size:90%;}
	.jr .teacher .column_4 div{width:49%;}
}

/*=================================================================================
    料金案内
=================================================================================*/
.program table.column_2 td{
	width: 72%;
	padding:20px 0;
	vertical-align:middle;
}
.program table.price tfoot td{
	text-align: right;
}
.subpage .sub_title .sm_title{
	font-size:80%;
	color:#00AE95;	
}
.subpage .sub_title .sm_title{
	font-size:70%;
	letter-spacing: 0;
	padding:0;
	vertical-align:middle;}
.textarea{
	margin-bottom:4%;
}
.fee .caution a{
	color:#999;
	vertical-align: middle;
	display:inline-block;
	margin-top:-4px;
	padding:0 .5em;
}
.fee table td{
	vertical-align: middle;
}

@media only screen and (max-width: 420px) {
	.program table.price th{
		letter-spacing:0;
	}
	.program table.price td span{
		font-size:130%;
	}
	.program table.price td span.small{
		font-size:0.9em;
	}
	.program table.price tfoot td{
		text-align: center;
		font-size:80%;
		letter-spacing: 0;}
	.subpage .sub_title .sm_title{
		font-size:70%;
	}
	.program table.price, .program table.time_column3{
		width:100%;	
	}
	.textarea{
		margin-bottom:5vh;
	}
	.caution{
		font-size:80%;
	}
  .program table.price td span{
	  font-size:130%;
	}
}


/*=================================================================================
    時間割
=================================================================================*/
.timetable .titleBl{
   margin: 4% auto 0;	
}
.subpage .star{
	color: #f9b52c!important;
	vertical-align:baseline;	
}
.timetable .feature a .bold {
	font-size:90%;
}
.subpage ul.caution{
	margin:2.5% 0 4%;
}
.subpage .caution li{
	line-height:1.2;
	margin-bottom:0.5%;	
}
.subpage .caution li:before {
  content: "※";
  display: inline-block;
  margin-right: 1.5em;
  color: #1a1a1a;
  font-size: .5em;
	font-weight:bold;
}
.timetable .feature .cam{
	padding:0 0 4px 0;
	margin:0 -.5em 0 1em;
	display:inline-block;
}
.timetable .menu_area ul li.long {
    width: 30%;
    margin-left: 0;
}
.timetable table td{
	vertical-align: middle;
}
.program table .tit{
	width: 78px;
	vertical-align: middle;
}

@media only screen and (max-width: 760px) {
	.timetable .menu_area ul li.long {
	 	font-size:80%;
		letter-spacing:0;
	}
	.timetable .menu_area ul li {
	 	font-size:80%;
		letter-spacing:0;
	}
	.subpage .timetable{
	  margin-bottom: 10%;
	}
}

@media only screen and (max-width: 420px) {
	.timetable .titleBl{
	  margin: 4% auto 2%;	
	}
	.timetable .feature_course {
	  margin: 0 auto 2%; 
	}
	.timetable .feature .cam{
		padding:0 0 0 0;
		margin:0 0 0 .7em;
		display:inline-block;
	}
	.timetable .menu_area ul li.long {
	  width: 49%;
	}
}


/*=================================================================================
    アトリエ・オモ3について
=================================================================================*/
.flex-container .column_2{
	margin:0;	
}
.flex-container .textarea{
	margin:0 2%;
}
.smallbox .column_2{
	width:100%;
	margin:2% 0;	
  -webkit-justify-content: flex-start; /* Safari */
  justify-content: flex-start;
}
.smallbox .column_2 li{
	width:30%;
	margin-right:5%;
}
.smallbox .column_1 li{
	width:30%;
	margin-right:5%;
}
.about .menu_area_2 ul{
	justify-content: center;
}
.about .imgBl {
	margin: 20px auto;
	text-align:center;
}
.about .textinnr ul li {
	padding-left:1em;
	text-indent:-1em;
}
.about .voice .imgBl{
	margin:0;
	margin-left:-16px;
}
.about .voice .imgBl img{
	width:330px;
	height:auto;
}
.about dt:after{
  content: "▼";
	color:#00AE95;
	position:absolute;
	top:auto;
	right:0;
}
.about .active:after{
    content: "▲";
	color:#00AE95;
}
.about dl{
	cursor: pointer;
	position:relative;
	border-bottom:1px dotted #ccc;
}
.about dd{
	padding-bottom:1em;
}
.active dd{
	display:block;
}
#content p.midashi{
	font-size:120%;
	font-weight:700;
	color:#111;
	margin-left:1%;
	letter-spacing:.2em;
}

@media only screen and (max-width: 760px) {
	.about .voice .imgBl p{
		width:50%;
		height:auto;
		margin-left:20px;
	}
}

@media only screen and (max-width: 420px) {
	.about .voice .imgBl p{
		width:100%;
		margin-left:0;
	}
	.about .voice .imgBl{
		margin-left:0;
	}
	.about .voice .imgBl img{
		width:100%;
	}
	#content p.midashi{
    font-size: 110%;
    margin-bottom: 5px;
	}
	#about .title{
		font-size: 5.6vw; 
	}
}

/* 歴史 */
.history .smallbox .column_2{
	margin:2% 0;
}
.history .sub_title p{
	line-height:1.4em;
}

@media only screen and (max-width: 760px){
	.subpage .imgBl img {
	    width: 100%;
	    height: auto;
	}
}

@media only screen and (max-width: 420px) {
	.about .sub_title p{
		letter-spacing:0;
	}
	.flex-container {
	  -webkit-flex-direction: column; /* Safari */
	  flex-direction:         column;
	}
	.flex-container .textarea{
		margin:2% 0;
	}
	.flex-container .textarea p{
	  font-size:2.2vh;
	}
	.smallbox .column_2 {
	  -webkit-justify-content:space-between;
	  justify-content: space-between;
	}
	.smallbox .column_2 li{
		width:49%;
		margin-right:0;	
	}
	.smallbox .column_2{
		width:100%;
		margin:0;	
	}
	.history .sub_title{
		letter-spacing:0;	
	}
	.history .owner li{
		width:49%;		
	}
	.width100{
		width:100%!important;	
	}
}
/* /歴史 */

/* 社会貢献活動＆芸術文化支援プロジェクト */
.support .pdf_width{
	display:inline-block;
	width: 12.5em;	
}
.support .normal{
	padding:.8em 0;
}
.pdf .normal{
  background: url(../images/icon_1r_64.png) no-repeat 100% .4em;
	background-size:2.4em auto;	
}
.support .bold{
	font-size:90%;
	word-break: break-all;
}
.br{
	display:none;	
}
.support .faq dl{
	margin-top:20px;
}
.support dt:after{
  content: "▼";
	color:#00AE95;
	position:absolute;
	top:auto;
	right:0;
}
.support .active:after{
  content: "▲";
	color:#00AE95;
}
.support dl{
	cursor: pointer;
	position:relative;
	border-bottom:1px dotted #ccc;
}
.support .faq dt{
  padding-bottom: 0;
}
.support dd{
	padding-bottom:1em;
	display:block;
	background:none;
	padding-left:1em;
}
.support dd div{
	margin-top:.5em;
}
.support dd p a{
	display:inline-block;
	padding-top:.5em;
}
.support dt{
	background:none;
	padding-left:0;
}
.support .bg_none:after{
  content: "";
}

@media only screen and (max-width: 420px) {
	.support .sub_title p{
		letter-spacing:0;
	}
	.pdf .normal{
	   background: url(../images/icon_1r_64.png) no-repeat 100% .4em;
		background-size:2.4em auto;	
	}
	.support .faq dl {
		margin-top:2%;
	}
	.support .bold{
		letter-spacing:0;
		font-size:100%;
	}
	.support .lineheight p{
		line-height:1.2;
	}
	.br{
		display:block;
		line-height:0;
	}
	.support dt{
		padding-left:.5em;
	}
	.support dd{
		padding-bottom:1em;
	}
	.support dd a{
		padding-bottom:.5em;
	}
}
/* /社会貢献活動＆芸術文化支援プロジェクト */

/* アトリエグループ(姉妹校)のご紹介 */
.column_3 div p{
	margin-top:1em;
}
.small{font-size:90%;letter-spacing:0;}
.atelier_group .bold{font-size:120%;}
.atelier_group .bold .small{font-size:90%;}
.atelier_group .column_3 a:hover{text-decoration:none;}

@media only screen and (max-width: 420px) {
	.atelier_group .column_3 div{
		width:100%;
		margin-bottom:4vh;
	}
}
/* /アトリエグループ(姉妹校)のご紹介 */


/*=================================================================================
    アクセス
=================================================================================*/
.access .small{
	display:block;
	font-size:100%;
	padding-top:1em;
}
.access .img_access{
	margin: 50px 0;
}
.map{
    position: relative;
    width: 100%;
    padding: 30% 0 0 0;
}
.map iframe {
  position: absolute;
 	top: 0;
 	left: 0;
  width: 100%;
  height: 100%;
}
.access .feature_course .column_2{
/*    max-width: 800px;*/
}
.access .feature_course .column_2 .imgBl{
    width: 50%;
}
.access .feature_course .column_2 .textarea{
    width: 45%;
}

.guide{
	overflow: hidden;
	margin: 40px 0;
}
.guide li{
	float: left;
	width: 200px;
	margin-left: 20px;
}
.guide li:first-child{
	margin-left: 0;
}
.guide li img{
	width: 100%;
	height: auto;
}
.guide li.img2{
	width: 484px;
}
.guide li.img2 img{
	display: inline-block;
	width: 232px;
	margin-left: 20px;
}
.guide li.img2 img:first-child{
	margin-left: 0;
}
.guide li.dbl{
	clear: left;
	display: block;
	float: none;
	width: 745px;
	margin-left: 0;
	padding-top: 30px;
	overflow: hidden;
}
.guide li.dbl img{
	display: inline-block;
	width: 200px;	
	margin-right: 20px;
	vertical-align: top;
}
.guide li.dbl figcaption{
	display: inline-block;
	width: 525px;
	vertical-align: top;
	margin-top: 0;
}
.guide figcaption{
	margin-top: 10px;
}

@media only screen and (max-width: 760px) {
  .access .img_access{
    width: 80%;
    margin: 0 auto;
  }
	.access .img_access img{
		width: 100%;
	}
  .map{
    padding: 75% 0 0 0
  }
  .guide{
    margin: 6% 0 8%;
  }
  .guide li{
    float: none;
    width: 100%;
    margin-top: 6%;
    margin-left: 0;
  }
  .guide li:first-child{
		margin-top: 0;
	}
  .guide figcaption{
    margin-top: 10px;
    font-size: 0.85em;
  }
 	.guide li.img2{
		width: 100%;
	}
	.guide li.img2 img{
		width: 100%;
		margin: 6% 0 0 0;
	}
	.guide li.dbl{
		width: 100%;
		padding-top: 0;
	}
	.guide li.dbl img{
		width: 100%;	
		margin-right: 0;
	}
	.guide li.dbl figcaption{
		width: 100%;
		margin-top: 2%;
	}
}

@media only screen and (max-width: 420px) {
	.access .small{
		padding-top:.5em;
		font-size:90%;
	}
}


/*=================================================================================
    講師
=================================================================================*/
.modalBl{
	overflow: hidden;
	margin-bottom: 30px;
    display: flex;
    gap: 0 25px;
    justify-content: center;    
}

.modal{
	width: 197px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 2.2px;
}
.modal02{
	clear: both;
}
.modal img{
	width: 160px;
	height: auto;
}
.modal p{
	margin: 3px 0;
	font-size: 1.1em;
}
.mfp-content{
  background-color: #fff;
  margin-top: 10% !important;
}
.inline-wrap{
	width: 542px;
/*	height: 770px;*/
  padding: 34px;
  overflow-y: scroll;
}
.inline-wrap dl{
	overflow: hidden;
}
.inline-wrap dt{
	float: left;
	margin-right: 32px;
}
.inline-wrap dd{
	float: left;
	width: 58%;
	font-size: 0.9em;
	line-height: 1.3em;
}

.nameBl{
	letter-spacing: 2px;
}
.nameBl span{
	display: inline-block;
}
.nameBl p{
	line-height: 1em;
}
.nameBl .name{
	font-size: 1.5em;
	line-height: 1.7em;
}
.nameBl .ruby{
	margin-left: 15px;
	font-size: 0.5em;
	line-height: 2.6em;
	letter-spacing: 1px;
}
.icon_course span{
	display: inline-block;
	border-radius: 2px;
	margin-right: 4px;
	padding: 0 4px 0 6px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.icon_course .stilllife{
	background-color: #71411d;
}
.icon_course .jr{
	background-color: #00AE95;
}
.inline-wrap .prfBl span{
	display: block;
}
.prfBl{
	margin: 10px 0 0;
	letter-spacing: 1.4px;
}
.prf{
	margin-top: 20px;
	font-size: 0.83em;
	letter-spacing: 0.4px;
}
.prf a{
	color:#999;
}
.prf span{
	font-size: 0.83em;
}

.workBl{
	font-size: 0.9em;
	text-align: center;
}
.workBl img{
	margin: 35px 0 0;
}
.workBl ul{
	margin-top: 15px;
	text-align: left;
}
.workBl .tit li span{
	font-size: 0.84em;
	font-weight: normal;
}
.workBl li span{
	font-weight: bold;
}
.workBl .tit li{
	line-height: 1.2em;
}
#teacher #returnTop{
  z-index: 1000;
}
.modal04{
	margin-bottom: 40px !important;
}

@media only screen and (max-width: 760px) {	
	.modalBl{
		margin-bottom: 0;
        display: block;
	}
	.modal{
        float: left;
		width: 30.8%;
		margin-right: 2.5%;
		margin-bottom: 4%;
		letter-spacing: 2.2px;
	}
	.modal02{
		clear: both;
		margin-bottom: 5%;
	}
	.modalBl:nth-child(3n-1){
		margin-right: 0;
	}
	.modal:nth-child(3n+1){
		clear: both;
	}
	.modal img{
		width: 100%;
		height: auto;
	}
	.modal p{
		margin: 0;
		font-size: 0.9em;
	}
	.mfp-content{
		width: 84%;
		vertical-align: top !important;
		margin-top: 19% !important;
	}
	.inline-wrap{
		width: 96%;
		height: 120vw;
		padding: 4% 2%;
	}
	.inline-wrap img{
		width: 100%;
		height: auto;
	}
	.inline-wrap dt{
		width: 30%;
		margin-right: 3%;
	}
	.inline-wrap dd{
		width: 67%;
	}
	.nameBl .name{
		font-size: 1.2em;
	}
	.nameBl .ruby{
		font-size: 0.5em;
		margin-left: 3%;
	}
	.icon_course{
		line-height: 1em;
	}
	.icon_course span{
		padding: 0px 2px;
		font-size: 0.5em;
	}
	.prfBl{
		margin: 1% 0 0;
	}
	.prf{
		margin-top: 2%;
	}
	.mtp-content{
		vertical-align: top;
	}
	.workBl img{
		margin: 3.5% 0 0;
	}
	.workBl ul{
		margin-top: 2%;
	}
	.modal04{
		margin-bottom: 4%;
	}
}


/*=================================================================================
    会員ページ
=================================================================================*/
.members #content {
	margin: 40px auto;
}
.members_box div{
	position: relative;
	overflow: hidden;
	font-size: 16px;
	margin-right: 10px;	
	float: left;
}
.members_link {
	margin-left:21px;	
}
.members_link div{
	width: 530px;
	height: 140px;
	margin-bottom:10px;
}
.members_box div a{
	width: 530px;
	height: 140px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.members_link .members01{ background: url(../images/members/bg_img01.png); }
.members_link .members02{ background: url(../images/members/bg_img02.png); }
.members_link .members03{ background: url(../images/members/bg_img03.png); }
.members_link .members04 { background:url(../images/members/bg_img04.png); }

.members_box div:hover a{
	background-color:  rgba(0,174,149,0.5);
}

.members_box div a img{
	position: absolute;
	top: 0;
	z-index: 3;
}

.members_link a p{
	position: absolute;
	top: 56px;
	left: 0;
	line-height:1;
	width: 530px;
	text-align:center;
	letter-spacing: 2px;
	font-size: 28px;
}
.members .sub_title p {
  font-size: 1.8em;
  font-weight: bold;
}
.members .event{
	margin:4% 0;
}
.members .readmore{
	color:#1a1a1a;
	background-color: #fff;
}
.members .news{
   margin: 0 auto;
}
.system, .faqpage, .disaster{
	padding-top:128px;
}
.members .link_disaster{
  clear: both;
  text-align: right;
  margin-right: 15px;
}
.members .pdf_width {
  display: inline-block;
  width: 17em;
}
.members .normal {
  padding: 1.8em 0;
}
.members .pdf .normal {
  background: url(../images/icon_1r_64.png) no-repeat 100% 1.6em;
  background-size: 2.4em auto;
}

@media only screen and (max-width: 760px) {
	.system, .faqpage, .disaster{
		padding-top:50px;
	}
	.members #content {
    margin: 0 auto;
	}
	.members .title{
		margin-bottom: 0;
	}
	.members .sub_title p {
  	font-size: 6vw;
  	font-weight: bold;
	}
	.members .topic{
		padding: 0 0 4%;
	}
	.members_box{
		width: 100%;
		margin: 6.5% auto;
	}	
	.members_box div{
		width: 100%;
		height: 15vh;
		margin-right: 0;
	}
	.members_link .members01{ background-size: cover; }
	.members_link .members02{ background-size: cover; }
	.members_link .members03{ background-size: cover; }
	.members_link .members04{ background-size: cover; }

	.members_link div a{
		width: 100%;
		height: 100%;
		display: block;
	}
	.members_link div a img{
		position: absolute;
		top: 0;
		z-index: 3;
	}
	.members_link div a p{
		position: absolute;
		top: 6.2vh;
		left: 0;
		width: 100%;
		letter-spacing: 3px;
		font-size: 5vw;
	}
}

/*  よくあるご質問  */
#faqpage .menu_area{
	margin-bottom:8vh;
}

@media only screen and (max-width: 420px) {
	#faqpage .menu_area{
		margin-bottom:6vh;
	}	
	.faqpage .width80 img{
		width:80%;
	}
	.faqpage .width70 img{
		width:70%;
	}
	.faqpage .width60 img{
		width:60%;
	}
	#faqpage .faq dt{
		margin-top:4.5vh;
	}
	.members .news{
		margin-top:-3vh;
	}	
}


/*=================================================================================
    アトリエのシステムについて
=================================================================================*/
.system .pdf_width {
  display: inline-block;
  width: 20em;
}
.system .normal {
  padding: 0.4em 2.3em 0.4em 0;
}
.system .pdf .normal {
  background: url(../images/icon_1r_64.png) no-repeat 100% 10%;
  background-size: 2.4em auto;
}
.system .long_menu{
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
.system .menu_area{
	margin-bottom:8vh;
}
.system .menu_area .long_menu li{
	width:48%;
	margin:0;
}
.textinnr{
	margin-left:.7em;
}
.textinnr ul li ul{
	margin-top:1vh;
	line-height:1.4;
}
.textinnr ul li ul li{
	padding-left:1em;
	text-indent:-1em;
}
.indent{
	margin-left:-.5em;
}
.system .sub_title br{
	display:none;
}
.disaster .pdT{
	padding-top:1vh;
	display:block;
}

@media only screen and (max-width: 760px) {
	.system .sub_title p{
		letter-spacing:0;
		line-height: 6vw;
	}
	.system .sub_title br{
		display:block;
	}
}

@media only screen and (max-width: 420px) {
	.textinnr{
		margin-left:0;
	}
	.system .menu_area{
		margin-bottom:6vh;
	}
	.system .menu_area .long_menu li{
		width:49%;
		margin:0;
	}
	.system .menu_area .long_menu{
		margin-left:0;
	}
	.system .textinnr .bold{
		word-break: break-all;		
	}
}


/*=================================================================================
    体験レッスン申し込み
=================================================================================*/
.lesson{
	text-align: center;
	border:4px solid #00AE95;
	padding:4vh 0;
	width:80%;
	margin:auto;
}
.lesson .bold2{
    font-weight: bold;
	font-size:1.5vw;
    margin-bottom: 5px;
}
.lesson .bold{
	font-size:1.8vw;
}
.lesson .uchikeshi{
	font-size:1.8vw !important;
    position: relative;
}
.lesson .uchikeshi:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    border-top: solid 1px #e31423;
    border-bottom: solid 1px #e31423;
    position: absolute;
    left: 0;
    top: 50%;
}
.lesson .bold span{
	font-size: 0.8em;
	font-weight: bold;
}
.iframe-content{
	position: relative;
	width: 100%;
	padding: 140% 0 0 0;
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%;
}
.taiken_sub {
	padding-top:108px;
}
.taiken_sub #content{
	padding-top:108px;
	margin-top:-108px;
}
#reserve{
	display:none!important;
}
.taiken .course{
	margin: 0 0 40px;
}

@media only screen and (max-width: 760px) {
	.taiken .course .course01{
		margin-left:0;
	}
	.taiken .course .course03{
		margin-left:0;
	}
    .lesson .bold2{
	    font-size:2.8vw;
        margin-bottom:0;
    }    
	.lesson .bold,
    .lesson .uchikeshi{
		font-size:3vw !important;
	}
	.taiken .course .course01, .taiken .course .course02 .taiken .course .course03, .taiken .course .course04{
		margin-bottom:2px;
	}
	.taiken_sub {
		padding-top:13vw;
	}
	.taiken_sub #content{
		padding-top:13vw;
	    margin-top:-13vw;
	}
	.taiken .course{
		margin: 0 auto 4%;
	}
	.taiken .sp_only p.caution{
		font-size: initial;
		margin-bottom: 3%;
	}
	 .taiken .sp_only p.caution a{ 
	 	color:#999;
	 	text-decoration: underline;
	}
}

@media screen and (max-width: 768px){
	.iframe-content{
		position: relative;
		width: 100%;
		margin: auto;
		padding: 80% 68% 0 0;
		text-align: center;
	}
	.iframe-content iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%!important;
		height: 100%;
	}
	#reserve{
		display:block!important;
		width:12em;
		margin:10vh auto 9vh;
		padding: 10px 0;
		background: #00AE95;
		color:#fff;
		text-align:center;
		text-decoration:none;
	}
	#reserve:hover{
	  filter:alpha(opacity=70);
	  -moz-opacity: 0.7;
	  opacity: 0.7;
	}
}

@media only screen and (max-width: 420px) {
	.lesson{
		width:98%;		
	}
    .lesson .bold2{
	    font-size:4.5vw;
    }      
	.lesson .bold,
    .lesson .uchikeshi{
		font-size:5vw !important;
	}
	.lesson .mgT2vh{
		font-size:3vw;		
	}
	.taiken .taC{
		margin-bottom:-3vh;		
	}
}


/*=================================================================================
    サイトマップ 、プライバシーポリシー、採用情報
=================================================================================*/
.sitemap, .privacy, .recruit{
	padding-top: 128px;
}
.sitemap .maplink li:before{
  content: url("../images/arR.gif");
  display: inline-block;

}
.sitemap .sub_title a:before{
  content: url("../images/arR.gif");
	position: absolute;
	top: -.2em;
	left:0;
}
.sitemap .sub_japanese{
	margin-top: -10px;
	padding-left: 3em !important;
}
.sitemap .sub_japanese:before{
  content: "∟" !important;
}
.sitemap .sub_title a{
	display: block;
	padding-left:.8em;
	color:#00AE95!important;
}
.sitemap a:hover{
  text-decoration: none;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media only screen and (min-width: 421px) {
	.sitemap .maplink li:before {
		margin-right:.5em;
	}
}

@media only screen and (max-width: 760px) {
	.sitemap, .privacy, .recruit{
		padding-top:50px;
	}
	.sitemap .sub_japanese{
		padding-left: 2em !important;
	}
}


/*=================================================================================
    フォーム各種
=================================================================================*/
.form{
	padding-top:128px;
}

@media only screen and (max-width: 760px) {
	.form{
		padding-top:50px;
	}
	.inquiry .title_txt{
		text-align: left;
	}
	.inquiry .menu_area ul li.long, 
	.inquiry .menu_area ul li.long2{
		line-height: 3em;
	}
}


/*=================================================================================
    これからのイベント
=================================================================================*/
.cal{
	padding-top:128px;
}
.cal #content .innr{
	text-align:center;
}

@media only screen and (max-width: 760px) {
	.cal{
		padding-top: 13vw;
	}
	.cal .innr{
		width:98%;
		margin:auto;
	}
	.cal #content img{
		width:100%;
		height:auto;
	}
	.cal .topic{
		padding: 0 0 4%;
	}
}

/*=================================================================================
    insta
=================================================================================*/
    .insta{
    width: 1124px;
    margin: 0 auto;
    padding: 0 0 40px 0;
        text-align: center;
}
    .insta iframe{
        width: 90% !important;
}
    .insta .sub_title img{
        height: 40px;
        width: auto;
}
    .insta .sub_title p{
        padding: 0 20px 0 0;
}
@media only screen and (max-width: 760px) {
    .event {
        padding-bottom: 10px;
}
    .insta{
    width: 98%;
        padding-bottom: 30px;
    text-align: center;
}        

    .insta .sub_title span img{
        padding-top: 15px;
}
    .insta iframe{
        width: 100% !important;
}
}

