@charset "utf-8";

/*
Theme Name: 就労継続支援B型事業所 フュージョンホーム
Theme URI:　https://fusionsupport.jp/
Description:　就労継続支援B型事業所 フュージョンホームのオリジナルテーマ
Version: 1.0
Author:
Author URI:
*/



/* wp-pagenavi */
.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	flex-flow: wrap;
  list-style: none;
  font-size: 16px;

	a {
		text-decoration: none !important;
	}

  span, a {
    display: grid;
		place-items: center;
    width: 50px;
    aspect-ratio: 1;
		background: var(--primary-color);
		border-radius: 100vh;
    color: #fff;
    border: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

	.current {
    color: #000;
    background: #f8c36d;
	}

	.extend {
		border: none;
	}
}

@media screen and (max-width: 768px) {
	.wp-pagenavi {
		font-size: 12px;
		span, a {
			width: 3em;
		}
	}
}
