@charset "utf-8";

:root {
    --swiper-pagination-bottom: auto;
    --swiper-pagination-top: 40%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    font-family: 'dnp-shuei-gothic-gold', sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
    color: #828476;
}

.fade-out {
    opacity: 0;
}

button {
    transition: 0.4s;
}

button:hover {
    color: #ffffff;
    background-color: #828476;
}

.accordionWrap,
.privacyPolicyWrap,
.planWrap,
.indexWrap,
.costumeWrap {
    width: 80%;
    height: auto;
    margin: 70px auto 140px;
}

@media (max-width:678px) {

    .indexWrap,
    .planWrap,
    .costumeWrap {
        width: 90%;
    }
}

.privacyPolicyWrap h2,
.planWrap h2,
.costumeWrap h2,
.accordionWrap h2 {
    font-size: clamp(1.5rem, 5vw, 2rem);
    font-family: 'natom-Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    width: 100%;
    height: auto;
}

.non-item-text {
    text-align: center;
    margin-top: 5rem;
    font-weight: 400;
}


/* Swiper Section below  */
.swiper-section {
    position: relative;
}

.swiper-sectionItem {
    position: absolute;
    top: 55%;
    left: 5%;
    transform: translateY(-50%);
}

.swiper-sectionItemBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
}

.swiper-sectionMainTxt {
    width: 300px;
    height: auto;
    margin-bottom: 0.5rem;
}

.swiper-sectionSubTxt {
    font-size: clamp(0.8rem, 1vw, 1rem);
    line-height: 1.5;
    width: fit-content;
    height: auto;
    font-family: 'dnp-shuei-gothic-gold', sans-serif;
    letter-spacing: 0.3rem;
    /* color: #828476; */
    color: #fff;
}

@media (max-width:679px) {
    .swiper-sectionItemBox {
        display: block;
    }

    .swiper-sectionMainTxt {
        width: 55%;
        height: auto;
        padding-left: 3rem;
        margin-bottom: 0.5rem;
    }

    .swiper-sectionSubTxt {
        font-size: clamp(0.45rem, 1vw, 1rem);
    }
}

.item-image {
    width: 100%;
    height: 100vh;
}

