@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');

/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (min-width: 768px) {

    /* ------------------------------
	 display
	------------------------------ */
    .sp {
        display: none;
    }

    /* ------------------------------
	 btn
	------------------------------ */
    .btn {
        width: 240px;
        background: #fff;
        border-radius: 5px;
        text-align: center;
        line-height: 1;
        position: relative;
        border: solid 2px #19a457;
    }

    .btn a {
        display: block;
        color: #000;
        padding: 20px;
        box-sizing: border-box;
    }

    .btn i {
        position: absolute;
        top: 50%;
        right: 2%;
        color: #19a457;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .btn a:hover {
        background: #19a457;
        opacity: 1;
        color: #fff;
    }

    .btn a:hover i {
        color: #fff;
    }

    /* ------------------------------
	 header
	------------------------------ */
    header {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding-bottom: 10px;
    }

    .header_contact {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        justify-content: flex-end;
    }

    .header_contact p:first-of-type {
        color: #19a457;
        margin-right: 20px;
        font-weight: bold;
    }

    .header_contact p:first-of-type::before {
        content: "";
        background: url(../img/ico_bubble.png) no-repeat top left;
        display: inline-block;
        width: 21px;
        height: 17px;
        margin-right: 7px;
        vertical-align: -3px;
    }

    .header_contact p:first-of-type i {
        margin-left: 5px;
    }

    .header_contact p:last-of-type {
        color: #fff;
        background: #19a457;
        font-weight: bold;
        text-align: center;
        padding: 10px 25px;
        line-height: 1;
    }

    .header_contact p:last-of-type span {
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        display: block;
        font-size: 28px;
        margin-top: 5px;
    }

    .header_contact p:last-of-type span::before {
        content: "";
        background: url(../img/ico_tel1.png) no-repeat center left;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 7px;
    }

    .header_contact a {
        color: #fff;
    }

    header h1 {
        padding-top: 50px;
    }

    .summary {
        position: absolute;
        left: 0;
        top: 14px;
        font-weight: bold;
    }

    /* ------------------------------
	 gnav
	------------------------------ */
    ul.gnav {
        display: flex;
        margin-left: auto;
        justify-content: space-between;

    }

    ul.gnav li:not(:first-child) {
        margin-left: 30px;
    }

    ul.gnav li {
        font-size: 14px;
        font-weight: bold;

    }

    ul.gnav a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        padding-top: 30px;
    }

    ul.gnav a::after {
        position: absolute;
        background: #19a457;
        bottom: -4px;
        content: '';
        height: 2px;
        left: 0;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .3s;
        width: 100%;
    }

    ul.gnav a:hover {
        color: #19a457;
    }

    ul.gnav a:hover::after {
        transform: scale(1, 1);
    }

    ul.gnav a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    ul.gnav li:nth-child(1) {
        background: url(../img/ico1.png) no-repeat center top;
    }

    ul.gnav li:nth-child(2) {
        background: url(../img/ico3.png) no-repeat center top;
    }

    ul.gnav li:nth-child(3) {
        background: url(../img/ico2.png) no-repeat center top;
    }

    ul.gnav li:nth-child(4) {
        background: url(../img/ico4.png) no-repeat center top;
    }

    ul.gnav li:nth-child(5) {
        background: url(../img/ico5.png) no-repeat center top;
    }

    ul.gnav li:nth-child(6) {
        background: url(../img/ico6.png) no-repeat center top;
    }

    /* ------------------------------
	 index
	------------------------------ */
    .heading {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .heading span {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        color: #19a457;
    }

    .container {
        background: url(../img/bg4.jpg) no-repeat center bottom;
    }

    .top_kv {
        position: relative;
    }

    .top_kv p {
        text-align: center;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        line-height: 1.6;
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 999;
        font-weight: bold;
        width: 100%;
        text-align: center;
    }
    .top_kv p span{
        font-size: 4rem;
    }

    .bx-wrapper {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: none !important;
    }

    .slider div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 560px;
    }

    .slide-1 {
        background-image: url(../img/bg_kv1.jpg);
        position: relative;
    }

    .slide-2 {
        background-image: url(../img/bg_kv2.jpg);
        position: relative;
    }

    .bx-pager {
        position: absolute !important;
        z-index: 9999 !important;
        bottom: 30px !important;
        right: 0 !important;
        display: block;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #fff !important;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #19a457 !important;
    }

    .top_about {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 80px 0;
        position: relative;
    }

    .top_about > *:first-of-type {
        width: 45%;
        background: url(../img/bg1.jpg) no-repeat center;
        background-size: cover;
    }

    .top_about > *:last-of-type {
        width: 55%;
        box-sizing: border-box;
        padding-left: 10%;
        padding-right: 5%;
    }

    .top_about::before {
        content: "";
        background: #f4f5f7;
        width: 70%;
        height: 80%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .top_about figure {
        margin-bottom: 30px;
    }

    .top_about h2 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .top_about h2 span {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        color: #19a457;
    }

    .top_about h2 + p {
        margin-bottom: 30px;
    }

    .top-news {
        position: relative;
        padding: 80px 0;
        margin: 100px 0 140px 0;
    }

    .top-news::before {
        content: "";
        background: #f4f5f7;
        width: 70%;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
    }

    .top-news-inner {
        margin: 0 auto;
        width: 1000px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-news-inner > *:first-of-type {
        width: 50%;
    }

    .top-news-inner > *:last-of-type {
        width: 45%;
    }

    .top-news h2 {
        text-align: left;
    }

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

    .top_business {
        width: 1000px;
        margin: 80px auto;
        padding-bottom: 40px;
        position: relative;
    }

    .top_business > *:first-of-type {
        width: 55%;
        background: url(../img/bg3.jpg) no-repeat center;
        background-size: cover;
        margin-left: auto;
        padding-bottom: 40px;
        height: 400px;
    }

    .top_business > *:last-of-type {
        width: 45%;
        box-sizing: border-box;
        padding: 80px 5% 80px 9%;
        background: url(../img/bg_frame1.jpg) no-repeat left bottom;
        position: absolute;
        left: -44px;
        bottom: 0;
    }

    .top_business p:first-of-type {
        margin-bottom: 20px;
    }

    .top_business .btn {
        margin: 0 auto;
    }

    .top_akiya {
        width: 1000px;
        margin: 80px auto 100px auto;
        position: relative;
        background: #fff;
    }

    .top_akiya > *:first-of-type {
        width: 55%;
        background: url(../img/bg5.jpg) no-repeat center;
        height: 400px;
        margin-right: auto;
    }

    .top_akiya > *:last-of-type {
        width: 45%;
        box-sizing: border-box;
        padding: 80px 9% 80px 5%;
        background: url(../img/bg_frame2.png) no-repeat right bottom;
        position: absolute;
        right: -42px;
        bottom: 0;
    }

    .top_akiya p:first-of-type {
        margin-bottom: 20px;
    }

    .top_akiya .btn {
        margin: 0 auto;
    }

    .top_other {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding-bottom: 100px;
        padding-top: 80px;
    }

    .top_other > * {
        width: 480px;
        box-sizing: border-box;
        border: solid 2px #d2d2d2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
    }

    .top_other > * div {
        text-align: center;
        width: 300px;
        background: #fff;
    }

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

    .top_other .btn {
        margin: 0 auto;
    }

    .top_bnr {
        padding-bottom: 120px;
    }

    .top_bnr ul {
        display: flex;
        justify-content: center;
    }

    .top_bnr li {
        margin: 0 20px;
    }

    .cv {
        background: #f4f5f7;
        padding: 80px 0;
    }

    .cv .inner {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .cv .inner div {
        border-left: 2px #cdcdce solid;
        padding-left: 80px;
    }

    .cv .inner div p:first-of-type {
        color: #19a457;
        font-weight: bold;
        text-align: center;
    }

    .cv .inner div p:first-of-type::before {
        content: "";
        background: url(../img/ico_bubble.png) no-repeat top left;
        display: inline-block;
        width: 21px;
        height: 17px;
        margin-right: 7px;
        vertical-align: -3px;
    }

    .cv .inner div p:last-of-type {
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }

    .cv .inner div p:last-of-type span {
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        display: block;
        font-size: 28px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .cv .inner div p:last-of-type span a {
        color: #19a457;
    }

    .cv .inner div p:last-of-type span::before {
        content: "";
        background: url(../img/ico_tel2.png) no-repeat center left;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 7px;
    }

    .business h4 {
        background: #eee;
        margin-bottom: 20px;
        padding: 8px 15px;
        color: #000;
    }

    .second dl {
        width: 100%;
    }

    /* ------------------------------
	 footer
	------------------------------ */
    footer {}

    footer .inner {
        width: 1000px;
        margin: 0 auto;
        padding: 40px 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }

    footer .logo img {
        width: 220px;
        height: auto;
        margin-bottom: 20px;
    }

    footer ul {
        width: 320px;
        display: flex;
        margin-left: auto;
        flex-wrap: wrap;
    }

    footer ul li {
        width: 50%;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    footer ul li i {
        margin-right: 5px;
    }

    footer ul li a i {
        color: #19a457;
    }

    small {
        display: block;
        background: #19a457;
        text-align: center;
        color: #fff;
        line-height: 1;
        padding: 10px 0;
    }

    /* ------------------------------
	 mv
	------------------------------ */
    .mv {
        background: url(../img/bg_kv2.jpg) no-repeat center;
        background-size: cover;
    }

    .mv div {
        background: rgba(0, 0, 0, 0.4);
    }

    .mv h2 {
        color: #fff;
        font-size: 40px;
        letter-spacing: 0.1em;
        line-height: 1;
        text-align: center;
        padding: 90px 0;
    }


    /* ------------------------------
	 menu
	------------------------------ */
    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }

    .course dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 25px;
        padding-bottom: 20px;
        width: 100%;
    }

    .course dl dt {
        width: 120px;
    }

    .course dl dd {
        width: calc(100% - 120px);
    }

    .course dl dt.price {
        margin-top: 3px;
    }

    .course dl dt.price + dd span:nth-child(1) {
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        font-weight: 900;
    }

    .course dl dt.price + dd span:nth-child(2) {
        font-size: 10px;
        margin-left: 2px;
        vertical-align: 1px;
    }

    .course-list {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 20px;
    }

    .course-list li {
        margin-left: 15px;
        margin-right: 20px;
        font-size: 12px;
        list-style: disc;
    }

    dl.menu-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    dl.menu-list dt {
        font-weight: bold;
        padding: 11px 0 10px 1.5%;
        width: 73.5%;
    }

    dl.menu-list dt span {
        display: block;
        font-size: 11px;
        line-height: 1.6;
        margin-top: 4px;
        opacity: 0.5;
    }

    dl.menu-list dd {
        padding: 10px 1%;
        text-align: right;
        width: 23%;
    }

    dl.menu-list dd span:nth-child(1) {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: 16px;
    }

    dl.menu-list dd span:nth-child(2) {
        font-size: 10px;
        margin-left: 2px;
        vertical-align: 1px;
    }

    dl.menu-list dt.multi {
        font-weight: bold;
        padding: 11px 0 10px 1.5%;
        width: 68.5%;
    }

    dl.menu-list dd.multi {
        padding: 10px 1%;
        text-align: right;
        width: 28%;
    }

    dl.menu-list dd.multi dl {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    dl.menu-list dd.multi dl dt {
        border-bottom: none;
        border-top: none;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        padding: 5px 0 0 0;
        width: 72%;
    }

    dl.menu-list dd.multi dl dd {
        border-bottom: none;
        border-top: none;
        padding: 0;
        text-align: right;
        width: 28%;
    }

    .note {
        font-size: 12px;
        opacity: 0.7;
    }

    /* ------------------------------
	 access
	------------------------------ */
    .access dl {
        font-size: 13px;
    }

    .access dl a {
        text-decoration: none !important;
    }

    /* ------------------------------
	 gallery
	------------------------------ */
    .gallery-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: center;
        width: 980px;
        margin: 50px auto 70px auto;
    }

    .gallery-list li {
        list-style: none;
        margin: 0 10px 20px 10px;
    }

    .gallery-list img {
        border-radius: 50%;
        height: 160px;
        width: 160px;
        object-fit: cover;
    }

    .gallery-list span {
        display: block;
        font-size: 12px;
        line-height: 1.7;
        margin: 12px 0 0 0;
        text-align: center;
        width: 160px;
    }

    /* ------------------------------
	 second
	------------------------------ */
    .second {
        margin: 50px auto 70px auto;
        width: 980px;
    }

    .second-nrw {
        margin: 50px auto 70px auto;
        width: 800px;
    }

    .second div.inner,
    .second-nrw div.inner {
        display: flex;
        margin-bottom: 60px;
    }

    .second div.inner figure img,
    .second-nrw div.inner figure img {
        height: auto;
        margin-bottom: 0 !important;
        margin-right: 35px;
        width: 300px;
    }

    .second figure,
    .second-nrw figure {
        text-align: center;
    }

    .second figure img,
    .second-nrw figure img {
        height: auto;
        margin-bottom: 25px;
        width: 640px;
    }

    .second p,
    .second-nrw p {
        margin-bottom: 60px;
    }

    /* ------------------------------
	 link
	------------------------------ */
    a[href^="tel:"] {
        pointer-events: none;
        /* PC tel無効 */

    }

    dl.shop-info dd.tel a {
        text-decoration: none !important;
    }

    a {
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    a:hover {
        opacity: 0.4;
        filter: alpha(opacity=60);
    }


    /* ------------------------------
	 shop-info
	------------------------------ */
    dl.shop-info dt {
        clear: both;
        float: left;
        font-weight: bold;
        padding: 12px 0 12px 1.2%;
        width: 23.8%;
        white-space: nowrap;
    }

    dl.shop-info dd {
        padding: 12px 0 12px 27%;
    }

    dl.shop-info dd:last-child {
        border-bottom: none;
    }

    dl.shop-info a {
        text-decoration: underline !important;
    }

    /* ------------------------------
	 pagetop
	------------------------------ */
    #page-top {
        bottom: 20px;
        right: 15px;
        font-size: 48px;
        line-height: 1;
        position: fixed;
        z-index: 9999;
    }
}



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

    /* ------------------------------
	 display
	------------------------------ */
    .pc {
        display: none;
    }

    /* ------------------------------
	 gnav
	------------------------------ */
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        background-color: #fff;
        /* メニューライン色 */
    }

    .drawer-nav {
        background-color: #19a457;
        /* メニュー背景色 */
    }

    .drawer-hamburger {
        background: #19a457 !important;
        /* ハンバーガーメニュー背景色 */
        z-index: 9999 !important;
    }

    /* ------------------------------
	 btn
	------------------------------ */
    .btn {
        background: #fff;
        border-radius: 5px;
        text-align: center;
        line-height: 1;
        position: relative;
        border: solid 2px #19a457;
    }

    .btn a {
        display: block;
        color: #000;
        padding: 20px;
        box-sizing: border-box;
    }

    .btn i {
        position: absolute;
        top: 50%;
        right: 2%;
        color: #19a457;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .btn a:hover {
        background: #19a457;
        opacity: 1;
        color: #fff;
    }

    .btn a:hover i {
        color: #fff;
    }

    /* ------------------------------
	 header
	------------------------------ */
    button {
        margin: 0;
    }

    button span {
        color: #fff;
    }

    header {
        margin: 0 auto;
    }

    header h1 {
        padding: 10px 0;
        text-align: center;
        line-height: 1;
    }

    header h1 img {
        height: 40px;
        width: auto;
    }

    .heading {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .heading span {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        color: #19a457;
    }

    .container {
        background: url(../img/bg4.jpg) no-repeat center bottom;
        background-size: 767px auto;
    }

    .top_kv {
        position: relative;
    }

    .top_kv p {
        text-align: center;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        line-height: 1.6;
        font-family: "YuMincho", "Yu Mincho", "Noto Serif", serif;
        font-size: 5.25vw;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 999;
        font-weight: bold;
        width: 100%;
        text-align: center;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .top_kv p span{
        font-size: 2.4rem;

    }

    .top_kv p img {
        width: 100%;
        height: auto;
    }

    .bx-wrapper {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: none !important;
        position: relative;
        z-index: 0;
    }

    .slider div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 280px;
    }

    .slide-1 {
        background-image: url(../img/bg_kv1.jpg);
        position: relative;
    }

    .slide-2 {
        background-image: url(../img/bg_kv2.jpg);
        position: relative;
    }

    .bx-pager {
        position: absolute !important;
        z-index: 9999 !important;
        bottom: 15px !important;
        right: 0 !important;
        display: block;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #fff !important;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #19a457 !important;
    }

    .top_about {
        padding: 60px 20px;
        position: relative;
    }

    .top_about > *:first-of-type {
        background: url(../img/bg1.jpg) no-repeat center;
        background-size: cover;
        height: 60vw;
    }

    .top_about > *:last-of-type {
        box-sizing: border-box;
        padding: 20px 0;
    }

    .top_about::before {
        content: "";
        background: #f4f5f7;
        width: 70%;
        height: 80%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .top_about figure img {
        margin-bottom: 30px;
        width: 100%;
        height: auto;
    }

    .top_about h2 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .top_about h2 span {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        color: #19a457;
    }

    .top_about h2 + p {
        margin-bottom: 30px;
    }

    .top-news {
        position: relative;
        padding: 80px 20px;
        margin: 100px 0;
    }

    .top-news::before {
        content: "";
        background: #f4f5f7;
        width: 70%;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
    }

    .top-news-inner > *:first-of-type {
        margin-bottom: 20px;
    }

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

    .top_business {
        padding: 0 20px 60px 20px;
        position: relative;
    }

    .top_business > *:first-of-type {
        background: url(../img/bg3.jpg) no-repeat center;
        background-size: cover;
        height: 60vw;
    }

    .top_business > *:last-of-type {
        padding: 20px 0;
    }

    .top_business p:first-of-type {
        margin-bottom: 20px;
    }

    .top_business .btn {
        margin: 0 auto;
    }

    .top_akiya {
        padding: 0 20px 60px 20px;
        position: relative;
        background: #fff;
    }

    .top_akiya > *:first-of-type {
        background: url(../img/bg5.jpg) no-repeat center;
        background-size: cover;
        height: 60vw;
    }

    .top_akiya > *:last-of-type {
        padding: 20px 0;
    }

    .top_akiya p:first-of-type {
        margin-bottom: 20px;
    }

    .top_bnr {
        padding: 90px 20px 60px 20px;
    }

    .top_bnr ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .top_bnr ul li {
        width: 48%;
        margin-bottom: 20px;
    }

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

    .top_other {
        padding: 0 20px 60px 20px;
    }

    .top_other > * {
        box-sizing: border-box;
        border: solid 2px #d2d2d2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        margin-bottom: 20px;
    }

    .top_other figure {
        width: 40%;
    }

    .top_other figure img {
        width: 100%;
        height: auto;
    }

    .top_other > * div {
        text-align: center;
        width: 60%;
        background: #fff;
    }

    .top_other h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .top_other h2 span {
        font-size: 12px;
    }

    .top_other .btn {
        margin: 0 20px;
        ;
    }

    .top_other .btn a {
        padding: 10px;
    }

    .cv {
        background: #f4f5f7;
        padding: 60px 20px;
    }

    .cv .inner {
        margin: 0 auto;
    }

    .cv .inner div {
        margin-bottom: 30px;
    }

    .cv .inner div p:first-of-type {
        color: #19a457;
        font-weight: bold;
        text-align: center;
    }

    .cv .inner div p:first-of-type::before {
        content: "";
        background: url(../img/ico_bubble.png) no-repeat top left;
        display: inline-block;
        width: 21px;
        height: 17px;
        margin-right: 7px;
        vertical-align: -3px;
    }

    .cv .inner div p:last-of-type {
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }

    .cv .inner div p:last-of-type span {
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        display: block;
        font-size: 28px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .cv .inner div p:last-of-type span a {
        color: #19a457;
    }

    .cv .inner div p:last-of-type span::before {
        content: "";
        background: url(../img/ico_tel2.png) no-repeat center left;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 7px;
    }

    /* ------------------------------
	 footer
	------------------------------ */
    footer .inner {
        padding: 40px 20px 30px 20px;
    }

    footer .logo {
        text-align: center;
    }

    footer .logo img {
        width: 220px;
        margin-bottom: 20px;
    }

    small {
        display: block;
        background: #19a457;
        text-align: center;
        color: #fff;
        line-height: 1;
        padding: 10px 0;
    }



    /* ------------------------------
	 mv
	------------------------------ */
    .mv {
        background: url(../img/bg_kv2.jpg) no-repeat center;
        background-size: cover;
    }

    .mv div {
        background: rgba(0, 0, 0, 0.4);
    }

    .mv h2 {
        color: #fff;
        font-size: 6.25vw;
        letter-spacing: 0.1em;
        line-height: 1;
        text-align: center;
        padding: 15vw 0;
    }


    /* ------------------------------
	 menu
	------------------------------ */
    ul.lcmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    ul.lcmenu li {
        font-size: 15px;
        padding: 0 10px 5px 10px;
        margin-bottom: 3px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 3px;
        vertical-align: 1px;
    }

    .course dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        width: 100%;
    }

    .course dl dt {
        width: 120px;
    }

    .course dl dd {
        width: calc(100% - 120px);
    }

    .course dl dt.price {
        margin-top: 3px;
    }

    .course dl dt.price + dd span:nth-child(1) {
        font-size: 20px;
        font-weight: 900;
    }

    .course dl dt.price + dd span:nth-child(2) {
        font-size: 10px;
        margin-left: 2px;
        vertical-align: 1px;
    }

    .course-list {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 20px;
        font-size: 13px;
    }

    .course-list li {
        margin-left: 10px;
        margin-right: 20px;
        list-style: disc;
    }

    dl.menu-list dt,
    dl.menu-list dd,
    dl.menu-list dt.multi,
    dl.menu-list dd.multi {
        border-bottom: solid 1px rgba(0, 0, 0, 0.15);
        /* メニュー下線カラー */
    }

    dl.menu-list dt {
        border-bottom: none !important;
        /* メニュー上線カラー */
    }

    dl.menu-list dd {
        border-top: none !important;
    }

    dl.menu-list {
        margin-bottom: 40px;
    }

    dl.menu-list dt {
        width: calc(100% - 20px);
        padding: 11px 10px 5px 10px;
        font-weight: bold;
        font-size: 13px;
    }

    dl.menu-list dt span {
        display: block;
        font-size: 10px;
        line-height: 1.6;
        margin-top: 4px;
        opacity: 0.8;
    }

    dl.menu-list dd {
        width: calc(100% - 20px);
        padding: 0 10px 10px 10px;
        font-weight: bold;
        font-size: 13px;
        text-align: right;
    }

    dl.menu-list dd span:nth-child(1) {
        font-family: 'Lato', sans-serif;
        /* 料金フォント */
        font-weight: 900;
        font-size: 14px;
    }

    dl.menu-list dd span:nth-child(2) {
        font-size: 10px;
        font-weight: normal;
        vertical-align: 1px;
        margin-left: 2px;
    }

    dl.menu-list dt.multi {
        font-weight: bold;
        padding: 11px 10px 5px 10px;
        width: calc(100% - 20px);
    }

    dl.menu-list dd.multi {
        padding: 0 10px 10px 10px;
        text-align: right;
        width: calc(100% - 20px);
    }

    dl.menu-list dd.multi dl {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }

    dl.menu-list dd.multi dl dt {
        border-bottom: none !important;
        border-top: none;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.5;
        text-align: right;
        padding: 2px 0 0 0;
        width: calc(100% - 74px);
    }

    dl.menu-list dd.multi dl dd {
        border-bottom: none !important;
        border-top: none;
        padding: 0;
        text-align: right;
        width: 74px;
    }

    .note {
        font-size: 12px;
        opacity: 0.7;
    }

    /* ------------------------------
	 gallery
	------------------------------ */
    .gallery-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: center;
        margin: 30px 0 40px 0;
    }

    .gallery-list li {
        list-style: none;
        margin: 5px 5px 15px 5px;
    }

    .gallery-list img {
        border-radius: 50%;
        width: 110px;
        height: 110px;
        object-fit: cover;
    }

    .gallery-list span {
        display: block;
        font-size: 10px;
        line-height: 1.6;
        margin: 10px auto 0 auto;
        text-align: center;
        width: 110px;
    }

    /* ------------------------------
	 second
	------------------------------ */
    .second,
    .second-nrw {
        margin: 30px 20px 40px 20px;
    }

    .second figure img,
    .second-nrw figure img {
        height: auto;
        width: 100%;
        margin-bottom: 18px;
    }

    .second p,
    .second-nrw p {
        margin-bottom: 40px;
    }

    /* ------------------------------
	 drawer-hamburger　
	------------------------------ */
    .drawer-nav {
        color: #fff;
        z-index: 9999;
    }

    .drawer-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .drawer-nav ul li:last-child a:before {
        content: "";
    }

    .drawer-nav ul li a {
        color: #fff;
        display: block;
        padding: 17px 15px;
    }

    .drawer-nav ul li:last-child {
        border-bottom: none;
        font-size: 24px;
        line-height: 0.4;
        padding-top: 30px;
        padding-bottom: 40px;
        text-align: center;
    }

    .drawer-nav ul li:last-child span {
        display: block;
        font-size: 11px !important;
        font-weight: normal;
        margin-left: 17px;
        letter-spacing: 0.1em;
    }

    .drawer-nav ul li:last-child i {
        font-size: 15px;
        margin-right: 1px;
        vertical-align: 3px;
    }

    /* ------------------------------
	 shop-info
	------------------------------ */
    dl.shop-info dt {
        clear: both;
        font-weight: bold;
        padding-top: 11px;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px;
    }

    dl.shop-info dd {
        font-size: 0.9em;
        line-height: 1.6;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    dl.shop-info dd:last-child {
        border-bottom: none !important;
    }

    dl.shop-info a {
        text-decoration: underline;
    }

    /* ------------------------------
	 sns
	------------------------------ */
    #social_share {
        margin: 0 auto 5px auto !important;
    }

    /* ------------------------------
	 link
	------------------------------ */
    a {
        text-decoration: none;
    }

    /* ------------------------------
	 page-top
	------------------------------ */
    #page-top {
        display: block;
        font-size: 40px;
        line-height: 1;
        position: fixed;
        bottom: 15px;
        right: 10px;
        z-index: 1;
    }
}

