<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#head_sp {
    display: none;
}

#head {
    width: 100%;
    margin: 0 auto;
    background: url(../images/head_bk.jpg) center top;
}

#head .head_in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#head .head_in ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#head .head_in ul li:first-child {
    margin-right: auto;
    width: 257px;
}

#head .head_in ul li:first-child a {
    background: url(../images/nav_logo.png) no-repeat center;
    background-size: contain;
    padding-top: calc(22 / 257 * 100%);
    font-size: 0;
    display: block;
}

#head .head_in ul li:nth-of-type(2) {
    width: 120px;
}

#head .head_in ul li:nth-of-type(2) a {
    background: url(../images/nav_img01.png) no-repeat top center;
    background-size: contain;
    padding-top: calc(74 / 120 * 100%);
    font-size: 0;
    display: block;
}

#head .head_in ul li:nth-of-type(2) a.on,
#head .head_in ul li:nth-of-type(2) a:hover {
    background: url(../images/nav_img01_on.png) no-repeat top center;
}

#head .head_in ul li:nth-of-type(3) {
    width: 105px;
}

#head .head_in ul li:nth-of-type(3) a {
    background: url(../images/nav_img02.png) no-repeat top center;
    background-size: contain;
    padding-top: calc(74 / 105 * 100%);
    font-size: 0;
    display: block;
}

#head .head_in ul li:nth-of-type(3) a.on,
#head .head_in ul li:nth-of-type(3) a:hover {
    background: url(../images/nav_img02_on.png) no-repeat top center;
}

#head .head_in ul li:nth-of-type(4) {
    width: 99px;
}

#head .head_in ul li:nth-of-type(4) a {
    background: url(../images/nav_img03.png) no-repeat top center;
    background-size: contain;
    padding-top: calc(74 / 99 * 100%);
    font-size: 0;
    display: block;
}

#head .head_in ul li:nth-of-type(4) a.on,
#head .head_in ul li:nth-of-type(4) a:hover {
    background: url(../images/nav_img03_on.png) no-repeat top center;
}

#head .head_in ul li:nth-of-type(5) {
    width: 149px;
}

#head .head_in ul li:nth-of-type(5) a {
    /*background: url(../images/nav_img04_2.png) no-repeat top center;*/
    background: url(../images/nav_img04.png) no-repeat top center;
    background-size: contain;
    padding-top: calc(74 / 149 * 100%);
    font-size: 0;
    display: block;
}

#head .head_in ul li:nth-of-type(5) a.on,
#head .head_in ul li:nth-of-type(5) a:hover {
    /*background: url(../images/nav_img04_2_on.png) no-repeat top center;*/
    background: url(../images/nav_img04_on.png) no-repeat top center;
}

#head .head_in ul li:nth-of-type(6) {
    width: 128px;
}

#head .head_in ul li:nth-of-type(6) a {
    background: url(../images/nav_img05.png) no-repeat top center;
    background-size: contain;
    padding-top: calc(74 / 128 * 100%);
    font-size: 0;
    display: block;
}

#head .head_in ul li:nth-of-type(6) a.on,
#head .head_in ul li:nth-of-type(6) a:hover {
    background: url(../images/nav_img05_on.png) no-repeat top center;
}

#head .head_in ul li:nth-of-type(7) {
    width: 143px;
}

#head .head_in ul li:nth-of-type(7) a {
    background: url(../images/nav_img06.png) no-repeat top center;
    background-size: contain;
    padding-top: calc(74 / 143 * 100%);
    font-size: 0;
    display: block;
}

#head .head_in ul li:nth-of-type(7) a.on,
#head .head_in ul li:nth-of-type(7) a:hover {
    background: url(../images/nav_img06_on.png) no-repeat top center;
}

#head .head_in h1 {
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
}

#head .head_in h1 a {
    font-size: 24px;
    color: #FFF;
    text-decoration: none;
}

#footer {
    width: 100%;
    margin: 0 auto;
    background: url(../images/footer_bk.jpg) center top;
    color: #FFF;
}

#footer .footer_in {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 2rem 0;
}

#footer .footer_in ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 0;
}

#footer .footer_in ul li {
    margin-right: 2.5rem;
    display: inline-block;
    font-size: 85%;
}

#footer .footer_in ul li a:before {
    content: "+";
    color: #656565;
    margin-right: 0.2rem;
}

#footer .footer_in ul li a:hover:before {
    color: #FFF;
}

#footer .footer_in ul li a {
    color: #FFF;
    text-decoration: none;
}

#footer .footer_in ul li a:hover {
    color: #ffae00;
}

#footer .footer_in ul li a.on {
    color: #ffae00;
}

#footer .footer_in ul li a.on:before {
    color: #FFF;
}

#footer .footer_in p {
    font-size: 80%;
    color: #6d6d6d;
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;
}

#page-top {
    position: fixed;
    bottom: -200px;
    right: 5px;
    width: 85px;
    height: 85px;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#page-top a {
    display: block;
    width: 100%;
    line-height: 0;
    margin: 0;
    background: url(../images/pagetop.png) no-repeat top center;
    background-size: contain;
    padding-top: calc(125 / 125 * 100%);
    font-size: 0px;
}

