/* LOCOTIME Site CSS sp-d*/
@charset "UTF-8";

/* header */
#lt-gnav .gnav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #03436d;
    clip-path: circle(25px at calc(100% - 35px) calc(0% + 30px));
    transition: all 0.3s ease-in-out;
    z-index: 900;
}

#active:checked~.gnav-wrap {
    clip-path: circle(75%);
}

#lt-gnav .menu-btn {
    position: fixed;
    z-index: 990;
    right: 10px;
    top: 5px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: #03436d;
    transition: all 0.3s ease-in-out;
}

#lt-gnav {
    text-align: left;
}

.menu-btn {
    text-align: center;
}

#active:checked~.menu-btn {
    color: #fff;
}

#active:checked~label .fa-bars::before {
    content: "\f00d";
}

#lt-gnav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: left;
}

#lt-gnav ul li {
    margin: 15px 0;
}

#lt-gnav ul li a {
    color: none;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    background: #03436d;
    position: relative;
    line-height: 2rem;
    transition: all 0.3s ease;
}

#lt-gnav .links {
    position: absolute;
    bottom: 55px;
    right: 10px;
    text-align: center;
}

#lt-gnav .links a {
    font-size: 0.8rem;
    cursor: pointer;
}

#lt-gnav .links a.gnav-mail {
    color: #ffadf8;
}

#lt-gnav .links a.gnav-mail:hover {
    color: #fff;
}

#lt-gnav .links a.gnav-tel {
    color: #4ecafc;
}

#lt-gnav .links a.gnav-tel:hover {
    color: #fff;
}

#lt-gnav .links a.gnav-line {
    color: #00c300;
}

#lt-gnav .links a.gnav-line:hover {
    color: #fff;
}

#lt-gnav input[type="checkbox"] {
    display: none;
}

.insta-icon-gnav {
    width: 25px;
}

/* mobile first (lmobile,portrait) */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #lt-gnav ul li a {
        font-size: 1.2rem;
        line-height: 2.4rem;
    }

    #lt-gnav .links a {
        font-size: 1.2rem;
    }

    #lt-gnav ul li a:hover {
        color: rgb(250, 214, 10);
    }

    .insta-icon-gnav {
        width: 35px;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

#lt-header {
    background: #03436d;
    padding: 10px 5px 5px 20px;
    width: 100%;
    height: 60px;
}

#lt-header .logo-area {
    width: 160px;
    padding: 1px;
}

#lt-header .logo-area img {
    max-width: 100%;
    width: auto;
    height: 40px;
}

/* footer */
.logo-area-ico ul {
    list-style: none;
}

.logo-area-ico .sns-buttons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.logo-area-ico .sns-buttons li {
    flex: 0 0 30%;
    text-align: center !important;
}

.logo-area-ico ul.sns-buttons {
    padding: 0 !important;
    margin: 3px auto !important;
}

.flbtn-lt9 {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-decoration: none;
    transition: .5s;
    background-color: #444;
    color: #fff;
}

.flbtn-lt9:hover {
    text-decoration: none;
}

.flbtn-lt9 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flbtn-lt9.fl_tw2:hover {
    background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

.flbtn-lt9.insta_btn2:hover {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.flbtn-lt9.fl_fb2:hover {
    background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
    background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}

.flbtn-lt9.fl_yu2:hover {
    background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}

.flbtn-lt9.fl_li2:hover {
    background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

#copyright {
    margin: 0 auto;
    padding: 10px;
    background: #bcc2c8;
    color: #040000;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
}

#copyright a {
    text-decoration: none;
    color: #040000;
}

#copyright a:hover {
    text-decoration: none;
    color: #040000;
}

#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #262a2b;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.6rem;
    transition: all 0.3s;
}

#page-top a:hover {
    background: #777;
}

#page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

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

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#page-top.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}

/* table design*/
.lt-t01 {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}

.lt-t01 th {
    padding: 10px;
    border-bottom: solid 4px #00b7b8;
    vertical-align: top;
    color: #00b7b8;
}

.lt-t01 td {
    padding: 10px;
    border-bottom: solid 1px #00b7b8;
    vertical-align: top;
}

.lt-t01 a {
    text-decoration: none;
    color: #000;
}

.lt-t01 a:hover {
    color: #000;
}