/* =========================================================
   初期設定
========================================================= */

@charset "UTF-8";


/*-- ↓初期設定クリア --*/

* {
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

html {
    font-size: 16px;
    color: #666666;
}

body {
    margin: 0 auto;
    padding: 0;
    /*max-width: 1920px;*/
}

ol,
ul {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}


/*-- ↑初期設定クリア --*/


/* =========================================================
   全ページ共通のクラス
========================================================= */


/*-- ヘッダーレイアウト --*/

.header-area {
    background-color: #24140e;
}

.headerlogo {}

.site-header {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    left: 0px;
    z-index: 999;
}

/*-- 固定用 --*/
.site-header.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

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

.header-bar {
    background-color: #33ff99;
    height: 15px;
    padding-top:55px; /* 77 + 40 */
}


/*-- パンくずレイアウト --*/

#crumbs {
    font-size: 10px;
    border: 1px solid #dedede;
    height: 2.3em;
    margin-bottom: 30px;
}

#crumbs li {
    float: left;
    line-height: 2.3em;
    padding-left: .75em;
    color: #000000;
}

#crumbs li a {
    display: block;
    padding: 0 10px 0 0;
    background: url(../img/pubric/crumbs.gif) no-repeat right center;
}

#crumbs li a:link,
#crumbs li a:visited {
    text-decoration: none;
    color: #24140e;
}

#crumbs li a:hover,
#crumbs li a:focus {
    color: #33ff99;
}


/*-- ↓各コンテンツの見出しのバー --*/

.content-bar {
    width: 100%;
    height: 80px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    font-family: "Impact", sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    background-color: #24140e;
    border-bottom: 20px solid #33ff99;
}

.content-heading {
    font-size: 50px;
    font-family: "Impact", sans-serif;
    color: #24140e;
    text-align: center;
}

.content-heading-sub {
    font-size: 80%;
    color: #24140e;
    text-align: center;
}


/*-- ↓各コンテンツの背景色 --*/

.content-back-color1 {
    background: #F5F5F5;
}


/*-- ↓フッターレイアウト --*/

footer {
    color: #FFFFFF;
    background: #24140e;
    padding: 20px 0px;
}

footer a {
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

footer a:hover {
    color: #33ff99;
}

.footer-head {
    margin-left: 10px;
    font-size: 140%;
    font-family: "Impact", sans-serif;
    border-bottom: 2px solid #FFFFFF;
}

.footer-head-list {
    margin-left: 10px;
    margin-bottom: 30px;
    font-size: 80%;
}

.footer-head-list li {
    margin-top: 5px;
}

.copy-right {
    text-align: center;
    font-size: 80%;
}


/*-- フロート解除クラス --*/

.float-cl {
    clear: both;
}


/* =========================================================
   indexのコンテンツ用クラス
========================================================= */


/*-- 講習レッスン用クラス --*/

.content-main {
    background: #24140e;
}

.content-main-pic {
    width: 100%;
}

.content-main-pic img {
    width: 100%;
    height: 100%;
}

.content-main-text {
    width: 100%;
    color: #FFFFFF;
    padding: 10px;
}

.content-main-text h2 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #33ff99;
}

.content-main-text p {
    font-size: 80%;
}

.content-main-text ul li {
    font-size: 80%;
    margin-left: 30px;
    list-style: circle;
}

.content-main-text a {
    color: #00cc00;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

.content-main-text a:hover {
    color: #FFFFFF;
}


/*-- ドローン体験用クラス --*/

.contents-trial {
    background: #24140e;
}

.content-trial-pic {
    width: 100%;
}

.content-trial-pic img {
    width: 100%;
    height: 100%;
}

.content-trial-text {
    width: 100%;
    color: #FFFFFF;
    padding: 10px;
}

.content-trial-text h2 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #33ff99;
}

.content-trial-text p {
    font-size: 80%;
}

.content-trial-text a {
    color: #00cc00;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

.content-trial-text a:hover {
    color: #FFFFFF;
}


/*-- 販売サービス用クラス --*/

.content-sales {
    background: #24140e;
}

.content-sales-pic {
    width: 100%;
}

.content-sales-pic img {
    width: 100%;
    height: 100%;
}

.content-sales-text {
    width: 100%;
    color: #FFFFFF;
    padding: 10px;
}

.content-sales-text h2 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #33ff99;
}

.content-sales-text p {
    font-size: 80%;
}

.content-sales-text a {
    color: #00cc00;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

.content-sales-text a:hover {
    color: #FFFFFF;
}


/*-- ABOUT用クラス --*/

.content-about {
    background: #24140e;
}

.content-about-pic {
    width: 100%;
}

.content-about-pic img {
    width: 100%;
}

.content-about-text {
    width: 100%;
    padding: 10px;
}

.content-about-text h3 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #24140e;
}

.content-about-text p {
    font-size: 80%;
}


/*-- スタッフカード用クラス --*/

.staff-area a {
    color: #00cc00;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

.staff-area a:hover {
    color: #FFFFFF;
}

.staff-card-black {
    background: #000 url('../img/index/back_logo.png') no-repeat bottom left;
    width: 100%;
    height: 700px;
    color: #FFF;
}

.staff-card-black img {
    width: 70%;
    height: 70%;
    margin: 0 auto;
}

.staff-card-blown {
    background: #24140e url('../img/index/back_logo.png') no-repeat bottom left;
    width: 100%;
    height: 700px;
    color: #FFF;
}

.staff-card-blown img {
    width: 70%;
    height: 70%;
    margin: 0 auto;
}

.staff-card-bar1 {
    width: 100%;
    height: 10px;
    background: #006600;
    margin: 20px 0px;
}

.staff-card-bar2 {
    width: 100%;
    height: 10px;
    background: #00CCCC;
    margin: 20px 0px;
}

.staff-card-bar3 {
    width: 100%;
    height: 10px;
    background: #ff0033;
    margin: 20px 0px;
}

.staff-card-text {
    padding: 0px 10px;
}

.staff-card-text1 {
    font-size: 8px;
    text-align: center;
}

.staff-card-text2 {
    font-size: 28px;
    text-align: center;
}


/*--　↓南天ドローンパーク用のクラス　--*/

.ndp-tokyo-logo {
    text-align: center;
}

.ndp-tokyo-logo img {
    width: 20%;
}

@media screen and ( max-width:765px) {
    .ndp-tokyo-logo img {
        width: 35%;
    }
}


/*--　↓ニュース＆お知らせ用のクラス　--*/

.news-paper {
    width: 100%;
    border: 6px solid #24140e;
}

.news-paper ul {
    padding: 2%;
}

.news-paper ul li {
    border-bottom: 1px dotted #24140e;
    margin-bottom: 10px;
}

.news-paper ul li:last-child {
    border: none;
    margin: 0;
}

.news-paper-all {
    text-align: right;
}


/*-- ↓画像の上にフィルタを掛けるクラスとプロパティ --*/

figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

figcaption {
    color: #FFF;
    text-align: center;
    font-size: 90%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}

figure:hover figcaption {
    top: 0;
    left: 0;
}

figcaption h3 {
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #FFF;
    margin: 10px 0px;
}

figcaption a {
    color: #33ff99;
    text-decoration: none;
}


/*-- ↑画像の上にフィルタを掛けるクラスとプロパティ --*/


/* =========================================================
   メインページ用　大きいタイトル画像
========================================================= */


/*--　↓タイトル用のクラス　PC表示　--*/

.header-index_title-slide {
    width: 100%;
    height: 750px;
    max-height: 100%;
    font-size: 18px;
    background-position: center center;
    background-size: cover;
    display: flex;
}

.header-index_title_cov {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 153, 204, 0.2);
}

.header-index_title_text {
    color: #FFFFFF;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    margin-top: 200px;
}

.header-index_title_text h1 {
    font-size: 120%;
    font-weight: normal;
}

.header-index_title_text p {
    font-size: 300%;
    font-family: "Impact", sans-serif;
    margin: 0px auto;
    text-shadow: 2px 2px 2px #000000;
}

.header-main_title-slide {
    width: 100%;
    height: 750px;
    max-height: 100%;
    background-position: center center;
    background-size: cover;
    display: flex;
}

.header-main_title_text {
    color: #FFFFFF;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    margin-top: 200px;
}

.header-main_title_text h1 {
    font-size: 300%;
    font-weight: normal;
    padding-left: 10px;
}

.sub-title {
    border: 5px solid #FFFFFF;
    border-radius: 10px 30px 10px 30px;
    width: 70%;
    padding: 10px;
    font-size: 140%;
    display: inline-block;
    margin-top: 50px;
}

.footer-title {
    font-size: 300%;
    font-family: "Impact", sans-serif;
    margin: 0px auto;
    text-shadow: 2px 2px 2px #000000;
}


