@charset "UTF-8";

.ft_35 {
    font-size: clamp(2.4rem, 3vw, 3.5rem);
}

.ft_26 {
    font-size: clamp(2.0rem, 2.8vw, 2.6rem);
}

.ft_24 {
    font-size: clamp(2.0rem, 2.6vw, 2.4rem);
}

.ft_20 {
    font-size: clamp(1.8rem, 2.4vw, 2.0rem);
}

.ft_18 {
    font-size: clamp(1.6rem, 2.4vw, 1.8rem);
}

.ft_16 {
    font-size: 1.6rem;
}

.mt_30 {
    margin-top: 3%;
}

#clinic section,
#staff section,
#information section {
    padding: 120px 0 100px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    position: relative;
}

#clinic .content img,
#staff .content img,
#medical .content img,
#own .content img,
#whitening .content img,
#information .content img {
    width: 100%;
}

#clinic .section_inner,
#staff .section_inner,
#medical .section_inner,
#own .section_inner,
#whitening .section_inner,
#information .section_inner {
    width: 90%;
    max-width: 1700px;
    margin: 0 auto;
    text-align: center;
}

#staff #staff_01 {
    padding-bottom: 40px;
}

#staff section p,
#staff section li,
#staff section dt,
#staff section dd {
    font-size: 1.8rem;
    font-weight: 500;
}

#staff_01 .content {
    display: flex;
    flex-wrap: nowrap;
    gap: 10%;
    width: 90%;
    margin: 0 auto;
    padding: 10% 0;
    position: relative;
}

#staff_01 .content01::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #D7E6E5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#staff_01 .content_textWrap {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 2vw;
}

#staff_01 .content p {
    text-align: justify;
    line-height: 2;
}

#staff_01 .doctor_name {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5%;
}

#staff_01 .doctor_name h4 {
    line-height: 1;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5%;
    font-size: clamp(2.4rem, 4vw, 4.0rem);
}

#staff_01 .doctor_name h4 span {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

#staff_01 .content02 {
    gap: 20px;
    padding: 5% 0;
}

#staff_01 .content_item {
    width: 100%;
    border: 1px solid #585047;
    padding: 2% 5%;
    display: flex;
    flex-direction: column;
    gap: 2%;
    position: relative;
}

#staff_01 .content_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: min(5vw, 74px) min(5vw, 74px)0 0;
    border-color: #585047 transparent transparent transparent;
}

#staff_01 .content_item h4 {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    border-bottom: 1px solid #585047;
    margin-bottom: 20px;
}

#staff_01 .content_item dl {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 0;
}

#staff_01 .content_item dt {
    width: 140px;
}

#staff_01 .content_item dd {
    width: calc((100% - 140px))
}

#staff_01 .content_item ul li {
    text-align: left;
}

#staff_01 .content_item ul li::before {
    content: "●";
    color: #58A09C;
    margin-right: 8px;
}

#staff_02 .content {
    align-items: center;
    padding-bottom: 100px;
}

#staff_02 .content_textWrap {
    width: 50%;
    text-align: justify;
}

.faq_accordion {
    max-width: 90%;
	margin: 30px auto;
}

.faq_accordion:not([open]) {
    margin-bottom: 7px;
}

.faq_accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-left: 5px solid #585047;
	border-top: 1px solid #585047;
	border-right: 1px solid #585047;
	border-bottom: 1px solid #585047;
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
	font-size: 1.8rem;
	text-align: left;
    cursor: pointer;
}

.faq_accordion summary::-webkit-details-marker {
    display: none;
}

.faq_accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #585047;
    border-right: 3px solid #585047;
    content: '';
    transition: transform .3s;
	border-radius: 2px;
}

.faq_accordion[open] summary::after {
    transform: rotate(225deg);
}

.faq_accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em;
    color: #000000;
    transition: transform .5s, opacity .5s;
	background-color: #f0eddf;
	text-align: left;
}

.faq_accordion[open] p {
    transform: none;
    opacity: 1;
}

