@charset "utf-8";
/* CSS Document */

body{
  width:100%; /*ページ全体の幅は100%と指定する*/
  text-align:center; /*ページ全体を中央揃えにする*/
  font-family: sans-serif ;
}

img{
outline:none;
border-style:none;
}

a{
	color:#000000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:visited{
	color:#000000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover {
	color: #000000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/*****HEADER*****/
header{
	display: block;
	width:60%;
	margin-left: 20%;
	overflow: hidden;
}
header h1{
	font-size:120%;	/*フォントサイズの調整*/
	color:#313131;	/*文字色の変更*/
	padding-top: 10px;	/*文字上部に余白*/
	padding-bottom: 10px;	/*文字下部に余白*/
	padding-left: 20px;	/*文字左側に余白*/
	padding-right: 20px;	/*文字右側に余白*/
	margin-top: 20px;	/*ロゴ上部に余白*/
	margin-bottom: 20px;	/*ロゴ下部に余白*/
	border:1px solid #313131;	/*文字の周りに線を描く*/
	border-radius: 5px;	/*線の角に丸みを付ける*/
	letter-spacing: 3px;	/*文字と文字の間隔をあける*/
	font-weight:400;	/*文字の太さの変更*/
	float: left;	/*左側にfloat*/
}
header p{
	font-size:100%;
	color:#313131;
	float: left;
}


/*****BRANDING*****/
#branding{
  width: 960px;	   /*全体の幅を指定する*/
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  text-align:left;   /*全体を左揃えにする。*/
  background-color: #ffffff; /*背景色の指定*/

}

#header_coin{
  width: 960px;	   /*全体の幅を指定する*/
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  background-image: url(/img/1115_rockweb-0006.jpg);
  height:300px;
  patting-top:150px;
  background-size: cover;
}

#header_original{
  width: 960px;	   /*全体の幅を指定する*/
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  background-image: url(/img/1115_rockweb-0008.jpg);
  height:300px;
  patting-top:150px;
  background-size: cover;
}
#header_plant{
  width: 960px;	   /*全体の幅を指定する*/
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  background-image: url(/img/1115_rockweb-0004.jpg);
  height:300px;
  patting-top:150px;
  background-size: cover;
}
#header_company{
  width: 960px;	   /*全体の幅を指定する*/
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  background-image: url(/img/1115_rockweb-0010.jpg);
  height:300px;
  patting-top:150px;
  background-size: cover;
}
.header_title{
	padding-top:100px;
		color:#000000;
}
/*****NAV*****/


/*****NAV1*****/
#nav1{
	width: 100%;	/*横幅の指定*/
	margin-bottom: 0px;	/**/
	overflow: hidden;	/*おまじない*/
}
#nav1 img {
	width: 90px;
}
#nav1 ul{
	width: 45%;	/*横幅の指定*/
	margin: auto;	/*中央に配置する*/
	list-style: none; /*リストのスタイルを削除*/
	margin-top: 10px;
}
#nav1 li{
	width: calc(100% / 4);	/*横幅の指定*/
	box-sizing: border-box; /*線の幅をliの横幅に含める*/
	text-align: center;	/*文字を中央に*/
	float: left;	/*左から並べる*/
}
#nav1 li:last-child{

}
#nav1 a{
	display: block;	/*1つのli全体にリンクを有効にする*/
	text-decoration: none;	/*ブラウザ標準のリンク装飾をオフに*/
	color:#000000;	/*文字色の変更*/
	font-size: 20%;	/*フォントサイズの指定*/
	/*letter-spacing: 5px;	文字と文字の間隔をあける*/
	font-weight: 400;	/*文字の太さを調整*/
	/*line-height: 45px;	行間の指定（ナビボタンの高さ指定）*/
}
#nav1 a:hover{

}
/*****NAV2*****/
#nav2{
	width: 100%;	/*横幅の指定*/
	margin-bottom: 0px;	/**/
	overflow: hidden;	/*おまじない*/
}
#nav2 img {
	width: 90px;
}
#nav2 ul{
	width: 50%;	/*横幅の指定*/
	margin: auto;	/*中央に配置する*/
	list-style: none; /*リストのスタイルを削除*/
	margin-top: 10px;
}
#nav2 li{
	width: calc(100% / 5);	/*横幅の指定*/
	box-sizing: border-box; /*線の幅をliの横幅に含める*/
	text-align: center;	/*文字を中央に*/
	float: left;	/*左から並べる*/
}
#nav2 li:last-child{

}
#nav2 a{
	display: block;	/*1つのli全体にリンクを有効にする*/
	text-decoration: none;	/*ブラウザ標準のリンク装飾をオフに*/
	color:#000000;	/*文字色の変更*/
	font-size: 20%;	/*フォントサイズの指定*/
	/*letter-spacing: 5px;	文字と文字の間隔をあける*/
	font-weight: 400;	/*文字の太さを調整*/
	/*line-height: 45px;	行間の指定（ナビボタンの高さ指定）*/
}
#nav2 a:hover{

}
/*****NAV_USR1*****/
#nav_user1{
	width: 100%;	/*横幅の指定*/
	margin-bottom: 15px;	/**/
	overflow: hidden;	/*おまじない*/
}
#nav_user1 img {
	width: 130px;
}
#nav_user1 ul{
    width: 57%;
    margin: auto;
    list-style: none;
    margin-top: 4px;
}
#nav_user1 li{
	width: calc(100% / 4);	/*横幅の指定*/
	box-sizing: border-box; /*線の幅をliの横幅に含める*/
	text-align: center;	/*文字を中央に*/
	float: left;	/*左から並べる*/
}
#nav_user1 li:last-child{

}
#nav_user1 a{
	display: block;	/*1つのli全体にリンクを有効にする*/
	text-decoration: none;	/*ブラウザ標準のリンク装飾をオフに*/
	color:#000000;	/*文字色の変更*/
	font-size: 20%;	/*フォントサイズの指定*/
	/*letter-spacing: 5px;	文字と文字の間隔をあける*/
	font-weight: 400;	/*文字の太さを調整*/
	/*line-height: 45px;	行間の指定（ナビボタンの高さ指定）*/
}
#nav_user1 a:hover{

}

