@charset "utf-8";

body {
    background-color: #fff;
    font-family: 'Klee One', cursive;
    line-height: 1.7;
    letter-spacing: .08em;
    text-indent: .08em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

address a{
    color: #fff;
    transition: 0.5s;
}

address a:hover{
    opacity: 0.5;
    color: #fff;
    text-decoration: none;
}

img {
    width: 100%;
    border: 0;
    display: block;
    border: none;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

p {
    font-weight: 200;
}

/*
nav {
    box-shadow: 5px 0 5px 1px rgba(0, 0, 0, 0.1);
}
*/

.navbar {
    background-color: #fff;
}

/*ハンバーガーボタン*/
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0);
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    margin-right: -10px;
    margin-top: -15px;
}

.navbar-toggler-icon {
    position: relative;
    width: 40px;
    height: 40px;
    background: none;
    appearance: none;
    cursor: pointer;
}

.navbar-toggler-icon,
.navbar-toggler-icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}

.navbar-toggler-icon span {
    position: absolute;
    left: 5px;
    width: 80%;
    height: 2px;
    background-color: #a5a5a5;
    border-radius: 1px;
}

.navbar-toggler-icon span:nth-of-type(1) {
    top: 10px;
}

.navbar-toggler-icon span:nth-of-type(2) {
    top: 20px;
}

.navbar-toggler-icon span:nth-of-type(3) {
    top: 30px;
}

.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(1) {
    transform: translateY(10px) rotate(-315deg);
}

.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded=true] span.navbar-toggler-icon span:nth-of-type(3) {
    transform: translateY(-10px) rotate(315deg);
}

.navbar-nav {
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.navbar-nav {
   margin-top: -65px;
}

.navbar-nav li {
    font-weight: bold;
    margin: 7px auto;
}

.navbar li a {
    font-size: 1.2rem;
}

nav .active {
    font-weight: bold;
    border-bottom: 1px solid #353e5a;
    color: #353e5a !important;
}

nav .active a {
    color: #007f88 !important;
}

.navbar-toggler-icon p {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.8rem;
    margin-top: 38px;
}


/*ボタン*/
.btn-primary {
    position: relative;
    display: inline-block;
    padding: .9em 4em;
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.btn-primary::after {
    position: absolute;
    top: 50%;
    right: .8em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    opacity: 0;
}
.btn-primary:hover::after {
    animation: arrow 1.2s infinite;
}

@keyframes arrow {
    50% {
        right: .2em;
        opacity: 1;
    }
    100% {
        right: -.4em;
        opacity: 0;
    }
}


.navbar-brand img {
    width: auto;
    height: 35px;
}

.wrap {
    overflow: hidden;
}


/*footer*/
footer {
    background-color: #353e5a;
    position: relative;
    padding: 20px;
    margin-top: 0;
    color: #fff;
}

#footer_navi ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
}

#footer_navi li a svg {
    width: 28px;
}

#footer_navi li a {
    width: 26px;
    transition: 0.4s;
    margin: 0 10px;
    padding: 5px;
}

#footer_navi li a:hover {
    transform: translateY(10px)	;
}

#footer_navi .active {
    opacity: 0.5;
    pointer-events: none;
}

.footer_logo img {
    width: 160px;
    margin: 20px auto 30px auto;
}

address {
    text-align: center;
}

#copyright {
    text-align: center;
}


.nobr_pc {
    display: block;
}

.nobr_sp {
    display: none;
}

#page_top a {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 80px;
    height: 80px;
    color: #ffffff;
    transition: 0.3s;
    background-image: url("../img/pagetop.png");
    background-size: cover;
    text-indent: -9999px;
    z-index: 9999;
}

#page_top a:hover {
    opacity: 0.5;
}

.sns01 img,.sns02 img{
    width: 34px;
    height: 34px;
}

.sns01{
    position: absolute;
    top: 15px;
    right: 80px;
}

.sns02{
    position: absolute;
    top: 15px;
    right: 130px;
}

#sns_pc{
    display: none;
}


@media (min-width: 576px) {
    
    body{
        min-width: 980px;
    }

    header {
        background-color: #fff;
        overflow: hidden;
    }

    .navbar-nav .logo_pc {
        width: 100px;
        margin: 0 50px;
    }

    .fixed-top {
        position: relative;
    }

    .wrap {
        -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
        animation: fadeIn 1.5s ease 0s 1 normal;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .nobr_pc {
        display: none;
    }

    .nobr_sp {
        display: block;
    }

    .navbar {
        min-width: 760px;
        height: 120px;
        margin-left: -80px;
    }

    .navbar-nav {
        margin: auto;
    }

    .navbar-nav img {
        margin-top: 20px;
    }

    .navbar-nav li {
        margin: 0;
    }

    .navbar li a {
        font-size: 1.1rem;
        letter-spacing: 2px;
        transition: 0.4s;
        margin-right: 10px;
    }

    .navbar li a:hover {
        color: #353e5a !important;
    }

    .container-fluid {
        max-width: 1300px;
        padding: 0 40px;
    }


    footer {
        margin-top: -1px;
    }

    #footer_navi ul {
        margin-top: 30px;
    }

    #footer_navi li {
        margin: 20px;
    }

    #footer_navi img {
        width: 20px;
    }
    
    #page_top a {
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
        color: #ffffff;
        transition: 0.3s;
        background-image: url("../img/pagetop.png");
        background-size: cover;
        text-indent: -9999px;
        z-index: 9999;
    }
    
    
    #sns_pc{
        display: block;
    }

    
    #sns_pc a:hover{
        opacity: 0.5;
    }

    .s01_pc img,.s02_pc img{
        width: 50px;
        height: 50px;
    }

    .s01_pc{
        position: fixed;
        bottom: 60px;
        right: 15px;
    }

    .s02_pc{
        position: fixed;
        bottom: 15px;
        right: 15px;
    }


}

