@charset "UTF-8";
/*width*/
/*height*/
/*center*/
/*color*/
/*color*/
/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
/*----------common----------*/
/*alt*/
/*hover*/
/*----------title----------*/
/*----------table----------*/
/*----------button----------*/
/*----------common----------*/
/* yosenCSS Document */
/*---------------
□□□layout□□□
---------------*/
#yosen #article:before {
  content: "";
  background-color: #f8276c;
  width: 100%;
  height: 75px;
  border-bottom: 15px solid #fd1546;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 1;
}
#yosen #content {
  padding-bottom: 20px;
  position: relative;
}
#yosen #content .chara {
  position: absolute;
  top: -110px;
  right: 20px;
  z-index: 30;
}
#yosen #content .h2_tit {
  line-height: 1px;
}
#yosen #content .notice {
  background-color: #fff;
  margin: auto 10px;
  padding: 10px;
  border: 1px solid #f8276c;
}
#yosen #content .notice p {
  padding: 5px 10px;
}
#yosen #content .closelist {
  padding: 20px;
}
#yosen #content .closelist .h3_tit {
  padding: 10px 10px 0;
}
#yosen #content .closelist .fin {
  margin: 20px auto;
  padding: 20px 20px;
  border: 1px solid #f00;
  text-align: center;
  font-size: 20px;
  color: #f00;
}
#yosen #content .closelist .list {
  padding: 10px 20px 10px;
}
#yosen #content .closelist .text {
  padding: 10px 20px;
}
#yosen #content .closelist .check {
  padding: 10px 20px;
}
#yosen #content .schedule {
  padding: 1px;
  position: relative;
}
#yosen #content .schedule table {
  width: 100%;
}
#yosen #content .schedule th {
  padding: 10px;
  background-color: #fd1546;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}
#yosen #content .schedule td {
  padding: 10px;
  border: 1px solid #666;
  text-align: center;
  vertical-align: middle;
}
#yosen #content .schedule td.honsen {
  background-color: #fd0013;
}
#yosen #content .schedule td.close {
  background-color: #ddd;
}
#yosen #content .schedule td.honsen_yotei {
  background-color: #fed4e2;
  color: #fd0013;
  font-weight: bold;
  text-align: center;
}
#yosen #content .schedule tr td:first-child {
  border-left: none;
}
#yosen #content .schedule tr td:last-child {
  border-right: none;
}
#yosen #content .schedule tr td.date {
  background-color: #fff5a4;
}
#yosen #content .schedule tr td.close {
  background-color: #ddd;
}
#yosen #content .schedule tr.line td {
  border-top: 3px solid #666;
}
#yosen #content .schedule p.wait {
  background-color: #fff;
  margin: 0 1px;
  padding: 100px 10px;
  text-align: center;
  border: 3px solid #fd1546;
}
#yosen #content .schedule p.close_thanks {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  margin: -1em 50px 0;
  width: 500px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
}
#yosen #content .thanks {
  padding: 10px;
}
#yosen #content .thanks:before {
  content: "※";
}
#yosen #content .next {
  padding: 10px;
  text-align: center;
  color: #fd1546;
  font-size: 1.6rem;
  font-weight: bold;
}

/*---------------
□□□font□□□
---------------*/
#yosen #content .notice p {
  font-weight: bold;
  line-height: 1.6em;
}
#yosen #content .closelist .h3_tit {
  font-size: 18px;
  font-weight: bold;
  color: #fd1546;
}
#yosen #content .closelist .list li {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}
#yosen #content .closelist .text {
  line-height: 1.6em;
}
#yosen #content .closelist .check {
  font-size: 16px;
  font-weight: bold;
}
#yosen #content .schedule th {
  font-weight: bold;
  line-height: 1.6em;
  color: #fff;
}
#yosen #content .schedule td {
  line-height: 1.6em;
}
#yosen #content .schedule td.honsen {
  font-weight: bold;
  color: #fff;
}
#yosen #content .schedule td.date {
  font-weight: bold;
}
#yosen #content .schedule td.close {
  color: #aaa;
}
#yosen #content .schedule .wait {
  font-weight: bold;
  color: #fd1546;
}
#yosen #content .schedule .close_thanks {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  color: #fd1546;
}
#yosen #content .thanks {
  font-size: 20px;
  color: #f00;
}

@media only screen and (max-width: 680px) {
  #yosen #content .notice p {
    font-size: 14px;
  }
  #yosen #content .closelist .h3_tit {
    font-size: 16px;
  }
  #yosen #content .schedule th {
    font-size: 14px;
  }
  #yosen #content .schedule td {
    font-size: 14px;
  }
  #yosen #content .schedule td.honsen {
    font-size: 16px;
  }
  #yosen #content .schedule .wait {
    font-size: 16px;
  }
  #yosen #content .schedule .close_thanks {
    font-size: 16px;
  }
  #yosen #content .thanks {
    font-size: 16px;
  }
}
