@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

html {
    overflow-y: scroll;
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    /*	font-family: 'Noto Sans JP', sans-serif;*/
/*    font-family: 'Kosugi Maru', sans-serif;*/
    font-family: 'Zen Old Mincho', serif;
    font-size: 16px;
    color: #121212;
}

a,
a:link,
a:active,
a:visited {
    transition: all 0.5s ease-out;
    outline: none;
    text-decoration: none;
    color: #121212;
}

b {
    font-weight: bold;
}

@media only screen and (max-width: 1100px) {
    html {
        font-size: 50%;
    }
}

/*---------------------------------------------------------common*/

* {
    box-sizing: border-box;
}

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

.spnomi {
    display: none;
}

.spnomi1100 {
    display: none;
}

.spnomi480 {
    display: none;
}

.spnomi760 {
    display: none;
}

.pcnomi480 {
    display: block;
}

.pcnone {
    display: none;
}

.clear {
    clear: both;
}

.maincolor {
    color: #000000;
}

@media only screen and (max-width: 1100px) {
    .spnomi1100 {
        display: block;
    }
}

@media only screen and (max-width: 1100px) {
    .spnomi {
        display: block;
    }

    .pcnomi {
        display: none;
    }
    
    
}

@media only screen and (max-width: 767px) {
    #logo img {
        width: 144px !important;
        margin-left: -60px;
    }
}

@media only screen and (max-width: 760px) {
    .spnomi760 {
        display: block;
    }

    .pcnone {
        display: block;
    }

    .spnone {
        display: none;
    }
}



@media only screen and (max-width: 480px) {
    .spnomi480 {
        display: block;
    }

    .pcnomi480 {
        display: none;
    }

    .pcnone {
        display: block;
    }

    .spnone {
        display: none;
    }
}

/*------------------------------------------------Fade Animation*/

.fadein {
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transition: all 1.2s;
}

.fade-on {
    opacity: 1;
    margin-top: 0;
}

/*---------------------------------------------------------main,logo*/

header {
    height: auto;
    position: relative;
}

#logo {
/*    width: 230px;*/
    width: 300px;
    display: inline-block;
    padding: 0 0 15px 0;
    vertical-align: bottom;
}

#logo img {
/*    width: 210px;*/
   width: 100%;
}

#logo00 {
    width: 180px;
    padding: 0px 10px 0 10px;
    float: left;
}

.wrap_main {
    width: 100%;
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: 4;
}

.for_main {
    z-index: 2;
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    padding: 20px;
}

.main_li {
    width: 30%;
    display: inline-block;
    color: #fbe4e4;
}

.main_li li {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
    border: 2px solid #fbe4e4;
    padding: 1.5rem 0;
    background-color: rgba(255, 255, 255, .8);
    letter-spacing: 1px;
    line-height: 1.3;
}

a.btn_main {
    display: inline-block;
    background-color: #f15a24;
    color: #fff;
    padding: 2rem 3rem 1.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.8rem;
    font-weight: 500;
}

