/*
Theme Name: kangei
Theme URI: https://kangei.main.jp/
Description: 関西芸術座サイト用デザイン
Version: 1.0
Author: Jun.S
Author URI: https://kajilabo.net/

/*---------------------------------------------------------
  						reset
---------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt ,dd, p,img, table,th, tr, td, a{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-spacing: 0;
	
}

img{
	vertical-align:middle;
    image-rendering: -webkit-optimize-contrast;
}
/*---------------------------------------------------------
  						styel
---------------------------------------------------------*/
html {
	font-size: 62.5%;
　/*1remが10px*/
 } 
body {
	font-family: "Century Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #f9f8f4;/*fffbf6*/
    line-height: 28px;
	line-height: 2.8rem;
	color: #444;
	min-width: 1120px;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;


}

img {
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE */
-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
-webkit-user-select: none; /* Chrome, Safari, and Opera */
-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a {
	text-decoration: none;
	color: #739100;
}
a:hover {
	text-decoration: underline;
	color: #0F7EA3;
}
#contents a:hover img{
	filter: Alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


nav{
	text-align: center;
	font-weight: bold;
}

nav ul{
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 0;
}

nav li{
	display: inline-block;
	width: 11%;
	min-width: 120px;
	position: relative;
	font-size: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

nav li:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

nav a{
text-decoration: none;
color: #333;
  display: inline-block;
}

nav a:hover{
	color: #00838f;
	text-decoration: none;
}

nav li::after {
  position: absolute;
  bottom: -22.5px;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  background: #00838f;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
nav li:hover::after {
  transform: scale(1, 1);
}



/*---------------------------------------------------------
  				　　パンくずリスト
---------------------------------------------------------*/
#topic_path {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 15px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#topic_path li {
	display: inline;
}


#topic_path li:after {
	content: " > ";
	margin-right: 5px;
	margin-left: 5px;
}

#topic_path li:last-child:after {
        content: none;
}

/*---------------------------------------------------------
  						basic
---------------------------------------------------------*/
.sp_only{
	display: none;
}

main h1 ,.h3-top-page{
	padding-bottom: 20px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #0F7EA3;
	color: #0F7EA3;
	text-indent: 15px;
	padding-top: 18px;
	display: flex;
	align-items: center;
	font-size: 36px;
}

main h1 {
	margin-bottom: 40px;
}

.h3-top-page{
	margin-bottom: 10px;
}



main h1:after ,.h3-top-page:after{
	margin-left: 30px;
	content: "";
	flex-grow: 1;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0F7EA3;
}



main h2{
	background-image: url(https://kangei.main.jp/wp-content/themes/kangei/images/common/bg_h2.png);
	background-repeat: no-repeat;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 10px #aaa;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	text-indent: 50px;
	line-height: 20px;
	height: 20px;
	clear: both;
	margin-top: 50px;
	margin-bottom: 40px;
	background-position: 20px 0px;
	background-color: #0F7EA3;
}


.h2_sub {
	font-size: 11px;
	padding-left: 30px;
}
.h2_little {
	background-image: none;
	background-color: #669900;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 80px;
	margin-bottom: 0px;
}/*little_works*/

#side h2 {
	margin-top: 50px;
	margin-bottom: 10px;
}

h3 {
	font-size: 48px;
	color: #FF6699;
	padding-bottom: 20px;
	line-height: 1.5em;
	padding-top: 40px;
}/*member, little_works*/

.h3_sub {
	font-size: 28px;
}/*history*/

.h3_original {
	font-weight: bold;
	color: #666;
	text-align: right;
	padding-bottom: 20px;
	padding-right: 10px;
}/*history,tour_child*/


h4 {
	color: #0F7EA3;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #0F7EA3;
	text-indent: 10px;
	margin-bottom: 20px;
	font-size: 26px;
	margin-top: 40px;
}/*signature, little_index*/



#header_in {
	margin-right: auto;
	margin-left: auto;
}
#title {
	text-align: left;
	margin-left: 50px;
}
#contents {
	width: 1130px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
main {
	float: right;
	width: 730px;
}
main a {
	text-decoration: underline;
	color: #FF6699;
}
main a:hover {
	color: #739100;
}


