@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  color: #594c4c;
  background-color: #fcf4e4;
  font-family: "Meiryo", "MS Gothic", "Hiragino Kaku Gothic Pro",
    "Hiragino Sans", sans-serif;
}

a:link {
  color: #594c4c;
}

a:visited {
  color: #594c4c;
}

a:hover {
  opacity: 0.8;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

/*===============================================

	スマホメニュー

===============================================*/
.toggle-btn {
  display: none;
}

.mask {
  display: none;
}

/*===============================================

	ヘッダー

===============================================*/
.header {
}

.header__bg-color {
  background-color: #fff;
}

.header__title {
  max-width: 1500px;
  margin: 0 auto;
  padding: 44px 0 20px 0px;
  background-image: url(../img/header_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}

.header__rss {
  position: absolute;
  top: 10px;
  right: 100px;
}

.header__logo {
  text-align: center;
}

.header__line {
  width: 100%;
  height: 6px;
  background-image: url(../img/header_line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.header__nav {
  background-color: #f3ece4;
}

.header__nav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}

.gnav {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.gnav__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 234px;
  flex: 0 1 234px;
  position: relative;
}

.gnav__item--home {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 93px;
  flex: 0 1 100px;
}

.gnav__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(
    to top,
    #594c4c,
    #594c4c 5px,
    #fff 5px,
    #fff 10px
  );
  background-size: 1px 10px;
  background-repeat: repeat-y;
}

a.gnav__link {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  /* リンクを広げ上下中央配置 */
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.gnav__link:hover {
  color: #8d7768;
}

.gnav__list-lv2 {
  width: calc(100% - 1px);
  opacity: 0;
  z-index: -10;
  position: absolute;
  top: 100%;
  left: -9999px;
  transition: opacity 0.3s;
  background: #fff;
}

.gnav__item:hover > .gnav__list-lv2 {
  opacity: 1;
  z-index: 100;
  left: 0;
}

.gnav__item-lv2 {
  width: 100%;
  margin-bottom: 1px;
  text-align: left;
}

a.gnav__link-lv2 {
  display: block;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  padding: 15px 30px 15px 12px;
  background-color: #8d7768;
  position: relative;
}

a.gnav__link-lv2:after {
  /*
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translatey(-50%) rotate(45deg);
    transform: translatey(-50%) rotate(45deg);
	*/
}

a.gnav__link-lv2:hover {
  background-color: #9d897b;
}

a.gnav__link-lv2:hover {
  opacity: 1;
}

.header__sub-nav {
  display: none;
}
/*===============================================

	メインコンテンツ

===============================================*/
.main-outer {
  padding: 0 15px;
}

.main-slide {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 0 0;
}

.main-slide img {
  width: 100%;
  /*height: 295px;*/
}

/* トップスライダー */
.top_img_sp_tbl {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.one-line_comment {
  max-width: 1300px;
  width: 100%;
  margin: 15px auto 0px auto;
  padding: 4px 0 2px 0;
  border: 1px solid #333;
  background-color: #fff;
}

.one-line_comment p {
  text-align: center;
  font-size: 1.8rem;
}

.main-cont {
  max-width: 1300px;
  width: 100%;
  margin: 25px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-cont__body {
  width: 900px;
}

.main-cont__side {
  width: 350px;
  margin: 0 0 0 50px;
}

.main-cont__body__item {
  margin-bottom: 45px;
}

.main-cont__body__item--mb-l {
  margin-bottom: 73px;
}

.top-heading_bg {
  height: 80px;
  line-height: 80px;
  margin: 0 0 5px 0;
  background-image: url(../img/top-heading_bg.png);
  background-repeat: no-repeat;
  background-position: left;
}

.top-heading_bg--citizen {
  margin-bottom: 25px;
}

.top-heading_bg--mgt {
  margin-bottom: 20px;
}

.top-heading_bg--town {
  margin-bottom: 30px;
}

.top-heading,
.top-heading-2lines {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  padding: 0px 0 0 75px;
  background-repeat: no-repeat;
  background-position: left 13px center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.top-heading--news {
  background-image: url(../img/icon_news.png);
}

.top-heading--event {
  background-image: url(../img/icon_event.png);
}

.top-heading--citizen {
  background-image: url(../img/icon_citizen.png);
}

.top-heading--mgt {
  background-image: url(../img/icon_management.png);
}

.top-heading--town {
  background-image: url(../img/icon_town.png);
}

.top-news__cont {
  padding: 33px;
  background-color: #fff;
  border: 1px dashed rgba(51, 51, 51, 0.7);
}

.top-news__scroll {
  height: 333px;
  overflow: auto;
  padding-right: 15px;
}

.top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
}

.top-news__item__ttl {
  max-width: 245px;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

.top-news__item__img {
  margin: 0 25px 0 0;
}

.top-news__item__txt {
  max-width: 245px;
  font-size: 1.5rem;
}

.top-news__btn {
  width: 250px;
  margin: 15px 0 0 auto;
  line-height: 46px;
  height: 50px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.top-news__btn a {
  /*display: block;
    background-color: #28A6B0;*/
  color: #fff;
}

.top-news-btn {
  position: relative;
  display: inline-block;
  padding: 0.1em 3.2em;
  background: linear-gradient(#75b024, #75b024);
  border: 1px solid #75b024;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.top-news-btn::after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: "";
  border: 2px dashed #fff;
  border-radius: 0.4em 2em 0.5em 3em/3em 0.5em 2em 0.5em;
}

.top-event__cont {
  padding: 33px;
  background-color: #fff;
  border: 1px dashed rgba(51, 51, 51, 0.7);
  position: relative;
  z-index: 60;
}

.top-event__scroll {
  max-height: 333px;
  overflow: auto;
}

.top-event__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1em;
}

.top-event__list li {
  position: relative;
  /* padding: 0 0 0 15px; */
  list-style: none;
  display: flex;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  width: -webkit-calc((100% / 2) - 30px);
  width: calc((100% / 2) - 30px);
}

.top-event__list li img {
  display: inline-block;
  width: 100%;
  max-width: 90px;
}

.top-event__list li div {
  width: 68%;
  padding-left: 1em;
}

.top-event__scroll.top-citizen__list li {
  list-style: none;
}

/* .top-event__list li:not(:last-child) {
  margin: 0 0 15px 0;
} */

/* .top-event__list li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #594c4c;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
} */

.top-event__list li a {
  /* font-size: 1.7rem;
  color: #ff3300;
  text-decoration: underline; */
  padding-bottom: 0.25em;
}

.top-event__btn_wrap {
  position: relative;
  width: 250px;
  margin: 20px 0 0 auto;
  z-index: 50;
}

.top-event__btn {
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.top-event__btn a {
  display: flex;
  align-items: center;
  column-gap: 1em;
  justify-content: center;
  color: #fff;
  padding: 0 0 0 3em;
  background-image: url(../img/event_bg.png);
  background-repeat: no-repeat;
  position: relative;
}

.fa-circle-chevron-right {
  font-size: 1.5em;
  transition: all 0.5s;
}

.b_active {
  color: rgb(255, 51, 0);
  transition: all 0.5s;
}

/* .top-event__btn a:before,
.top-event__btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 20px;
  height: 4px;
  background-color: #fff;
}

.top-event__btn a:before {
  transition: 0.3s;
}

.top-event__btn a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: 0.2s;
}

.top-event__btn.open a:before {
  background: transparent;
}

.top-event__btn.open a:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
} */

.top-event__calendar {
  display: none;
  position: absolute;
  top: 100%;
  left: 2px;
  background: #fff;
  width: 100%;
}

.top-event__calendar a {
  color: #003cff;
  text-decoration: underline;
}

.calen_box table {
  width: 100%;
}

a.about-point {
  display: block;
  margin-top: -180px;
  padding-top: 180px;
  z-index: 1;
}

.top-about__heading {
  margin: 0 0 -20px 0;
}

.top-about__cont {
  height: 400px;
  padding: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.top-about__main-txt {
  font-size: 3.74rem;
  letter-spacing: 0.18em;
  margin: 0 0 7px 0;
  padding: 50px 50px 0 50px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.top-about__sub-txt {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 170%;
  padding: 0px 50px 0 55px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.top-citizen__cont {
  padding: 0 40px;
}

.top-citizen__search {
  max-width: 400px;
  margin: 0 auto 20px auto;
}

.top-citizen__search img {
  width: 100%;
}

.top-citizen__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.top-citizen__list li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  width: -webkit-calc((100% / 2) - 20px);
  width: calc((100% / 2) - 20px);
}

.top-citizen__list li img {
  width: 100%;
}

.top-mgt__cont {
  padding: 0 40px;
}

.top-mgt__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.top-mgt__list li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  width: -webkit-calc((100% / 3) - 20px);
  width: calc((100% / 3) - 20px);
}

.top-mgt__list li img {
  width: 100%;
}

.top-town__cont {
  padding: 0 50px;
}

.top-town__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -32px;
}

.top-town__list li {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 32px;
  width: -webkit-calc((100% / 3) - 50px);
  width: calc((100% / 3) - 50px);
}

.top-town__list li img {
  width: 100%;
}

.top-side-menu {
  margin-bottom: 50px;
}

.top-heading-side_bg {
  margin: 0 0 12px 0;
  width: 100%;
  height: 60px;
  background-image: url(../img/side_heading_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}

.top-heading-side {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  background-repeat: no-repeat;
  background-position: left 22px center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  /* 上下左右中央寄せ */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-heading-side--project {
  background-image: url(../img/icon_project.png);
}

.top-heading-side--related {
  background-image: url(../img/icon_related.png);
}

.top-heading-side--partners {
  background-image: url(../img/icon_partners.png);
}

.top-project__cont {
  padding: 0 50px;
}

.top-related__cont {
  padding: 0 40px;
}

.top-partners__cont {
  padding: 0 40px;
}

.side-banner-list li:not(:last-child) {
  margin-bottom: 12px;
}

.top-project__list img {
  width: 100%;
}

.top-related__list img {
  width: 100%;
}

.top-partners__list img {
  width: 100%;
}

.contact-btn {
  max-width: 340px;
  margin: 0 auto;
}

.contact-btn img {
  width: 100%;
}

.contact-btn__access {
  margin-bottom: 10px;
}

/*===============================================

	フッター

===============================================*/
.footer {
}

.f-menu_bg-color {
  background-color: #f3ece4;
  padding: 10px 0;
}

.f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.f-menu li {
  text-align: center;
  border-right: 1px solid #4c3d3a;
}

.f-menu li:last-child {
  border-right: none;
}

.f-menu__item--home {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 122px;
  flex: 0 1 122px;
}

.f-menu__item--about {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 186px;
  flex: 0 1 186px;
}

.f-menu__item--news {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 186px;
  flex: 0 1 152px;
}

.f-menu__item--citizen {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 186px;
  flex: 0 1 152px;
}

.f-menu__item--mgt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 150px;
  flex: 0 1 182px;
}

.f-menu__item--town {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 169px;
  flex: 0 1 169px;
}

.f-menu__item--project {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 186px;
  flex: 0 1 186px;
}

.f-menu__item--sitemap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 186px;
  flex: 0 1 186px;
}

.f-menu li a {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.f-menu li a:hover {
  text-decoration: underline;
}

.footer__body_outer {
  padding: 0 15px;
}

.footer__body {
  max-width: 1280px;
  margin: 35px auto 20px auto;
  padding: 0 35px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-address__name {
  margin: 0 60px 0 0;
}

.f-address__box {
  font-size: 1.7rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.f-address__num_gp {
  padding: 2px 0 0 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.f-address__num {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-address__num dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__body__list {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.footer__body__list li.arrow {
  position: relative;
  padding: 0 0 0 25px;
}

.footer__body__list li.arrow:before {
  content: url(../img/arrow_s.png);
  display: inline-block;
  position: absolute;
  top: 55%;
  transform: translatey(-50%);
  left: 0;
}

.footer__body__list li:not(:last-child) {
  margin: 0 0 15px 0;
}

.footer__body__list li.txtm {
  font-size: 1.7rem;
  font-weight: normal;
}

.footer__body__list a:hover {
  text-decoration: underline;
}

.footer__deco {
  height: 145px;
  background-color: #fff;
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 0;
  background-color: #fff;
}

/*===============================================

	ページトップへボタン

===============================================*/
#page-top {
  position: fixed;
  right: 32px;
  bottom: 85px;
}

#page-top a {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  width: 75px;
  height: 75px;
  padding-top: 35px;
  text-align: center;
  background-color: rgba(74, 150, 84, 0.7);
  border-radius: 50%;
  position: relative;
}

#page-top a:hover {
  opacity: 1;
  background-color: rgba(74, 150, 84, 1);
}

#page-top a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 22px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translatex(-50%) rotate(45deg);
}

/*==============================================================================

	ここから中ページ
	
	運営

==============================================================================*/
.mid-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.breadcrumbs {
  font-size: 1.5rem;
  line-height: 1;
  margin: 20px 0;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__list li {
  margin-left: 7px;
  padding-left: 17px;
  position: relative;
}

.breadcrumbs__list li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.breadcrumbs li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs li:first-child:before {
  content: none;
}

.breadcrumbs__list li a:hover {
  text-decoration: underline;
}

.mid-title_bg {
  height: 180px;
  background-image: url(../img/mid-title_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 45px;
}

.page-description {
    font-size: 1.8rem;
    line-height: 1.6;
    margin:  48px 32px;
}

.mid-title {
  font-size: 4.9rem;
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 0 0;
}

.mid-subtitle {
    font-size: 2rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background-color: rgb(89, 76, 76);
    color: #ffffff;
    padding: 24px 32px 24px 72px;
    border-radius: 8px;
    margin: 48px 0 16px 0;
    background-image: url("../img/flower.png");
    background-repeat: no-repeat;
    background-position: center left 20px;
}

.mid-cont {
  padding: 0px 15px;
}

.mid-cont__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.common-margin-bottom-60px {
    margin-bottom: 60px;
}

.mid-cont__heading {
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  background-color: #ff9999;
  border-radius: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.mid-cont__heading--interview {
  letter-spacing: 0.05em;
}

.mid-cont__body {
  padding: 0 50px;
  margin-top: 50px;
}

.mgt-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  margin-bottom: 90px;
}

.mgt-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 40px;
}

.mgt-list a {
  display: block;
  font-size: 2.8rem;
  padding: 29px 10px 29px 70px;
  background-color: #fff;
  border-top: 7px solid #594c4c;
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
}

.mgt-list a:hover {
  text-decoration: underline;
  opacity: 1;
}

.mgt-list a:before {
  content: url(../contents/img/arrow.png);
  display: inline-block;
  position: absolute;
  top: 52%;
  transform: translatey(-50%);
  left: 30px;
}

.mgt-item-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mgt-item-list > li {
    width: 50%;
    padding: 0 10px;
    margin: 16px 0;
}
.mgt-item-list > li > a {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 16px;
    padding: 16px 10px 16px 102px;
    background-color: #ffe8be;
    background-image: url("../img/arrow-brown.png");
    background-repeat: no-repeat;
    background-position: center left 40px;
    border: 2px solid #594c4c;
    border-radius: 8px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    position: relative;
}
.mgt-item-sublist {
    margin: 16px 64px;
}
.mgt-item-sublist > li {
    font-size: 1.8rem;
    padding: 0;
    margin: 8px 0;
}
.mgt-item-sublist > li::before {
    display: inline-block;
    content: "ー";
    margin-right: 8px;
}

.mid-cont__heading02 {
  font-size: 3rem;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
  position: relative;
}

.mid-cont__heading02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 8px;
  height: 100%;
  max-height: 40px;
  background-color: #594c4c;
}

.mid-cont__heading02:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #594c4c;
}

.detail_box {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 40px 22px;
  background-color: #fff;
}

.detail_box a:link {
  color: #1236e3;
  word-break: break-all;
}

.detail_box a:visited {
  color: #1236e3;
}

.detail_box a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.rule_box__lead {
  font-weight: bold;
  margin-bottom: 55px;
  padding-left: 10px;
}

.detail_box__sec--mb {
  margin-bottom: 50px;
}

.detail_box__heading {
  font-size: 2rem;
  border-bottom: 1px dashed #594c4c;
  padding: 0 15px;
  margin: 0 -10px 15px;
}

.detail_box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail_box__row__text {
  width: 100%;
}

.detail_box__row__text img {
  border-radius: 10px;
}

.detail_box__pic {
  flex: 0 0 300px;
}

.detail_box__pic img {
  border-radius: 10px;
}

.detail_box__pic--m {
  margin: 0 25px;
}

.detail_box__pic--mr {
  margin-right: 20px;
}

.detail_box__pic--ml {
  margin-left: 20px;
}

.rule_box .indent {
  text-indent: 1em;
}

.rule_box__example {
  padding: 35px 0 0 3px;
}

.rule_box__example__name {
  margin-bottom: 25px;
}

.back_btn {
  max-width: 375px;
  margin: 35px auto 60px auto;
  line-height: 45px;
  height: 45px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.back_btn a {
  display: block;
  color: #594b39;
  background-color: #ffd24d;
  border-radius: 50px;
}

/*==============================================================================
	
	草津インタビュー

==============================================================================*/
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0 0 0;
  padding: 0 15px;
  font-size: 1.5rem;
}

.paging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}

.paging__list li {
  position: relative;
  margin-left: 3px;
  padding-left: 7px;
}

.paging__list li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.paging__list li:first-child:before {
  content: none;
}

.paging__list li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}

.paging__list li a:hover {
  text-decoration: underline;
}

.interview_item {
  margin-bottom: 35px;
}

.interview_item__cont {
  background-color: #fff;
  padding: 30px 16px;
  margin-bottom: 55px;
}

.interview_item__heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.interview_item__heading span {
  margin-left: 20px;
}

.interview_item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.interview_item__pic {
  margin-right: 20px;
}

.interview_item__pic img {
  border-radius: 10px;
}

.interview_item__main_txt {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.interview_item__btn {
  width: 90px;
  margin: 15px 0 0px auto;
  line-height: 40px;
  height: 40px;
}

.interview_item__btn a {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0 0 0 15px;
  /*border: 1px solid #5E504D;
    position: relative;*/
}

.interview_item__btn a:hover {
  text-decoration: underline;
}

.interview_item__btn a:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 10px;
  /*border-width: 10px 13px 10px 0px;
    border-color: transparent #594C4C transparent transparent;
    border-style: solid;*/
}

.paging--under {
  margin-top: -10px;
  margin-bottom: 50px;
  padding: 0;
}

.interview_box__pic img {
  width: 100%;
  padding: 5px;
  border: 1px solid #cccccc;
}

.interview_box__row {
  margin-bottom: 15px;
}

.interview_box__row img {
  border-radius: 10px;
}

.interview_box__spacing {
  letter-spacing: 0.04em;
}

.cont02_nam {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
}

/*==============================================================================
	
	保険・広報

==============================================================================*/
.text_box2_con {
  margin: 0;
  padding: 0;
  max-width: 940px;
}

.text_box2 {
  margin: 0 auto;
  max-width: 900px;
}

.text_box2_midashi {
  font-size: 1.5em;
  margin: 15px 0 10px 0;
  padding: 0 0 0 10px;
  border-bottom-width: 1px;
  border-bottom-color: #594c4c;
  border-bottom-style: solid;
}

.text_box2 li {
  margin: 0 0 0 30px;
  list-style: disc;
}

/*==============================================================================

	助成金・補助金・広報・節約術・施設紹介

==============================================================================*/
.sp_tbl {
  max-width: 940px;
  margin: 0 auto;
}

.bumon {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 20px 0 15px 0;
  padding: 10px 0 10px 0;
  background: #594c4c;
}

.naka_mid {
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 20px 0 15px 0;
  padding: 10px 0 10px 0;
  background: #ff6633;
}

ul.kifu_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
ul.kifu_list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
ul.kifu_list li:nth-of-type(3n) {
  margin-right: 0;
}
ul.kifu_list img {
  width: 100%;
}

/*　イキイキ活動助成　*/
/*a.anchor {
   display: block;
   margin-top:-150px;
   padding-top:150px;
    z-index: 1;
}*/

.ikiki_tbl_box {
  width: 66%;
}

.ikiki_bnr_left_box img {
}

.ikiki_bnr_right_box img {
}

@media only screen and (max-width: 599px) {
  ul.kifu_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  ul.kifu_list li:last-of-type {
    margin-bottom: 0;
  }
  ul.kifu_list img {
    margin: 0;
  }
}

.saitaku_midashi,
.jyoseikin_ichinran_midashi {
  font-size: 1.5em;
  font-weight: bold;
  color: #594c4c;
  border-bottom-width: 5px;
  border-bottom-color: #594c4c;
  border-bottom-style: solid;
  margin: 20px 0 10px 0px;
  padding: 0 0 0 10px;
}

.group_name {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}

.group_name1 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  border-left-width: 5px;
  border-left-color: #0000fe;
  border-left-style: solid;
}

.group_name2 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  border-left-width: 5px;
  border-left-color: #0ec10d;
  border-left-style: solid;
}

.group_name3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  border-left-width: 5px;
  border-left-color: #ff6501;
  border-left-style: solid;
}

.group_name4 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  border-left-width: 5px;
  border-left-color: #da69b7;
  border-left-style: solid;
}

.group_name5,
.group_name6,
.group_name7,
.group_name8,
.group_name9 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}

.group_name5 img,
.group_name6 img,
.group_name7 img,
.group_name8 img,
.group_name9 img {
  border-radius: 3px;
}

a .kazari_btn1 {
  text-align: center;
  padding: 5px;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  float: right;
  width: 60px;
  background-color: #ffcccc;
}

a .kazari_btn1:hover {
  text-align: center;
  padding: 5px;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  float: right;
  width: 60px;
  background-color: #ffffcc;
}

.saitaku-hp-btn {
  font-size: 0.8em;
  display: inline-block;
  padding: 0.5em 1em;
  border: 2px solid #333;
  border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
  color: #fff;
  background: #594c4c;
  text-decoration: none;
  text-align: center;
}

.saitaku-hp-btn-box a {
  color: #fff !important;
  word-break: keep-all !important;
}

.c_line2 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom-width: 3px;
  border-bottom-color: #cc9900;
  border-bottom-style: dotted;
  height: 1px;
  max-width: 940px;
  display: block;
}

.hp_url {
  word-break: break-all;
}

.qa_text {
  font-weight: bold;
  line-height: 120%;
  margin: 0px 10px 0 15px;
  padding: 15px 0px 15px 15px;
  background: #cce7f3;
}

.qa ul {
  margin: 0px;
  padding: 0px;
}

.qa li {
  margin: 5px 0px 0px 45px;
  padding: 0px;
  list-style-image: url(../img/list.png);
}

.sp_tbl_border {
  max-width: 940px;
  margin: 0 auto;
  display: table;
}

.sp_tbl_border table,
.sp_tbl_border td,
.sp_tbl_border th {
  padding: 10px;
  border-collapse: collapse;
  border: 1px solid #594c4c;
}

.sp_tbl_border th {
  background: #e8e2dd;
}

.sp_tbl_border_scroll {
  max-width: 940px;
  margin: 0 auto;
}

.sp_tbl_border_scroll table,
.sp_tbl_border_scroll td,
.sp_tbl_border_scroll th {
  padding: 10px;
  border-collapse: collapse;
  border: 1px solid #594c4c;
}

.sp_tbl_border_scroll th {
  background: #e8e2dd;
}

.sp_tbl_border a:link {
  color: #594c4c;
}

.sp_tbl_border a:visited {
  color: #594c4c;
}

.sp_tbl_border a:hover {
  opacity: 0.8;
}

.sp_tbl_shisetsu {
}

.tabu_box {
  margin: 0px;
  padding: 0px;
  background-color: #4f81bd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.tabu_m {
  color: #ffffff;
  margin: 0px;
  padding: 5px 10px 5px 10px;
}

/*==============================================================================
	
	交通アクセス

==============================================================================*/
.map {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/*==============================================================================
	
	サイトマップ

==============================================================================*/
.sitemap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.sitemap__child {
  width: calc(100% / 4);
  padding: 0 10px 30px 10px;
}

.sitemap__title {
  font-size: 2rem;
  margin-bottom: 10px;
}

.sitemap__grand-child {
  font-size: 1.5rem;
  margin-top: 12px;
}

.sitemap__grand-child:first-of-type {
  margin-top: 0;
}

.sitemap__arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  color: #333;
  padding-right: 5px;
}

.sitemap__arrow:hover span {
  text-decoration: underline;
}

.sitemap__list {
  padding-left: 20px;
}

.sitemap__list li {
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.sitemap__list a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #333;
  padding-right: 5px;
}

.sitemap__list a:hover span {
  text-decoration: underline;
}

/*==============================================================================
	
	団体運営コンテンツ管理

==============================================================================*/
.cont-pic {
}

.cont-pic img {
  max-width: 300px;
  height: auto;
}

/*==============================================================================
	
	団体をさがす

==============================================================================*/
.search-tbl a:link {
  color: #1236e3;
  word-break: break-all;
}

.search-tbl a:visited {
  color: #1236e3;
}

.search-tbl a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.search-list-btn-box {
  margin: 10px 0 15px 0;
  display: flex;
  justify-content: flex-end;
}

.search-list-btn {
  margin: 0 5px 0 5px;
}

.btn-square-little-rich {
  position: relative;
  display: inline-block;
  padding: 0.5em 2.5em;
  text-decoration: none;
  color: #fff;
  background: #03a9f4; /*色*/
  border: solid 1px #0f9ada; /*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.btn-square-little-rich:active {
  /*押したとき*/
  border: solid 1px #03a9f4;
  box-shadow: none;
  text-shadow: none;
}

.search-list-btn a:link {
  color: #ffffff;
  font-weight: bold;
}

.search-list-btn a:visited {
  color: #ffffff;
}
.dantai-syosai-pic {
  max-width: 768px;
}

.dantai-syosai-pic img {
  display: block;
  margin: 10px auto;
}

/*==============================================================================
	
	街道物語

==============================================================================*/
.kaidou_nam {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 -15px 0;
}

/*==============================================================================
	
	くさつ元気ルポ

==============================================================================*/
.cont17_nam {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 -15px 0;
}

/*==============================================================================
	
	くさつ市民活動　虫めがね

==============================================================================*/
.musinegane_list li {
  font-size: 1em;
  margin: 20px auto;
  list-style: disc;
  max-width: 570px;
}

/*==============================================================================
	
	新着情報

==============================================================================*/
.news-day {
  text-align: right;
  margin: -10px 0 20px 0;
}

.dot {
  margin: 30px 0 10px 0;
  border: 0;
  border-bottom: 2px dashed #9e8d8d;
  background: #fff;
  width: 98%;
  display: inline-block;
}

/*==============================================================================
	
	さくらマップ

==============================================================================*/
.sakura-map {
  width: 850px;
  margin: 10px auto;
}

.sakura-map iframe {
  max-width: 850px;
}

/*===============================================

	新着情報一覧

===============================================*/
.news-list {
  font-size: 1em;
}

.news-list dl {
  padding-top: 0.4em;
  margin: 0 0.3em;
}

.news_hi_2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.news-list dt {
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 5px 0px 5px 10px;
  width: 250px;
}

.news-list dd {
  margin: 0 10px 5px 10px;
  padding: 5px 0px 5px 13.5%;
  border-bottom: 1px dashed #333333;
}

.news_main_2 {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

a .page_p {
  text-align: center;
  margin: 0px 0px 20px 10%;
  padding: 5px 0px 0px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  float: left;
  height: 35px;
  width: 100px;
}

a .page_n {
  text-align: center;
  margin: 0px 0px 20px 50%;
  padding: 5px 0px 5px 0px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  float: left;
  height: 35px;
  width: 100px;
}

.page_p_n {
  text-align: center;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 35px;
  width: 285px;
}

.page_n_n {
  text-align: center;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 35px;
  width: 285px;
}

a .page_p:hover {
  text-align: center;
  text-decoration: underline;
  margin: 0px 0px 20px 10%;
  padding: 5px 0px 5px 0px;
  border-width: 1px;
  border-color: #aaaaaa;
  border-style: solid;
  float: left;
  height: 35px;
  width: 100px;
}

a .page_n:hover {
  text-align: center;
  text-decoration: underline;
  margin: 0px 0px 20px 50%;
  padding: 5px 0px 5px 0px;
  border-width: 1px;
  border-color: #aaaaaa;
  border-style: solid;
  float: left;
  height: 35px;
  width: 100px;
}

/*==============================================================================
	
	ページネーション

==============================================================================*/
.pager {
  max-width: 1000px;
  margin: 10px auto;
  display: block;
}

.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  border-width: 1px;
  border-color: #594c4c;
  border-style: solid;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #594c4c;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #000;
  background: #c1b7b7;
}

/*==============================================================================
	
	イベント情報

==============================================================================*/
.event_section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  column-gap: 2%;
  row-gap: 1em;
  padding: 2%;
}

