@charset "utf-8";
/* CSS Document */


.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright{
	float: right;
	margin-left: 1.5em;
}
.alignleft{
	float: left;
	margin-right: 1.5em;
}



/* .cat_list_wrap
----------------------------------------- */
.cat_list_wrap {
    background-color: #FFFFFF;
    padding: 2rem 2rem;
    border-radius: 0.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat_list_wrap .cat_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.cat_list_wrap .cat_btn .btn {
    /*height: 3.3rem;*/
}
.cat_list_wrap .cat_btn.current {
    position: relative;
}

@media screen and (max-width: 768px) {
.cat_list_wrap {
    padding: 1.5rem 1.5rem;
}
.cat_list_wrap .cat_list {
    gap: 0.5rem;
}
    
}



/* #news_list_wrap
----------------------------------------- */
#news_list_wrap {
}

#news_list_wrap .inner {
    padding-bottom: 12rem;
}

#news_list_wrap.other {
    background-color: #F5F5F5;
}
#news_list_wrap.other .inner {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

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

.post_list_wrap.news .post_list {
    margin: auto;
	width: 100%;
}

.post_list_wrap.news .post_list > li {
    width: 100%;
    min-height: 6rem;
    padding: 3rem 0;
    border-bottom: 1px solid #CCCCCC;
}
.post_list_wrap.news .post_list > li:not(:lang()) {
}

.post_list_wrap.news .post_list > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_list_wrap.news .post_list .txt_con {
    width: 100%;
}
.post_list_wrap.news .post_list .txt_con .ttl {
    font-size: 1.8rem;
    line-height: calc(28/18);
    font-weight: 600;
}

.post_list_wrap.news .post_list .info_con {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.post_list_wrap.news .post_list .info_con .tag {
}
.post_list_wrap.news .post_list .info_con .tag .list {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}
.post_list_wrap.news .post_list .info_con .tag .list > li {
    display: flex;
}
.post_list_wrap.news .post_list .info_con .tag .list > li span {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border: 1px solid #000000;
    border-radius: 0.5rem;
}
.post_list_wrap.news .post_list .info_con .date {
    font-size: 1.4rem;
    line-height: calc(25/14);
    color: #666666;
    margin-left: 1rem;
}


.post_list_wrap.news .post_list .thumbnail {
    width: 12rem;
    min-width: 12rem;
    margin-left: 3rem;
}
.post_list_wrap.news .post_list .thumbnail img {
    overflow: hidden;
    border-radius: 0.3rem;
    width: 100%;
    /*height: 100%;*/
    aspect-ratio: 20 / 11;
    object-fit: cover;
}


@media screen and (max-width: 768px) {
#news_list_wrap {
}

#news_list_wrap .inner {
    width: 35rem;
	padding-bottom: 8rem;
}
    
#news_list_wrap.other .inner {
    padding-top: 8rem;
	padding-bottom: 8rem;
    display: flex;
    flex-flow: column;
}
    
#news_list_wrap.other .inner .sec_ttl_wrap {
    display: contents;
}
    
#news_list_wrap.other .inner .sec_ttl_wrap h2 {
    order: 1;
}
#news_list_wrap.other .inner .post_list_wrap.news {
    order: 2;
}
#news_list_wrap.other .inner .sec_ttl_wrap .btn_wrap {
    order: 3;
    margin-top: 3rem;
}

.post_list_wrap.news {
    padding-top: 2rem;
}

.post_list_wrap.news .post_list > li {
    width: 100%;
    min-height: 9rem;
    padding: 2rem 0;
}
.post_list_wrap.news .post_list > li:not(:lang()) {
}

.post_list_wrap.news .post_list > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_list_wrap.news .post_list .txt_con {
    width: 100%;
}
.post_list_wrap.news .post_list .txt_con .ttl {
    font-size: 1.4rem;
    line-height: calc(25/14);
}