.item-image video {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.swiper {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: -1;
}

.swiper-pagination {
    position: absolute;
    transform: translateX(90%) translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: auto;
}

.swiper-pagination-bullet {
    background-color: #444444;
    height: 0.5vw;
    width: 0.5vw;
}


/* header section below  */

.headerWrap {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.headerBox {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.headerBox h1 {
    width: fit-content;
    width: 220px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerBox h1 img {
    width: 90%;
    height: auto;
}


.headerBox .pcMenu {
    width: fit-content;
    height: auto;
}

/* hamburger section below  */

.material-symbols-outlined {
    line-height: 64px;
    font-size: 1.8rem;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.90);
    text-align: center;
    padding: 64px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s;
    z-index: 2;
}

.show {
    opacity: 1;
    pointer-events: auto;
}

.hide {
    display: none;
}

.overlay #close {
    position: absolute;
    top: 0;
    right: 16px;
    font-size: 32px;
    cursor: pointer;
}

.overlay ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.overlay li {
    margin-top: 24px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .3s, transform .3s;
}

.overlay.show li {
    opacity: 1;
    transform: none;
}

.overlay.show li:nth-child(1) {
    transition-delay: .1s;
}

.overlay.show li:nth-child(2) {
    transition-delay: .2s;
}

.overlay.show li:nth-child(3) {
    transition-delay: .3s;
}

.overlay.show li:nth-child(4) {
    transition-delay: .4s;
}

.overlay.show li:nth-child(5) {
    transition-delay: .5s;
}

.pcMenu {
    display: none;
}

.pcMenu ul {
    display: flex;
    gap: 2rem;
}

@media (min-width: 679px) {
    .pcMenu {
        display: block;
    }

    .pcMenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .pcMenu a {
        display: block;
        width: fit-content;
        line-height: 64px;
    }

    .pcMenu a:hover {
        opacity: 60%;
    }

    .spMenu {
        display: none;
    }
}

/* footer section below  */
.footerWrap {
    height: auto;
    width: 100%;
    line-height: 1.5;
}

.footerWrap small {
    display: block;
    text-align: center;
    padding: 30px 0 30px 0;
    letter-spacing: 0.3rem;
}

.footerBox {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 7%;
    padding: 25px 0 50px 0;
    border-top: 1px solid #828476;
    border-bottom: 1px solid #828476;
    letter-spacing: 0.1rem;
    flex-wrap: wrap;
}

.footerBox a:hover {
    opacity: 60%;
}

.footerBox>* {
    margin-bottom: 2rem;
}

@media (max-width:678px) {
    .footerBox {
        width: 90%;
    }
}

@media (max-width:647px) {
    .footerBox>* {
        flex: 1 1 100%;
    }
}

.footerHeading {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footerBoxStoreBox {
    width: 70%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.footerBoxStoreBox> :nth-child(3) {
    line-height: 1.8;
    letter-spacing: 0.2rem;
}

.footerBoxStoreBox> :nth-child(2) {
    padding: 1rem 0 3rem 0;
    font-size: 0.8rem;
    letter-spacing: 0.3rem;
    font-family: "M PLUS 1p", sans-serif;
    line-height: 1.8;
}

.footerBoxStoreImage {
    width: 150px;
    height: auto;
    margin: 0 auto;
}

.footerBoxStoreImage img {
    width: 100%;
    height: auto;
}

.footerBoxStoreButtonBox {
    width: 70%;
    height: auto;
    padding: 5rem;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    justify-content: center;
    align-items: center;
}

.footerBoxStoreButtonBox button {
    padding: 1rem;
    border: 1.5px solid #828476;
    width: 160px;
    text-align: center;
    letter-spacing: 0.2rem;
}

@media (max-width:678px) {
    .footerBoxStoreBox {
        width: 85%;
    }

    .footerBoxStoreButtonBox button {
        width: 155px;
    }

    .footerBoxStoreButtonBox {
        gap: 1rem;
        width: 85%;
        padding: 5rem 0;
    }
}



/* accordion section/page below  */
.accordionWrap> :nth-child(1) {
    padding: 3rem 20px 2rem 20px;
    text-align: center;
    border-bottom: 1px solid #828476;
    margin-bottom: 2rem;
}

.accordionWrap> :nth-child(1) h2 {
    margin-bottom: 0.5rem;
    letter-spacing: 0.4rem;
}

.accordionWrap> :nth-child(1)> :nth-child(2) {
    letter-spacing: 0.3rem;
}

.accordionItem dt,
.accordionItem dd {
    padding-right: 30px;
}

.accordionItem {
    line-height: 1.8;
}

dl div {
    margin-bottom: 1rem;
}

dt,
dd {
    padding: 1rem;
}

dt {
    position: relative;
}

dt::before {
    content: "Q. ";
    font-family: 'natom-Pro', sans-serif;
}

dt::after {
    content: "+";
    position: absolute;
    top: 12px;
    right: 16px;
    transition: transform .3s;
}

dd::before {
    content: "A. ";
    font-family: 'natom-Pro', sans-serif;
}

dt {
    color: #ffffff;
    background-color: #828476;
    cursor: pointer;
    user-select: none;
}

dd {
    display: none;
}

dl div.appear dt::after {
    transform: rotate(45deg);
}

dl div.appear dd {
    display: block;
    animation: .3s fadeIn;
}

@keyframes fadeIn {

    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 679px) {
    .accordionWrap {
        width: 90%;
    }
}

/* privacy policy page section  */
.privacyPolicyWrap p {
    line-height: 1.8;
    margin-bottom: 1rem;
}

.privacyPoricyOwner {
    margin-top: 4rem;
    margin-left: auto;
    display: block;
    width: fit-content;
}

/* index &  access section below  */
.accessSectionWrap{
    margin-top: 6rem;
}

.accessSectionWrap h2 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    color: #ed7c85;
    font-family: 'natom-Pro', sans-serif;
    padding: 0 20px;
}

.accessSectionWrap> :nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.accessSectionWrap> :nth-child(1)::after,
.accessSectionWrap> :nth-child(1)::before {
    content: "";
    flex: 1;
    height: 1px;
    background: #828476;
}

.accessSectionWrap> :nth-child(2) iframe {
    width: 100%;
    height: 300px;
}

.accessSectionWrap> :nth-child(3) {
    display: flex;
    align-items: center;
    gap: 5rem;
    padding-top: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1.8;
}

.accessSectionWrap> :nth-child(3) p {
    font-family: 'natom-Pro', sans-serif;
    font-size: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #828476;
}

@media (max-width:678px) {
    .accessSectionWrap> :nth-child(3) {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .accessSectionWrap> :nth-child(3) div {
        font-family: 'natom-Pro', sans-serif;
        font-size: 0.6rem;
    }
}

/* index &  instagram section below  */
.instagramSectionWrap h2 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    color: #ed7c85;
    font-family: 'natom-Pro', sans-serif;
    padding: 3rem 20px;
}

.instagramSectionWrap> :nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.instagramSectionWrap {
    background-color: #82847620;
}

/* index &  costume section below  */
.costumeSectionWrap h2 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    color: #ed7c85;
    font-family: 'natom-Pro', sans-serif;
    padding: 3rem 20px 3rem 0;
}

.costumeSectionWrap> :nth-child(1) {
    display: flex;
    justify-content: start;
    align-items: center;
}

.costumeSectionWrap> :nth-child(1)::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #828476;
}

.costumeSectionWrap button {
    padding: 0.8rem 1rem;
    width: 130px;
    letter-spacing: 0.2rem;
    border: 1px solid #828476;
    text-align: center;
    transition: 0.4s;
}

.costumeSectionWrap> :nth-child(2)> :nth-child(2) {
    display: flex;
    justify-content: end;
    margin: 3rem;
}

.costumeSectionWrap button:hover {
    color: #ffffff;
    background-color: #828476;
}

.costumeSectionWrap> :nth-child(2)> :nth-child(1) {
    display: flex;
    gap: 3rem;
    align-items: baseline;
    justify-content: center;
    flex-wrap: nowrap;
}

.costumeSectionWrap> :nth-child(2)> :nth-child(1)>div {
    width: 30%;
    transition: 0.3s;
}

.costumeSectionWrap> :nth-child(2)> :nth-child(1)>div:hover {
    opacity: 60%;
}

.costumeSectionWrap> :nth-child(2)> :nth-child(1) p {
    text-align: center;
    line-height: 1.8;
}

@media (max-width:678px) {
    .costumeSectionWrap> :nth-child(2)> :nth-child(2) {
        justify-content: center;
    }

    .costumeSectionWrap> :nth-child(2)> :nth-child(1) {
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
    }

    .costumeSectionWrap> :nth-child(2)> :nth-child(1)>div {
        width: 40%;
        margin-bottom: 0.2rem;
    }
}


/* index &  plan section below  */
.planSectionWrap h2 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    color: #ed7c85;
    font-family: 'natom-Pro', sans-serif;
    padding: 3rem 20px 3rem 0;
}

