@charset "utf-8";

body {
    background: url(../img/bg1.jpg)center center;
    background-size: cover;
    min-width: 320px;
    font-family: 'Kosugi Maru', sans-serif;
}

.header {
    background: #fff;
}

.header__wrap {
    display: flex;
    justify-content: space-around;
    padding: 5%;
    max-width: 900px;
    margin: auto;
}

.header__logo {
    width: 70%;
    padding-top: 10px;
}

.header__tel-icon {
    width: 20%;
    text-align: center;
    margin-top: 2%;
}

.header__tel-icon img {
    width: 40%;
}

.header__tel-icon p {
    margin: auto;
    width: 4rem;
    line-height: 1.5rem;
    font-size: .7rem;
    color: rgba(80, 80, 80, 0.74);
}

.gnav {
    background: rgba(255, 255, 255, 0);
}

#menu li,
p {
    font-size: 1.2rem;
    line-height: 4rem;
    text-align: center;
    border-bottom: 1px #fff dotted;
}

#menu li:last-child {
    border: none;
}

#menu li a {
    color: rgba(80, 80, 80, 0.74);
}

/*
.gnav p {
    color: rgba(80, 80, 80, 0.74);
}
*/


footer {
    padding: 20px 0;
    text-align: center;
    font-size: 1.2rem;
    background: #fff;
    width: 100%;
}

.line-icon {
    padding: 10px 0;
    width: 18rem;
    margin: auto;
}

.line-icon img {
    width: 30px;
    margin-right: 5px;
    margin-bottom: -5px;
}

.line-icon a {
    color: rgba(80, 80, 80, 0.74);
}

.copyright-first {
    color: rgba(80, 80, 80, 0.74);
}

.copyright-second {
    color: rgba(80, 80, 80, 0.74);
    margin-top: -2.5rem;
}

@media(min-width:500px) {

    /*
header------*/
    .header__logo {
        width: 80%;
        margin-top: 2%;
    }

    .header__tel-icon {
        margin-top: 1%;
    }

    .header__tel-icon img {
        width: 40%;
    }
}



@media(min-width:700px) {

    .header .header__wrap {
        padding: 1%;
        display: flex;
        justify-content: center;
    }

    .header__logo {
        width: 50%;
        margin: 2%;
    }

    .header__tel-icon {
        width: 20%;
        margin-top: 2%;
    }

    .header__tel-icon img {
        width: 30%;
    }

    /*
    .gnav p {
        display: none;
    }
*/

    #menu {
        display: flex;
        justify-content: space-around;
        width: 100%;
        max-width: 1080px;
        margin: auto;
    }

    #menu li {
        padding: 5px;
        font-size: .9rem;
        letter-spacing: -0.05rem;
    }

    .header__tel-icon {
        display: none;
    }

    .container {
        max-width: 1080px;
        margin: auto;
    }

    footer {
        padding: 10px 0;
        text-align: center;
        font-size: 1rem;
        background: #fff;
        width: 100%;
    }

    .line-icon {
        display: none;
    }
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: none;
}
