@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/*----------------------------------------------------
	main
----------------------------------------------------*/

main {
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    height: auto !important;
    overflow: hidden;
}

main:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


/*----------------------------------------------------
	メイン画像
----------------------------------------------------*/

#main_img {
    width: 100%;
    margin: 0 auto;
    position: relative;
}


/*----------------------------------------------------
	サブページ・タイトル画像
----------------------------------------------------*/

#main_img-sub {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}

#main_img-sub::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background: rgb(183 183 183 / 20%);
    transition: all ease 2s;
}

#img_area-sub {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#img_area-sub h2 {
    font-size: 26px;
    font-weight: var(--font-weight-base);
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    z-index: 10;
    position: relative;
}

#img_area-sub h2 .sub_title {
    font-size: 16px;
}


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

#main_img-sub {
    height: 100px;
}

#img_area-sub {
    height: 100px;
}

#img_area-sub h2 {
    clear: both;
    width: 100%;
    height: auto;
    font-size: 20px;
}

#img_area-sub h2 .sub_title {
    font-size: 14px;
}

}


/*----------------------------------------------------
	h2・h3・h4
----------------------------------------------------*/

h2 {
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: var(--font-weight-base);
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}

h2.h2_top {
    width: auto;
    height: auto;
    font-size: 28px;
    font-weight: var(--font-weight-base);
    line-height: 2;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

h2.h2_top .sub_title {
    font-size: 14px;
    position: relative;
    line-height: 1;
    color: var(--primary-color);
    display: block;
}

h2.h2_concept {
    margin-bottom: 5px;
}

h2.single_title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: var(--font-weight-base);
}

h3 {
    width: auto;
    height: auto;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: var(--font-weight-base);
    line-height: 1.8;
}

h3.h3_top_line {
    font-size: 22px;
    margin: 0 auto 40px;
}

h3.h3_top_line span.line {
    position: relative;
    padding-left: 50px;
}

h3.h3_top_line span.line::before {
    content: '';
    width: 40px;
    height: 3px;
    background: var(--font-color-base);
    position: absolute;
    top: 0.6em;
    left: 0;
    transform: translateY(-50%);
}

h4 {
    width: auto;
    height: auto;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: var(--font-weight-base);
}


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

h2 {
    width: 100%;
    height: auto;
    font-size: 22px;
    margin-bottom: 20px;
}

h2.h2_top {
    font-size: 24px;
    line-height: 2;
}

h2.h2_top .sub_title:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -17px;
}

h2.h2_concept {
    font-size: 24px;
    margin-bottom: 10px;
}

h2.single_title {
    font-size: 19px;
}

h3 {
    width: 100%;
    height: auto;
    font-size: 20px;
}

h3.h3_top_line {
    font-size: 18px;
}

h3.h3_top_line span.line {
    padding-left: 40px;
}

h3.h3_top_line span.line::before {
    content: '';
    width: 30px;
}

h4 {
    font-size: 18px;
}

}


/*----------------------------------------------------
	トップページ・サービス内容
----------------------------------------------------*/

.top_service_lr {
    clear: both;
    width: 100%;
    height: auto;
    margin: 20px auto;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
}

.top_service_lr h2 {
    font-size: clamp(26px, calc(4vw - 50%), 35px);
    font-weight: var(--font-weight-base);
    line-height: 1.5;
    position: relative;
}

.top_service_img {
    width: 48%;
}

.top_service_description {
    width: 48%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.top_service_description p:last-child {
    margin-bottom: 0;
}


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

.top_service_lr {
    clear: both;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
}

.top_service_img {
    width: 100%;
    margin: 0 auto 30px;
    order: -1;
}

.top_service_description {
    width: 100%;
}

}


/*----------------------------------------------------
	トップページ・商品リンク
----------------------------------------------------*/

.service_lr {
    clear: both;
    width: 100%;
    height: auto;
    margin: 80px auto 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
}

.service_lr h2 {
    font-size: 18px;
    text-align: center;
}

.service_lr h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.service_lr h3 span.line {
    position: relative;
    padding-left: 30px;
}

.service_lr h3 span.line::before {
    content: '';
    width: 20px;
    height: 3px;
    background: var(--font-color-base);
    position: absolute;
    top: 0.6em;
    left: 0;
    transform: translateY(-50%);
}

.service_img {
    width: 62%;
}

