@charset "utf-8";
/*
Theme Name: piano
Theme URI:
Description: nijiiro-ms_piano
Version: 1.0
Author: SUSTURE
Author URI:
Tags: simple
*/

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none
}

body {
    font: 14px/1.4 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #616161;
    background: #fff;
}

a {
    color: #ff6988;
    text-decoration: none;
}

a:hover {
    color: #816400;
}

a:active,
a:focus {
    outline: 0;
}

a {
    -webkit-tap-highlight-color: #fc7b96;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

img.rd {
    /*border-radius*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.24);
    /*box-shadow*/
    -webkit-box-shadow: 1px 1px 3px #4c4c4c;
    -moz-box-shadow: 1px 1px 3px #4c4c4c;
    box-shadow: 1px 1px 3px #4c4c4c;
    behavior: url(ie-css3.htc);
}

.capt {
    font-size: 0.9em;
}

.clear {
    clear: both;
}

h1 {
    display: none;
}

/*************
全体
*************/
#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #f6e9bc;
}

.pb_5 {
    padding-bottom: 5px !important;
}
.pb_10 {
    padding-bottom: 10px !important;
}
.pb_15 {
    padding-bottom: 15px !important;
}
.pb_20 {
    padding-bottom: 20px !important;
}
.pb_25 {
    padding-bottom: 25px !important;
}
.pb_30 {
    padding-bottom: 30px !important;
}
.pb_35 {
    padding-bottom: 35px !important;
}
.pb_40 {
    padding-bottom: 40px !important;
}
.pb_50 {
    padding-bottom: 50px !important;
}
.pb_60 {
    padding-bottom: 60px !important;
}
.mt_5 {
    margin-top: 5px !important;
}
.mt_10 {
    margin-top: 10px !important;
}
.mt_15 {
    margin-top: 15px !important;
}
.mt_20 {
    margin-top: 20px !important;
}
.mt_25 {
    margin-top: 25px !important;
}
.mt_30 {
    margin-top: 30px !important;
}
.mt_35 {
    margin-top: 35px !important;
}
.mt_40 {
    margin-top: 40px !important;
}
.mt_50 {
    margin-top: 50px !important;
}
.mt_60 {
    margin-top: 60px !important;
}
/*************
 header
 *************/

 /* top page */
 div#header.top {
    width: 1040px;
    height: 541px;
    background: url(images/piano_eyecatch.jpg) top no-repeat;
    margin: auto;
    position: relative;
}

img#main_logo {
    display: block;
    margin: auto;
    padding-top: 13px;
}

img#tel {
    display: block;
    position: absolute;
    top: 8px;
    left: 760px;
}

#free_banner {
    position: absolute;
    top: 65px;
    left: 810px;
}

p#free_banner a {
    text-indent: -9999px;
    display: block;
    width: 219px;
    height: 330px;
    background: url(images/free_lesson.png) no-repeat top left;
}

p#free_banner a:hover {
    background: url(images/free_lesson.png) no-repeat top right;
}

/* sub page */
div#header {
    position: relative;
    width: 1040px;
    margin: auto;
    height: 256px;
    background: url(images/piano_sub.jpg) top no-repeat;
}

img#logo_sub {
    display: block;
    padding: 16px 0 0 12px;
}

#free_banner_s {
    position: absolute;
    top: 70px;
    left: 770px;
}

/*************
/* global navi
*************/
ul#topnav {
    margin: 32px auto auto;
    width: 1008px;
    height: 20px;
    padding: 12px 0px;
    /*border-radius*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.24);
    /*box-shadow*/
    -webkit-box-shadow: 0px 0px 10px #fff;
    -moz-box-shadow: 0px 0px 10px #fff;
    box-shadow: 0px 0px 10px #fff;
    behavior: url(ie-css3.htc);
}

ul#topnav.top {
    margin-top: 206px;
}

ul#topnav li {
    float: left;
    list-style: none;
    width: 125px;
    height: 20px;
    border-right: solid 1px #fff;
}

ul#topnav li.none_border {
    border-right: none;
}

ul#topnav a {
    display: block;
    font-size: 1.16em;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    width: 112px;
    text-shadow: 1px 1px #cccccc;
    behavior: url(ie-css3.htc);
    margin: 0 5px 0 7px;
    padding-bottom: 9px;
    behavior: url(<?php bloginfo('template_directory');
    : ?>/ie-css3.htc);
}

a#home:hover,
a#course:hover,
a#lecturer:hover,
a#trial:hover,
a#privilege:hover,
a#fee:hover,
a#access:hover,
a#contact:hover {
    border-bottom: solid 3px #bbaccd;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}

a#home.active,
a#course.active,
a#lecturer.active,
a#trial.active,
a#privilege.active,
a#fee.active,
a#access.active,
a#contact.active {
    border-bottom: solid 3px #fc7b96;
}

/*****************************
メインコンテンツ【レイアウト】
*****************************/
#container {
    margin: auto;
    width: 1040px;
    padding: 0;
}

#content {
    float: right;
    width: 828px;
    padding: 0;
}

/*メイン（中央）*/
#main {
    float: left;
    width: 619px;
    padding: 15px 6px 15px 6px;
    margin-bottom: 40px;
}

/*メイン（右サイドバナー）*/
#side_r {
    float: right;
    width: 184px;
    padding: 8px 11px 15px 2px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

/*---------------responsive for video*/
.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    margin-bottom: 50px;
}

/***********************************************
メイン（中央）
***********************************************/
/*コース案内背景*/
a#top_coruse,
a#top_column {
    display: block;
    width: 359px;
    margin: 0 auto;
    padding-top: 8px;
}

#main .course_mid {
    background: url(images/course_bk_mid.png) repeat-y;
}

#main .course_bottom {
    background: url(images/course_bk_bottom.png) no-repeat bottom left;
}

#main .course_top {
    background: url(images/course_bk_top.gif) no-repeat top left;
}