.staff_photo{
	margin: 70px auto 0;
	width: 70%;
}

@media screen and (max-width:1400px) {
    #staff_01 .doctor_name h4 {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}

@media screen and (max-width:980px) {
    #clinic section,
    #staff section,
    #medical section,
    #own section,
    #whitening section,
    #information section {
        padding-top: 40px;
        line-height: 1.8;
        letter-spacing: 0.2em;
        position: relative;
    }

    #staff_01 .content {
        gap: 40px;
        width: 100%;
        padding: 40px 0;
    }

    #staff_01 .doctor_name {
        justify-content: center;
    }

	.staff_photo{
		width: 90%;
	}
}

@media screen and (max-width:480px) {
    #clinic section,
    #staff section,
    #medical section,
    #own section,
    #whitening section,
    #information section {
        padding: 40px 0 80px;
    }

    #staff_01 .content_item dt {
        width: 100%;
    }

    #staff_01 .content_item dd {
        width: 100%;
        margin-bottom: 5%;
    }
}

#features .content {
    flex-direction: column;
    gap: 40px;
}

.content_lead {
    color: #58A09C;
    font-size: clamp(2.0rem, 5vw, 4.6rem);
    margin: 0;
}

#features .content p {
    font-size: clamp(1.6rem, 4vw, 2.7rem);
}

#features .content .content_itemWrap {
    gap: 2vw;
    max-width: 1266px;
    margin: 40px auto 0;
    flex-wrap: nowrap;
}

#facility .content_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px 40px;
}

@media screen and (max-width:980px) {
    #features .content .content_itemWrap {
        flex-direction: column;
        gap: 5vw;
    }

    #facility .content_wrap {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 5vw 2vw;
    }
}

.medical section {
    margin-bottom: -20px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.medical .flex {
    flex-wrap: nowrap;
    gap: 5%;
}

.medical .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    padding-bottom: 3%;
}

.medical .content p {
    font-size: clamp(1.6rem, 4vw, 1.8rem);
    max-width: 1280px;
}

.medical .content.row .content_textWrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.medical .flex>.content_img {
    width: 50%;
}

.medical .content_img img {
    width: 100%;
}

.medical .content.row {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3vw;
}

.medical .left {
    text-align: left;
}

.fee_list{
	margin-top: 5%;
}

.fee_list_border{
	border-bottom: 1px solid #585047;
}

.fee_list_item{
	border-bottom: 1px dotted #c4cfc9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.fee_list_items{
	text-align: left;
}

.fee_list p{
	font-size: clamp(1.6rem, 4vw, 1.8rem);
}

#general .content_itemWrap {
    width: 100%;
    max-width: 870px;
    gap: min(10vw, 128px);
    flex-wrap: nowrap;
}

#general .content_item {
    width: 100%;
    max-width: 375px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/general_item-bg01.png);
    background-size: cover;
}

#general .content_item:nth-of-type(2) {
    background-image: url(../images/general_item-bg02.png);
}

#general .content_item p {
    width: 100%;
    font-size: min(4vw, 3.9rem);
    color: #ffffff;
}

.check_listWrap {
    background-color: #97C15B;
    padding: 5%;
    border-top: max(1vw, 10px) solid #F7CC8E;
    border-bottom: max(1vw, 10px) solid #F7CC8E;
    position: relative;
    color: #ffffff;
    margin-top: 2%;
}

.check_listWrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: min(15vw, 230px) min(20vw, 412px)0 0;
    border-color: #9ECB5D transparent transparent transparent;
}

.check_listWrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 min(20vw, 412px) min(15vw, 230px) 0;
    border-color: transparent #9ECB5D transparent transparent;
}

.check_listWrap h4 {
    font-size: clamp(2.4rem, 5vw, 4.0rem);
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    color: #CBE0AD;
    margin-bottom: 2%;
}

.check_listWrap h4 span {
    font-size: clamp(1.6rem, 4vw, 2.7rem);
    color: #ffffff;
}

