:root {
    --openSpeed: 10.0s;
}

	


.divYogatowa {
	border:dashed 0px olive;
	margin-bottom:30px;
	margin-top:0px;
	
}

.divOshirase {
	border:dashed 0px green;
	width:100%;
	margin-bottom:30px;
}

.divPrice {
	border:dashed 0px gray;
	width:100%;
	margin-bottom:30px;
}

.divTeacher{
	border:dashed 0px gray;
	width:100%;
	margin-bottom:30px;
}


.divTeacherC1 {
    border: dashed 0px green;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 16px;
    --teacherC2Height:200px;
    --teacherImgWidth:180px;
    --teacherImgHeight:calc( var(--teacherC2Height) - 20px);
    --teacherLeft: calc( var(--teacherImgWidth) + 20px);
	--classesLeft:  calc( var(--teacherImgWidth) + 40px);
	//calc( var(--teacherLeft) + 20px);
}
.divTeacherC2 {
    position: relative;
    min-height: var(--teacherC2Height);
    border: solid 0px #EBE09B;
    border-width: 3px 0px 0px 0px;
    //padding: 200px;
    10px 10px 10px;
    font-size: 14px;
    //text-align: left;
    //line-height:3.5em;
}

.divTeacherC3Namae {
    position: relative;
    font-weight:900;
    margin:10px 10px 10px var(--teacherLeft);
    font-size: 16px;
}
.divTeacherC3Shikaku {
    position: relative;
    margin: 10px 10px 0px var(--teacherLeft);
}
.divTeacherC3Class {
    position: relative;
    margin: 10px 10px 0px var(--teacherLeft);
}
.divTeacherC3Comment {
    margin: 10px 10px 0px var(--teacherLeft);
    position: relative;
    border: dashed 0px red;
}
.divTeacherC3Profile {
    margin: 10px 10px 0px var(--teacherLeft);
    position: relative;
}
.divTeacherC3Img {
    position: absolute;
    margin-left: 10px;
    top: 10px;
    width: var(--teacherImgWidth);
    //max-height: var(--teacherImgHeight);
}

.divClasses {
	margin:0px 10px 10px var(--classesLeft);
	border-top: solid 02px #EBE09B;;
}

.divClassesNamea {
}
.divClassesKyoudo {
	margin:00px 0px 0px 20px;
}
.divClassesComment {
	margin:00px 10px 0px 20px;
}



.divQA {
	border:dashed 0px gray;
	width:100%;
	margin-bottom:30px;
}

.divQAContents1 {
	border:dashed 0px pink;
	padding-left:20px;
	margin-top:1em;;
	margin-bottom:1em;;
	font-size:16px;
}
.divQAQuestion {
	border:dashed 0px red;
	margin-top:0px;
	margin-bottom:10px;
	padding-left:0px;
}
.divQAAnserMark {
	position:absolute;
	border:dashed 0px yellow;
	margin-top:0px;
	margin-left:2em;
	transform:rotate(-90deg);
	transform-origin:center center;
}
.divQAAnserMark2 {
	iposition:absolute;
	border:dashed 0px green;
	margin-top:0px;
	margin-left:3em;
}


.divQAAnserLetter{
	iposition:absolute;
	border:dashed 0px blue;
	margin-top:-1.5em;
	margin-left:5em;
}

.divOtoiawase {
	border:dashed 0px blue;
	margin-top:0px;
	margin-left:0px;
	iheight:1200px;

}

.ifOtoiawase {
	border:dashed 0px pink;
	height:1000px;
	width:700px;
	overflow:hidden
}
.contents1 {
	border:dashed 0px blue;
	padding-left:20px;
	margin-top:20px;
	imargin-bottom:40px;
	font-size:16px;
}

.contents2 {
	border:dashed 0px pink;
	padding-left:70px;
	margin-top:20px;
	margin-bottom:40px;
	font-size:16px;

}

//======================================================================

.space_dev {
	iborder:dashed 0px blue;
	position: relative;
	float:left;
	width:100%;
	height:40px;
}

