@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
/* ================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   Customized to include a flexible grid system, flexible image
   ================================================================ */

html, button, input, select, textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 20px;
    background: #ffae00;
    border: 4px solid #ffe98e;
    color: #000;
    padding: 20px;
}
.chromeframe a {
    color: #ff0000;
    background: #ffe98e;
    padding: 3px;
}
.chromeframe a:hover {
    color: #ff0000;
    text-decoration: underline;
}
/* ================================================================
   Author's custom styles
   ================================================================ */

/* HP全体指定 */
body {
    font-family: 'Noto Sans Japanese', sans-serif;
}
/*HP全体指定(LOGO周り)*/
h1 {
    margin: 0;
    padding: 0;
}
/*ヘッダ連絡先指定　PC用*/
.contact01 {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    font-size: 0.9em;
    margin: 0 1em;
    padding: 0.5em;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 1em;
    text-align: right;
}
/*ヘッダ連絡先指定　スマホ用*/
.contact01-sp {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    font-size: 0.8em;
    margin: 0 1em;
    padding: 0.5em;
    text-align: right;
}
.contact01 a:link {
    color: #cc9999;
}
.contact01-sp a:link {
    color: #cc9999;/*
	text-decoration: none;*/
}

/*ヘッダ連絡先指定　PC・スマホ表示指定*/
@media screen and (min-width : 769px) {
.contact01-sp {
    display: none;
}
}

@media screen and (max-width : 768px) {
.contact01 {
    display: none;
}
}
#main {
    margin-top: 1em;
}
.neko {
    width: 200px;
    float: left;
    margin-right: 0.8em;
}
.neko2 {
    width: 180px;
    float: left;
    margin-right: 0.8em;
}
.neko3 {
    width: 300px;
    float: left;
    margin-right: 0.8em;
}
/*文字スタイル-------------------------------------------*/
h2 {
    padding-bottom: .5em;
    border-bottom: 2px solid #d28a8c;
    font-weight: normal;
}
h2 span {
    display: block;
    margin-bottom: .2em;
    color: #aaa;
    font-size: .7em;
}
h2.new {
    background: #dcc3c4;
    padding: 0.5em;
    border: none;
    color: #fff;
    font-size: 1.2em;
}
h2.new span {
    display: block;
    margin-bottom: .2em;
    color: #fff;
    font-size: .7em;
    border-bottom: 1px solid #fff;
}
h3 {
    padding-bottom: .5em;
    border-bottom: 1px solid #d28a8c;
    font-weight: normal;
}

