@charset "UTF-8";
/*
Theme Name: UJyakyu2024
Template: twentytwenty
Author URI: https://spo-uozu.com/
*/

/*---------------------------*/
a:hover {
  opacity: 0.6;
}

/*---------------------------*/
.primary-menu-wrapper {
  margin-top: 1px;
}
ul.primary-menu {
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 1px;
}

.primary-menu > li {
  background-color: #001735;
  text-align: center;
  margin: auto;
  margin-left: 1px;
/*  margin-top: 1px;*/
  flex: 1 0 auto;
}
.primary-menu > li > a {
  color: #fff !important;
  font-weight: bold;
  padding: 20px;
}

.modal-menu {
  margin-bottom: 50px;
}

.primary-menu img,
.primary-menu img {
  display: inline-block;
}

/*
.primary-menu .menu-item-3396 {
  background-color: #e88da7;
}
.primary-menu .menu-item-3397 {
  background-color: #f89828;
}
*/
/*---------------------------*/
.entry-content {
  font-size: 100%;
}
#site-content .entry-header {
  padding: 2rem 0 !important;
}
h1.entry-title {
  font-size: 200% !important;
}

h1.entry-title {
  font-size: 200% !important;
}
.entry-title span,
#sitemap_list .page_item a span {
  color: #4d5a6b;
  font-size: 0.75em;
}
.entry-content > h2.alignwide,
.entry-content > .alignwide:not(.wp-block-group.has-background) {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/*---------------------------*/
.footer-widgets-outer-wrapper {
  padding: 2rem 0;
}
.footer-menu a {
  font-size: 80%;
}
.footer-social a {
  height: 5rem;
  width: 5rem;
}
.footer-social-wrapper .social-menu .svg-icon {
  width: 35px !important;
}
.footer-copyright,
.footer-copyright a {
  font-weight: 400;
  font-size: small;
}

/*--------------------------- */
.entry-categories {
    margin-bottom: 1rem;
}
h2,
h2.entry-title {
  font-size: 3.0rem;
}
.post-meta-wrapper {
    margin-top: 1rem;
}
.entry-categories-inner {
  display: none;
}


/*--------------------------- */
a.to-the-top {
  background: #cd2653;
  color: #fff;
  font-size: small;
  border-radius: 5px;
  padding: 5px 10px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  opacity: 0.8;
}

/*--------------------------- */
.search-modal .search-field {
  font-size: 2.2rem;
}
.search-untoggle svg {
  color: #fff;
}
.search-modal .search-field {
  background: #fff;
  color: #000;
}


