@charset "UTF-8";

*, *::before, *::after {
    box-sizing: border-box;
}

body{
    margin:0;
	padding:0;
    width:640px;
    background-color:#EEEEEE;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color:#734D4E;
    font-size:1.5em;
    line-height: 1.6em;
}

.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.setsumei_waku{
	width:620px;
    padding:20px 6px 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #C4D240;
    background-color: #ffffff;
    margin-left:10px;
}
.sub_waku{
    padding:16px 16px 16px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #C4D240;
    background-color: #ffffff;
    margin-bottom:10px;
}

a{
    color:#734D4E;
}

.fcolor_sub{
    color:#C9B0C6;
}
.fcolor_sub2{
    color:#C3AA8B;
}

#wrapper{
    background-image: url(../images/smt/common/bg_main.jpg);
}

#header{
    width:100%;
    height:20px;
    background-image: url(../images/smt/common/head_01.png);
    position:relative;
}

#footer{
    width:100%;
    height:20px;
    background-image: url(../images/smt/common/foot_01.png);
    text-align:right;
    color:#FFFFFF;
    padding: 4px 10px 0 0;
    font-size:13px;
    font-family: arial, sans-serif;
    line-height:1em;
}

.global-nav {
    text-align: center;
}

.global-nav .nav-item{
    display: inline-block;
}

.global-nav a{
    display: block;
    overflow: hidden;
    height: 0px;
    padding-top: 71px;    
}

.global-nav .nav-about {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_01a.png);
    background-size:100%;
}
.global-nav .nav-about-active {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_01b.png);
    background-size:100%;
}
.global-nav .nav-about a:hover {
    background-image: url(../images/smt/menu/menu_01b.png);
}

.global-nav .nav-lesson {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_02a.png);
    background-size:100%;
}
.global-nav .nav-lesson-active {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_02b.png);
    background-size:100%;
}
.global-nav .nav-lesson a:hover {
    background-image: url(../images/smt/menu/menu_02b.png);
}

.global-nav .nav-instructor {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_03a.png);
    background-size:100%;
}
.global-nav .nav-instructor-active {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_03b.png);
    background-size:100%;
}
.global-nav .nav-instructor a:hover {
    background-image: url(../images/smt/menu/menu_03b.png);
}

.global-nav .nav-access {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_04a.png);
    background-size:100%;
}
.global-nav .nav-access-active {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_04b.png);
    background-size:100%;
}
.global-nav .nav-access a:hover {
    background-image: url(../images/smt/menu/menu_04b.png);
}

.global-nav .nav-contact {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_05a.png);
    background-size:100%;
}
.global-nav .nav-contact-active {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_05b.png);
    background-size:100%;
}
.global-nav .nav-contact a:hover {
    background-image: url(../images/smt/menu/menu_05b.png);
}

.global-nav .nav-koguma {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_06a.png);
    background-size:100%;
}
.global-nav .nav-koguma-active {
    width:210px;
    height:71px;
    background-image: url(../images/smt/menu/menu_06b.png);
    background-size:100%;
}
.global-nav .nav-koguma a:hover {
    background-image: url(../images/smt/menu/menu_06b.png);
}

h1.home{
    margin: 0;
    width:100%;
    height:220px;
    background-image: url(../images/smt/top_main.png);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; 
}

h1.home2{
    margin: 0;
    width:100%;
    height:85px;
    background-image: url(../images/smt/menu/menu_00a.png);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; 
    margin-bottom:10px;
}

/* ↓トップへ戻るボタン↓ */
#pageTop {
    position: fixed;
    bottom: 20px;
    left: 534px;
}
 
#pageTop a {
    display: block;
    z-index: 999;
    padding: 0 0 0 6px;
    border-radius: 3px;
    width: 100px;
    height: 40px;
    background-color: #C5A0B1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    opacity: 0.7;
    font-size:18px;
}
 
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.5;
}
/* ↑トップへ戻るボタン↑ */