/*======================================================  modal (z-index:5)===*/ 
.cont_modal {
	z-index:5;
	border: solid 0px red;
	iposition: absolute;
  position: relative;
	float:left;
  width: 100%;
  //transition: all 0.4s; 
	//transition-delay: 0.0s;
  //-webkit-transition: all 0.4s;
	//-webkit-transition-delay: 0.0s;
  overflow: visible;
}

.cont_modal_active {
 iheight: 400px;
 iwidth: 700px;  
}



/*======================================================  photo (z-index:7)===*/ 
.cont_photo{
	z-index: 7;
  position: relative;
	float: left;
  width: 500px;
  height: 150px;
  overflow: hidden;
  border-radius:15px;				/* �p���ۂ߂� */

  /* photo�𕂂�����X�s�[�h */
	-webkit-transition: 0.4s;
	-webkit-transition-delay: 0.0s;
	transition: 0.4s; 
	transition-delay: 0.0s;
}

/*------------------------------------------------- nomal ----*/
.cont_modal > .cont_photo {
	iborder: solid 0px blue;
	top: 0px;
	left:0px;

	ibox-shadow: 0px 0px  0px 0px  rgba(0,0,0,1);
}

/*------------------------------------------------- active ----*/
.cont_modal_active > .cont_photo {
	iborder: solid 0px blue;
	top: -10px;
	left: -10px;

	box-shadow: 10px 15px  50px  -5px  rgba(0,0,0,0.5);
}


/*===================================================== img_back ===*/
.cont_img_back{
  position: absolute;
	overflow: hidden;
	iborder-radius:5px ;
//	-webkit-transition: all 0.4s;
//	-webkit-transition-delay: 0.0s;
//	transition: all 0.4s; 
//	transition-delay: ;
	opacity: 1.11;
}


/*------------------------------------------------- nomal ----*/
.cont_img_back > img {
	iborder: solid 10px glay;
	width: 100%;
//	-webkit-transition: all 0.4s;
//	-webkit-transition-delay: inherit;
//	transition: all 0.4s; 
//	transition-delay: inherit;
}

.cont_modal > .cont_photo > .cont_img_back{
}

.cont_modal > .cont_photo > .cont_img_back > img {
}

.cont_modal > .cont_photo > .cont_img_back:hover > img {  /*�}�E�X�I�[�o�[��*/
  itransform: scale(1.2);
}
/*------------------------------------------------- active ----*/

.cont_modal_active > .cont_photo > .cont_img_back{
}

.cont_modal_active > .cont_photo > .cont_img_back > img {
	z-index:7;
	iborder: solid 10px glay;
	width: 100%;
//	-webkit-transition: all 0.4s;
//	-webkit-transition-delay: 0.0s;
//	transition: all 0.4s; 
//	transition-delay: 0.0s;
}

.cont_modal_active > .cont_photo > .cont_img_back:hover > img {
  itransform: scale(1.2);
}

/*===================================================== img_back ===*/
.photo_text {
	position: absolute;
	font-family: "�q���M�m���� ProN W3",serif;
	font-size:80px;
	top:10px;
	left:10px;
	width:490px;
	ioverflow:hidden;
	color:white;
	font-weight:900;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.5);

}

