/*------------------------------------------------------------------------
 common
------------------------------------------------------------------------*/
img {
	width: 100%;
	vertical-align: top;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック','MS PGothic',sans-serif;
	font-size: 14px;
	color: #000;
    letter-spacing: 0;
	background: #fff;
	/*
	min-width: 320px;
	*/
	-webkit-text-size-adjust: 100%;
}
.ds_sp {
    display: inherit;
}
.ds_pc {
    display: none;
}
.wd_fix {
    width: 100%;
}

/*----------- font-size ------------*/
.f24 {
    font-size: 20px;
}
.f32 {
    font-size: 18px;
}
.f38 {
    font-size: 25px;
}
.f42 {
    font-size: 28px;
}

/*----------- padding ------------*/
.pdtb40 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pdtb60 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.pdt20 {
    padding-top: 10px;
}
.pdt40 {
    padding-top: 10px;
}
.pdt60 {
    padding-top: 30px;
}
.s10 {
    padding-right: 10px;
    padding-left: 10px;
}


/*----------- header ------------*/
#header {
    padding: 10px;
    background: #ffffff;
}
.header_left {
    float: left;
    width: 60%;
}
.header_left h1 {
    font-size: 10px;
    line-height: 1.2;
}
.header_left img {
    max-width: 90px;
}
.heafer_middle {
    float: right;
    width: 35%;
    text-align: right;
    padding-left: 10px;
}
.heafer_middle img {
    max-width: 147px;
}

/*----------- kv ------------*/
#kv {
    background: url(../images/bk_kv.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center center;
    padding: 10px 0;
}
#kv p {
    padding-top: 10px;
}
.comments {
    font-size: 10px;
    padding: 9px;
    color: #fff;
}


/*----------- comv ------------*/
.comv {
    color: #fff;
}
.cmv_01,
.cmv_02 {
    text-align: center;
    padding: 10px;
    border: 1px solid #215684;
    margin-top: 10px;
}
.cmv_01 p,
.cmv_02 p {
    text-align: center;
}
.cmv_01 a,
.cmv_02 a {
    display: block;
    padding-top: 15px;
}
.cmv_01 p img {
    max-width: 307px;
    margin-top: 20px;
}
.cmv_02 p img {
    max-width: 175px;
    margin-top: 20px;
}

/*----------- about ------------*/
.about {
    text-align: center;
}
.about ul {
    padding: 20px 0;
}
.about ul li {
    text-align: center;
    font-size: 16px;
    margin: 2px 10px 2px 10px;
    font-weight: bold;
    line-height: 1.0;
}
.about01 {
    background: url(../images/about_bk_01.jpg) no-repeat;
    background-size: cover;
}
.about01 ul li {
    color: #023f73;
}
.about02 {
    background: url(../images/about_bk_02.jpg) no-repeat;
    background-size: cover;
}
.about02 ul li,
.about03 ul li {
    color: #fff;
}
.about03 {
    background: url(../images/about_bk_03.jpg) no-repeat;
    background-size: cover;
}
.about02 p,
.about03  p {
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
}


.about_saletext_01 {
	color: #fff; font-size: 16px; font-weight: bold;
}
.about_saletext_02 {
	display:inline-block; border-bottom: solid 1px #fff; font-size: 24px;
}


/*----------- contents_01 ------------*/
.ttl {
    color: #fff;
    padding: 10px;
    line-height: 1.5;
}
.arrow {
    line-height: 0;
}
.arrow img {
    width: 12%;
    vertical-align: top;
    margin-top:-2px;
}
.contents_ttl_03 {
    font-size: 12px;
    color: #fff;
    padding: 20px 10px;
}


/*----------- shedule ------------*/
.shedule_table {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.shedule_table li {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}
.shedule_cmt {
    font-size: 10px;
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
}
.shd {
    font-size: 10px;
    font-weight: bold;
    padding-top: 6px;
}
.shd li {
    line-height: 1.0;
    float: left;
    min-height: 20px;
    text-align: center;
    margin: 4px 4px 4px 0;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    word-wrap:break-all; 
}
.shd li.shd_level_m {
    width: auto;
    background: #023f73;
    color: #fff;
}
.shd li.shd_capacity {
    background: #fff;
    border: 1px solid #023f73;
    color: #023f73;
}
.shd_ttl {
    font-weight: bold;
    font-size: 18px;
    padding: 4px 0;
}
.shd_date {
    color: #909090;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
}
.shd_btn {
    text-align: right;
    float: right;
    padding-top: 10px;
}

.top_entrybt_left {
	float: none; margin-right: 0px; margin-bottom: 20px;
}
.top_entrybt_right {
	float: none; margin-bottom: 20px;
}
.top_entry_text {
	text-align: left; margin-top: 15px;
}

/*----------- contents_02 ------------*/
.contents_02_in h4 {
    color: #023f73;
}
.contents_02_in p {
    font-size: 14px;
    line-height: 2.0;
    color: #000;
    text-align: left;
}

/*----------- teachers_table ------------*/
.teachers_table {
    width: 100%;
    padding: 20px 10px 30px;

    letter-spacing: 0;
}
.teachers_table li {
    background: #fff;
    word-break: break-word;
    margin-top: 10px;
    padding: 15px;
}
.tch_photo {
    text-align: center;
    margin: 0 auto;
    width: 136px;
}
.tch_name {
    font-size: 25px;
    font-weight: bold;
    color: #023f73;
    padding: 10px 0 2px 0;
}
.tch_license {
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.tch_license li {
    float: left;
    text-align: center;
    width: auto;
    margin: 0 4px 4px 0;
    padding: 4px 8px;
    font-size: 12px;
    background: #023f73;
    color: #fff;
    word-wrap:break-all;
}
.tch_title {
    font-size: 14px;
    font-weight: bold;
}
.tch_introduction {
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

/*----------- detail ------------*/
.detail h5 {
    color: #023f73;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #023f73;
    margin-bottom: 20px;
}
.detail table {
    font-size: 14px;
}
.detail table tr {
    border-bottom: 1px solid #e8e8e8;
}
.detail table th {
    padding: 10px 0;
    text-align: left;
    font-weight: bold;
    color: #023f73;
    width: 28%;
}
.detail table td {
    padding: 10px;
    text-align: left;
    width: 72%;
}
.detail p {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
    font-size: 14px;
}
.detail img {
    padding-top: 10px; 
}

/*----------- floating ------------*/
.btn_fltg {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 0;
    bottom: 60px;
    z-index: 100;
}

/*----------- back to top ------------*/
.btn_tp {
    margin-top: 100px;
    position: relative;
}
.btn_tp a {
    display: block;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}

/*----------- footer ------------*/
footer p {
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
/*----------- add ------------*/
.add_caption_box {
	width: 100%; margin: -20px auto 0px;
}
.add_caption {
	text-align: center;
	font-size: 10px;
	margin-top: -20px;
	padding-bottom: 20px;
}
.add_caption2 {
	float: none;
	font-size: 10px;
	padding-bottom: 0px;
	text-align: center;
}
.add_caption3 {
	float: none;
	font-size: 10px;
	padding-bottom: 20px;
	text-align: center;
}
