html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, xmp {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

input, select, textarea, button {
  outline: none;
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.parentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1%;
}
.parentArea .areaA {
  width: calc(100% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parentArea .areaB {
  width: calc(100% - 35px);
  height: 90vh;
  background: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 480px) {
  .parentArea .areaB {
    width: calc(100% - 35px);
    position: fixed;
    top: 40px;
    right: 0;
    z-index: 10;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 50vh;
    width: calc(100vw - 40px);
  }
  .parentArea .areaB.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.parentArea .areaB .login {
  padding: 3px;
  width: 100%;
}
.parentArea .areaB .login h1 {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
}
.parentArea .areaB .login form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding-left: 10px;
  width: 17vw;
  height: 40px;
}
.parentArea .areaB .login form div input {
  width: 80%;
  height: 80%;
  padding-left: 5px;
  font-size: 14px;
  border: 1px solid #9e6ff5;
  border-radius: 4px;
}
.parentArea .areaB .login form div input.cls_btn {
  margin-left: 50px;
}
.parentArea .areaB .update {
  padding: 3px;
  width: 100%;
}
.parentArea .areaB .update h1 {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
}
.parentArea .areaB .update h2 {
  margin-left: 10px;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}
.parentArea .areaB .update div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  width: 98%;
}
.parentArea .areaB .update div textarea {
  width: 80%;
  height: 50vh;
  margin-left: 10px;
  font-size: 14px;
  border: 1px solid #9e6ff5;
  border-radius: 4px;
}
.parentArea .areaB .update .cls_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 40px;
  margin-left: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  border-radius: 5%;
  background-color: #97f0f0;
  cursor: pointer;
}

@media (width < 480px) {
  .main-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .main-mask.active {
    opacity: 0.7;
    visibility: visible;
  }
}
@media (width < 480px) {
  .main-btn {
    display: block;
    height: 40px;
    width: 40px;
    background-color: pink;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .main-btn.active {
    -webkit-transform: translate(calc(40px - 100vw), 40px);
            transform: translate(calc(40px - 100vw), 40px);
  }
  .main-btn.active div:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(-50%, 0);
            transform: rotate(45deg) translate(-50%, 0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .main-btn.active div:nth-of-type(2) {
    opacity: 0;
  }
  .main-btn.active div:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(-50%, 0);
            transform: rotate(-45deg) translate(-50%, 0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .main-btn div {
    height: 1px;
    width: 25px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: 0.3s;
            transform: 0.3s;
  }
  .main-btn div:nth-of-type(1) {
    -webkit-transform: translate(-50%, -8px);
            transform: translate(-50%, -8px);
  }
  .main-btn div:nth-of-type(3) {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

.messages {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  padding-left: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  -tw-bg-opacity: 1;
  background-color: rgb(37, 99, 235);
}

.cal01 {
  width: calc(100% - 35px);
}
.cal01 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #bbb;
}
.cal01 .row .front {
  width: 14.2857142857%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #006000;
}
.cal01 .row .s1 {
  width: 7%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #006000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cal01 .row .nentuki {
  width: 57.428%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #006000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cal01 .row .s2 {
  width: 7%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #006000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cal01 .row .next {
  width: 14.2857142857%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #006000;
}
.cal01 .row .week {
  width: 14.2857142857%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #d9e0ee;
}
.cal01 .row .week:not(:last-child) {
  border-right: 1px solid cornflowerblue;
}
.cal01 .main {
  border: 1px solid #629da0;
}
.cal01 .main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal01 .main .row .cell {
  width: 14.2857142857%;
  margin: 1px 1px 1px 0;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.cal01 .main .row .cell:first-child {
  margin-left: 1px;
}
.cal01 .main .row .cell .h {
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid cornflowerblue;
  background-color: #d9e0ee;
}
.cal01 .main .row .cell .h.cal--syuku {
  background: #e993c6;
}
.cal01 .main .row .cell .p {
  text-align: center;
  height: 40px;
  border: 1px solid cornflowerblue;
}

.cal--cursor {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cal--op {
  opacity: 0.5;
}

.cal--sun {
  color: #d30000;
}

.cal--sat {
  color: #0040d0;
}

.cal01 .main .row .cell .h.cal--sel2 {
  background: #ffcc33;
}

.iro {
  background-color: #a3bef0;
}/*# sourceMappingURL=style.css.map */