a.btn_main:hover {
    transform: scale(1.05, 1.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn_main .far {
    font-size: 15px;
    margin-right: 10px;
}

nav{
	margin-left:auto;
}

@media only screen and (max-width: 1100px) {
    #logo {
        width: 380px;
        display: inline-block;
        float: left;
        padding-top: 10px;
        padding-left: 20px;
    }

    .wrap_main {
        z-index: 4;
    }

    .for_main {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        padding: 20px;
    }

    .main_li {
        display: table;
        width: 340px;
        border-spacing: 2px 0;
        border-collapse: separate;
    }

    .main_li li {
        font-size: 12px;
        display: table-cell;
        padding: 5px;
        height: 70px;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 760px) {
    .for_main {
        position: absolute;
        bottom: 80px;
        background-color: transparent;
        padding: 5px;
    }

    .main_li {
        width: 100%;
    }

    .main_li li {
        height: auto;
    }

    a.btn_main {
        position: relative;
        margin: 10px auto 0;
        width: 100%;
        display: block;
        text-align: center;
    }

}

/* -------------------------------------------------------------swiper */

.wrap {
    width: 100%;
    height: auto;
}



@keyframes fadein01 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadein02 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.slide-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
	margin-top:78px;
}

.slide-img img {
    width: 100%;
    height: auto;
}

.slide-txt {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    position: absolute;
/*
    top: 72%;
    left: 48%;
*/
    /*    transform: translateX(-50%); */
/*    top: 50%;*/
      bottom: 10%;
/*    left: 50%;*/
/*      left: 27%;*/
/*    right: -47%;*/
     
/*    transform: translate(-50%,-50%);*/
/*    transform: translateY(-50%);*/
    line-height: 1.2em;
    font-size: 26px;
    width: 100%;
    text-align: right;
/*    background-color: rgba(255,255,255,0.7);*/
/*    background-color: rgba(59, 107, 196, 0.7);*/
    padding: 20px 0;
    font-weight: 700;
}

.slide-img2 {
    position: absolute;
    top: 71%;
    left: 30%;
}

.slide-img2 img {
    border-radius: 50%;
    height: 190px;
    width: auto;
}



@media screen and (max-width: 1100px){
	.slide-img{
			margin-top: 49px;
	}
}
@media screen and (max-width: 760px){
	.slide-img{
			margin-top: 80px;
	}
}
@media only screen and (max-width: 480px) {
    .slide-img img {
        /*
        width: auto;
        height: 90vh;
*/
        height: 85vh;
        margin-left: 0;
        overflow: hidden;
        object-fit: cover;
        object-position: 15% 0;
    }
}

/*---------------------------------------------------------fix_right*/

a.top {
    width: 40px;
    height: 40px;
    /*	background-color: #fbe4e4;*/
    background-color: #fbe4e4;
    display: inline-block;
    margin-top: 30px;
    position: relative;
    padding: 5px 14px 0 0;
    right: 4px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.arrow-top {
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
}

.text_totop {
    font-size: 10px;
}

.fix_right {
    position: fixed;
    z-index: 100;
    top: 0px;
    right: 5px;
    writing-mode: vertical-rl;
    /*	font-family: gill-sans-nova, sans-serif;*/
/*    font-family: 'Kosugi Maru', sans-serif;*/
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
    width: 30px;
    height: 750px;
}

.fix_name {
    margin-bottom: 10px;
    width: 30px;
    font-size: 10px;
}

.fix_right span {
    display: inline-block;
}

.reserv a {
    height: auto;
    padding: 10px 0;
    display: block;
    width: 30px;
    text-align: center;
    padding-right: 7px;
    font-size: 12px;
    border: 2px solid #fbe4e4;
    background-color: #fff;
}

.jp_reserv {
    display: inline-block;
}

.fix_right span.fix_tel {
    display: none;
}

.fix_line a,
.fix_insta a,
.fix_mail a {
    display: block;
    width: 25px;
    height: 30px;
    text-align: center;
}

.fix_line a {
    margin-top: 20px;
}

.fix_insta a {
    width: 20px;
    margin-top: 10px;
}

.fix_mail a {
    width: 19px;
    margin-top: 10px;
}

.far {
    margin-bottom: 5px;
}

.fix_right span.fix_text {
    display: none;
}

.btn_main .far {
    margin-bottom: 5px;
    font-size: 15px;
    margin-right: 5px;
}

@media only screen and (max-width: 480px) {
    .fix_right {
        position: fixed;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: 11;
        writing-mode: horizontal-tb;
        letter-spacing: 2px;
        text-align: center;
        height: 60px;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 3px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        /*		background: #fbb03b;*/
        background: #fbe4e4;
    }

    .fix_right span.fix_name,
    .fix_right span.en_reserv {
        display: none;
    }

    .reserv {
        width: 70%;
        margin: 0 0.2% 0 1.2%;
        display: block;
        float: left;
    }

    .reserv a {
    width: 100%;
    padding: 20px 0 0 0;
    height: 50px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #111;
    }

    .fix_right span.fix_tel {
        display: block;
    }

    .fix_line,
    .fix_insta,
    .fix_mail,
    .fix_tel {
        width: 13.5%;
        text-align: center;
        vertical-align: top;
        margin: 0 0.2%;
        display: block;
        float: left;
    }

    a.top {
        width: 13.5%;
        text-align: center;
        vertical-align: top;
        margin: 0 0.2%;
        display: inline-block;
        writing-mode: horizontal-tb;
        transform: rotate(0);
        position: relative;
        bottom: auto;
        right: auto;
        height: 50px;
        box-sizing: border-box;
        background-color: #fff;
        background-color: #fbe4e4;
        border-radius: 5px;
        padding: 0;
        display: block;
        float: left;
    }

    .arrow-top {
        display: block;
        margin: 20px auto 0;
        width: 12px;
        height: 12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        vertical-align: middle;
    }

    .fix_line a,
    .fix_insta a,
    .fix_mail a,
    .fix_tel a {
        height: 50px;
        background-color: #fbe4e4;
        width: 100%;
        display: block;
        color: #fff;
        margin-top: 0;
        border-radius: 5px;
        text-align: center;
    }

    .fix_line a img.spnomi,
    .fix_insta a img.spnomi,
    .fix_mail a img.spnomi {
        display: inline;
    }

    .fix_line a img {
        width: 22px;
        padding-top: 14px;
    }

    .fix_insta a img {
        width: 17px;
        padding-top: 15px;
    }

    .fix_mail a img {
        width: 17px;
        padding-top: 17px;
    }

    .fix_tel a i {
        font-size: 20px;
        padding-top: 15px;
    }

    .top a img {
        width: 17px;
        padding-top: 17px;
    }

    .fix_right span.fix_text {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        padding-top: 3px;
    }
}

/*---------------------------------------------------------nav*/

nav {
    display: inline-block;
}

.navigation {
    font-weight: 500;
    letter-spacing: 1px;
    /*border-bottom: 2px solid #fbe4e4;*/
    height: 76px;
   background: #fff;
/*     background: #FBF1E4;
    background: rgba(251,241,228,0.8); */
/*     margin-top: 20px; */
    padding-top: 2px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.navigation.fixed {
    margin-top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.menu_fix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;
    height: 70px;
	display:flex;
}

.nav_li_menu,
.nav_template,
.li_logo {
    display: none;
}

#top_head {
    font-size: 10px;
    color: #664E1A;
    padding: 0px 0 0 0px;
    line-height: 1.5;
    float: left;
    position: absolute;
    left: 10px;
    top: 70px;
}

#top_head br {
    display: none;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

nav ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
/*    border-left: 1px solid #c7b299;*/
}

nav ul li::after {
    position: absolute;
}

nav ul li:first-child::after {
    display: none;
}

nav ul li:last-child {
    border-right: 1px solid #c7b299;
}

nav ul li span {
    display: block;
    margin-top: 7px;
    /*	font-size: 12px;*/
    font-size: 10px;
    /*	font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

nav ul li a,
nav ul li a:visited {
   display: block;
    /*    padding: 11px 10px 0 13px;*/
    padding: 7px 11px;
    line-height: 1.2;
    height: 35px;
    text-decoration: none;
    margin: 10px 0;
    border-left: 1px solid #c7b299;
}

.fixed nav ul li a {
    padding-right: 8px;
    padding-left: 10px;
}

nav ul li a:hover,
nav ul li a:visited:hover {}

.sns {
    width: 20px;
}

.sns-top {
    border-left: none;
}

.sns-top a {
    display: inline-block;
    border-left: none;
}

.sns-top img {
    width: 32px;
    height: auto;
    display: inline-block;
/*    padding: 0px 5px 0;*/
    vertical-align: middle;
}

.sns img {
    width: 20px;
    height: auto;
}

nav ul li.nav_blog {
    position: relative;
    right: 0;
    top: -40px;
    width: 130px;
    height: 130px;
    border-left: none;
    vertical-align: top;
}

nav ul li.nav_blog > span.blog1 a {
    display: block;
    height: 120px;
    /*	background-color: #fbe4e4;*/
/*    background-color: #fbe4e4;*/
    background: rgba(251,241,228,1);
/*    color: #fff;*/
    color: #000;
    font-size: 16px;
/*    padding: 30px 0 0 0;*/
    padding: 47px 0 0 0;
    line-height: 1.8;
}

.fixed nav ul li.nav_blog {
    top: -30px;
    height: 80px;
}

.fixed nav ul li.nav_blog a {
    padding-top: 15px;
    height: 100px;
}

nav ul li.nav_blog a span {
    font-size: 16px;
    position: relative;
    padding-top: 3px;
}

.fixed nav ul li.nav_blog a span {
    padding-top: 1px;
}

nav ul li.nav_blog a span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -34px;
    height: 1px;
    width: 68px;
    background-color: #fff;
}

/* -------------------------------------------Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: -5px;
    right: 0;
    height: 85px;
    width: 85px;
    z-index: 10;
    border-radius: 0;
    /*	background-color: #fbe4e4;*/
    background-color: #fbe4e4;
}

.fixed .nav-mobile {
    height: 60px;
    width: 60px;
    top: 12px;
}

@media only screen and (max-width: 1100px) {
    .navigation.fixed {
        height: 60px;
        padding-top: 0;
        background-color: #fff;
        transition: all 200ms ease-in-out;
    }

    .nav-mobile a:after {
        content: "MENU";
        position: absolute;
        bottom: -16px;
/*        left: 3px;*/
        left: 10px;
        /*		font-family: 'Ubuntu', sans-serif;*/
        font-family: 'Kosugi Maru', sans-serif;

        font-weight: bold;
        font-size: 11px;
        color: #fff;
        letter-spacing: 2px;
    }

    .fixed .nav-mobile a:after {
        bottom: -12px;
        left: 0px;
        font-size: 10px;
    }

    .nav-mobile.open a:after {
        content: "CLOSE";
        left: 5px;
    }

    .navigation {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
/*        height: 60px;*/
        height: 70px;
        border-bottom: none;
        margin-top: 10px;
    }

    .nav_li_menu {
        display: block;
        /*		font-family: 'Ubuntu', sans-serif;*/
/*        font-family: 'Kosugi Maru', sans-serif;*/
        color: #000;
        text-align: center;
        font-size: 24px;
        margin-bottom: 8px;
    }

    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        position: absolute;
        display: block;
        margin-top: -12px;
        z-index: 20;
    }

    .nav-list {
        background: #fbe4e4;
        z-index: 10;
        height: 102vh;
        color: #000;
        padding-top: 30px;
    }


    nav ul {
        display: none;
    }


    nav ul li {
        display: block;
        margin: 0 auto;
        border-right: 0;
        border: none;
        text-align: left;
        max-width: 250px;
        width: 100%;
    }

    nav ul li a,
    nav ul li a:link,
    nav ul li a:active,
    nav ul li a:visited {
/*        color: #fff;*/
        color: #000;
    }

    nav ul li a {
        padding: 15px 0 0;
        line-height: 20px;
        font-size: 14px;
/*        color: #fff;*/
        color: #000;
        height: 48px;
        position: relative;
/*        border-bottom: 1px solid #fff;*/
        border-bottom: 1px solid #000;
    }

    nav ul li > a::after {
        content: "＞";
        position: absolute;
        right: 3px;
        top: 14px;
        font-size: 12px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    nav ul li::after {
        display: none;
    }

    .nav-dropdown {
        position: static;
    }

    nav ul li:last-child {
        border-right: none;
    }

    nav ul li span {
        display: none;
    }

    nav ul li.nav_blog {
        right: auto;
        top: auto;
        width: 250px;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .fixed nav ul li.nav_blog {
        top: 0;
        height: 90px;
    }

    nav ul li.nav_blog > span.blog1 a {
        background-color: transparent;
    }

    nav ul li.nav_blog > span.blog1 {
        position: relative;
        width: 125px;
        height: 90px;
        vertical-align: top;
        text-align: center;
        float: left;
        display: block;
    }

    .fixed nav ul li.nav_blog a {
        padding-top: 0;
        height: 100px;
    }

    nav ul li.nav_blog > span.spnomi1100 {
        position: absolute;
        padding: 0;
        margin-top: 0;
    }

    nav ul li.nav_blog a > span.spnomi1100 {
        padding: 0;
    }

    nav ul li.nav_blog > span.spnomi1100 a {
        font-size: 32px;
    }

    nav ul li.nav_blog > span.nav_reserv {
        left: 140px;
        top: 10px;
    }

    nav ul li.nav_blog > span.nav_youtube {
        left: 190px;
        top: 10px;
    }

    nav ul li.nav_blog > span.nav_insta {
        left: 140px;
        /*		top: 60px;*/
        top: 32px;
    }

    nav ul li.nav_blog > span.nav_line {
        left: 195px;
        top: 60px;
    }

    nav ul li.nav_blog span {
        display: block;
    }

    nav ul li.nav_blog span.blog1 a {
        border-bottom: none;
        border-right: 1px solid #fff;
        padding-top: 10px;
        margin-top: 5px;
    }

    nav ul li.nav_blog > span.spnomi1100 a {
        border-bottom: none;
        padding-top: 0;
    }

    nav ul li.nav_blog span.blog1 a::after,
    nav ul li.nav_blog > span.spnomi1100 a::after {
        display: none;
    }

    nav ul li.nav_template {
        margin-top: 30px;
        display: flex;
        height: 50px;
        border-bottom: none;
        position: relative;
        justify-content: space-between;
    }

    nav ul li.nav_template > a::after {
        display: none;
    }

    nav ul li.nav_template a {
        border-bottom: none;
        font-size: 30px;
    }

    nav ul li.nav_template a img {
        width: 30px;
    }
}

@media screen and (min-width: 1101px) {
    .nav-list {
        display: block !important;
        height: 70px;
        padding: 4px 7px 7px 7px;
    }
}

#nav-toggle {
    position: absolute;
    left: 20px;
    top: 26px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

.fixed #nav-toggle {
    top: 12px;
    left: 13px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 45px;
/*    background: #fff;*/
    background: #000;
    position: absolute;
    display: block;
    content: "";
    transition: all 200ms ease-in-out;
}

