@charset "utf-8";
/* CSS Document */

header {
  background-color: #a3d6ee;
}
.nav_wrap {
  background-color: transparent;
}

.park_name {
  padding: .5em;
}

.park_name a {
  text-indent: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  background: url(/exis/img/suizokukan/logo.png) no-repeat top left;
  background-size: contain;
  height: 50px;
  max-width: calc(100% - 4em);
  font-size: 100%;
}

.nav .current a, .nav a:hover {
  background-color: #cbe8f5;
}

.head_search h2 {
  background-color: #fff;
  border-radius: 5px;
  padding: .3em;
  font-size: 90%;
  line-height: 1;
}

.assist a {
  font-size: 90%;
  color: #222;
  text-decoration: none; 
}

.breadcrumbs {
  margin-top: 1em; 
}

.main h1 {
  background: url(/exis/img/suizokukan/h1_bg.png) no-repeat right bottom;
  background-size: 4em;
  padding-right: 3.5em;
  display: flex;
  align-items: center;
  min-height: 5em;
}

.main h2 {
  background: url(/exis/img/suizokukan/h2_bg.png) no-repeat 95% bottom #a3d6ee;
  background-size: 3em;
  padding-right: 3em;
}
.main h3 {
  border-color: #a3d6ee;
}

.main dd,
.main table, .main th, .main td {
  border-color: #272575;
}

.main a::before {
  content: url(/exis/img/suizokukan/news_more.png);
}

.link_btn a {
  border-color: #a3d6ee;
}

.link_btn a::before {
  display: inline-block;
  margin-right: .5em;
}

.main table {
  position: relative;
  border-bottom: none;
}

/*
.main table::after {
  content: url(/exis/img/sczoo/table_bg.png);
  display: block;
  position: absolute;
  top: -24px;
  
}
*/

.main caption {
  border-left: 2px solid #272575;
  border-right: 2px solid #272575;
  border-top: 2px solid #272575;
  padding: .2em 0;
}

.main th {
  background-color: #8787d8;
}

.disc {
  list-style-image: url(/exis/img/suizokukan/ul_ico.png);
}

/*
.main a::before {
  content: url(/exis/img/ico_arr_01.png);
}
*/

.main .qa > dd {
  background-color: #ffe5ec;
  position: relative;
  margin-top: 50px;
}

.main .qa > dd::before {
  content: "";
  width: 80px;
  height: 40px;
  position: absolute;
  border-radius: 40px 40px 0 0;
  top: -40px;
  left: 3em;
  background-color: #ffe5ec;
}

.main .qa > dd::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 0 0 40px 0;
  top: -40px;
  left: 3em;
  background-color: #fff;
}

.main .qa dd > p::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 0 0 0 40px;
  top: -40px;
  left: calc(3em + 40px);
  background-color: #fff;
}
.main .qa > dt p:first-child {
  background: url(/exis/img/sczoo/question.png) .5em 3px no-repeat;
  width: 100px;
  height: 60px;
}

.main .qa > dd > p:first-child {
  background: url(/exis/img/sczoo/answer.png) .5em 3px no-repeat;
  width: 86px;
  height: 70px;
}

.main .qa dd > div {
  width: calc(100% - 86px);
}

.main .qa div .table-scroll {
  margin-top: 3em;
}

#gotoTop {
  background-image: url(/exis/img/suizokukan/gotop.png);
}

/*動物公園トップ*/
.top header {
  padding-bottom: 1em;
}
#sczoo_mv {
  width: 100%;
}

#sczoo_mv .carousel__stage button[disabled] {
  display: none;
}

#sczoo_mv .carousel__prevButton,
#sczoo_mv .carousel__nextButton {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 20px;
  height: 32px;
  border: none;
  padding: 0;
}

#sczoo_mv .carousel__prevButton {
  background: url(/exis/img/sczoo/mv_prev.png) no-repeat center center;
  background-size: contain;
  left: 1em;
}

