@charset utf-8;

/* ===== 初期 ===== */
body {margin: 0;padding: 0;text-justify: inter-ideograph;font-size: 100%;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-o-text-size-adjust: 100%;text-size-adjust: 100%;} html {height: 100%;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;font-family: Avenir, Arial, Verdana, Roboto, "Droid Sans", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;} ul{list-style-type: none;} h1,h2,h3,h4,h5,h6,p,li,ul,ol,div,form,hr,br,dt,dl,dd {margin: 0px;padding: 0px;font-weight: 500;text-decoration: none;} img {margin: 0;padding: 0;border: none;-ms-interpolation-mode: bicubic;} a {color: #0044cc;outline: 0;} a:hover {color: #0044cc;text-decoration: underline;outline: 0;} a:focus {outline: thin dotted;} table {border-collapse:collapse;font-size: 100%;border-spacing: 0;} em{font-weight: bold;font-style: normal;} p{/*word-wrap:break-all;*/text-align: justify;text-justify: inter-ideograph;}
abbr[title]{border-bottom: 1px dotted;} b,strong {font-weight: bold;} blockquote {margin: 1em 40px;} dfn {font-style: italic;} hr{-moz-box-sizing: content-box;box-sizing: content-box;height: 0;} mark{background: #ff0;color: #000;} code,kbd,pre,samp {font-family: monospace, serif;font-family: 'courier new', monospace;	font-size: 1em;} pre {margin: 1em 0;white-space: pre;white-space: pre-wrap;word-wrap: break-word;} small{font-size: 80%;} sub,sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;} sup{top: -0.5em;} sub{bottom: -0.25em;} svg:not(:root) {overflow: hidden;}
/* ===== HTML5関係初期 ===== */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;} audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;} audio:not([controls]) {display: none;height: 0;} [hidden] {display: none;} nav ul,nav ol {list-style: none;list-style-image: none;} figure {margin: 0;}

/* ===== clearfix ===== */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	overflow: hidden;
	visibility:hidden;
}

.clearfix{
	*zoom: 1;
	min-height:1%;  /* for IE 7*/
}

/* ===== 基本 ===== */
body {
	background: #F6F6F6;
}

#container {
	position: relative;
	width: 100%;
	height: auto !important;
	min-height: 100%;
	*height:100%;/* ie6 */
	margin: 0 auto;
}

/* ===== ヘッダー ===== */
header{
	margin-bottom: -4px;
}

#h1BOX{
	position: relative;
	width: 100%;
	background: #373737;

}

header h1{
	max-width: 960px;
	margin: 0px auto;
	padding: 2px 20px 2px 0px;
	font-size: 0.675em;
	text-align: right;
	color: #F6F6F6;
}

/* ===== PCグローバルナビゲーション =====*/
@media print, screen and (min-width: 48em) {
#menu{
	position: relative;
	max-width: 960px;
	margin: 20px auto 16px auto;
}
#menu h2{
	display: inline-block;
	width: auto;
	margin: 0 0 0 15px;
	vertical-align: bottom;
}
#menu h2 img{
	margin: 0;
	padding: 0;
	display: block;
}
#menu ul{
	width: auto;
	margin: 0 6px 0 0;
	font-size: 0.825em;
	float: right;
}
#menu ul li{
	width: auto;
	display: inline-block;
	margin: 0 0px 0 10px;
	text-align: middle;
}
#menu ul a{
	width: auto;
	padding: 15px 20px;
	text-decoration: none;
	color: #000;
	background: #fff;
	border-radius: 5%;
}
#menu ul a:hover{
	background: #eee;
	color: red;
}
#menu ul a[class^="icon_"]:before {
	font-size: 90%;
}
#sp_header{
	display: none;
}
}
hr{
	margin: 10px 0px 15px 0px;
	padding: 0;
	border: 0;
	height: 2px;
	background: #FF0000;
	background-image: -webkit-linear-gradient(left, #ddd, #777, #ddd);
	background-image: -moz-linear-gradient(left, #ddd, #777, #ddd);
	background-image: -ms-linear-gradient(left, #ddd, #777, #ddd);
	background-image: -o-linear-gradient(left, #ddd, #777, #ddd);
}

/* ===== スマホヘッダー ===== */
@media screen and (max-width: 47.999999999em) {
header #h1BOX h1{
	padding: 5px 5px 5px 0px;
	margin: 0 auto;
}
#sp_header{
	margin: 20px 10px 16px 10px;
}

}

/* ===== ドロワーアイコン =====*/
#toggle{
	padding: 0px 10px;
	display: inline-block;
	overflow: hidden;
	box-shadow: none;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	right: 20px;
	top: 18px;
	position: absolute;
	opacity: 0.8;
	background: #333333;
	color: #F6F6F6;
}

#toggle span.icon_menu{
	width: 100%;
	font-size: 1.6em;
	line-height: 150%;
}
#toggle span.word_menu{
	width: 100%;
	font-size: 0.8em;
	line-height: 0;
	vertical-align: 0.4em;
}