.event_box {
  display: flex;
  max-height: 200px;
  width: 100%;
  padding: 1%;
  column-gap: 1%;
  border: 1px solid #ccc;
}

.event_box div {
  width: 100%;
}

.event_box img {
  max-width: 120px;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}

/*==============================================================================
	
	イベント情報(個別ページ)

==============================================================================*/
.event_section2 {
  display: flex;
  justify-content: space-between;
  padding: 2%;
  border: 2px solid #000;
  align-items: start;
  row-gap: 1em;
  flex-wrap: wrap;
}

.event_section2 p {
  margin-bottom: 1em;
  padding: 1em;
}

.info_box {
  width: 58%;
}

.info_box table tr {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  justify-content: flex-start;
  row-gap: 1em;
}

.info_box table {
  width: 100%;
  margin-bottom: 2em;
}

.info_box table tr th {
  justify-self: right;
}

.img_box {
  width: 40%;
}

.img_box img {
  max-width: 100%;
}

.pdf_link {
  width: 100%;
  padding: 2% 2% 0 2%;
  border-top: 2px dotted #c9c9c9;
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 2%;
}

/*==============================================================================
	
	管理画面　文字装飾

==============================================================================*/
.st001 {
  color: #ff0000;
}

.st002 {
  color: #0000ff;
}