.fixed #nav-toggle span,
.fixed #nav-toggle span:before,
.fixed #nav-toggle span:after {
    height: 2px;
    width: 35px;
    background: #fff;
    position: absolute;
}

#nav-toggle span:before {
    top: -10px;
}

.fixed #nav-toggle span:before {
    top: -8px;
}

#nav-toggle span:after {
    bottom: -10px;
}

.fixed #nav-toggle span:after {
    bottom: -8px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* -------------------------------------------------------------/nav */

/*----------------------------------------------------Constitution*/

.pdt {
    padding-top: 7rem;
}

.pdt02 {
    padding-top: 7rem;
}

.cont_100 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cont_small_0_10 {
    width: 100%;
    padding: 0 10px;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.cont_small_70_10 {
    width: 100%;
    padding: 70px 10px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.tal_c {
    text-align: center;
}

/* -------------------------------------------------------------head,text */

.head01 {
/*    font-size: 2.8em;*/
    font-size: 40px;
    display: block;
    padding: 0 0 10px 0;
    position: relative;
    text-align: center;
    /*	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;*/
    font-weight: 800;
    letter-spacing: .2rem;
    line-height: 1.5;
    display: block;
    margin: 0 auto;
    width: fit-content;
    position: relative;           
}

.head01::before {
    position: absolute;
    bottom: 10px;
    left: 0;
/*    transform: translateX(-50%);*/
    width: 60px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #FE0E0E;
}


.head01 span {
    display: block;
    font-size: 5rem;
    margin-bottom: 10px;
    /*	font-family: vatican, sans-serif;*/
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.head02 {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 20px 0 40px;
    position: relative;
    font-weight: 600;
    text-indent: 10px;
    text-align: center;
    /*	font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
}


.head03 {
    font-size: 2.8rem;
    text-align: center;
    /*	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;*/
    font-family: 'Kosugi Maru', sans-serif;
    margin: 30px 0;
}

.head03 a {
    display: block;
    margin-top: 20px;
    /*	font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 2.0rem;
}

.res {
    margin: 5rem 0 20px;
}

.mgtext {
    margin-bottom: 30px;
}

.mgthead {
    margin-top: 8rem;
}

.text01 {
    line-height: 1.8;
}

@media only screen and (max-width: 760px) {
    .pdt {
        padding-top: 7rem;
    }

    .sns-top {
        text-align: center;
    }

    .fixed nav ul li.nav_blog {
        display: none;
    }

    .sns-top img {
        width: 55px;
    }

    .sns-top a {
        border-bottom: unset;
    }
}

@media only screen and (max-width: 480px) {
    .text01 {
        text-align: left;
    }

    .text01 h4 {
        text-align: center;
        margin-bottom: 20px;
    }
}

/* -------------------------------------------------------------contents */

.for_line {
    width: 100%;
    height: 70px;
    box-sizing: content-box;
}

.lineanime {
    width: 1px;
    height: 70px;
    margin: 0 auto;
    background-color: #fbe4e4;
    animation: line 3s linear 0s infinite;
}

.pd_for_line {
    padding: 40px 0;
}

@keyframes line {
    0% {
        height: 0;
    }

    50% {
        height: 70px;
    }

    100% {
        height: 0px;
    }
}

.box {
    width: 90%;
    margin: 0 auto;
    padding: 7rem 5% 10rem;
}

.box01 {
    position: absolute;
    left: 0;
    top: 0;
    border-left: 2px solid #FE0E0E;
    border-top: 2px solid #FE0E0E;
}

.box02 {
    position: absolute;
    right: 0;
    top: 0;
    border-right: 2px solid #FE0E0E;
    border-top: 2px solid #FE0E0E;
}

.box03 {
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 2px solid #FE0E0E;
    border-bottom: 2px solid #FE0E0E;
}

.box04 {
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 2px solid #FE0E0E;
    border-bottom: 2px solid #FE0E0E;
}

.boxeffect {
    opacity: 0;
    height: 500px;
    width: 500px;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transition: all 1.2s;
}

.boxeffect-on {
    opacity: 1;
    height: 100px;
    width: 100px;    
}

.one_photo {
    margin: 5rem auto 0;
    width: 100%;
    text-align: center;
}

.one_photo img {
    width: 33%;
    display: inline-block;
}

a.btn01 {
    width: 80%;
    display: block;
    margin: 5rem auto 0;
    padding: 15px 0;
    color: #fff;
    background-color: #fbe4e4;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
}

a.btn01.color02 {
    background-color: #f15a24;
    margin: 3rem auto 0;
}

a.btn01:hover {
    transform: scale(1.05, 1.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.youtube {
    text-align: center;
    margin-bottom: 30px;
}

.youtube a {
    display: inline-block;
    width: 40%;
    margin: 0 1.5%;
}

.outer_reasens {
    margin: 5rem auto 0;
    width: 100%;
    text-align: center;
}

.box_reasens {
    width: 30%;
    border: 2px solid #fbe4e4;
    text-align: center;
    padding: 30px 10px 0 10px;
    height: 200px;
    display: inline-block;
    line-height: 1.8;
    font-size: 13px;
    vertical-align: top;
    margin: 0 1% 20px;
}

.box_reasens i {
    font-size: 28px;
    color: #c7b299;
}

.box_reasens h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0 1rem;
    /*	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;*/
    font-family: 'Kosugi Maru', sans-serif;
    font-style: normal;
}

.flow {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    line-height: 1.5;
}

.flow dt {
    width: 200px;
    position: relative;
    padding: 20px 0 20px 0;
    border-top: 1px solid #fbe4e4;
    border-left: 1px solid #fbe4e4;
    border-bottom: 1px solid #fbe4e4;
    font-weight: 600;
    color: #fbe4e4;
    text-align: center;
    align-items: center;
    margin-bottom: 70px;
}

.flow dt span {
    position: absolute;
    left: -1px;
    top: -40px;
    height: 40px;
    color: #fff;
    background-color: #fbe4e4;
    width: 200px;
    font-weight: 600;
    padding: 10px 0 0 0;
    letter-spacing: 1.5px;
    text-align: center;
}

.flow dd {
    width: calc(100% - 200px);
    padding: 20px;
    border-top: 1px solid #fbe4e4;
    border-right: 1px solid #fbe4e4;
    border-bottom: 1px solid #fbe4e4;
    position: relative;
    margin-bottom: 70px;
}

.flow dd::after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    left: calc(50% - 100px);
    bottom: -50px;
    background-color: #fbe4e4;
}

.flow dd:last-child::after {
    display: none;
}

.flow dd:last-child,
.flow dt:last-child,
.flow dt.mgb20 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 999px) {
    .box {
        width: 96%;
    }

    .box_reasens {
        width: 47%;
    }
}

@media only screen and (max-width: 760px) {
    .box_reasens {
        width: 100%;
        margin: 0 0 20px;
        height: auto;
        padding: 20px 10px;
    }

    .flow dt span {
        width: calc(100% + 2px);
    }

    .flow dt {
        width: 100%;
        border-bottom: none;
        border-right: 1px solid #fbe4e4;
        padding: 20px 0 0 0;
        margin-bottom: 0;
    }

    .flow dt.mgb20 {
        margin-bottom: 0;
    }

    .flow dd {
        width: 100%;
        border-left: 1px solid #fbe4e4;
        border-top: none;
        margin-bottom: 100px;
    }

    .flow dd::after {
        left: 50%;
        height: 20px;
        bottom: -40px;
    }

    .youtube a {
        width: 100%;
        margin: 0 auto 10px;
    }

    .one_photo img {
        width: 100%;
        margin-bottom: 10px;
    }
}

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

    .boxeffect-on {
        opacity: 1;
        height: 50px;
        width: 50px;
    }
}
/* -------------------------------------------------------------message */
.message__wrapper {
    display: flex;
    margin-top: 50px;
}

.message__left {
width: 35%;
}

.message__right {
    width: 60%;
    margin-left: 30px;
}
@media only screen and (max-width: 760px) {
    .message__wrapper {
        display: block;
    }
    
    .message__left {
    width: 100%;
	max-width: 400px;
    }
    
    .message__right {
        width: 100%;
        margin-left: 0;
		margin-top: 20px;
    }
    }
/* -------------------------------------------------------------lessons */

.head_lesson {
    font-size: 2.4rem;
    letter-spacing: .18rem;
    padding: 20px 0 20px;
    position: relative;
    font-weight: 500;
    text-indent: 10px;
    text-align: center;
    /*	background-color: #fbe4e4;*/
    /*    background-color: #fbe4e4;*/
    background-color: #fbe4e4;
    /*	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;*/
    font-family: 'Kosugi Maru', sans-serif;
    color: #fff;
    clear: both;
}

/*.head_lesson::before {
	content: '●';
	position: absolute;
	font-size: 20px;
	top: 50%;
	left: 2%;
	margin-top: -10px;
	color: #fff;
	width: 15%;
	height: 3px;
}

.head_lesson::after {
	content: '●';
	position: absolute;
	font-size: 20px;
	top: 50%;
	right: 2%;
	margin-top: -10px;
	color: #fff;
	width: 15%;
	height: 3px;
}*/

.box_lesson {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 4rem;
    color: #fff;
}

.bg_orange01 {
    background-color: #f15a24;
}

.bg_orange02 {
    background-color: #f7931e;
}

.bg_orange03 {
    background-color: #fbe4e4;
}

.box_left {
    width: calc(45% - 0px);
    float: left;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.box_right {
    width: calc(55% - 0px);
    float: right;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.box_left_float_right {
    width: calc(45% - 0px);
    float: right;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.box_right_float_left {
    width: calc(55% - 0px);
    float: left;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.box_lesson h5 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 500;
}

.level {
    text-align: center;
}

.level li {
    display: inline-block;
    font-size: 12px;
}

.condi_box {
    margin-top: 15px;
    text-align: center;
}

.condi_box span {
    border: 1px solid #fff;
    padding: 3px 15px;
    margin: 0;
    display: inline-block;
    font-size: 13px;
}

.menu {
    text-align: center;
    margin: 25px 0;
    padding: 20px;
    position: relative;
}

.menu h5 {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin-bottom: 10px;
}

.menu::before {
    position: absolute;
    width: 90%;
    height: 1px;
    content: "";
    background: #fff;
    top: 26px;
    left: 5%;
}

.menu li {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    list-style: circle;
    list-style-position: outside;
    margin-left: 50px;
}

.menu P {
    line-height: 1.8;
}

.ph_lesson img {
    width: 50%;
    float: left;
    align-items: center;
}

.ph_lesson_omo img {
    width: 100%;
}

a.btn_lesson {
    width: 100%;
    display: block;
    margin: 2rem auto 0;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
}

a.mgb10rem,
.mgb10rem {
    margin-bottom: 13rem;
}

a.mgb5rem {
    margin-bottom: 5rem;
}

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

    .box_left,
    .box_left_float_right {
        width: 100%;
        float: none;
        padding: 20px;
    }

    .box_right,
    .box_right_float_left {
        width: 100%;
        float: none;
    }
}
.mw-600{
	max-width: 600px;
	margin:0 auto;
	text-align:left;
}
/* -------------------------------------------------------------info */

.box_info {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.li_info li {
    width: 100%;
    border-bottom: 1px dotted #E6E6E6;
    position: relative;
    padding: 20px 20px 15px 10px;
    box-sizing: border-box;
    text-align: left;
}

.li_info li:last-child {
    border: none;
}

.li_info li:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 12px;
    margin-top: -8px;
    width: 40px;
    height: 3px;
    border-bottom: 1px solid #fbe4e4;
    border-right: 2px solid #fbe4e4;
    transform: skew(60deg);
    display: inline-block;
}

.date {
    font-size: 15px;
    margin-right: 10px;
    letter-spacing: 1.5px;
}


.info_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-top: 15px;

}

.box_insta {
    width: 100%;
}

@media only screen and (max-width: 999px) {
    .date {
        left: 20px;
        top: 20px;
    }

    .info_title {
        padding: 10px 0 5px 0;
        margin-top: 0;
    }

}

@media only screen and (max-width: 760px) {
    .date {
        display: block;
        margin-bottom: 10px;
    }

}

/* -------------------------------------------------------------footer */

footer {
    /*	background-color: #f15a24;*/
    /*    background: #fbe4e4;*/
    background: #FBF1E4;
    color: #000;
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
}

.foot_sns {
    margin: 30px auto 50px;
    position: relative;
    display: flex;
    /*	justify-content: space-between;*/
    justify-content: space-evenly;
    width: 80%;
    padding: 0 10px;
}

.box_sns a {
    color: #fff;
}

.box_sns {
    width: 18%;
    height: 150px;
    /*	background-color: #e25429;*/
    background-color: #fbe4e4;
    border: 1px solid #fff;
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    display: none;
}

.box_sns a h3,
.box_sns h3,
.box_sns {
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}

.box_sns img {
    width: 40%;
    height: auto;
    display: block;
    margin: 20px auto 0;
}

.box_sns i {
    font-size: 30px;
    margin-top: 20px;
}

a.tocontact {
    font-size: 12px;
    padding: 15px 0;
    width: 80%;
    border: 1px solid #61959E;
    border-radius: 20px 0 20px 0;
    margin: 20px auto 0;
    display: block;
    color: #3B5D66;
}

.snstel p {
    font-size: 11px;
    padding-top: 5px;
}

.snscontact p {
    font-size: 11px;
    padding-top: 5px;
}

.sns_bottom {
    margin-top: -470px;
    padding-top: 150px;
    height: 230px;
    margin-bottom: 150px;
}

footer a {
    color: #fff;
}

.foot_left {
    padding-top: 30px;
}

.foot_left img {
    max-width: 220px;
    width: 50%;
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
}

.foot_right {
    font-size: 14px;
    text-align: center;
    padding-top: 40px;
}

.foot_nav a {
    font-size: 12px;
    color: #000;
    position: relative;
    padding-left: 12px;
    letter-spacing: 1px;
}

.foot_nav a:hover {
    color: yellow;
}

.foot_nav li {
    display: inline-block;
    margin: 0 5px 5px;
    line-height: 1.8;
}

.copy {
    text-align: right;
}


/* Custom */
.sp-none {
    display: inline-block!important;
}

.sp-show {
    display: none!important;
}

.banner-img {
    margin-bottom: 30px;
}

.flex-wrap {
    display: flex;
}

.profile-img {
    flex-basis: 30%;
}

.profile-img img {
    width: 100%;
    border-radius: 25px;
}

.profile-txt {
    flex-basis: 70%;
    line-height: 1.8;
    font-size: 15px;
    text-align: left;
    margin-left: 2%;
}

.txt-title {
    background: #fbe4e4;
    border-radius: 35px;
    padding: 5px 40px;
    color: #fff;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 15px;
}

.txt-title2 {
    width: 35%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
}

.txt-desc {
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
}

.profile-wrap {
    /*    display: block;*/
    display: flex;
    margin-left: 10%;
}

.profile-wrap:first-child {
    /*    margin-top: 15%;*/
    margin-top: 0;
}

.profile-wrap .txt-title {
    display: inline-block;
    margin-right: 60px;
    flex-basis: 43%;
    height: fit-content;
}

.profile-wrap .txt-desc {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    flex-basis: 57%;
}

.flex-70 {
    flex-basis: 70%;
    margin-right: 2%;
}

.flex-30 {
    flex-basis: 30%;
}

.flex-30 img {
    width: 100%;
    border-radius: 25px;
}

.my-table {
    width: 100%;

}

.my-table tr td {
    padding: 15px;
    border: 1px solid #efefef;
    text-align: left;
}

.my-table tr td:first-child {
    background: #efefef;
    font-weight: 700;
    width: 20%;
    border-bottom: 1px solid #fff;
}

.my-table tr td:first-child:last-child {
    border-bottom: 1px solid #efefef;
}

.my-table2 tr td:first-child {
    width: 40%;
}

.count-flow {
    line-height: 1.8em;
    text-align: left;
    margin-top: 40px;
}

.faq-wrap {
    line-height: 1.8em;
    text-align: left;
    margin-top: 40px;
}

.qna-wrap {
    margin-bottom: 30px;
    border: 1px solid #dbdbdb;
}

.row-ques {
    display: flex;
    background: #efefef;
    padding: 10px;
    width: 100%;
    gap: 15px;
}

.row-ans {
    display: flex;
    padding: 10px;
    width: 100%;
    gap: 15px;
}

.ques-left {
    color: #fbe4e4;
    font-size: 20px;
    flex-basis: 3%;
}

.ans-left {
    color: #6d6b6b;
    font-size: 20px;
    vertical-align: top;
    flex-basis: 3%;
}

.ques-right {
    flex-basis: 97%;
}

.ans-right {
    flex-basis: 97%;
}

.ques-left,
.ques-right,
.ans-left,
.ans-right {
    display: inline-block;
}

span.wpcf7-list-item-label {
    position: relative;
    top: 18px;
    font-size: 14px;
}

#ple-loader-wraps2 {
    background: #fbe4e4 !important;
}

.my-flex {
    display: flex;
    column-gap: 20px;
}

.poodle-wrap {
    flex-basis: 30%;
}

.poodle-wrap img {   
    width: 100%;    
}

.poodle {
   width: 100%   
    margin-bottom: 30px;
}

.txt-col-wrap {
    flex-basis: 70%;
}

.count-flow .fa {
    color: #fbe4e4;
}

.banner-img img {
    /*    border-radius: 25px;*/
}

.tel-top {
    font-size: 20px;
}

.mgt-10 {
    margin-top: 10px;
}

/* Table Price */
table.tbl-price {
    border-collapse: collapse;
    margin: 20px auto 40px;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.tbl-price tr {
    background-color: #fff;
    border: 1px solid #fbe4e4;
    padding: .35em;
}

table.tbl-price th,
table.tbl-price td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #fbe4e4;
}

table.tbl-price th {
    /*  font-size: .85em;*/
}

table.tbl-price thead tr {
    background-color: #fbe4e4;
}

table.tbl-price thead tr td,
table.tbl-price thead tr th {
    border-right: 1px solid #fff;
    color: #fff;
}

table.tbl-price th.add-width,
table.tbl-price td.add-width {
    width: 25%;
}

table.tbl-price thead tr th:last-child {
    border-right: 1px solid #fbe4e4;
}

.txt {
    text-align: left;
    /*   font-size: .85em;*/
}

.price {
    text-align: right;
}

.bg-tbl-green {
    background: #fbe4e4;
    color: #fff!important;
}

.border-right-white {
    border-right: 1px solid #fff!important;
}

.border-bottom-white {
    border-bottom: 1px solid #fff!important;
}

.border-top-white {
    border-top: 1px solid #fff!important;
}

.valign-middle {
    vertical-align: middle;
}

.slide-logo {
/*    display: block;*/
    position: absolute;
    right: 15px;
    bottom: 20px;
    z-index: 2;
    width: 15%;
    display: none;
}

.slide-logo img {
    width: 100%;
    height: auto;
}

/*=== Custom 2 ===*/
.piano-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 50px;
}

.piano-item {
    flex: 100%;
    max-width: calc(100% / 3 - 30px);
    margin: 0 30px 30px 0;    
}

.piano-flex2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
}

