@charset "UTF-8";

/* 各種Webブラウザ リセット用CSS  */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,ol{
	list-style-type:none;
}
ul li img {
	vertical-align: top;
}


body {
	margin: 0 auto;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	font-size: 12px;
    color: #333333;
}
img.rwd_images {
	max-width: 100%;
}
.rwd_images a:hover {
	background-color: rgba(255, 255, 255, .2);
}
.switch {
    visibility: hidden;
	margin-top: 30px;
}


h1 {
	float: left;
	margin: 25px 0 0 5px;
}
h2 {
	margin: 0 0;
	padding: 6px 0 0 45px;
	background-image:  url(../images/ic_logo.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 37px;
	font-size: 2.6em;
	color: #888;
}
h3 {
	text-align: left;
	border-left: #04babc 10px solid;
	padding-left: 5px;
	margin: 40px 0 15px 0;
	font-size: 2.2em;
	color: #888;
}
h3.first {
	margin: 25px 0 15px 0;
}
h4 {
	font-size: 1.8em;
}

.section {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.main_unit {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
.left_unit {
    margin: 0 30px 0 0;
    width: calc(100% - 360px);
}
.right_unit {
    margin: 0 auto;
	width: 380px;
}


/*---------------- header navi  ----------------*/
#navi_unit {
	width: 960px;
	margin: 0 auto;
	background-color: #83DDDA;
	overflow: hidden;
}
ul.top_navi {
	margin: 52px 0 0 0;
	float: right;
}
ul.top_navi li {
	float: left;
	padding-right: 25px;
}
#sp_navi {
	display: none;
}
.bgc {
	background-color: #83ddda;
}
.bg_hi {
	height: 100px;
}

/*---------------- [SP] header navi ----------------*/
.slideout-menu {
	position: fixed;
	top: 0;
	left: -230px;
	width: 230px;
	height: 100%;
	background: #454545;
	z-index: 100;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.slideout-menu h4 {
	position: relative;
	padding: 20px 0 15px 20px;
	color: #33cccc;
	font-size: 1.2em;
	font-weight: bold;
	font-weight: 400;
	border-bottom: 3px solid #777;
}
.front_icon_menu {
	position: relative;
	display: block;
	top: -70px;
	right: 10px;
	background-color: #FFF;
	float: right;
}
.front_icon_menu a.sp_navi {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	color: #1fc9c3;
}
.front_icon_menu a:hover {
	background: #777;
	color: #fff;
	text-decoration: none;
}
.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #33cccc;
	text-decoration: none;
	vertical-align: top;
}
.slideout-menu .slideout-menu-toggle:hover {
	color: #fff;
}
.slideout-menu ul {
	list-style: none;
	font-weight: 300;
	/*border-top: 10px solid #151515;*/
	/*border-bottom: 10px solid #888888;*/
}
.slideout-menu ul li {
	/*border-top: 1px solid #f00;*/
	border-bottom: 1px solid #777;
}
.slideout-menu ul li a {
	display: block;
	padding: 15px 0 15px 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
.slideout-menu ul li a:hover {
	background: #33cccc;
	color: #fff;
}

@media only screen and (max-width: 959px) {
	.switch {
		margin-top: 0;
	}

	h1 {
		float: none;
		margin: 0;
	}
	h3 {
		font-size: 1.8em;
	}
	#sp_navi {
		display: block;
		width: 100%;
		height: 95px;
		overflow: hidden;
	}
	#navi_unit, .bg_hi {
		display: none;
	}
	#title {
		display: block;
		width: 100%;
		padding: 15px 0 15px 10px;
		background-color: #83ddda;
		float: left;
	}
	#foot_navi {
		display: none;
	}
	
}

