/* CSS Document */

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-size:34px;
	color:#222;
}
h1, h2, h3, h4, h5, h6 {
	font-size:36px;
}

input {
	font-size:32px !important;
	padding:10px;
	width:100% !important;
}

#wrapper {
	width:100%;
}

#header #eye_catch {
	height:auto;
}

#header #eye_catch img {
	width:100%;
	height:auto;	
}

#pankuzu {
	height:30px;
	text-indent:-999px;
	overflow:hidden;
}

ul.menu li a {
	font-size:32px !important;
	letter-spacing:-10%;
}

#header #info {
	height:auto;
	font-size:18px;
	line-height:22px;
	background-image:none;
	padding:10px;
}
#header #info address {
	display:block;
	padding:0;
	margin:0;
}
#header #info img {
    width: auto;
    height: 90%;
	margin:4px;
}

#menu_course {
	z-index:1100;
}

#menu_course ul {
	z-index:1101;
}

#header #menu_course .menu {
	margin-top:0px;
	margin-bottom:10px;
	padding-top:20px;
	background-image:none;
	border:0;
}
#header #menu_course .menu br {
	display:none;
}
#header #menu_course .menu a {
	display:inline-block;
	padding:10px 20px;
	margin:10px;
	line-height:100%;
	background:#f5f5ff;
	border:3px solid #bbF;
	border-radius:30px;
	height:auto;
}

#twtr_box ,
#open_hours {
	display:none;	
}

#sidebar {
	float:none;
	width:100%;
}

#sidebar #global_menu {
	margin-top:15px;
	padding:0;
	width:95%;
	float:none;
	text-align:center;
}

#sidebar .menu li {
}

#sidebar .inner {
	padding:0;
}

#sidebar .menu.vertical {
}

#sidebar .menu.vertical.right ul {
	top: 100%;
    right:0;
    left: auto;
	z-index:2000 !important;
}


#sidebar #studio_banner,
#sidebar #stage_banner {
    width: 45%;
    float: left;
    margin: 2%;
    clear: none;
}
#sidebar .menu.vertical>li {
	display:inline-block;
}

#sidebar .menu li ul li {
}
/* ===== コンテンツ ====== */


#body #main ,
#body #main #content p {
	width:100%;
	padding:12px;
	margin-bottom:40px;
	color:#333;
}
#body #main #content p.right {
	width:auto;
}

#top_title {
	background-image:none; 
	text-indent:0;
	overflow:hidden;
}

#email_contact {
	display:block;
}

#email_contact img {
	width:60%;
	height:auto;
}

#twtr_box_mobile ,
#mobile_email {
	display:block;
}

#twtr_box_mobile a ,
#mobile_email a {
	display:block;
	text-align:center;
	padding:20px;
	border:5px solid #5AABEC;
	background:#F0F9FF;
	border-radius:10px;
	margin:20px 0;
	font-weight:bold;
}

.timeline {
    max-width: 100%;
}

table.menu_table {
	display:none;
}