/*****NAV_USR1*****/
#nav_user5{
	width: 100%;	/*横幅の指定*/
	margin-bottom: 15px;	/**/
	overflow: hidden;	/*おまじない*/
}
#nav_user5 img {
	width: 130px;
}
#nav_user5 ul{
    width: 57%;
    margin: auto;
    list-style: none;
    margin-top: 4px;
}
#nav_user5 li{
	width: calc(100% / 3);	/*横幅の指定*/
	box-sizing: border-box; /*線の幅をliの横幅に含める*/
	text-align: center;	/*文字を中央に*/
	float: left;	/*左から並べる*/
}
#nav_user5 li:last-child{

}
#nav_user5 a{
	display: block;	/*1つのli全体にリンクを有効にする*/
	text-decoration: none;	/*ブラウザ標準のリンク装飾をオフに*/
	color:#000000;	/*文字色の変更*/
	font-size: 20%;	/*フォントサイズの指定*/
	/*letter-spacing: 5px;	文字と文字の間隔をあける*/
	font-weight: 400;	/*文字の太さを調整*/
	/*line-height: 45px;	行間の指定（ナビボタンの高さ指定）*/
}
#nav_user5 a:hover{

}
/*****NAV_USER2*****/
#nav_user2{
	width: 100%;	/*横幅の指定*/
	margin-bottom: 15px;	/**/
	overflow: hidden;	/*おまじない*/
}
#nav_user2 img {
	width: 90px;
}
#nav_user2 ul{
	width: 50%;	/*横幅の指定*/
	margin: auto;	/*中央に配置する*/
	list-style: none; /*リストのスタイルを削除*/
	margin-top: 10px;
}
#nav_user2 li{
	width: calc(100% / 4);	/*横幅の指定*/
	box-sizing: border-box; /*線の幅をliの横幅に含める*/
	text-align: center;	/*文字を中央に*/
	float: left;	/*左から並べる*/
}
#nav_user2 li:last-child{

}
#nav_user2 a{
	display: block;	/*1つのli全体にリンクを有効にする*/
	text-decoration: none;	/*ブラウザ標準のリンク装飾をオフに*/
	color:#000000;	/*文字色の変更*/
	font-size: 20%;	/*フォントサイズの指定*/
	/*letter-spacing: 5px;	文字と文字の間隔をあける*/
	font-weight: 400;	/*文字の太さを調整*/
	/*line-height: 45px;	行間の指定（ナビボタンの高さ指定）*/
}
#nav_user2 a:hover{

}
/*****NAV_USR3*****/
#nav_user3{
	width: 100%;	/*横幅の指定*/
	margin-bottom: 15px;	/**/
	overflow: hidden;	/*おまじない*/
}
#nav_user3 img {
	width: 90px;
}
#nav_user3 ul{
	width: 25%;	/*横幅の指定*/
	margin: auto;	/*中央に配置する*/
	list-style: none; /*リストのスタイルを削除*/
	margin-top: 10px;
}
#nav_user3 li{
	width: calc(100% / 2);	/*横幅の指定*/
	box-sizing: border-box; /*線の幅をliの横幅に含める*/
	text-align: center;	/*文字を中央に*/
	float: left;	/*左から並べる*/
}
#nav_user3 li:last-child{

}
#nav_user3 a{
	display: block;	/*1つのli全体にリンクを有効にする*/
	text-decoration: none;	/*ブラウザ標準のリンク装飾をオフに*/
	color:#000000;	/*文字色の変更*/
	font-size: 20%;	/*フォントサイズの指定*/
	/*letter-spacing: 5px;	文字と文字の間隔をあける*/
	font-weight: 400;	/*文字の太さを調整*/
	/*line-height: 45px;	行間の指定（ナビボタンの高さ指定）*/
}
#nav_user3 a:hover{

}

