@charset "UTF-8";


#schedule h2,
#profile h2,
#contact h2,
#thankyou h2,
#line h2 {
 padding-top: 200px;
}


@media only screen and (max-width: 768px) {

#schedule h2,
#profile h2,
#contact h2,
#thankyou h2,
#line h2 {
 padding-top: 80px;
}

}

#schedule section,
#profile section,
#contact section,
#thankyou section,
#school section,
#line section {
 background: rgba(255,255,255,0.95);
}


/* //////////////////////////////////////////
「LINE公式アカウント」ページの設定
///////////////////////////////////////////*/

#line h2 {
	width: 300px;
	height: auto;
	margin: 0 auto;
}

#line h2 img {
	width: 100%;
	height: auto;
}

#line .section-box {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#line .section-box p {
	margin-bottom: 20px;
}

.line-join {
	width: 80%;
	max-width: 300px;
	padding: 30px 30px 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
	border: 3px solid #00CC00; 
	text-align: center;
	background: #FFF;
}

.line-join p {
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #333333;
	line-height: 1.2rem;
}

.line-join p img {
	width: 80%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	#line h2 {
	width: 200px;
	height: auto;
	margin: 0 auto;
}

#line h2 img {
	width: 100%;
	height: auto;
}

#line .section-box {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#line .section-box p {
	margin-bottom: 20px;
}

.line-join {
	width: 90%;
	max-width: 300px;
	padding: 30px 30px 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
	border: 3px solid #00CC00; 
	text-align: center;
	background: #FFF;
}

.line-join p {
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #333333;
	line-height: 1.2rem;
}

.line-join p img {
	width: 90%;
	height: auto;
}
}


/* //////////////////////////////////////////
「プロフィール」ページの設定
///////////////////////////////////////////*/

#prof-read {
 width: 80%;
 margin-left: auto;
 margin-right: auto;
 background: url(../images/prof-bg-2.png) no-repeat left top,url(../images/prof-bg-1.png) no-repeat right bottom;
 background-size: 35% auto;
 }
 
#prof-read p {
 color: #000;
 padding: 60px 0;
 }

#prof-list {
 width: 80%;
 margin: 30px auto 0 auto;
 }

#prof-list h5 {
 font-size: 1rem;
 font-weight: normal;
 color: #ae8249;
 letter-spacing: 0.8em;
 margin-bottom: 10px;
 }
 
#prof-list ul {
 display: flex;
 justify-content: center;
 align-items: center;
 }

#prof-list li {
 padding: 0 5px;
 }
 
.mark {
 color: #ae8249;
 }
 

/* アンカーリンクの表示縦位置調整 */
#yoshi, #makoto, #taki, #mayumi, #ryo {
 padding-top: 20px;
 margin-top: -20px;
 }
 
 
#member-prof {
 width: 80%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
 }

#member-prof h3 {
 margin-top: 150px;
 margin-bottom: 30px;
 font-size: 1.8rem;
 font-weight: normal;
 }
 
#member-prof hr {
 width: 100px;
 border-top: 1px #ae8249 solid;
 border-bottom: none;
 margin-bottom: 20px;
 }

#member-prof h5 {
 font-size: 1rem;
 font-weight: normal;
 color: #ae8249;
 letter-spacing: 0.8em;
 }

.prof-detail {
 margin-top: 30px;
 display: flex;
 text-align: left;
 }

.prof-photo {
 width: 60%;
 height: auto;
 }
 
.prof-photo img {
 width: 100%;
 height: auto;
 border-radius: 5px;
 box-shadow:0px 0px 5px 0px #666666;
 }
 
.prof-text {
 margin-left: 2%;
 width: 38%; 
 font-size: 0.9rem;
 line-height: 1.8em;
 border-top: 3px solid #ae8249;
 padding-top: 10px;
 }

@media only screen and (max-width: 768px) {

/* アンカーリンクの表示縦位置調整 */
#yoshi, #makoto, #taki, #mayumi, #ryo {
 padding-top: 10px;
 margin-top: -10px;
 }
	
#member-prof h3 {
 margin-top: 50px;
 }
	
#prof-read {
 width: 80%;
 margin-left: auto;
 margin-right: auto;
 background: url(../images/prof-bg-1.png) no-repeat top center;
 background-size: contain;
 }
 
#prof-read p {
 padding-top: 20px;
 }
 
#prof-list ul {
 display: flex;
 flex-flow: column;
 justify-content: center;
 align-items: center;
 }

#prof-list li {
 padding: 0;
 }

.mark {
 display: none;
 }

#member-prof {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 80px;
 }

#member-prof h5 {
 font-size: 1rem;
 color: #ae8249;
 letter-spacing: 0.2em;
 }

 
.prof-detail {
 margin-top: 20px;
 display: flex;
 flex-flow: column;
 }
 
.prof-photo {
 width: 100%;
 height: auto;
 }
 
.prof-photo img {
 width: 100%;
 height: auto;
 border-radius: 5px;
 }
 
.prof-text {
 margin-left: 0;
 width: 100%; 
 font-size: 0.9rem;
 line-height: 1.8em;
 border: none;
 padding-top: 10px;
 text-align: left;
 }
}

/* //////////////////////////////////////////
「スケジュール」ページの設定
///////////////////////////////////////////*/

.live-info-box {
	padding-top: 150px;
	margin-top: -150px;
}

.live-info-title {
	font-size: 1.2rem;
	margin-bottom: 30px;
}

.live-info-text {
	width: 90%;
	max-width: 700px;
	margin: 30px auto 30px auto;
}

.live-info-text p {
	margin-bottom: 10px;
}

#schedule table {
 border-collapse: collapse;
 width: 90%;
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 30px;
 }

#schedule th,
#schedule td {
 border: 1px #333 solid;
 font-size: 0.9rem;
 }

#schedule th {
 background: rgba(214,187,132,0.8);
 font-weight: normal;
 width: 120px;
 line-height: 1.5em;
 padding: 10px;
 }

#schedule td {
 background: rgba(255,255,255,0.8);
 text-align: left;
 line-height: 1.6em;
 padding: 10px 20px;
 }

#schedule .cap {
 font-size: 0.8rem;
 line-height: 1.5em;
 padding-top: 10px;
 color: #ae8249;
 }

.access a {
 padding: 1px 10px 4px 10px;
 background: #FF3399;
 border-radius: 5px;
 text-decoration:none;
 font-weight:bold;
 color: #FFF
 }
  
.access a:hover {
 background: #CCC;
 }

.ticket{
 margin: 0 auto;
 }
 
.ticket span {
 background: #000;
 color: #FFF;
 padding: 10px 30px;
 border-radius: 5px;
 text-align: center;
 }
 
.live-info-box .button a {
 display:block;
 width: 350px;
 height: 50px;
 color: #FF3399;
	background: #FFF;
 border: 3px #FF3399 solid;
 border-radius: 5px;
 text-decoration:none;
	font-size: 1.0rem;
 margin: 20px auto;
	line-height: 50px;
 }
.live-info-box .button a:hover {
 opacity: 0.5;
 transition: opacity 0.5s;
 }
 

/* スケジュール一覧の設定 */

#schedule-list {
 margin: 0 auto 80px auto;
 width: 70%;
 max-width: 800px;
 }

#schedule-list dt {
 display: block;
 margin: 0 auto;
 font-size: 0.8rem;
 font-weight: normal;
 width: 120px;
 line-height: 1.5em;
 border-bottom: 2px solid #333;
 }
 
#schedule-list dd {
 border-bottom: 1px dotted #333333;
 line-height: 1.5em;
 padding: 15px 5px 10px 5px;
 margin-bottom: 30px;
 }


 
@media only screen and (max-width: 768px) {

.live-info-box {
	padding-top: 50px;
	margin-top: -50px;
}
	
#schedule-list {
 width: 90%;
 }

#schedule table {
 width: 100%;
 }
	
#schedule th {
 font-size: 0.8rem;
 width: 90px;
 padding: 5px;
 }

#schedule td {
 padding: 10px 10px;
 }
.live-info-box .button a {
 width: 90%;
 height: 50px;
 margin: 20px auto;
 }
}


 /* //////////////////////////////////////////
「お問い合わせ」ページの設定
///////////////////////////////////////////*/

.contact-read {
 width: 70%;
 margin: 0 auto 30px auto;
 font-size: 0.9rem;
 text-align: center;
 } 
 

.privacy {
 width: 70%;
 margin: 30px auto 0 auto;
 text-align: center;
 font-size: 0.9rem;
 }

.privacy h5 {
 text-align: center;
 color: #ae8249;
 font-weight: normal;
 border-bottom: 1px dotted #ae8249;
 font-size: 0.9rem;
 margin-bottom: 10px;
}

form#mail_form {
 width: 90%;
 max-width: 800px;
 margin-left: auto;
 margin-right: auto;
 background: rgba(255,255,255,0.9);
 box-shadow:0px 0px 5px 0px #999999;
 border-radius: 5px;
 padding: 30px;
 font-size: 0.9rem;
 }

form#mail_form dl {
	width : 90%;
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form dl dt {
	clear : both;
	width : 30%;
	float : left;
	border-top : 1px dotted #cccccc;
	padding : 15px 0;
	text-align : right;
	overflow : hidden;
}

form#mail_form dl dd {
	width : 65%;
	float : right;
	border-top : 1px dotted #cccccc;
	padding : 15px 0 15px 5%;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd {
	border : none;
}

form#mail_form dl dt span {
	display : block;
	font-size : 0.7rem;
	color : #ae8249;
}



/* -- for JavaScript ここから -- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : inline-block;
	float : left;
	color : #ffffff;
	line-height : 1;
	padding : 8px 9px;
	border-radius : 3px;
}

form#mail_form dl dt span.required{
	background : #d9534f;
	border : 1px solid #d43f3a;
}

form#mail_form dl dt span.optional{
	background : #337ab7;
	border : 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
	margin-top : 3px;
}


span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}

@-webkit-keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}

@keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"]{
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 5px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}

form#mail_form select{
	font-size : 100%;
	margin-top : 5px;
}

form#mail_form textarea{
	display : block;
	width : 90%;
	max-width : 90%;
	height : 200px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}


form#mail_form ul{
	list-style-type : none;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#phone {
	width : 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 80%;
}

form#mail_form p#form_submit{
	width : 90%;
	margin : 0 auto;
	padding : 30px 0 10px 0;
	text-align: center;
}

form#mail_form input[type="button"]{
	padding : 9px 50px;
	vertical-align : middle;
	background : #ae8249;
	border : none;
	border-radius : 3px;
	color : #ffffff;
	font-size : 1rem;
}

form#mail_form input[type="button"]:hover{
 cursor : pointer;
 opacity: 0.7;
 transition: opacity .3s;
}



/* --responsive-- */

@media screen and ( max-width : 768px ){

.contact-read {
 width: 100%;
 letter-spacing: 0em;
 } 

.privacy {
 width: 90%;
 }

form#mail_form {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 background: rgba(255,255,255,0.9);
 box-shadow:0px 0px 5px 0px #999999;
 border-radius: 5px;
 padding: 10px;
 font-size: 0.9rem;
 }
 
form#mail_form dl{
	overflow : visible;
 margin-left: auto;
 margin-right: auto;
}

form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 10px 0 5px;
	font-weight : normal;
}

form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 15px 0px;
}

form#mail_form dl dt span{
	font-weight : normal;
}


/* -- for JavaScript ここから -- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	margin-right : 1em;
	margin-bottom : 2em;
}


/* -- for JavaScript ここまで -- */

form#mail_form input#form_submit_button{
	margin-left : 0;
}

form#mail_form input#phone{
	width : 50%;
}

}

 /* //////////////////////////////////////////
「お問い合わせ｜Thank you」ページの設定
///////////////////////////////////////////*/

#thankyou p {
margin: 50px auto;
width: 90%;
 max-width: 600px;
text-align: left;
 }

#thankyou .line-join {
padding: 20px 20px 0 20px;
}
#thankyou .line-join p:first-child {
 text-align: center;
}

 /* //////////////////////////////////////////
「学校公演・芸術鑑賞会」ページの設定
///////////////////////////////////////////*/

#school section {
 padding: 200px 0 0 0;
 }

#school h2 {
 padding: 30px 0 50px 0;
 }

#school-read {
 width: 90%;
 margin: 0 auto 60px auto;
 background: url(../images/prof-bg-2.png) no-repeat left top,url(../images/prof-bg-1.png) no-repeat right bottom;
 background-size: 35% auto;
 }
 
