@charset "utf-8";

/*すべて共通　*/
html,
body {
    font-size: 16PX;
    font-family: sans-serif;
}

body,
div,
p,
h1,
h2,
h3,
h4,
ul,
figure {
    margin: 0;
    padding: 0;
}

body {
    border-top: 5px solid #979D14;
    background-color: #F5F6E5;
}

p,
td,
th,
li {
    line-height: 1.8;
}

a {
    text-decoration: none;
    color: #709a00;
}

a:hover {
    color: #95cd00;
}

a:active {
    color: #4b6700;
}

/*共通の見出し　*/
.container {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h1 {
    font-size: 1.4rem;
}

h2 {
    font-size: 1.14rem;
}

h3 {
    font-size: 1rem;
}

ul {
    list-style-type: none;
}

@media screen and (min-width: 670px) {
    .container {
        padding-left: 70px;
        padding-right: 70px;
    }
}

/*  ヘッダー　　*/
.header-inner {
    height: 100px;
    padding-left: 20px;
    color: #979D14;
    
}

.traffic {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
}

.heder-logo {   
    font-size: 1.7rem;
}

@media screen and (min-width: 670px) {
    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* ナビゲーション flex: 1 0 auto;　*/
nav {
    background-color: #979D14;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

nav li {
    border-style: none solid;
    border-color: #ffffff;
    border-width: 1px;
    flex: auto;
}

nav li a {
    display: block;
    padding: 15px 20px;
    text-align: center;
    color: #ffffff;
}

nav li a:hover {
    color: #2393f7;
    background-color: #f1f1f1;
}

nav ul li:hover ul {
    display: block;
    position: absolute;
}

nav li ul {
    display: none;
}

/*   画像  */
.photo {
    height: 250px;
    width: 100%;
    background: url(photo21.png);
}

.keyvisum {
    display: flex;
}

.figure-c1 {
    transform: translate(5%, 15%) rotate(5deg) scale(0.7);
    display: block;
}

.figure-c2 {
    transform: translate(-30%, 45%) rotate(-5deg) scale(0.7);
    display: block;
}

.figure-c3 {
    transform: translate(-5%, 35%) rotate(5deg) scale(0.7);
    display: block;
}

.figure-c4 {
    transform: translate(-10%, 5%) rotate(-10deg) scale(0.7);
    display: block;
}

.figure:hover {
    z-index: 5;
    box-shadow: 0 0 8px #999;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/* メインエリア*/
section .container {
    display: flex;
    flex-flow: column;
}

main {
    padding: 0 3px;
    font-family: 'Mochiy Pop One', serif;
    flex: 1 1 auto;
}

@media screen and (min-width: 670px) {
    main {
        padding: 0 70px;
        font-family: 'Mochiy Pop One', serif;
        flex: 1 1 auto;
    }

}

.side {
    flex: 0 0 340px;
}

.cite {
    padding: 50Px 0 0 0;
}

.home-maincopy {
    font-size: 23px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #979D14;
}

.inform {
    text-align: center;
}

.inform-news {
    margin-top: 10px;
    margin-bottom: 80px;
}

.event {
    margin-bottom: 10px;
}
.event p {
    font-size: 0.9rem;
}

.online-mark a {
    color: #fff;
    font-weight: bold;
}

.online-mark {
    margin-top: 5px;
    padding-left: 5px;
    background: #4A148C;
   
    width: 50%;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
}

.youtube {
    margin-top: 1px;
    padding: 5px;
    text-align: center;
    background-color: #d7f7fc;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}

.btn {
    display: block;
    margin-top: 60px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ed5389;
    text-align: center;
}

.btn a {
    color: #565656;
}

.home-word {
    padding-top: 10px;
    text-align: center;
}

.recital {
    padding-bottom: 20px;
}

.enjoy,
.recital,
.bella-notte,
.em {
    text-align: center;
    padding-top: 15px;
}

.flute-p1 {
    text-align: center;
}

.record-page {
    margin: 10px auto;
    padding: 12px 20px;
    background: #b07c66;
    width: 200px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

.record-page a {
    color: aliceblue;
}

.home-color1 {
    font-size: 1.3rem;
}

.home-color2 {
    padding-left: 120px;
    color: #1565C0;
    font-style: italic;
    font-size: 1.8rem;
}

.news {
    margin-bottom: 10px;
    border-bottom: 2px double #205EF6;
}


.aside li {
    padding-left: 5px;
    border-color: #93ffab;
    border-width: 2px;

}

.aside li a {
    padding: 10px 0;
    color: #fff;

}

.aside-mark0 {
    margin-bottom: 10px;
    height: 100px;
    padding: 10x;
    display: block;

    text-align: center;
}

.aside-mark1 {
    margin-bottom: 10px;
    height: 80px;
    padding: 10x;
    display: block;
}

.aside-mark2 {
    margin-bottom: 10px;
    height: 80px;
    padding: 10x;
    display: block;
}

.aside-mark3 {
    margin-bottom: 10px;
    height: 50px;
    padding: 10x;
    display: block;
}

.aside-mark4 {
    margin-bottom: 10px;
    height: 80px;
    padding: 10x;
    display: block;
}

.aside-mark5 {
    margin-bottom: 10px;
    height: 80px;
    padding: 10x;
    display: block;
}

/*　　フッター　　*/
.footer-inner {
    margin-top: 50px
}

footer {
    height: 120px;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background-color: #979D14;

}

footer li {
    flex: auto;
    border: 1px solid #fff8dc;
}

footer li a {
    display: block;
    padding-top: 10px;
    color: #ffffff;
}

.copy {
    font-size: 12px;
    padding-top: 20px;
    font-size: 0.8rem;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    section .container {
        flex-flow: row;
    }

    main {
        flex: 1 1 auto;
    }

    .sidebar {
        flex: 0 0 300px;
    }
}

.star {
    color: steelblue;
}

/*  lesson.html*/

.headlines {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    border-bottom: 3px double #979D14;
    margin: 25px 0;
    width: 20%;
    text-align: center;
}

.subtitles {
    padding: 10px 15px;
    color: #282A05;
    margin: 30px 0px 10px 10px;
    border-left: 3px solid #f4b3c2;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif
}

.main-lesson {
    font-family: 'Mochiy Pop One', serif;
}
.lesson {
    margin-right: 10px;
    padding-left: 10px;
}

.lesson-detail {
    display: flex;
}

.lesson-course {
    margin-left: 10px;
    padding: 5px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

.lesson-course a {
    text-decoration: underline;
    color: #709a00;
}

.place-photo {
    padding: 5px 5px 5px 5px;
}

.lesson-logo {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 3px double #5aff19;
    transform: rotate(-3deg);
}

.price-contents {
    margin-top: 4em;
}


/* 講師紹介　*/
.teachers {
    margin-bottom: 30px;
    padding: 10px 20px;
    flex-flow: column;
}

.teacher {
    overflow: hidden;
    flex: 1 1 50%;
    padding-top: 30px;
}

.misako {
    float: left;
    margin: 40px 20px 0 20px;

}

.yoji {
    float: left;
    margin: 40px;
}

.message {
    padding: 30px 20px 10px 40px;
    text-indent: 1em;
}

.name {
    padding-left: 30px;
    border-bottom: 1px dotted #205EF6;
    padding-top: 20px;
}

.profile {
    width: 150px;
    margin-top: 10px;
    padding-left: 40px;
    border-bottom: 1px dotted #008080;
}

@media screen and (min-width:670px) {
    .teachers {
        flex-flow: row;
    }

    /* アンサンブル　*/
    .note {
        font-size: 0.9rem;
        padding-left: 20px;
        color: #FFD700;
    }

    .ensemble {
        float: left;
        margin: 40px 20px 0 20px;
    }

    /* 映像　*/
    .you {
        margin: 0;
        padding-bottom: 10px;
    }

    /* レコード　*/
    articl {
        margin-left: 10p;

    }

    .newevent {
        margin: 10px 20px 30px 20px;
        border: double;
        padding: 5px 10px;
        width: 400px;
    }

    .event1 {
        font-size: 15px;
        color: crimson;
    }

    .record {
        padding: 5px;
        overflow: hidden;
        width: 500px;
    }

    .times {
        padding-left: 10px;
        border-bottom: 1px solid #ed5389;
    }

    .program {
        float: left;
        padding-right: 10px;
    }

    .summary {
        display: block;
        padding-left: 10px;
    }

    .summary li {
        font-size: 0.8rem;
    }

    .comment {
        font-size: 0.9rem;
    }

    .record {
        margin-bottom: 10px;
    }

    /* フォーム　*/
    .form {
        margin-top: 50px;
        text-align: center;
    }

    .form-title {
        margin-top: 50px;
        text-align: center;
    }

    .form-address {
        margin-bottom: 50px;
        text-align: center;
    }

    /*  ジュニアレッスン　　*/
    .junior-maincopy {
        font-size: 18px;
        text-align: center;
        color: #8b4513;
    }

    .junior {
        margin: 20px 0;
        display: inline-block;
        border-left: 5px inset #7fff00;
        background-color: #f2ffe5;
    }

    .junior-img {
        float: left;
        margin: 0 20px 0 20px;
    }

    .float-clear {
        overflow: hidden;
    }

    .junior2 {
        margin-top: 20px;
        border-left: 5px inset #7fff00;
        display: inline-block;
    }

    .junior-text {
        text-indent: 1em;
        padding: 10px;
    }

    .junior-h {
        padding: 3px;
        background-color: #f2ffe5;
        display: inline-block;
    }

    .c1 {
        color: darkgreen;
    }

    /*  料金　　*/
    .prices {
        font-family: 'Noto Sans JP', sans-serif;
    }

    .price {
        margin: 20px 0 0 40px;
        border-collapse: collapse;
        font-size: 0.8rem;
    }

    .price-table {
        margin-top: 24px;
    }

    .price-table table {
        margin-top: 10px;
        border-collapse: collapse;
        font-size: 0.8rem;
    }

    .price-table th,
    td {
        border: 0.5px solid #808080;
        padding: 10px 15px;
    }

    .price-detail {
        padding-top: 20px;
    }

    .price-detail mark {
        background-color: #d8e698;
        font-size: 16px;
    }


    .price-annotation {
        font-size: 13px;
        font-weight: bold;
        margin-top: 20px;
    }

    .price hr {
        margin-top: 20px;
    }

    .price-child {
        margin-top: 20px;

    }

    .price p {
        font-size: 16px;
        margin-top: 10px;
    }

    .price p mark {
        background-color: #d8e698;
    }

    /*  リンク　　*/

    .rinks {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .rink {
        width: 25%;
    }

    .rink-logo {
        margin-right: 10px;
        padding: 5px 10px;


    }

    .icon {
        display: inline-block;
        margin: 5px 5px 15px 5px;
        padding: 10px;
        background-color: #f2e288;
        border-radius: 12px;

    }

    /* 　フルート　*/
    .sub-maincopy {
        margin: 10px 0;
        color: #cc66ff;
        font-style: italic;
        font-size: 1.8rem;
        text-align: center;
    }

    .flute {
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 10px;
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 20px;
        border-bottom: 5px solid #5aff19;
        border-left: 5px solid #5aff19;

    }

    .flutes {
        display: inline-block;
        margin-top: 20px;
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 20px;
        border-bottom: 2px solid #5aff19;

    }

    .fl {
        border: none;
        padding: 0 10px;
    }

}

.flute-inner {
    margin-bottom: 10px;
}

.flute-list {
    margin-top: -top: 10px;
    margin-bottom: -bottom: 5px;

}
