@charset "UTF-8";
/*-----------------------*/
/*      Initialize       */
/*-----------------------*/
/*CSSリセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 100%;
  line-height: 1em;
}

@font-face {
  font-family: 'Due Date';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/DueDate-51dV.ttf") format("truetype");
}
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, code, em, img, small,
strong, sub, sup, tt, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, embed, figure, figcaption,
input, button, textarea, canvas, audio, video,
footer, header, hgroup, menu, nav, section {
  box-sizing: border-box;
}

/*-----------------------*/
/*       Variables       */
/*-----------------------*/
/*-----------------------*/
/*    Global settings    */
/*-----------------------*/
strong, h1, h2, h3, h4, h5, h6 {
  font-family: "RodinNTLGPro-B", sans-serif;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
}

p {
  font-size: 94%;
  padding: 12px 0;
  line-height: 160%;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 6px 0 10px 24px;
}

li {
  font-size: 94%;
  padding: 0;
  line-height: 160%;
}

small {
  font-size: 84%;
}

.undisp {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.01);
}

.warning {
  color: #fc5c43;
}

.base-font-size {
  font-size: 107%;
}

.dispframe, footer p, article {
  position: relative;
  max-width: 864px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.flexbox-l {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.flexbox-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexbox-r {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

/*-----------------------*/
/*       Mainframe       */
/*-----------------------*/
html, body {
  height: 100%;
}

body {
  color: #cccccc;
  font-family: "RodinNTLGPro-DB", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #1e1e1e;
}

#wrap {
  position: relative;
  height: auto;
  min-width: 320px;
  min-height: 100%;
  padding-bottom: 45px;
  /* フッターの高さ */
}

header {
  padding-top: 45px;
  padding-bottom: 15px;
  text-align: center;
}
header h1 {
  display: inline-block;
  width: 400px;
  height: 66px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media screen and (max-width: 480px) {
  header h1 {
    width: 300px;
    height: 49px;
  }
}

.logo {
  animation-duration: 5s;
  -moz-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: logo-beat;
  -moz-animation-name: logo-beat;
  -webkit-animation-name: logo-beat;
  animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

@keyframes logo-beat {
  0% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  15% {
    opacity: 0.5;
  }
  16% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  18% {
    opacity: 0.8;
  }
  19% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  39% {
    opacity: 1;
  }
  40% {
    opacity: 0.7;
  }
  41% {
    opacity: 1;
  }
  61% {
    opacity: 1;
  }
  66% {
    opacity: 0.5;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(234, 173, 101, 0.1);
  font-family: "RodinNTLGPro-DB", sans-serif;
  font-size: 80%;
  color: #cccccc;
  text-align: center;
  z-index: 100;
}
footer p {
  color: rgba(255, 224, 187, 0.6);
  text-align: center;
}
footer.active {
  position: fixed;
}

article {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

h2 {
  font-family: "RodinNTLGPro-EB", sans-serif;
  font-size: 160%;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #eaad65;
  text-align: center;
  transform: skew(-8deg, 0);
}

h4 {
  width: 100%;
  padding: 8px 0 8px 8px;
  margin-top: 15px;
  background-color: rgba(255, 175, 81, 0);
  border-top: solid 1px #eaad65;
  border-bottom: solid 1px #eaad65;
  font-family: "RodinNTLGPro-EB", sans-serif;
  font-size: 107%;
  color: #ffe0bb;
}

.description {
  text-align: center;
  font-size: 107%;
  padding-bottom: 20px;
  border-bottom: solid 1px #eaad65;
}

/*-----------------------*/
/*      form layout      */
/*-----------------------*/
.inline {
  display: inline-block;
}

.align-center {
  text-align: center;
}

.box-center {
  margin-left: auto;
  margin-right: auto;
}

.pos_rel {
  position: relative;
}

.w150 {
  width: 150px;
}

.w120 {
  width: 120px;
}

.w100 {
  width: 100px;
}

.w90 {
  width: 90px;
}

.w80 {
  width: 80px;
}

.weight-normal {
  font-weight: normal;
  font-family: "RodinNTLGPro-DB", sans-serif;
}

.txt_loader {
  display: none;
  font-family: "RodinNTLGPro-B", sans-serif;
}

.txt-green {
  color: #eaad65;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
  font-family: sans-serif !important;
  font-size: 94%;
  color: #cccccc;
  background-color: #333333;
}

textarea {
  line-height: 140%;
  resize: none;
  width: 100%;
  margin-top: 2px;
  border: solid 1px #999;
  border-radius: 6px;
  padding: 5px 10px;
}

select {
  -webkit-appearance: none;
  appearance: none;
  font-family: sans-serif !important;
  font-size: 94%;
  height: 36px;
  margin: 0;
  margin: 4px 0;
  padding: 10px !important;
  color: #cccccc;
  border: solid 1px #999;
  border-radius: 6px;
  background-color: #333333;
  line-height: 1;
}

button, input[type="submit"], input[type="password"] {
  -webkit-appearance: none;
  color: #cccccc;
}

input[type="submit"].btn_submit {
  display: inline-block;
  background-color: #ea7765;
  font-family: "RodinNTLGPro-B", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 87%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border: solid 1px #ea7765;
  padding: 10px 15px;
  border-radius: 24px;
}
input[type="submit"].btn_submit:hover {
  background-color: #fff;
  color: #ea7765;
}

label {
  font-weight: bold;
  font-family: "RodinNTLGPro-B", sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
}

.label_br {
  padding-top: 15px;
}

.btn_add_cur {
  display: inline-block;
  position: relative;
  background-color: #eaad65;
  font-family: "RodinNTLGPro-B", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 87%;
  cursor: pointer;
  letter-spacing: 0em;
  transition: background-color 0.3s, color 0.3s;
  border: solid 1px #eaad65;
  padding: 10px 15px;
  border-radius: 24px;
}
.btn_add_cur:hover {
  background-color: #fff;
  color: #eaad65;
}

.appear {
  display: inline-block;
}

.disapp {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: none;
}

.cond1, .cond2, .cond3, .cond4, .cond5 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.cond1 + label, .cond2 + label, .cond3 + label, .cond4 + label, .cond5 + label {
  display: inline-block;
  position: relative;
  background-color: #333333;
  width: 16%;
  height: auto;
  border: solid 2px rgba(255, 175, 81, 0.3);
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 1.6% 3% 1%;
  cursor: pointer;
  line-height: 160%;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 864px) {
  .cond1 + label, .cond2 + label, .cond3 + label, .cond4 + label, .cond5 + label {
    font-size: 2vw;
  }
}
@media screen and (max-width: 540px) {
  .cond1 + label, .cond2 + label, .cond3 + label, .cond4 + label, .cond5 + label {
    font-size: 0.5vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .cond1 + label, .cond2 + label, .cond3 + label, .cond4 + label, .cond5 + label {
    width: 18%;
  }
}
.cond1 + label .cond-face, .cond2 + label .cond-face, .cond3 + label .cond-face, .cond4 + label .cond-face, .cond5 + label .cond-face {
  color: #cccccc;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.cond1 + label:hover, .cond2 + label:hover, .cond3 + label:hover, .cond4 + label:hover, .cond5 + label:hover {
  background-color: rgba(255, 175, 81, 0.3);
  border: solid 2px rgba(234, 173, 101, 0.7);
}
.cond1 + label:hover .cond-face, .cond2 + label:hover .cond-face, .cond3 + label:hover .cond-face, .cond4 + label:hover .cond-face, .cond5 + label:hover .cond-face {
  opacity: 1;
}

.cond1:checked + label, .cond2:checked + label, .cond3:checked + label, .cond4:checked + label, .cond5:checked + label {
  border-radius: 50%;
  background-color: rgba(255, 175, 81, 0.3);
  border: solid 2px rgba(234, 173, 101, 0.7);
}
.cond1:checked + label .cond-face, .cond2:checked + label .cond-face, .cond3:checked + label .cond-face, .cond4:checked + label .cond-face, .cond5:checked + label .cond-face {
  opacity: 1;
}

input[type="checkbox"] {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  transform: scale(0.01);
  opacity: 0;
}

.trsp, .trsp2, .trsp3, .trsp4, .trsp5 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.trsp1 + label, .trsp2 + label, .trsp3 + label, .trsp4 + label, .trsp5 + label {
  display: block;
  position: relative;
  background-color: #333333;
  width: 18%;
  height: auto;
  border: solid 2px rgba(255, 175, 81, 0.3);
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 0 2px 8px;
  cursor: pointer;
  line-height: 160%;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .trsp1 + label, .trsp2 + label, .trsp3 + label, .trsp4 + label, .trsp5 + label {
    width: 31%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 540px) {
  .trsp1 + label, .trsp2 + label, .trsp3 + label, .trsp4 + label, .trsp5 + label {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .trsp1 + label, .trsp2 + label, .trsp3 + label, .trsp4 + label, .trsp5 + label {
    width: 44%;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 360px) {
  .trsp1 + label, .trsp2 + label, .trsp3 + label, .trsp4 + label, .trsp5 + label {
    width: 140px;
  }
}
.trsp1 + label .trsp-way, .trsp2 + label .trsp-way, .trsp3 + label .trsp-way, .trsp4 + label .trsp-way, .trsp5 + label .trsp-way {
  color: #cccccc;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.trsp1 + label:hover, .trsp2 + label:hover, .trsp3 + label:hover, .trsp4 + label:hover, .trsp5 + label:hover {
  background-color: rgba(255, 175, 81, 0.3);
  border: solid 2px rgba(234, 173, 101, 0.7);
}
.trsp1 + label:hover .trsp-way, .trsp2 + label:hover .trsp-way, .trsp3 + label:hover .trsp-way, .trsp4 + label:hover .trsp-way, .trsp5 + label:hover .trsp-way {
  opacity: 1;
}

.trsp1:checked + label, .trsp2:checked + label, .trsp3:checked + label, .trsp4:checked + label, .trsp5:checked + label {
  background-color: rgba(255, 175, 81, 0.3);
  border: solid 2px rgba(234, 173, 101, 0.7);
}
.trsp1:checked + label .trsp-way, .trsp2:checked + label .trsp-way, .trsp3:checked + label .trsp-way, .trsp4:checked + label .trsp-way, .trsp5:checked + label .trsp-way {
  opacity: 1;
}

.sc_day1, .sc_day2 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.sc_day1 + label, .sc_day2 + label {
  display: inline-block;
  position: relative;
  background-color: #333333;
  width: 20%;
  height: auto;
  border: solid 2px rgba(255, 175, 81, 0.3);
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 0 2px 8px;
  cursor: pointer;
  line-height: 160%;
  transition: background-color 0.3s, border-color 0.3s;
  z-index: 1;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sc_day1 + label, .sc_day2 + label {
    width: 31%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 540px) {
  .sc_day1 + label, .sc_day2 + label {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .sc_day1 + label, .sc_day2 + label {
    width: 44%;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 360px) {
  .sc_day1 + label, .sc_day2 + label {
    width: 140px;
  }
}
.sc_day1 + label .sc_days, .sc_day2 + label .sc_days {
  color: #cccccc;
  text-align: center;
  transition: color 0.3s;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.sc_day1 + label:hover, .sc_day2 + label:hover {
  background-color: rgba(255, 175, 81, 0.3);
  border: solid 2px rgba(234, 173, 101, 0.7);
}
.sc_day1 + label:hover .sc_days, .sc_day2 + label:hover .sc_days {
  opacity: 1;
}

.sc_day1:checked + label, .sc_day2:checked + label {
  background-color: rgba(255, 175, 81, 0.3);
  border: solid 2px rgba(234, 173, 101, 0.7);
}
.sc_day1:checked + label .sc_days, .sc_day2:checked + label .sc_days {
  opacity: 1;
}

form {
  padding-top: 10px;
  padding-bottom: 10px;
}
form p {
  font-size: 105%;
}

input {
  padding: 5px 10px;
  border: solid 1px #999;
  border-radius: 6px;
}

.required {
  color: #fc5c43;
  font-size: 80%;
  font-weight: bold;
  font-family: "RodinNTLGPro-B", sans-serif;
}

.form_line {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.bb_dot {
  border-bottom: dotted 1px #975;
}

.time_set {
  text-align: center;
}
.time_set p {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.column_l {
  height: 200px;
}

.column_s {
  height: 100px;
}

.btn_area {
  display: block;
  text-align: center;
  padding: 20px 0 10px 0;
  letter-spacing: 1em;
}

.conf_str {
  font-size: 94%;
  line-height: 140%;
}

button.print {
  -webkit-appearance: none !important;
  display: inline-block;
  background-color: #ea7765;
  font-family: "RodinNTLGPro-B", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 87%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border: solid 1px #ea7765;
  padding: 10px 15px;
  border-radius: 24px;
}
button.print:hover {
  background-color: #fff;
  color: #ea7765;
}

/*---- rendaring ----*/
.name, .transportation, .curriculum, .importants, .reports, .sc-days-status {
  font-family: "CookHandStd-R", sans-serif;
}

.date {
  font-family: "Due Date", "TsukuAOldMinPr6N-B", serif;
}

.staytime {
  font-family: stamp-font;
}
