html {
  scroll-behavior: smooth;
}

#specialPage .wholewrapper {
  background: url(../img/bg.jpg) center top;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #000000;
}

#specialPage h1 {
  position: absolute;
  left: 50px;
  top: 30px;
}

#specialPage #main .logo {
  text-align: center;
  margin-bottom: 80px;
}

#specialPage #main h2 {
  color: #000000;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.15;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 30px;
}

#specialPage #main .box {
  padding: 50px;
  background: #ffffff;
  margin-bottom: 100px;
}

#specialPage #main .box .scheduleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#specialPage #main .box .scheduleBox ul {
  display: flex;
  align-items: center;
}

#specialPage #main .box .scheduleBox .scheduleBoxInner:first-child {
  border-right: 1px dashed #000000;
  margin-right: 20px;
  padding-right: 20px;
}

#specialPage #main .box .scheduleBox .scheduleBoxInner li,
#specialPage #main .box .scheduleBox .scheduleBoxInner p {
  padding: 0;
  line-height: 1;
  font-size: 40px;
  margin: 0 !important;
  font-weight: 700;
}

#specialPage #main .box .scheduleBox .scheduleBoxInner .pref {
  background: #000000;
  color: #ffffff;
  line-height: 1;
  font-size: 20px;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px !important;
}

#specialPage #main .box .scheduleBox .scheduleBoxInner .year,
#specialPage #main .box .scheduleBox .scheduleBoxInner .day,
#specialPage #main .box .scheduleBox .scheduleBoxInner .week,
#specialPage #main .box .scheduleBox .scheduleBoxInner .time {
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

#specialPage #main .box .scheduleBox .scheduleBoxInner .week {
  font-size: 20px;
  vertical-align: bottom;
  line-height: 1;
  margin-left: 10px !important;
}

#specialPage #main .box .scheduleBox .scheduleBoxInner .time {
  font-weight: 700;
  margin: 7px 0 0 0 !important;
  font-size: 16px;
}

#specialPage #main .box .scheduleBox .scheduleBoxInner .place a {
  color: #000 !important;
  text-decoration: none;
  font-size: 30px;
}

#specialPage #main .box .scheduleBox .scheduleBoxInner .place a:hover {
  opacity: 0.8;
}

#specialPage #main .box .scheduleBox .scheduleBoxInner .place a::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../img/ico_blank.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 12px;
  margin-bottom: 6px;
}

#specialPage #main .aCenter {
  text-align: center !important;
  line-height: 2;
  margin: 0 0 50px 0;
}

#specialPage #main .box .aCenter {
  margin: 0 0 20px 0;
}
#specialPage #main .tbl {
  margin: 0 0 1.875rem 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#specialPage #main .tbl th,
#specialPage #main .tbl td {
  border: 1px solid #dfdfdf;
  padding: 15px;
  vertical-align: middle;
  font-size: 15px;
}

#specialPage #main .tbl th {
  background: #f0f0f0;
  font-weight: bold;
}

#specialPage #main .tbl th.second {
  background: #f9f9f9;
}

#specialPage #main .tbl tr.bg {
  background: #fcfcfc;
}

#specialPage #main h3 {
  border-left: 1px solid #000000;
  padding-left: 10px;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
  font-size: 26px;
}

#specialPage #main h4 {
  padding: 10px;
  margin-bottom: 0;
  font-size: 18px;
  background-color: #f0eff2;
  border-radius: 4px;
}

#specialPage #main h4:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/ico_attention_02.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}

#specialPage #main h4 + ul {
  padding: 10px;
  margin-top: 10px;
}

#specialPage #main p {
  margin-bottom: 20px;
  line-height: 2;
}

#specialPage #main .ss {
  font-size: 14px;
}

#specialPage #main .note {
  text-align: right;
  margin: 10px 0 100px 0 !important;
}

#specialPage #main p.catch {
  font-weight: 700;
}

#specialPage #main p:last-child {
  margin-bottom: 0;
}

#specialPage #main a {
  color: #000000 !important;
}

#specialPage #main .point li {
  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #bcbcbc;
}

#specialPage #main .point.no li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#specialPage #main .point.mb {
  margin-bottom: 20px !important;
}

#specialPage #main .point.mb0 {
  margin-bottom: 0 !important;
}

#specialPage #main .point li::before {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 8px;
  width: 0;
}

#specialPage #main .attention {
  color: #000000 !important;
}

#specialPage #main .subcatch {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}