.CMS-FORM-GROUP label:first-child {
    font-size: 120%;
}

@media screen and (min-width: 768px) {
    form {
        max-width: 1000px;
        margin: 0 auto;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        max-width: 1000px;
        width: 100%;
        padding: 10px 20px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.5em;
        box-sizing: border-box;
    }

    form input[type="submit"] {
        border: 0px;
        width: 50%;
        background: #19a457;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        padding: 25px 0;
        margin: 0 25%;
    }

    .CMS-FORM-RADIO label {
        display: inline-block;
    }

    form input[type="radio"] {
        max-width: none !important;
        width: 30px !important;
        vertical-align: -1px;
    }
}

@media screen and (max-width: 767px) {
    form {
        padding: 0 20px;
    }

    form div {
        margin-bottom: 50px;
    }

    form div label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
    }

    form select {
        padding: 20px;
        background: #fff;
        border: #bbb solid 1px;
        border-radius: 3px;
    }

    form input,
    form textarea {
        width: 100%;
        padding: 10px 20px;
        background: #fff;
        border: #bbbbbb solid 1px;
        border-radius: 4px;
        font-size: 1.5em;
        box-sizing: border-box;
    }

    form input[type="submit"] {
        border: 0px;
        width: 90%;
        background: #19a457;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        padding: 25px 0;
        margin: 0 5%;
    }

    .CMS-FORM-RADIO label {
        display: inline-block;
    }

    form input[type="radio"] {
        max-width: none !important;
        width: 30px !important;
        vertical-align: -1px;
    }
}