#side {
	float: left;
	width: 338px;

}


/*---------------------------------------------------------
  				          topics
---------------------------------------------------------*/
.topics {
	width: 730px;
}
.topics dt {
	display: inline-block;
	padding-left: 0px;
	float: left;

}
.topics dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.topics  a {
	color: #0F7EA3;
	text-decoration: underline;
}
.topics  a:hover {
	color: #739100;
}


.n_news::before {
	content: "NEWS";
	font-size: 13px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #F66;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
}

.n_announce::before {
	content: "お知らせ";
	font-size: 13px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #6d5868;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
}

.n_media::before {
	content: "出演";
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #4686A8;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
}
.n_stage::before {
	content: "公演";
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #693;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
}

.new_icon {
	font-size: 12px;
	font-weight: bold;
	color: #F03;
}
.hide_box {
	display: none;
}
.more {
	width: 80px;
	height: 40px;
	border-radius: 0 0 40px 40px;
	cursor: pointer;
	font-size: 14px;
	color: #FFF;
	background-color: #333;
	text-align: center;
	float: right;
	margin-right: 20px;
	margin-top: -10px;
	margin-bottom: 20px;
}

/*---------------------------------------------------------
  				     Accordion menu (FAQ)
---------------------------------------------------------*/

.faq{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	display: block;
}


.faq dt{
	line-height: 2em;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq dt span{
	display: block;
	margin-right: 40px;
}



.faq dd{
	line-height: 1.8em;
	display: none;
    padding-bottom: 20px;
}

.faq dt span::before {
	content: "Q";
	padding-right: 10px;
	color: #F36;
	font-size: 22px;
	font-weight: bold;
}

.faq dd p::before {
	content: "A";
	padding-right: 10px;
	color: #39C;
	font-size: 22px;
	font-weight: bold;
}

.faq .fas{
	transition: ease-in-out 300ms;
	line-height: 35px;
	margin-right: 20px;
	color: #F36;
	float: right;
 }




/*---------------------------------------------------------
  				      Drop-down menu
---------------------------------------------------------*/
#category {
	background-color: #fafaf6;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #bbb;
	padding-bottom: 10px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	padding-top: 10px;
}

#category a {
	text-decoration: none;
	color: #666;
}

#category a:hover {
	color: #ffffff;
}

#menu {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.main_menu{
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(0.49, #f2f2f2), color-stop(0.50, #e6e6e6), to(#f2f2f2));/* Chrome10+, Safari5.1+ */
	background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 49%, #e6e6e6 50%, #f2f2f2);/* FF3.6+ */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6', GradientType=0);/* IE 5.5-9 */
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 49%, #e6e6e6 50%, #f2f2f2);
	font-weight: bold;
	padding-left: 20px;
	text-indent: 10;
	display: block;
	position: relative;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	width: 316px;
}

.main_menu::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #739100;
    border-right: solid 2px #739100;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
#menu .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}

#menu .main_menu:hover ,#menu .open {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#87aa58), color-stop(0.49, #87aa58), color-stop(0.50, #7c9c51), to(#87aa58));/* Chrome10+, Safari5.1+ */
	background-image: -moz-linear-gradient(top, #87aa58 0%, #87aa58 49%, #7c9c51 50%, #87aa58);/* FF3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87aa58', endColorstr='#7c9c51', GradientType=0);/* IE 5.5-9 */
	background-image: linear-gradient(to bottom, #87aa58 0%, #87aa58 49%, #7c9c51 50%, #87aa58);/* IE 10 */
	color: #FFF;
}
#menu .main_menu:hover::before ,#menu .open::before{
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

.sub-menu li a{
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 40px;
	background-color: #e3ecd1;
	display: block;
	position: relative;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}

.sub-menu li a:hover{
	background-color: #9fbb79;
}
li .this_page a {
	background-color: #cfddbc;
}


.sub-menu li a::before{
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #739100;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	margin-left: 25px;
}
.sub-menu li a:hover::before {
	border-left: solid 6px #ffffff;
}
.third_menu li a{
	padding-left: 40px;
	border-top-style: none;
	padding-bottom: 6px;
	padding-top: 6px;
	
}
.third_menu li a::before{
	margin-left: 65px;
}
/*---------------------------------------------------------
  				  category Voice Sample
---------------------------------------------------------*/
#cate_vs {
	background-color: #fafaf6;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #bbb;
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
}