/*コース案内テキストの配置*/
#main div.course_contents {
    position: relative;
}

#main p.course_text {
    margin-top: 230px;
    padding-top: 30px;
}

#main p.sec_text {
    padding-top: 10px;
    padding-bottom: 20px;
}

/*コース案内リンクバナー*/
#main a.course_bn {
    display: block;
    overflow: hidden;
    position: absolute;
}

#main a.biginer {
    width: 191px;
    height: 248px;
    top: 425px;
    left: 13px;
}

#main a.biginer img:hover {
    margin-top: -249px;
}

#main a.advance {
    width: 198px;
    height: 244px;
    top: 426px;
    left: 208px;
}

#main a.advance img:hover {
    margin-top: -245px;
}

#main a.adult {
    width: 197px;
    height: 234px;
    top: 428px;
    left: 413px;
}

#main a.adult img:hover {
    margin-top: -235px;
}

#main h2 {
    font-size: 13px;
    overflow: hidden;
    text-align: center;
}

#main p {
    padding: 15px 24px 10px 24px;
}

.top_disc {
    margin-bottom: 50px;
}

/*nijiiro column*/
#column.course_mid {
    background: url(images/column_bk_mid.png) repeat-y;
}

#column .course_bottom {
    // height:440px;
    background: url(images/column_bk_bottom.png) no-repeat bottom left;
}

#column .course_top {
    background: url(images/column_bk_top.png) no-repeat top left;
}

.top_arc {
    // margin-bottom: 50px;
}

.top_arc h2 {
    margin-bottom: 20px;
}

.read_more a {
    color: #fff;
    background-color: #559000;
    border-radius: 6px;
    padding: 5px 12px;
    display: inline-block;
}

.read_more a:hover {
    background-color: #87d418;
}

#main #column li.article {
    list-style: none;
    margin-left: 14px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #87d418;
    padding-bottom: 16px;
    min-height: 150px;
}

#main li.article>a {
    float: left;
    margin-right: 20px;
}

#main li.article h4 a:hover {
    color: #87d418;
}

#main li.article>a>img {
    border-radius: 6px;
}

#main .top_arc a img:hover {
    opacity: 0.7;
}

#main li.article h4 {
    font-size: 18px;
    height: auto;
    margin-top: -7px;
    background-image: none;
    font-weight: bold;
}

#main li.article h4 small {
    font-size: 13px;
    font-weight: normal;
    color: #737373;
    line-height: 1.6;
    letter-spacing: 0;
}

#main p.disc {
    padding: 0;
    margin: 12px 4px 6px 0;
    // overflow: auto;
}

.read_more a {
    color: #fff;
    background-color: #559000;
    border-radius: 6px;
    padding: 5px 12px;
    display: inline-block;
}

.read_more a:hover {
    background-color: #87d418;
}

#column {
    margin-top: 8px;
}

#column img.column_title {
    margin-top: 8px;
}

#column li.article h4 a {
    color: #FF8738;
}

#column li.article h4 a:hover {
    color: #ff6600;
}

#column .read_more a {
    color: #fff;
    background-color: #FF8738;
}

#column .read_more a:hover {
    color: #fff;
    background-color: #ff6600;
}

#main #column li.article {
    border-bottom-color: #FFC49D;
    margin-right: 20px;
}

.top #main #column li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#mashiki_bn img {
    max-width: 306px;
    margin-top: 14px;
    float: left;
}

#violin_bn img {
    max-width: 310px;
    position: relative;
    right: -7px;
    top: 2px;
}

.banner img:hover {
    opacity: 0.6;
}

/***********************************************
post
***********************************************/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    margin: 0 0 2px 10px;
    display: inline;
}

img.alignleft {
    margin: 0 10px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

.arch p img,
.sing p img {
    /*border-radius*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.24);
    /*box-shadow*/
    -webkit-box-shadow: 1px 1px 3px #4c4c4c;
    -moz-box-shadow: 1px 1px 3px #4c4c4c;
    box-shadow: 1px 1px 3px #4c4c4c;
    behavior: url(ie-css3.htc);
}

.post {
    margin-bottom: 40px;
}

/*----------------------single column---*/
.post_column h2 img,
.post_info h2 img {
    margin-top: 10px;
    margin-bottom: 20px;
}

.post_prop {
    margin: 10px 0 0 80px;
}

.post_prop>#date {
    margin-right: 14px;
}

.post_prop>.term_link a {
    color: #fff;
    font-size: 12px;
    background-color: #A97E61;
    padding: 1px 4px;
    white-space: nowrap;
}

.post_prop>.term_link a:hover {
    color: #fff;
    background-color: #ff6600;
}

#main.page.post_column h3 {
    color: #616161;
    background: url(images/h3_c_bk.png) no-repeat 30px 0px;
}

.post_column a {
    color: #FF8738;
    font-size: 14px;
}

.post_column a:hover {
    color: #ff6600;
}

a.arc_link {
    font-size: 16px;
    color: #fff;
    background-color: #FF8738;
    border-radius: 18px;
    padding: 4px 16px;
    display: inline-block;
    margin-top: 16px;
}

a.arc_link:hover {
    color: #fff;
    background-color: #ff6600;
}

#sns {
    display: inline-block;
    margin: 30px 0 0 63px;
}

#sns .fb_iframe_widget {
    margin-right: 5px;
}

.twitter-share-button {
    position: relative !important;
    top: 0;
    margin-right: 10px;
}

.tw_mobile {
    position: relative !important;
    top: 5px;
}

#line_btn {
    display: inline-block;
    position: relative;
    top: 5px;
}

/*----------------------single info---*/
#main.post_info h3 {
    color: #616161;
    background: url(images/h3_f_bk.png) no-repeat 30px 0px;
}

.post_info a {
    color: #21a5d3;
    font-size: 14px;
}

.post_info a:hover {
    color: #40CDFF;
}

.post_info a.arc_link {
    color: #fff;
    background-color: #21a5d3;
}