.service_description {
    width: 35%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service_description p {
    font-size: 14px;
}

.service_description p:last-child {
    margin-bottom: 0;
}

.service_description a.more_btn {
    margin: 20px auto 10px;
}


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

.service_lr {
    clear: both;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
}

.service_img {
    width: 100%;
    margin: 0 auto 30px;
    order: -1;
}

.service_description {
    width: 100%;
}

}


/*----------------------------------------------------
	トップページ・背景画像部分
----------------------------------------------------*/

.box_bg {
    clear: both;
    width: 95%;
    max-width: var(--max-width);
    height: auto;
    margin: 0 auto;
    padding: 90px 0 80px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box_bg h2 {
    font-size: 22px;
    color: #fff;
}

.box_bg h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}

.box_bg p {
    font-size: 16px;
    color: #fff;
}

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

.box_bg {
    width: 90%;
    height: auto;
    padding: 80px 0 60px;
}

.box_bg h2 {
    font-size: 19px;
}

.box_bg h3 {
    font-size: 18px;
}

}


/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/

.top-accordion-area {
    list-style: none;
    margin: 50px 0 35px;
    text-align: left;
}

.top-accordion-area li {
    background: #fff;
    padding: 5px 30px 0;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
}

.top-accordion-area li::before {
    content: "Q";
    font-size: 32px;
    font-weight: 500;
    position: absolute;
    top: 16px;
    left: 34px;
}

p.question .mark {
    height: 34px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    transition: all .5s ease;
    position: absolute;
    right: 5px;
    top: calc(50% - 17px);
}

p.question .mark::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(0deg);
}

p.question .mark::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(90deg);
}

p.question.close .mark::before {
    transform: rotate(45deg);
}

p.question.close .mark::after {
    transform: rotate(-45deg);
}

.top-accordion-area li p.question {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    padding: 25px 70px 25px 45px;
    margin: 0;
    transition: all .5s ease;
}

.anser {
    display: none;
    padding: 0 70px 10px 45px;
    position: relative;
}

.anser::before {
    content: "A";
    font-size: 32px;
    font-weight: 500;
    position: absolute;
    top: -13px;
    left: 6px;
}

.anser p {
    margin-bottom: 20px;
}


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

.top-accordion-area {
    margin: 30px 0 35px;
}

.top-accordion-area li {
    padding: 10px 20px 15px;
}

.top-accordion-area li::before {
    content: "Q";
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    top: 24px;
    left: 24px;
}

.top-accordion-area li p.question {
    font-size: 17px;
    padding: 25px 55px 15px 35px;
}

.top-accordion-area li .anser {
    display: none;
    padding: 0 15px 0 40px;
    position: relative;
}

.anser::before {
    content: "A";
    font-size: 27px;
    font-weight: 500;
    position: absolute;
    top: -8px;
    left: 5px;
}

}


/* -----------------------------------------------------------
	Instagram
----------------------------------------------------------- */

#instagram_area {
    clear: both;
    width: 95%;
    max-width: var(--max-width);
    height: auto;
    margin: 0 auto;
    padding: 90px 0 70px;
    overflow: hidden;
    position: relative;
}

#instagram_area h2 {
    letter-spacing: 4px;
}

#instagram_area h3.h3_top_line {
    font-size: 22px;
    margin: 0 auto 20px;
}

#instagram_area h3.h3_top_line span.line {
    position: relative;
    padding-left: 30px;
}

#instagram_area h3.h3_top_line span.line::before {
    content: '';
    width: 20px;
    height: 3px;
    background: var(--font-color-base);
    position: absolute;
    top: 0.6em;
    left: 0;
    transform: translateY(-50%);
}


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

#instagram_area {
    width: 90%;
    height: auto;
    padding: 60px 0 60px;
}

#instagram_area h3.h3_top_line {
    font-size: 20px;
}

}


/* -----------------------------------------------------------
	ショールーム
----------------------------------------------------------- */

.img_lr {
    margin: 80px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.img_lr img {
    width: 50%;
}


/* -----------------------------------------------------------
	アクセス
----------------------------------------------------------- */

.map-area {
    clear: both;
    width: 100%;
    margin-top: auto;
    margin-bottom: -10px;
    position: relative;
}

.map-area iframe[src^="https://www.google.com/maps/"] {
    width: 100%;
    height: 550px;
}


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

.map-area {
    height: 450px;
    margin-bottom: 0;
}

.map-area iframe[src^="https://www.google.com/maps/"] {
    width: 100%;
    height: 450px;
}

}


