/* Base
------------------------------------- */
/* Utilities
------------------------------------- */
@media screen and (max-width: 480px) {
  .only_pc {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .only_sp {
    display: none;
  }
}
#top_28th * {
  box-sizing: border-box;
}
#top_28th img {
  width: 100%;
  vertical-align: bottom;
}
#top_28th > .append-banner {
  position: relative;
}
#top_28th > .append-banner .closed {
  position: absolute;
  bottom: 1em;
  left: 70%;
  transform: translate(-50%, 0) rotate(-2deg);
  padding: 0.2em 1em;
  background-color: rgba(170, 0, 0, 0.8);
  color: white;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  #top_28th > .append-banner .closed {
    font-size: 1.666vw;
  }
}
@media screen and (max-width: 480px) {
  #top_28th > .append-banner .closed {
    font-size: 3.733vw;
    left: 50%;
    bottom: 1.5em;
  }
}
#top_28th > .main {
  overflow: hidden;
  padding: 50px;
  background: url(/content/wp-content/themes/whiteboard/images/top/bg_main.jpg) center top;
}
@media screen and (max-width: 1200px) {
  #top_28th > .main {
    padding: 4.166vw;
  }
}
@media screen and (max-width: 480px) {
  #top_28th > .main {
    padding: 5.333vw;
  }
}
#top_28th > .main > .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1085px;
}
#top_28th > .main > .container > .catch {
  margin: 0 -30px;
  line-height: 1.75;
  text-align: center;
  font-size: 32px;
}
#top_28th > .main > .container > .catch b {
  font-size: 25px;
  font-weight: normal;
}
#top_28th > .main > .container > .catch span {
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1200px) {
  #top_28th > .main > .container > .catch {
    margin: 0 -2.5vw;
    font-size: 2.666vw;
  }
  #top_28th > .main > .container > .catch b {
    font-size: 2.083vw;
  }
}
@media screen and (max-width: 480px) {
  #top_28th > .main > .container > .catch {
    margin: 0 -2.667vw;
    font-size: 5.066vw;
  }
  #top_28th > .main > .container > .catch b {
    font-size: 4.266vw;
  }
}
#top_28th > .main > .container > .catch_en {
  margin-top: 30px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  #top_28th > .main > .container > .catch_en {
    margin: 20px -2.5vw;
    font-size: 2.083vw;
  }
}
@media screen and (max-width: 480px) {
  #top_28th > .main > .container > .catch_en {
    margin: 20px -2.667vw;
    font-size: 4.266vw;
  }
}
#top_28th > .main > .container > .offer {
  margin-top: 50px;
  max-height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #top_28th > .main > .container > .offer {
    margin-top: 4.166vw;
    max-height: 33.333vw;
  }
}
@media screen and (max-width: 768px) {
  #top_28th > .main > .container > .offer {
    max-height: none;
  }
}
#top_28th > .main > .container > .offer > .wrap {
  display: flex;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  #top_28th > .main > .container > .offer > .wrap {
    flex-direction: column;
  }
}
#top_28th > .main > .container > .offer > .wrap:hover .button {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}
#top_28th > .main > .container > .offer > .wrap:hover .pic img {
  transform: scale(1.03);
  filter: brightness(110%);
}
#top_28th > .main > .container > .offer .text {
  width: 28.5714285714%;
  padding: 35px;
  flex-shrink: 0;
}
#top_28th > .main > .container > .offer .text .desc {
  margin: 0.75em 0 0;
  line-height: 1.75;
  font-size: 16px;
}
#top_28th > .main > .container > .offer .text .button {
  margin: 1.25em 0 0;
  height: 2.22em;
  background: white;
  border-radius: 1.11em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #top_28th > .main > .container > .offer .text {
    padding: 2.916vw;
  }
  #top_28th > .main > .container > .offer .text .desc {
    font-size: 1.333vw;
  }
  #top_28th > .main > .container > .offer .text .button {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_28th > .main > .container > .offer .text {
    padding: 1em;
  }
  #top_28th > .main > .container > .offer .text .desc {
    margin-top: 0.5em;
    letter-spacing: -0.05em;
  }
  #top_28th > .main > .container > .offer .text .button {
    margin-top: 0.75em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  #top_28th > .main > .container > .offer .text {
    order: 2;
    width: auto;
    padding: 5.333vw;
  }
  #top_28th > .main > .container > .offer .text .desc {
    letter-spacing: normal;
    font-size: 3.2vw;
  }
  #top_28th > .main > .container > .offer .text .button {
    margin-top: 1em;
    height: 2.5em;
    border-radius: 1.25em;
    font-size: 4.266vw;
  }
}
#top_28th > .main > .container > .offer:nth-child(2n+1) .text {
  order: 2;
}
#top_28th > .main > .container > .offer .pic {
  width: 71.4285714286%;
  flex-shrink: 0;
  overflow: hidden;
}
#top_28th > .main > .container > .offer .pic img {
  object-fit: cover;
  height: 100%;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  #top_28th > .main > .container > .offer .pic {
    width: auto;
    order: 1;
  }
}
#top_28th > .main > .container .offer2 .pic img,
#top_28th > .main > .container .offer3 .pic img {
  object-position: 0;
}
#top_28th > .main > .container .offer1 {
  background-color: #d8324d;
  background-image: url(/content/wp-content/themes/whiteboard/images/top/bg_offer1.jpg);
}
#top_28th > .main > .container .offer1 .button {
  color: #d8324d;
}
#top_28th > .main > .container .offer2 {
  background-color: #48a917;
  background-image: url(/content/wp-content/themes/whiteboard/images/top/bg_offer2.jpg);
}
#top_28th > .main > .container .offer2 .button {
  color: #48a917;
}
#top_28th > .main > .container .offer3 {
  background-color: #008dba;
  background-image: url(/content/wp-content/themes/whiteboard/images/top/bg_offer3.jpg);
}
#top_28th > .main > .container .offer3 .button {
  color: #008dba;
}
#top_28th > .main > .container .offer4 {
  background-color: #ca7028;
  background-image: url(/content/wp-content/themes/whiteboard/images/top/bg_offer4.jpg);
}
#top_28th > .main > .container .offer4 .button {
  color: #ca7028;
}
#top_28th > .main > .container .offer1 {
  max-height: 455px;
}
#top_28th > .main > .container .offer1 > .wrap:hover .button {
  box-shadow: none;
}
#top_28th > .main > .container .offer1 > .wrap .button:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}
#top_28th > .main > .container .offer1 > .wrap .button a {
  color: #d8324d;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  #top_28th > .main > .container .offer1 > .wrap .button a {
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 768px) {
  #top_28th > .main > .container .offer1 > .wrap .button:last-child a {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 480px) {
  #top_28th > .main > .container .offer1 {
    max-height: none;
  }
  #top_28th > .main > .container .offer1 > .wrap .button a {
    font-size: 4.266vw;
  }
}
#top_28th > .schedule {
  padding: 60px 50px;
  color: black;
}
@media screen and (max-width: 1200px) {
  #top_28th > .schedule {
    padding: 5vw 4.166vw;
  }
}
@media screen and (max-width: 480px) {
  #top_28th > .schedule {
    padding: 16vw 5.333vw;
  }
}
#top_28th > .schedule > .head {
  display: flex;
  justify-content: space-between;
  max-width: 1085px;
  margin: 0 auto 40px;
  align-items: center;
}
#top_28th > .schedule > .head img {
  width: 14.3778801843%;
}
#top_28th > .schedule > .head::before, #top_28th > .schedule > .head::after {
  content: "";
  width: 41.3824884793%;
  height: 0;
  border-top: 1px solid black;
}
@media screen and (max-width: 1200px) {
  #top_28th > .schedule > .head {
    margin-bottom: 3.333vw;
  }
}
@media screen and (max-width: 480px) {
  #top_28th > .schedule > .head {
    margin-bottom: 10.666vw;
  }
  #top_28th > .schedule > .head img {
    width: 46.5671641791%;
  }
  #top_28th > .schedule > .head::before, #top_28th > .schedule > .head::after {
    width: 22.0895522388%;
  }
}
#top_28th > .schedule > .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1085px;
}
@media screen and (max-width: 375px) {
  #top_28th > .schedule > .container {
    overflow: scroll;
  }
}
#top_28th > .schedule > .container table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #b2b1a4;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #top_28th > .schedule > .container table {
    font-size: 1.333vw;
  }
}
@media screen and (max-width: 480px) {
  #top_28th > .schedule > .container table {
    font-size: 2.933vw;
  }
}
#top_28th > .schedule > .container table th,
#top_28th > .schedule > .container table td {
  padding: 0.5em 0.75em;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