.st003 {
  color: #ff9900;
}

.st004 {
  color: #009900;
}

.st011 {
  color: #ff0000;
  font-weight: bold;
}

.st012 {
  color: #0000ff;
  font-weight: bold;
}

.st013 {
  color: #ff9900;
  font-weight: bold;
}

.st014 {
  color: #009900;
  font-weight: bold;
}

.st021 {
  color: #ff0000;
  font-style: italic;
}

.st022 {
  color: #0000ff;
  font-style: italic;
}

.st023 {
  color: #ff9900;
  font-style: italic;
}

.st024 {
  color: #009900;
  font-style: italic;
}

.st031 {
  color: #ff0000;
  text-decoration: underline;
}

.st032 {
  color: #0000ff;
  text-decoration: underline;
}

.st033 {
  color: #ff9900;
  text-decoration: underline;
}

.st034 {
  color: #009900;
  text-decoration: underline;
}

.st010 {
  font-weight: bold;
}

.st020 {
  font-style: italic;
}

.st030 {
  text-decoration: underline;
}

/* 文字大 */

.st101 {
  font-size: 150%;
  color: #ff0000;
}

.st102 {
  font-size: 150%;
  color: #0000ff;
}

.st103 {
  font-size: 150%;
  color: #ff9900;
}

.st104 {
  font-size: 150%;
  color: #009900;
}