/*---------------- 装飾/スペース ----------------*/
.border_bt {
	border-bottom: #DFDFDF 1px solid;
}
.border_tp {
	border-top: #DFDFDF 1px solid;
}
.top_bg {
	background-image:  url(../images/bg_header_top.png);
	background-repeat: no-repeat;
}
.side_bg {
	background-image:  url(../images/bg_header_top_side.png);
	background-repeat: repeat-y;
}
.class_bg {
	background-image:  url(../images/bg_header_class.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 330px;
}
.gallery_bg {
	background-image:  url(../images/bg_header_gallery.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 330px;
}

.tp50 {
	margin-top: 50px !important;
}
.tp40 {
	margin-top: 40px !important;
}
.tp30 {
	margin-top: 30px !important;
}
.tp20 {
	margin-top: 20px !important;
}
.tp10 {
    margin-top: 10px !important;
}
.bt50 {
	margin-bottom: 50px !important;
}
.bt40 {
	margin-bottom: 40px !important;
}
.bt30 {
	margin-bottom: 30px !important;
}
.bt20 {
	margin-bottom: 20px !important;
}
.bt15 {
    margin-bottom: 15px !important;
}
.bt10 {
    margin-bottom: 10px !important;
}
.bt-50 {
	margin-bottom: -50px !important;
}
.bt-30 {
	margin-bottom: -30px !important;
}

/*---------------- page: top  ----------------*/
.title_top {
	margin: 285px 0 0;
	text-align: center;
}
.news_link {
	margin: 80px 0 50px;
	text-align: center;
	font-size: 2.2em;
}
.tezuka_prof {
	float: left;
	margin: 20px 0 70px;
	width: 770px;
}
.tezuka_name {
	font-size:1.2em;
}
.tezuka_prof td {
	padding: 3px 0;
	font-size: 14px;
	line-height: 1.4em;
}
td.year {
	width: 65px;
}
p.tezuka {
	float: right;
	padding: 80px 0 30px;
	text-align: right;
}
p.index_titile {
	text-align: center;
	font-size: 2.6em;
	color: #888;
}
.titile_border {
	border-bottom: #04babc 2px solid;
}
.copy_unit {
	margin: 20px auto 0;
}
.copy_unit p {
	margin: 0 0 30px;
	font-size: 1.4em;
	line-height: 1.6em;
}
.copy_unit_left {
	margin: 20px auto 20px;
}
.copy_unit_left p {
	margin: 0 0 20px;
	color: #333;
	font-size: 1.4em;
	line-height: 1.6em;
}
.news_unit, .contact_unit, .link_unit {
	margin: 70px auto;
	overflow: hidden;
}
.contact_copy {
	margin: 30px auto 0;
	text-align: center;
	font-size: 2.0em;
	line-height: 2.0em;
}
.contact_copy p.notice_mail {
	padding: 15px 0 5px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
}
.link_unit ul {
	margin: 30px auto 0;
}
.link_unit ul li {
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 1.6em;
}

/*---　ad　---*/
.ad_box {
	margin: 20px 0 30px;
	padding: 20px 40px 30px;
	background: #f8f7f2;
}
.ad_box p {
	margin: 15px 0 0;
}
.ad_tit {
	margin: 0 0 20px 0;
	padding-bottom: 7px;
	font-size: 1.8em;
	line-height: 1.4em;
	border-bottom: #A5A5A5 1px solid;
}
.ad_box  p {
	font-size: 1.2em;
	line-height: 1.6em;
}
.ad_box p a {
	line-height: 1.6em;
}
.ad_photo_unit {
	margin: 0 0 0 0px;
	overflow: hidden;
}
ul.ad_photo { 
	padding: 20px 0px 0px 0px;
	margin: 0px;
	}
.ad_photo li {
	padding-right: 18px;
	padding-bottom: 5px;
}
.ad_photo li a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/*---------------- page: class  ----------------*/
.title_class {
	margin: 90px 0 20px;
}
.class_menu_box {
	padding: 20px 10px 35px;
	border-bottom: #04babc 2px solid;
	border-top: #04babc 2px solid;
	width: 750px;
}
.class_menu_box ul li {
	margin: 0 28px 0 0;
	float: left; 
}
.class_menu_box ul li:last-child {
	margin: 0 0 0 0;
}
.class_menu_box ul li a {
	font-size: 1.4em;
	text-decoration: none;
}
.class_unit {
	margin: 30px 0;
    display: flex;
}
.class_unit2 {
    margin: 30px 0;
}

.class_unit_2col {
	margin: 50px 0;
	overflow: hidden;
}

.about_tex {
    margin: 0 auto;
    font-size: 1.4em;
    line-height: 1.6em;
}
.training_unit {
    margin: 40px 0 0;
}
.training_tex {
    margin: 15px 0 0;
    font-size: 1.4em;
    line-height: 1.6em;
}
.training_tit {
    margin: 0 0;
    position: relative;
    padding: 0 0 0 19px;
    font-size: 1.6em;
    z-index: 1;
}
.training_tit:before {
    content: '';
    background-color: #33cccc;
    display: block;
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    top: 0;
    z-index: -1;
}
ol.training_list {
    margin: 15px 0 0;
    list-style-type: decimal;
}
ol.training_list li {
    margin: 8px 0 0 23px;
    font-size: 1.4em;
    line-height: 1.5em;
}
ul.training_list {
    margin: 15px 0 0;
    list-style-type: disc;
}
ul.training_list li {
    margin: 8px 0 0 20px;
    font-size: 1.4em;
    line-height: 1.6em;
}

.ps_spe {
	margin-bottom: 50px;
}


ul.annotation {
    padding: 20px 0 0 0;
    list-style: disc;
}
ul.annotation li {
    margin:7px 0 0 20px;
    font-size: 1.2em;
    line-height: 1.4em;
}
ul.annotation_kome {
    padding: 15px 0 0 0;
    color: #777;
}
ul.annotation_kome li {
    margin:7px 0 0 0;
    font-size: 1.2em;
    line-height: 1.4em;
    text-indent: -0.6em;
    padding-left: 0.6em;
}
p.notice {
	padding: 10px 0 0 0;
	color: #777;
	font-size: 0.9em;
	line-height: 1.4em;
}

img.pc_right {
	margin-left: 165px;
}

.attention_unit {
	margin: 40px 15px 30px;
	padding: 15px 8px;
	background-color: #f0f0f0;
}
.attention_unit ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 15px 0 10px;
	color: #4a4a4a;
}
.attention_unit p{
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #4a4a4a;
} 
.attention_box {
	margin-bottom: 10px;
}
.attention_box p {
	margin: 5px 0 10px;
}

/*--　ボタン　--*/
.apply_btn {
    margin: 0 auto;
	width: 500px;
	background-color: #33cccc;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #19a5ba;
}
.apply_btn a {
	display: block !important;
	color: #FFF !important;
	text-align: center;
	padding: 20px 0;
	font-size: 1.6em;
	text-decoration: none !important;
}	
.apply_btn a:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

.img_right_pc {
	margin: 0 0 40px 75px !important;
	float: right;
}

/*--　カレンダー　--*/
.calendar table {
		border-collapse: collapse;
		width: 100%;
}
.calendar table th,  .calendar table td {
		padding: 15px 10px;;
		border: 1px solid #999;
		font-size: 1.4em;
		line-height: 1.8em;
}
.calendar table th {
		background-color: #eee;
		text-align: center;
		width: 25%;
}
/*--　クラス表　--*/
.regular table {
	margin: 0 0;
	border-collapse: collapse;
	width: 100%;
}
.regular table th,  .regular table td {
	padding: 10px;
	border: 1px solid #999;
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: center;
}
.regular table th {
	background-color: #fff;
	text-align: center;
	width: 25%;
}
/* カルチャー表 */
.culture table {
	margin: 30px 0 5px 0;
	border-collapse: collapse;
	width: 100%;
}
.culture table th,  .culture table td {
	padding: 10px;
	border: 1px solid #999;
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: center;
}
.culture table th {
	background-color: #fff;
	text-align: center;
	width: 30%;
}
.clt {
	color: #ff3535;
}
.clt_notice {
	margin: 15px 0 0;
	text-align: right;
	font-size: 1.2em;
	color: #ff3535;
}
/* カリキュラム表 */
.curriculum p {
	margin: 15px 0 5px 15px;
	font-size: 1.4em;
}
.curriculum table {
	margin: 15px 0 20px;
}
.curriculum table th {
	padding: 6px;
	border: 1px solid #999;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: center;
	background-color: #c4f2f0;
}
.curriculum table td {
	padding: 5px 10px;
	border: 1px solid #999;
	font-size: 1.2em;
	line-height: 1.8em;
	vertical-align: middle;
}
td.cnt_no, td.cnt_siz  {
	text-align: center;
}
.tbl_tit {
	background-color: #83ddda;
	text-align: center;
	font-size: 1.4em !important;
}
th.cnt_no {
	width: 10%;
}
th.tbl_itm {
	width: 40%;
}
th.tbl_siz {
	width: 20%;
}
th.tbl_cou {
	width: 30%;
}
.center_img {
	margin: 0 auto 40px;
	text-align: center;
}
.tex_right {
	margin: 0 0 !important;
	padding-right: 10px;
	font-size: 14px !important;
	text-align: right;
}
.tex_center {
	margin: 0 0 60px !important;
	font-size: 14px !important;
	text-align: center;
	line-height: 1.6em;
}

/*--　カリキュラム　--*/
.cur_tit {
    margin: 0 auto 30px;
    font-size: 2.0em;
    text-align: center;
    color: #888;
}
.cur_tit_line {
    padding-bottom: 3px;
    border-bottom: 2px solid #33cccc;
}
.cur_box {
    margin: 20px 0 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #F8F7F2;
}
.cur_box_l {
    width: 520px;
}
.cur_box_r {
    width: 380px;
}
.cur_item {
    margin: 0 0 8px;
    font-size: 1.5em;
    line-height: 1.4em;
}
.cur_size {
    margin: 0 0 20px;
    font-size: 1.3em;
}
.cur_description {
    font-size: 1.2em;
    line-height: 1.6em;
}
.cur_notice {
    margin-top: 15px;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #666;
}
.cur_class {
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}
.cur_class_tit {
    padding: 6px 12px;
    background-color: #33cccc;
    color: #fff;
    font-size: 18px;
    
    border-radius: 2px;
    display: inline-block;
}
.cur_class:before {
    content: '';
    background-color: #33cccc;
    display: block;
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    top: 0;
    z-index: -1;
}
.cur_tag {
    margin-bottom: 8px;
    padding: 4px 10px;
    background-color: #33cccc;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    display: inline-block;
}

/*---------------- page: gallery  ----------------*/
.title_gallery {
	margin: 90px 0 20px;
	text-align: right;
}
.gallery_menu_box {
	margin-left: auto;
	padding: 20px 10px 35px;
	border-bottom: #04babc 2px solid;
	border-top: #04babc 2px solid;
	width: 750px;
}
.gallery_menu_box ul li {
	margin: 0 26px 0 0;
	float: left; 
}
.gallery_menu_box ul li:last-child {
	margin: 0 0 0 0;
}
.gallery_menu_box ul li a {
	font-size: 1.4em;
	text-decoration: none;
}

.photo_unit {
	/*margin: 0 0 10px 20px;*/
	/*background-color: #FFF8DD;*/
	overflow: hidden;
}
.photo_box {
	margin: 20px 0px 20px 25px;
}
ul.photo { 
	margin: 0px;
	}
.photo li {
	float: left;
	padding-right: 22px;
	padding-bottom: 25px;
}
.photo li a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/*---------------- 最新情報アーカイブ  ----------------*/
.news_accordion {
  min-width: 300px;
  margin: 0 auto;
  padding: 0;
}
.news_accordion .ac-content {
  margin: 0;
  padding: 0;
}
.news_accordion input {
  display: none;
}
.news_accordion label {
  display: block;
  background: #f8f7f2;
  cursor: pointer;
  padding: 20px 30px 20px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  font-size: 1.4em;
  color: #444;
}
.news_accordion label:hover {
  background: #ccc;
}
.news_accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #f8f7f2;
  padding: 0 10px;
  box-sizing: border-box;
}
.news_accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.ac-cont  p {
	margin: 0 20px;
	padding: 12px 5px 12px;
	font-size: 1.4em;
	line-height: 1.4em;
	border-bottom: #ccc 1px solid;
}



