@charset "UTF-8";
/* --------------------------------
	レスポンシブ
-------------------------------- */
/* -----カラー設定----- */
.main-color-txt {
  color: #469F98;
}
.main-color-bg {
  background-color: #469F98;
}
.main-color-border {
  border-color: #469F98;
}

.sub-color-txt {
  color: #2B7973;
}
.sub-color-bg {
  background-color: #2B7973;
}
.sub-color-border {
  border-color: #2B7973;
}

.btn-color-txt {
  color: #469F98;
}
.btn-color-bg {
  background-color: #469F98;
}
.btn-color-border {
  border-color: #469F98;
}

.bg-color-clear-aqua {
  background-color: #F4FFFE;
}

.bg-color-aqua {
  background-color: #B4DCF0;
}

/* -----END カラー設定----- */
/* ------------------------------------------- */
/* ヘッダー *?
/* ------------------------------------------- */
.navbar-toggler-icon {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  appearance: none;
  cursor: pointer;
}
.navbar-toggler-icon,
.navbar-toggler-icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.navbar-toggler-icon span {
  position: absolute;
  left: 5px;
  width: 80%;
  height: 3px;
  background-color: #469F98;
  border-radius: 4px;
}
.navbar-toggler-icon span:nth-of-type(1) {
  top: 8px;
}
.navbar-toggler-icon span:nth-of-type(2) {
  top: 20px;
}
.navbar-toggler-icon span:nth-of-type(3) {
  top: 32px;
}
.navbar-toggler-icon p {
  color: #469F98;
  font-size: 10px;
  white-space: nowrap;
  margin-top: 36px;
}

/* ------------------------------------------- */
/*  パーツ */
/* ------------------------------------------- */
.hover-color-main {
  transition: 0.2s;
}
@media (hover: hover) {
  .hover-color-main:hover {
    color: #469F98 !important;
  }
}
@media (hover: none) {
  .hover-color-main:active {
    color: #469F98 !important;
  }
}

a.text-button-more {
  color: white;
  border-radius: 2rem;
  text-align: center;
  padding: 5px 2rem;
  white-space: nowrap;
  font-weight: bold;
  background-color: #469F98;
}
@media (max-width: 575px) {
  a.text-button-more {
    font-size: 1.2rem;
  }
}

#wpfront-scroll-top-container {
  background-color: #469F98;
}

/* ------------------------------------------- */
/*  全ページ共通 */
/* ------------------------------------------- */
/**********************************************
*支部協議会トップページ
***********************************************/
.first-view_header {
  color: #469F98;
}

.first-view-bg {
  z-index: -1;
}

.news-item1, .news-item2, .news-item3 {
  background-color: #F4FFFE;
}

@media (max-width: 575px) {
  .news-item1 {
    background-color: transparent;
    margin-bottom: -2.5rem;
    position: relative;
  }
}

.news-item2 {
  padding-top: 5rem;
}

.important-news-box {
  border: 1px solid #C23D42;
  border-radius: 6px;
  background-color: white;
}
@media (max-width: 575px) {
  .important-news-box {
    width: 100vw;
    margin-left: -4rem;
    padding-left: 4rem;
  }
}
.important-news-box ul {
  list-style: none;
}
.important-news-box li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  transform: rotate(45deg);
  transform-origin: right;
  border-top: 3px solid #C23D42;
  border-right: 3px solid #C23D42;
  margin-right: 1rem;
}

.inb_header {
  color: #C23D42;
}

.deco-airplane {
  position: relative;
  pointer-events: none;
}
.deco-airplane::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  right: -80px;
  background-image: url(../../image/sibu/deco_airplane.svg);
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .deco-airplane {
    position: absolute;
    top: 0;
    right: 0;
  }
  .deco-airplane::after {
    top: -6rem;
    right: -2rem;
    width: 120px;
    height: 120px;
  }
}

.second_section {
  background-image: url(../../image/sibu/bg_wall_01.png);
  background-size: 100vw;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .second_section {
    background-image: url(../../image/sibu/bg_wall_01_sp.png);
  }
}

@media (max-width: 575px) {
  .text-recomend {
    color: #469F98;
  }
}