#specialPage #main .attention {
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
  border: solid 3px #e50012;
  line-height: 1;
  color: #e50012 !important;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

#specialPage #main .attention img {
  margin-right: 8px;
  vertical-align: middle;
}

#specialPage #main .responsiveBox {
  background: #f9f8f9;
  margin-bottom: 30px;
}

#specialPage #main .responsiveBoxInner {
  padding: 50px;
}

#specialPage #main .colorBox {
  margin-top: 20px;
  background-color: #f7f7f8;
  padding: 30px;
}

#specialPage #main .colorBox p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
  margin-top: 0 !important;
}

#specialPage #main .colorBox p:last-child {
  margin-bottom: 0 !important;
}

#specialPage #main .accordionBox .accordionBoxInner {
  margin-bottom: 5px;
}

#specialPage #main .accordionBox h4 {
  display: block;
  position: relative;
  padding: 25px 20px;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  background: #ffffff;
  margin-bottom: 0;
  border-radius: 0;
}

#specialPage #main .accordionBox h4::before {
  background: #000000 !important;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.2s;
  width: 14px;
  background: transparent;
}

#specialPage #main .accordionBox h4::after {
  background: #000000;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  transform: none;
  transition: 0.3s;
  width: 14px;
}

#specialPage #main .accordionBox h4.clicked:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#specialPage #main .accordionBox h4.clicked:after {
  background-color: transparent;
}

#specialPage #main .accordionBoxInner .detailBox {
  display: none;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 20px 0;
  padding: 25px 20px;
  background: #ffffff;
}

#specialPage #main .accordionBoxInner.open .detailBox {
  display: block;
  opacity: 1;
  transform: scaleY(1);
  border-top: 1px dashed rgb(188, 188, 188);
}

#specialPage #main .accordionBoxInner.open .detailBox p {
  margin-top: 0 !important;
}

#specialPage #main .pc {
  display: block;
}

#specialPage #main .sp {
  display: none;
}

/*========================================================================*\

$sp

\*========================================================================*/

@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
  }

  figure {
    margin: 0;
  }

  #specialPage .wholewrapper {
    background: url(../img/bg.jpg) center top;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    color: #000000;
  }

  #specialPage #main .pc {
    display: none;
  }

  #specialPage #main .sp {
    display: block;
  }

  #specialPage #main img {
    width: 100%;
  }

  #specialPage .wholewrapper {
    padding-top: 120px !important;
  }

  #specialPage h1 {
    left: 10px;
    top: 20px;
  }

  #specialPage h1 img {
    width: 165px;
  }

  #specialPage #main .logo {
    margin-bottom: 50px;
  }

  #specialPage #main h2 {
    font-size: 4rem;
  }

  #specialPage #main .box {
    padding: 20px;
    margin-bottom: 50px;
  }

  #specialPage #main .box .scheduleBox {
    display: block;
  }

  #specialPage #main .box .scheduleBox .scheduleBoxInner:first-child {
    margin: 0;
    padding: 0;
    border: none;
  }

  #specialPage #main .box .scheduleBox .scheduleBoxInner .detailBox ul {
    justify-content: center;
  }

  #specialPage #main .box .scheduleBox .scheduleBoxInner li,
  #specialPage #main .box .scheduleBox .scheduleBoxInner p {
    font-size: 32px;
  }

  #specialPage #main .box .scheduleBox .scheduleBoxInner .pref {
    font-size: 14px;
  }

  #specialPage #main .box .scheduleBox .scheduleBoxInner .week {
    font-size: 18px;
  }

  #specialPage #main .box .scheduleBox .scheduleBoxInner .time {
    font-size: 13px;
    text-align: center;
  }

  #specialPage #main .box .scheduleBox .scheduleBoxInner .place {
    text-align: center;
  }

  #specialPage #main .box .scheduleBox .scheduleBoxInner .place a {
    font-size: 17px;
  }

  #specialPage #main .box .scheduleBox .scheduleBoxInner .place a::after {
    margin-left: 6px;
    width: 13px;
    height: 13px;
  }

  #specialPage #main .aCenter {
    font-size: 14px;
    margin: 0 0 30px 0 !important;
  }

  #specialPage #main .tbl {
    margin: 0 0 20px 0;
  }

  #specialPage #main .tbl th,
  #specialPage #main .tbl td {
    font-size: 14px;
  }

  #specialPage #main h3 {
    font-size: 20px;
  }

  #specialPage #main h4 {
    font-size: 14px;
  }

  #specialPage #main p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
  }

  #specialPage #main .ss {
    font-size: 13px;
  }

  #specialPage #main .note {
    text-align: left;
    margin: 10px 0 50px 0 !important;
  }

  #specialPage #main p.catch {
    margin-bottom: 20px;
    line-height: 2;
    font-size: 14px;
  }

  #specialPage #main .point li {
    padding-left: 1rem;
    text-indent: -1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #bcbcbc;
    font-size: 14px;
  }

  #specialPage #main .point li::before {
    border-color: transparent transparent transparent #000000;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 8px;
    width: 0;
  }

  #specialPage #main .subcatch {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
  }

  #specialPage #main .attention {
    border: solid 2px #e50012;
    font-size: 14px;
  }

  #specialPage #main .attention img {
    width: 20px;
  }

  #specialPage #main .responsiveBox {
    margin-bottom: 30px;
  }

  #specialPage #main .responsiveBoxInner {
    padding: 20px;
  }

  #specialPage #main .colorBox {
    padding: 20px;
  }

  #specialPage #main .colorBox p {
    font-size: 13px;
  }

  #specialPage #main .accordionBox h4 {
    padding: 15px 30px 15px 15px;
    font-size: 14px;
  }

  #specialPage #main .accordionBoxInner .detailBox {
    padding: 15px 20px;
  }

  #specialPage #main .accordionBoxInner.open .detailBox p {
    margin-top: 0 !important;
  }

  .responsiveBox {
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
  }

  .responsiveBox iframe,
  .responsiveBox object,
  .responsiveBox embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .animated.item02,
  .animated.item03,
  .animated.item04 {
    animation-delay: 0s;
  }

  #Co .scroll {
    margin-bottom: 1.25rem;
  }

  .scroll table.tbl {
    margin: 0 0 1rem 0;
    width: 800px !important;
  }

  .scroll table.tbl th,
  .scroll table.tbl td {
    display: table-cell !important;
    width: auto !important;
  }
}

