@import url(https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Zen+Maru+Gothic:wght@400;700&display=swap);:root{--font-Zen:"Zen Maru Gothic",sans-serif;--font-Kiwi:"Kiwi Maru",serif}body{align-items:center;background-color:#f6f6f6;display:flex;font-family:Kiwi Maru;justify-content:center;margin:0;min-height:100vh}@media (min-width:650px){.App{width:640px}}@media (max-width:650px){.App{width:90vw}}#root{background-color:#fff;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2)}.App{min-height:100vh;padding-left:20px;padding-right:20px}header{align-items:center;border-bottom:1px solid #e2e2e2;padding-bottom:20px;padding-top:20px}header,header>div{display:flex}header .head_text{font-size:25px;justify-content:center;width:50%}header .head_btn_left{justify-content:start;width:25%}header .head_btn_right{justify-content:end;width:25%}.MyButton{border:none;border-radius:5px;cursor:pointer;font-family:Zen Maru Gothic,sans-serif;font-family:var(--font-Zen);font-weight:700;padding:10px 20px;white-space:nowrap}.MyButton_default{background-color:#ececec;color:#000}.MyButton_positive{background-color:#64c964;color:#fff}.MyButton_negative{background-color:#fd565f;color:#fff}.DiaryList .menu_wrapper{display:flex;justify-content:space-between;margin-bottom:30px;margin-top:20px}.DiaryList .menu_wrapper .right_col{flex-grow:1}.DiaryList .menu_wrapper .right_col button{width:100%}.DiaryList .ControlMenu{background-color:#ececec;border:none;border-radius:5px;cursor:pointer;font-family:Zen Maru Gothic,sans-serif;font-family:var(--font-Zen);font-size:12.5px;font-weight:700;margin-right:10px;padding:10px 20px}.DiaryItem{border-bottom:1px solid #e2e2e2;display:flex;justify-content:space-between;padding-bottom:15px;padding-top:15px}.DiaryItem .emotion_img_wrapper{border-radius:5px;cursor:pointer;display:flex;height:80px;justify-content:center;min-width:120px}.DiaryItem .emotion_img_wrapper_1{background-color:#64c964}.DiaryItem .emotion_img_wrapper_2{background-color:#9dd772}.DiaryItem .emotion_img_wrapper_3{background-color:#fdce17}.DiaryItem .emotion_img_wrapper_4{background-color:#fd8446}.DiaryItem .emotion_img_wrapper_5{background-color:#fd565f}.DiaryItem .emotion_img_wrapper img{width:70%}.DiaryItem .info_wrapper{cursor:pointer;flex-grow:1;margin-left:20px}.DiaryItem .diary_date{font-size:15px;font-weight:700;margin-bottom:5px}.DiaryItem .diary_content_preview{font-size:15px}.DiaryItem .btn_wrapper{min-width:70px}.DiaryEditor section{margin-bottom:40px}.DiaryEditor h4{font-size:22px;font-weight:700}.DiaryEditor .input_date{background-color:#ececec;border:none;border-radius:5px;cursor:pointer;font-size:.9rem;padding:10px 20px}.DiaryEditor .emotion_list_wrapper{grid-gap:2%;display:grid;gap:2%;grid-template-columns:repeat(5,auto)}.DiaryEditor textarea{background-color:#ececec;border:none;border-radius:5px;box-sizing:border-box;font-size:18px;min-height:200px;padding:20px;resize:vertical;width:100%}.DiaryEditor .control_box{align-items:center;display:flex;justify-content:space-between}.EmotionItem{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding-bottom:20px;padding-top:20px}.EmotionItem img{margin-bottom:10px;width:55%}.EmotionItem span{font-size:14px;font-weight:700}.EmotionItem_off{background-color:#ececec}.EmotionItem_on_1{background-color:#64c964;color:#fff}.EmotionItem_on_2{background-color:#9dd772;color:#fff}.EmotionItem_on_3{background-color:#fdce17;color:#fff}.EmotionItem_on_4{background-color:#fd8446;color:#fff}.EmotionItem_on_5{background-color:#fd565f;color:#fff}.DiaryPage section{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:100%}.DiaryPage h4{font-size:25px;font-weight:700}.DiaryPage .diary_img_wrapper{align-items:center;background-color:#ececec;border-radius:5px;display:flex;flex-direction:column;height:220px;justify-content:space-around;width:220px}.DiaryPage .emotion_descript{font-size:20px;font-weight:700}.DiaryPage .diary_img_wrapper1{background-color:#64c964;color:#fff}.DiaryPage .diary_img_wrapper2{background-color:#9dd772;color:#fff}.DiaryPage .diary_img_wrapper3{background-color:#fdce17;color:#fff}.DiaryPage .diary_img_wrapper4{background-color:#fd8446;color:#fff}.DiaryPage .diary_img_wrapper5{background-color:#fd565f;color:#fff}.DiaryPage .diary_content_wrapper{background-color:#ececec;border-radius:5px;overflow-wrap:break-word;width:100%;word-break:keep-all}.DiaryPage .diary_content_wrapper p{font-family:Zen Maru Gothic,sans-serif;font-family:var(--font-Zen);font-size:17px;font-weight:500;line-height:.8;padding:15px;text-align:left}
/*# sourceMappingURL=main.a5a00c65.css.map*/