.st111 {
  font-size: 150%;
  color: #ff0000;
  font-weight: bold;
}

.st112 {
  font-size: 150%;
  color: #0000ff;
  font-weight: bold;
}

.st113 {
  font-size: 150%;
  color: #ff9900;
  font-weight: bold;
}

.st114 {
  font-size: 150%;
  color: #009900;
  font-weight: bold;
}

.st121 {
  font-size: 150%;
  color: #ff0000;
  font-style: italic;
}

.st122 {
  font-size: 150%;
  color: #0000ff;
  font-style: italic;
}

.st123 {
  font-size: 150%;
  color: #ff9900;
  font-style: italic;
}

.st124 {
  font-size: 150%;
  color: #009900;
  font-style: italic;
}

.st131 {
  font-size: 150%;
  color: #ff0000;
  text-decoration: underline;
}

.st132 {
  font-size: 150%;
  color: #0000ff;
  text-decoration: underline;
}

.st133 {
  font-size: 150%;
  color: #ff9900;
  text-decoration: underline;
}

.st134 {
  font-size: 150%;
  color: #009900;
  text-decoration: underline;
}

.st110 {
  font-size: 150%;
  font-weight: bold;
}

.st120 {
  font-size: 150%;
  font-style: italic;
}

.st130 {
  font-size: 150%;
  text-decoration: underline;
}