.CMS-ARTICLE-TITLE {
    border-bottom: solid 1px rgba(0, 0, 0, 0.35);
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
    padding: 10px 0 13px 0;
    position: relative;
}

.CMS-ARTICLE-TITLE:after {
    border-bottom: solid 3px #19a457;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-ARTICLE-INDEX img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.CMS-ARTICLE-CONTENT img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .CMS-ARTICLE-INDEX {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 60px;
        position: relative;
    }

    .CMS-ARTICLE-ITEM {
        width: 30%;
        box-sizing: border-box;
        margin-bottom: 30px;
        padding-bottom: 15px;
        background: #fafafa;
    }

    .CMS-ARTICLE-TIME {
        color: #19a457;
        line-height: 1;
        margin-bottom: 8px;
        padding: 0 20px;
        font-size: 12px;
    }

    .CMS-ARTICLE-LINK {
        padding: 0 20px;
        line-height: 1.7;
    }

    .CMS-ARTICLE-MORE-READ {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: #19a457;
        border: none;
        color: #fff;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    .CMS-ARTICLE-INDEX {
        margin-bottom: 40px;
        padding-bottom: 60px;
        position: relative;
    }

    .CMS-ARTICLE-ITEM {
        background: #fafafa;
        box-sizing: border-box;

        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .CMS-ARTICLE-TIME {
        color: #19a457;
        line-height: 1;
        margin-bottom: 10px;
        padding: 0 20px;
        font-size: 12px;
    }

    .CMS-ARTICLE-LINK {
        padding: 0 20px;
        line-height: 1.7;
    }

    .CMS-ARTICLE-MORE-READ {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: #19a457;
        border: none;
        color: #fff;
        padding: 10px 20px;
    }
}