.check_listWrap ul {
    width: 90%;
    max-width: 1343px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    gap: 0 2vw;
}

.medical ul.check li {
    position: relative;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    text-align: left;
    padding: 20px 0 20px 50px;
    border-bottom: 1px solid #ffffff;
}

.medical ul.check li:nth-child(1),
.medical ul.check li:nth-child(2) {
    border-top: 1px solid #ffffff;
}

.medical ul.check li::before {
    content: "";
    width: 25px;
    aspect-ratio: 1;
    background-image: url(../images/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 2%;
}

#prevention .content_itemWrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}

#prevention .content_item {
    width: 100%;
    background-color: #58A09C;
    aspect-ratio: 477/156;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: clamp(2.0rem, 3vw, 3.0rem);
    position: relative;
}

#prevention .content_item::before {
    content: "";
    width: 10%;
    aspect-ratio: 1;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    position: absolute;
    bottom: 0.8vw;
    right: 0.8vw;
}

#prevention .content_item::after {
    content: "";
    width: 10%;
    aspect-ratio: 1;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    position: absolute;
    top: 0.8vw;
    left: 0.8vw;
}

#implant .content02 {
    margin-top: 5%;
}

#aesthetic .content_itemWrap {
    width: 100%;
}

#aesthetic .content_item {
    width: 100%;
    padding: 2% 3% 3%;
    background-color: #EFFAFF;
    border: max(0.8vw, 4px) solid #9CD1E6;
}

#aesthetic .content_item h5 {
    color: #5BA4C2;
    font-size: clamp(2.0rem, 3vw, 3.4rem);
    padding-bottom: 2%;
}

#aesthetic .icon {
    width: 100%;
    aspect-ratio: 1;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: clamp(1.4rem, 2vw, 3.0rem);
}

#aesthetic .content_item:nth-of-type(2) {
    background-color: #FCF2EF;
    border: max(0.8vw, 4px) solid #F5B5A6;
}

#aesthetic .content_item:nth-of-type(2) h5 {
    color: #DA806A;
}

.fukidashi {
    width: 100%;
    background-color: #58A09C;
    padding: 2% 0 1%;
    position: relative;
    margin-bottom: max(2%, 20px);
}

.fukidashi h4 {
    font-size: clamp(2.4rem, 3vw, 4.0rem);
    color: #ffffff;
    padding-bottom: 1px;
    border-bottom: 1px solid #ffffff;
}

.fukidashi::before {
    content: "";
    width: 0;
    height: 0;
    border-left: max(2vw, 20px) solid transparent;
    border-right: max(2vw, 20px) solid transparent;
    border-top: max(2vw, 20px) solid #58A09C;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/*.dod_list {
    padding: 3% 0 0;
}*/

.dod_list li {
    padding: 3% 0 5%;
    text-align: left;
    border-bottom: 1px solid #585047;
}

.dod_list li h4 {
    background-color: #F1F2F9;
    font-size: clamp(2.0rem, 3vw, 3.4rem);
    padding: 1% 3%;
    border-radius: max(28px, 5vw);
    margin-bottom: 2%;
    position: relative;
}

.dod_list li h4::before {
    content: "";
    width: 40px;
    aspect-ratio: 1;
    background-image: url(../images/dod.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}

#whitening .content_itemWrap {
    width: 100%;
    gap: 40px;
}

#whitening .content_item {
    width: 100%;
    background-color: #E7F1F6;
    text-align: justify;
}

#whitening .content_item h5 {
    background-color: #5BA4C2;
    color: #ffffff;
    font-size: clamp(2.0rem, 3.4vw, 2.4rem);
    text-align: center;
    padding: 20px;
}

#whitening .content_item p {
    padding: 20px 20px 40px;
    /*font-size: clamp(1.4rem, 2vw, 2.0rem);*/
}

#whitening .content_item .content_item_home_img{
	margin: 40px 20px 0;
}