.piano-item2 {
    flex: 100%;
    max-width: calc(100% / 2 - 30px);
    margin: 0 30px 30px 0;    
}

.piano-item2 p {
    line-height: 1.6em;
}

.piano-flex3 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
}

.piano-item3a {
    flex: 100%;
    max-width: calc(40% - 40px);
    margin: 0 40px 30px 0;    
}

.piano-item3a img {
    width: 100%;
    margin-bottom: 20px;
}

.piano-item3b {
    flex: 100%;
    max-width: calc(60% - 40px);
    margin: 0 40px 30px 0;    
}

.piano-item img {
    width: 100%;
}

.piano-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin: 20px auto;
}

.piano-item2 .flex-title {
    text-align: center;
}

.piano-desc {
    text-align: left;
    margin-top: 20px;
	line-height:1.6;
}

.bg-gray {
    display: block;
    margin: 20px auto;
    text-align: center;
    color: #000;
    padding: 10px 15px;
    background: #d9d9d9;
    width: fit-content;
}

.my-lesson {
    font-size: 28px;
}

.w-780 {
    max-width: 780px;
    width: 100%;
    margin: 20px auto 15px;
}

table.lesson-price {
    width: 100%;
    border-collapse: collapse;
    max-width: 500px;
    margin: 60px auto 40px;
    background: #fff;
}