.st100 {
  font-size: 150%;
}

/* 文字特大 */

.st201 {
  font-size: 200%;
  color: #ff0000;
}

.st202 {
  font-size: 200%;
  color: #0000ff;
}

.st203 {
  font-size: 200%;
  color: #ff9900;
}

.st204 {
  font-size: 200%;
  color: #009900;
}

.st211 {
  font-size: 200%;
  color: #ff0000;
  font-weight: bold;
}

.st212 {
  font-size: 200%;
  color: #0000ff;
  font-weight: bold;
}

.st213 {
  font-size: 200%;
  color: #ff9900;
  font-weight: bold;
}

.st214 {
  font-size: 200%;
  color: #009900;
  font-weight: bold;
}

.st221 {
  font-size: 200%;
  color: #ff0000;
  font-style: oblique;
}

.st222 {
  font-size: 200%;
  color: #0000ff;
  font-style: oblique;
}

.st223 {
  font-size: 200%;
  color: #ff9900;
  font-style: italic;
}

.st224 {
  font-size: 200%;
  color: #009900;
  font-style: italic;
}

.st231 {
  font-size: 200%;
  color: #ff0000;
  text-decoration: underline;
}

.st232 {
  font-size: 200%;
  color: #0000ff;
  text-decoration: underline;
}