@media print, screen and (min-width: 48em) {#st-trigger-effects{display: none;}}

/* ===== アイコン ../fonts/icomoon/ ===== */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?lp6dpb');
	src:url('../fonts/icomoon/icomoon.eot?#iefixlp6dpb') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.ttf?lp6dpb') format('truetype'),
		url('../fonts/icomoon/icomoon.woff?lp6dpb') format('woff'),
		url('../fonts/icomoon/icomoon.svg?lp6dpb#icomoon') format('svg');
	font-style: normal;
}

[class^="icon_"] {
	display:inline-block;
	font-family: "icomoon",Verdana, Roboto,"Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-right: 0.2em;
}

.icon_menu:before {content: "\e600";}
.icon_home:before {content: "\e902";}
.icon_quill:before {content: "\e907";}

a[class^="icon_"]:before {
	margin-right: 0.4em;
}

/* =============== メイン =============== */
#main{
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0px auto 50px auto;
	overflow: hidden;
}
[class *="col"] img{
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}
.col-box [class *="col"]{
	background: #F6F6F6;
	padding: 4px;
}
.in_contents .col-box{
	padding: 0;

}
.in_contents .col-box [class *="col"]{
	background: #FFF;
	padding: 0;
	border: none;
}
#main .contents{
	padding: 10px;
	background: #fff;
	border: solid 1px #E8E8E8;
	line-height: 1.6;
}
#main h2{
	position: relative;
	margin: 30px 10px 5px 10px;
	padding: 0px 5px;
	font-size: 0.925em;
	color: #000;
	border-left: solid 5px #E7194A;
	font-weight: 600;
}

#main .contents h2{
	padding: 5px;
	margin: 0px 0px -10px 0px;
	color: #E7194A;
	font-size: 0.925em;
	line-height: 1.6em;
	border: none;
}
#main .contents h3{
	position: relative;
	display: inline-block;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
	font-size: 0.825em;
	border-left: solid 5px #0185B4;
}
#main .contents h3~p{
	margin-left: 25px;
}
#main .contents p{
	margin: 5px;
	font-size: 0.825em;
	line-height: 180%;
}
#main .contents ul{
	margin: 5px;
	font-size: 0.825em;
	line-height: 180%;
}
#main .contents ul li{
	margin: 5px 0px;
}
#main .contents .list_aquare{
	list-style: square;
	margin-left: 25px;
}
#main .contents p.margin_bottom{
	margin-bottom: 20px;
}
@media screen and (max-width: 47.999999999em) {
#main{
	}
}

/* ===== アクセス ===== */
#main .contents .google-map{
	position: relative;
	padding-bottom: 50%; // 縦横比
	height: 0;
	overflow: hidden;
}
#main .contents .google-map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
	background-color: transparent;
	overflow: hidden;
}

/* ===== スタジオ料金案内 ===== */
#studio{
	line-height: 200%;
	font-size: 0.825em;
}

#studio dt{
	margin-bottom: 5px;
	line-height: 200%;
}

#studio dt.studio_name{
	color: #E7194A;
	text-align: center;
	margin-bottom: 10px;
}

#studio dd.studio_description dt{
	border-bottom: solid 2px #0185B4;
	color: #0185B4;
	padding-left: 10px;
}
#studio .studio_description dl{	margin-bottom: 10px;}
#studio .studio_description dd{	margin: 0px 10px;}

#studio img{
	margin: 10px 0px;
}

/* ===== レッスン風景 ===== */
.lesson{
	margin-top: 10px;
}

/* ==================== マップ ==================== */
#main #sankoba_map{
	display: none;
}