.post_info a.arc_link:hover {
    color: #fff;
    background-color: #40CDFF;
}

/*----------------------single review---*/
.post_review a.arc_link {
    color: #fff;
    background-color: #559000;
}

.post_review a.arc_link:hover {
    color: #fff;
    background-color: #87d418;
}


/***********************************************
お知らせ
***********************************************/
div#news {
    background: url(images/news_bk.gif) no-repeat;
    height: 246px;
    width: 308px;
    margin-top: 10px;
    float: left;
}

.info_date,
.post_date {
    font-size: 0.84em;
}

#main #news p {
    padding-top: 2px;
}

div#news_box {
    width: 282px;
    margin: 0 0 0 12px;
    background: #fff;
    border: 1px solid #2bb9ee;
    /*border-radius*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#news ul.news_update {
    margin: 8px 4px;
}

#news li {
    font-size: 0.96em;
    list-style: url(images/onpu-news.png);
    margin-left: 24px;
    background: url(images/news_line.png) repeat-x -20px 20px;
    line-height: 1.2em;
}

/***********************************************
review
***********************************************/
div#review {
    background: url(images/review_bk.gif) no-repeat;
    height: 246px;
    width: 308px;
    margin-top: 10px;
    position: relative;
    float: right;
}

#main #review p {
    padding-top: 2px;
}

#review a.rev_btn {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 139px;
    height: 64px;
}

#review a.rev_btn img:hover {
    margin-top: -64px;
}

#review a.rev_btn.ex {
    top: 98px;
    left: 11px;
}

#review a.rev_btn.bg {
    top: 98px;
    left: 158px;
}

#review a.rev_btn.adv {
    top: 166px;
    left: 10px;
}

#review a.rev_btn.adt {
    top: 166px;
    left: 158px;
}

#student_photo {
    float: left;
}

#post_review {
    margin-top: 10px;
    padding-left: 162px;
}

#main.page p.center {
    text-align: center;
}

/***********************************************
column archive
***********************************************/

#main #column p.disc {
    padding: 0;
    margin: 12px 4px 6px 0;
    // overflow: auto;
}


/***********************************************
静的ページ・記事ページ共通
***********************************************/
/*共通*/
.small_eye {
    width: 220px;
    float: right;
    margin-left: 24px;
    margin-top: 15px;
}

#main div.sub_mid {
    background: url(images/sub_bk_mid.gif) repeat-y;
}

#main div.sub_bottom {
    background: url(images/sub_bk_bt_dance.gif) no-repeat bottom left;
}

#main div.sub_bottom.dance {
    background: url(images/sub_bk_bt_dance.gif) no-repeat bottom left;
}

#main div.sub_bottom.hitsuji {
    background: url(images/sub_bk_bt_hitsuji.gif) no-repeat bottom left;
}

#main div.sub_bottom.hiyoko {
    background: url(images/sub_bk_bt_hiyoko.gif) no-repeat bottom left;
}

#main div.sub_bottom.kame {
    background: url(images/sub_bk_bt_kame.gif) no-repeat bottom left;
}

#main div.sub_bottom.kuma {
    background: url(images/sub_bk_bt_kuma.gif) no-repeat bottom left;
}

#main div.sub_bottom.lady {
    background: url(images/sub_bk_bt_lady.gif) no-repeat bottom left;
}

#main div.sub_bottom.usagi {
    background: url(images/sub_bk_bt_usagi.gif) no-repeat bottom left;
}

#main div.sub_top {
    min-height: 375px;
    background: url(images/sub_bk_top.gif) no-repeat top left;
}

#main.page h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6em;
    padding: 6px 0 0 80px;
    margin-top: 10px;
    letter-spacing: 0.1em;
    color: #d6516d;
    background: url(images/h3_p_bk.png) no-repeat 30px 0px;
    height: 37px;
}

#main.page #wrap_violin h3 {
    color: #7901ae;
    background-image: url(images/h3_v_bk.png);
}

#main.page h3.marg {
    margin-top: 25px;
}

#main.page h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    padding: 3px 0 0 80px;
    margin-top: 20px;
    letter-spacing: 0.1em;
    color: #d6516d;
    background: url(images/h4_p_icon.gif) no-repeat 50px 0px;
    height: 20px;
}

#main.page #wrap_violin h4 {
    color: #8d00d4;
    background-image: url(images/h4_v_icon.gif);
}

#main.page p {
    margin: 0px 40px;
    padding: 10px 24px 0px 24px;
    line-height: 1.8em;
    text-align: justify;
    text-justify: inter-ideograph;
}

#main div.sub_contents {
    padding-bottom: 100px;
}

#main.page li {
    margin: 0 40px 0 70px;
    padding: 5px 0 0 5px;
    list-style: url(images/li_icon.png);
}

#main.page dt {
    margin: 0 40px 0 53px;
    padding: 12px 0 0 5px;
}
#main.page dt:before {
    content:"";
    background-image: url(images/li_icon.png);
    width: 11px;
    height: 11px;
    display: inline-block;
    padding-right: 6px;
    background-repeat: no-repeat;
}

#main.page dd {
    margin: 0 40px 0 70px;
    padding: 6px 0 0 5px;
}

#main.page #wrap_violin li {
    list-style: url(images/li_icon_v.png);
}

#main.page .bt_adj {
    margin-bottom: 20px;
}

/*記事・アーカイブページ*/
#main.page.sing h3,
#main.page.arch h3 {
    padding-top: 34px;
    margin-top: 0px;
    background-position: 30px 24px;
    clear: both;
}

div#date {
    padding: 0 0 0 64px;
    color: #616161;
    font-size: 12px;
}

div#next {
    padding: 0 0 0 30px;
    color: #616161;
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}

div#cate {
    padding: 0 0 0 30px;
    color: #616161;
    font-size: 12px;
    margin-top: 30px;
}

.wp-pagenavi {
    text-align: center;
    margin-top: 80px;
}

