<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.nav_top {
    z-index: 200;
    position: absolute;
    background-color: #fff;
    width: 100%;
}

h1 {
    text-align: center;
    font-size: 1em;
    background-color: #ccc;
    color: #fff;
}

header {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

.rogo {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rogo_img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-top: 1px;
	margin-bottom:10px;
}

.contact {
    margin-top: 10px;
}

.tel {
    display: block;
    font-size: 25px;
    color: rgb(30, 6, 247);
}

.tel::before {
    font-family: "Font Awesome 5 Free";
    content: '\f2a0';
    font-weight: 900;
    color: rgb(30, 6, 247);
    display: inline-block;
}


.add {
    margin-top: 0;
}

.nav_top {
    border-top: #f8b704 2px solid;
}

nav {
    display: none;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 6px;
    list-style-type: none;
}

nav ul li a {
    width: auto;
    padding-right: 35px;
    padding-left: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}

nav ul li span {
    display: block;
    font-size: 10px;
}

.sub_menu {
    display: none;
    background-color: #fff;
}

nav ul li:hover .sub_menu {
    display: block;
    position: absolute;
}

#nav-icon p {
    display: none;
}

nav a {
    position: relative;
    display: inline-block;
    transition: .3s;
}

nav a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #f8b704;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

nav a:hover::after {
    width: 100%;
}

/*ナビアイコン設定*/

.nav1::before {
    font-family: "Font Awesome 5 Free";
    content: '\f015';
    font-weight: 900;
    font-size: 30px;
    margin-right:0px;
    color: rgb(247, 170, 6);
    display: inline-block;
}

.nav2::before {
    font-family: "Font Awesome 5 Free";
    content: '\f1ad';
    font-weight: 900;
    font-size: 30px;
    margin-right: 0px;
    color: rgba(22, 21, 20, 0.24);
    display: inline-block;
}

.nav3::before {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
    font-size: 30px;
    margin-right: --px;
    color: rgb(6, 247, 66);
    display: inline-block;
}

.nav4::before {
    font-family: "Font Awesome 5 Free";
    content: '\f101';
    font-weight: 900;
    font-size: 30px;
    margin-right: -0px;
    color: rgb(255, 238, 0);
    display: inline-block;
}

.nav5::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-weight: 900;
    font-size: 30px;
    margin-right: 0px;
    color: rgb(0, 68, 255);
    display: inline-block;
}

/*******************************************メディアレスポンシブ設定*********************************************/
@media only screen and (min-width: 960px) {
    nav {
        display: block !important
    }
}

/*******************************************メディアレスポンシブ設定959*********************************************/
@media only screen and (max-width: 959px) {
    nav ul {
        display: block;
    }

    h1 {
        display: none;
    }

    .rogo {
        display: block;
        width: 100%;

    }
.rogo_img img {
    width: 200px;
    height:60px;
    margin-left: 10px;
}

    .nav1::before {
        display: none;
    }

    .nav2::before {
        display: none;
    }

    .nav3::before {
        display: none;
    }

    .nav4::before {
        display: none;
    }

    .nav5::before {
        display: none;
    }

    nav ul li span {
        display: none;

    }

    nav a:hover::after {
        width: 0%;
    }

    .sub_menu li a:before {
        content: '-';
    }

    .tel {
        display: block;
        font-size: 25px;
        text-align: center;

    }

    .add {
        display: block;
        font-size: 20px;
        text-align: center;
    }

    /*ドロップダウン解除*/
    .sub_menu {
        display: block;
        z-index: 100;
    }

    nav ul li:hover .sub_menu {
        position: static;
    }

    /*ハンバーガーメニュー*/
    #nav-icon {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        margin-right: 10px;
    }

    /*ハンバーガーメニュー表示設定*/
    #nav-icon span {
        border: 3px solid #5800ff;
        width: 40px;
        margin-bottom: 5px;
        border-radius: 10px;
        display: block;
        -webkit-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    /*ハンバーガーメニュー×アニメーション表示*/
    #nav-icon.active .top {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 25px;
    }

    #nav-icon.active .middle {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: relative;
        top: -9px;
    }

    #nav-icon.active .under {
        display: none;
    }

    /**********************クリック後の処理**************/
    /*メニュー文字処理*/
    #nav-icon p {
        text-align: center;
        display: block;
        margin-bottom: 0px;
    }

    #nav-icon.active p {
        display: none;
    }

    #nav-icon.active .close {
        display: block;
        margin-top: 0px;
    }

    #nav-icon .close {
        display: none;
    }
}
/**********************電話番号クリック後の処理**************/
@media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
  }</pre></body></html>