table.lesson-price tr:first-child td {
    border-right: none;
    border-left: none;
    border-top: none;
    font-weight: 700;
        
}

table.lesson-price tr td {
    padding: 20px 20px 20px 40px;
    text-align: left;
    border: 1px solid #000;
    background: #fff;
}

.bg-pink-top {
    background: #fbe4e4;
/*     padding-bottom: 100px; */
}

.bg-pink {
    background: #fbe4e4;
/*     padding-bottom: 100px; */
    margin-top: 80px;
}

.bg-peach {
    background: #FBF1E4 !important;
/*     padding-bottom: 100px;     */
}

a.btn-contact {    
    background: #FF9D9D;
/*     border: 1px solid #FE0E0E; */
    color: #fff;
    padding: 15px 50px;
    transition: .5s;
    font-size: 22px;
}

a.btn-contact:hover {
    text-decoration: none;
/*     border: 1px solid #FE0E0E; */
    background: #D9D9D9;
    color: #000;
}

a.btn-demo {    
/*
    background: #fbe4e4;
    color: #000;
*/
    background: #FF9D9D;
    color: #fff;
    padding: 15px 50px;
    transition: .5s;
    font-size: 22px;
/*     border: 1px solid #FE0E0E; */
    display: block;
    margin: 40px auto 0;
    width: fit-content;
    text-align: center;
    
}