.contents {
	padding-top:30px;
	padding-bottom:80px;
	text-align:center;
	color:#e97a70;
}

#catchphrase {
	margin-top:300px;
	text-align:center;
	color:#000000;
}
.catchphrase_title {
	padding-top:20px;
	padding-bottom:20px;
	font-size:90%
}

.catchphrase_detail {
	padding-top:20px;
	padding-bottom:20px;
	font-size:90%
}


#menu {
background: #FADBDA;
    text-align: center;
    display: block;
}

#user_menu {
background-color: rgb(250 219 218);
    text-align: center;
    display: block;
}

.blog {
	width: 800px;
    text-align: left;
    display: inline-table;
    background: #FFFFFF;
	margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.blog .elements {
	    padding-left: 10px;
}


.menu1 img{
	width:350px;
}
.menu2 {

}
.menu2 img{
	width:700px;
}


#news {
	text-align:center;
	color:#000000;
}
#news ul{
	list-style: none;
}
#news li{

}



#otoiawase {
    padding-top: 50px;
    padding-bottom: 50px;
	text-align:center;
}

#otoiawase img{
	width:700px;
}
.company_div {
	text-align: -webkit-center;
	display: inline-flex;
}
.company_info {
	width:600px;
	text-align: left;
}
.company_info dl {
  display: flex;
  flex-wrap: wrap;
}
.company_info dt {
  width: 35%;
  padding: 20px;
  background-color: #f9d5d2;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_info dd {
  width: 65%;
  padding: 20px;
  background-color: #fcf1f0;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

footer{
  width: 960px;	   /*全体の幅を指定する*/
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  text-align:left;   /*全体を左揃えにする。*/
  background-color: #edd1ff; /*背景色の指定*/
  height:300px;
  	text-align:center;
}
footer img{
	width:700px;
}


.contents p {

	font-size:90%;
}

.grad-wrap {
  position: relative;
}
.grad-btn {
	z-index: 2;
	position: absolute;
    padding: 10px;
    border-radius: 2px;
    background: #000000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.grad-btn::before {
  content: "続きを読む"
}
.grad-item {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  height: 120px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
#kosodate_douga {
}

h1{
	text-align:center;
}

#header {
	background-image: url(/img/enogu.gif);
	background-repeat: round;
	padding-top: 30px;
	height: 600px;
}
#header_user {
	background-image: url(/img/bg_crayon.jpg);
	background-repeat: round;
	padding-top: 30px;
}