/*--　↓スマホ表示用のクラス　　--*/

@media screen and ( max-width:765px) {
    .header-index_title-slide {
        width: 100%;
        height: 350px;
        max-height: 100%;
        font-size: 18px;
        background-position: center center;
        background-size: cover;
        display: flex;
    }
    .header-index_title_cov {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 153, 204, 0.2);
    }
    .header-index_title_text {
        color: #FFFFFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000000;
        margin-top: 70px;
    }
    .header-index_title_text h1 {
        font-size: 100%;
        font-weight: normal;
    }
    .header-index_title_text p {
        font-size: 200%;
        font-family: "Impact", sans-serif;
        margin: 0px auto;
        text-shadow: 2px 2px 2px #000000;
    }
    .header-main_title-slide {
        width: 100%;
        height: 350px;
        max-height: 100%;
        background-position: center center;
        background-size: cover;
        display: flex;
    }
    .header-main_title_text {
        color: #FFFFFF;
        text-align: center;
        text-shadow: 2px 2px 2px #000000;
        margin-top: 200px;
    }
    .header-main_title_text h1 {
        font-size: 200%;
        font-weight: normal;
    }
    .sub-title {
        border: 5px solid #FFFFFF;
        border-radius: 10px 30px 10px 30px;
        width: 90%;
        padding: 10px;
        font-size: 140%;
        display: inline-block;
        margin-top: 20px;
    }
}



/* =========================================================
   サブページ用クラス　タイトル画像が短いやつ
========================================================= */

.header-sub_title-slide {
    width: 100%;
    height: 450px;
    max-height: 100%;
    font-size: 18px;
    background-position: center center;
    background-size: cover;
    display: flex;
}

.header-sub_title_text h1 {
    font-size: 200%;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #000000;
    font-weight: normal;
    margin-top: 100px;
}

.sp-font {
    font-family: "Impact", sans-serif;
}

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

.sp-font-red {
    color: red;
}

.sp-font-box {
    background: #666;
    border: 1px solid #CCCCCC;
    border-radius: 10px 20px 10px 20px;
    width: 260px;
    padding: 10px 20px;
    font-size: 120%;
    color: #FFFFFF;
    display: inline-block;
}
.sp-font-center {
    text-align: center;
}
/*--　↓Q & A表示用のクラス　　--*/

.text-q {
    background: #fffacd;
    border: 1px solid #CCC;
    border-radius: 10px 20px 10px 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.text-a {
    background: #e0ffff;
    border: 1px solid #CCC;
    border-radius: 10px 20px 10px 20px;
    padding: 10px;
}

.text-q_font {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    color: #ff0000;
}
.text-a_font {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    color: #006400;
}

/*--　↓スマホ表示用のクラス　　--*/

@media screen and ( max-width:765px) {
    .header-sub_title-slide {
        width: 100%;
        height: 300px;
        max-height: 100%;
        background-position: center center;
        background-size: cover;
        display: flex;
    }
    .header-sub_title_text h1 {
        font-size: 120%;
        color: #FFFFFF;
        font-weight: normal;
        text-shadow: 2px 2px 2px #000000;
        margin-top: 100px;
    }
}


/* =========================================================
   メルマガ用のクラス
========================================================= */


/*-- ダウンロードそろえ --*/

.cont-area {
    text-align: center;
}

.cont-area img {
    width: 90%;
}


/* =========================================================
   動画紹介用のクラス
========================================================= */


/*--動画レスポンシブ対応コード--*/

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
}



/* =========================================================
   ページトップへボタン用のクラス
========================================================= */

#scrollUp {
    background-image: url("../img/pubric/top.png");
    bottom: 20px;
    /* 下からの空白*/
    right: 20px;
    /* 右からの空白*/
    width: 70px;
    /* 画像の幅 */
    height: 60px;
    /* 画像の高さ */
}


/* =========================================================
   汎用クラス
========================================================= */


/*-- 文字の幅調整 --*/

.text-area {
    line-height: 1.6em;
    padding: 0px 10px;
}

.text-gazou img {
    width: 90%;
}



/*-- 区切り線の調整 --*/