#sczoo_mv .carousel__nextButton {
  background: url(/exis/img/sczoo/mv_next.png) no-repeat center center;
  background-size: contain;
  right: 1em;
}

#sczoo_mv .carousel__pager button {
  text-indent: 100%;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  background: url(/exis/img/sczoo/mv_pager_on.png) no-repeat center center;
  width: 19px;
  height: 19px;
  
}

#sczoo_mv .carousel__pager button:not([disabled]) {
  opacity: 1;
  background-image: url(/exis/img/sczoo/mv_peger.png);
}

#sczoo_mv .carousel__control__right {
  margin-right: .5em;
}

#sczoo_mv .carousel__control__right button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  width: 17px;
  height: 20px;
  border: none;
}

#sczoo_mv .carousel__autoPlayOnButton {
  background: url(/exis/img/play.png) no-repeat center center;
}

#sczoo_mv .carousel__autoPlayOffButton {
  background: url(/exis/img/stop.png) no-repeat center center;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  margin: 1em;
}

.topnav li {
  padding: 0 .5em;
  width: 50%;
}

.topnav a {
  border-bottom: 2px dotted #333;
  display: block;
  padding: .5em 0;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.top .contents {
  padding-top: 3em;
  overflow: hidden
}

.top .link_btn {
  font-weight: bold;
}

.top_main h2 {
  background-position: top center;
  background-repeat: no-repeat;
  color: #272575;
  text-align: center;
  font-size: 115%;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
}

.topics {
  margin: 0 1em;
  position: relative;
  z-index: 1;
}
.topics h2 {
  background-image: url(/exis/img/suizokukan/topics_h2.png);
  padding-top: 55px;
  background-size: auto 45px;
}

.topics ul {
  display: flex;
  flex-wrap: wrap; 
}

.topics li {
  width: 48%;
}

.topics li:nth-child(2n) {
  margin-left: 4%;
}

.topics li:not(:nth-last-child(-n+2)) {
  margin-bottom: 1em
}

.topics li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: calc(56.25% + .65em);
  font-size: 115%;
  cursor: pointer;
}

.topics_01 { background-image: url(/exis/img/suizokukan/topics_01.png) }
.topics_02 { background-image: url(/exis/img/suizokukan/topics_02.png) }
.topics_03 { background-image: url(/exis/img/suizokukan/topics_03.png) }
.topics_04 { background-image: url(/exis/img/suizokukan/topics_04.png) }
.topics_05 { background-image: url(/exis/img/suizokukan/topics_05.png) }

.topics li span {
  display: block;
}

.news_h2_wrap {
  background: url(/exis/img/suizokukan/top_blue01.png) no-repeat -28vw top;
  background-size: 75vw;
  padding: 5em 0 0;
  margin-top: -.8em;
  position: relative;
  overflow: hidden;
}

.news_h2_wrap::before {
  content: "";
  display: block;
  width: 115px;
  height: 40px;
  background: url(/exis/img/suizokukan/top_animal01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 10.7em);
  top: 3em
}

.news_h2_wrap::after {
  content: "";
  display: block;
  width: 50px;
  height: 55px;
  background: url(/exis/img/suizokukan/top_animal02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: calc(50% + 7em);
  bottom: 0;
}

.news h2 {
  background-image: url(/exis/img/suizokukan/news_h2.png);
  padding-top: 55px;
  background-size: auto 45px;
}

.news ul,
.info ul {
  border-top: 4px solid #18176d;
  border-bottom:  4px solid #18176d;
  padding: 1.5em 1em;
}

.news ul a,
.info ul a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

.news li:not(:last-child),
.info li:not(:last-child) {
  margin-bottom: 1em;
}

.news ul img,
.info ul img {
  flex-shrink: 0;
  width: 80px;
  height: auto;
  margin-right: 1em;
}

.news_day,
.info_day {
  display: block;
  padding-bottom: .5em;
}

.news_detail,
.info_detail {
  text-decoration: underline;
  font-weight: bold;
}

.news .link_btn {
  padding: 1.8em 1em 6em;
  overflow: hidden;
  position: relative;
}

.news .link_btn::before {
  content: "";
  display: block;
  width: 110%;
  height: 20em;
  background: url(/exis/img/suizokukan/top_blue02.png) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  right: -60%;
  top: -8.5em;
}

.news .link_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 70px;
  background: url(/exis/img/suizokukan/top_animal07.png) no-repeat center center;
  background-size: cover;
  right: -3px;
  bottom: 1em;
}