/***********************************************
コース案内
***********************************************/
#main .page_course_mid {
    background: url(images/p_bk_mid.gif) repeat-y;
    width: 524px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#main .page_course_bottom {
    background: url(images/p_bk_bottom.gif) no-repeat bottom left;
    padding-bottom: 10px;
}

#main .page_course_top {
    background: url(images/p_bk_top.gif) no-repeat top left;
}

#main #wrap_violin .page_course_mid {
    background-image: url(images/v_bk_mid.gif);
}

#main #wrap_violin .page_course_bottom {
    background-image: url(images/v_bk_bottom.gif);
}

#main #wrap_violin .page_course_top {
    background-image: url(images/v_bk_top.gif);
}

#main .page_course_adv_bottom {
    background: url(images/p_bk_adv_bottom.gif) no-repeat bottom left;
    padding-bottom: 10px;
}

#main .page_course_adv_top {
    background: url(images/p_bk_adv_top.gif) no-repeat top left;
}

#main .page_course_adv_mid {
    background: url(images/p_bk_adv_mid.gif) repeat-y;
    width: 524px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#main .page_course_adt_bottom {
    background: url(images/p_bk_adt_bottom.gif) no-repeat bottom left;
    padding-bottom: 10px;
}

#main .page_course_adt_top {
    background: url(images/p_bk_adt_top.gif) no-repeat top left;
}

#main .page_course_adt_mid {
    background: url(images/p_bk_adt_mid.gif) repeat-y;
    width: 524px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#main.page img.copy {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

#main.page div.page_course_contents p,
#main.page div.page_course_contents ul {
    margin: 0 0 0 -25px;
    padding: 0px 40px 10px 65px;
}

#main.page div.page_course_contents p.copy_img {
    margin: 0 0 20px 0;
    padding: 0;
}

#main.page p.target {
    background: url(images/target.png) no-repeat top left;
    overflow: visible;
}

#main.page #wrap_violin p.target {
    background: url(images/target_v.png) no-repeat top left;
}

#main.page ul.point {
    background: url(images/point.png) no-repeat top left;
}

#main.page #wrap_violin ul.point {
    background: url(images/point_v.png) no-repeat top left;
}

#main.page p.anc {
    padding: 0;
    line-height: 0;
}

#main.page div.page_course_contents li {
    margin: 0 0 0 20px;
    padding: 0px 0px 10px 0px;
    list-style-image: url(images/li_icon02.png);
    list-style-type: disc;
}

#main.page #wrap_violin div.page_course_contents li {
    list-style-image: url(images/li_icon02_v.png);
}

/***********************************************
Lecturer
***********************************************/
ul.border_bt {
    border-bottom: dotted 1px #fc7b96;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 20px;
}

#main.page p.capt {
    margin-bottom: 40px;
}

.prof img {
    margin-top: 4px;
    margin-bottom: 2px;
}

/***********************************************
Facilities
***********************************************/
#main.page p.facil {
    width: 230px;
    padding: 0;
    margin: 10px 10px;
    font-size: 0.9em;
}

#main.page p.facil img {
    display: block;
    margin: 4px auto;
}

#main.page div.facil_set {
    margin: 0 auto 12px;
    width: 500px;
}

#main.page p.fl_left {
    float: left;
}

/***********************************************
FAQ
***********************************************/
#main.page p.ques {
    background: url(images/Q_p.png) no-repeat top left;
    padding-left: 40px;
    margin: 20px 40px 10px 40px;
}

#main.page p.ans {
    background: url(images/A_p.png) no-repeat top left;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #fc7b96;
}

/***********************************************
LINK
***********************************************/
#main.page p.line {
    padding-bottom: 20px;
    border-bottom: dotted 1px #fc7b96;
}

/***********************************************
右サイドバナー
***********************************************/
#side_r a {
    display: block;
    overflow: hidden;
}

a#bn_kids {
    width: 172px;
    height: 200px;
    margin: 0 6px 10px 6px;
}

a#bn_blog {
    width: 172px;
    height: 200px;
    margin: 0 6px 0px 6px;
}

#bn_blog img:hover {
    margin-top: -200px;
}

a#bn_rhythm {
    width: 183px;
    height: 206px;
    margin: 3px 0 0 -5px;
}

#bn_rhythm img:hover {
    margin-top: -207px;
}

a#bn_flute {
    width: 172px;
    height: 200px;
    margin: 10px 4px 5px 6px;
}

#bn_flute img:hover {
    margin-top: -200px;
}

/***********************************************
フッター共通
***********************************************/
#footer .box {
    float: left;
    width: 165px;
    margin: 20px 16px 10px 0;
    line-height: 1.8;
    color: #594500;
}

#footer .box a {
    color: #594500;
}

#footer .box a:hover {
    color: #907000;
}

.box_img {
    padding: 0px 0px 10px 0px;
}

.last {
    margin-right: 0;
}

/* ボタン */
p.button {
    text-align: center;
    padding: 10px 0;
}

p.button a {
    display: block;
    line-height: 32px;
    background: #ffffff url(images/button.png) no-repeat;
    margin: 0 -20px;
}

p.button a {
    color: #486175;
}

p.button a:hover {
    color: #ffffff;
}

p.button a:hover {
    cursor: pointer;
    background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul,
#footer ul {
    margin-left: 12px;
}

#main li,
#footer li {
    margin-bottom: 3px;
}

/*************
サイド（左側）コンテンツ
*************/
#sidebar {
    float: left;
    width: 185px;
    padding: 6px 9px 15px 18px;
    background-position: 31px 0px;
}

#sidebar p {
    margin-bottom: 20px;
}

#sidebar h3 {
    text-indent: -9999px;
    height: 0;
}

#sidebar ul {
    margin-left: 5px;
    padding: 10px 0;
}

#sidebar li {
    margin: 0 10px 24px 0px;
    list-style: none;
    background: url(images/li-line.png) no-repeat 14px 18px;
}

