@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    /* font-family: dnp-shuei-mincho-pr6n, sans-serif; */
    font-family: 'Zen Old Mincho', serif;
    color: #666666;
}


img {
    width: 100%;
    height: auto;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: all 3s liner;
    -webkit-transition: all 0.3s liner;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


/*indexページここから*/

.bg-slider {
    height: 45rem;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-f . -lexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.bg-innner {
    text-align: center;
}

.bg-innner h1 {
    width: 20rem;
    margin: auto;
    padding-top: 5rem;
}

.bg-innner h2 {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.5;
    padding-top: 2rem;

}

#introduce {
    text-align: center;
    width: 90%;
    margin: auto;
    padding: 5rem 0 7rem;
    background-image: url(../images/onpu5.svg),url(../images/onpu2.svg);
    background-repeat: no-repeat,no-repeat;
    background-size: 7rem auto,5rem auto;
    background-position: left bottom 12rem, right bottom 1rem;
    background-color:rgba(255,255,255,0.6);background-blend-mode:lighten;
}

.circle-title {
    display: inline-block;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    padding: 1rem 0;
    letter-spacing: 0.2em;
    background: url("../images/pink.png") no-repeat, url("../images/blue.png") no-repeat right bottom, url("../images/yellow.png") no-repeat center center;
    margin-bottom: 2rem;
    font-weight: bold;

}

.circle-title span {
    font-size: 1.4rem;
    font-weight: bold;
}

.main-text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    text-align: center;
}

.main-text span {
    /*	color: #C4C4C4;*/
    /*	font-weight: bold;*/
    /*    font-size: 1.5rem;*/
    display: inline-block;
    line-height: 1.8;
    margin: 1rem 0;
}

.btn a {
    display: inline-block;
    font-size: 1.4rem;
    border: solid 0.2rem #B3B3B3;
    padding: 1rem 0 1.2rem;
    width: 22rem;
    margin: auto;
    text-align: center;
    background: url("../images/arrow-gray.png") no-repeat right 1rem center;
    background-color: #fff;
}

.btn a:hover {
    background: url("../images/arrow-white.png") no-repeat right 1rem center, #B3B3B3;
    color: #fff;

}

.btn:first-of-type {
    margin-bottom: 1rem;
}

.inner {
    width: 90%;
    margin: auto;
}

#lesson {
    background: url("../images/circles-light.png");
    padding: 5rem 0 7rem;
}

.title {
    font-size: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 6rem;
    line-height: 1.5;
    font-weight: bold;
}

.title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1rem;
    下線の上下位置調整 display: inline-block;
    width: 4rem;
    /*下線の幅*/
    height: 0.2rem;
    /*下線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #b8abc6;
    /*下線の色*/
}


.lesson-each {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

.lesson-each img {
    vertical-align: baseline;
}

.lesson-img {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.lesson-each-title {
    text-align: center;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lesson-each-title h3,
.lesson-each-titleB h3 {
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 1.8rem;
    color: #CE638F;
    padding-bottom: 1rem;
}

.lesson-each-title h4 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: 'Sawarabi Gothic', sans-serif;
}

.lesson-eachB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lesson-menu {
    display: grid;
    grid-gap: 1rem;
}

.lesson-each-title .blue {
    color: #0071BC;
}

.lesson-each-title .green {
    color: #5EB786;
}

.lesson-menu a {
    display: block;

}


.carousel {
    margin: 3rem auto 1rem;
}

.carousel img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    /*	padding: 0 10px;*/
}

.slick-next {
    right: -2rem;
}

.slick-prev {
    left: -2rem;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #B8ABC6;
}

/*ここからslick*/
/*slickここまで*/


#event .main-text {
    width: 100%;
    margin: auto;
    padding-top: 1rem;
}

#event {
    padding: 5rem 0 7rem;
    position: relative;
}

.onpu1 {
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 1;
    width: 6rem;
    -webkit-animation: fluffy1 3s ease infinite;
    animation: fluffy1 3s ease infinite;
}