.third_section {
  background-color: #FFFBE5;
  background-image: url(../../image/sibu/bg_cloud.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center 2rem;
}
@media (max-width: 575px) {
  .third_section {
    background-image: url(../../image/sibu/bg_cloud_sp.png);
    background-size: 105%;
  }
}

.third-sect_text {
  font-weight: bold;
  max-width: 40rem;
}
.third-sect_text p:nth-of-type(1) {
  font-size: 1.2rem;
}
.third-sect_text p:nth-of-type(2) {
  font-size: 1.8rem;
}
.third-sect_text p:nth-of-type(2) span {
  font-size: 1.2rem;
}
.third-sect_text p:nth-of-type(3) {
  text-align: left;
}

.box-type_slider_dot {
  position: relative;
}
.box-type_slider_dot .slick-dots {
  bottom: -1rem;
}
.box-type_slider_dot .slick-dots li button:before {
  font-size: 20px;
}
.box-type_slider_dot .slick-dots .slick-active button:before {
  color: #469F98;
}

.bt-slider-tag {
  color: #469F98;
  border: 1px solid #469F98;
  border-radius: 5rem;
  padding: 2px 5px;
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  white-space: nowrap;
  background-color: white;
}

.slide-arrow-scroll-sp {
  color: #469F98;
  border-color: #469F98;
}
.slide-arrow-scroll-sp::before {
  color: #469F98;
}

.info-facility_list .info-facility_item {
  width: 33%;
  min-width: 120px;
  max-width: 200px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .info-facility_list .info-facility_item {
    width: 50%;
  }
}

.info-icon-size1 {
  padding: 3rem;
}
@media (max-width: 575px) {
  .info-icon-size1 {
    padding: 2.5rem;
  }
}
@media (max-width: 298px) {
  .info-icon-size1 {
    padding: 1.5rem;
  }
}

.info-icon-size2 {
  padding: 2rem;
}
@media (max-width: 575px) {
  .info-icon-size2 {
    padding: 1rem;
  }
}

.info-link_list .info-link_list-item {
  width: 20%;
  min-width: 90px;
  max-width: 180px;
}
@media (max-width: 767px) {
  .info-link_list .info-link_list-item {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .info-link_list .info-link_list-item {
    width: 33%;
  }
}
@media (max-width: 298px) {
  .info-link_list .info-link_list-item {
    width: 50%;
  }
}
.info-link_list a {
  margin: 1rem;
}
@media (max-width: 575px) {
  .info-link_list a {
    margin: 0.5rem;
  }
}

.info-icon-header1 {
  color: #F66788;
}

.info-icon-header2 {
  color: #3AB4D9;
}

.info-circle-type1 {
  display: flex;
  justify-content: center;
  background-color: #F8E7EB;
}

.info-circle-type2 {
  display: flex;
  justify-content: center;
  background-color: #E7F8F6;
}

.sibu-header-large {
  background-color: #469F98;
  border-color: transparent;
}
.sibu-header-large div {
  margin: 2rem 3rem 0 !important;
}
.sibu-header-large h1 {
  color: white;
}

/* - - - - - 装飾 - - - - - */
.deco-halo {
  position: relative;
}
.deco-halo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-image: url(../../image/common/deco/deco_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.deco-halo-position-type2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .deco-halo-position-type2 {
    justify-content: left;
  }
  .deco-halo-position-type2 .deco-halo {
    transform: rotate(-45deg);
  }
}

.home-header-en {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #469F98;
  margin-bottom: 0;
  font-weight: bold;
}
@media (max-width: 575px) {
  .home-header-en {
    font-size: 1rem;
  }
}

.home-header-ja {
  font-size: 1.5rem;
  font-weight: bold;
}

.deco-wave-06, .deco-wave-sibu {
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  margin-top: -9%;
}

.deco-wave-sibu {
  mask-image: url(../../image/sibu/deco_wave_sibu02.svg);
  -webkit-mask-image: url(../../image/sibu/deco_wave_sibu02.svg);
  background-color: #DBEDEB;
  margin-top: 0;
  aspect-ratio: 4/1;
}
@media (max-width: 1399px) {
  .deco-wave-sibu {
    padding-bottom: 10%;
  }
}
@media (max-width: 575px) {
  .deco-wave-sibu {
    aspect-ratio: 5/3;
  }
}

.sibu-link-text {
  color: #2B7973;
  opacity: 1;
}
.sibu-link-text a {
  transition: 0.3s all;
}
.sibu-link-text a:hover {
  opacity: 0.7;
}

.list_partition {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.list_partition::before, .list_partition::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1rem;
  border-left: 2px solid #2B7973;
  transform: translateY(0.1em);
}

.news-category-red {
  color: white;
  padding: 3px 1em;
  margin: 0;
  margin-right: 0.5rem;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #F66788;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .news-category-red {
    font-size: 0.8rem;
    margin-right: 0.8rem;
  }
}

.news-category-green {
  color: white;
  padding: 3px 1em;
  margin: 0;
  margin-right: 0.5rem;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #5CCE0B;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .news-category-green {
    font-size: 0.8rem;
    margin-right: 0.8rem;
  }
}

.news-tag-red {
  color: #F66788;
  border: 1px solid #F66788;
  border-radius: 5rem;
  padding: 3px 1em;
  margin: 0;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}

.news-tag-green {
  color: #46B293;
  border: 1px solid #46B293;
  border-radius: 5rem;
  padding: 3px 1em;
  margin: 0;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}

.news-icon-new {
  color: #ff4b00;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 0.8rem;
}

.banner-wrap {
  max-width: 300px;
  min-width: 200px;
}

.footer-bg-color {
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 12%;
}
@media (max-width: 767px) {
  .footer-bg-color {
    padding-top: 6rem;
  }
}