.news .link_btn a {
  border-color: #619e9b;
  background-color: #fff;
  position: relative;
}

.news .link_btn a::before {
  content: url(/exis/img/suizokukan/news_more.png);
}

.events {
  position: relative;
  /* overflow: hidden; */
  margin-bottom: 2em;
  padding: 2.5em 1em 0;
}

.events h2::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/exis/img/suizokukan/top_animal03.png) no-repeat center center;
  width: 86px;
  height: 43px;
  background-size: contain;
  left: calc(50% - 9em);
  top: 1.3em
}

.events h2 {
  background-image: url(/exis/img/suizokukan/event_h2.png);
  padding-top: 55px;
  background-size: auto 45px;
}

.events_ul > li {
  margin-bottom: 1em;
}

.events_ul a {
  color: #222;
  text-decoration: none;
  display: block;
  position: relative;
}

.events_ul img {
  width: 48%;
  height: auto;
  margin-bottom: 1em;
  float: left;
  border-radius: 5px;
  flex-shrink: 0;
}

.events_ul h3 {
  margin-bottom: .5em;
  float: right;
  width: 48%;
}

.events_ul ul {
  float: right;
  width: 48%;
}

.eve_day {
  background: url(/exis/img/ico_cal01.png) no-repeat left 2px;
  padding-left: 20px;
  font-size: 90%;
}

.eve_app {
  position: absolute;
  top: -.9em;
  right: 52%;
  font-size: .8em;
  padding: 0 .2em;
  border: 1px solid #fff;
  border-left: none;
  font-weight: bold;
}

.eve_app::before,
.eve_app::after,
.eve_app span::before,
.eve_app span::after {
  content: "";
  position: absolute;
  border-style: solid;
}

.eve_app::before {
  left: calc(-.9em - 2px);
  top: -1px;
  border-color: #fff transparent transparent transparent;
  border-width: calc(.9em + 2px) 0 calc(.9em + 2px) calc(.9em + 2px);
}

.eve_app span::after {
  left: calc(-.9em - 2px);
  bottom: -1px;
  border-color: transparent transparent #fff transparent;
  border-width: calc(.9em + 2px) 0 calc(.9em + 2px) calc(.9em + 2px);
}
.eve_app span::before {
  left: -.9em;
  top: 0;
  border-width: .9em 0 .9em .9em;
}

.eve_app::after {
  left: -.9em;
  bottom: 0;
  border-width: .9em 0 .9em .9em;
}

.eve_app_none {
  background-color: #fde884;
}

.eve_app_none::after {
  border-color: transparent transparent #fde884 transparent;
}

.eve_app_none span::before {
  border-color: #fde884 transparent transparent transparent;
}

.eve_app_need {
  background-color: #b0140f;
  color: #fff;
}

.eve_app_need::after {
  border-color: transparent transparent #b0140f transparent;
}

.eve_app_need span::before {
  border-color: #b0140f transparent transparent transparent;
}

.events .link_btn {
  margin: 0 1em;
}

.events .link_btn a {
  border-color: #1167ca;
}

.events .link_btn a::before {
  content: url(/exis/img/sczoo/event_more.png);
}

