@charset "utf-8";

*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1;
    background-color: #ffffff;
}

img {
    max-width: 100%;
}

.header-inner {
    max-width: 1200px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-site-menu {
    inset{ border:inset 3px;}
}

.toggle-menu-button {
    display: none;
}

.header-logo {
    display: block;
    width: 250px;
}

.header-inner ul {
    display: flex;
}

.menu-3types ul li {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.menu-3types ul {
    display: flex;
}

.menu-3types ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.許可 {
    font-size: 10px;
}

.情報 {
    font-size: 20px;
    text-align: center;
}


.footer {
    color: #ffffff;
    background-color: #24211b;
    padding-top: 30px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.site-menu ul li {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.site-menu ul {
    display: flex;
}

.footer-logo {
    display: block;
    width: 250px;
    margin-top: 9px;
}

.footer-tel{
    font-size: 26px;
    font-weight: bold;
    margin-top: 28px;
}

.footer-time{
    font-size: 13px;
    margin-top: 16px;
}

.copyright{
    font-size: 14px;
    font-weight: bold;
    margin-top: 90px;
}

@media (max-width: 800px) {
    .site-menu ul {
        display: block;
        text-align: center;
    }

    .site-menu li {
        margin-top: 20px;
    }

    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        height: 50px;
        z-index: 10;
        box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    }

    .header-logo  img {
        width: 100px;
    }

    .許可 {
        font-size: 10px;
    }

    .header-site-menu {
        width: 50%;
    }

    .menu-3types {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .main{
        padding-top: 50px;
    }

    .footer-logo{
        margin-top: 60px;
    }

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

    .copyright{
        margin-top: 50px;
    }
}