@charset "UTF-8";
.navbar {
  height: 90px;
}

.navbar-toggle {
  z-index: 2;
}

.navbar-brand-center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto;
  height: 60px;
}

.navbar-collapse {
  background-color: #fff;
  border-radius: 10px;
}
.navbar-collapse .navbar-nav {
  margin: 2rem 3rem !important;
}
.navbar-collapse .navbar-nav .menu-item {
  text-align: center;
}
.navbar-collapse .navbar-nav .menu-item:hover {
  background-color: transparent;
}
.navbar-collapse .navbar-nav .menu-item:hover .sub-menu {
  visibility: hidden;
}
.navbar-collapse .navbar-nav .menu-item .sub-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 260px;
  visibility: hidden;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .navbar-brand-center {
    margin-left: 0 !important;
  }
  .navbar-collapse {
    background-color: transparent;
    border-radius: 0;
  }
  .navbar-collapse .navbar-nav {
    margin: auto !important;
  }
  .navbar-collapse .navbar-nav .menu-item {
    position: relative;
    text-align: left;
  }
  .navbar-collapse .navbar-nav .menu-item:hover {
    background-color: #ccc;
  }
  .navbar-collapse .navbar-nav .menu-item:hover .sub-menu {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    border-left: 4px solid #999;
    background-color: #ccc;
    visibility: visible;
  }
  .navbar-collapse .navbar-nav .menu-item:hover .sub-menu .menu-item {
    border-bottom: 2px solid #fff;
  }
  .navbar-collapse .navbar-nav .menu-item:hover .sub-menu .menu-item:last-child {
    border-bottom: none;
  }
  .navbar-collapse .navbar-nav .menu-item:hover .sub-menu .menu-item .menu-link {
    padding: 0.5rem;
  }
  .navbar-collapse .navbar-nav .menu-item .sub-menu {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 260px;
    visibility: hidden;
    z-index: 2;
  }
}
#menu-foot_navi .nav-item:hover {
  background-color: #ccc;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  background-color: #ef3f98;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding-top: 0.4rem;
  text-decoration: none;
  border-radius: 50%;
}
.posts-navigation .nav-links .nav-previous a {
  transform: rotate(-90deg);
}
.posts-navigation .nav-links .nav-next a {
  transform: rotate(90deg);
}

.ue_site_brand .ue_site_lead {
  font-size: 0.8rem;
  letter-spacing: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 0.8rem;
  color: #2c61ad;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand img {
  height: 40px;
}

#ue_search {
  display: none;
  position: absolute;
  top: 70px;
  right: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  border: 1px #999999 solid;
}
#ue_search input {
  border-radius: 5px;
  border: none;
}
#ue_search input .search-field {
  border: none;
  width: 160px;
}

#ue_search_sp {
  display: block;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border: 1px #999999 solid;
}
#ue_search_sp input {
  border-radius: 5px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
#ue_search_sp input .search-field {
  border: none;
  width: 160px;
}

@media (min-width: 768px) {
  #ue_search {
    display: block;
    position: absolute;
    top: 70px;
    right: 10px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border: 1px #999999 solid;
  }
  #ue_search input {
    border-radius: 5px;
    border: none;
    background-color: rgb(255, 255, 255);
  }
  #ue_search input .search-field {
    border: none;
    width: 160px;
  }
  #ue_search_sp {
    display: none;
    position: absolute;
    top: 70px;
    right: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    border: 1px #999999 solid;
  }
  #ue_search_sp input {
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
  }
  #ue_search_sp .search-field {
    border: none;
    width: 160px;
  }
}
.navtopmargin {
  margin-top: 90px !important;
}

.cardcategory {
  top: 1rem;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 90%;
}

.card-title {
  height: 2.5rem;
}

.bg-white-ue {
  background-color: rgba(255, 255, 255, 0.6);
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1rem;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.ue_page_title h1.page-title {
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
}

.categorytitle h2 {
  background: #b0dcfa;
  /*背景色*/
  padding: 0.5em;
  /*文字周りの余白*/
  color: white;
  /*文字を白に*/
  border-radius: 0.5em;
  /*角の丸み*/
}
.categorytitle h3 {
  background: #666666;
  padding: 0.5em;
  border-radius: 0.5em;
  border: #ffffff 2px solid;
}
.categorytitle h3 a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
}
.categorytitle h4 {
  display: inline;
  background: #b0dcfa;
  /*背景色*/
  padding: 0.5em;
  /*文字周りの余白*/
  color: white;
  /*文字を白に*/
  border-radius: 1rem;
  /*角の丸み*/
}

.categoryname h3 {
  background: #666666;
  padding: 0.5em;
  border-radius: 0.5em;
  border: #ffffff 2px solid;
}
.categoryname h3 a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
}

.categorylead h4 {
  background: #b0dcfa;
  /*背景色*/
  padding: 0.5em;
  /*文字周りの余白*/
  color: white;
  /*文字を白に*/
  border-radius: 1rem;
  /*角の丸み*/
}

/*
XO Event Calendar - Event list
*/
.xo-event-calendar {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem !important;
  margin-bottom: 3rem !important;
}

.xo-month {
  min-height: 45vh;
}