/*--------------------------------------------------------------------------------
[SP] 〜1200px

@media screen and (max-width: 1100px) {
    .section {
        margin:  0 auto;
        width: 95%;
        overflow: hidden;
    }
    .main_unit {
        margin: 0 auto;
        width: 95%;
        overflow: hidden;
        text-align: left;
    }
    .side_bg, .class_bg, .gallery_bg {
        background-image: none;
        height: inherit;
    }
}
--------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------
[SP] 〜430px
--------------------------------------------------------------------------------
@media screen and (min-width: 430px) {
    .title_top {
        margin: 350px 0 0;
        text-align: center;
    }
}
*/
    
/*--------------------------------------------------------------------------------
　[SP] 〜768px
--------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.section {
		width: 100%;
		margin:  0 auto;
		overflow: hidden;
	}
	.main_unit {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		text-align: left;
	}
	h2 {
        margin: 30px 15px 25px;
		padding: 5px 0 5px 5px;
		background-image: none;
		border-left: #04babc 10px solid;
		font-size: 1.8em;
		color: #888;
		height: inherit;
	}
	h2.col_none {
		margin:  40px 15px 15px;
	}
	h2.col_none_top {
		margin:  0px 15px 15px;
	}
	.left_unit {
		width: 100%
	}
	.right_unit {
        margin: 0 auto;
		width: 100%;
        text-align: center;
	}
    .right_unit img {
        margin-top: 30px;
        max-width: 100%;
    }
    
	/*---------------- [SP] page: top  ----------------*/
	.title_top {
		margin: 200px 0 0;
		text-align: center;
	}
	.top_bg {
		background-image:  url(../images/bg_header_top_sp.png);
		background-repeat: no-repeat;
		background-size:contain;
	}
	.side_bg, .class_bg, .gallery_bg {
		background-image: none;
		height: inherit;
	}
	.copy_unit {
		margin: 0 0;
		width: 100%;
		text-align: left;
	}
	.copy_unit p {
		margin: 0 15px 20px;
		font-size: 1.2em;
		line-height: 1.6em;
	}
    .copy_unit p img {
        margin: 0 auto !important;
        text-align: center !important;
    }
	.copy_unit  p.no_margin {
		margin: 0 0 20px !important;
		font-size: 1.2em !important;
		line-height: 1.6em !important;
	}
	.copy_unit_left {
		margin: 20px auto 20px;
	}
	.copy_unit_left p {
		margin: 0 0 30px;
		font-size: 1.2em;
		line-height: 1.4em;
	}
	.news_link {
		margin: 20px 0 20px;
		font-size: 1.8em;
	}
	.contact_copy p.notice_mail {
		text-align: left;
	}	
	p.index_titile {
		font-size: 2.2em;
	}
	.news_unit, .contact_unit, .link_unit {
		margin: 40px auto 40px;
	}
	p.titile {
		text-align: left;
		margin: 0 20px;
		padding-left: 5px;
	}
	.contact_copy {
		text-align: left;
		margin: 20px 20px 10px;
		font-size: 1.6em;
	line-height: 1.6em;
	}
	p.jp_small {
		text-align: left;
		padding-top: 5px;
	}
	p.titile_sp {
		text-align: left;
		margin: 0 20px;
		border-left: #04babc 10px solid;
		padding-left: 5px;
	}
	.link_unit ul li {
		text-align: left;
		margin: 0 20px;
		font-size: 1.4em;
	}
	.tezuka_prof {
		float: none;
		margin: 40px 0 10px;
		padding: 0 15px;
		width: 90%;
	}
	.tezuka_prof p {
		text-align: right;
	}
	p.tezuka {
		float: right;
		padding: 10px 0 30px;
	}
	
	/*---　ad　---*/
	.ad_box {
		margin: -10px 20px 30px;
		padding: 20px 15px 20px;
	}
	.ad_tit {
		font-size: 1.6em;
		line-height: 1.2em;
	}
	.ad_box  p {
		margin: 15px 0 0;
		line-height: 1.4em;
	}
	.ad_box  p a {
		line-height: 1.6em;
	}
	.ad_photo li {
		margin: 0 auto;
		padding-right: 18px;
		padding-bottom: 5px;
		text-align:center;
	}
	
	/*---------------- [SP] page: class  ----------------*/
	.title_class {
		margin: 0 0 10px;
	}
	.class_menu_box {
		margin: -80px 0 20px;
		padding: 15px 10px 30px;
		border: none;
		width: 100%;
	}
	.class_menu_box ul li {
		margin: 0 0 15px 0;
		float: none; 
	}
	.class_menu_box ul li:last-child {
		margin: 0 0 0 0;
	}
	.class_menu_box ul li a {
		font-size: 1.2em;
		text-decoration: underline;
	}
	.class_unit {
		margin: 10px 15px;
		display: block;
	}
	.class_unit_2col {
		margin: 40px 15px;
		overflow: hidden;
	}
	
    .class_unit2 {
        margin: 30px 15px;
    }
    
	img.pc_right {
		margin: 20px 0 0;
	}
	
	.attention_box {
		margin: 0;
	}
	.attention_box p {
		padding: 0;
	}
	
	.apply_btn {
		margin: 15px auto 15px;
		width: 85%;
	}
	
	.img_right_pc {
	margin: 0 auto !important;
	float: none;
    }
    
    /*--　カリキュラム　--*/
    .cur_tit {
        font-size: 1.8em;
    }
    .cur_class_tit {
        font-size: 17px;
    }
    .cur_box {
        padding: 22px 20px;
        display: block;
    }
    .cur_box_l {
        width: 100%;
    }
    .cur_box_r {
        margin: 0 auto;
        padding: 20px 0 0;
        width: 100%;
        text-align: center;
    }
    .cur_box_r img {
        max-width: 100%;
    }
    
    .about_tex {
        margin: 0 0;
        font-size: 1.2em;
        line-height: 1.6em;
    }
    .training_tex {
        font-size: 1.2em;
        line-height: 1.6em;
    }
    .training_tex img {
        max-width: 100%;
    }
    ul.annotation_kome {
        padding: 10px 0 0 0;
    }
    ul.annotation_kome li {
        margin: 7px 0 0 0;
        font-size: 1.1em;
    }
    ol.training_list li {
        margin: 7px 0 0 25px;
        font-size: 1.2em;
    }
    ul.training_list li {
        font-size: 1.2em;
        line-height: 1.4em;
    }

	/* カレンダー */
	.calendar {
		margin: 30px 15px 0;
	}
	.calendar table {
			border-top: 1px solid #999;
	}
	.calendar table td {
		padding: 10px 10px;
		display: block;
		text-align: left;
	}
	.calendar table th {
		padding: 10px 10px;
		display: block;
		border-top: none;
		border-bottom: none;
		width:auto;
	}
	/* クラス表 */
	.regular table th,  .regular table td {
		padding: 10px;
		font-size: 1.4em;
		line-height: 1.6em;
		text-align: center;
	}
	/* カルチャー表 */
	.culture {
		margin: 30px 15px 0;
	}
	.culture table {
		width: 100%;
	}
	.culture table th,  .culture table td {
		padding: 10px;
		font-size: 1.4em;
		line-height: 1.6em;
		text-align: center;
	}
	.clt_notice {
		margin: 10px 0 0 15px;
		text-align: left;
	}