/**********************************************
イベント・講座詳細ページ
***********************************************/
/*==============================*/
/*支部施設について（page-access.php） 用*/
/*==============================*/
.access_map_size {
  max-width: 600px;
  min-width: 300px;
  aspect-ratio: 16/9;
}
.access_map_size iframe {
  width: 100%;
  height: 100%;
}

/*===============================*/
/*まちのこと用*/
/*===============================*/
.machi-container-grid {
  display: grid;
  font-size: 1.2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .machi-container-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .machi-container-grid {
    font-size: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}

.machi-container-item {
  min-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.machi-container-item p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .machi-container-item {
    padding: 0.5rem;
  }
}

.machi-header {
  border-left: 7px solid #469F98;
  border-bottom: 1px solid #469F98;
  padding-left: 0.25rem;
}

.machi-table p {
  margin-bottom: 0;
}
.machi-table a {
  color: #469F98;
}

.machi-class-children a {
  color: #2B7973;
  opacity: 1;
  transition: 0.3s all;
}
.machi-class-children a:hover {
  color: #2B7973;
  opacity: 0.7;
}
.machi-class-children a:visited {
  color: #105460;
}

.machi-link {
  color: #2B7973;
  opacity: 1;
  transition: 0.3s all;
}
.machi-link:hover {
  color: #2B7973;
  opacity: 0.7;
}
.machi-link:visited {
  color: #105460;
}

.footer_hamburger {
  background-color: #469F98;
}
.footer_hamburger .hamburger-btn {
  background-color: #469F98;
}

.footer-bg-color {
  padding-bottom: 6%;
  background-image: url(../../image/sibu/bg_wall_emerald.jpg);
  background-position-x: 5%;
}
@media (max-width: 575px) {
  .footer-bg-color {
    padding-top: 4rem;
  }
}

.footer-text-color {
  color: #2B7973;
}

.footer-sns-color {
  color: #b2efce;
}

.footer-sns-link {
  background-color: #2B7973;
  padding: 5px 0.8rem;
  display: block;
}
@media (max-width: 575px) {
  .footer-sns-link {
    font-size: 0.8rem;
  }
  .footer-sns-link span {
    white-space: initial;
  }
}

.deco-wave-06 {
  mask-image: url(../../image/community/deco_wave06.svg);
  -webkit-mask-image: url(../../image/community/deco_wave06.svg);
  margin-top: -16%;
}
.home-negative-margin-footer {
  margin-top: -19%;
}

.sns-list svg {
  fill: #2B7973;
}

.sibu-access .sibu-content_tit {
  font-size: 1.5rem;
  color: #469f98;
  border-bottom: solid 1px #469f98;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.sibu-access .facility-list {
  padding: 0 1rem;
}
.sibu-access .facility-list__content {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .sibu-access .facility-list__content__about {
    flex-flow: wrap-reverse;
  }
}
.sibu-access .facility-list__content__about h3 {
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  .sibu-access .facility-list__content__about__item:first-child {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .sibu-access .facility-list__content__about .access {
    margin: 0 0.25rem;
  }
}
.sibu-access .facility-list__content__about .access__item {
  border: solid 1px white;
  padding: 0.25rem 0.5rem;
}
.sibu-access .facility-list__content__about .access__item h4 {
  font-size: 1rem;
}
@media (max-width: 991px) {
  .sibu-access .facility-list__content__about .access__item h4 {
    font-weight: bold;
  }
}
.sibu-access .facility-list__content__about .access__item:first-child {
  background-color: #edfdfc;
}
@media (max-width: 991px) {
  .sibu-access .facility-list__content__about .access__item:first-child {
    background: none;
    border-left: solid 3px #469f98;
  }
}
.sibu-access .facility-list__content__about .access__item:last-child {
  background-color: #feffff;
}
@media (max-width: 991px) {
  .sibu-access .facility-list__content__about .access__item:last-child {
    background: none;
    margin-bottom: 0.5rem;
  }
}
.sibu-access .facility-list__content .pdf-link {
  text-align: center;
  margin-top: 2rem;
}
.sibu-access .manage-facility__item {
  margin-bottom: 2rem;
}
.sibu-access .manage-facility__item__img {
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sibu-access .manage-facility__item__img img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 8/5;
}
.sibu-access .manage-facility__item__about p {
  font-size: 1.1rem;
  font-weight: bold;
}
.sibu-access .manage-facility__item__about h3 {
  font-size: 1rem;
}

/*===============================*/
/*新着情報*/
/*===============================*/
.sibu-site-content .archive-links__title {
  background-color: #469F98;
}
.sibu-site-content .archive-link-left:before {
  border-left-color: #469F98;
}
.sibu-site-content .archive-link-right:before {
  border-left-color: #469F98;
}
.sibu-site-content .archive-title {
  border-left-color: #469F98;
}/*# sourceMappingURL=sibu-style.css.map */