#cate_vs ul {
	margin-left: 120px;
}

#male {
	color: #698aab;
	border: 2px dashed #698aab;
	border-radius: 5px;
	box-shadow: 0 0 3px 3px #c1e4e9;
	text-shadow: 0 0 5px;
	background-color: #c1e4e9;
	background-image: url(https://kangei.main.jp/wp-content/themes/kangei/images/common/vs_male.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin: 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#female {
	color: #a25768;
	border: 2px dashed #b57986;
	border-radius: 5px;
	box-shadow: 0 0 3px 3px #f4b3c2;
	text-shadow: 0 0 5px;
	padding: 10px;
	margin: 15px;
	background-color: #f4b3c2;
	background-image: url(https://kangei.main.jp/wp-content/themes/kangei/images/common/vs_female.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#male a  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6991b1), color-stop(0.49, #6991b1), color-stop(0.50, #698aab), to(#6991b1));/* Chrome10+, Safari5.1+ */
	background-image: -moz-linear-gradient(top, #6991b1 0%, #6991b1 49%, #698aab 50%, #6991b1);/* FF3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6991b1', endColorstr='#698aab', GradientType=0);/* IE 5.5-9 */
	background-image: linear-gradient(to bottom, #6991b1 0%, #6991b1 49%, #698aab 50%, #6991b1);/* IE 10 */
	display: block;
}
#male a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(0.49, #f2f2f2), color-stop(0.50, #e6e6e6), to(#f2f2f2));/* Chrome10+, Safari5.1+ */
	background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 49%, #e6e6e6 50%, #f2f2f2);/* FF3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6', GradientType=0);/* IE 5.5-9 */
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 49%, #e6e6e6 50%, #f2f2f2);/* IE 10 */
	color: #698aab;
	text-decoration: none;
}
#female a  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b57f89), color-stop(0.49, #b57f89), color-stop(0.50, #b57986), to(#b57f89));/* Chrome10+, Safari5.1+ */
	background-image: -moz-linear-gradient(top, #b57f89 0%, #b57f89 49%, #b57986 50%, #b57f89);/* FF3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b57f89', endColorstr='#b57986', GradientType=0);/* IE 5.5-9 */
	background-image: linear-gradient(to bottom, #b57f89 0%, #b57f89 49%, #b57986 50%, #b57f89);/* IE 10 */
	display: block;
}
#female a:hover  {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(0.49, #f2f2f2), color-stop(0.50, #e6e6e6), to(#f2f2f2));/* Chrome10+, Safari5.1+ */
	background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 49%, #e6e6e6 50%, #f2f2f2);/* FF3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6', GradientType=0);/* IE 5.5-9 */
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 49%, #e6e6e6 50%, #f2f2f2);/* IE 10 */
	color: #b57986;
	text-decoration: none;
}

#male li:last-child a, #female li:last-child a{
	border-bottom-style: none;
}

/*---------------------------------------------------------
  			   Voice Sample page item
---------------------------------------------------------*/
.item_vs {
	font-size: 22px;
	font-weight: bold;
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.item_vs a  {
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#87aa58), color-stop(0.49, #87aa58), color-stop(0.50, #7c9c51), to(#87aa58));/* Chrome10+, Safari5.1+ */
	background-image: -moz-linear-gradient(top, #87aa58 0%, #87aa58 49%, #7c9c51 50%, #87aa58);/* FF3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87aa58', endColorstr='#7c9c51', GradientType=0);/* IE 5.5-9 */

	background-image: linear-gradient(to bottom, #87aa58 0%, #87aa58 49%, #7c9c51 50%, #87aa58);/* IE 10 */
	display: block;
	text-decoration: none;
}
.item_vs a:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(0.49, #f2f2f2), color-stop(0.50, #e6e6e6), to(#f2f2f2));/* Chrome10+, Safari5.1+ */
	background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 49%, #e6e6e6 50%, #f2f2f2);/* FF3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6', GradientType=0);/* IE 5.5-9 */
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 49%, #e6e6e6 50%, #f2f2f2);/* IE 10 */
	color: #7c9c51;
	text-shadow: 0 0 3px;
}

.vs_list li{
	float: left;
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.vs_list li:after {
	content: " | ";
	margin-right: 3px;
	margin-left: 3px;
	color: #999;
}

.vs_list li:last-child:after {
        content: none;
}

.current_page_item a {
	pointer-events: none;
	font-size: 15px;
	color: #999;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}

.current_page_item a:hover {
	color: #999;
}


/*---------------------------------------------------------
  	                     info
---------------------------------------------------------*/
#info {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#info li  {
	text-align: center;
	padding-top: 15px;
}

/*---------------------------------------------------------
  	                    footer_navi
---------------------------------------------------------*/
#footer_navi {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 1130px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 15px;
}
#footer_navi li {
	display: inline;
}
#footer_navi li:after {
	content: " | ";
	margin-right: 5px;
	margin-left: 5px;
}

#footer_navi li:last-child:after {
        content: none;
}

#footer_navi a {
	color: #444;
}

footer {
	color: #FFF;
	background-color: #333;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

footer img{
	margin-bottom: 1.4rem;
}
/*---------------------------------------------------------
  				          親ページ
---------------------------------------------------------*/
.item {
	float: left;
	width: 220px;
	margin-right: 5px;
	background-color: #FFF;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #CCC;
	margin-left: 5px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.item dd {
	margin-top: 5px;
	font-weight: bold;
}
.item dd a , .member a{
	color: #0F7EA3;
	text-decoration: none;
}
.item dd a:hover ,  .member a:hover  {
	color: #739100;
	text-decoration: underline;
}
.item .comment{
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
	text-align: left;
	color: #999;
}

/*---------------------------------------------------------
  				          form
---------------------------------------------------------*/
#form {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-left: auto;
	margin-top: 10px;
	width: 90%;
	margin-right: auto;
}/*inquiry*/


#form th {
	background-color: #e0e0e0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	text-align: left;
	padding-left: 20px;
}/*inquiry*/

#form td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}/*inquiry*/

input{
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	width: 95%;
 } 

/*--------------------------------------------------------*/

textarea{
	padding: 10px;
	width: 95%;
}
 

#formbtn, #entry-form #formbtn{
	padding: 20px;
	width: 300px;
	height: 60px;
	font-weight: bold;
	background-color: #3399CC;
	margin-top: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFF;
}

#formbtn:hover{
	background-color: #999;
}

.required{
	font-size: 11px;
	padding: 5px;
	color: #fff;
	background-color: #ff7f7f;
	margin-left: 15px;
	vertical-align: top;
}

.spam{
	font-size: 14px;
}

div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/*---------------------------------------------------------
  				        entry-form
---------------------------------------------------------*/
#entry-form {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-left: auto;
	margin-top: 10px;
	width: 90%;
	margin-right: auto;
}/*school-entry*/


#entry-form th {
	background-color: #e0e0e0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}/*school-entry*/

#entry-form .bg_testday {
	background-color: #FFCC66;
}/*school-entry*/

#entry-form td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}/*school-entry*/

#entry-form input ,#entry-form select{
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	width: 95%;
 }/*school-entry*/ 

#entry-form .input_medium{
	width: 40%;
 }/*school-entry*/ 

#entry-form .input_short{
	width: 20%;
 }/*school-entry*/ 
 
 
.wpcf7 .hidden-fields-container {
	display: none !important;
}

/*---------------------------------------------------------
  				          
---------------------------------------------------------*/

.t_stage {
	float: left;
	width: 336px;
	text-align: center;
	padding-top: 10px;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #bbb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 13px;
	height: 282px;
	background-color: #FFF;
}

.t_stage_ad {
	float: left;
	text-align: center;
	width: 336px;
	height: 280px;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 13px;
}

.t_title {
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}
.t_title a {
	color: #0F7EA3;
	text-decoration: none;

}
.t_title a:hover   {
	text-decoration: underline;

}
.t_stage  .t_comment{
	text-align: left;
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 1.6em;
}

.inq_tel {
	font-size: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}/*inquiry*/

.member {
	float: left;
	margin-bottom: 20px;
	width: 121px;
	text-align: center;
	padding-bottom: 30px;
}

.member dd {
	padding-top: 5px;
	font-weight: bold;
}
.member_vs {
	background-image: url(images/common/voice.gif);
	background-repeat: no-repeat;
	background-position: 30px 7px;
	padding-left: 33px;
}

.member_vs_none {
	height: 21px;
}


/*---------------------------------------------------------
  				      子ページ共通
---------------------------------------------------------*/


.top-img {
  width: 100%;
  position: relative;
  margin: 0;
}
.top-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  
}

.top-img figcaption {
	font-size: 1.5vw;
	color: #ffffff;
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.dark-filter {
  background-color: rgba(0, 0, 0, 0.45);
}





.history_meta{
	text-align: right;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 20px;
}/*newstage,little_works*/

.outline_word {
	font-size: 20px;
	line-height: 1.6em;
	padding-bottom: 20px;
	font-weight: bold;
}/*newstage*/

.corich_pr {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 1.5em;
}/*newstage*/
.news_list {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 20px;
	line-height: 1.8em;
}/*media_child*/

.news_list img{
	padding-right: 5px;
}/*media_child*/

.news_list a  {
	text-decoration: none;
}
.news_list a:hover {
	text-decoration: underline;
}
.number {
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
}


/*---------------------------------------------------------
  　　カテゴリーページ (archive.php：投稿アーカイブ)
---------------------------------------------------------*/
.readmore {
	display: inline-block;
	zoom: 1;
	font-size: 14px;
	color: #fff !important;
	background-color: #FF6699;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}
.readmore:after {
   content: '';
   display: block;
   clear: both;
}
.readmore:hover {
	color: #fff;
	background-color: #39C;
	text-decoration: none;
}

/*---------------------------------------------------------
  		 新着情報(whatnew)＆トピックス (post)
---------------------------------------------------------*/

.news_list dt {
	font-weight: bold;
	color: #F69;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.4em;
	padding-top: 2.0rem;
	padding-bottom: 4.0rem;
}


.topics_page .history_meta {
	padding-bottom: 2.0rem;
    margin-bottom: 4.0rem;
}


.news_list h2{
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	color: #444;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
	text-indent: 0;
	padding-top: 1.8rem;
	padding-bottom: 1.4rem;
	padding-left: 1.0rem;
	border-style: none;
	position: relative;
	height: auto;
}

.news_list h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.news_list h3 {
	font-size: 26px;
	font-size: 2.6rem;
	color: #444;
	line-height: 1.3;
    padding: 0.4rem 1.4rem;
    border-left: 4px solid #000;
	margin-top: 2.6rem;
	margin-bottom: 2.6rem;
}

.news_list h4 {
	color: #444;
	border-style: none;
	text-indent: 0px;
	font-size: 22px;
	font-size: 2.2rem;
}

.news_list h5 {
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}
.news_list h6 {
	font-size: 16px;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}
.news_list ul li {
	list-style-type: disc;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	list-style-position: inside;
}

#topics-category {
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#topics-category h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #555;
	color: #555;
	text-indent: 10px;
	align-items: center;
}
#topics-category ul>li{
	text-indent: 20px;
	border-bottom: 1px dashed #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topics-category ul>li:before {
    content: "・";
}
#topics-category ul>li:last-child {
	border-bottom: none;
}
#topics-category .children>li{
	text-indent: 40px;
	border-style: none;
}
#topics-category .children>li:before {
    content: "└";
}
/*---------------------------------------------------------
  				          table
---------------------------------------------------------*/
.staff-cast {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.staff-cast th  {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #FFF;
	background-color: #FF6699;
	padding-right: 10px;
	padding-left: 10px;
}
.staff-cast td  {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #FFF;
}
.conditions {
	margin-left: 30px;
	margin-top: 10px;
}

.bg_skyblue {
	background-color: #C5D9DE;
}
.staff-cast .bg_lightpink{
	background-color: #FEE4EC;
}

.respo-table-block img {
	max-width: 300px;
	mix-width: 150px;
	
}

/*---------------------------------------------------------
  				       history     
---------------------------------------------------------*/


.timeline {
  list-style: none;
}

.timeline-content > h3{
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.timeline-content > h3 a{
	color: #099;
	text-decoration: none;
}
.timeline-content > h3 a:hover{
	text-decoration: underline;
	color: #F66;
}

.timeline > li {
    overflow: hidden;
	position: relative;
  }
  
.timeline-date {
    width: 120px;
    float: left;
  }
.timeline-content {
	width: 75%;
	float: left;
	border-left: 3px #e5e5d1 solid;
	padding-left: 40px;
	padding-top: 0;
	padding-bottom: 28px;
  }
  .timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	left: 116px;
	top: 7px;
	border-radius: 100%;
	background-color: #009999;
  }
  .timeline-content:after{
	content: "";
	width: 2em;
	position: absolute;
	top: 13px;
	left: 116px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #099;
}


/*---------------------------------------------------------
  				          SNS
---------------------------------------------------------*/


/* jetpackのSNS表示用 */
.sd-content{
	margin-top: 30px;
}


/* はてブはアイコンフォントがないためテキストで代用 */
.fa-hatena:before {
font-family: Verdana;
font-weight: bold;
content: 'B!';
}
 
ul.sns {
	display: flex;
	flex-wrap: wrap;
	margin-top: 36px;
	margin-bottom: 10px;
}

ul.sns li{
	list-style: none;
	width: 12%;
	margin-right: 1%;
}

ul.sns li a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 34px;
	font-size: 13px;
	text-align: center;
}

