/* #titleArea
+=========================================================+*/
#titleArea {
  background: url(../images/pic_title.jpg) center center no-repeat;
  background-size: cover;
}

/*****CONTENT*****/
ul.list-button li {
  width: 7%;
  margin-right: 1%;
}

/* タブエリア */
.fc .fc-toolbar.fc-header-toolbar {
  display: flex;
  margin-top: 0;
  margin-bottom: 1.5em;
  flex-direction: column;
  align-items: start;
}

.fc-toolbar-chunk:first-child .fc-button.fc-button-primary {
  margin: 4px;
  border-radius: 7px !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: text-bottom;
  background: #d12d36;
  border: 0 none;
  box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
  width: 22%;
  height: 40px;
}

.fc-toolbar .fc-toolbar-chunk:first-child {
  padding: 8px 0;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  vertical-align: text-bottom;
  background: #f6f6f6;
  margin-bottom: 16px;
}

.fc-toolbar-chunk:first-child .fc-button.fc-button-primary:hover,
.fc-toolbar-chunk:first-child .fc-button.fc-button-primary:focus,
.fc-toolbar-chunk:first-child .fc-button.fc-button-primary .active {
  color: #d12d36;
  background: #fff;
  outline: solid 1px #d12d36;
  transform: unset !important;
}

/* ボタン */

.schedule-btn div {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 18px;
}

 .btn-dark {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 20px 15px 10px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #3b4952;
  border-radius: 100px;
  box-shadow: 0 4px 4px -2px rgb(0 0 0 / 80%);
  transition: 0.3s;
}

.btn-dark:hover {
  background: #2c3e50 !important;
}

.btn-dark::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
  background: url("../../images/icon_link_arrow_white.svg") 0 0 / 24px 24px no-repeat;
}

.btn-dark:hover {
  color: #fff;
  background-color: #2d2d2d;
}

@media (min-width: 554px) and (max-width: 767px) {
  ul.list-button li:nth-child(7) {
    clear: left;
  }
  ul.list-button li {
    width: 15%;
    margin-right: 1%;
  }
}
@media (max-width: 553px) {
  ul.list-button li:nth-child(4) {
    clear: right;
  }
  ul.list-button li:nth-child(8) {
    clear: right;
  }
  ul.list-button li {
    width: 24%;
    margin-right: 1%;
  }
}
@media (min-width: 992px) {
   {
    margin: 50px auto 150px;
  }
  /* タブエリア２ */
  #mainArea .fc-toolbar-chunk:first-child .fc-button.fc-button-primary {
    margin: 0 3px 0 0;
  }

  #mainArea .fc-toolbar-chunk:first-child .fc-button.fc-button-primary {
    width: 100%;
    border-radius: 0 !important;
  }

  #mainArea .fc-toolbar .fc-toolbar-chunk {
    width: 100%;
    display: flex;
  }

  #mainArea .fc-toolbar .fc-toolbar-chunk {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }

  .fc-toolbar .fc-toolbar-chunk:first-child {
    background: unset;
    margin-bottom: 16px;
  }

  .fc .fc-toolbar-title {
    width: 90%;
  }
}

/***Others***/
.marginBot {
  margin-bottom: 10px;
}
.padLft {
  padding-left: 20px;
}
.mark-g1:before {
  padding-top: 15px;
}
.honjoBlock {
  background-color: #d12d36;
  color: #fff;
}

.list-button li.active a {
  background-color: #fff;
  color: #d12d36;
}
