/* section-message */
.section-message .message{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-message .message-texts{
	flex-grow: 0;
	flex-shrink: 0;
	width: calc(100% / 4 - 30px);
}

@media(max-width: 950px){
	.section-message .message-texts{
		width: calc(100% / 2 - 30px);
	}
}

.section-message .message-texts-stdtext{
	margin: 1em 0;
}

.section-message .message-texts-name{
	font-size: 150%;
	font-weight: bold;
	margin: 1em 0;
	text-align: right;
}

.section-message .message-texts-name2{
	font-size: 80%;
	margin: -2em 0;
	text-align: right;
}

.section-message .message-image{
	flex-grow: 0;
	flex-shrink: 0;
	width: 35%;
}

.section-message .message-image-inner{
	width: 100%;
	padding-top: 130%;
	position: relative;
}

.section-message .message-image-inner img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media(max-width: 750px){
	.section-message .message-texts{
		font-size: 0.85em;
		width: 60%;
    	
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.section-message .message-texts2{
		width: 100%;
		font-size: 0.85em;
	}
	
	.section-message .message-texts-name{
		font-size: 125%;
	}
	
	.section-message .message-image{
		width: 100%;
	}
}

.message-texts-frame {
	text-align: center;
    display: block;
}

.message-texts-title {
	margin-top: 0.5em;
	font-size: 1em;
	display: inline-block;
	text-align: left;
	line-height: 1.2;
}

@media(max-width: 750px){
	.message-texts-title{
		font-size: 0.8em;
	}
}

.message-texts-title span{
	font-size: 1.5em;
}

/* section-profile */
.section-profile table th{
	width: 25%;
	background-color: #cf8dbc;
	color: #ffffff;
}

.section-profile table th{
	border-collapse: collapwse;
	border: 1px solid #fff;
	padding: 0.5em 1em;
	text-align: center;
}
.section-profile table td{
	border-collapse: collapwse;
	border: 1px solid #cf8dbc;
	padding: 0.5em 1em;
	text-align: center;
	background:#F7EDF6;
	color: #c16094;
}


@media(max-width: 750px){
	.section-profile .profile-table{
		font-size: 0.9em;
	}
	.section-profile .profile-table th,
	.section-profile .profile-table td{
		padding: 1em 0.5em;
	}
	
	.section-profile .profile-table th{
		width: 6.5em;
	}
}

/* section-history */
.section-history .history-table th{
	width: 25%;
}

@media(max-width: 750px){
	.section-history .history-table{
		font-size: 0.9em;
	}
	.section-history .history-table th,
	.section-history .history-table td{
		padding: 1em 0.5em;
	}
	
	.section-history .history-table th{
		width: 4.5em;
	}
}

/* section-timetable */
.section-timetable table th{
	width: 25%;
	text-align: center;
	background-color: #cf8dbb;
	color: #ffffff;
}

.section-timetable table th{
	border-collapse: collapwse;
	border: 1px solid #ffffff;
	
	padding: 0.5em 1em;
	}
.section-timetable table td{
	border-collapse: collapwse;
	border: 1px solid #ffffff;
	background: #E7E0E6;
	padding: 0.5em 1em;
	color:  #c16094;
	}
	
.dtable{
	display: table; 
}
.dtable_c{
	display: table-cell;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

@media(max-width: 750px){
	.section-timetable .timetable-table{
		font-size: 0.9em;
		width: 100%;
	}
	.section-timetable .timetable-table th,
	.section-timetable .timetable-table td{
		padding: 1em 0.5em;
	}
	
	.section-timetable .timetable-table th{
		width: 6.5em;
		background-color: #0288b6;
	    color: #ffffff;
	}
	.dtable_c{
		display:flex;
	}
}

p.text01 span {
    font-size: 150%;
    font-weight: bold;;
}

.saturdayTimeTableLink {
	display: block;
	text-align: center;
}

.text01-saturday {
	padding-top: 1.5em;
}

.teacher-message {
	display: flex;
}
/*新規追加CSS*/
/*.midashi {
  vertical-align: bottom;
  border: 5px solid #cf8dbc;
  width: 680px;
  color: #cf8dbc;
}*/

/*リーフレットと同じ見出しのデザイン*/
.heading-cam {
  position: relative;
	font-family:Arial, Helvetica, "sans-serif";
  font-size: 40px;
  color: #cf8dbc;
}
.heading-cam span {
  position: relative;
  z-index: 2;
}
.heading-cam::before {
  content: '';
  position: absolute;
  bottom: 17px;/*ボーダーの位置*/
  left: 0;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(-45deg, #cf8dbc 0px, #cf8dbc 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 2px 2px;
  z-index: 1;
}
.heading-cam::after {
  content: attr(data-en);
  position: absolute;
  /*コレ left: 0;*/
  right: 0; /*コレ*/
  /* top: 0;コレ*/
  bottom: 0; /*コレ*/
  margin: auto; /*コレ*/
  padding-bottom: 14px;
  font-size: 25px;
	color: #c16094;
  z-index: 2;
}
.heading-cam span {
  color: #c16094;
}
.big {
  font-size: 55px;
  color: #c16094;
}
.big-2 {
  font-size: 55px;
  color: #c16094;
}
.small {
  font-size: 50px;
  color: #cf8dbc;
}
/*大見出しend*/

/*short termcouseの見出し*/
.heading-short {
  position: relative;
	font-family:Arial, Helvetica, "sans-serif";
  font-size: 40px;
  color: #eac381;
}
.heading-short span {
  position: relative;
  z-index: 2;
}
.heading-short::before {
  content: '';
  position: absolute;
  bottom: 17px;/*ボーダーの位置*/
  left: 0;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(-45deg, #eac381 0px, #eac381 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 2px 2px;
  z-index: 1;
}
.heading-short::after {
  content: attr(data-en);
  position: absolute;
  /*コレ left: 0;*/
  right: 0; /*コレ*/
  /* top: 0;コレ*/
  bottom: 0; /*コレ*/
  margin: auto; /*コレ*/
  padding-bottom: 14px;
  font-size: 25px;
	color: #d74d11;
  z-index: 2;
}
.heading-short span {
  color: #d74d11;
}
.big-short {
  font-size: 55px;
  color: #d74d11;
}
.big-2-short {
  font-size: 55px;
  color: #d74d11;
}
.small-short {
  font-size: 50px;
  color: #cf8dbc;
}
/*リーフレットと同じ見出しのデザインend*/
table th.Capacity{
	table-layout: auto;
width: 100%;
	width: 25%;
	}
table th.Timetable{
	width: 30%;
}

/*見出し-日本語と英語MIX*/
.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 2px solid #cf8dbc/*rgba(5,62,98,1)*/;
	margin-bottom: 20px;
}

.heading10 span {
	position: relative;
	z-index: 2;
	color: #c16094;
	font-size:120%;
	
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}
/*h3.midashi-s{
  margin-bottom: 0.2rem;
  padding: 1rem;
  background-color: #8ec31f;
  
  color: white;/* 文字の背景色
  
  font-size: 26px;/* 文字カラー 
  font-weight: bold;
}*/
h3.midashi-s{
  margin-bottom: 0.2rem;
  padding: 0.5rem;
  background-color: #cf8dbb;/* 文字の背景色 */
  color: white;
  /* 文字カラー */
  font-size: 26px;
  font-weight: bold;
}
table.schedule th{
	width: 30%;
		background: #cf8dbc;

}
table .timetable{
	
    position: relative;
		width: 100%;
		
    /* padding-top: calc(100% / 4 * 3); */
    overflow: hidden;
}