a.btn-demo:hover {
    text-decoration: none;
    background: #D9D9D9;  
/*     border: 1px solid #FE0E0E; */
    color: #000;
}

button.btn-more {    
    background: #fbe4e4;
    color: #000;
    padding: 15px 50px;
    transition: .5s;
    font-size: 18px;
    border-radius: 100px;
    margin: 30px auto 0;
    display: block;
    width: fit-content;
    transition: .5s;
    border: none;
        
}

button.btn-more:hover {
    text-decoration: none;
    background: #D9D9D9;
    cursor: pointer;
/*     border: 1px solid #FE0E0E; */
}

.see-more {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s, opacity 0.5s;
}

.see-more.active {
    max-height: 1000px; /* Adjust the maximum height as needed */
    opacity: 1;
}

.pdb-40 {
    padding-bottom: 40px;
} 

.newspaper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
}

.paper {
    flex: 100%;
    max-width: calc(100% / 2 - 30px);
    margin: 0 30px 0 0;    
}

.paper img {
    width: 100%;
}

.newspaper2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap; 
    margin-top: 20px;
}

.paper2 {
    flex: 100%;
    max-width: 100%;
    margin: 0 auto;
    
}

.paper2 img {
    width: 100%;
    max-width: 50%;
    margin: 0 auto 10px;
    display: block;
}

.txt-center {
    text-align: center;
}

.ig-feed {
    overflow: hidden;
    margin-top: 30px;
}

.ig-title {
    color: #CE31A2;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.pdt-40 {
    padding-top: 40px;
}

.font-18 {
    font-size: 18px;
}

span.fix_mail.ig-small a {
    margin-top: -10px !important;
}

#n06 {
    margin-bottom: 80px;
}

.my-container {
    display: flex;
    justify-content: center;
}

.my-container .text01 {    
    text-align: left;
}

.voice-wrap {
    
}

.voice-item {
    border-bottom: 4px dashed #e1e3e0;
    min-height: 100px;
    height: auto;
    padding: 30px 15px; 
    position: relative;
}

.voice-item::after {
    position: absolute;
    content: '”';    
    top: 0;
    right: 10px;
    font-size: 110px;
    color: #e1e3e0;
    transform: rotate(6deg);
}

.voice-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.voice-details {
    
}

@media screen and (min-width: 1101px)  {
    #logo {
/*        width: 350px!important;*/
        width: 300px!important;
    }
    
    .logo-item2 {
        flex-basis: 85%!important;
    }
}

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

    table.tbl-price th.add-width,
    table.tbl-price td.add-width {
        width: 30%;
    }
}

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

    table.tbl-price th.add-width,
    table.tbl-price td.add-width {
        width: 27%;
    }
}

@media screen and (max-width: 767px) {
    .slide-logo {
/*        display: block;*/
        caption-side: none;
        position: absolute;
        right: 15px;
        bottom: 20px;
        z-index: 2;
        width: 40%;
    }

    .slide-logo img {
        width: 100%;
        height: auto;
    }

    .slide-img img {
        /*
        width: auto;
        height: 90vh;
*/
/*        height: 85vh;*/
        height: 50vh;
        margin-left: 0;
        overflow: hidden;
        object-fit: cover;
/*        object-position: 15% 0;*/
        object-position: center;
    }

    .slide-img.sp-center img {
        object-position: center;
    }

    nav ul li a, nav ul li a:visited {
        border-left: unset;
        text-align: center;
    }
    table.tbl-price {
        border: 0;
        width: 100%
    }

    table.tbl-price th {
        background-color: #fbe4e4;
        display: block;
        border-right: none;
        color: #fff;
        text-align: right;
    }

    table.tbl-price th.service-type {
        text-align: right;
    }

    table.tbl-price th.service-type2 {
        text-align: left;
        padding-left: 0.6em;
    }

    table.tbl-price th::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 33px;
    }

    table.tbl-price thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.tbl-price tr {
        display: block;
        margin-bottom: .625em;
    }

    table.tbl-price td {
        border-bottom: 1px solid #bbb;
        display: block;
        /*    font-size: .8em;*/
        text-align: right;
        position: relative;
        padding: .625em .625em .625em 4em;
        border-right: none;
    }

    table.tbl-price td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
    }



    table.tbl-price td:last-child {
        border-bottom: 0;
    }

    table.tbl-price td.target-person {}

    table.tbl-price th.add-width,
    table.tbl-price td.add-width {
        width: 100%;
    }
    
    .bg-green-sp {
        background: #fbe4e4;
        color: #fff;
    }
    
    .border-bottom-white-sp {
        border-bottom: 1px solid #fff!important;
    }
    
    .bg-tbl-green-sp {
        background: rgba(63,192,105,0.7); 
        color: #fbe4e4!important;
    }
    
    .voice-title {
        font-size: 18px;
    }
    
    .voice-item::after {
        top: -32px;
        font-size: 75px;
        right: 0;
    }
    
    table.lesson-price tr td {
        line-height: 1.4em;
        padding: 20px 15px;
    }
}

/* Table Info */
table.tbl-info {
    border-collapse: collapse;
    margin: 20px auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.tbl-info tr {
    background-color: #fff;
    border: 1px solid #fbe4e4;
    padding: .35em;
}

table.tbl-info th,
table.tbl-info td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #fbe4e4;
    /*    font-size: .85em;*/
}

table.tbl-info td:first-child {
    /*    background: #fbe4e4;*/
    font-weight: bold;
/*    border-bottom: 1px solid #fff;*/
    border-bottom: 1px solid #fbe4e4;
    color: #000;
}

table.tbl-info tr:last-child td {
    border-bottom: 1px solid #fbe4e4;
}

.add-space {
    margin-right: 5px;
}

.txt-bold {
    font-weight: bold;
}

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

    table.tbl-info th,
    table.tbl-info td {
        display: block;
        border-bottom: 1px solid #fbe4e4;
        /*        font-size: .8em;*/
    }
}