/* トップページ */
.top_setsumei_1{
    background-image: url(../images/smt/common/ornament_01l.png);
	width:34px;
	min-height:200px;
	background-position: center center;
	float:left;
    margin-top:120px;
}
.top_setsumei_2{
	float:left;
	width:572px;
    background-image: url(../images/smt/common/bg_stripe_01.jpg);
    min-height:200px;
    text-align:center;
    vertical-align:middle;
    padding:10px 22px 10px 22px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #CC9966;
    line-height:1.6em;
}
.top_setsumei_3{
    background-image: url(../images/smt/common/ornament_01r.png);
	width:34px;
	min-height:200px;
	background-position: center center;
	float:left;
    margin-top:120px;
}

.title_taiken{
    background-image: url(../images/smt/title/title02_01.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
    margin-top:20px;
}

.title_otoiawase2{
    background-image: url(../images/smt/title/title02_02.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
    margin-top:20px;
}

/* 教室紹介 */

.title_hoshin{
    background-image: url(../images/smt/title/title02_03.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
}

.about_hoshin{
    width:580px;
    padding:8px 5px 8px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #F9E0BF;
    background-color: #FFFFCD;
}
.about_hoshin table th{
    padding:5px 20px 0 10px;
    width:40px;
}
.about_hoshin table td{
    vertical-align: top;
}

.title_happyokai{
    background-image: url(../images/smt/title/title02_04.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
    margin-top:20px;
}

.title_koe{
    background-image: url(../images/smt/title/title02_05.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
    margin-top:20px;
}

.about_koe_author{
    text-align: right;
    color:#C9B0C6;
}

/* レッスン内容 */

.title_aboutlesson{
    background-image: url(../images/smt/title/title02_06.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
}

.lesson_subtitle{
    text-align:center;
    color:#CB9FCB;
    margin:0px 0px 10px 0px;
}

.lesson_setsumei{
    margin:0px 10px 10px 10px;
}
.lesson_setsumei table{
    width:96%;
    border-top:1.2px dashed #C9B0C6;
}
.lesson_setsumei table td{
    padding-top:6px;
    border-bottom:1.2px dashed #C9B0C6;
}
.lesson_setsumei table td.lesson_val{
    text-align:right;
}
table.lesson_table{
    width:100%;
}
table.lesson_table th{
    width:50%;
    color:#C3AA8B;
    text-align:center;
}
table.lesson_table td{
    text-align:center;
}
table.lesson_table tr.week td{
    padding-top:10px;
}

.title_schedule{
    background-image: url(../images/smt/title/title02_07.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
}

table.lesson_table tr.week td{
    padding-top:10px;
}

.lesson_bottom{
    margin-bottom:20px;
}

.title_instructor{
    background-image: url(../images/smt/title/title02_08.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
}

/* アクセス */

.title_mejiro{
    background-image: url(../images/smt/title/title02_09.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
    margin-top:10px;
}

.title_machida{
    background-image: url(../images/smt/title/title02_10.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
    margin-top:10px;
}

.access_subtitle{
    color:#C9B0C6;
    margin-top:20px;
}
.access_addr{
    margin-bottom:30px;
}

/* こぐまリトミックページ */
.kog_setsumei_1{
    background-image: url(../images/smt/common/ornament_01l.png);
	width:34px;
	min-height:200px;
	background-position: center center;
	float:left;
    margin-top:55px;
}
.kog_setsumei_2{
	float:left;
	width:572px;
    background-image: url(../images/smt/common/bg_stripe_01.jpg);
    min-height:200px;
    text-align:center;
    vertical-align:middle;
    padding:20px 0px 20px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #CC9966;
    line-height:1.6em;
}
.kog_setsumei_3{
    background-image: url(../images/smt/common/ornament_01r.png);
	width:34px;
	min-height:200px;
	background-position: center center;
	float:left;
    margin-top:55px;
}

.title_tokucho{
    background-image: url(../images/smt/title/title02_11.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
    margin-top:20px;
}

.title_ryokin{
    background-image: url(../images/smt/title/title02_12.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
}

.title_basho{
    background-image: url(../images/smt/title/title02_13.png);
	width:640px;
	height:74px;
    overflow: hidden;
    padding-top: 74px;
}