#top_28th > .schedule > .container table .day {
  padding: 0.5em 0.25em;
  text-align: center;
}
#top_28th > .schedule > .container table i {
  display: inline-block;
  vertical-align: bottom;
  width: 1.5em;
  height: 1.25em;
  overflow: hidden;
  text-indent: 100%;
  font-style: normal;
  background: url(/content/wp-content/themes/whiteboard/images/top/icon_hat.svg) center/contain no-repeat;
}
#top_28th > .schedule > .container table i.half {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #top_28th > .schedule > .container table i {
    height: 1.5em;
  }
}
#top_28th > .schedule > .container table .small {
  display: inline-block;
  margin-top: 0.5em;
  line-height: 1.25;
  font-size: 75%;
}
@media screen and (max-width: 480px) {
  #top_28th > .schedule > .container table .small {
    font-size: 2.666vw;
  }
}
#top_28th > .schedule > .container table a {
  color: black;
  text-underline-offset: 2px;
}
#top_28th > .schedule > .container table a:hover {
  color: #c00;
}
#top_28th > .schedule > .container table .head .day {
  color: white;
  background: #b2b1a4;
}
#top_28th > .schedule > .container table .head .day:nth-last-child(2n+1) {
  background: #919084;
}
#top_28th > .schedule > .container table .head.for_sp {
  display: none;
}
#top_28th > .schedule > .container table .head.for_sp .area {
  color: white;
  background: #b2b1a4;
}
@media screen and (max-width: 480px) {
  #top_28th > .schedule > .container table .head.for_sp {
    display: table-row;
  }
}
@media screen and (max-width: 480px) {
  #top_28th > .schedule > .container table .head.for_pc {
    display: none;
  }
}
#top_28th > .schedule > .container table .body th,
#top_28th > .schedule > .container table .body td {
  border-top: 1px solid #b2b1a4;
}
#top_28th > .schedule > .container table .body .area {
  border-top-color: white;
  color: white;
  background: #b2b1a4;
}
@media screen and (max-width: 480px) {
  #top_28th > .schedule > .container table .body .area {
    display: none;
  }
}
#top_28th > .schedule > .container table .body.first .area {
  border-top-color: transparent;
}
#top_28th > .schedule > .container table .body .site {
  background: #eaeae0;
}
@media screen and (max-width: 480px) {
  #top_28th > .schedule > .container table .body .site {
    font-size: 2.666vw;
  }
}
#top_28th > .schedule > .container table .body .day:nth-last-child(2n+1) {
  background: #f7f7f2;
}

#taisaku {
  text-align: center;
}
#taisaku a {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  max-width: 400px;
  color: white;
  background-color: #4184d1;
  border-radius: 6px;
}
#taisaku a:hover {
  color: white;
  background-color: #568fd1;
}

/*# sourceMappingURL=top.css.map */