hr {
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
    background-image: -moz-linear-gradient(left, #eee, #777, #eee);
    background-image: -ms-linear-gradient(left, #eee, #777, #eee);
    background-image: -o-linear-gradient(left, #eee, #777, #eee);
}


/*-- list用クラス --*/

.notes {
    width: 100%;
}

.notes dl {
    background: #F4F4F4;
    padding: 10px;
}

.notes dt {
    margin-bottom: 10px;
}

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

.notes dd:before {
    content: "• ";
    color: grey;
}

.before_none::before {
    content: none;
    display:none;
}


/*-- テーブルの調整 --*/

.list-table table {
    width: 100%;
    border-collapse: collapse;
}

.list-table th {
    border: 1px solid #CCC;
    background: #DDDDDD;
}

.list-table tr td {
    border: 1px solid #CCC;
    padding: 5px;
}

.list-table .center {
    text-align: center;
}
.list-table tr td .right-small {
    text-align: right;
    font-size: small;
    float: right;
}

/*-- フォームの調整 --*/

.text-form {
    border: 0;
    padding: 10px;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    color: #aaa;
    border: solid 1px #ccc;
    margin: 0 0 20px;
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.text-button {
    border: solid 1px #ccc;
    padding: 15px 30px;
    margin: 0 0 20px;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
    background-image: -webkit-linear-gradient(top, #ddd, #aaa);
    background-image: -moz-linear-gradient(top, #ddd, #aaa);
    background-image: -ms-linear-gradient(top, #ddd, #aaa);
    background-image: -o-linear-gradient(top, #ddd, #aaa);
    background-image: linear-gradient(top, #ddd, #aaa);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa', GradientType=0);
    /* IE6-9 */
}


/*-- margin設定 --*/


/*-- left --*/

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

.ml100 {
    margin-left: 100px;
}


/*-- top --*/

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}


/*-- right --*/

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}


/*-- bottom --*/

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}


/*-- padding設定 --*/


/*-- left --*/

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pl70 {
    padding-left: 70px;
}

.pl80 {
    padding-left: 80px;
}

.pl90 {
    padding-left: 90px;
}

.pl100 {
    padding-left: 100px;
}


/*-- top --*/

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}


/*-- right --*/

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr60 {
    padding-right: 60px;
}

.pr70 {
    padding-right: 70px;
}

.pr80 {
    padding-right: 80px;
}

.pr90 {
    padding-right: 90px;
}

.pr100 {
    padding-right: 100px;
}


/*-- bottom --*/

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}


/* =========================================================
   レスポンシブメニュー
========================================================= */

.nav-res-headtext {
    font-size: 20px;
    font-family: "Impact", sans-serif;
}

nav {
    width: 100%;
    min-height: 40px;
    background: #24140e;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

nav ul {
    margin: 0;
    list-style: none;
    background: #24140e;
}

nav ul > li {
    line-height: 40px;
}

nav a {
    color: white;
    text-decoration: none;
}

@media screen and (min-width: 1025px) {
    nav > a {
        display: none;
    }
    nav * {
        padding: 0;
        margin: 0;
    }
    nav > ul {
        display: flex;
    }
    nav > ul > li {
        /*font-weight: bold;*/
        cursor: pointer;
        /*line-height: 40px;*/
        text-align: center;
        width: 300px;
        position: relative;
        /*border-left:1px solid #555555;*/
    }
    nav > ul > li:hover {
        background: #000000;
    }
    nav > ul > :first-child {
        /*margin-left:-15px;*/
    }
    nav > ul > li ul li {
        border-bottom: 1px solid #555555;
        cursor: pointer;
    }
    nav > ul > li ul li:hover {
        background: #666666;
    }
    nav ul > li ul {
        position: absolute;
        width: 100%;
        display: none;
    }
    nav ul > li > ul > li > ul > li > ul,
    nav ul > li > ul > li > ul {
        border-left: 1px solid #555555;
        margin-left: 100%;
        margin-top: -40px;
    }
    nav ul > li:hover > ul {
        display: block;
    }
}

@media screen and (max-width: 1025px) {
    nav > ul li {
        border-bottom: 1px solid #000;
    }
    nav * > li > a {
        /*border:1px solid #555555;*/
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 15px;
    }
    nav li a:focus {
        background: #000;
    }
    nav * li:last-child {
        border-bottom: 0;
    }
    nav > a {
        margin-top: 5px;
        margin-left: 5px;
        display: inline-block;
        color: white;
    }
    nav > ul {
        display: none;
    }
    nav ul > li > ul,
    nav ul > li > ul > li > ul > li > ul,
    nav ul > li > ul > li > ul {
        display: none;
    }
    nav ul li ul {
        background-color: #4F392F;
    }
    nav ul li ul li ul {
        background-color: #3F262D;
    }
}