/* -----------------------------------------------------------
	Googleカレンダー
----------------------------------------------------------- */

.calendar-area {
    clear: both;
    width: 95%;
    max-width: var(--max-width);
    height: auto;
    margin: 0 auto 90px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.calendar-area iframe {
    width: 100%;
	height: 700px;
}


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

.calendar-area {
    width: 90%;
    margin: -20px auto 80px;
}

.calendar-area iframe {
    width: 100%;
    height: 400px;
}

}


/*----------------------------------------------------
	安心して選べる理由
----------------------------------------------------*/

.reasons_lr {
    clear: both;
    width: 100%;
    height: auto;
    margin: 20px auto 80px;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
}

.reasons_img {
    width: 50%;
}

.reasons_description {
    width: 45%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.reasons_description p:last-child {
    margin-bottom: 0;
}


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

.reasons_lr {
    clear: both;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
}

.reasons_img {
    width: 100%;
    margin: 0 auto 30px;
    order: -1;
}

.reasons_description {
    width: 100%;
}

}


/* -----------------------------------------------------------
	お問い合わせリンク
----------------------------------------------------------- */

.contact_lr {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 80px;
}

.contact_l,
.contact_r {
    display: flex;
    justify-content: center;
}


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

.contact_lr {
    gap: 20px;
}

.contact_lr a.more_btn {
    width: 170px;
    font-size: 12px;
    line-height: 1.4;
}

}


/*----------------------------------------------------
	サイトマップ
--------------------------------------------------- */

.wsp-pages-list {
    margin-bottom: 30px;
}

.wsp-pages-list li a {
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 14px 0 15px;
    margin-bottom: 0;
    display: inline-block;
    text-align: left;
    line-height: 1;
    color: var(--font-color-base);
    list-style-type: none;
    text-decoration: none;
    position: relative;
    border-bottom:  1px solid var(--border-color);
}

.wsp-pages-list li a:hover {
    text-decoration: underline;
}


/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */

.new {
    width: 60px;
    height: 23px;
    color: var(--font-color-base);
    font-style: normal;
    font-size: 11px;
    background: #fff;
    border: 1px solid var(--font-color-base);
    line-height: 1;
    margin: 0 0 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    position: relative;
    top: -2px;
}


/* -----------------------------------------------------------
	お知らせ
----------------------------------------------------------- */

li.info-top {
    max-width: 900px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

li.info-top a {
    width: 100%;
    display: inline-flex;
    text-decoration: none;
    padding: 10px 0;
    align-items: center;
}

li.info-top a:hover {
    text-decoration: none;
}

li.info-top a .title:hover {
    text-decoration: underline;
}

ul.info {
	margin-bottom: 30px;
}

p.date {
    width: 110px;
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: var(--primary-color);
}

.title {
    width: calc(100% - 110px);
    font-size: 17px;
    font-weight: var(--font-weight-base);
    margin-bottom: 0;
}

.list_none_top_info {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin: 0 auto -10px !important;
    display: block !important;
    text-align: center !important;
}


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

li.info-top a {
    text-decoration: none;
    padding: 10px 0;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

p.date {
    margin: 5px 0 2px;
    letter-spacing: 0;
    font-size: 13px;
}

.title {
    width: 100%;
}

.list_none_top_info {
    margin: 20px auto 0 !important;
}

}


/* -----------------------------------------------------------
	ブログ
----------------------------------------------------------- */

#list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#list ul {
    width: 105%;
    height: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: -30px;
    flex-wrap: wrap;
}

#list li {
    width: 29%;
    height: auto;
    margin-right: 4%;
    margin-bottom: 4%;
    overflow: hidden;
}

#list_inner {
    overflow: hidden;
    min-height: 100%;
}

#list_inner a {
    text-decoration: none;
}

#list_inner a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#list_inner p {
    text-align: left;
    font-size: 17px;
    font-weight: var(--font-weight-base);
    margin-bottom: 0;
}

#list_inner p.list_date {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: normal;
    color: var(--primary-color);
}

.single_date {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    padding: 0 0 20px 5px;
    color: var(--primary-color);
}

.list_image {
    line-height: 0;
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    position: relative;
}

#list li img,
#list li img.ofi {
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.no_image img {
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
}

.list_none {
    width: 98% !important;
    height: auto !important;
    margin: 0 auto 30px !important;
    display: block !important;
    text-align: center !important;
}