.info h2 {
  background: url(/exis/img/suizokukan/info_h2.png) no-repeat top center, url(/exis/img/suizokukan/top_blue04.png) no-repeat -73vw 0em;
  background-size: auto 75px, 100vw;
  padding: 85px 0 1.5em;
  margin-bottom: 0;
  position: relative;
}

.info h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 9em);
  bottom: -3px;
  background: url(/exis/img/suizokukan/top_animal08.png) no-repeat center bottom;
  background-size: contain;
  width: 70px;
  height: 22px;  
}

.info h2::after {
  content: "";
  position: absolute;
  right: calc(50% - 9.5em);
  bottom: 0;
  background: url(/exis/img/suizokukan/top_animal04.png) no-repeat center bottom;
  background-size: contain;
  width: 70px;
  height: 96px;
}

.info .link_btn {
  margin: 1.5em 1em 2.5em;
}

.info .link_btn a {
  border-color: #7c619e;
}

.info .link_btn a::before {
  content: url(/exis/img/suizokukan/info_more.png);
}

.movie {
  background: url(/exis/img/suizokukan/top_movie_bg.png) repeat-x top left;
  background-size: auto 100%;
  position: relative;
  padding-bottom: 2.5em
}

.movie::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/exis/img/suizokukan/top_animal05.png) no-repeat center right;
  height: 65px;
  width: 80px;
  background-size: contain;
  top: -30px;
  right: -3px;
}

.movie::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/exis/img/suizokukan/top_animal06.png) no-repeat center left;
  height: 65px;
  width: 80px;
  background-size: contain;
  bottom: -30px;
  left: .5em;
}
.movie_inner {
  padding-top: 1.5em;
  margin: 0 1em;
}

.movie h2,
.guidance h2 {
  color: #222;
  font-size: 145%;
  display: flex;
  align-items: center;
  margin-bottom: 1em
}
.movie h2::before,
.guidance h2::before {
  content: "";
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  margin-right: .5em
}

.movie h2::before {
  background: url(/exis/img/suizokukan/movie_h2.png) no-repeat center center;
  background-size: contain;
}

.movie h2 + div {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
  margin-bottom: 1.5em;
}
.movie iframe {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}

.movie .link_btn a {
  border-color: #248adb;
  background-color: #fff;
}

.movie .link_btn a::before {
  content: url(/exis/img/suizokukan/movie_more.png);
}
.guidance {
  margin: 2.5em 1em 1.5em;
}

.guidance h2::before {
  background: url(/exis/img/sczoo/guidance_h2.png) no-repeat center center;
  background-size: contain;
}

.guidance_inner {
  margin: 0 .5em;
}
.guidance h3 {
  font-size: 115%;
  letter-spacing: .05em;
  margin-bottom: 1em;
}

.guidance dl {
  padding-bottom: .5em
}

.guidance dt {
  font-weight: bold;
  margin-bottom: .5em
}

.guidance dd {
  padding-bottom: 1em;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1em;
}

.links li {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.links li:first-child {
  border-top: 1px solid #ccc;
}

.links a {
  display: flex;
  padding: .5em;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
}

.links a img {
  margin-right: 1em;
  flex-shrink: 0;
}

.links a span {
  display: block;
}

.sns_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2em;
}

.sns_box li {
  padding: 0 .8em;
}

.subtop_menu_box li::before {
  content: url(/exis/img/suizokukan/news_more.png);
}

.calender_area .month {
  border-top: 1px solid #1167ca;
  border-right: 1px solid #1167ca;
  border-left: 1px solid #1167ca;
}

.calender_area .prev a::before,
.calender_area .next a::after {
  content: url(/exis/img/suizokukan/event_more.png);
}

.calender_area table,
.calender_area th,
.calender_area td {
  border-color: #1167ca;
}
/*イベント詳細ページ*/
.eventdata {
  position: relative;
  margin-top: 2em;
}