.st233 {
  font-size: 200%;
  color: #ff9900;
  text-decoration: underline;
}

.st234 {
  font-size: 200%;
  color: #009900;
  text-decoration: underline;
}

.st210 {
  font-size: 200%;
  font-weight: bold;
}

.st220 {
  font-size: 200%;
  font-style: italic;
}

.st230 {
  font-size: 200%;
  text-decoration: underline;
}

.st200 {
  font-size: 200%;
}

/*==============================================================================
	
	イベント情報

==============================================================================*/

.paging_ev {
  display: flex;
  justify-content: center;
  column-gap: 1em;
  row-gap: 1em;
  flex-wrap: wrap;
  margin-top:1em;
}

.paging_ev li {
  width: 3em;
  height: 3em;
  background-color: #f88539;
  border-radius: 50% / 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.paging_ev li:has(.active) {
  background-color:#ffffff;
  border-radius: 50% / 50%;
  border: 1px solid #f88539;
}

.paging_ev li .active {
  color:#f88539;
}

.detail_box ul.paging_ev li a {
  color: white;
}

ul.paging_ev li span {
  font-size: 1em;
}

.ev_info {
  display: flex;
  flex-flow: column;
  row-gap: 1em;
  padding: 2%;
}

.ev_info dt {
  font-size: 1.2em;
}

.ev_info dd {
  padding-left: 0.5em;
  font-size: 0.9em;
}

/*==============================================================================
	
	ソーシャルボタン情報

==============================================================================*/

.social_btn {
  margin-top: 2%;
  padding: 2%;
  background-color: #ffffff;
  display: flex;
  column-gap: 1em;
}

.mail_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5%;
  border: 1px solid #858484;
  max-height: 20px;
}

.mail_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
}

.fa-envelope {
  font-size: 0.9em;
  margin-right: 0.25em;
  padding-top: 3px;
}

.fb-share-button span {
  vertical-align: top !important;
}
