.nav-link {
    font-size: smaller;
}

.jarallax {
    height: 100vh;
}

#about {
    height: 100vh;
    background: url("../img/bg_about.JPG") no-repeat;
    background-size: cover;
    color: #401f14 !important;
}

#pricelist {
    background: url("../img/bg_price-list.JPG") no-repeat;
    background-size: cover;
    color: #401f14 !important;
    background-position: bottom;
}

#pricelist table {
    color: #fff !important;
}

#shopinfo {
    /*height: 100vh;*/
    background: url("../img/bg_shopinfo.JPG") no-repeat;
    background-size: cover;
    color: #401f14 !important;
}

#styles {
    background: linear-gradient(-45deg, #b5eee1, #e78d98, #515dd5, #d5ce55);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    position: relative;
    z-index: 2;
    color: #401f14;
    padding: 15px;
}

#news {
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    position: relative;
    z-index: 2;
    color: #401f14;
    padding: 15px;
    height: 100vh;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#gallery {
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

#notfound {
    background: url("../img/bg_404.JPG") no-repeat;
    background-size: cover;
    color: #fff !important;
    height: 100vh;
}

h1.b:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 40px auto;
    background: #401f14;
}

h1.w:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 40px auto;
    background: #fff;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.copy {
    position: absolute;
    bottom: 0;
    right: 45%;
}

.underline a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.underline a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #401f14;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.underline a:hover::after {
    transform: scale(1, 1);
}

.fat-nav ul,
li {
    font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fluffy {
    animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
    0% {
        transform: translateY(0);
    }

    5% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-15px);
    }

    25% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}


/* line 248, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.custom-animation {
    backface-visibility: hidden;
    animation: jumping 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 0.9s ease 5s;
    user-select: none;
}


/* line 256, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.custom-animation2 {
    backface-visibility: hidden;
    animation: jumping2 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 1s ease 3s;
    user-select: none;
}


/* line 264, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.custom-animation3 {
    backface-visibility: hidden;
    animation: jumping3 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 7s ease 2s;
    user-select: none;
}


/* line 272, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.custom-animation4 {
    backface-visibility: hidden;
    animation: jumping4 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}


/* line 280, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.custom-animation10 {
    backface-visibility: hidden;
    animation: jumping10 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}


/* line 288, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.custom-animation11 {
    backface-visibility: hidden;
    animation: jumping11 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.8;
    }

    25% {
        transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
        opacity: 0.9;
    }

    50% {
        transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
        opacity: 0.8;
    }

    75% {
        transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
        opacity: 0.6;
    }

    85% {
        transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
        opacity: 0.7;
    }

    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
        opacity: 0.85;
    }
}

@keyframes jumping2 {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.5;
    }

    25% {
        transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
        opacity: 0.8;
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
        opacity: 0.8;
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
        opacity: 0.7;
    }

    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
        opacity: 0.9;
    }
}

@keyframes jumping3 {
    0% {
        transform: translateY(10px) translateX(0) rotate(0) scale(1);
        opacity: 0.9;
    }

    20% {
        transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
        opacity: 0.8;
    }

    40% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
        opacity: 0.8;
    }

    40% {
        transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
        opacity: 1;
    }

    80% {
        transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
        opacity: 0.6;
    }

    100% {
        transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
        opacity: 0.7;
    }
}

@keyframes jumping4 {
    0% {
        transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
        opacity: 0.7;
    }

    25% {
        transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
        opacity: 0.8;
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
        opacity: 0.9;
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
        opacity: 0.7;
    }

    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
        opacity: 0.9;
    }
}

@keyframes jumping10 {
    0% {
        transform: rotate(180deg);
        display: block;
    }

    100% {
        transform: rotate(30deg);
        display: block;
    }
}

@keyframes jumping11 {
    0% {
        transform: rotate(180deg) translate(-20px, 20px);
        display: block;
    }

    100% {
        transform: rotate(30deg) translate(0px, 0px);
        display: block;
    }
}


/* line 420, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.hero-app-1 {
    position: absolute;
    left: 4%;
    top: 10%;
}


/* line 438, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.hero-app-2 {
    position: absolute;
    left: 5%;
    bottom: 35%;
}


/* line 456, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.hero-app-3 {
    position: absolute;
    top: 20%;
    left: 25%;
}


/* line 474, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.hero-app-4 {
    position: absolute;
    bottom: 20%;
    left: 50%;
}


/* line 480, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.hero-app-5 {
    position: absolute;
    bottom: 40%;
    left: 50%;
}


/* line 486, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.hero-app-6 {
    position: absolute;
    right: 5%;
    top: 40%;
}


/* line 492, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.hero-app-7 {
    position: absolute;
    top: 13%;
    left: 51%;
}


/* line 511, E:/167 Bizcon Business/Bizcon_html/sass/_common.scss */

.hero-app-8 {
    position: absolute;
    left: 68%;
    top: 60%;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 5px;
}

.plant {
    max-width: 45%;
}


/* price_list */

.table td,
.table th {
    padding: 0.25rem;
}

.price_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

@media(min-width:768px) {
    .price_list {
        flex-wrap: nowrap;
    }
}

.price_item {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    width: 45%;
}

.nowrap {
    white-space: nowrap;
}

.none {
    display: none;
}

@media(min-width:768px) {
    .none {
        display: block;
    }
}