@media only screen and (max-width: 999px) {
    footer {
        text-align: center;
    }

    .outer_sns {
        display: none;
    }

    .foot_sns {
        display: none;
    }

    .foot_right {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .copy {
        text-align: center;
        padding: 0 10px;
        font-size: 9px;
    }

    .common_contact {
        padding: 0 0 0 0;
    }
}

/* --------------------------------------------------contactform*/

.contact_box {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    font-size: 11px;
    text-align: left;
    padding: 0 10% 5%;
    ;
}

label {
    margin-bottom: 5px;
    margin-top: 20px;
    display: block;
    font-size: 14px;
}

placeholder {
    color: #ccc;
}

input,
textarea,
select {
    display: block;
    margin: 10px 0 0;
    padding: 20px 20px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #fbe4e4;
    outline: none;
    font-size: 16px;
    line-height: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    border-radius: 25px;
}

select {
    padding-right: 46px;
    background-image: url(images/ico_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 46px auto;
    background-size: 46px auto;
    position: relative;
}

.contact_box input[type="date"] {
    width: 100%;
    display: inline-block;
}

.f_date {
    float: left;
    display: block;
    width: 45%;
    margin: 0 3% 0 0;
    height: 120px;
}

.f_time {
    float: left;
    display: block;
    width: 47%;
    margin: 0 0 0 3%;
    height: 120px;
}

.f_date input,
.f_time input {
    height: 46px;
}

.f_float {
    clear: both;
    float: none;
    display: block;
}

.n_p {
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.required {
    background-color: #fbe4e4;
/*    color: #fff;*/
/*    padding: 2px 8px 4px;*/
    padding: 4px 8px 4px;
    margin-right: 10px;
    line-height: 13px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
}

.norequired {
    /*	background-color: #E0AD70;*/
    background: #aaa;
/*    color: #fff;*/
/*    padding: 2px 8px 4px;*/
    padding: 4px 8px 4px;
    margin-right: 10px;
    line-height: 13px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
}

textarea {
    width: 100%;
}

.wpcf7-list-item label {
    margin-top: 0!important;
}

.wpcf7-list-item label {
    margin-bottom: 40px;
}

.contact_box input[type="submit"] {
/*    color: #fff;*/
    background-color: #fbe4e4;
    display: block;
    padding: 20px 0;
    width: 100%;
    margin: 5rem auto 0;
    font-size: 14px;
    letter-spacing: 2px;
    transition: 1s;
    font-weight: bold;
    clear: both;
    border-radius: 0;
    color: #000;
}

.contact_box input[type="submit"]:hover {
    opacity: .7;
}

.contact_box input[type="submit"]:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    /*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.thanks_outer {
    font-size: 13px;
    color: #222;
    text-align: center;
    line-height: 2.0;
    margin: 0 0 50px;
}

/* エラーメッセージの上部を消去 */

div.screen-reader-response {
    display: none;
}

/* 送信NG時の枠の色  */

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 1px solid #F78181;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 5px;
    width: 400px;
}

input[type="checkbox"] {
    width: 30px;
    height: 30px;
    appearance: checkbox;
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.checkbox p {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    margin-top: 15px;
    line-height: 1.5;
    float: left;
}

.checkbox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.check {
    text-align: center;
}

.check li {
    display: inline-block;
    margin: 30px;
}

.check li a {
    font-size: 14px;
    text-decoration: underline;
    color: dodgerblue;
    display: inline-block;
}

/* Custom */
.txt-sm {
/*    font-size: 10px;*/
    font-size: 12px;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 8px;
}

.txt-lg {
    font-size: 18px;
    font-weight: 700;
}

.txt-sm-ft {
/*    font-size: 10px;*/
    font-size: 18px;
    display: block;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.txt-lg-ft {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #000;
    display: block;
    margin-top: -10px;
}

.txt-ft-info {
    text-align: center;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}

.txt-ft-info a {
    color: #000;
    text-decoration: none;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.logo-wrap-flex {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 10px;
}

.logo-item1 {
    flex-basis: 25%;
    align-self: center;
}

.logo-item2 {
    flex-basis: 60%;
    text-align: left;
	padding-left:40px;
	position:relative;
}
.logo-item2::before{
	position:absolute;
	content:"";
	background:url(http://kakunin-site02.com/10821-nomurapiano/wp-content/uploads/2024/02/ト音記号1-1.png);
	width:40px;
	height:50px;
	left:0;
	top:6px;
	background-size:contain;
	background-repeat:no-repeat;
}
@media screen and (max-width: 767px){
	.logo-item2 {
   padding-left:32px;
}
	.logo-item2::before{
	width:33px;
		top:8px;
}
}
/* Table */
.kaisha {
    margin-top: 5px;
    vertical-align: middle;
    text-align: center;
    color: dimgray;
}
.kaisha th {
    border: 1px solid #ccc;
    padding: 10px;
    font-weight: bold;
    background-color: #fbe4e4;
    color: #fff;
    vertical-align: middle;
}

.kaisha td:first-child {
    background-color: #fbe4e4;
}

.kaisha td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
}

.company-table_header {
	word-break: keep-all;
	background-color: #47C914;
	color: #fff;
}
.company-table_body {
	background-color: #fff;
}

.contents {
	line-height: 1.8;	
	width: 70%;
	margin: auto;
}

.contents2 {
	line-height: 1.8;	
	width: 100%;	
}

.table-title {
    display: inline-block;
}

ul.my-ul {
    display: inline-block;
    margin-left: 30px;
}

ul.my-ul li {
    list-style: disc;
    text-align: left;
}

.my-table-row {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 30px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.table-item {
    flex-basis: 33.3%;    
}

.sp-only {
    display: none;
}

.tal-l {
    text-align: left;
}

.hdr-menu-pc {
    display: block;
}

.hdr-menu-sp {
    display: none;
}

.sns-sp-hdr {
    display: none;
}

.sns-sp-hdr {
    display: none;
    position: absolute;
    right: 92px;
    top: 25px;
    transition: 0.5s ease;
    z-index: -1;
}

.sns-sp-hdr a img {
    width: 100%;
}

.sns-sp-hdr a {
    width: 30px;
    display: inline-block;
    margin: 0 0 0 5px;
}

.navigation.fixed .sns-sp-hdr {
    right: 70px;
}

.mgt-30 {
    margin-top: 30px;
}

.show-380 {
    display: none;
}

.ig-icon {
    text-align: center;    
}

.ig-icon img {
    height: 36px;
    width: 36px;
    margin-top: 20px;
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
    .sns-sp-hdr {
        display: block;
        top:30px;
    }
    
    .sns-top.pc-only {
        display: none;
    }
    
    .logo-wrap-flex {
        padding-top: 0;
    }
    
}

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

    /* Custom */
    .profile-wrap {
        margin-left: 8%;
    }

    .profile-wrap .txt-title {
        margin-right: 30px;
    }

    .box_sns {
        display: inline-block;
    }

    .slide-txt {
        font-size: 38px;
    }

    .slide-img2 img {
        height: 148px;
        width: auto;
    }
    
    .logo-wrap-flex {
        padding-top: 0;
    }
    
    #logo img {
        width: 80%;
    }
    
    .sns-sp-hdr {
        display: block;
        top:30px;
    }
    
    .sns-top.pc-only {
        display: none;
    }
    
    .fixed nav ul li a {
        color: #000!important;
    }
}

@media only screen and (max-width: 999px) {
    .contact_box {
        padding: 0 0 5%;
    }

    .contact_box input[type="submit"],
    input.form_submit02 {
        padding: 20px 0;
        width: 80%;
    }
}

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

    /* Custom   */
    .profile-wrap {
        display: block;
        margin-left: 0;
    }

    .profile-wrap:first-child {
        margin-top: 0;
    }

    .profile-wrap .txt-title {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .profile-wrap .txt-desc {
        display: block;
        text-align: center;
        vertical-align: middle;
    }

    .slide-txt {
        font-size: 30px;
    }

    .slide-img2 img {
        height: 120px;
        width: auto;
    }
}

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

    /* Custom   */
    .text01 {
        text-align: left;
    }

    .txt-title2 {
        width: 45%;
    }

    .slide-txt {
        font-size: 28px;
    }

    .slide-img2 img {
        height: 110px;
        width: auto;
    }
}

.pc-only {
    display: inline-block;
}

.sp-only {
    display: none;
}

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

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .sns-sp-hdr {
        display: block;
        top: 30px;
    }
    .hdr-menu-sp {
        display: block;
    }

    .hdr-menu-pc {
        display: none!important;
    }

    .sp-only {
        display: block;
    }

    /* Custom   */
    .flex-wrap {
        flex-wrap: wrap;
    }

    .profile-wrap:first-child {
        margin-top: 15%;
    }

    .profile-img {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .profile-txt {
        flex-basis: 100%;
        margin-left: 0;
    }

    .txt-title2 {
        width: 60%;
    }

    .flex-70 {
        margin-right: 0;
        flex-basis: 100%;
    }

    .flex-30 {
        flex-basis: 100%;
    }

    .sp-none {
        display: none!important;
    }

    .my-table2 tr td:first-child {
        width: 60%;
    }

    .my-table2 {
        margin-bottom: 20px;
    }

    span.wpcf7-list-item-label {
        font-size: 11px;
    }

    #logo {
        padding-top: 5px;
    }

    .nav-mobile a:after {
        left: 9px;
    }

    .fixed .nav-mobile a:after {
        left: 5px;
    }

    .nav-mobile.open a:after {
        left: 2px;
    }

    .sp-show {
        display: inline-block!important;
    }

  /*  nav ul li:nth-child(5) a {
        height: 65px;
    }*/

   /* nav ul li:nth-child(5) > a::after {
        top: 24px;
    }*/

    .poodle-wrap img {
        width: 100%;
        height: auto;
    }
    
    .poodle {
        width: 100%;
        height: auto;
    }

    .slide-txt {
        font-size: 14px;
    }

    .slide-img2 img {
        height: 54px;
        width: auto;
    }

    .my-flex {
        flex-wrap: wrap;
    }

    .poodle-wrap {
        flex-basis: 100%;
    }

    .txt-col-wrap {
        flex-basis: 100%;
    }
    
    .contents {       
        width: 100%;        
    }
    
    .my-table-row {
        flex-wrap: wrap;
    }

    .table-item {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    
    .logo-wrap-flex {
        padding-left: 10px;
    }
    
    .logo-item1 {
        flex-basis: 10%;
    }
    
    .txt-lg {
        font-size: 15px;
    }
    
    #logo img {
        width: 128px!important;
    }
    
    .sns-top > a::after {
        content: "";
    }
    
    #logo {
        padding-left: 5px;
    }
    
    .piano-item {
        flex: 100%;
        max-width: 100%;
        margin: 0 auto 30px;
    }
    
    .piano-item2 {
        flex: 100%;
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .piano-item3a {
        flex: 100%;
        max-width: 100%;
        margin: 0 auto 30px;
    }
   
    .piano-item3b {
        flex: 100%;
        max-width: 100%;
        margin: 0 auto 30px;
    }
    
    .head01 {
        font-size: 1.7em;
    }
    
    span.fix_mail.ig-small a {
        margin-top: -10px!important;
    }
    
    .fixed nav ul li a {
        color: #000!important;
    }
}

@media only screen and (max-width: 480px) {
    .checkbox p {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 380px) {
    .show-380 {
        display: inline-block;
    }
}

@media only screen and (max-width: 320px) {
    #logo img {
        width: 124px!important;
    }
    
    .txt-lg {
        font-size: 12px;
    }
}

@media screen and (min-width: 680px) {
    .br-pc {
        display: inline;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: inline;
    }
}

.kaisha.contents2 {
    height: calc(100% - 34px);
}

.kaisha.contents2 tr:nth-child(3) {
    height: 100%;
}

ul.company-list {
    list-style: disc;
    padding-left: 12px;
}

.f-20 {
    font-size: 20px;
}
/* -------------------------------------------------------------qa */

#n07{
	margin-top:0;!important
}
.inner {
  width:750px;
  margin: 20px auto;
}

.qa_box{
    margin-bottom: 20px;   
}

.qa_box .qa_q {    
    padding: 20px 25px;
    position: relative;
    cursor: pointer;
    color: #000;
}

/* .qa_box .box_odd {
    background-color: #ede6de;
} */

.qa_box .box_even {
    background-color: #f5f5f5;
}

.qa_box.box_odd .qa_q {
  border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 35px;
}

.qa_box.box_even .qa_q {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 35px;
}

.toggle_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -15px;
}
.toggle_icon:before {
    position: absolute;
    /*  content: "▼";*/
    content: "\f002";
    font-family: 'FontAwesome';
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 35px;
    right: 15px;
    top: -5px;
}