.post_list_wrap.news .post_list .info_con {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.post_list_wrap.news .post_list .info_con .tag {
}
.post_list_wrap.news .post_list .info_con .tag .list {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}
.post_list_wrap.news .post_list .info_con .tag .list > li {
    display: flex;
}
.post_list_wrap.news .post_list .info_con .tag .list > li span {
    font-size: 1.0rem;
    padding: 0.5rem 0.8rem;
}
.post_list_wrap.news .post_list .info_con .date {
    font-size: 1.2rem;
    line-height: calc(18/12);
    color: #666666;
    margin-left: 1rem;
}


.post_list_wrap.news .post_list .thumbnail {
    width: 9rem;
    min-width: 9rem;
    margin-left: 2rem;
}
.post_list_wrap.news .post_list .thumbnail img {
    overflow: hidden;
    border-radius: 0.3rem;
    width: 100%;
    /*height: 100%;*/
    aspect-ratio: 20 / 11;
    object-fit: cover;
}
}



/* #post_single_wrap
----------------------------------------- */
#post_single_wrap {
}

#post_single_wrap .inner {
    max-width: 80rem;
}

#post_single_wrap .post_ttl_wrap {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
}

#post_single_wrap .post_ttl_wrap .ttl_wrap {
    width: 100%;
    margin: auto;
}

#post_single_wrap .post_ttl_wrap h1 {

}
#post_single_wrap .post_ttl_wrap h1 .ttl {
    font-size: 3.6rem;
    font-weight: 700;
	line-height: calc(52/36);
}

#post_single_wrap .post_ttl_wrap .info {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1rem 1rem;
}
#post_single_wrap .post_ttl_wrap .tag {
    /*margin-right: 1rem;*/
}
#post_single_wrap .post_ttl_wrap .tag .list {
    display: flex;
    justify-content: flex-start;
    gap: 0.8rem;
}
#post_single_wrap .post_ttl_wrap .tag .list > li {
    display: flex;
}
#post_single_wrap .post_ttl_wrap .tag .list > li span {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border: 1px solid #000000;
    border-radius: 0.5rem;
}
#post_single_wrap .post_ttl_wrap .date {
    font-size: 1.4rem;
    line-height: calc(18 / 14);
}

#post_single_wrap .post_ttl_wrap .place {
    font-size: 1.4rem;
    line-height: calc(25/14);
    /*color: #666666;*/
    margin-left: 1rem;
    display: flex;
    align-items: center;
}
#post_single_wrap .post_ttl_wrap .place img {
    margin-right: 0.5rem;
    transform: translateY(0.1rem);
}

#post_single_wrap .post_ttl_wrap .top_img {
    margin-top: 4rem;
    width: 100%;
    aspect-ratio: 1080 / 640;
    display: flex;
    align-items: center;
    justify-content: center;
}
#post_single_wrap .post_ttl_wrap .top_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    border: 1rem solid #FFFFFF;
    border-radius: 1rem;
    overflow: hidden;
}

#post_single_wrap .sns_list_wrap {
    width: 100%;
    max-width: 80rem;
    min-height: 8rem;
    padding: 1rem 3rem;
    background-color: #F2F2F2;
    border-radius: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-top: 6rem;
}
#post_single_wrap .sns_list_wrap .ttl {
    font-size: 1.4rem;
    line-height: calc(28/14);
    font-weight: 400;
}
#post_single_wrap .sns_list_wrap .sns_list {
    display: flex;
    align-items: center;
    grid-gap: 0 1.5rem;
    margin-left: auto;
    margin-right: 1.5rem;
}
#post_single_wrap .sns_list_wrap .sns_list li {
    list-style: none;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
/*#post_single_wrap {
    padding-bottom: 8rem;
}
#post_single_wrap .inner {
	padding: 0;
    max-width: calc(100% - 4rem);
    margin: auto;
}*/
#post_single_wrap .post_ttl_wrap {
    padding-top: 2rem;
    padding-bottom: 4rem;
}
#post_single_wrap .post_ttl_wrap .inner {
    max-width: 35rem;
}
#post_single_wrap .post_ttl_wrap h1 .ttl {
    font-size: 2.4rem;
	line-height: calc(35/24);
}

