/* CSS Document */
html, body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #3c4043;
    font-size: .875rem;
    line-height: 1.25rem;
    background-color: #ffffff;
}
a {
    color: #1a73e8;
    text-decoration: none;
    cursor: pointer;
}
.table th, .table td {
	vertical-align: middle;
}

th.wauto,
td.wauto {
    white-space: nowrap;
    width: 1px;
}

#main {
    height: calc(100vh - 68px - 50px);
    /* height: calc(100vh - 68px); */
    overflow-y: scroll;
}

header {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
}
#navbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px 20px;
    min-width: 0;
}
#navbarLeft {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    height: 48px;
    padding-right: 14px;
}
#navbarLeft .icon {
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .05);
    min-width: 48px;
    min-height: 48px;
    margin: 0 4px 0 0;
    overflow: hidden;
}
#navbarLeft .icon svg {
    display: block;
    height: 32px;
    width: 32px;
    padding: 8px;
    box-sizing: unset;
}
#navbarLeft .title {
    display: inline-block;
    margin: 0 0 0 10px;
    min-height: 48px;
    text-align: left;
}
#navbarLeft .title h1 {
    display: inline;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
}
#navbarRight {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    height: 48px;
    vertical-align: middle;
}
#navbarRight .icon {
    display: inline-block;
    padding: 8px;
    padding-right: 0px;
    min-height: 48px;
    vertical-align: middle;
}
#navbarRight .icon img {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 15%);
    margin-top: 8px;
}
#menuLeft {
    position: fixed;
    box-shadow: 0 2px 3px 0 rgb(60 64 67 / 30%), 0 6px 10px 4px rgb(60 64 67 / 15%);
    width: 90vw;
    height: 100vh;
    top: 0;
    left: -90vw;
    transition: left 0.3s ease-in;
    background-color: #FFF;
    overflow-y: auto;
    z-index: 1002;
}
#menuLeft.active {
    left: 0;
}
#menuLeftHeader {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 5px 10px 5px 20px;
    min-width: 0;
}
#menuLeftHeader h3 {
    display: flex;
    flex: 1 1 auto;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
}
#menuLeftHeader .icon {
    display: flex;
    flex: 0 1 auto;
    width: 48px;
    height: 48px;
}
#menuLeftHeader .icon svg {
    width: 48px;
    height: 48px;
}
#menuLeftMain {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 58px);
}
#menuLeftMain ul {
    display: block;
    width: 100%;
}
#menuLeftMain a {
    display: block;
}
#menuLeftMain li {
    display: block;
    width: calc(100% - 10vw);
    list-style: none;
    font-size: 1rem;
    padding: 19px 0 19px 10vw;
}
#menuLeftBody {
    display: flex;
    flex: 1 1 auto;
}
#menuLeftFooter {
    display: flex;
    flex: 0 1 auto;
    padding: 12px 0;
    border-top: .0625rem solid #dadce0;
}
#menuRight {
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    display: none;
    outline: none;
    overflow: hidden;
    position: absolute;
    width: 354px;
    right: 8px;
    top: 62px;
    border-radius: 8px;
    max-height: calc(100vh - 62px - 100px);
    z-index: 1002;
}
#menuRight.active {
    display: block;
}
#menuRightBlock {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 354px;
}
#menuRightBlock a {
    color: #000;
}
#menuRightHeader {
    display: flex;
    flex-direction: column;
    padding: 30px 0 24px;
}
#menuRightHeader .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
#menuRightHeader .name {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 20px;
}
#menuRightHeader .email {
    color: #5f6368;
    margin-top: 5px;
}
#menuRightHeader .edit {
    margin-top: 20px;
}

#menuRightHeader .edit a {
    display: inline-block;
    font-size: 1rem;
    background-color: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 100px;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
}

#menuRightHeader .icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
#menuRightMain {
    display: flex;
    flex-direction: column;
}
#menuRightMain ul {
    width: 100%;
}
#menuRightMain li {
    line-height: 30px;
    padding: 12px 0;
    border-top: .0625rem solid #dadce0;
}
#menuRightBody {
    display: flex;
}
#menuRightBody ul{
    list-style: none;
}
#menuRightBody .logout {
    display: inline-block;
    font-size: 1rem;
    background-color: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 4px;
    padding: 5px 24px;
    margin: 4px 0;
    text-align: center;
    text-decoration: none;
}
#menuRightFooter {
    display: flex;
}
#menuRightFooter ul{
    list-style: none;
}
#bgBtn {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
#bgBtn.activeLeft {
    width: 100%;
    height: 100vh;
    z-index: 1001;
}
#bgBtn.activeRight {
    width: 100%;
    height: 100vh;
    /* background-color: rgba(0, 0, 0, .3); */
    z-index: 1001;
}
footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    
}
/*
#footerBtn {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
#footerBtn .btn {
    flex: 1;
    width: 25vw;
    height: 50px;
    text-align: center;
}

#footerBtn .btn svg {
    width: 24px;
    height: 24px;
    margin-top: 13px;
}

#footerBtn .btn a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
*/

#footerBtn {
    height: 50px;
    line-height: 50px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

#footerBtn .btn {

}

#dreamList .card-open-btn:focus {
    box-shadow: none !important;
}

#dreamList .card-header {
    padding: .5rem 1rem .3rem 1rem;
}

#dreamList .number-icon {
    display: inline-block;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0);
    font-weight: bold;
    padding: .25rem .55rem;
    font-size: .875rem;
    border-radius: .2rem;
    text-align: center;
    text-decoration: none;
    user-select: none;
}

#dreamHome {
    display: block;
    height: 100%;
    width: 100vw;
}

#dreamHome .item {
    position: relative;
    box-shadow: 0 2px 3px 0 rgb(60 64 67 / 30%), 0 6px 10px 4px rgb(60 64 67 / 15%);
    width: 94vw;
    min-height: 200px;
    margin: 3vw;
    border-radius: 8px;
    background-color: #FFF;
}

#dreamHome .non-item {
    background-color: rgba(60, 64, 67, 0.05);
}

#dreamHome .item .header {
    padding: 8px;
}

#dreamHome .item .number {
    display: inline-block;
    background-color: #FFF;
    border: 1px rgba(60, 64, 67, 0.3) solid;
    border-radius: 8px;
    padding: 0 14px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 3rem;
    margin-right: 10px;
}

#dreamHome .item .star {
    display: inline-block;
    color: #666;
    margin-right: 10px;
}

#dreamHome .item .edit {
    display: block;
    position: absolute;
    right: 20px;
    top: 12px;
}

#dreamHome .item .edit svg {
    width: 34px;
    height: 34px;
}

#dreamHome .body {
    padding: 8px;
}

#dreamHome .body .name {
    font-weight: bold;
    font-size: 1.2rem;
    padding: 8px;
}

#dreamHome .body .memo {
    font-size: .9rem;
    padding: 8px;
    margin-top: 10px;
}

#dreamHome .body .add {
    text-align: center;
}

#dreamHome .body .add a {
    opacity: 0.7;
}

#dreamHome .item .add .add-icon svg {
    width: 130px;
    height: 130px;
}

#dreamHome .item .add .add-text {
    font-size: 35px;
    margin-top: 15px;
}

@media only screen and (max-width: 361px) {
    header #menuRight {
        width: calc(100vw - 12px * 2);
    }
}
/*

@media only screen and (max-width:900px) {

// 900pxまではここが表示
    
    header h1 {
        color: orange;
    }
    
}

@media only screen and (max-width:600px) {

    header h1 {
        color: blue;
    }
    
    
}

*/