﻿header {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: #FC7694;
    box-shadow: 0px 0px 5px 0px hsla(0, 0%, 7%, 0.3);
}

/* ハンバーガーメニューのスタイリング */
.navbar-toggler {
    border-color: rgba(0,0,0,0);
}
.navbar-toggler:focus {
    box-shadow: none !important;
}