/*
Theme Name: 078kobe.jp
Template: snow-monkey
Author: TEAM 078kobe.jp
Author URI: https://078kobe.jp
Tags: editor-style,featured-images
Version: 0.2
Updated: 2021-09-21 22:36:06
TEAM 078kobe.jp are
  Direction : NExT-Season (https://next-season.net/)
  Programming : mt8 (https://mt8.biz/)
  Cording : Junonet (https://junonet.biz/)
*/


:root {
  --events-category-color-music: #FABE00;
  --events-category-color-interactive: #34A3DD;
  --events-category-color-film: #DC161D;
  --events-category-color-food: #B7611F;
  --events-category-color-fasion: #920783;
  --events-category-color-kids: #3BA937;
  --events-category-color-anime: #E73582;
  --events-category-color-education: #00a9a9;
}

.c-section {
  padding-top: 0;
}
.ofh {
  overflow: hidden;
}
.clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
}
.lsn {
  list-style: none;
  margin-left: 0;
}

/* TOP Events list button
------------------------------------*/

.snow-monkey-recent-events__action {
  text-align: center;
  margin-top: 100px;
}
a.snow-monkey-recent-events__more {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #fff;
  width: 50%;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  transition: border-radius 1s, color .6s, background 1s;
}
a.snow-monkey-recent-events__more:hover {
  background: #fff;
  color: var(--accent-color);
  border-radius: 30px;
  font-weight: bold;
}
a.snow-monkey-recent-events__more:hover:before {
  content: '▶';
  padding-right: 10px;
  transition: all .5s;
}

.snow-monkey-recent-events h2.c-entry-summary__title {
  border-left : none;
}

/* events-link-buttons
------------------------------------*/