.cont_photo_text1 {
	z-index:8;
	text-shadow: 3px 3px 5px rgba(0,0,0,1);
	position: absolute;
	font-family: "�q���M�m���� ProN W3",serif;
	font-size:68px;
	top:10px;
	left:10px;
	ioverflow:hidden;
	color:white;
	font-weight:900;
	iline-height:0.1em;
	iborder: dotted 0px pink;

}
/*------------------------------------------------- nomal ----*/
.cont_modal > .cont_photo > .cont_photo_text1 {
}
/*------------------------------------------------- active ----*/
.cont_modal_active > .cont_photo > .cont_photo_text1 {

}
/*======================================================  ingredients ===*/ 
.cont_text_ingredients { /* �����o�� */
	z-index:3;
	iborder: solid 1px orange;
	position: relative;
  margin-top: 00px;
  margin-left: 0px;  
	z-index: 0;
	top: 25px;
	left: 25px;
  width: 0px;
  height: 60px;
  ifloat: left; 
  border-radius:10px ;
	box-shadow: 15px 20px  70px  -5px  rgba(0,0,0,0.5);
  overflow: visible;

	-webkit-transition: all 0.4s;
	-webkit-transition-delay: 0.0s;
	transition: all 0.4s; 
	transition-delay: 0.0s;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbf9f9+28,e8eaed+100 */
	background: rgb(251,249,249); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(251,249,249,1) 28%, rgba(232,234,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(251,249,249,1) 28%,rgba(232,234,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(251,249,249,1) 28%,rgba(232,234,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9f9', endColorstr='#e8eaed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*------------------------------------------------- nomal ----*/
.cont_modal > .cont_text_ingredients {
	iopacity: 0.0;
}


/*------------------------------------------------- active ----*/
.cont_modal_active > .cont_text_ingredients {
	iborder: solid 2px lightgreen;
  width: 670px;;
  height:300px;
	ibox-shadow: 5px 5px  20px  -5px  rgba(0,0,0,0.2);
	box-shadow: 15px 20px  20px  -5px  rgba(0,0,0,0.2);
	iopacity: 1;
}


/*======================================================  text 1 ===*/ 
.cont_text_ingredients > .text1 {
	iborder: dotted 1px pink;
	position: absolute;
	ifont-family:"�l�r ����", serif;
	font-size:20px;
	top:5px;
	right:10px;
	overflow:hidden;

	-webkit-transition: all 0.4s;
	-webkit-transition-delay: 0.0s;
	transition: all 0.4s; 
	transition-delay: 0.0s;
}
/*------------------------------------------------- nomal ----*/
.cont_modal > .cont_text_ingredients > .text1 {
	width:0px;
	height:0px;
	font-size:2px;
	iopacity: 0.0;
}

/*------------------------------------------------- active ----*/
.cont_modal_active > .cont_text_ingredients > .text1 {
	height:200px;
	width:150px;
}

/*======================================================  text 2 ===*/ 
.cont_text_ingredients > .text2 {
	position: absolute;
	iborder: dotted 1px blue;
	ifont-family:"�l�r ����", serif;
	font-size:20px;

	-webkit-transition: all 0.4s;
	-webkit-transition-delay: 0.0s;
	transition: all 0.4s; 
	transition-delay: 0.0s;
}
/*------------------------------------------------- nomal ----*/
.cont_modal > .cont_text_ingredients > .text2 {
	font-size:0px;
	top:0px;
	left:10px;
	height:0px;
	width:0px;
	iborder: dotted 0px blue;
	overflow:hidden;
	ioverflow:scroll;
	iopacity: 0.0;
}

.cont_modal > .cont_text_ingredients > .text2 > img {
	width:0px;
	-webkit-transition: all 0.4s;
	-webkit-transition-delay: 0.0s;
	transition: all 0.4s; 
	transition-delay: 0.0s;
	iopacity: 0.0;
}
.cont_modal > .cont_text_ingredients > .text2 > dev{
	width:0px;
	-webkit-transition: all 0.4s;
	-webkit-transition-delay: 0.0s;
	transition: all 0.4s; 
	transition-delay: 0.0s;
	iopacity: 0.0;
}

.cont_modal > .margBottom {
	height:120px;
	width:100px;
	position: relative;
	margin-left:0px;
	iborder: double 1px purple;
}

/*------------------------------------------------- active ----*/
.cont_modal_active > .cont_text_ingredients > .text2 {
	font-size:18px;
	top:0px; //top:120px;
	left:10px;
	iheight:160px;
	width:680px;
	overflow:hidden;
	ioverflow:scroll;
}

.cont_modal_active > .cont_text_ingredients > .text2 > img {
	iborder: dotted 1px blue;
}


.cont_modal_active > .margBottom {
	height:70px;
	width:100px;
	iborder: double 1px green;
}


