﻿@charset "UTF-8";
#wrapper {
    /* 	width:1200px; */
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
}

body {
    position: relative;
    left: 0;
    overflow-x: hidden;
}

header {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 15px 0 5px 0;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #FFF;
    display: none;
}

header.fixed {
    position: fixed;
}

header.UpMove {
    position: fixed;
    width: 100%;
    animation: UpAnime 0.5s forwards;
    display: block;
}

header.DownMove {
    position: fixed;
    width: 100%;
    animation: DownAnime 0.5s forwards;
    display: block;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

header section.head {
    display: flex;
    width: 1000px;
    margin: 0 auto 0 auto;
    position: relative;
}

nav ul li ul {
    display: none;
}

header h1 {
    width: 360px;
    margin: 0 0 0 2%;
}

header h1 img {
    width: 100%;
}

header div.tel {
    width: 21%;
    margin: 0 2% 0 19%;
}

header div.online_shop {
    width: 11%;
}

nav.menu {
    width: 5%;
    margin: 0 0 0 0;
    position: relative;
    top: 10px;
    right: -20px;
    z-index: 1000;
}

nav {
    margin: 20px 0 0 0;
}

header ul {
    margin: 60px 0 0 60px;
}

nav ul li {
    margin: -10px 10px 0 0;
    padding: 0 0 0 0;
    list-style: none;
    /* 	font-size:138%; */
    float: left;
    height: 38px;
}

nav ul li:nth-child(1) {
    width: 100%;
}

nav ul li:nth-child(2) {
    width: 100%;
}

nav ul li:nth-child(3) {
    width: 100%;
}

nav ul li:nth-child(4) {
    width: 100%;
}

nav ul li img {
    width: 100%;
    height: 38px;
}

nav ul li a {
    text-decoration: none;
}

section#wrapper nav.g_nav {
    /* background-color: #e7c413; */
    background-color: #FBD200;
    margin: /*94px*/
    0 0 5px 0;
}

section#wrapper nav.nav_margin {
    margin: 94px 0 5px 0;
}

section#wrapper nav.g_nav ul {
    width: 1000px;
    margin: 0 auto 0 auto;
    display: flex;
}

section#wrapper nav.g_nav ul li {
    width: 14%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    float: none;
    height: auto;
    border-right: 2px solid #FFF;
}

section#wrapper nav.g_nav ul li:last-child {
    border: none;
}

section#wrapper nav.g_nav ul li img {
    width: 100%;
    height: auto;
}

footer {
    margin: 0 auto 0;
    padding: 15px 0 0 0;
}

footer.bg_04 {
    background-image: url("../images/top/bg_04.png");
    padding: 20px 0 20px 0;
    text-align: center;
}

footer.bg_04 div.content_block {
    display: flex;
    width: 900px;
    margin: 0 auto 0 auto;
}

footer section.data {}

footer div.img {
    width: 28%;
    position: relative;
    top: 10px;
}

footer div.logo {
    width: 44%;
    margin: 15px 2% 0 2%;
}

footer div.data {
    width: 33%;
    margin: 15px 0 0 0;
    line-height: 1.77;
    text-align: left;
}

footer div.data p.font_s {
    font-size: .7rem;
}

footer div.logo div.data {
    width: 100%;
    line-height: 1.77;
    text-align: left;
    margin: 0 0 0 60px;
}

footer div.logo div.data p.address {
    font-size: .9rem;
}

footer div.footer_bg {
    margin: -10px 0 0 0;
}


/*ipad*/

.topButton {
    cursor: normal;
    display: none;
    position: fixed;
    bottom: 25px;
    bottom: 50px;
    right: 0;
    z-index: 3;
    height: 52px;
    width: 52px;
}

.page_top {
    height: 32px;
    width: 32px;
    border: 0;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    bottom: 25px;
    bottom: 50px;
    right: 15px;
    z-index: 50;
    border-radius: 16px;
    color: #181818;
    text-align: center;
    font-size: 27px;
    font-family: ri-iconfont !important;
    line-height: 2;
}

.page_top img {
    width: 40%;
    height: auto;
    line-height: 1;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 0;
    right: 0;
}

.page_top a {
    text-decoration: none;
}

@media (max-width: 1024px) {}

@media (max-width: 834px) {}

@media (max-width: 768px) {}

.free_dial {
    letter-spacing: .1em;
    font-weight: bold;
    font-size: 1rem;
}

.free_dial img {
    width: 30px;
    position: relative;
    top: 2px;
}


/*iPhone7/6 Plus*/

@media (max-width: 414px) {}


/*iPhone 7/6*/

@media (max-width: 375px) {}


/*iPhone 5/SE/4*/

@media (max-width: 320px) {
    footer {
        width: 100%;
        margin: 15px auto 0;
        padding: 15px 0 0 0;
        font-size: 90%;
    }
}