/* カリキュラム表 */

.curriculum table {
	margin: 15px 0 20px;
}
.curriculum table th {
	padding: 5px;
	font-size: 1.0em;
	line-height: 1.2em;
	vertical-align: middle;
}
.curriculum table td {
	padding: 5px 5px;
	font-size: 1.0em;
	line-height: 1.2em;
}
.tbl_tit {
	font-size: 1.2em !important;
}
th.cnt_no {
	width: 3%;
}
th.tbl_itm {
	width: 45%;
}
th.tbl_siz {
	width: 15%;
}
th.tbl_cou {
	width: 37%;
}


	/*---------------- [SP] page: gallery  ----------------*/
	.title_gallery {
		margin: 0 0 10px;
	}
	.right_side {
		text-align: right;
	}
	.gallery_menu_box {
		margin: -80px 0 0 auto;
		padding: 15px 10px 30px;
		border: none;
		width: 120px;
	}
	.gallery_menu_right {
		margin-left: auto;
		margin-right: 0px;
	}
	.gallery_menu_box ul li {
		margin: 0 0 15px 0;
		float: none; 
	}
	.gallery_menu_box ul li:last-child {
		margin: 0 0 0 0;
	}
	.gallery_menu_box ul li a {
		font-size: 1.2em;
		text-decoration: underline;
	}
	
	.photo_unit {
		margin: 0 0 10px 20px;
	}
	
	ul.photo \ {
		margin: 0 auto;
		overflow: hidden;
	}
	.photo li {
		margin: 0px 0px 10px;
		text-align: center;
		padding-bottom: 1px;
	}
	.photo li img {
		width: 105px;
		height: 105px;
	}
	
}
	