/* ============================================================

$footer

============================================================ */

footer {
  padding: 5px 0;
}
footer p {
  font-size: 11px;
  color: #ffffff;
  text-align: center;
}

/* ============================================================

$menu

============================================================ */

@keyframes eqA {
  0%   { width: 40%; }
  25%  { width: 90%; }
  50%  { width: 55%; }
  75%  { width: 80%; }
  100% { width: 40%; }
}

@keyframes eqB {
  0%   { width: 20%; }
  30%  { width: 60%; }
  60%  { width: 35%; }
  100% { width: 20%; }
}

.menu-trigger {
  display: block;
  position: fixed;
  top: 12px;
  right: 12px;
  width: 62px;
  height: 72px;
  cursor: pointer;
  z-index: 9999;
  padding: 2px;
}

.menu-trigger .line {
  display: block;
  position: absolute;
  right: 14px;
  height: 2.2px;
  background-color: #000000;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.menu-trigger ._1 {
  top: 20px;
  width: 60px;
  animation: eqA 7s infinite;
}
.menu-trigger ._2 {
  top: 30px;
  width: 30px;
  animation: eqB 5s infinite;
  animation-delay: 0.33s;
}
.menu-trigger ._3 {
  top: 40px;
  width: 20px;
  animation: eqB 5s infinite;
}

.menu-trigger.open .line {
  animation: none;
  width: 30px;
  background-color: #ffffff;
}

.menu-trigger.open ._1 {
  transform: translateY(10px) rotate(-38deg);
}

.menu-trigger.open ._2 {
  transform: scaleX(0);
  opacity: 0.5;
}

.menu-trigger.open ._3 {
  transform: translateY(-10px) rotate(38deg);
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

#menu.active {
  opacity: 1;
  visibility: visible;
}

#menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

#menu ul li {
  margin: 20px 0;
}

#menu ul li a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  transition: color 0.2s;
}

#menu ul li a:hover {
  color: #45bcff;
}

@media screen and (max-width: 767px) {
  #menu ul {
    width: 100%;
    padding: 0 30px;
  }

  #menu ul li {
    text-align: left;
  }

  #menu ul li a {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #ffffff;
    width: 100%;
    display: block;
    position: relative;
  }

  #menu ul li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: absolute;
    top: -17px;
    right: 0;
    bottom: 0px;
    border-width: 0px 0px;
    border-image: initial;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    margin: auto;
  }
}