.sns li a.twitter {background: #1da1f2;}
.sns li a.facebook {background: #3b5998;}
.sns li a.line {background: #00b900;}
.sns li a.pocket {background: #ee4056;}
.sns li a.hatena {background: #00a4de;}


a.twitter:hover, a.facebook:hover, a.line:hover, a.pocket:hover,a.hatena:hover{
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-decoration: none;
}








/*---------------------------------------------------------
  				          LINK
---------------------------------------------------------*/
.link_name {
	padding-top: 10px;
}
.link_name a  {
	background-image: url(https://kangei.main.jp/wp-content/themes/kangei/images/common/yaji_green.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 25px;
	background-position: 0px -1px;
	color: #739100;
}

.link_name a:hover {
	text-decoration: underline;
	background-image: url(https://kangei.main.jp/wp-content/themes/kangei/images/common/yaji_pink.png);
	color: #FF6699;
}

.link_comment {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


/*---------------------------------------------------------
  				         
---------------------------------------------------------*/
.impression {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #666;
	padding: 15px;
}/*巡演作品感想*/


.sign {
	width: 33%;
	float: left;
	line-height: 1.8em;
}/*signature*/

.kakomi_box {
	border: 1px solid #999;
	background-color: #FFF;
	padding: 15px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}/*workshop*/

.kakomi_box ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
}
.little_work {
	font-size: 30px;
	color: #F69;
	line-height: 1.8em;
}/*little_index*/

.google-map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.google-map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/*---------------------------------------------------------
  				      Voice Sample
---------------------------------------------------------*/
#vs{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-right-color: #CCC;
	font-size: 14px;
	background-color: #FFF;
}

#vs th {
	background-color: #F2F2F2;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 5px;
}

#vs td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	padding: 5px;
}

#vs img {
	vertical-align: middle;
	width: 57px;
	height: auto;
}

.vs_audio {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

#vs .class_vs{
	font-size: 13px;
	font-weight: bold;
	color: #399;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: 5px;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

#vs td a {
	color: #999;
}
#vs td a:hover {
	color: #739100;
}

#vs .title_no {
	width: 90px;
}

#vs .name  {
	width: 130px;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 16px;
}

#vs .name a {
	text-decoration: none;
	color: #739100;
}
#vs .name a:hover {
	color: #FF6699;
	text-decoration: underline;
}
#vs .sub_name {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}


/*---------------------------------------------------------
  				  フローチャート
---------------------------------------------------------*/