.whitening_feelist_h4{
	background-color: #F1F2F9;
	font-size: clamp(2.0rem, 3vw, 3.4rem);
	padding: 1% 3%;
	border-radius: max(28px, 5vw);
	margin: 5% 0 2% 0;
	position: relative;
	text-align: left;
}

.whitening_feelist_h4::before{
	content: "";
	width: 40px;
	aspect-ratio: 1;
	background-image: url(../images/dod.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
}

#risk .content {
    width: 100%;
    /*border: 1px solid #585047;
    padding: 5% 20px;*/
    text-align: justify;
    /*height: 300px;
    overflow-y: scroll;*/
}

#risk .content h4 {
    font-size: clamp(2.0rem, 3.4vw, 2.8rem);
    text-align: center;
    margin-bottom: 20px;
}

#risk .content p {
    font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.whitening-feature{
	display: flex;
	justify-content: space-between;
	gap: 3%;
}
.whitening-feature p{
	width: 70%;
}
.whitening-feature_img img{
	max-width: 400px;
}
.whitening-flow .listItem{
    font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.whitening-flow_inner{
	display: flex;
	justify-content: space-between;
	padding: 30px;
	gap: 3%;
}
.listItem_img{
	max-width: 300px;
}

.whitening_line_bnr{
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 9998;
	background-color: #06c755;
	color: #fff;
	padding: 15px;
	border-radius: 10px;
	text-decoration: none;
	max-width: 450px;
}

.whitening_line_bnr:hover {
	opacity: 0.8;
	transition: 0.5s;
	cursor: pointer;
}

.whitening_line_bnr a {
	cursor: pointer;
}

.whitening_line_flex{
	display: flex;
	align-items: center;
}

.whitening_line_bnr img{
	margin: auto;
	display: block;
}

.whitening_line_bnr p{
	text-align: center;
	font-size: clamp(1.6rem, 4vw, 1.8rem);
	line-height: 1.5;
}


@media screen and (max-width:1300px) {
    .check_listWrap ul {
        display: flex;
        flex-direction: column;
    }

    .medical ul.check li:nth-child(2) {
        border-top: none
    }
}

@media screen and (max-width:980px) {
    .medical section {
        margin-bottom: 0;
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .medical p {
        font-size: min(3.3vw, 1.6rem);
    }

    .medical .content.row {
        flex-direction: column-reverse;
    }

    .medical .content.row .content_textWrap {
        width: 100%;
    }

    .check_listWrap ul {
        width: 100%;
    }

    .medical ul.check li {
        padding: 10px 0 10px 40px;
    }

    .medical ul.check li::before {
        width: 20px;
        top: 14px;
        left: 2%;
    }

    .medical p.center {
        text-align: justify;
    }

    #prevention .content_itemWrap {
        width: 90%;
        max-width: 330px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #implant .content_itemWrap {
        flex-direction: column;
        gap: 20px;
    }

    #whitening .content_itemWrap {
        flex-direction: column;
        gap: 20px;
    }
	
	.whitening-feature{
		flex-direction: column-reverse;
	}
	.whitening-feature p{
		width: 100%;
	}
	.whitening-feature_img{
		text-align: center;
		margin: 15px 0;
	}
	.whitening-flow_inner{
		display: block;
	}
	.listItem_img{
		margin: 15px auto;
	}
    .content_img
    {
        width: 100%;
    }
    #staff_01 .content_textWrap
    {
        width: 100%;
    }
    #staff_01 .content
    {
        flex-wrap: wrap;
    }
	.whitening_line_bnr{
		right: 10px;
		bottom: 150px;
	}
	.whitening_line_bnr p{
		font-size: min(3.3vw, 1.6rem);
		line-height: 1.5;
	}
	.whitening_line_bnr img{
		width: 30%;
	}
}

@media screen and (max-width:480px) {
	.whitening_line_bnr{
		right: 10px;
		bottom: 70px;
	}
}