.planSectionWrap> :nth-child(1) {
    display: flex;
    justify-content: start;
    align-items: center;
}

.planSectionWrap> :nth-child(1)::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #828476;
}

.planSectionWrap> :nth-child(2) {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.planSectionWrap> :nth-child(3) {
    width: 45%;
    height: auto;
    margin: 0 auto;
}

.planSectionWrap> :nth-child(3)> :nth-child(1) {
    padding: 2rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.planSectionWrap> :nth-child(3)> :nth-child(2) {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    padding: 0 0 2rem 0;
}

.planSectionWrap> :nth-child(3)> :nth-child(2)> :nth-child(1) {
    font-size: 2.5rem;
    color: #ed7c85;
}

.planSectionWrap> :nth-child(3)> :nth-child(2)> :nth-child(2) {
    color: #ed7c85;
    font-size: 1.2rem;
    font-weight: 700;
}

.planSectionWrap> :nth-child(3)> :nth-child(3) {
    line-height: 1.8;
}

.planSectionWrap> :nth-child(3)> :nth-child(4) {
    display: flex;
    justify-content: flex-end;
}

.planSectionWrap> :nth-child(3)> :nth-child(4) button {
    padding: 1rem 3rem;
    border: 1px solid #828476;
    margin: 4rem 0 2rem 0;
    letter-spacing: 0.2rem;
    font-family: "M PLUS 1p", sans-serif;
}

@media (max-width:678px) {
    .planSectionWrap> :nth-child(2) {
        width: 90%;
    }

    .planSectionWrap> :nth-child(3) {
        width: 90%;
    }

    .planSectionWrap> :nth-child(3)> :nth-child(4) {
        justify-content: center;
    }
}


/* PLAN page section */
.planWrap> :nth-child(1) {
    padding: 3rem 20px 2rem 20px;
    text-align: center;
    border-bottom: 1px solid #828476;
    margin-bottom: 2rem;
}

.planWrap> :nth-child(1) h2 {
    margin-bottom: 0.2rem;
}

.planWrap> :nth-child(1)> :nth-child(2) {
    letter-spacing: 0.3rem;
}

.planWrap> :nth-child(2) {
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6rem;
    line-height: 1.5;
}

.planImage {
    width: 55%;
    height: auto;
}

.planItemFlex {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.planItemFlex> :nth-child(2) h3 {
    padding-left: 1rem;
    font-weight: 700;
    font-size: 1.3rem;
}

.planItemFlex> :nth-child(2) {
    width: 45%;
    height: auto;
}

.planItemFlex> :nth-child(2) button {
    width: 100%;
    height: auto;
    padding: 0.7rem 1rem;
    background-color: #b8e0a8;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}

.planItemFlex> :nth-child(2) button:hover {
    opacity: 95%;
}

.planItemFlex> :nth-child(2)> :nth-child(2) {
    padding-left: 1rem;
}

.planItem {
    line-height: 1.8;
}

.planItem> :nth-child(2) {
    font-size: 1.1rem;
}

.planItemFlexPrice {
    display: flex;
    align-items: baseline;
    margin-bottom: 3rem;
}

.planItemFlexPrice> :nth-child(1) {
    font-size: 2.2rem;
    color: #ed7c85;
}

.planItemFlexPrice> :nth-child(2) {
    padding-left: 0.5rem;
    color: #ed7c85;
    font-size: 1.1rem;
    font-weight: 700;
}

.planItemFlexPosiBox {
    position: relative;
    border: 1px solid #828476;
    border-radius: 0.5rem;
    padding: 2rem 0 1rem 0;
}

.planItemFlexPosiBox> :nth-child(1) {
    position: absolute;
    top: -10%;
    left: 1rem;
    padding: 0.2rem 1rem;
    background-color: #828476;
    color: #ffffff;
}

.planItemFlexPosiBox p {
    padding-left: 1rem;
}

.planBox {
    margin-bottom: 10rem;
}

.planLastImg {
    margin-bottom: 3rem;
}

@media (max-width:678px) {
    .planItemFlex {
        display: block;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .planWrap> :nth-child(2) {
        width: 100%;
        line-height: 1.8;
    }

    .planImage {
        width: 100%;
        height: auto;
    }

    .planItemFlex> :nth-child(2) h3 {
        padding-left: 0;
        padding-top: 1rem;
    }

    .planItemFlex> :nth-child(2)> :nth-child(2) {
        padding-left: 0;
    }

    .planItemFlex> :nth-child(2) {
        width: 100%;
        height: auto;
    }

    .planItemFlexPrice {
        margin-bottom: 2rem;
    }

    .planItem> :nth-child(2) {
        font-size: 0.8rem;
    }
}


/* COSTUME page section */
.costumeWrap> :nth-child(1) {
    padding: 3rem 20px 2rem 20px;
    text-align: center;
    border-bottom: 1px solid #828476;
    margin-bottom: 2rem;
}

.costumeWrap> :nth-child(1) h2 {
    margin-bottom: 0.2rem;
}

.costumeWrap> :nth-child(1)> :nth-child(2) {
    letter-spacing: 0.3rem;
}

.costumeWrap> :nth-child(2) {
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3rem;
    line-height: 1.5;
}

.tagImg {
    width: 100px;
    height: auto;
}

.tagImg img {
    border-radius: 500px;
}

.tagP {
    padding: 0.5rem 0 0 0;
    width: fit-content;
    height: auto;
}

.costumeWrap> :nth-child(3) {
    display: flex;
    gap: 4rem;
    justify-content: center;
    flex-wrap: wrap;
}

.costumeWrap> :nth-child(3)>div {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.costumeWrap> :nth-child(3)>div:hover {
    opacity: 60%;
}

@media (max-width:678px) {
    .costumeWrap> :nth-child(2) {
        width: 100%;
        line-height: 1.8;
    }
}


.costume-list-box {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.costume-list-wrap {
    margin-top: 5rem;
}

.costume-list-image {
    width: 10rem;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

@media (max-width:401px) {
    .costume-list-image {
        width: 8rem;
    }

    .costume-list-box {
        gap: 1.5rem;
    }

    .costumeWrap> :nth-child(3) {
        gap: 2rem;
    }
}

.costume-list-image:hover {
    transform: scale(1.05);
}

/* COSTUME PAGE モーダルのスタイル */
.costumeModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.3s ease;
    overflow-y: auto;
    padding: 60px 20px 40px;
}

.costumeModal.show {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    animation: zoomIn 0.3s ease;
}

.modal-image {
    width: 50%;
    height: auto;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: #ccc;
}

.modal-box {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.costumeModalDetailBox {
    width: 50%;
    height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
    line-height: 1.8;
    background-color: #fff;
}

.costumeModalDetailBox h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.costumeModalDetailBox p {
    text-align: center;
}

.modalListItem {
    display: flex;
}

.costumeModalDetailBox> :nth-child(3) {
    margin-top: 2rem;
}

.modalListItem> :nth-child(1) {
    width: 7rem;
    height: auto;
    background-color: #8284762f;
    margin-bottom: 0.5rem;
    text-align: center;
    padding: 0.5rem 0;
}

.modalListItem> :nth-child(2) {
    height: auto;
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
}

.costumeModalDetailBox button {
    padding: 0.5rem 1.5rem;
    letter-spacing: 2px;
    border: 1px solid #828476;
    display: block;
    margin: 3rem auto 0;
}

/* アニメーション */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .modal-content {
        max-width: 90%;
    }

    .close {
        top: -30px;
        font-size: 28px;
    }
}

@media (max-width: 1000px) {
    .modal-box {
        display: block;
    }

    .modal-image {
        width: 100%;
    }

    .costumeModalDetailBox {
        width: 100%;
    }
}

@media (max-width: 460px) {
    .costumeModalDetailBox {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        line-height: 1.8;
        background-color: #fff;
    }

    .costumeModal {
        padding: 50px 10px 50px;
    }
}

/* pagenation  */
.pagination {
    text-align: center;
    margin-top: 4rem;
}

.wp-pagenavi .page {
    display: inline-block;
    text-align: center;
    width: 42px;
    line-height: 42px;
    border: solid 1px #828476;
    border-radius: 21px;
    margin: auto 6px;
    transition: 0.3s ease-out;
}

.wp-pagenavi .page:hover {
    background: #828476;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
    line-height: 42px;
    margin: auto 8px;
    transition: 0.3s ease-out;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
    opacity: 60%;
}

.wp-pagenavi .current {
    display: inline-block;
    text-align: center;
    width: 42px;
    line-height: 42px;
    color: #fff;
    background: #828476;
    border: solid 1px #828476;
    border-radius: 21px;
    margin: auto 6px;
}