#post_single_wrap .post_ttl_wrap .info {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#post_single_wrap .post_ttl_wrap .tag {
    /*margin-right: 1rem;*/
}
#post_single_wrap .post_ttl_wrap .tag .list {
    display: flex;
    justify-content: flex-start;
    gap: 0.8rem;
}
#post_single_wrap .post_ttl_wrap .tag .list > li {
    display: flex;
}
#post_single_wrap .post_ttl_wrap .tag .list > li span {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
}
#post_single_wrap .post_ttl_wrap .date {
    font-size: 1.4rem;
}

#post_single_wrap .post_ttl_wrap .top_img {
    margin-top: 4rem;
    width: 100%;
    aspect-ratio: 350 / 207;
}
#post_single_wrap .post_ttl_wrap .top_img img {
    border: 0.5rem solid #FFFFFF;
    border-radius: 0.5rem;
    overflow: hidden;
}
    
#post_single_wrap .sns_list_wrap {
    /*min-height: 12.5rem;*/
    padding: 2rem 2rem;
    justify-content: center;
    margin-top: 3rem;
    grid-gap: 1rem 0;
}
#post_single_wrap .sns_list_wrap .ttl {
    width: 100%;
    font-size: 1.4rem;
    line-height: calc(25/14);
    text-align: center;
}
#post_single_wrap .sns_list_wrap .sns_list {
    display: flex;
    align-items: center;
    grid-gap: 0 1.5rem;
    margin: 0;
    margin-right: 1rem;
}
}


/* #post_single_wrap .post_con
----------------------------------------- */
#post_single_wrap .post_con {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 12rem;
    background-color: #FFFFFF;
    font-size: 1.4rem;
    line-height: calc(28/14);
    letter-spacing: 0.1em;
}
#post_single_wrap .post_con .inner {
    width: 100%;
    max-width: 80rem;
    margin: auto;
}

#post_single_wrap .post_con h2 {
	font-size: 2.4rem;
    line-height: calc(38/24);
    font-weight: 600;
	margin-top: 8rem;
	margin-bottom: 4rem;
    position: relative;
}
#post_single_wrap .post_con .inner h2:first-child {
    margin-top: 0;
}
#post_single_wrap .post_con h2::before {
	content: '';
    display: block;
    width: 6rem;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 0.9em;
    left: -4rem;
    transform: translate(-100%,-50%);
}

#post_single_wrap .post_con h3 {
    font-size: 1.8rem;
    line-height: calc(28/18);
    font-weight: 600;
	margin-top: 6rem;
	margin-bottom: 2rem;
    position: relative;
}

#post_single_wrap .post_con h4 {
    font-size: 1.6rem;
    line-height: calc(26/16);
    font-weight: 600;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
    position: relative;
}

#post_single_wrap .post_con img {
    overflow: hidden;
    border-radius: 0.5rem;
}

#post_single_wrap .post_con ul {
    margin: 1em 0;
}
#post_single_wrap .post_con ul li {
    padding-left: 1.2em;
    position: relative;
}
#post_single_wrap .post_con ul li::before {
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: calc(1em - 0.2rem);
    left: 0.2rem;
}

#post_single_wrap .post_con ol {
    margin: 1em 0;
    padding-left: 1.2em;
}
#post_single_wrap .post_con ol li {
    list-style: decimal;
    padding-left: 0.1em;
}

#post_single_wrap .post_con a {
    text-decoration: underline;
}

#post_single_wrap .post_con a.btn {
    text-decoration: none;
}

#post_single_wrap .post_con > p {
    /*text-indent: 1em;*/
}