#sidebar li a {
    font-size: 108%;
    line-height: 1.6em;
    background: url(images/onpu-off.png) no-repeat 0 25%;
    display: block;
    padding-left: 18px;
    color: #816400;
}

#sidebar li a:hover {
    background: url(images/onpu-on.png) no-repeat 4px 25%;
    color: #ff6988;
}

#sns_bl {
    text-align: center;
    float: right;
    width: 184px;
    padding: 17px 8px 0px 0px;
    z-index: 1000;
}
#sns_bl a{
    display: inline-block;
    padding-right: 6px;
}
#sns_bl a:hover{
    position: relative;
    top: -2px;
}
#wrap_side {
    position: relative;
}
#sns_icon-md {
    display: none;
}
/*************
/* フッター
*************/
#footer_wrap {
    clear: both;
    background-color: #d8c78c;
}

#footer {
    width: 1040px;
    margin: auto;
    clear: both;
    padding: 10px 0 10px;
    background: url(images/yadokari.png) no-repeat;
    background-position: 920px 20px;
}

#footer .inner {
    overflow: hidden;
}

* html #footer .inner {
    height: 1%;
}

#footer #logo {
    float: left;
    padding: 10px 0 5px 18px;
    width: 180px;
}

address {
    padding: 10px 0 3px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    clear: both;
    display: block;
    background: #3a2d00;
    color: #fff;
}

/* MAP */
div.gmap {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.gmap iframe {
    padding: 2px;
}

.gmap .video-container {
    margin-bottom: 10px;
}

/* CONTACT FORM */
span.wpcf7-list-item {
    display: block;
}

.inline span.wpcf7-list-item {
    display: inline;
    padding-right: 6px;
}

.age input {
    width: 100px;
}

#main div.wpcf7 {
    background-color: #fdfaef;
    margin: 10px 40px;
    /*border-radius*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #d8c78c;
}

#main div.wpcf7 p {
    padding-bottom: 10px;
    margin: 0;
}

#main div.wpcf7 p.even {
    background-color: #f4ecd1;
}

#main div.wpcf7 p.submit {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 10px 0 10px;
}

div.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#top_mv {
    /*text-align: center;*/
    margin: 20px auto 0;
    max-width: 95%;
}

@media screen and (max-width: 1024px) {
    img {
        max-width: 100%;
        height: auto;
    }

    #wrapper {
        // width:96%;
    }

    #container,
    #footer {
        width: 100%;
    }

    #content {
        width: 70%;
        margin-right: 1%;
    }

    #sidebar {
        width: 28%;
        margin-right: 1%;
        padding: 0;
        float: right;
    }

    img#main_logo {
        display: block;
        margin: auto;
        width: 30%;
    }

    img#logo_sub {
        padding: 2% 0 0 2%;
        width: 14%;
    }

    div#header {
        width: 100%;
        height: 100%;
        /*background-size*/
        -moz-background-size: contain;
        background-size: contain;
    }

    div#header.top {
        width: 100%;
        height: 100%;
        /*background-size*/
        -moz-background-size: contain;
        background-size: contain;
    }

    img#tel {
        display: block;
        width: 27%;
        top: 0.6%;
        left: 72%;
    }

    img#free_banner {
        display: block;
        width: 20%;
        top: 12%;
        left: 79%;
    }

    img#free_banner_s {
        display: block;
        width: 26%;
        top: 23%;
        left: 73%;
    }

    #free_banner a,
    #free_banner_s a {
        /*background-size*/
        -moz-background-size: contain;
        background-size: contain;
    }

    div#nav {
        padding-bottom: 8.6%;
    }

    div#nav.home {
        padding-bottom: 7%;
    }

    ul#topnav {
        position: static;
        margin: auto;
        width: 97%;
        max-width: 888px;
    }

    ul#topnav a {
        font-size: 1em;
        line-height: 20px;
        width: 100%;
        text-shadow: 1px 1px #ccc;
        margin: 0 4px 0 5px;
        padding-bottom: 9px;
    }

    ul#topnav {
        margin-top: 2%;
    }

    ul#topnav.top {
        margin-top: 18.5%;
    }

    ul#topnav li {
        width: 12.4%;
        height: 18px;
    }

    #sidebar ul {
        margin-left: 14%;
    }

    #main,
    #side_r {
        float: none;
    }

    div#side_r {
        margin: 0 auto;
        width: 100%;
        pading: 0;
    }

    #side_r a {
        float: left;
        margin: 10px 5px;
    }

    #side_r a#bn_kids {
        margin-left: 6%;
    }
    #side_r a#bn_blog {
        margin-top: 10px;
        margin-right: 1px;
    }
    #side_r a#bn_rhythm {
        margin-top: 4px;
        margin-right: 16px;
    }
    #side_r {
        position: relative;
        top: -60px;
    }
    #footer {
        background-position: 98% 26%;
    }

    #footer {
        -webkit-background-size: 10%;
        -moz-background-size: 10%;
        -o-background-size: 10%;
        background-size: 10%;
    }

    #footer #logo {
        width: 14%;
        padding: 0;
        margin: 0 2%;
    }

    #footer .box {
        width: 18%;
        margin: 0;
    }

    #sns_bl {
        text-align: center;
        float: none;
        margin: 0 auto 6px;
        padding: 0;
    }
    #sns_bl a{
        padding-right: 6%;
    }
    #sns_icon-md {
        display: block;
    }
    #sns_icon-lg {
        display: none;
    }
}

/***********************************************
Online
***********************************************/

#online {
    margin-bottom: 10px;
}

#online .online_btn {
    display: inline-block;
    max-width: 272px;
    position: absolute;
    top: 156px;
}

#online .online_btn:hover {
    opacity: .9;
    transform: translateY(-3px);
    transition-duration: 0.2s;
}

#online_remote {
    left: 3%;
}

#online_video {
    right: 3%;
}

