﻿/*ナビメニュー*/

/*SP*/
@media (max-width: 991px) {
    .navbar {
        max-height: 10%;
        /*border-bottom-style: solid;
        border-bottom-width: 10px;
        border-bottom-color: #eb6ea5;*/
        background-color: #FFF !important;
    }


    .navbar a img{
        display:inline-block;
    }


    #aaaaaaa {
        margin-left: initial !important;
        margin-right: initial !important;
    }

    .nav-link {
        padding-bottom: 0;
        padding-top: 0;
        border-bottom-style: dotted;
        border-bottom-color: #eb6ea5;
        border-bottom-width: 1px;
    }
    .nav-item:last-child .nav-link {
        border-bottom-style:none;
    }
}

/*PC*/
@media (min-width: 992px) {
    .navbar {
        max-height: 10%;
        /*border-bottom-style: solid;
        border-bottom-width: 10px;
        border-bottom-color: #eb6ea5;*/
        background-color: #FFF !important;
    }

    .nav-link {
        padding-bottom: 0;
        padding-top: 0;
    }
}
    .cover {
        background-image: url(../img/share/mizutama.png);
        height: auto;
    }

    .my_box {
        padding-top: 30px;
        padding-bottom: 20px;
    }


    .chuuigaki {
        margin-top: 30px;
    }




*,
*::before,
*::after {
    box-sizing: initial;
}


#sp-title {
    margin-bottom: 0;
}

.accordion p {
    margin-bottom: 0;
}