/* 追加 */

header {
    padding: 10px;
    background: skyblue;
}

.head {
    display: flex;
    justify-content: space-between;
}

#nav-drawer {
    text-align: right;
}

.float_left {
    text-align: right;
    height: auto;
    display: inline-flex;
    margin-left: 10px;
}

.float_right {
    float: right;
    text-align: right;
    height: auto;
    display: inline-flex;
    margin-right: 20px;
}

.float_center {
    display: inline-flex;
}

.hint--bottom {
    font-size: 33px;
    cursor: pointer;
}

.keyword_btn {
    margin-right: 5px;
    margin-bottom: 5px;
}

.keyword_btn_group {
    margin-left: 5px;
}

/*チェックボックス等は非表示に*/

.nav-unshown {
    display: none;
}


/*アイコンのスペース*/

#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}


/*ハンバーガーアイコン*/

#nav-open span,
#nav-open span:before,
#nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}


/*閉じる用の薄黒カバー*/

#nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}


/*中身*/

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    /*最前面に*/
    width: 10%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #fff;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(105%);
    /*左に隠しておく*/
}


/*チェックが入ったらもろもろ表示*/

#nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
}

#nav-input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}


/* スイッチ */

.circle_fl {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFF;
    width: 75px;
    height: 75px;
    line-height: 30px;
    padding: 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    box-shadow: inset 0 2px 0px rgba(255, 255, 255, 0.25), inset 0 -2px 0px rgba(0, 0, 0, 0.18);
    transition: .2s;
}

.circle_fl .fa {
    line-height: 30px;
}

.circle_fl:hover {
    box-shadow: none;
}

.circle_fl.ftw {
    background: #1da1f3;
    border: solid 15px #1da1f3;
}

.circle_fl.ffb {
    background: #3b75d4;
    border: solid 15px #3b75d4;
}

.circle_fl.fpkt {
    background: #ef4d4d;
    border: solid 15px #ef4d4d;
}

.circle_fl.ffdly {
    background: #7ece46;
    border: solid 15px #7ece46;
}

.circle_fl.fyo {
    background: gray;
    border: solid 15px gray;
}


/* google drive */

.circle_fl.fin {
    background: orange;
    border: solid 15px orange;
}


/* trello */

.circle_fl.fma {
    background: #1da1f3;
    border: solid 15px #1da1f3;
}

.container {
    text-align: center;
    height: 100%;
}

.name {
    font-family: 'Amatic SC', cursive;
    font-size: 1.5em;
    /* font-family: 'Corben', cursive; */
}


/* 検索フォーム */

form {
    text-align: right;
    bottom: 0;
}

#kensaku:hover {
    background-color: #e6ecf0;
    background-image: linear-gradient(#fff, #e6ecf0);
    border-color: #e6ecf0;
}


/* FABボタン */

.fab2 {
    float: right;
}


#fab:hover,
#fab1:hover {
    /*ホバー時*/
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

#fab i {
    /*中央のアイコン*/
    color: white;
    line-height: 56px;
    /*＝幅と高さ*/
    vertical-align: middle;
    font-size: 30px;
    /*サイズ*/
    cursor: pointer;
}

#fab3:hover i,
#fab4:hover i,
#fab8:hover i,
#fab9:hover i,
#fab7:hover i,
#fab:hover i {
    /*ホバーでアイコン回転*/
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
#fab,
#fab1,
#fab3,
#fab4,
#fab5,
#fab6,
#fab7,
#fab8,
#fab9,
#fab10,
#fab11,
#fab12,
#fab13,
#fab14,
#fab_trash,
#fab15 {
    /*中央のアイコン*/
    color: white;
    line-height: 48px;
    /*＝幅と高さ*/
    /* vertical-align: middle; */
    font-size: 28px;
    /*サイズ*/
    cursor: pointer;

    /*円の部分*/
    display: block;
    width: 48px;
    /*幅*/
    height: 48px;
    /*高さ*/
    background: #03a9f4;
    /*背景色*/
    text-align: center;
    /*中央寄せ*/
    border-radius: 50%;
    /*角丸く*/
    transition: .3s;
    /*滑らかな動きに*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
}


#fab1:hover i {
    /*ホバーでアイコン回転*/
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#fab2 {
    vertical-align: middle;
    font-size: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.addBG {
    border-color: #343a40 !important;
    border-width: 3px;
}

.invalid {
    background: #545b62 !important;
}

/* 閲覧者モードでイベント検索ボタンが右側に移動した時のスタイル */
.icons.float_right .moved-to-right {
    display: inline !important;
}

.icons.float_right p[id="fab2"].moved-to-right {
    display: inline !important;
    margin: 0 5px;
    color: #666;
}