/* ギャラリー */

@media (max-width: 768px) {
	.photo li {
		padding-right: 10px;
		padding-bottom: 5px;
	}

}
	

/* footer copy-rights */
#foot_navi {
	margin: 50px auto 0;
	overflow: hidden;
	position: relative;
}
#foot_navi ul {
	float: left;
	left: 50%;
	position: relative;
}
#foot_navi ul li {
	float: left;
	left: -50%;
	position: relative;
	padding-right: 30px;
	color: #5c5c5c; 
	font-size: 1.2em;
}

.copy_rights {
	color: #828181;
	font-size: 1.4em;
	text-align: center;
	padding: 30px 0;
}


/*--　スクロールトップ　--*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	opacity: 0.7;
}
#page-top a {
	background: #6E7072;
	text-decoration: none;
	color: #FFF;
	width: 56px;
	padding: 12px 0px 12px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

a:link    { text-decoration:underline; color:#5c5c5c; }
a:visited { text-decoration:underline; color:#5c5c5c; }
a:hover   { text-decoration:underline; color:#08cbcb; }


/*--　臨時　--*/
.rinji {
	padding: 0 0 30px 0;
	/*text-align: center;*/
	color: #555;
}

.rinji p {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.7em;
}
p.rinji_tit {
	padding: 0 0 15px;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.rinji_date {
    text-align: right;
}

@media (max-width: 1200px) {
	.rinji {
		font-size: 14px;
        width: 90%;
	}

}