.flowchart{
	margin-left: 2em;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #CCC;
	counter-reset: number;
}
.flowchart dl{
	margin-bottom: 2.5em;
}
.flowchart dt{
	position: relative;
	margin-left: 2em;
	font-size: 20px;
	font-weight: bold;
	color: #099;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.flowchart dd{
	margin-left: 3em;
	margin-bottom: 1em;
}
.flowchart dt:before{
	counter-increment: number;
	content: counter(number);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	left: calc(-3.2em);
	color: #FFF;
	background-color: #099;
	text-indent: .45em;
}
.flowchart dt:after{
	content: "";
	width: 1.5em;
	position: absolute;
	top: .7em;
	left: -2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


/*---------------------------------------------------------
  				   FONT & padding/margin
---------------------------------------------------------*/
.f14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.f16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.f18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.f20 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6em;
}

.f26 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.6em;
}


.f30 {
	font-size: 30px;
	font-size: 3rem;
}

.f40 {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.4em;
}

.f45 {
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 1.6em;
}

.f50 {
	font-size: 50px;
	font-size: 5.0rem;
	line-height: 1.6em;
}

.green {
	color: #739100;
}

.pink {
	color: #FF6699;
}

.blue {
	color: #0F7EA3;
}

.red {
	color: #FF0033;
}
.marker {
    background-color:#ff9
}
.marker-red{
	background-color:#ffd0d1
}
.marker-blue{
background-color:#a8dafb
}

.marker-underline {
	background:linear-gradient(transparent 60%, #ff9 60%)
}
.marker-underline-red {
	background:linear-gradient(transparent 60%, #ffd0d1 60%)
}
.marker-underline-blue {
	background:linear-gradient(transparent 60%, #a8dafb 60%)
}

.style_kakomi {
	border: 2px solid;
	background-color: #FFF;
	padding: 1.5em;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bd_gray {
	border-color: #777;
}
.bd_yellow {
	border-color: #FF0;
}
.bd_red {
	border-color: #f03;
}
.bd_blue {
	border-color: #0F7EA3;
}
.bd_green {
	border-color: #739100;
}
.gray3 {
	color: #333;
}

.p_t5 {
	padding-top: 5px;
}


.p_t10 {
	padding-top: 10px;
}/*tour_index,recruit*/

.p_t15 {
	padding-left: 15px;
}
.p_t20 {
	padding-top: 20px;
}
.p_t30 {
	padding-top: 30px;
}/*inquiry*/

.p_b20 {
	padding-bottom: 20px;
}
.p_b40 {
	padding-bottom: 40px;
}
.p_tb15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.p_tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}/*stage*/


.p_t30b15 {
	padding-top: 30px;
	padding-bottom: 15px;
}

.p_t15b30 {
	padding-top: 15px;
	padding-bottom: 30px;
}
.p_l15 {
	padding-left: 15px;
}

.p_l20 {
	padding-left: 20px;
}
.p_l30 {
	padding-left: 30px;
}
.p_l60 {
	padding-left: 60px;
}

.p_lr20 {
	padding-right: 20px;
	padding-left: 20px;
}
.m_tb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.m_t0 {
	margin-top: 0px;
}/*little_works*/
.m_t20 {
	margin-top: 20px;
}/*index*/
.m_b20 {
	margin-bottom: 20px;
}


.m_b30l30 {
	margin-bottom: 30px;
	margin-left: 30px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}

.end {
	background-image: url(https://kangei.main.jp/wp-content/themes/kangei/images/stage/tour/end.gif);
	background-repeat: no-repeat;
}
.end_3mar {
	background-image: url(https://kangei.main.jp/wp-content/themes/kangei/images/stage/tour/end_3mar.gif);
	background-repeat: no-repeat;
}
.ad_side {
	color: #FFF;
	padding-top: 40px;
	padding-left: 25px;
}

.clear_both {
	clear: both;
}


/*---------------------------------------------------------
  				        decoration
---------------------------------------------------------*/
.down_arrow {
	width: 0;
	height: 0;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	border-top: 60px solid #999;
	margin-right: auto;
	margin-left: auto;
}

.btn_box_pink {
	background-color: #39C;
	display: inline-block;
	color: #fff !important;
	padding: 5px 20px;
	margin: 10px 30pt;
}

.btn_box_pink:hover {
	color: #fff;
	background-color: #F69;
	text-decoration: none;
}