@-webkit-keyframes fluffy1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    25% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fluffy1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    5% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    25% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    30% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.onpu5 {
    position: absolute;
    bottom: 10%;
    right: 7%;
    z-index: 1;
    width: 6rem;
    -webkit-animation: fluffy2 3s ease infinite;
    animation: fluffy2 3s ease infinite;
}

@-webkit-keyframes fluffy2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    5% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    25% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fluffy2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    5% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    25% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.onpu2 {
    position: absolute;
    bottom: 18%;
    right: 3%;
    z-index: 1;
    width: 5rem;
    -webkit-animation: fluffy1 3s ease infinite;
    animation: fluffy1 3s ease infinite;
}

.sub-title {
    font-size: 1.6rem;
    border-left: 0.5rem #B8ABC6 solid;
    border-bottom: 0.1rem #B8ABC6 solid;
    padding: 0 0 0.5rem 0.5rem;
}

#access iframe {
    width: 100%;
    height: 30rem;
    padding: 1rem;
}

#access {
    background: url(../images/circles-light.png);
    padding: 5rem 0;
}

#blog figure {
    border: solid 0.1rem #CCC4D6;
}

#blog {
    padding: 5rem 0 7rem;
}

footer {
    background: #cbbdda;
    padding: 5rem 0;
}
footer ul{
    list-style-type: none;
    margin-bottom: 3rem;
}
footer ul li{
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding-bottom: 1rem;
    line-height: 1.5;
    transition: 0.3s;
}
footer ul li a:hover{
    opacity: 0.5;
}

footer p {
    font-size: 1rem;
    line-height: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #fff;
    text-align: center;
}

#contact-btm {
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

#contact-btm p a {
    display: block;
    background: #B8ABC6;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    line-height: 4rem;
    text-align: center;
    width: 90%;
    margin: auto;
    border-radius: 0.5rem;
}

/*//ハンバーガーメニューここから*/
#navBtn {
    position: fixed;
    z-index: 1000;
}

.cp_hmenuac03 .cp_bar,
.cp_hmenuac03:before,
.cp_hmenuac03:after {
    display: block;
    width: 30px;
    height: 2px;
    content: '';
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    //    border-radius: 5px;
    background: #AB7812;
}

.cp_hmenuac03 .cp_bar {
    position: relative;
    margin: 7px 0;
}

.cp_hmenuac03 {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 1rem;
    right: 1rem;
    z-index: 100;
}

#navMenu {
    height: 0;
}

#navMenu nav {
    background: rgba(0, 0, 0, 0.0);
}

#navMenu.show nav {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    background: #BAACBE;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 99;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#navMenu.show nav ul {
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#navMenu nav ul {
    display: none;
}

#navMenu nav ul li {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    padding: 1.5rem 0;
    font-family: 'Noto Sans JP', sans-serif;
}

#navMenu nav ul li:last-of-type {
    border: 0;
}

#navMenu nav ul li a {
    color: inherit;
    display: block;
}

#navMenu nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.4;
}

.show .cp_hmenuac03 .cp_bar {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.show .cp_hmenuac03:before {
    -webkit-transform: translateY(10px) rotate(135deg);
    transform: translateY(10px) rotate(135deg);
    background-color: #ffffff;
}

.show .cp_hmenuac03:after {
    -webkit-transform: translateY(-8px) rotate(-135deg);
    transform: translateY(-8px) rotate(-135deg);
    background-color: #ffffff;
}

/*//ハンバーガーメニューここまで*/


#page_top {
    position: fixed;
    right: 1rem;
    bottom: 6rem;
    background: #c6a44e;
    opacity: 0.8;
    z-index: 10;
    border-radius: 50%;
    display: none;
}

#page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;

}

#page_top a::before {
    font-family: FontAwesome;
    content: '\f102';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}