/*========================================================================*\

$anchorBox

\*========================================================================*/

#anchorBox ul {
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#anchorBox ul li {
  display: flex;
  flex-direction: column;
  width: 23.5%;
}

#anchorBox ul li:nth-child(n + 5) {
  margin-top: 15px;
}

#specialPage #main #anchorBox ul li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000 !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 20px 10px;
  position: relative;
  text-decoration: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  font-size: 15px;

  /* -moz-osx-font-smoothing: grayscale; */
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
}

#anchorBox ul li a:after {
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}

#anchorBox ul li a:hover:after,
#anchorBox ul li a.on:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
}

#anchorBox ul li a:before,
#anchorBox ul li a.on:before {
  background: #000000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
  color: #ffffff !important;
}

#anchorBox ul li a:hover:before,
#anchorBox ul li a:focus:before,
#anchorBox ul li a:active:before,
#anchorBox ul li a.on:before {
  background: #000000;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#specialPage #main #anchorBox ul li a:hover,
#specialPage #main #anchorBox ul li a.on {
  color: #ffffff !important;
}

@media screen and (max-width: 767px) {
  #anchorBox {
    display: none;
  }
}

/*========================================================================*\

$btnTop

\*========================================================================*/

a#pagetop {
  display: inline-block;
  position: fixed;
  right: 16px;
  bottom: 0;
  font-family: "Poppins", sans-serif;
  z-index: 20;
  padding: 10px 10px 80px;
  overflow: hidden;
  color: #000000;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

a#pagetop::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #d6d5d5;
}

a#pagetop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000000;
  height: 15px;
  animation: sdl 1.5s ease infinite;
}

@keyframes sdl {
  0% {
    transform: translateY(30px);
  }
  50%,
  100% {
    transform: translateY(-45px);
  }
}

/* ============================================================

$red

============================================================ */

.red {
  color: #e50012 !important;
}

#specialPage #main .red a {
  color: #e50012 !important;
}

/* ============================================================

$Lт鉺

============================================================ */

.extend {
  color: #000000;
  font-weight: 900;
  position: relative;
  z-index: 1;
}

.extend:after {
  background: #000000;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.8s;
  width: 0;
  z-index: -1;
}

.extend.red:after {
  background: #e50012;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.8s;
  width: 0;
  z-index: -1;
}

.extend.Active:after {
  width: 100%;
}

/*========================================================================*\

$animated

\*========================================================================*/

.animated {
  animation-duration: 0.7s !important;
  animation-fill-mode: both;
  opacity: 0;
}

.animated.item02 {
  animation-delay: 0.6s;
}

.animated.item03 {
  animation-delay: 1.2s;
}

.animated.item04 {
  animation-delay: 1.8s;
}

.animated.item05 {
  animation-delay: 2.4s;
}

.animated.item06 {
  animation-delay: 3s;
}

/*========================================================================*\

$btn

\*========================================================================*/

#specialPage #main p.btn {
  margin: 30px 0 100px 0 !important;
}

#specialPage #main p.btn.no {
  margin: 30px 0 0 0 !important;
}

#specialPage #main p.btn a {
  position: relative;
  display: block;
  width: 500px;
  border: 1px #000000 solid;
  background: #ffffff;
  margin: 0 auto !important;
  padding: 30px 0 !important;
  text-align: center;
  font-size: 16px;
  color: #000000 !important;
  line-height: 100%;
  border-radius: 300px;
  text-decoration: none;
  font-weight: 700;
}

#specialPage #main p.btn a:hover {
  background: #000000;
  color: #ffffff !important;
}

#specialPage #main p.btn a:before {
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#specialPage #main p.btn a:hover:before {
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#specialPage #main a.tourbtn {
  position: relative;
  display: block;
  width: 80%;
  background: #000000;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  text-align: center;
  font-size: 13px;
  color: #ffffff !important;
  line-height: 100%;
  border-radius: 300px;
  text-decoration: none;
  font-weight: 700;
  border: 1px #000000 solid;
}

#specialPage #main a.tourbtn:hover {
  background: #ffffff;
  color: #000000 !important;
}

#specialPage #main a.tourbtn:before {
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#specialPage #main a.tourbtn:hover:before {
  content: "";
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  #specialPage #main p.btn {
    margin: 30px 0 50px 0 !important;
  }

  #specialPage #main p.btn a {
    width: 90%;
    padding: 20px 0 !important;
    font-size: 14px;
    line-height: 1.2;
  }
}