#post_single_wrap .post_con table {
    border: 1px solid #DDDDDD;
    border-radius: 0.5rem;
    background-color: #FFFFFF;
    border-collapse: separate !important;
    overflow: hidden;
}
#post_single_wrap .post_con table th,
#post_single_wrap .post_con table td {
    border: none;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
#post_single_wrap .post_con table th {
    padding: 1rem 1rem;
    background-color: #F2F2F2;
}
#post_single_wrap .post_con table td {
    padding: 2.5rem 1rem;
}
#post_single_wrap .post_con table tr th:last-child,
#post_single_wrap .post_con table tr td:last-child {
    border-right: none;
}
#post_single_wrap .post_con table tr:last-child th,
#post_single_wrap .post_con table tr:last-child td {
    border-bottom: none;
}

#post_single_wrap .post_con .wp-caption {
    width: auto !important;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#post_single_wrap .post_con .wp-caption img {
    overflow: hidden;
    margin-bottom: 1rem;
}
#post_single_wrap .post_con .wp-caption .wp-caption-text {
    margin: 0;
    font-size: 1.2rem;
    line-height: calc(24/12);
    color: #666666;
}

#post_single_wrap .post_con p:not(:first-child) {
    /*margin-bottom: 3rem;*/
    margin-top: 2em;
}

#post_single_wrap .post_con .inner > figure:not(:first-child) img {
    margin-top: 2em;
}

#post_single_wrap .post_con blockquote {
    font-size: 1.4rem;
    line-height: calc(28/14);
    border: 1px solid #000000;
    border-radius: 0.5rem;
    padding: 3rem;
    padding-bottom: 2.5rem;
}


#post_single_wrap .post_con .wp-caption {
	width: auto !important;
    max-width: 100%;
}

#post_single_wrap .post_con .wp-block-button__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 1.1rem 3.4rem;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-radius: 10rem;
    position: relative;
    
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: -0.2em;
    text-decoration: none;
    transition: all .6s;
}
#post_single_wrap .post_con .wp-block-button__link:hover {
    opacity: 1;
    background-color: #000000;
    color: #FFFFFF;
}

#post_single_wrap .post_con .inner > .btn_wrap {
	margin-top: 6rem;
}


#post_single_wrap .swiper-container,
#post_single_wrap .swiper-wrapper,
#post_single_wrap .swiper-slide {
	width: 100%;
}

#post_single_wrap .swiper-container {
	width: 100%;
    max-width: calc(502/550*100%);
    margin-left: auto;
    position: relative;
}

#post_single_wrap .slide_wrap {
    width: 100%;
    position: relative;
}
#post_single_wrap .slide_wrap img {
}

#post_single_wrap .caption {
    font-size: 1.2rem;
    line-height: calc(19/12);
    font-weight: 500;
    margin-top: 0.6em;
}

:root {
    --swiper-navigation-size: 6rem;
}

#post_single_wrap .swiper-pagination {
    bottom: -3rem;
}
#post_single_wrap .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    background-color: #c8c8c8;
}
#post_single_wrap .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #a0a0a0;
}

#post_single_wrap .swiper-button-prev,
#post_single_wrap .swiper-button-next {
}
#post_single_wrap .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translateX(-100%);
}
#post_single_wrap .swiper-button-next {
    left: auto;
    right: 0;
    transform: translateX(100%);
}
#post_single_wrap .swiper-button-prev::after,
#post_single_wrap .swiper-button-next::after {
    display: none;
}

#post_single_wrap .slider_none .swiper-button-prev,
#post_single_wrap .slider_none .swiper-button-next {
    display: none;
}

#post_single_wrap .foot_wrap {
    width: 100%;
    padding-top: 5rem;
    margin-top: 5rem;
    border-top: 1px solid #000000;
}
#post_single_wrap .foot_wrap .pagenavi {
    align-items: center;
}
#post_single_wrap .foot_wrap .pagenavi > li {
    display: flex;
    flex-flow: column;
}
#post_single_wrap .foot_wrap .pagenavi > li.prev {
    width: 25%;
    align-items: flex-start;
}
#post_single_wrap .foot_wrap .pagenavi > li.all {
    width: 50%;
    align-items: center;
}
#post_single_wrap .foot_wrap .pagenavi > li.next {
    width: 25%;
    align-items: flex-end;
}

