@charset "utf-8";

/*===========================================================
notice01
===========================================================*/

.notice01 {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
	padding: 16rem 1.5rem 0;
}

.notice01-container {
	max-width: 100rem;
	width: 100%;
	margin: 9rem auto 0;
}

/*===========================================================
お知らせ
===========================================================*/

.news-article {
	border-bottom: 0.1rem solid var(--base-font-color);
}

.news-article .category {
	display: inline-block;
	padding: 0.1rem 1.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: var(--primary);
	background: #FFED61;
}

.news-article .news-flex {
	margin: 1rem 0 0;
	display: flex;
	align-items: center;
}

.news-article .date {
	margin: 1rem 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 14%;
	word-break: break-all;
}

.news-title-flex {
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-article .title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.accordion-content {
	width: 85%;
	margin: 0 0 0 auto;
	padding-bottom: 3rem;
}

/* ==========================================
アコーディオン
========================================== */

.accordion-btn {
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.accordion-btn:hover {
    opacity: .5;
}

.accordion-content {
    display: none;
}

/*アコーディオンアイコン*/

.accordion-icon {
    display: block !important;
    position: relative;
    max-width: 20px;
    width: 100%;
    height: 20px;
    margin: 0 0 0 2%;
}

.accordion-icon-item {
    position: absolute;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: var(--primary);
    transition: .5s;
}

.accordion-icon-item:nth-child(1) {
    left: 0;
    right: 0;
    top: 50%;
    transform: rotate(0deg);
}

.accordion-icon-item:nth-child(2) {
    left: 0;
    right: 0;
    top: 50%;
    transform: rotate(90deg);
}

.is-active.accordion-icon > .accordion-icon-item:nth-child(1) {
    display: none;
}

.is-active.accordion-icon > .accordion-icon-item:nth-child(2) {
    top: 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*===========================================================
カテゴリーエリア
===========================================================*/

.category-area {
    max-width: 120rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 4rem auto 0;
    color: var(--primary);
}

.categoryBox {
    max-width: 16rem;
    width: 49%;
    position: relative;
}

.categoryBox:nth-child(n+2) {
    margin: 0 0 0 2%;
}

.categoryListTtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 0.5rem 1rem;
    background: #fff;
    cursor: pointer;
    transition: .3s;
}

.categoryListTtl:hover {
    opacity: .6;
}

.categoryListTtl.active:after {
    transform: scale(1,-1);
}

.categoryList {
    background: #fff;
    border: solid 1px #eee;
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: calc(100% + 3px);
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.active + .categoryList {
    opacity: 1;
    visibility: visible;
}

.categoryList > li:not(:last-child) {
    border-bottom: solid 1px #eee;
}

.categoryList > li > a {display: block;padding: 8px 10px;position: relative;}

.categoryList > li > a:hover {
    background: #eee;
}

.categoryListTtl:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f107';
    display: block;
    font-size: 1.2rem;
    padding-left: 1rem;
    transition: transform .3s;
}

/*===========================================================
ページャー
===========================================================*/
/* 
.wp-pagenavi {
	margin: 4rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.pagination-page {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	text-align: center;
}

.pagination-current-color {
	background: var(--primary);
	color: var(--white);
}

.pagination-page-color {
	border-color: var(--primary);
	color: var(--primary);
}

.pagination-page-color:hover {
	background: var(--primary);
	color: var(--white);
}

.pagination-first, .pagination-last {
	font-size: 1.2rem;
	border-style: solid;
	border-width: 1px;
	padding: 0.4rem 0.5rem 0.2rem;
}

.pagination-first-color, .pagination-last-color {
	border-color: var(--primary);
	color: var(--primary);
}

.pagination-first-color:hover, .pagination-last-color:hover {
	background: var(--primary);
	color: var(--white);
} */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1920px) {


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

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



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1024px) {


/*===========================================================
notice01
===========================================================*/

.notice01 {
	padding: 14rem 1.5rem 0;
}

.notice01-container {
	margin: 8rem auto 0;
}



} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 768px) {

/*===========================================================
notice01
===========================================================*/

.notice01 {
	padding: 12rem 1.5rem 0;
}

.notice01-container {
	margin: 7rem auto 0;
}

/*===========================================================
お知らせ
===========================================================*/

.news-flex {
    flex-direction: column;
    align-items: flex-start;
}

.news-article .date {
    width: 100%;
}

.news-title-flex {
    width: 100%;
}

.accordion-content {
    width: 100%;
    margin: 0;
}

} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 576px) {

/*===========================================================
お知らせ
===========================================================*/

.news-article .category {
    font-size: 1.4rem;
}

.news-article .date {
    font-size: 1.4rem;
}

.news-article .title {
    font-size: 1.6rem;
}

/*===========================================================
notice01
===========================================================*/

.notice01 {
	padding: 10rem 1.5rem 0;
}

.notice01-container {
	margin: 5rem auto 0;
}



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 414px) {


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

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



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */