@charset "UTF-8";
.dormitory {
  padding-bottom: 4em;
}

@media screen and (min-width: 1000px) {
  .dormitory {
    padding-bottom: 7em;
  }
}

.dormitory .dormitory-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .dormitory .dormitory-img {
    margin-bottom: .5em;
  }
}

.dormitory .dormitory-table {
  margin: 1em 0;
}

@media screen and (min-width: 768px) {
  .dormitory .dormitory-table {
    width: 100%;
  }
}

.dormitory .dormitory-table thead th {
  background-color: #C08D4E;
  border: 1px solid #C08D4E;
  color: #fff;
  font-weight: normal;
  font-size: 1.3em;
}

.dormitory .dormitory-table tbody th,
.dormitory .dormitory-table tbody td {
  border: 1px solid #707070;
}

@media screen and (min-width: 1000px) {
  .dormitory .dormitory-table tbody th,
  .dormitory .dormitory-table tbody td {
    text-align: center;
  }
}

.dormitory .dormitory-table tbody th {
  background-color: #FFEAB9;
  color: #C08D4E;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .dormitory .images {
    width: 100%;
    padding-top: 1em;
  }
}

.dormitory .images img {
  margin-bottom: 1em;
  width: 32%;
}

.dormitory .images img:not(:nth-of-type(1)) {
  margin-left: 1%;
}

.miyagi {
  padding-bottom: 4em;
}

.sendai {
  padding-bottom: 4em;
}

@media screen and (min-width: 1000px) {
  .sendai {
    padding-bottom: 7em;
  }
}

.sendai .text {
  padding-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .sendai .images {
    width: 100%;
    padding-top: 1em;
  }
}

.sendai .images img {
  margin-bottom: 1em;
  width: 32%;
}

.sendai .images img:not(:nth-of-type(1)) {
  margin-left: 1%;
}

.schedule .calendar {
  padding-top: 2em;
}

.schedule .calendar .month-box {
  margin-bottom: 1em;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box {
    margin-bottom: 3.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 1.2em;
  }
}

.schedule .calendar .month-box .number {
  color: #fff;
  font-size: 1.5em;
  padding: .2em 1em;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box .number {
    width: 5em;
    position: relative;
    padding-top: 2.3em;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box .number:before {
    content: "";
    display: block;
    border-top: 2em solid #fff;
    border-right: 2.4em solid transparent;
    border-left: 2.5em solid transparent;
    border-bottom: 2.5em solid transparent;
    position: absolute;
    top: -.1em;
    left: 0;
  }
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box .number:after {
    content: "";
    display: block;
    border-right: 2.4em solid transparent;
    border-left: 2.4em solid transparent;
    border-bottom: 2.5em solid transparent;
    position: absolute;
    bottom: -4.5em;
    left: 0;
  }
}

.schedule .calendar .month-box .events {
  padding: 1em;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box .events {
    width: calc(100% - 5em);
    border-radius: 0 1rem 1rem 0;
  }
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box .events .event-list {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.schedule .calendar .month-box .events .event-list li:before {
  content: "・";
}

.schedule .calendar .month-box .events .message-sp {
  background-color: #f0f0f0;
  padding: .5em;
  margin-top: .5em;
}

@media screen and (min-width: 768px) {
  .schedule .calendar .month-box .events .message-sp {
    display: none;
  }
}

.schedule .calendar .month-box .events .message-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .schedule .calendar .month-box .events .message-pc {
    display: block;
    position: absolute;
    z-index: 10;
  }
}

.schedule .calendar .month-box .events:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  right: -1em;
  width: 5em;
  height: 5em;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .schedule .calendar .month-box .events:after {
    width: 16em;
    height: 6em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: .5em;
  }
}

.schedule .calendar .month-box:nth-of-type(1) .number {
  background-color: #ffc000;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(1) .number:after {
    border-top: 2em solid #ffc000;
  }
}

.schedule .calendar .month-box:nth-of-type(1) .events {
  border: 2px solid #ffc000;
}

.schedule .calendar .month-box:nth-of-type(1) .events:after {
  background-image: url(../img/school_schedule_icon04.png);
}

.schedule .calendar .month-box:nth-of-type(2) .number {
  background-color: #b2f514;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(2) .number:after {
    border-top: 2em solid #b2f514;
  }
}

.schedule .calendar .month-box:nth-of-type(2) .events {
  border: 2px solid #b2f514;
}

.schedule .calendar .month-box:nth-of-type(2) .events:after {
  background-image: url(../img/school_schedule_icon05.png);
}

.schedule .calendar .month-box:nth-of-type(3) .number {
  background-color: #46ec27;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(3) .number:after {
    border-top: 2em solid #46ec27;
  }
}

.schedule .calendar .month-box:nth-of-type(3) .events {
  border: 2px solid #46ec27;
}

