@charset "UTF-8";
/*======================================================================
 * エアトラック レイアウト
======================================================================*/
.aritrack-hero {
  margin-top: 26px;
}
.aritrack-hero img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aritrack-hero {
    margin-top: -3px;
  }
}

.lead-block {
  padding-top: 34px;
  line-height: 1.6875;
}
.lead-block .image {
  margin-top: 34px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead-block .image {
    margin-top: 15px;
  }
}

.section-container {
  margin-top: 35px;
}
.section-container:last-child .link-button-group {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-container:last-child .link-button-group {
    margin-bottom: 0;
  }
}
.section-container h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section-container h2 {
    margin-bottom: 18px;
  }
}
.section-container .link-button-group {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .section-container .link-button-group {
    margin-bottom: 30px;
  }
}
.section-container .image {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section-container .image.-prohibition {
    margin: 20px 0 22px;
  }
  .section-container .image.-prohibition img {
    width: 547px;
  }
  .section-container .image.-map {
    margin: 28px 0 25px;
  }
  .section-container .image.-map img {
    width: 543px;
  }
  .section-container .image.-emergency {
    margin: 16px 0 28px;
  }
  .section-container .image.-emergency img {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .section-container .image img {
    width: 100%;
  }
  .section-container .image.-prohibition {
    margin: 18px 0 26px;
  }
  .section-container .image.-map {
    margin: 14px 0 24px;
  }
  .section-container .image.-emergency {
    margin: 24px 0 30px;
  }
}
.section-container p.prohibition {
  padding: 11px 20px;
  font-size: 1.4rem;
  line-height: 1.29;
  text-align: center;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .section-container p.prohibition {
    padding: 14px 20px;
    text-align: left;
  }
}
.section-container ul {
  padding: 0;
  list-style: none;
}
.section-container ul:not([class]) li {
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6875;
}
.section-container ul:not([class]) li::before {
  content: "・";
}
.section-container ol {
  padding: 0;
  list-style: none;
  display: table;
  margin: 0 0 40px;
}
.section-container ol li {
  display: table-row;
  counter-increment: number;
  line-height: 1.6875;
}
.section-container ol li::before {
  content: counter(number) ".";
  display: table-cell;
  padding-right: 5px;
}

.time-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.time-list li {
  padding: 13px 20px;
  border-bottom: 1px solid #F4F4F4;
}
.time-list li.bg-gray {
  background: #F4F4F4;
}
.time-list li .blue {
  color: #49A2D2;
}
.time-list li .red {
  color: #DF5858;
}

.calendar-information .calendar-list {
  padding: 0;
  list-style: none;
}
.calendar-information li {
  display: block;
  position: relative;
  padding-left: 26px;
  font-weight: bold;
  line-height: 1.1;
}
.calendar-information li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.calendar-information li.disabled::before {
  background: #CBCBCB;
}
.calendar-information li.selected::before {
  background: #14AECC;
}
.calendar-information li.today::before {
  background: #4E4E4E;
}
@media screen and (max-width: 768px) {
  .calendar-information li {
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 6px;
  }
}

.calendar {
  margin: 26px 0 40px;
}
@media screen and (max-width: 768px) {
  .calendar {
    margin: 12px 0 30px;
  }
}

.calendar-header {
  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;
  position: relative;
  height: 40px;
  margin-bottom: 15px;
  text-align: center;
}
.calendar-header .year-month {
  font-size: 2.2rem;
  font-weight: bold;
}
.calendar-header .switch-button {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 12px;
  height: 100%;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.calendar-header .switch-button:hover {
  opacity: 0.6;
}
.calendar-header .switch-button a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.calendar-header .switch-button a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border: 1px solid #14AECC;
  border-width: 1px 1px 0 0;
}
.calendar-header .switch-button.-back {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
.calendar-header .switch-button.-back a::before {
  left: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.calendar-header .switch-button.-next {
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
}
.calendar-header .switch-button.-next a::before {
  left: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .calendar-header .switch-button::before {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .calendar-header {
    height: 24px;
    margin-bottom: 10px;
  }
  .calendar-header .year-month {
    font-size: 1.6rem;
  }
  .calendar-header .switch-button.-back {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  .calendar-header .switch-button.-next {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
  }
}

.calendar-body table {
  display: block;
  margin-bottom: 8px;
  text-align: center;
}
.calendar-body tbody {
  display: table;
  width: 100%;
}
.calendar-body tr td {
  letter-spacing: 0;
  border: 1px solid #D6D6D6;
}
@media screen and (min-width: 769px) {
  .calendar-body tr.-sat .day,
.calendar-body tr.-sat .week {
    color: #148CCC;
    background: #EFF9FF;
  }
  .calendar-body tr.-sun .day,
.calendar-body tr.-sun .week {
    color: #DE3A3A;
    background: #FFEAEA;
  }
  .calendar-body tr td {
    padding: 0.103em 0;
  }
  .calendar-body tr td.day, .calendar-body tr td.week {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .calendar-body tr td.day {
    width: 64px !important;
    font-family: "Montserrat", sans-serif;
  }
  .calendar-body tr td.week {
    width: 40px !important;
  }
  .calendar-body tr td.time.-middle {
    border-right-style: dashed;
  }
  .calendar-body tr td.time.-past {
    border-left-style: dashed;
  }
  .calendar-body tr td.on-schedule {
    background: #CBCBCB;
    border-style: solid;
  }
  .calendar-body tr:first-child {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
  }
  .calendar-body tr:first-child td {
    border-width: 0 0 1px;
  }
  .calendar-body tr:first-child .time span {
    display: table-cell;
    width: 56px;
  }
}
@media screen and (max-width: 768px) {
  .calendar-body tr th {
    padding: 0.291em 0;
    font-size: 1.4rem;
    font-weight: bold;
    border: 1px solid #D6D6D6;
    background: #F4F4F4;
  }
  .calendar-body tr th:nth-child(6) {
    color: #148CCC;
    background: #EFF9FF;
  }
  .calendar-body tr th:nth-child(7) {
    color: #DE3A3A;
    background: #FFEAEA;
  }
  .calendar-body tr td {
    position: relative;
    padding: 1.572em 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .calendar-body tr td a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    text-decoration: none;
  }
  .calendar-body tr td:nth-child(6) a {
    color: #148CCC;
  }
  .calendar-body tr td:nth-child(7) a {
    color: #DE3A3A;
  }
  .calendar-body tr td.others {
    padding: 0.862em 0;
    color: #CBCBCB;
  }
  .calendar-body tr td.today {
    background: #4E4E4E;
  }
  .calendar-body tr td.today a {
    color: #fff;
  }
  .calendar-body tr td.on-schedule {
    background: #CBCBCB;
  }
  .calendar-body tr td.on-schedule a {
    color: #fff;
  }
  .calendar-body tr td.select {
    background: #14AECC;
  }
  .calendar-body tr td.select a {
    color: #fff;
  }
}

.time-check-list {
  margin: 0;
}
.time-check-list li {
  display: none;
  padding: 5px 22px;
  color: #4E4E4E;
  background: #F4F4F4;
}
.time-check-list li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 360px) {
  .time-check-list li {
    font-size: 1.3rem;
  }
}