h3.second {
	margin-top: 2em;
}
h4 {
    font-weight: normal;
    background: #d28a8c;
    padding: 0.5em;
    color: #fff;
    /*margin-top: 0;*/
}
h5{
	font-weight: normal;
    padding: 0.5em;/*
    color: #d28a8c;*/
	/*border: 1px solid #d28a8c;*/
	background: #f3f2f2;
	font-size: 1em;
}
.note h5{
	margin-bottom: .5em;
}
.note p{
	margin-left: .5em;
	font-size: 1em;
	margin-top: 0;
	padding-top: 0;
}
.indent01 p {
    padding-left: 1em;
}
.hover {
    border: 1px solid #eeeeee;
    font-size: 1.3em;
    text-align: center;
    padding: .5em;
    color: #959595;
}
.shadow01 {
    position: relative;
    background: url(../img/h2bg01.jpg) repeat-x bottom;
}
.shadow01::before, .shadow01::after {
    position: absolute;
    bottom: 10px;
    z-index: -1;
    content: '';
    width: 50%;
    height: 50%;
    box-shadow: 0 10px 15px rgba(0,0,0,.5);
}
.shadow01::before {
    left: 10px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.shadow01::after {
    right: 10px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}
.cap {
    margin: .5em;
    padding-top: 0;
    font-size: 0.9em;
}
.time {
    color: #fff;
    text-align: right;
    padding: 0.6em;
    background: #cccccc;
    font-size: 0.9em;
    font-family: 'Montserrat', sans-serif;
}
.status {
    color: #f29c9f;
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}
.owner {
    padding: 0.5em;
    color: #fff;
    background: #cccccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
}
/*Read Moreスタイル(TOPPAGE)-------------------------*/
.rm {
    /*margin : 0 auto;*/
    margin-top : 0;
    width: 120px;
    font-size: 0.8em;
    padding: .5em;
    font-family: 'Montserrat', sans-serif;
    background : #B3B2B2;
    overflow : hidden;
    text-align : center;
    transition : .2s;
    cursor : pointer;
    border-radius : 5px;
}
.rm a:link {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:50em) {
.rm {
    margin-bottom: 1.5em;
}
}
/*マスメディアその他スタイル(TOPPAGE)-------------------------*/
.etc ul li {
    margin-bottom: 1em;
    border-bottom: #B3B2B2 1px dotted;
    line-height: 1.6em
}
.etc p {
    color: #fff;
    background: #d28a8c;
    padding: 0.8em;
    margin-top: 0;
}
/*新着スタイル(TOPPAGE)-------------------------*/
.box01 {
    border: 1px solid #C3C3C3;
    position: relative;
    padding: 15px;
    max-height: 180px;
    overflow: auto;
}
.box01 ul {
    margin: 0;
    padding-left: 1em;
}
.box01 ul li {
    margin: 0 0 .5em;
    font-size: .8em;
}
/*区切りスタイル(TOPPAGE)-------------------------*/
.subhead {
    border-bottom: #B7B7B7 2px dotted;
    padding-bottom: .8em;
}
/*区切りスタイル(ネコピアノマーク用)-------------------------*/
.sentence2 {
    text-align: center;
}
.sentence {
    width: 200px;
}
/*SNSマーク-------------------------*/
.r-center2 {
    text-align: center;
}
.sns {
    width: 70px;
    margin: 1em;
}
a img.sns:hover {
    cursor: pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity: 0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
}

@media screen and (max-width:30em) {
.sns {
    width: 65px;
    margin: .5em;
}
}
.sns2 {
    width: 65px;
    margin: .5em;
}
a img.sns2:hover {
    cursor: pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity: 0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
}
/*スペース・サイズ調整------------------------------------------*/
.bottom-s01 {
    margin-bottom: 0.8em;
}
@media screen and (min-width:50em) {
.size-s {
    width: 95%;
}
.light-s{
	margin-left: 1em;
}
.r-center {
    text-align: center;
}
.right-s {
    text-align: right;
}
.right-s2{
	padding-right:  1em;
}
}
.top-s01 {
    margin-top: 1em;
}
.click{
	width: 40%;
}
/*動画上の文字指定----------------------------------------------*/
.top-m video {
    position: relative;
}
.top-m img {
    position: absolute;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
/*音楽教室--------------------------------------------*/
.button2 {
    margin : 0 auto;
    margin-top : 10px;
    width : 300px;
    height : 55px;
    background : #f29c9f;
    overflow : hidden;
    text-align : center;
    transition : .2s;
    cursor : pointer;
    border-radius : 50px;
}
.button2 a:link {
    color: #fff;
    text-decoration: none;
}
.hoveur {
    background : linear-gradient(rgba(255,255,255,255), rgba(204,204,204,204));
    width : 200px;
    height : 50px;
    margin-top : -50px;
    transform : rotate(40deg);
    margin-left : -180px;
    opacity : 0.3;
    transition : .5s;
}
.button2:hover .hoveur {
    margin-left : 180px;
}
/*フッダ-----------------------------------------------------------*/
#fbar {
    margin-top: 2em;
    border-top: solid 3px #f29c9f;
    background: url(../img/light_grey.png);
}
.f-neko {
    text-align: center;
    padding: 2em;
    color: #999999;
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
/* テーブル指定 */
.profile table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
}
/* thの指定 */
.profile table th {
    font-size: 0.9em;
    color: #FFFDFD;
    font-weight: normal;
    background-color: #ccc;
    border: 1px solid #fff;
    text-align: center;
    padding: 12px;
    width: 30%;
}
/* tr tdの指定 */
.profile table tr td {
    font-size: 0.9em;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    text-align: left;
    padding: 12px;
}
/*TOPへ戻るメニュー-----------------------------------------------*/

#page-top {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0.5em;
    right: 0.5em;
    width: 50px;
    height: 50px;
    line-height: 3.5em;
    background: rgba(242, 156, 159,.6);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 0.9em;
}
#page-top:hover {
    background: rgba(242, 156, 159,.9);
}
/* ボックスモデルの指定 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* ----------
   フレキシブル・メディア
   ---------- */
img {
    width: 100%;
    max-width: 100%;
}
video {
    max-width: 100%;
    height: auto;
}
/* YouTubeやVimeoなどのiFrameを使った埋め込み動画用スタイル */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ================================================================
   Flexible Grid Sytem
   - Based on Foundation "The Grid" http://foundation.zurb.com/
   ================================================================ */