#school-read p {
 color: #000;
 padding: 60px 0;
 }
 
#school h3 {
 margin: 5px auto 0 auto;
 padding: 10px 0;
 width: 80%;
 border-top: 1px dotted #ae8249;
 border-bottom: 1px dotted #ae8249;
 font-size: 2em;
 font-weight: normal;
 line-height: 1.4em;
 }
 
.h3-cap {
margin-top: 100px;
 font-size: 0.8rem;
 color: #ae8249;
 letter-spacing: 0.5em;
 font-weight: bold;
 }

.school-h3-read {
 margin: 30px 0;
 }

#school .cap {
 font-size: 0.6rem;
 line-height: 1.5em;
 }

.school-h5-1,
.school-h5-2 {
 font-size: 1rem;
 font-weight: normal;
 width: 80%;
 margin: 20px auto;
 border-radius: 5px;
 }

.school-h5-1 {
 background: rgba(255,177,50,0.8);
 }

.school-h5-2 {
 background: rgba(51,102,51,0.8)
 }

.school-cap {
 width: 80%;
 margin: 30px auto 0 auto;
 border: 2px solid #339966;
 padding: 10px;
 font-size: 0.8rem;
 text-align: left;
 display: block;
 line-height: 1.5em;
 color: #339966;
 box-sizing: border-box;
}

.school-cap ul {
 margin-left: 25px;
 }
 
.school-cap li {
 list-style-type: disc;
 }
 
.school-box-flex {
 width: 80%;
 margin: 0 auto;
 display: flex;
 text-align: left;
 }

.school-box-flex-photo {
 width: 50%;
 padding: 0 10px;
 }
 
.school-box-flex-photo img {
 width: 100%;
 height: auto;
 }
 
.school-box-flex-text {
 width: 50%;
 padding: 0 10px;
 }

.school-program {
 margin-bottom: 20px;
 color: #336699;
 }

.school-program h5 {
 font-size: 1rem;
 border-bottom: 1px solid #336699;
 margin: 20px 0 5px 0;
 line-height: 1.2em;
 }

.school-program h5 span {
 font-size: 0.7rem;
 margin-left: 10px;
 }

.school-program h5 span::before,
.school-program h5 span::after {
 content: "-";
 padding: 0 5px;
 }

.school-program p {
 font-size: 0.8rem;
 line-height: 1.5em;
 }

.school-program p span {
 border-bottom: 1px dotted #336699;
 }
 
.ws-box {
 width: 80%;
 margin: 0 auto 100px auto;
 }

.ws-box img {
 width: 100%;
 height: auto;
 }

#school h4 {
 font-size: 1.2rem;
 font-weight: normal;
 margin: 80px auto 30px auto;
 width: 70%;
 border-bottom: 2px #ae8249 solid;
 padding-bottom: 3px;
 }

.flow dt {
 background: #336699;
 color: #FFF;
 display: inline;
 padding: 5px 30px;
 border-radius: 3px;
 }

.flow dd {
 margin: 10px 0 20px 0;
 }

#school hr {
width: 60px;
height: 20px;
border: none;
 margin: 0 auto 25px auto;
 background: url(../images/school-arrow.png) no-repeat left top;
 }
 
@media only screen and (max-width: 768px) {

#school section {
 padding: 50px 0 0 0;
 }

#school h2 {
 padding: 20px 0 30px 0;
 font-size: 2rem;
 }
 
.mob-text {
 display: inline-block;
 }

#school-read {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 background: url(../images/prof-bg-1.png) no-repeat top center;
 background-size: contain;
 }
 
#school-read p {
 padding: 40px 0;
 }
 
#school h3 {
 width: 90%;
 font-size: 1.5rem;
 }
 
.h3-cap {
 font-size: 0.7rem;
 } 
 
.school-h5-1,
.school-h5-2 {
 width: 90%;
 }

.school-box-flex {
 width: 90%;
 margin: 0 auto;
 display: flex;
 flex-flow: column;
 }

.school-box-flex-photo {
 width: 100%;
 margin: 0 auto;
 padding: 0;
 }
 
.school-box-flex-text {
 width: 100%;
 margin: 0 auto;
 padding: 0;
 }

.school-cap {
 width: 90%;
}

.ws-box {
 width: 90%;
 }
}