#post_single_wrap .foot_wrap .pagenavi .btn {
    display: flex;
    align-items: center;
}

#post_single_wrap .foot_wrap .pagenavi .btn .arrow {
    /*width: 1rem;*/
    display: flex;
}
#post_single_wrap .foot_wrap .pagenavi .btn .arrow svg {
    width: 100%;
    height: auto;
}
#post_single_wrap .foot_wrap .pagenavi .next .btn .arrow {
    margin-left: 2rem;
}
#post_single_wrap .foot_wrap .pagenavi .prev .btn .arrow {
    margin-right: 2rem;
}
#post_single_wrap .foot_wrap .pagenavi .btn span {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #000000;
    position: relative;
}
#post_single_wrap .foot_wrap .pagenavi .btn span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
}


#post_single_wrap .img_layout.column2 {
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 0.5rem));
    grid-gap: 1rem 1rem;
}


#post_single_wrap .post_con .inner > .wp-block-buttons {
	margin-top: 6rem;
}

#post_single_wrap .post_con .inner > .wp-block-columns {
    margin-top: 2em;
}

#post_single_wrap .post_con .inner > .wp-block-embed {
    margin-top: 2em;
}


@media screen and (max-width: 768px) {
#post_single_wrap .post_con {
    padding-top: 5rem;
    padding-bottom: 8rem;
    font-size: 1.4rem;
    line-height: calc(25/14);
    letter-spacing: 0;
}
#post_single_wrap .post_con .inner {
    width: 100%;
    max-width: 35rem;
    margin: auto;
}

#post_single_wrap .post_con h2 {
	font-size: 1.8rem;
    line-height: calc(28/18);
	margin-top: 6rem;
	margin-bottom: 3rem;
    position: relative;
}
#post_single_wrap .post_con h2::before {
	content: '';
    display: block;
    width: 1rem;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 0.85em;
    left: -2.1rem;
    transform: translate(0,-50%);
}

#post_single_wrap .post_con h3 {
    font-size: 1.6rem;
    margin-top: 3rem;
	margin-bottom: 1.5rem;
}

#post_single_wrap .post_con h4 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
	margin-bottom: 1rem;
}

#post_single_wrap .post_con img {
    overflow: hidden;
    border-radius: 0.5rem;
}

#post_single_wrap .post_con ul {
}
#post_single_wrap .post_con ul li {
    padding-left: 1.2em;
    position: relative;
}
#post_single_wrap .post_con ul li::before {
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: calc(1em - 0.2rem);
    left: 0.2rem;
}

#post_single_wrap .post_con ol {
    padding-left: 1.2em;
}
#post_single_wrap .post_con ol li {
    list-style: decimal;
    padding-left: 0.1em;
}

#post_single_wrap .post_con a {
    text-decoration: underline;
}

#post_single_wrap .post_con a.btn {
    text-decoration: none;
}

#post_single_wrap .post_con > p {
    /*text-indent: 1em;*/
}

#post_single_wrap .post_con table {
    border: 1px solid #DDDDDD;
    border-radius: 0.5rem;
    background-color: #FFFFFF;
    border-collapse: separate !important;
    overflow: hidden;
    font-size: 1.2rem;
}
#post_single_wrap .post_con table th,
#post_single_wrap .post_con table td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
#post_single_wrap .post_con table th {
    padding: 1rem 1rem;
    background-color: #F2F2F2;
}
#post_single_wrap .post_con table td {
    padding: 2.5rem 1rem;
}
#post_single_wrap .post_con table tr th:last-child,
#post_single_wrap .post_con table tr td:last-child {
    border-right: none;
}
#post_single_wrap .post_con table tr:last-child th,
#post_single_wrap .post_con table tr:last-child td {
    border-bottom: none;
}

