html {
    height: 100%;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 62.5%;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #FFEEFF;
    font-size: 1.6rem;
    color: #fff;
    min-height: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.6rem;
}

* {
    box-sizing: border-box
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
    position: relative;
    z-index: 1;
}
.pagenation {
    margin: 0 auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */


/* Caption text */

.text {
    color: #fff;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    bottom: 65px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #000000;
    font-weight: bold;
    font-size: 3rem;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgb(187, 187, 187);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    padding-top: 15px;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* Generals */

h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    font-size: 2.5rem;
    color: #ff0000;
    font-weight: 700;
}

p {
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 1.2rem;
}

img {
    width: 100%;
}


/* Utilities */

.main {
    background: linear-gradient( #FFDDFF, #ffffff);
    border-radius: 1rem;
    box-shadow: 0px 0px 9px #00000077;
    padding: 3rem auto;
}


/* Header */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(#FF97C2, #FF5192);
    box-shadow: 5px 5px 5px #00000033;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.5rem;
    z-index: 2;
}

.headerLine {
    margin-top: 20px;
    height: 50px;
    width: 100%;
    background-image: url(haru_line.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.headerImage {
    display: flex;
    width: 95%;
    box-shadow: -3px 3px 12px #00000050;
    margin: 3rem auto 0;
    border-radius: 20px;
}

.headerImageDiv {
    display: flex;
    justify-content: center;
    margin-top: 0;
}

@media (min-width:768px) {
    .headerImage {
        width: 80%;
    }
}


/* Nortification */
.notification {
    margin: 15px;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #ff0000;
}

.notificationTitle {
    margin-top: 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    text-decoration: underline #ff0000;
}

.notificationText {
    font-weight: 700;
    font-size: 1.4rem;
}

@media (min-width:768px) {
    .notificationTitle {
    font-size: 2.5rem;
  }

    .notificationText {
    font-size: 1.6rem;
  }
}

/* Week Menu */

.headerlogo {
    margin-right: 2rem;
}

@media (min-width:768px) {
    .weekbutton {
        font-size: 2.4rem;
    }
}

.weekbutton {
    color: #FFFFFF;
    font-size: 1.4rem;
    margin-right: 0.2rem;
    text-decoration: none;
    font-weight: 700;
    padding: 0.2rem 0.4rem;
}

@media (min-width:768px) {
    .weekbuttonen {
        font-size: 2rem;
    }
}

.weekbutton:hover {
    cursor: pointer;
    color: #000000;
    padding: 0.2rem 0.4rem;
}

.popupdiv,
.popupdiv2,
.popupdiv3 {
    display: flex;
    justify-content: center;
}

.popupdiv img {
    margin-left: 3rem;
    width: 70px;
    position: fixed;
    top: 30px;
}

.popupdiv2 img {
    margin-left: 9rem;
    width: 70px;
    position: fixed;
    top: 30px;
}

.popupdiv3 img {
    margin-left: 15rem;
    width: 70px;
    position: fixed;
    top: 30px;
}

.osusume {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.osusume:hover,
.osusume:active {
    width: 100%;
}


/* Table */

table {
    z-index: 1;
    box-shadow: 5px 5px 5px #00000033;
    width: 100%;
}

.week {
    background: linear-gradient(#fff, #FF82B2, #fff);
    color: #FFFFFF;
    text-align: center;
    font-size: 2rem;
    scroll-margin: 4rem 0 0 0;
    text-shadow: 2px 2px 3px #FF82B2;
    font-weight: 700;
}

.productDate {
    background: #fff;
    color: #ff0000;
    padding: 0.5rem;
    margin: 0;
    font-size: 1.2rem;
    border-bottom: solid 1px #00000033;
    width: 5rem;
}

.product {
    background: #fff;
    color: #000000;
    padding: 0.5rem;
    margin: 0;
    font-size: 1.4rem;
    text-align: left;
    border-bottom: solid 1px #00000033;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

@media (min-width:768px) {
    .productDate,
    .product {
        font-size: 1.5rem;
    }
}

.gazo {
    cursor: pointer;
    width: 50px;
    margin: 0 3rem 0 3rem;
    box-shadow: 0px 0px 6px #000000c6;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.alert {
    position: relative;
    background: linear-gradient(#ff7777, #ff0000, #ff4a4a);
    color: #fff;
    border-color: #fbff00;
    border-width: 0.5rem;
    border-style: double;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem;
    margin: 2rem auto;
}

@media (min-width:768px) {
    .alert {
        width: 70%;
    }
}

.closebtn {
    color: #d9ff00;
    font-weight: bold;
    float: right;
    line-height: 2rem;
    cursor: pointer;
    transition: 0.3s;
    font-size: 2rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.closebtn:hover {
    color: #fff;
}


/* Footer */

footer {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 800;
    margin: 2rem auto;
    padding: 2rem;
}

.bottomline {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ism-slider {
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 2;
}

.ism-slider .ism-slides {
    list-style: none;
    position: absolute;
    height: 400px;
    top: 0;
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
}

.ism-slider li.ism-slide {
    height: 100%;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.ism-slider .ism-img {
    display: block;
    border: none;
    position: absolute;
    pointer-events: none;
}

.ism-button,
.ism-pause-button {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    text-align: center;
    z-index: 6;
    cursor: pointer;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.ism-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em;
    text-shadow: none;
    line-height: 1.2em;
    width: auto;
    height: auto;
    text-align: center;
    visibility: hidden;
}