.section_ttl{
background: #f4f5f7;
padding: 80px 0;

}
.section_ttl h3{
    text-align: center;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .section_ttl{
    background: #f4f5f7;
    padding: 40px 0;

    }
    .section_ttl h3{
        text-align: center;
        font-size: 1.4rem;
        padding: 0 20px;
    }
}

.lawer_content_flex{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
      justify-content:space-between
  }

  .lawer_content_flex_item{
      max-width: 30%;
      margin: 0 0px 0 0px;
      background: #efefef
  }

  .lawer_content_flex_item p{
      text-align: center;
      font-size: 1rem;
      margin: 3px
  }

  .lawer_content_flex_item2{
      max-width: 33%;
      padding: 10px 10px 50px 10px
  }

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





  /*
  .lawer_content_flex_item:nth-child(6){
      width: 33%;
      padding-right: 0px
  }
  */
  .lawer_content_flex_item img {
    max-width: 100%;
    height: auto;
  }




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

  .lawer_content_flex{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
      justify-content:space-around;
          flex-direction: column;

  }

      .lawer_content_flex_item{
      max-width: 100%;
      margin: 0px 0px 50px 0px
  }

      .lawer_content_flex_item2{
          text-align: center;
      max-width: 100%;
      padding: 10px 10px 30px 10px
  }

  .lawer_content_flex_item p{
      text-align: center;
      font-size: 1rem
  }
  }

  .text{
      padding: 10px;
  }

  label span{
color: #e40009;
font-size: 1rem;
  }
