@charset "UTF-8";
/*! =======================================
※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
直接編集しないようご注意ください
※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
h4.red-caption {
  background-color: #d93c28;
  color: #FFF;
  border-radius: 20px;
  display: inline-block;
  padding: 0.2em 1em;
}

.txt_color_pink {
  color: #fe6d69;
}

/* デフォルトマークをなしにする */
.span_kome {
  display: inline-block;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/* load-styles.php  rewrite */
.wp-admin .wp-block-image .aligncenter > figcaption, .wp-admin .wp-block-image .alignleft > figcaption, .wp-admin .wp-block-image .alignright > figcaption, .wp-admin .wp-block-image.aligncenter > figcaption, .wp-admin .wp-block-image.alignleft > figcaption, .wp-admin .wp-block-image.alignright > figcaption {
  display: block;
}

/*
ol.li_parenthesis {

	margin-left: 2.5em;
	line-height: 1.6;

	li {
		list-style-type: none;
		counter-increment: cnt;

		&::before {
			content: "（" counter(cnt) "）";
			display: inline-block;
			margin-left: -3em;
			width: 3em;
		}
	}
} 
*/
.txt_require {
  border-radius: 5px;
  background-color: #c63222;
  color: #FFF;
  display: inline-block;
  font-size: 0.7em;
  font-weight: bold;
  padding: 5px;
  line-height: 1;
  margin-left: 0.75rem;
}

.dl_contact {
  background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 50%, #FFF 50%, #FFF 100%);
}
.dl_contact input[type=text], .dl_contact input[type=email], .dl_contact input[type=tel], .dl_contact select {
  border: 1px solid #ccc;
  width: auto;
  display: inline;
}
@media screen and (max-width: 992px) {
  .dl_contact input[type=text], .dl_contact input[type=email], .dl_contact input[type=tel], .dl_contact select {
    width: 100%;
  }
}
.dl_contact input.w_max {
  width: 100%;
}
.dl_contact input::placeholder, .dl_contact textarea::placeholder {
  color: #ccc;
}
.dl_contact textarea {
  width: 100% !important;
}
.dl_contact dt, .dl_contact dd {
  display: inline-block;
  padding: 0.75rem;
  margin: 0;
  min-height: 70px;
  box-sizing: border-box;
  vertical-align: top;
}
.dl_contact dt {
  width: 35%;
  background-color: #f2f2f2;
  padding-left: 1.5rem;
  border-top: 2px solid #FFF;
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .dl_contact dt {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 5px 0.5rem;
  }
}
.dl_contact dd {
  width: 60%;
  margin: 0;
  border-top: 1px dotted #ccc;
  background-color: #FFF;
}
@media screen and (max-width: 992px) {
  .dl_contact dd {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 5px 0.5rem;
    padding-bottom: 1rem;
  }
}
.dl_contact .mini_comment {
  font-size: 0.8em;
  line-height: 1.5;
  display: inline-block;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  width: 100%;
}

input[type=submit].wpcf7-form-control {
  font-size: 120%;
}
input[type=submit].wpcf7-form-control:disabled:hover {
  opacity: 1;
}

input[type=button].wpcf7-previous {
  font-size: 120%;
  background-color: #999;
}

.wpcf7 label.w_max {
  width: 100%;
}
.wpcf7 textarea {
  width: 100% !important;
}
@media screen and (max-width: 992px) {
  .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    width: 100%;
  }
}
.wpcf7 input::placeholder {
  color: #ccc;
}
.wpcf7 label b {
  display: inline-block;
  color: #FFF;
  padding: 2px 5px;
  margin-bottom: 5px;
}
.wpcf7 .wpcf7-form-control-wrap.chk-accept .wpcf7-list-item-label {
  font-weight: bold;
}

/*! =======================================
※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
直接編集しないようご注意ください
※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
html {
  font-size: 18px;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}

body, button, input, select {
  line-height: 1.8;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  body, button, input, select {
    line-height: 1.7;
  }
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  text-align: left;
  word-break: break-all;
  padding: 1em 0.5em;
}

/* A link: Button
------------------------------*/
a {
  color: #0366D6;
}
a img {
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.5;
}

.entry-content a {
  text-decoration: underline;
}

