
        div,
        span,
        h1,
        p,
        img,
        ul,
        li,
        header,
        nav {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-size: 100%;
            vertical-align: baseline;
            background: transparent;
            -webkit-text-size-adjust: 100%;
        }

        header,
        nav {
            display: block;
        }

        ul {
            list-style: none;
        }

        a {
            margin: 0;
            padding: 0;
            font-size: 100%;
            vertical-align: baseline;
            background: transparent;
        }

        a img {
            border: none;
        }

        img {
            vertical-align: bottom;
        }

        header,
        nav {
            display: block;
        }

        * {
            box-sizing: border-box;
        }

        *:before,
        *:after {
            box-sizing: inherit;
        }

        /*! CSS Used from: /css/basis.css?1766738567 */
        a {
            color: #539249;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        img {
            max-width: 100%;
            height: auto;
        }

        #l-header {
            position: relative;
            transition: all 0.4s ease-in;
        }

        #l-header.is-fixed {
            position: fixed;
            width: 100%;
            z-index: 200;
            top: 0;
            left: 0;
            background: #fefefe;
            filter: drop-shadow(2px 0px 6px rgba(36, 34, 31, 0.1));
        }

        #l-header.is-fixed .inner {
            padding: 15px 0;
        }

        #l-header.is-fixed .inner .head-right_contact {
            display: none;
        }

        #l-header.is-fixed .inner #logo {
            width: 210px;
        }

        @media all and (max-width: 1200px) {
            #l-header.is-fixed .inner #logo {
                width: 180px;
            }
        }

        @media all and (max-width: 767px) {
            #l-header {
                background: transparent;
                -webkit-backdrop-filter: none;
                backdrop-filter: none;
            }
        }

        #l-header .inner {
            display: flex;
            flex-wrap: wrap;
            max-width: calc(100% - 160px);
            width: 95%;
            margin: 0 auto;
            padding: 20px 0;
            align-items: center;
            justify-content: space-between;
        }

        @media all and (max-width: 1200px) {
            #l-header .inner {
                max-width: calc(100% - 40px);
            }
        }

        @media all and (max-width: 767px) {
            #l-header .inner {
                min-width: initial;
            }
        }

        #l-header .inner #logo {
            width: 300px;
            transition: all 0.4s ease-in;
        }

        @media all and (max-width: 1200px) {
            #l-header .inner #logo {
                width: 200px;
            }
        }

        #l-header .head-right {
            position: relative;
            margin-left: auto;
        }

        @media all and (max-width: 767px) {
            #l-header .head-right {
                display: none;
            }
        }

        #l-header .head-right_contact {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            align-items: center;
            margin-bottom: 15px;
        }

        #l-header .head-right_contact p:not(:last-of-type) {
            margin-right: 15px;
        }

        #l-header .head-right_tel {
            text-align: center;
            line-height: 1.4;
        }

        #l-header .head-right_tel span {
            color: #24221f;
            font-family: inherit;
            font-weight: 700;
            letter-spacing: 0.2em;
            letter-spacing: 0.15em;
            font-size: 12px;
        }

        #l-header .head-right_tel a {
            transition: all 0.3s ease-in;
            display: block;
            font-size: 24px;
            color: #4d4942;
            font-family: inherit;
            font-weight: 600;
            letter-spacing: 0 !important;
        }

        #l-header .head-right_tel a:before {
            font-family: "Font Awesome 5 Free";
            content: "\f098";
            font-weight: 900;
            margin-right: 5px;
        }

        #l-header .head-right_tel a:hover {
            opacity: 0.8;
        }

        #l-header .head-right_bnr a {
            position: relative;
            display: block;
            background: #407038;
            text-align: center;
            border-radius: 5px;
        }

        #l-header .head-right_bnr a:hover {
            background: #8fc401;
        }

        #l-header .head-btn a {
            position: relative;
            display: block;
            font-family: inherit;
            font-weight: 700;
            letter-spacing: 0.2em;
            letter-spacing: 0.05em;
            font-size: 1.1rem;
            color: #407038;
            text-align: center;
            line-height: 1.4;
        }

        #l-header .head-btn a i {
            font-size: 2rem;
            display: block;
            margin-bottom: 3px;
        }

        #l-header .head-btn a:hover {
            opacity: 0.6;
        }

        #header_nav {
            position: relative;
            width: 650px;
            transition: all 0.4s ease-in;
        }

        @media all and (max-width: 767px) {
            #header_nav {
                display: none;
            }
        }

        #header_nav>ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        #header_nav>ul li {
            position: relative;
            flex: 1 0 auto;
            text-align: center;
        }

        #header_nav>ul li a {
            position: relative;
            display: block;
            font-family: inherit;
            font-weight: 700;
            letter-spacing: 0.2em;
            color: #24221f;
            line-height: 1.6;
            font-family: inherit;
            font-weight: 700;
            letter-spacing: 0.2em;
            font-size: 1.6rem;
        }

        #header_nav>ul li a span {
            display: block;
            font-family: inherit;
            font-weight: 600;
            letter-spacing: 0.05em;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            font-size: 1.1rem;
            transition: all 0.4s ease-in;
            color: #9c968c;
        }

        #header_nav>ul li a:hover span,
        #header_nav>ul li a.active span {
            color: #00487b;
        }

        @media all and (min-width: 768px) {
            #header_nav .nav-home {
                display: none;
            }
        }

        #header_nav .dropdown {
            display: none;
            position: absolute;
            transform: translateX(-50%);
            left: 50%;
            top: 39px;
            padding-top: 20px;
            z-index: 999;
            width: 150px;
            background: #fefefe;
        }

        #header_nav .dropdown li {
            border-bottom: 1px solid #dee2e1;
        }

        #header_nav .dropdown li:last-child {
            border-radius: 0 0 5px 5px;
            border-bottom: 0px solid #dee2e1;
            overflow: hidden;
        }

        #header_nav .dropdown .dropdown-li a {
            display: block;
            width: auto;
            padding: 10px;
            font-size: 1.2rem;
            letter-spacing: 0.1em;
            background: #fefefe;
            text-shadow: none;
            filter: none;
        }

        #header_nav .dropdown .dropdown-li a:after {
            display: none;
        }

        #header_nav .dropdown .dropdown-li a:hover {
            background: #f4f4f4;
        }

        .sns-list {
            display: flex;
            flex-wrap: wrap;
        }

        .sns-list.type2 {
            margin-left: 15px;
        }

        .sns-list.type2 li a:hover {
            background: #24221f;
        }

        @media all and (max-width: 767px) {
            .sns-list.type2 {
                display: none;
            }
        }

        .sns-list li:not(:last-child) {
            margin-right: 10px;
        }

        .sns-list li a {
            width: 48px;
            height: 48px;
            line-height: 48px;
            display: block;
            box-sizing: border-box;
            text-align: center;
            position: relative;
            border-radius: 50%;
        }

        .sns-list li a img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 22px;
            z-index: 3;
        }

        .sns-list li a:hover img {
            transition: all 1s;
            transform: translate(-50%, -50%) rotate(360deg);
        }

        .sns-list li a.btn-line {
            background: #00b900;
        }

        .sns-list li a.btn-instagram {
            overflow: hidden;
            background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        }

        .sns-list li a.btn-instagram:before {
            content: "";
            position: absolute;
            top: 20px;
            left: -12px;
            width: 60px;
            height: 60px;
            background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
        }

        .language {
            margin-left: 10px;
        }

        /*! CSS Used from: /css/smartphone.css?1766738567 */
        @media screen and (max-width: 767px) {
            #l-header .inner {
                max-width: 100%;
                margin: 0;
                padding: 10px;
                display: block;
                min-width: inherit;
            }

            #l-header .inner #logo {
                width: 220px;
            }

            #header_nav {
                display: none;
            }
        }

        /*! CSS Used from: /_/translate_http/_/ss/k=translate_http.tr.2f3WBw8L4SI.L.W.O/am=AAQD/d=0/rs=AN8SPfrXXtxuFpMMBoYgp93jo68L3iC3ZQ/m=el_main_css */
        .goog-te-gadget {
            font-family: arial;
            font-size: 11px;
            color: #666;
            white-space: nowrap;
        }

        .goog-te-gadget img {
            vertical-align: middle;
            border: none;
        }

        .goog-te-gadget-simple {
            background-color: #FFF;
            border-left: 1px solid #D5D5D5;
            border-top: 1px solid #9B9B9B;
            border-bottom: 1px solid #E8E8E8;
            border-right: 1px solid #D5D5D5;
            font-size: 10pt;
            display: inline-block;
            padding-top: 1px;
            padding-bottom: 2px;
            cursor: pointer;
        }

        .goog-te-gadget-icon {
            margin-left: 2px;
            margin-right: 2px;
            width: 19px;
            height: 19px;
            border: none;
            vertical-align: middle;
        }

        .VIpgJd-ZVi9od-xl07Ob-lTBxed {
            text-decoration: none;
            color: #00C;
            white-space: nowrap;
            margin-left: 4px;
            margin-right: 4px;
        }

        .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
            text-decoration: underline;
        }

        .VIpgJd-ZVi9od-xl07Ob-lTBxed img {
            margin-left: 2px;
            margin-right: 2px;
        }

        .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
            color: #000;
        }

        .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
            text-decoration: none;
        }

        /*! CSS Used fontfaces */
        @font-face {
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-weight: 400;
            font-display: block;
            src: url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-regular-400.eot);
            src: url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-regular-400.svg#fontawesome) format("svg");
        }

        @font-face {
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-weight: 900;
            font-display: block;
            src: url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-solid-900.eot);
            src: url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.14.0/webfonts/fa-solid-900.svg#fontawesome) format("svg");
        }
