/* 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:1em;
	color:#222;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
h1, h2, h3 {
	font-size:1.4em;
}

h4, h5, h6 {
	font-size:1.1em;
}

h3 ,h4, h5, h6 {
	border-bottom: 1px solid;
    padding-bottom: 5px;	
}

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;
	display: none;
}

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

#header #info {
	height:auto;
	font-size:.6em;
	line-height:1.2;
	background-image:none;
	padding:10px;
}
#header #info address {
	display:block;
	padding:0;
	margin:0;
}
#header #info img {
    width: auto;
    height: auto;
	margin:8px;
}

#btn_mobile_menu {
	display: block;
	cursor: pointer;
	background: #83C3E4;
	padding: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
}

#menu_course {
	z-index:1100;
}

#menu_course ul {
	z-index:1101;
}

#header #menu_course .menu {
	margin-top:0px;
	margin-bottom:10px;
	padding-top:10px;
	background-image:none;
	border:0;
	display: flex;
    flex-wrap: wrap;
}

#header #menu_course .menu li {
	flex-grow: 1;
	padding: 1px;
}

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

#title_whatsnew {
	background: url(/image/title_whatsnew.png) no-repeat;
	height: 80px;
}
#title_whatsnew img {
	display: none;
}

.kokuchi,
.report {
	padding-left: 0;
    padding: 29px 8px 5px;
    border: 1px dotted #eee;
    margin-top: 10px;
    background-position: 6px 8px;
    font-size: 1.025em;
    background-color: #f6f6f6;
	border-radius: 6px;
}
#twtr_box ,
#open_hours {
	display:none;	
}

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

#sidebar #global_menu {
	margin:10px;
	padding:0;
	width:calc(100% - 22px);
	float:none;
	text-align:center;
	display: flex;
    flex-wrap: wrap;
}

#header #menu_course .menu,
#sidebar #global_menu {
	display: none;
}


#sidebar .menu li {
}

#sidebar .inner {
	padding:0;
}

#sidebar .menu.vertical {
}

#sidebar .menu.vertical.right li a {
	padding: 14px 10px;
}

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


#sidebar #studio_banner,
#sidebar #stage_banner {
    width: 48%;
    float: left;
    margin: 5px 1%;
    clear: none;
	display: none;
}
#sidebar #studio_banner_text,
#sidebar #stage_banner_text {
	font-size: 1em;
}

#sidebar .menu.vertical>li {
	display:inline-block;
	flex-grow: 1;
}

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


#body #main {
	width: 100%;
    padding: 10px;
    margin: 0 0 40px 0;
	color:#333;
}
#body #main #content p {
    margin: 10px 0;
}
#body #main #content p.left,
#body #main #content p.right {
	width: 100%;
    float: none;
    padding: 0;
    box-sizing: border-box;
	text-align: center;
	margin: 10px 0;
}
#body #main #content p.left img,
#body #main #content p.right img {
    zoom:1;
	padding: 0;
	margin: 0;
}

#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:1px solid #e4e4e4;
	background:#F0F9FF;
	border-radius:10px;
	margin:20px 0;
	font-weight:bold;
	box-shadow: 0 0 10px rgba(0,0,0,.12);
}

.timeline {
    max-width: 100%;
}

table.menu_table {
	display:none;
}