#recruit_01 h3 {
    font-size: max(1.8vw, 2.4rem);
    padding-bottom: 3%;
    color: #5BA4C2;
    font-weight: 600;
}

#recruit_01 .section_lead {
    font-size: max(1vw, 1.6rem);
    max-width: 1000px;
    margin: 0 auto 40px;
}

#recruit_01 .content {
    margin: 120px auto;
}

.table01 {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    border: 1px solid#5BA4C2;
    border-bottom: none;
    text-align: left;
    font-size: max(1vw, 1.8rem);
}

.table01 tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #5BA4C2;
}

.table01 th {
    background-color: #CCE8F3;
    padding: 20px;
    border-right: 1px solid #5BA4C2;
    width: 25%;
}

.table01 td {
    padding: 20px;
    width: 75%;
}

#recruit_01 .btn a {
    margin: 40px auto;
    background-color: #5BA4C2;
    width: 100%;
    max-width: 380px;
    height: 80px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

#recruit_01 .btn p {
    font-size: 2.6rem;
    padding-left: 40px;
    position: relative;
}

#recruit_01 .btn p::before {
    content: "";
    width: 24px;
    aspect-ratio: 1 / 1;
    background-image: url(../images/tel_nbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

@media screen and (max-width:980px) {
    .table01 {
        width: 100%;
        max-width: 600px;
        border-bottom: none;
        text-align: left;
    }

    .table01 th {
        background-color: #CCE8F3;
        display: block;
        padding: 20px 5%;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #5BA4C2;
    }

    .table01 td {
        display: block;
        padding: 20px 5%;
        width: 100%;
    }
}
/*==================================================
スライダーのためのcss
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
.gallery img{
	width: 80%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
    margin: 0 auto;
}

/*メイン画像下に余白をつける*/
.gallery{
	margin:0 0 5px 0;
}

.gallery li{
list-style:none;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #333333;/*矢印の色*/
    border-right: 2px solid #333333;/*矢印の色*/
    height: 25px;
    width: 25px;
}
.slick-prev::before, .slick-next::before {
  display: none;
}


/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
list-style:none;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}


/*==================================================
お知らせ（個別・一覧）
===================================*/
#single .container {
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 0 15px;
}

#single .ss-ttl h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

#single .ss-ttl,
#single .single-box {
    max-width: 1000px;
    margin: auto;
}

.single-box .single-date {
    max-width: 900px;
    margin: auto;
    padding-bottom: 15px;
    font-size: 20px;
}

.single-box .single-body {
    max-width: 900px;
    margin: auto;
    font-size: 24px;
}

#single .single-nav {
    margin-top: 40px;
}

#single .nav-links {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #333;
  padding-top: 50px;
}

#single .single-nav .nav-prev a,
#single .single-nav .nav-next a,
#single .back-to-archive a {
  font-size: 18px;
  color: inherit;
}

#single .back-to-archive {
  padding: 10px 15px;
  text-align: center;
}

#archive .container {
  margin: 0 auto;
  padding: 15px;
  max-width: 1000px;
}

.archive-box {
  margin: 50px auto;
  border-bottom: 1px solid #333;
}

.container article:first-of-type .archive-box {
    border-top: 1px solid #333;
    padding-top: 50px;
}

.read-more {
  margin-top: 15px;
  margin-bottom: 50px;
}

.read-more a {
  font-size: 18px;
  color: #0073aa;
  text-decoration: underline;
  line-height: 1.4;
}

.archive-date {
  font-size: 20px;
}

.archive-box .ttl {
  text-align: left;
  font-size: 24px;
  margin: 10px 0;
}

.archive-box .ttl a {
  color: #333;
}

.archive-box .archive-body {
  font-size: 18px;
}

.pagination-wrapper {
  margin-bottom: 10rem;
  font-size: 20px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.pagination-wrapper .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.pagination-wrapper .nav-links > * {
  display: inline-flex;
  padding: 0.3em 0.6em;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.pagination-wrapper .nav-links .current {
  background: #585047;
  color: #fff;
}