.eventdata::before {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 45px;
  background: url(/exis/img/sczoo/event_info_bg.png) no-repeat center center;
  background-size: contain;
  left: 1em;
  top: -25px;
  visibility: inherit;
}

#contact {
  border-color: #a3d6ee;
}
  

/*2カラム用*/
.main .sub_column h2 {
  background-image: none;
  padding-right: .5em;
}

@media screen and (max-width: 670px) {
  .menu_btn {
    border-color: #cade7e;
  }
  
  /* .top .assist {
    top: 5em
  } */
}

@media screen and (min-width: 671px) {
  .head_search {
    width: 9em;
    align-items: flex-start;
  }

  .header_sub {
    padding-top: .5em;
    width: 23em;
  }
  
  .park_name {
    padding: 0;
  }
  .park_name a {
    max-width: inherit;
    height: 73px;
    width: 370px;
  }
  
  .assist li::before {
    content: url(/exis/img/sczoo/arrow.png);
  }
  
  .nav_wrap {
    padding-top: 0;
    margin: 0;
    width: 100%;
  }
  
  /*動物公園トップ*/
  .top_main h2 {
    font-size: 160%;
  }
  
  .mv_wrap {
    width: 1050px;
    margin: 0 auto;
  }
  
  #sczoo_mv {
    position: relative;
  }
  
  #sczoo_mv .carousel__control {
    position: absolute;
    width: 100%;
    bottom: 1em;
  }
  
  #sczoo_mv .carousel__control__right {
    padding-right: 1em;
  }
  
  .topnav {
    width: 1050px;
    margin: 1.5em auto 0;
  }
  
  .topnav li {
    width: calc(100% / 6);
    padding: 0;
  }
  
  .topnav a {
    border-bottom: none;
    border-left: 2px dotted #333;
  }
  
  .topnav li:last-child a {
    border-right: 2px dotted #333;
  }
  
  .topics {
    width: 1050px;
    margin: 0 auto;
  }
  
  .topics h2 {
    background-size: auto;
    padding-top: 90px;
  }
  
  .topics li {
    width: 315px;
  }
  
  .topics li:nth-child(2n) {
    margin-left: 0;
  }
  
  .topics li:not(:nth-child(3n+1)){
    margin-left: 52px;
  }
  
  .topics li:not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }
  
  .topics li:nth-child(-n+3) {
    margin-bottom: 2em;
  }
  
  .topics li span {
    display: inline;
  }
  
  .news {
    position: relative;
    margin-top: -1em;
    padding-top: 5em;
  }
  
  .news::before {
    content: url(/exis/img/suizokukan/top_blue01.png);
    position: absolute;
    top: -11em;
    left: calc(50% - 1090px);
  }
  
  .news h2 {
    background-size: auto;
    padding-top: 90px;
  }
  
  .news_h2_wrap {
    background: none;
    padding-top: 2em;
    margin-top: 0;
  }
  
  .news_h2_wrap::before {
    width: 276px;
    height: 97px;
    left: calc(50% - 610px);
    top: 2.5em;
  }
  
  .news_h2_wrap::after {
    width: 124px;
    height: 133px;
    left: calc(50% + 330px);
    z-index: 1;
    bottom: -2px;
  }

  .news .link_btn {
    overflow: inherit;
  }
  
  .news .link_btn::before {
    width: 858px;
    height: 895px;
    right: auto;
    left: calc(50% + 245px);
    top: -555px;
  }
  
  .news .link_btn::after {
    width: 456px;
    height: 158px;
    bottom: -90px;
  }
  
  .news .link_btn {
    text-align: center;
  }
  
  .news ul, .info ul {
    width: 1050px;
    margin: 0 auto;
    border: 4px solid #18176d;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
  }
  
  .news li, .info li {
    width: 48%;
  }
  
  .news li:nth-child(2n), .info li:nth-child(2n) {
    margin-left: 4%;
  }
  
  .news ul img, .info ul img {
    width: 140px;
  }
  
  .news ul p, .info ul p {
    padding-top: 1em;
  }
  
  .events {
    margin-bottom: 6em;
  }
  
  .events h2 {
    background-size: auto;
    padding-top: 82px;
  }
  
  .events::before {
    content: "";
    width: 757px;
    height: 738px;
    display: block;
    position: absolute;
    background: url(/exis/img/suizokukan/top_blue03.png);
    left: calc(50% - 1093px);
    top: -200px;
  }
  
  .events h2::before {
    width: 208px;
    height: 91px;
    left: calc(50% - 585px);
    top: 1em;
  }
  
  .events_inner {
    width: 1050px;
    margin: 0 auto 2em;
    position: relative;
    display: flex;
    align-items: flex-start;
  }
  
  .top_main .calender_area {
    width: 300px;
  }
  