.schedule .calendar .month-box:nth-of-type(3) .events:after {
  background-image: url(../img/school_schedule_icon06.png);
}

.schedule .calendar .month-box:nth-of-type(3) .message-pc {
  top: -5em;
  right: 3em;
  width: 20em;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(3) .message-pc {
    top: -7em;
    right: 10em;
  }
}

.schedule .calendar .month-box:nth-of-type(4) .number {
  background-color: #39e37b;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(4) .number:after {
    border-top: 2em solid #39e37b;
  }
}

.schedule .calendar .month-box:nth-of-type(4) .events {
  border: 2px solid #39e37b;
}

.schedule .calendar .month-box:nth-of-type(4) .events:after {
  background-image: url(../img/school_schedule_icon07.png);
}

.schedule .calendar .month-box:nth-of-type(5) .number {
  background-color: #4adcd2;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(5) .number:after {
    border-top: 2em solid #4adcd2;
  }
}

.schedule .calendar .month-box:nth-of-type(5) .events {
  border: 2px solid #4adcd2;
}

.schedule .calendar .month-box:nth-of-type(5) .events:after {
  background-image: url(../img/school_schedule_icon08.png);
}

.schedule .calendar .month-box:nth-of-type(5) .message-pc {
  top: -4em;
  right: 3em;
  width: 20em;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(5) .message-pc {
    top: -2em;
    right: 8em;
  }
}

.schedule .calendar .month-box:nth-of-type(6) .number {
  background-color: #5b9bd5;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(6) .number:after {
    border-top: 2em solid #5b9bd5;
  }
}

.schedule .calendar .month-box:nth-of-type(6) .events {
  border: 2px solid #5b9bd5;
}

.schedule .calendar .month-box:nth-of-type(6) .events:after {
  background-image: url(../img/school_schedule_icon09.png);
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(7) {
    z-index: 10;
    position: relative;
  }
}

.schedule .calendar .month-box:nth-of-type(7) .number {
  background-color: #bebebe;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(7) .number:after {
    border-top: 2em solid #bebebe;
  }
}

.schedule .calendar .month-box:nth-of-type(7) .events {
  border: 2px solid #bebebe;
}

.schedule .calendar .month-box:nth-of-type(7) .events:after {
  background-image: url(../img/school_schedule_icon10.png);
}

.schedule .calendar .month-box:nth-of-type(8) .number {
  background-color: #ae8b45;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(8) .number:after {
    border-top: 2em solid #ae8b45;
  }
}

.schedule .calendar .month-box:nth-of-type(8) .events {
  border: 2px solid #ae8b45;
}

.schedule .calendar .month-box:nth-of-type(8) .events:after {
  background-image: url(../img/school_schedule_icon11.png);
}

.schedule .calendar .month-box:nth-of-type(9) .number {
  background-color: #ab6e00;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(9) .number:after {
    border-top: 2em solid #ab6e00;
  }
}

.schedule .calendar .month-box:nth-of-type(9) .events {
  border: 2px solid #ab6e00;
}

.schedule .calendar .month-box:nth-of-type(9) .events:after {
  background-image: url(../img/school_schedule_icon12.png);
}

.schedule .calendar .month-box:nth-of-type(10) .number {
  background-color: #ae5800;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(10) .number:after {
    border-top: 2em solid #ae5800;
  }
}

.schedule .calendar .month-box:nth-of-type(10) .events {
  border: 2px solid #ae5800;
}

.schedule .calendar .month-box:nth-of-type(10) .events:after {
  background-image: url(../img/school_schedule_icon01.png);
}

.schedule .calendar .month-box:nth-of-type(11) .number {
  background-color: #b14500;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(11) .number:after {
    border-top: 2em solid #b14500;
  }
}

.schedule .calendar .month-box:nth-of-type(11) .events {
  border: 2px solid #b14500;
}

.schedule .calendar .month-box:nth-of-type(11) .events:after {
  background-image: url(../img/school_schedule_icon02.png);
}

.schedule .calendar .month-box:nth-of-type(11) .message-pc {
  top: -30em;
  right: 3em;
  width: 20em;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(11) .message-pc {
    top: -35em;
    right: 8em;
  }
}

.schedule .calendar .month-box:nth-of-type(12) .number {
  background-color: #b43500;
}

@media screen and (min-width: 1000px) {
  .schedule .calendar .month-box:nth-of-type(12) .number:after {
    border-top: 2em solid #b43500;
  }
}

.schedule .calendar .month-box:nth-of-type(12) .events {
  border: 2px solid #b43500;
}

.schedule .calendar .month-box:nth-of-type(12) .events:after {
  background-image: url(../img/school_schedule_icon03.png);
}
/*# sourceMappingURL=school.css.map */