.list_none_top_blog {
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin: 0 auto 30px !important;
    margin-right: 3% !important;
    display: block !important;
    text-align: center !important;
}


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

#list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#list ul {
    width: 100%;
    height: auto;
    display: block;
    list-style-type: none;
}

#list li {
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 100%;
    margin: 0 auto 40px;
}

#list_inner {
    margin-bottom: 0;
}

#list_inner p {
    margin-bottom: 0;
}

.list_image {
    overflow: hidden;
    text-align: center;
    margin: 0 auto 12px;
    vertical-align: middle;
}

.no_image,
#list li img,
#list li img.ofi {
    height: 100%;
    width: 100%;
}
	
.list_none {
    margin: 0 auto 20px !important;
}

.list_none_top_blog {
    margin: 0 auto 30px !important;
}

}


/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.pager {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 60px auto 20px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pager .next {
    width: 40%;
}

.pager .next a {
    width: 100%;
    font-size: 15px;
    display: block;
    padding: 20px 20px 20px 50px;
    color: var(--font-color-base);
    line-height: 1;
    text-decoration: none;
    position: relative;
    text-align: left;
}

.pager .next a::before {
    content: '';
    display: block;
    border-bottom: 1px solid var(--font-color-base);
    border-right: 1px solid var(--font-color-base);
    height: 7px;
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    transform: rotate(135deg);
    transition: 0.3s ease-out;
}

.pager .more {
    width: 20%;
}

.pager .more a {
    width: 100%;
    font-size: 15px;
    display: block;
    padding: 20px 0;
    color: var(--font-color-base);
    line-height: 1;
    text-decoration: none;
}

.pager .previous {
    width: 40%;
}

.pager .previous a {
    width: 100%;
    font-size: 15px;
    display: block;
    padding: 20px 50px 20px 20px;
    color: var(--font-color-base);
    line-height: 1;
    text-decoration: none;
    position: relative;
    text-align: right;
}

.pager .previous a::after {
    content: '';
    display: block;
    border-bottom: 1px solid var(--font-color-base);
    border-right: 1px solid var(--font-color-base);
    height: 7px;
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    transform: rotate(-45deg);
    transition: 0.3s ease-out;
}

.pager .next a:hover::before {
    left: 25px;
}

.pager .previous a:hover::after {
    right: 25px;
}


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

.pager {
    margin: 40px auto 20px;
}

.pager .next a {
    font-size: 13px;
    padding: 20px 20px 20px 30px;
}

.pager .next a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

.pager .more a {
    font-size: 13px;
}

.pager .previous a {
    font-size: 13px;
    padding: 20px 30px 20px 20px;
}

.pager .previous a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}

.pager .next a:hover::before {
    left: 10px;
}
.pager .previous a:hover::after {
    right: 10px;
}

}


/* -----------------------------------------------------------
	ページネーション
----------------------------------------------------------- */

.pagination {
    clear: both;
    list-style-type: none;
    padding-left: 0;
    margin: 50px 0 20px;
}
 
.pagination,
.pagination li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
 
.pagination a {
    padding-top: 3px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #e2e2e2;
    border-left-width: 0;
    min-width: 36px;
    min-height: 35px;
    background: #fff;
    color: var(--font-color-base);
}
 
.pagination li:not([class*="current"]) a:hover {
    background: #fbfbfb;
}
 
.pagination li:first-of-type a {
    border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.pagination li.current a {
    background: #fbfbfb;
    cursor: default;
    pointer-events: none;
}

.pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

 
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  } 
  .pagination li.previous a { border-left-width: 1px; }
}


/* -----------------------------------------------------------
	アーカイブ
----------------------------------------------------------- */

#archive {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
}

#archive h3 {
    width: auto;
    height: auto;
    margin: 10px 0 30px;
    font-size: 30px;
    font-weight: var(--font-weight-base);
    line-height: 2;
    text-align: center;
}

#archive h3 .sub_title {
    font-size: 14px;
    color: var(--primary-color);
    line-height: 1;
    display: block;
}

#archive ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#archive li {
    width: 20%;
    margin-bottom: 10px;
    text-align: center;
}

#archive li a {
    width: 100%;
    color: var(--font-color-base);
    font-size: 15px;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
}

#archive li a:hover {
    text-decoration: underline;
}


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

#archive {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

#archive h3 {
    font-size: 24px;
}

#archive li {
    width: 50%;
    text-align: center;
}

#archive li a {
    width: 100%;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

}