.xo-event-list * {
  font-size: 1rem;
}

.xo-event-list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 1rem !important;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.xo-event-list p {
  margin: 0 0 0.5rem;
  padding: 0;
}

.xo-event-list .xo-event-list > dl {
  display: block;
  margin: 0.1rem 0 0 0;
  padding: 0 0 0.1rem 0;
  overflow: hidden;
  color: #444;
  border-bottom: dotted 1px #ccc;
}

.xo-event-list > dl > dt,
.xo-event-list > dl > dd {
  display: table-cell;
  vertical-align: top;
}

.xo-event-list > dl > dt > span,
.xo-event-list > dl > dd > span {
  float: left;
  margin: 0 1rem 0 0;
  padding: 0;
  vertical-align: middle;
}

.xo-event-list .thumbnail {
  margin: 0.2rem 0;
}

.xo-event-list .thumbnail img {
  padding-right: 15px;
  width: 110px;
  min-width: 110px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.xo-event-list .date {
  margin-top: 0.1rem;
  font-size: 0.9rem;
}

.xo-event-list.type-short .date,
.xo-event-list.type-standard .date {
  width: 7.5rem;
}

.xo-event-list .category {
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 2px;
}

.xo-event-list.type-short .category,
.xo-event-list.type-standard .category {
  width: 8.5rem;
}

.xo-event-list.type-detail .category {
  margin-left: 0.5rem;
}

.xo-event-list .title {
  margin-top: 0.1rem;
}

.xo-event-list .event-date {
  font-size: 0.9rem;
}

.xo-event-list li br {
  display: block;
}

.xo-event-list.type-custom .event-date {
  width: 16rem;
  margin-top: 0.2rem;
}

/* サブカテゴリ */
ul.uemachi_sub {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3rem;
}
ul.uemachi_sub li {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
ul.uemachi_sub li a p {
  margin-bottom: 0;
}
ul.uemachi_sub li a p small {
  font-size: 0.6rem;
}

.ue_sub_menu {
  background-color: #fff;
}
.accordion {
  margin: 1em auto 2rem;
  max-width: 60vw;
}
.accordion .option {
  position: relative;
  margin-bottom: 1em;
}
.accordion .option .title,
.accordion .option .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion .option .title {
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;
}
.accordion .option .title::after, .accordion .option .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.accordion .option .title::after {
  transform: rotate(90deg);
}
.accordion .option .content {
  max-height: 0;
  overflow: hidden;
}
.accordion .option .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle {
  display: none;
}

.toggle:checked + .title + .content {
  max-height: 600px;
  transition: all 1.5s;
}

.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.ue_single_nav .ue_single_nav_pre a {
  display: block;
  width: 100%;
  text-align: left;
}
.ue_single_nav .ue_single_nav_nex a {
  display: block;
  width: 100%;
  text-align: right;
}

.ue_no_text_banner {
  position: relative;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.ue_no_text_banner p {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .ue_no_text_banner {
    position: relative;
  }
  .ue_no_text_banner p {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0.5rem;
    letter-spacing: -0.05rem;
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
.ue-nagaya-partner {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px gray solid;
  border-radius: 1rem;
}
.ue-nagaya-partner h6 {
  color: white;
}

.ue-nagaya-partner .ue_nagaya_banner_img {
  max-width: 300px;
  max-height: 60px;
}

.pagination {
  text-align: center;
}

.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #7090DD;
  border-radius: 50%;
  margin-right: 25px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #7090DD;
}

.nav-links a.page-numbers:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
  border-radius: 50%;
}

.nav-links .current {
  background: #7090DD;
  color: #FFFFFF;
  padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
  border: 1px solid #004BB1;
  color: #004BB1;
  position: relative;
}

.nav-links .next::before,
.nav-links .prev::after {
  content: "";
  display: inline-block;
  width: 0.5px;
  height: 40px;
  background-color: rgb(224, 215, 215);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-links .next::before {
  left: -15px;
}

.nav-links .prev::after {
  right: -15px;
}

.nav-links .dots {
  background: transparent;
  border: none;
}

.ue-heading-001 {
  display: block;
  position: relative;
  color: #000000;
  font-size: 1.5rem;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
  background: linear-gradient(-225deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 0.4rem 0 0.3rem 1rem;
  line-height: 1.5rem;
}

.ue_page_title_disc {
  background-color: #004BB1;
  padding: 0.5rem;
  color: #fff;
  display: block;
  border-radius: 20px;
  text-align: center;
}

.archive-description {
  display: inline-block;
  border-radius: 10px;
  background-color: #fff;
}
.archive-description p {
  color: #000;
  font-size: 1.2rem;
  padding: 0 0.5rem;
  margin-bottom: 0;
}

.ue-nagayacat {
  display: block;
  width: 100%;
  border: 2px gray solid;
  border-radius: 0.8rem;
  letter-spacing: -0.05rem;
  font-size: 0.7rem;
  line-height: 1rem;
  padding: 0.5rem;
}

.ue_has_link::after {
  content: "LINK";
  position: absolute;
  z-index: 10;
  background-color: green;
  color: white;
  right: -0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  top: -0.5rem;
}/*# sourceMappingURL=uemachi-styles.css.map */