#feed ul{
    list-style: none;
    font-size: 1.4rem;

}
#feed ul li {
    line-height: 1.5;
    padding-bottom: 1rem;
    transition: 0.3s;
    display: flex;
    border-bottom: dashed #c4c2c2 0.1rem;
    margin-bottom: 1rem;
}
#feed ul li a:hover{
    opacity: 0.5;
}
#feed ul li span{
    padding: 0 0.5rem;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
    flex:1;

}
#feed ul li a{
    flex:3;

}

#text{
    display: none;
}

/*indexページここまで*/
/*aboutページここから*/
.header {
    background: url(../images/circles-light.png);
    height: 4rem;
    margin-bottom: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.header-logo {
    width: 7rem;
}

.title-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.circle-tl-short {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    padding: 1rem 0;
    letter-spacing: 0.2em;
    background: url("../images/pink2.png") no-repeat, url("../images/blue.png") no-repeat right bottom, url("../images/yellow.png") no-repeat center center;
    margin-bottom: 2rem;
    font-weight: bold;

}

.circle-tl-short span {
    font-size: 1.4rem;
    font-weight: bold;
}

.main-text-left {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 1rem 0;

}

.main-text-left span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffdfef));
    background: linear-gradient(transparent 60%, #ffdfef 0%);
}

.lesson-introduce {
    margin-bottom: 5rem;
}

.teacher .sub-title {
    margin-bottom: 2rem;
}

.sayo {
    width: 80%;
    margin: 0 auto 2rem;
    border: solid #ece6f1 0.1rem;
    background: url("../images/circles-light.png");
    padding: 2rem;

}
.sayo figure {
padding: 0 1rem;

}

.teacher-name {
    font-size: 1.4rem;
    text-align: center;
    padding: 1rem 0;
    font-weight: bold;
}

.sub-text {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 1rem;
}

.m-btm {
    margin-bottom: 5rem;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

/*aboutページここまで*/
/*ritomicページここから*/
.goods {
    margin-bottom: 5rem;
    width: 100%;
}

.price dl {
    font-size: 1.4rem;
    overflow: hidden;
    /*	border-top: 0.1rem dotted;*/
    padding-top: 1rem;
}

.price dd {
    padding-bottom: 1rem;
    border-bottom: 0.1rem dotted;
    text-align: right;
}

.price dd:not(:first-of-type) {
    padding-top: 1rem;
}

.price dt:not(:first-of-type) {
    padding-top: 1rem;
}

.price dt {
    float: left;
}

.price {
    margin-bottom: 7rem
}

/*ritomicページここまで*/

/*pianoページここから*/
.piano-lesson p {
    font-size: 1.4rem;
    border-bottom: 0.1rem dotted;
    line-height: 1.5;
    padding: 0.5rem;
}

/*pianoここまで*/
/*seniorページここから*/
.senir-text {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}

.senir-text:first-of-type {
    padding-top: 1rem;
}

.senior-all {
    margin-bottom: 3rem;
}

/*seniorここまで*/
/*yamahaページここから*/

table {
    margin-top: 2rem;
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    line-height: 1.5
}

td,
th {
    padding: 3px;

}

th {
    border-bottom: 0.1rem dotted;
    /*	border-top: 0.1rem dotted;*/
    vertical-align: middle;
}

td,
th {
    border-right: 0.1rem dotted;
}

td:last-of-type,
th:last-of-type {
    border-right: none
}


/*yamahaページここまで*/
/*trialページここから*/
.main-text a {
    text-decoration: underline;
}

.main-text a:hover {
    opacity: 0.5;
}

.trial-main {
    margin: 5rem 0 7rem;
}

.sub-title-back {
    background: #d3c7e2;
    /*	background: #B8ABC6;*/
    /*	background: url("../images/circles-light.png");*/
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2;
    border-radius: 5px;
    font-weight: bold;
}
.trial-each{
    margin-bottom: 3rem;
}
.trial-title {
    font-size: 1.4rem;
    padding-top: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffdfef));
    background: linear-gradient(transparent 70%, #ffdfef 0%);
    display: inline-block;
}

