@charset "UTF-8";
.mtfHeader {
  margin: 0 auto;
  padding: 20px 10px;
}
.mtfWrapper {
  width: 100%;
  background: white url('../image/bg.png') center repeat;
  margin: 0 0 30px 0;
}
.mtfMain {
  max-width: 970px;
  margin: 0 auto 30px;
  padding: 0 15px;
}
.mtfSummary {
  margin: 0 0 20px 0;
}
.mtfSummary__title {
  color: #de551a;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}
.mtfBase {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.mtfBase__item {
  overflow: hidden;
  position: relative;
  width: calc(100% / 2 - 20px);
  margin: 0 0 30px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  border-radius: 5px;
}
.mtfBase__item:hover {
  opacity: 0.7;
}
.mtfBase__item.mtfBase__item--cancel:hover {
  opacity: 1;
}
.mtfBase_title {
  margin: 0;
  padding: 12px 15px 10px;
  background: gray;
  font-size: 1.1em;
  line-height: 1;
  color: white;
  font-weight: bold;
  text-align: center;
}
.mtfBase_title.is-tahara {
  background: #006288;
}
.mtfBase_title.is-atolis {
  background: #1d923a;
}
.mtfBase_title.is-smilekan {
  background: #d35a16;
}
.mtfBase_photo {
  margin: 0;
  padding: 0;
}
.mtfBase_define {
  position: relative;
  margin: 0;
  padding: 15px 20px;
  color: #333;
}
.mtfBase_define.is-tahara {
  color: #006288;
}
.mtfBase_define.is-atolis {
  color: #1d923a;
}
.mtfBase_define.is-smilekan {
  color: #d35a16;
}
.mtfBase_date, .mtfBase_place {
  font-size: 1em;
  font-weight: bold;
}
.mtfBase_next{
  font-size: 0.875em;
  font-weight: bold;
}
.mtfBase_day {
  font-size: 1.675em;
}
.mtfBase_place {
  margin: 0 0 5px 0;
}
.mtfBase_text {
  /*color: #808080;
  font-size: 0.938em;
  line-height: 150%;
  float: right;
  display: block;*/
  position: absolute;
  right: 15px;
  width: 100px;
	height: 61px;
  top: -30px;
}
/*.mtfBase_text_sp {
  display: none;
  margin: 0 auto;
}*/
.mtfBase_next {
  margin: 5px 0 0;
}
.mtfContact {
  margin: 0 0 60px 0;
  padding: 0;
  background: #fbf7c6;
  border: 1px solid #de551a;
  border-radius: 3px;
  text-align: center;
}
.mtfContact__title {
  margin: 0;
  padding: 10px 15px;
  background: #de551a;
  color: white;
  font-size: 1.1em;
  font-weight: bold;
}
.mtfContact__define {
  margin: 0;
  padding: 20px 30px;
}
.mtfContact__term {
  font-size: 1.2em;
}
.mtfContact__mark {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 15px;
  border-radius: 5px;
  background: #de551a;
  color: white;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
}
.mtfContact__tel {
  margin: 0 10px 0 0;
}
.mtfContact__number {
  font-size: 2em;
  font-weight: bold;
}
.stop {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
}
.history {
  max-width: 1200px;
  margin: -15px -15px 40px;
}
.history__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.history__item {
  width: calc(100% / 3);
  padding: 15px;
}
.recruiting {
  margin: 0 0 60px 0;
}
.recruiting__define {
  margin: 0;
  padding: 10px;
}
.recruiting__term {
  margin: 0 0 15px 0;
}
.recruiting__description {
  font-size: 1.1em;
}
/*@media screen and (max-width: 939px) {
  .mtfBase_text {
  display: none;
  }
.mtfBase_text_sp {
  display: block;
  }
}*/
@media screen and (max-width: 640px) {
  .mtfSummary__title {
    font-size: 1.25em;
  }
  .mtfBase {
    flex-direction: column;
  }
  .mtfBase__item {
    width: 100%;
  }
  .mtfContact__title {
    padding: 10px 15px;
    font-size: 1em;
    font-weight: bold;
  }
  .mtfContact__term {
    margin: 0 0 10px 0;
  }
  .mtfContact__mark {
    display: block;
  }
  .history {
    flex-direction: column;
    margin: 0;
  }
  .history__item {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
  }
}