.map_shop_intro{
	line-height: 300%;
	padding: 20px;
}

@media screen and (min-width: 580px) {#sankoba_map_Smartphone_wrapper{ display: none; }}
@media screen and (max-width: 579px) {#sankoba_map_PC_wrapper{ display: none; }}

@media screen and (min-width: 580px) {.map_link_sm{ display: none; }}
@media screen and (max-width: 579px) {.map_link_pc{ display: none; }}


#sankoba_map a{ color:#4A4946;text-decoration: none; }
#sankoba_map a:hover { text-decoration: underline; }
#sankoba_map li[id$="F"] a{ background: #FFCECE;}
#sankoba_map li[id$="G"] a{ background: #D8DEFE;}
#sankoba_map li[id$="S"] a{ background: #FAF1A4;}
#sankoba_map li[id$="B_N"] a{ font-size: 12px; text-align: right; padding-right: 10px;}
#sankoba_map li[id$="B_K"] a{ font-size: 12px; text-align: left; padding-left: 10px;}
#sankoba_map li[id*="B_"] a{ border-radius: 0; box-shadow: none}



/* ==================== フッター ==================== */
footer{
}

#footerBOX {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #3D3B3A;
	padding: 0;
	color: #CAC4BD;
}

#footer{
	position: relative;
	width: auto;
	max-width: 960px;
	padding: 10px 0px;
	margin: 0px auto;
	overflow: hidden;
}

#footer p{
	margin: 10px auto;
	text-align: center;
	font-size: 0.725em;
}

#footer ul{
	display: block;
	margin: 0px auto;
	font-size: 0.875em;
}

#footer li{
	width: 14.28%;
	margin-top: 6px;
	float: left;
	text-align: center;
}

#footer a{color: #DDC0EE;}
#footer a:hover{color: #fff;}



/* ===== スマホメニュー =====*/
@media screen and (max-width: 47.999999999em) {
*,*:after,*::before {-moz-box-sizing: border-box;box-sizing: border-box;}
html,body,.st-container,.st-pusher,.st-content {height: 100%;}
.st-content {-webkit-overflow-scrolling: touch;overflow-y: scroll;background: #F6F6F6;/*●コンテンツ背景●*/}
.st-content,.st-content-inner {position: relative;}
.st-container {position: relative;overflow: hidden;}
.st-pusher {position: relative;left: 0;z-index: 99;height: 100%;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;}
.st-pusher::after {position: absolute;top: 0;right: 0;width: 0;height: 0;background: rgba(0,0,0,0.2);/*展開時背景*/content: '';opacity: 0;-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;}
.st-menu-open .st-pusher::after {width: 100%;height: 100%;opacity: 1;-webkit-transition: opacity 0.5s;transition: opacity 0.5s;}
.st-menu {position: absolute;top: 0;left: 0;z-index: 100;visibility: hidden;width: 70%;/*▲横幅▲*/height: 100%;background: #f3efe0;/*●メニュー背景●*/-webkit-transition: all 0.5s;transition: all 0.5s;}
.st-menu::after {position: absolute;top: 0;right: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.2);content: '';opacity: 1;-webkit-transition: opacity 0.5s;transition: opacity 0.5s;}.st-menu-open .st-menu::after {width: 0;height: 0;opacity: 0;-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;}

/* content style */
.st-menu ul {margin: 0;padding: 0;list-style: none;}
.st-menu h2 {
	margin: 0;
	padding: 20px 10px;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-size: 2em;
}
.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li:first-child a{
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {-webkit-transform: translate3d(70%, 0, 0);/*▲横幅▲*/transform: translate3d(70%, 0, 0);/*▲横幅▲*/}
.st-effect-2.st-menu {z-index: 1;}
.st-effect-2.st-menu-open .st-effect-2.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;}
.st-effect-2.st-menu::after {display: none;}

/* Effect 12: Open door */
.st-effect-12.st-container {-webkit-perspective: 1500px;perspective: 1500px;}
.st-effect-12 .st-pusher {-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-12.st-menu-open .st-pusher {-webkit-transform: rotateY(-10deg);transform: rotateY(-10deg);}
.st-effect-12.st-menu {opacity: 1;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
.st-effect-12.st-menu-open .st-effect-12.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.st-effect-12.st-menu::after {display: none;}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,.no-js .st-pusher {padding-left: 50%;}

}