.row {
    width: 1140px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    overflow: hidden;
}
.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -10px;
}
.cols {
    float: left;
    min-height: 1px;
    padding: 0 10px;
    position: relative;
}
/* カラムのpaddingをなくすcollapseクラス */
.row.collapse .cols, .row.collapse .cols {
    padding: 0;
}
.row .row.collapse {
    margin: 0;
}
[class*="cols"] + [class*="cols"]:last-child {
    float: right;
}
[class*="cols"] + [class*="cols"].end {
    float: left;
}
.row .one {
    width: 8.33%;
}
.row .two {
    width: 16.66%;
}
.row .three {
    width: 25%;
}
.row .four {
    width: 33.33%;
}
.row .five {
    width: 41.66%;
}
.row .six {
    width: 50%;
}
.row .seven {
    width: 58.33%;
}
.row .eight {
    width: 66.66%;
}
.row .nine {
    width: 75%;
}
.row .ten {
    width: 83.33%;
}
.row .eleven {
    width: 91.66%;
}
.row .twelve {
    width: 100%;
}
/* PUSH & PULL */
.push-two {
    left: 16.66%;
}
.pull-two {
    right: 16.66%;
}
.push-three {
    left: 25%;
}
.pull-three {
    right: 25%;
}
.push-four {
    left: 33.33%;
}
.pull-four {
    right: 33.33%;
}
.push-five {
    left: 41.66%;
}
.pull-five {
    right: 41.66%;
}
.push-six {
    left: 50%;
}
.pull-six {
    right: 50%;
}
.push-seven {
    left: 58.33%;
}
.pull-seven {
    right: 58.33%;
}
.push-eight {
    left: 66.66%;
}
.pull-eight {
    right: 66.66%;
}
.push-nine {
    left: 75%;
}
.pull-nine {
    right: 75%;
}
.push-ten {
    left: 83.33%;
}
.pull-ten {
    right: 83.33%;
}

@media screen and (max-width:50em) {
/* 800px以下向けのモバイル版グリッド・スタイル */
.cols {
    float: none;
    width: auto !important;
    height: 100%;
}
.row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
}
[class*="cols"] + [class*="cols"]:last-child {
    float: none;
}
[class*="cols"] + [class*="cols"].end {
    float: none;
}
/* PUSH & PULLの調整*/
.push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto;
}
.pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto;
}
/* モバイル版4カラムグリッド */
.row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 10px;
}
.row .mobile-one:last-child {
    float: right;
}
.row .mobile-one.end {
    float: left;
}
.row.collapse .mobile-one {
    padding: 0;
}
.row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 10px;
}
.row .mobile-two:last-child {
    float: right;
}
.row .mobile-two.end {
    float: left;
}
.row.collapse .mobile-two {
    padding: 0;
}
.row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 10px;
}
.row .mobile-three:last-child {
    float: right;
}
.row .mobile-three.end {
    float: left;
}
.row.collapse .mobile-three {
    padding: 0;
}
.row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 10px;
}
.row .mobile-four:last-child {
    float: right;
}
.row .mobile-four.end {
    float: left;
}
.row.collapse .mobile-four {
    padding: 0;
}
/* モバイル用 PUSH & PULL */
.mobile-push-one {
    left: 25%;
}
.mobile-pull-one {
    right: 25%;
}
.mobile-push-two {
    left: 50%;
}
.mobile-pull-two {
    right: 50%;
}
.mobile-push-three {
    left: 75%;
}
.mobile-pull-three {
    right: 75%;
}
/* モバイル用collapseクラス */
.row.mobile-collapse .cols, .row.mobile-collapse .cols {
    padding: 0;
}
.row .row.mobile-collapse {
    margin: 0;
}
.row.mobile-collapse .mobile-one {
    padding: 0;
}
.row.mobile-collapse .mobile-two {
    padding: 0;
}
.row.mobile-collapse .mobile-three {
    padding: 0;
}
.row.mobile-collapse .mobile-four {
    padding: 0;
}
}

/* ================================================================
   Media Queries
   ================================================================ */

@media only screen and (min-width: 35em) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
}
/* ================================================================
   Helper classes
   ================================================================ */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
 *zoom: 1;
}

@media screen and (max-width:30em) {
/* 400px以下で強制的に1カラムにするクラス */
.row .cols.force-one {
    float: none;
    width: auto !important;
    height: 100%;
}
}

/* ================================================================
   Print styles
   ================================================================ */

@media print {
* {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group; /* h5bp.com/t */
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}