@media screen and (max-width:1023px) {
    #head {
        display: none;
    }

    #head_sp {
        width: 100%;
        margin: 0 auto;
        background: url(../images/head_bk.jpg) center top;
        color: #000000;
        display: block;
        
    }

    #head_sp .head_in {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    #head_sp .head_in h1 {
        width: 100%;
        margin: 0 auto;
        font-size: calc(2.05rem + ((1vw - 0.64rem) * 2.1429));
        font-weight: bold;
        text-align: left;
        padding: 1em 0 1em 1em;
    }

    #head_sp .head_in h1 a {
        color: #FFF;
        text-decoration: none;
    }

    #footer {
        width: 100%;
        margin: 0 auto;
        background: url(../images/footer_bk.jpg) center top;
        color: #FFF;
        background-size: contain;
    }

    #footer .footer_in {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 2rem 0;
    }

    #footer .footer_in ul {
        width: 90%;
        max-width: 1150px;
        margin: 0 auto 1rem;
        padding: 0;
        display: flex;
        flex-wrap: wrap;

        justify-content: flex-start;
    }

    #footer .footer_in ul li {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 50%;
        display: block;
        font-size: 85%;
    }

    #footer .footer_in p {
        font-size: 70%;
        color: #6d6d6d;
        margin: 0 auto;
        width: 90%;
        max-width: 1150px;
    }

    #page-top {
        position: fixed;
        bottom: 0px;
        right: 5px;
        width: 60px;
        height: 60px;
        opacity: 1;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    #page-top a {
        display: block;
        width: 100%;
        line-height: 0;
        margin: 0;
        background: url(../images/pagetop.png) no-repeat top center;
        background-size: contain;
        padding-top: calc(125 / 125 * 100%);
        font-size: 0px;
        text-decoration: none;
    }

    #navigation {
        display: none;
    }

    /*----------繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ----------*/
    #navigation {
        position: fixed;
        display: none;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: #fbbc47;
        background-color: #333;
        z-index: 1000;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #navigation .navigation_inner {
        display: table;
        width: 100%;
        height: 100%;
        padding-top: 10%;
        background: url(../img/menu_bk.jpg) no-repeat bottom right;
    }

    @media screen and (max-width: 786px) {
        #navigation .navigation_inner {
            padding: 20% 0;
            background: none;
        }
    }

    #navigation .navigation_inner .navigation_menu {
        display: table-cell;
        z-index: 99999;
    }

    #navigation .navigation_inner .navigation_menu .navigation_item {
        width: 90%;
        height: 50px;
        margin: 2em auto;
        /*background-color: #ffd600;
    background-color: #fbbc47;*/
        z-index: 99999;
        padding-top: 1em;
    }

    #navigation .navigation_inner .navigation_menu .navigation_item:hover {
        background-color: #ffd600;
        background-color: rgba(255, 170, 0, 1);
    }


    #navigation .navigation_inner .navigation_menu .navigation_item:first-child {
        margin-top: 0;
    }

    #navigation .navigation_inner .navigation_menu .navigation_item a {
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 1.1rem;
        color: #FFF;
        text-align: center;
        line-height: 1.2;
    }

    #navigation .navigation_inner .navigation_menu .navigation_item a span {
        font-size: 1rem;
        color: #ffae00;
    }

    #navigation .navigation_inner .navigation_menu .navigation_item:hover a span {
        color: #FFF;
    }

    .navigation_round {
        width: 65px;
        height: 65px;
        -webkit-border-radius: 50px;
        /* width,height縺ｮ蜊雁� */
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #000;
        /* 蜀��濶ｲ */
        margin: 0 auto;
        text-align: center;
        color: black;
        font-size: 1.0rem;
    }

    .navigation_round a {
        color: #fff;
        padding-top: 10px;
        display: block;
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
        margin-top: 10px;
    }



    #page-top a:hover {
        opacity: 0.6;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: absolute;
        width: 50px;
        height: 38px;
        z-index: 990;
        top: 24%;
        right: 2%;

    }

    .menu-trigger.active {
        position: fixed;
        top: 2%;
        right: 2%;
        z-index: 1001;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #FFF;
        border-radius: 4px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 17px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .menu-trigger::after {
        position: absolute;
        left: 0;
        bottom: -24px;
        content: 'MENU';
        display: block;
        width: 100%;
        color: #FFF;
        font-size: 15px;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
        transition: all .4s;
        font-weight: bold;
    }

    .menu-trigger.active::after {
        content: '';
        bottom: -25px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-13px) rotate(45deg);
        transform: translateY(-13px) rotate(45deg);
    }

    #navigation p {
        position: absolute;
        width: 275px;
        height: 200px;
        left: 0;
        top: 0;
        bottom: 5%;
        right: 5%;
        line-height: 0;
        background: url(../img/menu_bk.jpg) no-repeat top center;
        font-size: 0px;
    }
}


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

    .menu-trigger {
        width: 40px;
        height: 28px;
    }

    .menu-trigger {
        top: 16%;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 13px;
    }

    .menu-trigger::after {
        bottom: -19px;
        font-size: 12px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
}

@media screen and (max-width: 430px) {
    #head .head_in h1 {
        font-size: calc(2.2rem + ((1vw - 0.64rem) * 2.1429));
        padding: 0.5em 0 0.5em 1em;
    }
}

@media screen and (max-width: 360px) {
    #head .head_in h1 {
        font-size: calc(2.05rem + ((1vw - 0.64rem) * 2.1429));
        padding: 0.5em 0 0.5em 1em;
    }

    .menu-trigger {
        width: 35px;
        height: 22px;
        top: 14%;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg);
    }

    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }
}</pre></body></html>