.qa_q.open .toggle_icon:before{
    position: absolute;
    content: "ー";
/*
    content: "\f010";
    font-family: 'FontAwesome';
*/
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.qa_box .qa_a {
    display: none;
    padding: 25px 30px;
/*
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
*/ 
}

.q_txt{
    display: block;
    padding-left: 35px;
	padding-right:45px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    text-align: left!important;
}

.q_txt::before {
    position: absolute;
    left: 0;
    content: "Q．";
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.a_txt {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    text-align: left!important;
}

.a_txt::before {
    position: absolute;
    left: 0;
    content: "A．";
    color: #e46930;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 750px) { 
    .inner{
        width: auto;
    }
    
    .toggle_icon {
        right: 0.8rem;
    }
    
    .toggle_icon:before {
        width: 15px;
    }
    .toggle_icon:after {
        height: 15px;
        right: 7px;
    }
	.q_txt{
		font-size:16px;
		padding-right:15px;
	}
	.toggle_icon:before{
		    font-size: 20px;
	}
}

@media screen and (max-width: 480px) { 
    .toggle_icon {
        right: 0.4rem;
    }
}

#n01{
line-height:1.8;
}
.ig-feed-1{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	max-width:600px;
}
.logo-item-img{
	width:220px;
}
@media screen and (max-width: 760px) { 
.logo-item-img{
	display:none;
}
}
.iframe-wrapper{
	  position: relative;
  width: 100%;
  padding-top: 56.25%;
	    margin-top: 30px;

}
.iframe-wrapper1{
	    position: relative;
    width: 100%;
	max-width: 600px;
    aspect-ratio: 16/9;
    margin: auto;
}
iframe{
	margin:20px auto;
	display:block;
	position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.h2-en{
	font-size: 34px;
	font-family: 'Pinyon Script', cursive;
    line-height: 1;
    display: block;
    margin: 0 auto;
    width: fit-content;
    position: relative;

}
.h2-en::after{
	position:absolute;
	content:"";
	width:80px;
	height:1px;
	background:#000;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.h2-ja{
	text-align:center;
	margin-top:5px;
}
strong{
	font-weight:900;
}

/*フッターメニュー固定*/
/*メニューをページ下部に固定*/
#sp-fixed-menu{
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
 }
 
 /*メニューを横並びにする*/
 #sp-fixed-menu ul{
    display: flex;
    list-style: none;
    padding:0;
    margin:0;
    width:100%;
 }
 
 #sp-fixed-menu li{
    justify-content: center;
    align-items: center;
    width: 50%;
    padding:0;
    margin:0;
    font-size: 14px;
    border-right: 1px solid #fff;
 }
 #sp-fixed-menu li a{
    background: #ffcfcf;

 }
 #sp-fixed-menu li a img{
    width: 25px;
 }

.course-img {
    width: calc(100% / 2 - 40px);
    margin: 0 20px 0 0;
    display: inline-block;
}

.course-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}


 
 /*ボタンを調整*/
 #sp-fixed-menu li a{
    color: #fff;
    text-align: center;
    display:block;
    width: 100%;
    padding:10px;
 }
 /*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
    .is-sp{
       display:none;
     }
 }
 /*spの場合にはメニューを表示させない*/
@media (max-width: 768px) {
    .is-pc{
       display:none;
     }
 }

@media (max-width: 767px) {	
	.course-img {
		display: block;
		width: 100%;
	}

	.course-img img {
		height: auto;
		margin: 10px 0;
	}
 }

.btn-lesson{
	margin-top:80px;
	padding-bottom:50px;
}
.button-qa{
	font-weight:700;
	border-bottom: 1px solid #000;
}