#post_single_wrap .post_con .wp-caption {
    width: auto !important;
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#post_single_wrap .post_con .wp-caption img {
    overflow: hidden;
    margin-bottom: 1rem;
}
#post_single_wrap .post_con .wp-caption .wp-caption-text {
    margin: 0;
    font-size: 1.2rem;
    line-height: calc(24/12);
    color: #666666;
}

#post_single_wrap .post_con p:not(:first-child)  {
    /*margin-bottom: 3rem;*/
    margin-top: 2em;
}

#post_single_wrap .post_con blockquote {
    font-size: 1.4rem;
    line-height: calc(28/14);
    border: 1px solid #000000;
    border-radius: 0.5rem;
    padding: 3rem;
    padding-bottom: 2.5rem;
}


#post_single_wrap .post_con .wp-caption {
	width: auto !important;
    max-width: 100%;
}

#post_single_wrap .post_con .inner > .btn_wrap {
	margin-top: 4rem;
}

#post_single_wrap .swiper-container,
#post_single_wrap .swiper-wrapper,
#post_single_wrap .swiper-slide {
	width: 100%;
}

#post_single_wrap .swiper-container {
	width: 100%;
    max-width: calc(502/550*100%);
    margin-left: auto;
    position: relative;
}

#post_single_wrap .slide_wrap {
    width: 100%;
    position: relative;
}
#post_single_wrap .slide_wrap img {
}

#post_single_wrap .caption {
    font-size: 1.2rem;
    line-height: calc(19/12);
    font-weight: 500;
    margin-top: 0.6em;
}

:root {
    --swiper-navigation-size: 6rem;
}

#post_single_wrap .swiper-pagination {
    bottom: -3rem;
}
#post_single_wrap .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    background-color: #c8c8c8;
}
#post_single_wrap .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #a0a0a0;
}

#post_single_wrap .swiper-button-prev,
#post_single_wrap .swiper-button-next {
}
#post_single_wrap .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translateX(-100%);
}
#post_single_wrap .swiper-button-next {
    left: auto;
    right: 0;
    transform: translateX(100%);
}
#post_single_wrap .swiper-button-prev::after,
#post_single_wrap .swiper-button-next::after {
    display: none;
}

#post_single_wrap .slider_none .swiper-button-prev,
#post_single_wrap .slider_none .swiper-button-next {
    display: none;
}

#post_single_wrap .foot_wrap {
    width: 100%;
    padding-top: 5rem;
    margin-top: 5rem;
    border-top: 1px solid #000000;
}
#post_single_wrap .foot_wrap .pagenavi {
    align-items: center;
}
#post_single_wrap .foot_wrap .pagenavi > li {
    display: flex;
    flex-flow: column;
}
#post_single_wrap .foot_wrap .pagenavi > li.prev {
    width: 25%;
    align-items: flex-start;
}
#post_single_wrap .foot_wrap .pagenavi > li.all {
    width: 50%;
    align-items: center;
}
#post_single_wrap .foot_wrap .pagenavi > li.next {
    width: 25%;
    align-items: flex-end;
}

#post_single_wrap .foot_wrap .pagenavi .btn {
    display: flex;
    align-items: center;
}

#post_single_wrap .foot_wrap .pagenavi .btn .arrow {
    /*width: 1rem;*/
    display: flex;
}
#post_single_wrap .foot_wrap .pagenavi .btn .arrow svg {
    width: 100%;
    height: auto;
}
#post_single_wrap .foot_wrap .pagenavi .next .btn .arrow {
    margin-left: 2rem;
}
#post_single_wrap .foot_wrap .pagenavi .prev .btn .arrow {
    margin-right: 2rem;
}
#post_single_wrap .foot_wrap .pagenavi .btn span {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #000000;
    position: relative;
}
#post_single_wrap .foot_wrap .pagenavi .btn span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
}