/* Original Parts
------------------------------*/
.btn {
  text-decoration: none;
  border-radius: 50px;
  background-color: #d93c28;
  padding: 0.5rem 3rem;
  color: #FFF;
  font-size: 1rem;
}
.btn:hover {
  color: #FFF !important;
  text-decoration: none !important;
  opacity: 0.5;
}

.txt_boxtitle {
  display: inline-block;
  background-color: #999;
  border-radius: 20px;
  color: #FFF;
  padding: 0.1em 1em 0.3em;
}

.wp-block-button a {
  transition: 0.5s;
}
.wp-block-button a:hover {
  opacity: 0.5;
}

.dot_redborder {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0.5em 1em;
  background: url(../images/dot_redborder.png) repeat-x left bottom;
}

#primary, #secondary {
  padding-top: 20px;
  margin-top: 30px;
}

.site-header .container-fluid {
  max-width: 1140px;
  margin: 0 auto;
}

.site-branding img {
  margin: 5px 0;
}
@media screen and (max-width: 576px) {
  .site-branding {
    max-width: 60%;
  }
}

.scrolled.header-layout-fixed .site-header {
  height: 70px;
}
.scrolled.header-layout-fixed .site-header .sub-menu {
  top: 100%;
}
.scrolled.header-layout-fixed .site-header .site-branding img {
  height: 65px;
  margin: 0;
}

/* Navigation
------------------------------*/
.nav-menu > li > a {
  text-align: center;
  line-height: 1;
  padding-top: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 0.9rem;
  position: relative;
}
.nav-menu > li > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 8px;
}
.nav-menu > li > a::after {
  content: url(../images/nav_vline.png);
  position: absolute;
  right: 0;
  top: 30%;
}
.nav-menu > li > a:hover {
  color: #000;
  opacity: 0.5;
}
.nav-menu > li:last-child a::after {
  content: "";
}
.nav-menu > li a::before {
  background-image: url(../images/icon_navietc.png);
}
.nav-menu > li.nav-aboutus a::before {
  background-image: url(../images/icon_aboutus.png);
}
.nav-menu > li.nav-action a::before {
  background-image: url(../images/icon_report.png);
}
.nav-menu > li.nav-report a::before {
  background-image: url(../images/icon_action.png);
}
.nav-menu > li.nav-grants a::before {
  background-image: url(../images/icon_grants.png);
}
.nav-menu > li.nav-dandai a::before {
  background-image: url(../images/icon_dantai.png);
}

.site-header-wrapper.is-fixed .nav-menu a {
  font-size: 0.7rem;
}
.site-header-wrapper.is-fixed .nav-menu a::before {
  height: 45px;
}

@media screen and (max-width: 1140px) {
  .nav-menu li a {
    font-size: 1rem;
  }
  .nav-menu li a::before {
    display: none;
  }
  .nav-menu li a::after {
    content: "" !important;
  }
  .site-header-wrapper.is-fixed .nav-menu a {
    font-size: 1rem;
  }
}
/* Page Header
------------------------------*/
#page-header-cover {
  height: 230px;
}
@media screen and (max-width: 768px) {
  #page-header-cover {
    height: 10em;
  }
}
#page-header-cover.no-image .swiper-slide {
  background-color: #f2f2f2;
  background-image: url(../images/back_subhead.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  text-align: right;
}
@media screen and (max-width: 992px) {
  #page-header-cover.no-image .swiper-slide {
    background-image: url(../images/back_subhead_sp.png);
    background-size: cover;
  }
}
#page-header-cover.no-image .swiper-slide .overlay {
  background-color: #fff !important;
  opacity: 0 !important;
}
#page-header-cover .swiper-slide-intro {
  max-width: 1330px;
}
#page-header-cover .swiper-slide-intro h2 {
  color: #FFF;
  width: 60%;
  margin-left: 40%;
}

.breadcrumbs {
  text-align: left;
}
.breadcrumbs a:before {
  border-left: 6px solid rgba(0, 0, 0, 0.7);
}
.breadcrumbs span {
  padding-top: 2px;
}

.home-head-content {
  background: url(../images/back_manmaru.png) no-repeat center top;
  background-size: cover;
  padding-top: 5em;
  position: relative;
  overflow: hidden;
}
.home-head-content:before {
  content: url(../images/title_homemain.png);
  position: absolute;
  top: 3em;
  left: calc(50% - 275px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .home-head-content:before {
    content: url(../images/title_homemain_sp.png);
    left: calc(50% - 185px);
  }
}
.home-head-content:after {
  content: url(../images/back_w_homemain.png);
  position: absolute;
  top: 10px;
  left: calc(50% - 380px);
  z-index: 0;
}

/* Section: Hero
------------------------------*/
.site-main .section-slider {
  width: 1300px;
  margin: 0 auto 3em;
  border-radius: 1em;
  padding: 2em 5em 2.5em;
  background-color: #FFF;
}
@media screen and (max-width: 1330px) {
  .site-main .section-slider {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .site-main .section-slider {
    padding: 2em 1em 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .site-main .section-slider {
    padding: 5em 0 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .site-main .section-slider .swiper-slide .swiper-slide-intro {
    min-height: 60vh;
  }
}
.site-main .section-slider .swiper-button-prev i,
.site-main .section-slider .swiper-button-next i {
  color: #3573bc;
}
.site-main .swiper-slider {
  z-index: 1;
}

/* Section: まんまるからのお知らせ
------------------------------*/
.section-manmarunews .container::after {
  content: url(../images/nepo.png);
  position: absolute;
  left: 0;
  bottom: 3em;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .section-manmarunews .container::after {
    bottom: -3em;
  }
}
.section-manmarunews .manmarunews-wrap {
  background-color: #FFF;
  border: 1px solid #000;
  box-shadow: 8px 8px #d93c28;
  padding: 4em 2em 3em 4em;
  max-width: 900px;
  margin: 5em auto 3em;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .section-manmarunews .manmarunews-wrap {
    max-width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .section-manmarunews .manmarunews-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-manmarunews .manmarunews-wrap {
    padding: 4em 0.8em 3em 1.5em;
  }
}
.section-manmarunews .manmarunews-wrap::before {
  content: url(../images/title_news.png);
  position: absolute;
  top: -4em;
  left: calc(50% - 202px);
  z-index: 10;
}
.section-manmarunews .manmarunews-wrap .entry-date {
  display: inline-block;
  color: #FFF;
  background-color: #d93c28;
  border-radius: 30px;
  width: 6.5rem;
  padding: 0 10px;
  margin: 0.5em 1em 0.2em 0;
  font-size: 0.9rem;
}
.section-manmarunews .manmarunews-wrap a {
  color: #000;
}
@media screen and (max-width: 992px) {
  .section-manmarunews .manmarunews-wrap a {
    display: block;
  }
}
.section-manmarunews .manmarunews-wrap a:hover {
  text-decoration: underline;
}
.section-manmarunews .content-grid-loadmore {
  margin-top: 3em;
}
.section-manmarunews .content-grid-loadmore .btn {
  background-color: #3573bc;
  border: none;
}
.section-manmarunews .content-grid-loadmore .btn:hover {
  border: none;
  opacity: 0.5;
}

/* Section: event & report
------------------------------*/
.content-title-towndesign {
  text-align: center;
  position: relative;
  margin: 5em 0 2em;
  background-image: url(../images/title_town1.png), url(../images/title_town2.png);
  background-repeat: no-repeat;
  background-position: left calc(50% - 470px) bottom 15px, right calc(50% - 470px) bottom 15px;
}
@media screen and (max-width: 768px) {
  .content-title-towndesign {
    background: none;
  }
}
.content-title-towndesign > picture {
  position: relative;
  z-index: 2;
}
.content-title-towndesign .bar-town {
  background-color: #d93c28;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  .content-title-towndesign .bar-town {
    display: none;
  }
}

.post-list {
  margin-top: 5em;
  display: none;
}
.post-list.slick-initialized {
  display: block;
}
.post-list .post-item {
  margin: 0 1em;
}
@media screen and (max-width: 576px) {
  .post-list .post-item {
    margin: 0 0.5em;
  }
}
.post-list .post-item a {
  border: 1px solid #000;
  display: block;
  transition: 0.5s;
}
.post-list .post-item a:hover {
  opacity: 0.5;
}
.post-list .post-item a:active, .post-list .post-item a:focus {
  text-decoration: none;
}
.post-list .post-item a .post-thmb {
  height: 180px;
  background-color: gainsboro;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.post-list .post-item a .post-title {
  background-color: #d93c28;
  border-top: 1px solid #000;
  color: #FFF;
  line-height: 1.3;
  height: 2.9em;
  padding: 0.1em 0.5em;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .post-list .post-item a .post-title {
    font-size: 0.9rem;
    height: 4.1em;
  }
}
.post-list .post-item a .event-date {
  height: 1.8em;
  padding: 0.1em 0.5em;
  font-size: 0.8rem;
  color: #000;
  overflow: hidden;
}
.post-list .post-item a .event-date i {
  margin-right: 0.5em;
  color: #3573bc;
}
.post-list .slick-prev, .post-list .slick-next {
  width: 2rem;
  z-index: 2;
}
.post-list .slick-prev:before, .post-list .slick-next:before {
  color: #d93c28;
  font-size: 2rem;
}

.section-event .row, .section-report .row {
  max-width: 1600px;
  margin: 0 auto;
}

.section-event .row {
  max-width: 1600px;
  margin: 0 auto;
}
.section-event .event-slide-container .post-item .post-cate-wrap {
  position: relative;
  height: 1.5rem;
}
.section-event .event-slide-container .post-item .post-cate-wrap div {
  width: 50%;
  height: 1.5rem;
  position: absolute;
  top: 0;
  text-align: center;
  border: 1px solid #000;
  border-bottom: none;
  font-size: 0.8rem;
  color: #FFF;
  overflow: hidden;
}
.section-event .event-slide-container .post-item .post-cate-wrap div.catebox {
  left: 0;
  background-color: #d93c28;
}
.section-event .event-slide-container .post-item .post-cate-wrap div.hostflg {
  right: 0;
  background-color: #3573bc;
}

.section-event-sub {
  background-color: #3573bc;
  position: relative;
  overflow: visible;
}
.section-event-sub::after {
  content: url(../images/nepo_search.png);
  position: absolute;
  bottom: -25px;
  right: 5%;
}
@media screen and (max-width: 1366px) {
  .section-event-sub::after {
    right: 0;
  }
}
.section-event-sub h2 {
  color: #FFF;
  letter-spacing: 2px;
}
.section-event-sub h2::before {
  content: url(../images/mark_search.png);
  vertical-align: middle;
  margin-right: 0.5em;
}
.section-event-sub .event-childlist {
  list-style: none;
  margin-top: 2em;
  padding: 0;
}
.section-event-sub .event-childlist li {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 2em;
}
.section-event-sub .event-childlist li a {
  transition: 0.5s;
  background-color: #FFF;
  padding: 0.5em 2em;
  border-radius: 3em;
  color: #000;
  font-size: 1.2rem;
}
.section-event-sub .event-childlist li a:hover {
  opacity: 0.5;
}

/* Section: about(まんまるってなに？)
------------------------------*/
.section-about .section-title-area {
  text-align: center;
}

/* Section: 機関紙まんまる
------------------------------*/
.section-kikanshi {
  margin-top: 10em;
  padding: 0.5em 0 5em;
  position: relative;
  overflow: visible;
  background-image: url(../images/back_w_lower.png), url(../images/back_manmaru2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto, cover;
}
.section-kikanshi::before {
  content: url(../images/nepo_talk1.png);
  position: absolute;
  top: -7em;
  left: 5%;
}
@media screen and (max-width: 1366px) {
  .section-kikanshi::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-kikanshi::before {
    content: none;
  }
}
.section-kikanshi h2 {
  font-size: 1.8rem;
  color: #000;
}

/* Section: Videolightbox
------------------------------*/
#parallax-videolightbox {
  margin: 8em 0;
}
#parallax-videolightbox .videolightbox__heading {
  color: #000;
}

.narrow-page .content-area {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media screen and (max-width: 1366px) {
  .narrow-page .content-area {
    width: 100%;
  }
}

.page-template-kikanshi .publish-index {
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 0.7rem;
}

.lst_kikanshi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  margin-bottom: 1.5em;
}
.lst_kikanshi > div {
  text-align: center;
}
.lst_kikanshi > div img {
  max-width: 200px;
  box-shadow: 5px 5px 2px 1px #d9d9d9;
}
.lst_kikanshi > div:nth-child(4n) {
  display: none;
}
@media screen and (max-width: 768px) {
  .lst_kikanshi {
    grid-template-columns: 1fr 1fr;
  }
  .lst_kikanshi > div img {
    max-width: 85%;
  }
  .lst_kikanshi > div:nth-child(4n) {
    display: block;
  }
}

.ride_nepo {
  margin-top: 100px;
  position: relative;
}
.ride_nepo::before {
  content: url(../images/nepo_hi.png);
  position: absolute;
  top: -90px;
  right: 5%;
  z-index: 10;
}

.content-area header.entry-header {
  padding-bottom: 1em;
}

.type-post .entry-header a,
.type-post .entry-more a {
  transition: opacity 0.3s;
}
.type-post .entry-header a:hover,
.type-post .entry-more a:hover {
  color: inherit;
  opacity: 0.5;
}

.entry-prevnext {
  overflow: hidden;
  width: 100%;
  padding: 3rem 0 2rem;
}
.entry-prevnext .box_prev {
  float: left;
  text-align: left;
}
.entry-prevnext .box_next {
  float: right;
  text-align: right;
}
.entry-prevnext .box_prev, .entry-prevnext .box_next {
  width: 45%;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
  .entry-prevnext .box_prev, .entry-prevnext .box_next {
    width: 100%;
    float: none;
  }
}
.entry-prevnext .box_prev svg polyline, .entry-prevnext .box_next svg polyline {
  stroke-width: 1px;
}
.entry-prevnext .box_prev a, .entry-prevnext .box_next a {
  display: inline-block;
  width: 100%;
  color: #777777;
  text-decoration: none;
  transition: 0.5s;
  font-size: 0.8rem;
}
.entry-prevnext .box_prev a:hover, .entry-prevnext .box_next a:hover {
  opacity: 0.5;
}
.entry-prevnext .box_prev a span, .entry-prevnext .box_next a span {
  font-size: 0.8em;
}

/* the_posts_pagination
------------------------------*/
.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.pagination h2.screen-reader-text {
  display: none;
}
.pagination ul.page-numbers {
  list-style: none;
  text-align: center;
}
.pagination ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul.page-numbers li a.page-numbers {
  padding: 0.2em 0.8em;
  display: inline-block;
  font-size: 1rem;
  border-radius: 1.5em;
}
.pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next {
  font-size: 1.5rem;
  padding: 0;
  margin: 0 0.5em;
  background: none;
  color: #ccc;
}
.pagination ul.page-numbers li a:focus {
  text-decoration: none;
}
.pagination ul.page-numbers li span {
  padding: 5px 10px;
  display: inline-block;
}
.pagination ul.page-numbers li span.current {
  background-color: #fe6d69;
  border-radius: 1.5em;
  padding: 0.2em 0.8em;
  color: #FFF;
}

/* widget
------------------------------*/
.widget-area .widget_categories li {
  width: 100%;
  float: none;
}

.sidebar .widget a {
  color: #000;
}
.sidebar .widget a:hover {
  color: #0366D6;
}

.widget_recent_entries li,
.wpp-list li {
  line-height: 1.3;
}

.widget_block h2, .widget-title {
  font-size: 1.2rem;
  text-transform: none !important;
  color: #3573bc;
}
.widget_block h2:before, .widget-title:before {
  content: "\f0c5";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.3em;
}

.section-manmaru-info {
  background: url(../images/back_manmaru.png) no-repeat center top;
  background-size: cover;
  margin-top: 6em;
}
.section-manmaru-info .manmaru-info-title {
  padding: 3.5em 0 1.5em;
  background: url(../images/back_w_upper.png) no-repeat center top;
  text-align: center;
}
.section-manmaru-info .manmaru-info-title h2 {
  font-size: 1.7rem;
  color: #000;
}
.section-manmaru-info .container {
  background-color: #FFF;
}

.site-footer .site-info {
  border: none;
  text-align: center;
}
.site-footer .site-info .site-copyright {
  float: none;
}/*# sourceMappingURL=manmaru.css.map */