.events-link-buttons {
  margin: 2em auto;
}
.events-link-buttons a {
  text-decoration: none;
  display: block;
  color: #707070;
  transition: 0.5s ease-out;
}
.events-link-buttons ul {
  margin-left: 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style-type: none;
}
.events-link-day li {
  width: 32%;
}
.events-link-day li a {
  background: #9f9f9f;
  border: 2px solid #9f9f9f;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 53px;
  line-height: 1.1;
  margin-bottom: 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.events-link-day li.day_saturday a {
  background: rgba(0, 26, 170, 0.7);
  border: 2px solid #4861c5;
}
.events-link-day li.day_holiday a {
  background: rgba(165, 6, 6, 0.7);
  border: 2px solid #c35c57;
}
.events-link-buttons .day_weekday a:first-letter, .events-link-buttons .day_saturday a:first-letter, .events-link-buttons .day_holiday a:first-letter {
  font-size: 40px;
}
.events-link-buttons .events-link-day span {
  font-size: 20px;
  position: absolute;
  padding-left: 5px;
  margin-top: 28px;
}

.events-link-day li.day_weekday a:hover, .events-link-day li.day_weekday.active a {
  color: #313131;
  background: none;
}
.events-link-day li.day_saturday a:hover, .events-link-day li.day_saturday.active a {
  color: rgba(0, 26, 170, 0.7);
  background: none;
}
.events-link-day li.day_holiday a:hover, .events-link-day li.day_holiday.active a {
  color: rgba(165, 6, 6, 0.7);
  background: none;
}
.events-link-area li {
  width: 15.5%;
}
.events-link-area li a {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  border: 4px solid #F7E349;
  padding: 0 3px;
  margin-bottom: 5px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.events-link-area li a span {
  font-size: 30px;
  padding-left: 0px;
  line-height: 1.2;
}
.events-link-area li a:hover, .events-link-area li.active a {
  background: #F7E349;
}
.events-link-area li div {
  width: 100%;
}
.events-link-area li div:after {
  content: "";
  width: 60px;
  border-bottom: 1px solid #707070;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.events-link-area li a span.place {
  font-size: 15px;
}
.events-link-area li a:hover div:after {
  border-bottom: 4px solid #707070;
}
.events-link-buttons ul.events-link-type {
  margin-bottom: 20px;
}
.events-link-type li {
  width: 24%;
}
.events-link-type a {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #707070;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.events-link-type a:hover, .events-link-type .active a {
  border-bottom: 5px solid #707070;
  margin-top: -3px;
}
.events-link-type a:hover::before, .events-link-type .active a:before {
  filter: Alpha(opacity=100);
  opacity: 1;
}
.events-link-type a span {
  font-size: 10px;
  padding-left: 5px;
}
.events-link-category {}
.events-link-category li {
  width: calc(13% - 10px);
}
.events-link-category li a {
  font-size: 22px;
  text-align: center;
  border-left: 3px solid;
  border-bottom: 3px solid;
  padding: 8px 2px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.events-link-category li a:hover, .events-link-category li.active a {
  color: #FFF;
  font-weight: bold;
}
.events-link-category li.music a {
  border-color: var(--events-category-color-music);
}
.events-link-category li.film a {
  border-color: var(--events-category-color-film);
}
.events-link-category li.interactive a {
  border-color: var(--events-category-color-interactive);
}
.events-link-category li.food a {
  border-color: var(--events-category-color-food);
}
.events-link-category li.fashion a {
  border-color: var(--events-category-color-fasion);
}
.events-link-category li.kids a {
  border-color: var(--events-category-color-kids);
}
.events-link-category li.anime a {
  border-color: var(--events-category-color-anime);
}
.events-link-category li.education a {
  border-color: var(--events-category-color-education);
}
.events-link-category li.music a:hover, .events-link-category li.music.active a {
  background: var(--events-category-color-music);
}
.events-link-category li.film a:hover, .events-link-category li.film.active a {
  background: var(--events-category-color-film);
}
.events-link-category li.interactive a:hover, .events-link-category li.interactive.active a {
  background: var(--events-category-color-interactive);
}
.events-link-category li.food a:hover, .events-link-category li.food.active a {
  background: var(--events-category-color-food);
}
.events-link-category li.fashion a:hover, .events-link-category li.fashion.active a {
  background: var(--events-category-color-fasion);
}
.events-link-category li.kids a:hover, .events-link-category li.kids.active a {
  background: var(--events-category-color-kids);
}
.events-link-category li.anime a:hover, .events-link-category li.anime.active a {
  background: var(--events-category-color-anime);
}
.events-link-category li.education a:hover, .events-link-category li.education.active a {
  background: var(--events-category-color-education);
}


/* c-entry-summary */

.c-entry-summary .c-entry-summary__figure, .c-entry-summary {
  position: relative;
  margin-bottom: 0;
}
.c-entry-summary .c-entry-summary__figure {
  margin-bottom: 1px;
  -webkit-box-shadow: 0 0 1px 1px #f5f5f5;
  box-shadow: 0 0 1px 1px #f5f5f5;
}
.c-entry-summary__term {
  padding: 0;
}
.event_type {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border: 1px solid #707070;
  line-height: 1.2;
}
ul.event_category {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
ul.event_category li {
  list-style-type: none;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border: 1px solid #707070;
  line-height: 1.2;
  float: right;
}
ul.events_day {
  margin-left: 5px;
  list-style-type: none;
  display: flex;
  position: absolute;
  bottom: 5px;
  left: 0;
}
ul.events_day li {
  margin-right: 5px;
  width: 56px;
  height: 56px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
li[title="4/27"], .events_day li.day_weekday {
  background: rgb(255 178 3 / 90%);
}
li[title="4/28"], .events_day li.day_saturday {
  background: rgba(0, 26, 170, 0.7);
}
li[title="4/29"], .events_day li.day_holiday {
  background: rgba(165, 6, 6, 0.7);
}
ul.events_area {
  list-style-type: none;
  background: #fff;
  color: #707070;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}
ul.events_area li {
  text-transform: uppercase;
  padding: 0 5px;
  border: 1px solid #707070;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #707070;
  align-items: center;
  justify-content: center;
}
ul.events_area li:last-child {
  background: #707070;
  color: #fff;
}

ul.mks_social_widget_ul li a:before{
  position: absolute;
  left: 0;
  right: 0;
}
.c-entry-summary__figure>span:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #eee;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* カテゴリ
-------------------------------*/

.events_category_eyecatch img, .events_top_image img {
  width: 100%;
}

/* Time Table
------------------------------------*/

.legend .music {
  color: var(--events-category-color-music);
}
.legend .film {
  color: var(--events-category-color-film);
}
.legend .interactive {
  color: var(--events-category-color-interactive);
}
.legend .food {
  color: var(--events-category-color-food);
}
.legend .fashion {
  color: var(--events-category-color-fasion);
}
.legend .kids {
  color: var(--events-category-color-kids);
}
.legend .anime {
  color: var(--events-category-color-anime);
}
.legend .education {
  color: var(--events-category-color-education);
}

table {
  border: 1px solid #DFDFDF;
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  display: table-cell;
  padding: 15px 20px;
  text-align: left;
  font-size: 16px;
  border-top: 1px solid #DFDFDF;
}
table th {
  border-right: 1px solid #DFDFDF;
}
table.timetable a:hover:-webkit-any-link {
  text-decoration: none;
}
.c-entry__content>table.timetable td, .c-entry__content>table.timetable th {
  border: 3px solid #fff;
}
.timetable tr:first-child th, .timetable tr:first-child:hover {
  background: #707070;
  color: #fff;
}
.timetable tr.music {
  background: rgb(243, 191, 63, .1);
}
.timetable tr.music td:first-child {
  background: rgb(243, 191, 63);
}
.timetable tr.film {
  background: rgb(202, 65, 59, .1);
}
.timetable tr.film td:first-child {
  background: rgb(202, 65, 59);
}
.timetable tr.interactive {
  background: rgb(66, 137, 202, .1);
}
.timetable tr.interactive td:first-child {
  background: rgb(66, 137, 202);
}
.timetable tr.food {
  background: rgb(174, 102, 50, .1);
}
.timetable tr.food td:first-child {
  background: rgb(174, 102, 50);
}
.timetable tr.fashion {
  background: rgb(173, 88, 151, .1);
}
.timetable tr.fashion td:first-child {
  background: rgb(173, 88, 151);
}
.timetable tr.kids {
  background: rgb(75, 152, 88, .1);
}
.timetable tr.kids td:first-child {
  background: rgb(75, 152, 88);
}
.timetable tr.anime {
  background: rgb(255, 0, 255, .1);
}
.timetable tr.anime td:first-child {
  background: rgb(255, 0, 255);
}
.timetable td:first-child {
  width: 10em;
}
.timetable span {
  display: block;
  text-align: center;
  margin-bottom: 2px;
}
.timetable .day {
  color: #fff;
  font-weight: bold;
  padding: 1px 1em;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.timetable .day_holiday {
  background: #c35c57;
}
.timetable .day_saturday {
  background: #4861c5;
}
.timetable .day_weekday {
  background: #9f9f9f;
}
.timetable .time {
  color: #fff;
  font-weight: bold;
}
.timetable .event_area {
  font-size: 0.8em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.timetable .event_type {
  position: relative;
  font-size: 0.7em;
  border: 0;
  width: 98%;
  margin: auto;
  border-radius: 2px;
}

/* Event Page
-------------------------------*/

.events_performer {
  margin-bottom: 3em;
  overflow: hidden;
}
.events_performer img {
  width: 50%;
  padding-right: 4%;
  float: left;
}

/* midashi */

.events_performer h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-left: 35px;
}
.events_performer h3:before {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 20px;
  height: 20px;
  border: 6px double #ddd;
  content: "";
  -webkit-transform: rotate(63deg);
  -moz-transform: rotate(63deg);
  -o-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.events_performer h3:after {
  content: "";
  display: block;
  height: 2px;
  margin-left: -10px;
  background: -moz-linear-gradient(to right, rgb(0, 0, 0), transparent);
  background: -webkit-linear-gradient(to right, rgb(0, 0, 0), transparent);
  background: linear-gradient(to right, rgb(0, 0, 0), transparent);
}

/* Single Page
-------------------------------*/

.c-entry__content h2 {
  border-left: 3px solid var(--accent-color);
  background-color: #f7f7f7;
  padding: .46739rem .46739rem .46739rem .93478rem;
  margin-bottom: 2.05652rem;
}

/* Single Side
-------------------------------*/

.l-contents__sidebar .c-entries--simple .c-entry-summary__figure {
  margin: 0 1rem 0 0;
  width: 25%;
}
.l-contents__sidebar ul.events_day {
  margin-left: 0;
  display: block;
  position: relative;
  bottom: 0;
  padding-top: 18px;
}
.l-contents__sidebar .event_type, .l-contents__sidebar ul.event_category {
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
}
.l-contents__sidebar .c-entry-summary__figure>span:first-child {
  height: 80px;
}
.l-contents__sidebar ul.events_day li {
  margin-right: 0;
  width: 100%;
  height: 24px;
  margin-bottom: 1px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.l-contents__sidebar ul.events_day li:first-letter {
  font-size: 8px;
}
.l-contents__sidebar .event_type, .l-contents__sidebar ul.event_category li {
  font-size: 0.8em;
  padding: 3px;
  margin-bottom: 1px;
}
.l-contents__sidebar ul.event_category li {
  float: none;
}
.l-contents__sidebar .c-entry-summary .c-entry-summary__figure{
  box-shadow: none;
  background: none;
}

/* footer sponsor area */

/*.wp-pure-css-gallery .wp-pure-css-gallery__thumbnail {
  background-size: contain;
  max-height: 256px;
  width: auto;
  margin: 0 5%;
}*/
.gallery{
  display: flex;
/*  justify-content: center;*/
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.73913rem;
}
.gallery:after, .gallery:before {
display: block;
}
.gallery-item{
  text-align: center;
  padding: 0;
}
.gallery img{
  max-height: 200px;
  width: auto;
  padding: 0 5%;
}
.gallery a:hover img{
  opacity: .7;
}
.support_bnr img.alignnone{
  box-shadow: none;
}
.c-widget__title{
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 4em;
}
.c-widget__title:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    content: "";
    height: 3px;
    background-color: #111;
}
.c-widget__title:before {
  display: none;
}

/*  Gutenberg Gallery Disable flex
---------------------------------------- */
.wp-block-gallery .blocks-gallery-item {
  flex-grow: 0;
  align-self: center;
}

/*  Gutenberg Gallery Change figcaption style
---------------------------------------- */
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid.is-cropped .blocks-gallery-image figcaption,
.blocks-gallery-grid.is-cropped .blocks-gallery-item figcaption,
.wp-block-gallery.is-cropped .blocks-gallery-image figcaption,
.wp-block-gallery.is-cropped .blocks-gallery-item figcaption  {
    height: 100%;
    background: none;
    color: transparent;
}

/*  Gutenberg Gallery Change figcaption style
---------------------------------------- */
.blocks-gallery-item__caption a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}


/*  tablet / phone
---------------------------------------- */

@media screen and (max-width: 1023px) {
  .events-link-area li a {
    font-size: 14px;
  }
  .events-link-area li div:after {
    top: 37px;
  }
  .events-link-area li a span.place {
    font-size: 12px;
  }
  .events-link-type li {
    width: auto;
    display: flex;
  }
  .events-link-category li {
    width: calc(34% - 10px);
    margin-bottom: 10px;
  }
  .l-contents__sidebar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .events-link-day li a {
    font-size: 40px;
  }
  .events-link-buttons .day_weekday a:first-letter, .events-link-buttons .day_saturday a:first-letter, .events-link-buttons .day_holiday a:first-letter {
    font-size: 30px;
  }
  .events-link-buttons .day_saturday a:after, .events-link-buttons .day_holiday a:after {
    font-size: 14px;
    padding-left: 3px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 640px) {
  .events-link-buttons ul {
    margin-bottom: 2px;
  }
  .events-link-day li a {
    font-size: 40px;
    line-height: 1.2;
  }
  .events-link-buttons .day_weekday a:first-letter, .events-link-buttons .day_saturday a:first-letter, .events-link-buttons .day_holiday a:first-letter {
    font-size: 25px;
  }
  .events-link-buttons .day_saturday a:after, .events-link-buttons .day_holiday a:after {
    content: "";
  }
  .events-link-type li {
    width: 48%;
    display: block;
  }
  .events-link-area li {
    width: 24.5%;
  }
  .events-link-area li a {
    font-size: 12px;
  }
  .events-link-area li a span {
    font-size: 24px;
  }
  .events-link-area li div:after {
    top: 30px;
    width: 40px;
  }
  .events-link-type a {
    font-size: 15px;
    text-align: left;
  }
  .events-link-type .tradeshow {
    line-height: 1.2;
  }
  .events-link-type a span {
    display: none;
  }
  .events-link-type a:before {
    /*    background: none;
    width: 0px;*/
  }
  .events-link-category li {
    width: calc(33% - 5px);
  }
  .events-link-category li a {
    font-size: 13px;
  }
  ul.event_category li, .event_type, ul.events_day li {
    padding: 2px;
    font-size: 11px;
  }
  ul.events_day li {
    margin-right: 2px;
    width: 40px;
    height: 40px;
  }
  ul.events_area {
    font-size: 12px;
    line-height: 1.2;
  }
  .timetable td:first-child, .timetable td, .timetable th {
    width: 100%;
    display: block;
  }
  .c-entry__content>table.timetable td, .c-entry__content>table.timetable th {
    border: 1px solid #fff;
  }
  a.snow-monkey-recent-events__more {
    width: 90%;
  }
  .c-pagination__item-ellipsis, .c-pagination__item-link, .c-pagination__item {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 480px) {
  .events_performer img {
    width: 100%;
    padding-right: 0%;
    padding-bottom: 10px;
    float: none;
  }
}

/* c-entry__content
------------------------------------*/

.c-entry__content tr:hover {
  background: #f5f5f5;
}
#glt-translate-trigger {
  bottom: auto;
  transform: rotate(-90deg);
  top: 100px!important;
  right: -2.7em!important;
  left: auto!important;
  border-radius: 0!important;
}
.tool-container.tool-top {
  right: 50px!important;
  top: 110px !important;
  bottom: auto !important;
}