/*trialページここまで*/
/*formージここから*/
form {
    margin: 5rem 0;
    padding: 0 1rem 3rem;
}

.contact {
    text-align: center;
    color: #a58048;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}

.soushin {
    background-color: #a58048;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2rem;

}

.f-title {
    font-size: 1.4rem;
    /*	letter-spacing: 0.5em;*/
    margin-bottom: 1rem;
    text-align: left;
}

.f-title span {
    background-color: #a58048;
    color: #fff;
    padding: 0.2rem 1rem;
    letter-spacing: 0;
}

input {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.3rem 0;
}

textarea {
    width: 100%;
    margin: 0 auto 2.5rem;
    height: 12rem;
}

.btn-sousshin {
    font-size: 1.2rem;
    color: #426cad;
    text-align: center;
    margin-bottom: 2rem;
}

input[type="submit"] {
    width: 50%;
    line-height: 2.5rem;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #a58048;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 3rem;
    -webkit-appearance: none;
    border: none;
}

/*formページここまで*/


@media (min-width: 480px) {
    html {
        font-size: 68.75%;
    }

}

@media (min-width: 640px) {
    html {
        font-size: 75%;
    }
}

@media (min-width: 960px) {
    html {
        font-size: 93.75%;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /*indexページここから*/
    #introduce {
        padding: 100px 0 120px;
        background-image: url(../images/onpu5.svg),url(../images/onpu2.svg),url(../images/onpu1.svg);
        background-repeat: no-repeat,no-repeat,no-repeat;
        background-size: 150px auto,120px auto,80px auto;
        background-position: left top 50px, right bottom 50px,left 250px top 350px;
        background-color:rgba(255,255,255,0.6);background-blend-mode:lighten;
    }

    .circle-title {
        display: inline-block;
        font-size: 2rem;
        text-align: center;
        line-height: 1.5;
        padding: 1rem 0;
        letter-spacing: 0.2em;
        background: url("../images/pink.png") no-repeat, url("../images/blue.png") no-repeat right bottom, url("../images/yellow.png") no-repeat center center;
        margin-bottom: 2rem;

    }

    .circle-title span {
        font-size: 1.4rem;
    }

    .main-text {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 70px;
        text-align: center;
    }

    .main-text span {
        /*	color: #C4C4C4;*/
        /*	font-weight: bold;*/
        /*    font-size: 1.5rem;*/
        display: inline-block;
        line-height: 1.8;
        margin: 1rem 0;
    }

    .btn a {
        display: inline-block;
        font-size: 1.4rem;
        border: solid 0.2rem #B3B3B3;
        /*        padding: 1rem 0 1.5rem;*/
        width: 22rem;
        margin: auto;
        text-align: center;
        background: url("../images/arrow-gray.png") no-repeat right 1rem center;
        background-color: #fff;
    }

    .btn a:hover {
        background: url("../images/arrow-white.png") no-repeat right 1rem center, #B3B3B3;
        color: #fff;

    }

    .btn:first-of-type {
        margin-bottom: 0.5rem;
    }





    .bg-slider {
        height: 650px;
        margin-bottom: 0;
    }

    .bg-innner {
        text-align: center;
    }

    .bg-innner h1 {
        width: 350px;
        margin: auto;
        padding: 0;
    }

    .bg-innner h2 {
        font-size: 1.2rem;
        color: #fff;
        line-height: 1.5;
        padding-top: 2rem;

    }

    .btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btn a:first-of-type {
        margin-right: 10px;
    }

    .inner {
        max-width: 960px;
        /* max-width: 1300px; */
    }

    .lesson-menu {

        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 10px;
    }

    .lesson-img {

        -webkit-box-flex: 4;

        -ms-flex: 4;

        flex: 4;
    }

    .lesson-each-title {

        -webkit-box-flex: 5;

        -ms-flex: 5;

        flex: 5;
    }

    .carousel {
        width: 100%;
    }

    .title {
        font-size: 2rem;
        text-align: center;
        position: relative;
        padding: 0;
        margin-bottom: 6rem;
        line-height: 1.5;
    }

    #lesson {
        background: url("../images/circles-light.png");
        padding: 100px 0 120px;
    }

    #event {
        padding: 100px 0 120px;
        position: relative;
    }

    #access {
        padding: 100px 0 50px;
    }

    #blog {
        padding: 100px 0 120px;
    }

    #event .main-text {
        width: 960px;
        margin: auto;
    }

    .onpu1 {
        width: 8rem;
    }

    .onpu5 {
        width: 9rem;
        right: 6%
    }

    .map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hiraoka,
    .ishikiri {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .hiraoka {
        margin-right: 10px;
    }

    .ishikiri {
        margin-left: 10px;
    }

    #blog figure {
        width: 700px;
        margin: auto;
    }
  
    /*    ハンバーガーメニューここから*/

    .cp_hmenuac03 .cp_bar,
    .cp_hmenuac03:before,
    .cp_hmenuac03:after {
        display: block;
        width: 50px;
        height: 5px;
        content: '';
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 5px;
        /*	background: #b8abc6;*/
        background: #AB7812;
    }

    .cp_hmenuac03 .cp_bar {
        position: relative;
        margin: 10px 0;
    }

    .cp_hmenuac03 {
        position: absolute;
        /*	padding: 1.5em;*/
        width: 50px;
        cursor: pointer;
        position: fixed;
        /*	top: 10px;*/
        /*	right: 10px;*/
        z-index: 100;
        /*	background: #fff;*/
    }

    .show .cp_hmenuac03 .cp_bar {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .show .cp_hmenuac03:before {
        -webkit-transform: translateY(15px) rotate(135deg);
        transform: translateY(15x) rotate(135deg);
        background-color: #ffffff;
    }

    .show .cp_hmenuac03:after {
        -webkit-transform: translateY(-15px) rotate(-135deg);
        transform: translateY(-15px) rotate(-135deg);
        background-color: #ffffff;
    }

    /*    ハンバーガーメニューここまで*/

    #contact-btm-pc {
        width: 50px;
        position: fixed;
        right: 0;
        top: 450px;
        z-index: 10;
        transition: all 0.5s ease-out;
    }

    #contact-btm-pc:hover {
        opacity: 0.8;
        z-index: 100;
    }

    #page_top {
        position: fixed;
        right: 10px;
        bottom: 50px;
        background: #c6a44e;
        opacity: 0.8;
        z-index: 10;
        border-radius: 50%;
        display: none;
    }
    
    #page_top a {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        text-decoration: none;
    
    }
    
    #page_top a::before {
        font-family: FontAwesome;
        content: '\f102';
        font-weight: 900;
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }
    #feed ul li a{
        flex:4;
    
    }
    /*indexページここまで*/



    /*aboutページここから*/
    .le-in-all {
        overflow: hidden;
    }

    .left-img {
        width: 50%;
        float: left;
        padding-right: 1rem;


    }

    .right-img {
        width: 50%;
        float: right;
        padding-left: 1rem;
    }

    .lesson-introduce {
        clear: both;
    }
    .main-text-left {
        margin: 10px 0;
    
    }
.teacher{
    padding-bottom: 100px;
}
    .sayo {
        width: 500px;
        margin: 0 auto 7rem;
        border: solid #ece6f1 0.1rem;
        background: url("../images/circles-light.png");
        padding: 2rem;
    
    }
    .sayo figure {
    padding: 0 1rem;
    
    }

    /*aboutページここまで*/
    /*ritomicページここから*/
    .goods {
        width: 60%;
    }

    /*ritomicページここまで*/

    footer {
        padding: 5rem 0 2rem;
    }