#post_single_wrap .img_layout.column2 {
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 0.5rem));
    grid-gap: 1rem 1rem;
}
    
#post_single_wrap .post_con .inner > .wp-block-buttons {
	margin-top: 4rem;
}
  
}




/* pagenation
----------------------------------------- */
#pagenation {
	text-align: center;
    margin: 4rem auto 0;
}
#pagenation #pagenation-list {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0 1.5rem;
	position: relative;
}

#pagenation #pagenation-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list li > a,
#pagenation #pagenation-list li > span {
	font-size: 1.7rem;
    letter-spacing: 0.025em;
	line-height: 1;
	font-weight: 500;
    margin-top: -0.2em;
    color: #666666;
    transition: all .6s;
}
#pagenation #pagenation-list li > a:hover,
#pagenation #pagenation-list li > span:hover,
#pagenation #pagenation-list li > span.current {
	opacity: 1;
    color: #000000;
}

#pagenation #pagenation-list li > a::after,
#pagenation #pagenation-list li > span::after {
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: all .6s;
    position: absolute;
    bottom: -1rem;
    left: 0;
    transform: translate(0,100%);
    opacity: 0;
    z-index: -1;
}
#pagenation #pagenation-list li > a:hover::after,
#pagenation #pagenation-list li > span:hover::after,
#pagenation #pagenation-list li > span.current::after {
	opacity: 1;
}

#pagenation #pagenation-list li.next {
    margin-left: 0.5rem;
    margin-top: 0.2em;
}
#pagenation #pagenation-list li.prev {
    margin-right: 0.5rem;
    margin-top: 0.2em;
}

#pagenation #pagenation-list a.next,
#pagenation #pagenation-list a.prev {
    padding: 1.5rem 2rem;
}
#pagenation #pagenation-list a.next span,
#pagenation #pagenation-list a.prev span {
    font-size: 1.4rem;
    font-weight: bold;
}

/*#pagenation #pagenation-list a.next::before {
	content: "";
    display: block;
    width: 0.8rem;
    height: 1.5rem;
    background: url("../images/next.svg") no-repeat;
    background-size: contain;
    transition: all .6s;
}
#pagenation #pagenation-list a.prev::before {
	content: "";
    display: block;
    width: 0.8rem;
    height: 1.5rem;
    background: url("../images/prev.svg") no-repeat;
    background-size: contain;
    transition: all .6s;
}*/

#pagenation #pagenation-list a.next::after,
#pagenation #pagenation-list a.prev::after {
	display: none;
}

#pagenation #pagenation-list a.next:hover,
#pagenation #pagenation-list a.prev:hover {
	opacity: 1;
}


#pagenation #pagenation-list .omit{
	font-size: 1.2rem;
    letter-spacing: 0.05em;
}


@media screen and (max-width: 768px) {
#pagenation {
	width: 100%;
    margin: 3rem auto 0;
}
#pagenation #pagenation-list {
	grid-gap: 0 1.5rem;
}

#pagenation #pagenation-list li > a,
#pagenation #pagenation-list li > span {
	font-size: 1.7rem;
}

#pagenation #pagenation-list li > a::after,
#pagenation #pagenation-list li > span::after {
	bottom: -1rem;
}

#pagenation #pagenation-list li.next {
    margin-left: 0.5rem;
    margin-top: 0.1em;
}
#pagenation #pagenation-list li.prev {
    margin-right: 0.5rem;
    margin-top: 0.1em;
}

#pagenation #pagenation-list a.next,
#pagenation #pagenation-list a.prev {
    padding: 1.3rem 1.5rem;
}
#pagenation #pagenation-list a.next span,
#pagenation #pagenation-list a.prev span {
    font-size: 1.2rem;
}

#pagenation #pagenation-list .omit{
	font-size: 1.2rem;
    letter-spacing: 0.05em;
}

}