/*
  .main .calender_area td {
    font-size: 74%;
  }
*/
  .events_ul {
    display: flex;
  justify-content: space-between;
  width: 700px;
}

.events_ul > li {
  width: 48%;
  }
  
.events_ul a {
  display: flex;
    flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  }
  
.events_ul h3 {
  order: 1;
  width: 100%;
  }
.events_ul ul {
  order: 2;
  width: 100%;
  }
  
.events_ul img {
    width: 100%;
  }
  
.eve_app {
  right: 0;
  }
  
  .events .link_btn {
    text-align: center;
  }
  
  .info {
    position: relative;
  }
  
  .info::before {
    content: url(/exis/img/suizokukan/top_blue04.png);
    position: absolute;
    left: calc(50% - 1000px);
    top: 2em;
  }
  
  .info h2 {
    background: url(/exis/img/suizokukan/info_h2.png) no-repeat top center;
    background-size: auto;
    padding-top: 82px;
  }
  
  .info h2::before {
    width: 185px;
    height: 53px;
    left: calc(50% - 460px);
    bottom: -14px;
    z-index: 2;
  }
  
  .info h2::after {
    width: 156px;
    height: 222px;
    left: calc(50% + 330px);
    bottom: -10px;
    z-index: 2;
  }
  
  .info .link_btn {
    text-align: center;
    margin-bottom: 6em;
  }
  
  .movie {
    margin-bottom: 5em;
  }
  
  .movie::before {
    width: 205px;
    height: 184px;
    top: -100px;
    right: -15px;
  }
  
  .movie::after {
    width: 184px;
    height: 121px;
    left: calc(50% - 610px);
    bottom: -70px;
  }
  
  .movie_inner {
    padding-top: 3em;
    margin: 0 0 2em;
  }
  
  .movie h2, .guidance h2 {
    justify-content: center;
    font-size: 185%;
    letter-spacing: .2em;
  }
  
  .movie h2 + div {
    width: 525px;
    margin: 0 auto 1.5em;
    padding-top: 300px;
  }
  
  .movie .link_btn {
    text-align: center;
  }
  
  .guidance_inner {
    width: 800px;
    margin: 0 auto;
  }
  
  .guidance dl {
    display: flex;
    flex-wrap: wrap;
  }
  
  .guidance dt {
    width: 7em;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
  }
  
  .guidance dd {
    width: calc(100% - 7em);
  }
  
  .links {
    display: flex;
    flex-wrap: wrap;
  }
  
  .links li {
    border: 1px solid #ccc;
    width: 32%;
    margin-bottom: 1em;
  }
  
  .links li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  
  .links a {
    padding: .3em;
  }
  
  .eventdata {
    margin-top: 0;
  }
  
  .eventdata::before {
    width: 78px;
    height: 67px;
    left: 8em;
    top: -47px;
  }
  
  #tinymce .topnav,
  #tinymce .topics,
  #tinymce .news ul,
  #tinymce.info ul,
  #tinymce .events_inner {
    max-width: 100%;
  }
}