.tag {
	position: relative;
	display: inline-block;
	margin: 11px .6em .6em .6em;
	padding: .6em .6em .6em 1.2em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
.tag:before {
	position: absolute;
	top: 0;
	left: -1em;
	content: '';
	border-width: 1.1em 1em 1.1em 0;
	border-style: solid;
}
.tag:after {
	position: absolute;
	top: center;
	left: 0;
	content: '●';
	color: #fff;
}
.tag1 {
	color:#FFFFFF !important;
	background-color:#fff34c !important;
}
.tag1:before {
	border-color: transparent #fff34c transparent transparent;
}
.tag2 {
	color:#FFFFFF !important;
	background-color:#FF8965 !important;
}
.tag2:before {
	border-color: transparent #FF8965 transparent transparent;
}
.tag3 {
	color:#FFFFFF !important;
	background-color:#928FC6 !important;
}
.tag3:before {
	border-color: transparent #928FC6 transparent transparent;
}
.tag4 {
	color:#FFFFFF !important;
	background-color:#FDB513 !important;
}
.tag4:before {
	border-color: transparent #FDB513 transparent transparent;
}

.tag5 {
	color:#FFFFFF !important;
	background-color:#599EC9 !important;
}
.tag5:before {
	border-color: transparent #599EC9 transparent transparent;
}

.tag6 {
	color:#FFFFFF !important;
	background-color:#71C43E !important;
}
.tag6:before {
	border-color: transparent #71C43E transparent transparent;
}

.tag7 {
	color:#FFFFFF !important;
	background-color:#EF90B9 !important;
}
.tag7:before {
	border-color: transparent #EF90B9 transparent transparent;
}

.tag8 {
	color:#FFFFFF !important;
	background-color:#C4D700 !important;
}
.tag8:before {
	border-color: transparent #C4D700 transparent transparent;
}

.tag9 {
	color:#FFFFFF !important;
	background-color:#C4D700 !important;
}
.tag9:before {
	border-color: transparent #C4D700 transparent transparent;
}

.schedule_title {
 padding-top: 30px;
}
.oshirase_title {
 padding-top: 30px;

}

.footer {
	 padding-top: 30px;
}

#youtube {
  position: relative;
}

#youtube iframe {
  position: absolute;
left: 234px;
    top: 20px;
}

.tayori_title {
  display: inline-block;
  margin-top:10px;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;

}

h2.ai {
	  background: #275171;
}
h2.hana {
	  background: #D63943;
}
h2.hiyoko {
	  background: #E7CCED;
}
h2.hoshi {
	  background: #00BFF7;
}
h2.momo {
	  background: #FFCEDE;
}
h2.mori {
	  background: #9AF792;
}
h2.niji {
	  background: #109463;
}
h2.sakura {
	  background: #FFA5D2;
}
h2.sora {
	  background: #0E7BBD;
}
h2.tsuki {
	  background: #fabf00;
}
h2.ume {
	  background: #FFAD4C;
}
h2.yuki {
	  background: #109463;
}

h2.kotori {
	  background: #e8d5af;
}
.teacher_list_ai {
	  background: #275171;
}
.teacher_list_hana {
	  background: #D63943;
}
.teacher_list_hiyoko {
	  background: #E7CCED;
}
.teacher_list_hoshi {
	  background: #00BFF7;
}
.teacher_list_momo {
	  background: #FFCEDE;
}
.teacher_list_mori {
	  background: #9AF792;
}
.teacher_list_niji {
	  background: #109463;
}
.teacher_list_sakura {
	  background: #FFA5D2;
}
.teacher_list_sora {
	  background: #0E7BBD;
}
.teacher_list_tsuki {
	  background: #fabf00;
}
.teacher_list_ume {
	  background: #FFAD4C;
}
.teacher_list_yuki {
	  background: #109463;
}


.teacher_list_kotori {
	  background: #e8d5af;
}
.class_tayori {

}
.logout {
    margin-left: 625px;
    margin-top: 80px;
    text-align: right;
    position: absolute;
}
.channel {
display: block;
    padding-top: 133px;
    padding-left: 558px;
    height: 186px;
}
.login {
background-image: url(/img/bg_login.gif);
	background-repeat: round;
	width:100%;
	height:700px;
}

.submit_btn{
    border: 0px;
    width: 204px;
    height: 205px;
    background: url(/img/icon_login.gif) left top no-repeat;
    margin-top: 30px;
}
#user_h1 {
	display: grid;
}
.teacher_list {
display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.teacher_comment {
	width: 40%;
}
.teacher_comment p{
    font-size: 90%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
}
.teacher_image {
    width: 40%;
    padding-top: 5px;
}


.teacher_image img{
border-radius: 30px;
}


.ql-editor{
    white-space: pre-line !important;
}

.ql-editor img{
  max-width:100%;
}
.ql-video {
	width:600px;
	height:300px;
}
.footer_date{
    padding-bottom: 20px;
    font-size: 80%;
}
#back_main {
	padding:22px;
}

#back_main button, input, select, textarea{
	border-style: groove;
	-webkit-appearance
}
#back_main select{
	-webkit-appearance: auto;
}
#back_main2 {
	padding:22px;

}
.margin30 {
	font-size:90%;
}

hr {
background-image: url(/img/hr.svg);
height: 25px;
 border: none;
}


.cal-title {
padding-top: 28px;
}
.cal-title p{
 font-size: 28px;
 font-weight: bold;
}