@media screen and (max-width: 950px) {
    #content {
        width: 73%;
        margin-right: 2.5%;
    }

    #sidebar {
        width: 22%;
        margin-right: 1%;
        padding: 0;
        float: right;
    }

    #sidebar li a {
        font-size: 0.9em;
        padding-bottom: 6px;
    }

    img#free_banner_s {
        top: 24%;
    }

    div#nav {
        padding-bottom: 6.6%;
    }

    ul#topnav a {
        font-size: 0.96em;
    }

    ul#topnav li {
        width: 12%;
    }

    #side_r a#bn_blog {
        margin-left: 2%;
    }
}

@media screen and (max-width: 876px) {
    #content {
        width: 76%;
        margin-right: 3.5%;
    }

    #sidebar {
        width: 20.5%;
        margin-right: 0;
    }
}

@media screen and (max-width: 830px) {
    #content {
        width: 100%;
    }

    #sidebar {
        display: none;
    }

    #content,
    #sidebar {
        float: none;
    }

    #main {
        margin: auto;
    }

    img#main_logo {
        margin: auto;
        width: 36%;
        padding-bottom: 0;
    }

    img#logo_sub {
        padding: 2% 0 0 1%;
        width: 15.8%;
    }

    img#tel {
        display: block;
        width: 30%;
        top: 0.6%;
        left: 69%;
    }

    img#free_banner {
        display: block;
        width: 20%;
        top: 12%;
        left: 77.5%;
    }

    img#free_banner_s {
        width: 30%;
        top: 26%;
        left: 69%;
    }

    div#nav {
        padding-bottom: 0%;
    }

    div#nav.home {
        padding-bottom: 4%;
    }

    ul#topnav {
        position: static;
        margin: auto;
        width: 100%;
        max-width: 484px;
        height: 60px;
        background-color: rgba(255, 255, 255, 0.3);
        /*box-shadow*/
        -webkit-box-shadow: 0px 0px 6px #037ece;
        -moz-box-shadow: 0px 0px 6px #037ece;
        box-shadow: 0px 0px 6px #037ece;
    }

    ul#topnav {
        margin-top: 1%;
    }

    ul#topnav.top {
        margin-top: 11%;
    }

    ul#topnav li {
        width: 120px;
        height: 30px;
        border-bottom: solid 1px #fff;
    }

    ul#topnav a {
        font-size: 1.1em;
        margin: auto;
        line-height: 20px;
        width: 100px;
        text-shadow: 0px 0px 6px #037ece, 0px 0px 6px #037ece, 0px 0px 6px #037ece;
        padding-bottom: 5px;
        padding-top: 2px;
    }

    ul#topnav li.none_border_830 {
        border-right: none;
    }

    ul#topnav li.second_line_830 {
        border-bottom: none;
        padding-top: 8px;
    }

    ul#topnav li.second_line a {
        padding-bottom: 7px;
    }

    #side_r a#bn_blog {
        margin-left: 10%;
    }
    #side_r {
        position: relative;
        top: -20px;
        height: 240px;
    }
    #footer {
        background-image: none;
    }

    #footer #logo {
        display: none;
    }

    #footer .inner {
        margin: 0 0 0 10px;
    }

    #footer .box {
        width: 24%;
        margin-left: 4px;
        line-height: 2.6em;
    }

    #footer .box a:hover {
        color: #ff6988;
    }
}

