#header {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999
}
nav ul li ul li a {
    font-size: .8em;
    line-height: .8em !important;
}
nav .nav-dropdown {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}
nav .nav-dropdown::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
nav .nav-dropdown::-webkit-scrollbar:horizontal {
    height: 5px;
}
nav .nav-dropdown::-webkit-scrollbar-button {
    display: none;
}
nav .nav-dropdown::-webkit-scrollbar-piece {
    background: #eee;
}
nav .nav-dropdown::-webkit-scrollbar-piece:start {
    background: #eee;
}
nav .nav-dropdown::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #c99527;
}
nav .nav-dropdown::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #c99527;
}
@media(min-width:841px) {
    .head_content {
        float: right;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 85px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .head_content a {
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        display: -webkit-box;
        ;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
    }
    .head_content p {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 15px;
    }
    .head_content .head_left {
        padding-right: 20px;
    }
    .btn_head {
        background-image: url(../images/btn.png);
        display: -webkit-box;
        ;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 7px 15px;
        margin: 4px;
        text-align: center;
        border-radius: 5px;
        font-size: 13px !important;
        transform: .2s;
    }
    .btn_head:hover {
        opacity: .9
    }
    #header_SP {
        display: none;
    }
    nav {
        background: #da3d40;
        width: 100%;
        height: 45px;
        display: -webkit-box;
        ;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }
    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav ul li {
        float: left;
    }
    nav ul li li {
        float: inherit;
        background: #da3d40;
    }
    nav ul li a {
        display: block;
        padding: 0 12px;
        line-height: 45px;
        color: #ffffff;
        text-decoration: none;
        font-size: 15px;
    }
    nav ul li a:hover {
        color: #ffffff;
        opacity: .7
    }
    nav ul li a:not(:only-child):after {
        padding-left: 4px;
        content: " ▾";
    }
    nav ul li ul li {
        min-width: 190px;
    }
    nav ul li ul li a {
        padding: 15px;
        line-height: 20px;
        z-index: 1;
    }
    .nav-dropdown {
        position: absolute;
        display: none;
        z-index: 1;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    }
}
@media screen and (min-width: 841px) {
    .nav-list {
        display: block !important;
    }
}
.navigation {
    background: white;
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.nav-container {
    max-width: 1000px;
    margin: 0 auto;
    height: 85px;
}
.brand {
    padding-left: 20px;
    font-size: 1.4em;
    float: left;
    padding-left: 20px;
    height: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    ;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.brand img {
    height: 30px;
}
@media(max-width:840px) {
    #header_PC {
        display: none;
    }
    nav {
        float: right;
    }
    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav ul li {
        float: left;
        position: relative;
    }
    nav ul li a {
        display: block;
        padding: 0 20px;
        line-height: 70px;
        background: #da3d40;
        color: #ffffff;
        text-decoration: none;
    }
    nav ul li a:hover {
        color: #ffffff;
    }
    nav ul li a:not(:only-child):after {
        padding-left: 4px;
        content: " ▾";
    }
    nav ul li ul li {
        min-width: 190px;
    }
    nav ul li ul li a {
        padding: 15px;
        line-height: 20px;
        z-index: 1;
    }
    .nav-dropdown {
        position: absolute;
        display: none;
        z-index: 1;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    }
}
@media only screen and (max-width: 840px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-dropdown {
        position: static;
    }
    .nav-container,
    .brand {
        height: 50px;
    }
    .brand img {
        height: 21px;
        margin-left: -15px;
        margin-top: -4px
    }
    nav {
        padding-top: 0;
    }
    .head_content {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 65px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: right;
    }
    .head_content a {
        color: #fff;
        font-weight: bold;
        font-size: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
    }
    .head_content p {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 10px;
        display: -webkit-box;
        ;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
    }
    .head_content .head_left {
        padding-right: 10px;
    }
    .nav-mobile {
        margin-top: -4px;
    }
    #nav-toggle {
        cursor: pointer;
        width: 50px;
        padding-right: 20px;
    }
    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 4px;
        width: 28px;
        background: #000000;
        position: absolute;
        display: block;
        content: "";
        transition: all 300ms ease-in-out;
    }
    #nav-toggle span:before {
        top: -8px;
    }
    #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 ul li a {
        font-size: 13px;
        padding: 10px 10px 10px 15px;
        line-height: 20px;
    }
    .head_bot {
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .head_bot a {
        color: #fff;
        background-image: url(../images/btn.png);
        width: 50vw;
        display: table-cell;
        text-align: center;
        padding: 10px;
        font-weight: bold;
        font-size: .8em;
    }
    .head_bot a:first-child {
        border-right: 1px solid #b1d367;
    }
}

a.telephone{
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 28px;
    text-decoration: underline !important;
    color: blue;
    font-size: 17px;
}

a.telephoneSP{
    display: block;
    text-align: center;
    margin-top: -20px;
    text-decoration: underline !important;
    color: blue;
    font-size: 15px;
    padding-bottom: 10px;
}