@media screen and (max-width: 540px) {

    #online .online_btn {
        max-width: 45%;
        top: 4%;
    }

    .page h2 img {
        min-width: 126%;
        margin-left: -13%;
    }

    #content {
        width: 100%;
    }

    #content,
    #sidebar {
        float: none;
    }

    #main {
        margin: auto;
    }

    #main.page {
        width: 98%;
    }

    img#main_logo {
        padding-top: 28%;
        width: 48%;
        padding-bottom: 0;
        margin: 0 0 0 6%;
    }

    img#tel {
        display: block;
        width: 61.5%;
        top: 10%;
        left: 18%;
    }

    .top img#tel {
        top: 3.6%;
    }

    img#logo_sub {
        padding: 24% 0 0 6%;
        width: 31%;
    }

    img#free_banner {
        display: block;
        width: 30%;
        top: 19.4%;
        left: 63%;
    }

    img#free_banner_s {
        width: 56%;
        top: 30%;
        left: 40%;
    }

    div#nav {
        padding-bottom: 4%;
    }

    div#nav.home {
        padding-bottom: 4%;
        margin-top: -26px;
    }

    ul#topnav {
        position: static;
        margin: 2% auto 0;
        width: 100%;
        max-width: 288px;
        padding: 0;
        height: 164px;
        background-color: rgba(255, 255, 255, 0.4);
        /*box-shadow*/
        -webkit-box-shadow: 0px 0px 6px #fc7b96;
        -moz-box-shadow: 0px 0px 6px #fc7b96;
        box-shadow: 0px 0px 6px #fc7b96;
    }

    .top ul#topnav {
        // margin:8% 0 0 1%;
    }

    ul#topnav.top {
        margin-top: 13%;
    }

    ul#topnav li {
        width: 143px;
        height: 40px;
        border-bottom: solid 1px #fff;
    }

    ul#topnav a {
        font-size: 1.1em;
        color: #594500;
        margin: auto;
        line-height: 40px;
        width: 120px;
        padding-bottom: 0px;
        padding-top: 0px;
        text-shadow: none;
    }

    ul#topnav a:hover {
        border-color: #faa8a6;
        color: #fc7b96;
        text-shadow: 0px 0px 6px #fc7b96;
    }

    ul#topnav li {
        padding: 0;
        border-bottom: dotted 1px #faa8a6;
        border-right: dotted 1px #faa8a6;
    }

    ul#topnav li.mid_line_320 {
        border-bottom: dotted 1px #faa8a6;
        padding: 0;
    }

    ul#topnav li.bottom_line_320 {
        border-bottom: none;
        padding: 0;
    }

    ul#topnav li.right_col_320 {
        border-right: none;
    }

    #main {
        width: 96%;
        padding: 0;
    }

    a#top_coruse,
    a#top_column {
        width: 80%;
        margin: 0 auto;
        padding-top: 8px;
    }

    #main .course_bottom {
        height: auto;
    }

    #main .course_mid,
    #main .course_bottom,
    #main .course_top {
        /*background-size*/
        -moz-background-size: contain;
        background-size: contain;
    }

    #main div.sub_mid,
    #main div.sub_top,
    #main div.sub_bottom,
    #main div.sub_bottom.dance,
    #main div.sub_bottom.hitsuji,
    #main div.sub_bottom.hiyoko,
    #main div.sub_bottom.kame,
    #main div.sub_bottom.kuma,
    #main div.sub_bottom.lady,
    #main div.sub_bottom.usagi {
        /*background-size*/
        -moz-background-size: contain;
        background-size: contain;
    }

    #main div.sub_contents {
        padding-bottom: 20%;
    }

    #main .course_contents {
        padding-bottom: 125%;
    }

    #main p.course_text {
        margin-top: 0;
    }

    #main a.biginer,
    #main a.advance,
    #main a.adult {
        position: absolute;
        margin: 0;
    }

    #main a.biginer {
        top: 50%;
        left: 2%;
    }

    #main a.biginer img:hover {
        // margin-top: -124px;
    }

    #main a.advance {
        top: 50.1%;
        left: 49%;
    }

    #main a.adult {
        top: 72.5%;
        left: 2%;
    }

    div#news,
    div#review {
        float: none;
        margin: 6px auto;
        -moz-background-size: contain;
        background-size: contain;
    }

    #side_r {
        padding: 0;
        position: relative;
        height: 430px;
    }

    #side_r a {
        position: absolute;
        float: none;
        margin: 0;
    }

    #side_r a#bn_kids {
        margin: 0;
        top: 2%;
        left: 5%;
    }

    #side_r a#bn_blog {
        margin: 0;
        top: 2%;
        left: 50%;
    }

    #side_r a#bn_rhythm {
        margin: 0;
        top: 51%;
        left: 3%;
    }
    #side_r a#bn_flute {
        margin: 0;
        top: 52.6%;
        left: 50%;
    }
    #side_r {
        top: 0px;
    }

    #footer .box {
        width: 48%;
        margin-left: 4px;
        line-height: 2.6em;
    }

    #footer .box li {
        width: 92%;
        border-bottom: 1px dotted #594500;
    }

    #footer .box li a {
        display: block;
    }

    #main.page p {
        margin: 0 2%;
        font-size: 16px;
    }

    #main.page li {
        font-size: 16px;
        line-height: 1.6;
    }

    #main.page h3,
    #main.page.sing h3,
    #main.page.arch h3 {
        background-position: 2px 6px;
        padding: 3% 0 0 44px;
        line-height: 1.8em;
        height: auto;
        min-height: 2.4em;
    }

    #main.page.sing h3 {
        font-weight: bold;
        font-size: 20px;
    }

    #main.page.sing div.sub_contents,
    #main.page.arch div.sub_contents {
        padding-top: 0.3em;
    }

    #main.page h4 {
        background-position: 1% 0;
        padding: 3px 0 0 7%;
        height: auto;
    }

    #main .page_course_mid,
    #main .page_course_bottom,
    #main .page_course_top,
    #main .page_course_adv_mid,
    #main .page_course_adv_bottom,
    #main .page_course_adv_top,
    #main .page_course_adt_mid,
    #main .page_course_adt_bottom,
    #main .page_course_adt_top {
        /*background-size*/
        -moz-background-size: contain;
        background-size: contain;
    }

    #main .page_course_mid,
    #main .page_course_adv_mid,
    #main .page_course_adt_mid {
        width: 98%;
    }

    #main.page li {
        margin: 0px 30px 0px 30px;
    }

    #main.page div.page_course_contents p,
    #main.page div.page_course_contents ul {
        margin: 0 0 0 -6px;
        padding: 0px 20px 10px 65px;
    }

    #main.page div.page_course_contents li {
        margin: 0px 0px 0px 10px;
    }

    #main div.wpcf7 {
        margin: 1% 2% 4%;
    }

    textarea {
        width: 100%;
        height: 1.8em;
    }

    input.wpcf7-form-control.wpcf7-text {
        width: 100%;
        height: 1.8em;
    }

    span.wpcf7-list-item-label {
        line-height: 2.8em;
    }

    #main.page div.page_course_contents p.copy_img {
        margin: 0 auto;
        padding: 18px 0 10px 0;
        width: 95%;
        height: 100%;
        overflow: hidden;
    }

    #main.page img.copy {
        margin: 0;
        padding: 0;
        margin-left: -4%;
        width: 108%;
        max-width: 120%;
    }

    #main.page p.ques {
        margin: 20px 10px 10px;
    }

    div#gmap {
        width: 96%;
        overflow: hidden;
        border: 2px solid rgb(255, 105, 136);
    }

    /***********************************************
Facilities
***********************************************/
#main.page p.facil {
    margin: 10px auto;
}

#main.page div.facil_set {
    width: 100%;
}

#main.page p.fl_left {
    float: none;
}

#mashiki_bn.banner img {
    float: none;
}

.banner {
    text-align: center;
}

#violin_bn img {
    right: -3px;
}

.small_eye {
    width: 100%;
    float: none;
    margin-left: 0;
}
@media screen and (max-width: 440px) {

    #main a.biginer {
        top: 53%;
    }
    #main a.advance {
        top: 53.1%;
    }

    #main a.adult {
        top: 75.5%;
    }
}

@media screen and (max-width: 414px) {

    #main a.biginer {
        top: 54%;
    }
    #main a.advance {
        top: 54.1%;
    }

    #main a.adult {
        top: 76.5%;
    }
}

@media screen and (max-width: 413px) {
    #online .online_btn {
        max-width: 45%;
        top: 3.12%;
    }

    #main .course_contents {
        padding-bottom: 10px;
    }

    #main a.biginer,
    #main a.advance,
    #main a.adult {
        position: static;
        margin: 6px 0;
    }

    #main a.biginer {
        width: auto;
        text-align: center;
    }

    #main a.advance {
        width: auto;
        text-align: center;
        margin-left: -6px;
    }

    #main a.adult {
        width: auto;
        text-align: center;
        margin-left: 7px;
    }

}

@media screen and (max-width: 375px) {
    div#header.top {
        height: 427px;
    }

    .page h2 img {
        min-width: 166%;
        margin-left: -33%;
    }

    #content {
        width: 100%;
    }

    img#logo_sub {
        padding: 32% 0 6% 1%;
        width: 26%;
    }

    img#tel {
        display: block;
        width: 93%;
        top: 8%;
        left: 3%;
    }

    img#free_banner {
        width: 27%;
        top: 19.5%;
    }

    img#free_banner_s {
        width: 70%;
        top: 28%;
        left: 29%;
    }

    div#nav.home {
        margin-top: -26px;
    }

    ul#topnav {
        margin: 0 auto;
    }

    .top ul#topnav {
        margin: 12% auto 0;
    }

    #main.page {
        width: 96%;
        padding: 0;
    }

    a#top_coruse,
    a#top_column {
        width: 94%;
        margin: 0 auto;
        padding-top: 8px;
    }

    #main .course_bottom {
        height: auto;
    }

    #main .course_mid,
    #main .course_bottom,
    #main .course_top {
        /*background-size*/
        -moz-background-size: contain;
        background-size: contain;
    }

    #main .course_contents {
        padding-bottom: 10px;
    }

    #main p.course_text {
        margin-top: 0;
    }
    div#news,
    div#review {
        float: none;
        -moz-background-size: contain;
        background-size: contain;
    }
    #review a.rev_btn.ex {
        top: 84px;
        left: 11px;
    }

    #review a.rev_btn.bg {
        top: 84px;
        left: 158px;
    }

    #review a.rev_btn.adv {
        top: 154px;
        left: 11px;
    }

    #review a.rev_btn.adt {
        top: 154px;
        left: 158px;
    }

    div#side_r {
        padding: 0;
        height: 100%;
        text-align: center;
        margin-top: 10px;
        padding-bottom: 60px;
    }

    #side_r a {
        float: none;
        position: static;
        margin: 0;
        width: 96px;
        height: 111px;
        display: inline-block;
    }

    a#bn_blog img:hover,
    a#bn_flute img:hover,
    a#bn_rhythm img:hover {
        margin-top: 0;
    }
    #side_r a#bn_kids {
        margin: 0 0 10px 0px;
    }

    #side_r a#bn_blog {
        margin: 0 0 10px 0px;
    }

    #side_r a#bn_rhythm {
        margin: 0 0 10px -5px;
        width: 103px;
        height: 116px;
    }

    #side_r a#bn_flute {
        margin: 0 0 10px 0px;
    }

    #footer .box {
        width: 92%;
        margin-left: 6px;
        line-height: 2.6em;
        float: none;
    }

    #footer .box li {
        border-bottom: 1px dotted #594500;
    }

    #footer .box li a {
        display: block;
    }

    #main.page h4 {
        background-position: 1% 0;
        padding: 2px 0 0 11%;
        height: auto;
    }

    #main.page img.copy {
        margin-left: -8%;
        width: 118%;
    }

    #main.page li {
        margin: 0px 10px 0px 20px;
    }

    div#student_photo {
        float: none;
    }

    div#post_review {
        padding: 0;
    }

    div#next {
        padding: 0;
    }

    #main li.article>a {
        float: none;
        // height: 180px;
        display: block;
        overflow: hidden;
        margin: 0;
    }

    #main li.article>a>img {
        width: 100%;
    }

    #main li.article h4 {
        margin: 8px 0;
        padding: 0;
    }

    #main li.article p.disc {
        padding: 0;
    }

    .post_prop {
        margin: 10px 0 0 44px;
    }

    #sns {
        margin: 30px 0 0 28px;
    }

    #line_btn {
        top: 10px;
    }
    #mashiki_bn img {
        max-width: 100%;
    }

    #violin_bn img {
        max-width: 100%;
    }
}

@media screen and (max-width: 319px) {
    .page h2 img {
        min-width: 166%;
        margin-left: -33%;
    }

    #content {
        width: 100%;
    }

    img#logo_sub {
        padding: 32% 0 6% 1%;
        width: 26%;
    }

    img#free_banner {
        display: block;
        width: 70%;
        top: 364px;
        left: 20px;
    }

    img#free_banner_s {
        width: 70%;
        top: 28%;
        left: 29%;
    }

    div#nav.home {
        padding-bottom: 280px;
        margin-top: -26px;
    }

    ul#topnav li {
        width: 49.5%;
    }

    #main {
        width: 100%;
    }

    #main a.biginer {
        margin-left: 8%;
    }

    #main a.advance {
        margin-left: 5.8%;
    }

    #main a.adult {
        margin-left: 8%;
    }

    div#news {
        -moz-background-size: contain;
        background-size: 100% 300px;
        width: 100%;
        height: 300px;
    }

    div#news_box {
        width: 93%;
        margin: 0 8px;
        overflow: hidden;
        height: 190px;
    }

    div#review {
        -moz-background-size: contain;
        background-size: 100% 210px;
        width: 100%;
        height: 210px;
    }

    #review a.rev_btn img:hover {
        margin-top: -50px;
    }

    #review a.rev_btn {
        width: 108px;
        height: 50px;
    }

    #review a.rev_btn.ex {
        top: 92px;
        left: 10px;
    }

    #review a.rev_btn.bg {
        top: 92px;
        left: 124px;
    }

    #review a.rev_btn.adv {
        top: 150px;
        left: 10px;
    }

    #review a.rev_btn.adt {
        top: 150px;
        left: 124px;
    }
}


