@charset "utf-8";

/*++++++++++++++
news
++++++++++++++*/
.category {
	border: 1px solid var(--black);
	font-size: var(--font-mc);
	padding: 0 8px 0;
	box-sizing: border-box;
	/* font-family: var(--mn); */
}
.news-swiper {
	width: var(--flex-100);
}

.news-swiper ul{
	
}
.news-swiper li{
	margin: 0;
	padding: 10px 0;
}

.news-swiper li a{
	display: flex;
	margin: 0 0 30px;
	gap: 20px;
	align-items: center;
}
.time{
	font-family: var(--raleway);
	font-size: var(--font-em);
}
.news-title{
	font-size: var(--font-em);
	letter-spacing: 1px;
	font-weight: 500;
	line-height: var(--lh-md);
}
/**/
li.important .news-title {
	color:var(--red);
}
/**/

.select {
	justify-content: right;
	padding: 0 0 20px;
	gap: 10px;
}
.select select {
	padding: 12px 10px;
	max-width: 150px;
	width: 100%;
	font-family: var(--gs);
	box-sizing: border-box;
	border: 1px solid var(--gray);
	background: var(--gray);
}

.column-swiper li.notfound {
    border: 2px solid var(--gray);
    padding: 50px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: var(--font-h6);
    margin: 50px 0 0;
}

/*++++++++++++++
column
++++++++++++++*/

.column-swiper {
	width: var(--flex-100);
}


#column {
    position: relative;
    z-index: 10;
    right: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
}

#column .inner {
	display: flex;
	/* justify-content: space-between; */
	position: relative;
	width: 100%;
}

#column .inner:before {
	content:"";
}

.column-swiper ul {
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}

.column-swiper li {
	width: var(--flex-48);
	margin: 0 0 20px;
}

.column-swiper li a {
    align-items: center;
    margin: 0 0 10px;
    gap: 20px;
    color: inherit;
}
#column li:last-child a {
	margin:0;
}
.column-swiper li a .flex {
	display: flex;
}
.column-swiper figure {
	height: 150px;
	position: relative;
	margin: 0 0 10px;
	border: 1px solid var(--gray);
	background: var(--gray);
	overflow: hidden;
}
.column-swiper figure  img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}


#column .columnbox ul{
	
}
#column .columnbox li{
	background: #fff;
	max-width: 1000px;
	margin: auto;
}
#column .columnbox li a{
	display: flex;
	align-items: center;
}
#column .columnbox li a figure{
	width: 51%;
}
#column .columnbox li a figure img {
	width:100%;
}
#column .columnbox li a .shoptitle{
	width: 53%;
	padding: 29px 40px;
	box-sizing: border-box;
}
#column .columnbox li a .shoptitle p{
	letter-spacing: 0;
	font-size: 1.5em;
	width: auto;
	line-height: 1.6;
	font-weight: 600;
}
#column .columnbox li a .shoptitle span{
	display: block;
	font-size: 0.9em;
}

#column b {
	font-size: var(--font-em);
	color: var(
	--main-color);
	line-height: 1.6;
	margin: 0 0 10px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
}
#column span {
	line-height: 2;
	color: #666;
	font-size: 0.85em;
	letter-spacing: 1px;
}
/*++++++++++++++
single
++++++++++++++*/
#column.single {
    justify-content: space-between;
    gap:60px;
    max-width: var(--flex-95);
    margin: auto;
    padding: 30px 0 0;
}
#column.single aside {
	width: var(--flex-100);
	order: 2;
}
#column.single .content {
    order: 1;
    margin: 0 auto 50px;
    border-bottom: 1px solid var(--gray);
    padding: 0 0 50px;
}
#column.single .columnbox .flex {
	display: flex;
}

#column .image {
    margin: 0 0 40px;
    max-width: var(--flex-80);
}
#column .image img {
	height:auto;
}
#column .date {
    letter-spacing: 0;
    font-size: var(--font-em);
    font-family:var(--raleway);
	margin: 0 30px 0 0;
}
#column .title {
   font-size: var(--font-h4);
   padding: 0 0 20px;
}

#column .content p{
    line-height: var(--lh-lg);
}
#column .content p {
    font-size: var(--font-em);
}

/*pagenavi*/
.wp-pagenavi{
	clear:both;
	margin: 50px 0 0;
	text-align:center;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
}

.wp-pagenavi span.pages {
    padding: 10px;
    margin: 0 5px 0 0;
}

.wp-pagenavi span.current {
      display: inline-block;
      color: #f5f1df;
      background: var(--main-color);
      box-sizing: border-box;
      text-align: center;
      font-size: var(--font-h6);
      margin: 0 10px 0 0;
      border-radius: 100px;
      position: relative;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
}




a.page.smaller, a.page.larger {
    display: inline-block;
    color: #222;
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 1em;
    background: #eee;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.page.smaller:hover,
a.page.larger:hover,
a.previouspostslink:hover,
a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover{
	text-decoration:none;
	border-radius: 100px;
	box-shadow:0 0px 3px rgba(0,0,0,0.2);
	background: var(--main-color);
	color: #fff;
	/* background:#f5f1df; */
	box-shadow:none;
	transition: .3s;
	text-decoration:none;
}


a.page.smaller:hover:after,
a.page.larger:hover:after,
a.previouspostslink:hover:after,
a.nextpostslink:hover:after
 {
	margin:0;

}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    display: inline-block;
    color: #231815;
    background: #eee;
    margin: 0 1% 0 0;
    font-size: 1em;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi .extend {
}

.wp-pagenavi a.first,.wp-pagenavi a.last {
	display: inline-block;
	color: #222;
	align-items: center;
	background: none;
	/* border: 1px solid #b89d1c; */
	padding: 18px 25px;
	text-align: center;
	margin: 0 8px 0 0;
	font-size: 1em;
}

@media screen and (min-width: 768px) {
/*++++++++++++++
news
++++++++++++++*/
.category {
}
.news-swiper {
	width: var(--flex-55);
}

.news-swiper ul{
	
}
.news-swiper li{
	
}

.news-swiper li a{
	display: flex;
	margin: 0 0 30px;
	gap: 20px;
	align-items: center;
}
.time{font-size: var(--font-mc);}
.news-title{
}

.select {
	justify-content: right;
	padding: 0 0 20px;
	gap: 10px;
}
.select select {
	padding: 12px 10px;
	max-width: 150px;
	width: 100%;
	font-family: var(--gs);
	box-sizing: border-box;
	border: 1px solid var(--gray);
	background: var(--gray);
}

.column-swiper li.notfound {
    border: 2px solid var(--gray);
    padding: 50px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: var(--font-h6);
    margin: 50px 0 0;
}

/*++++++++++++++
column
++++++++++++++*/

.column-swiper {
	width: var(--flex-100);
}


#column {
    /* background: #f7f7f7; */
    position: relative;
    z-index: 10;
    /* width: 52%; */
    /* position: absolute; */
    right: 0;
    box-sizing: border-box;
    margin: 0;
}

#column .inner {
	display: flex;
	/* justify-content: space-between; */
	position: relative;
	width: 100%;
}

#column .inner:before {
	content:"";
}

.column-swiper ul {
    gap: 0;
}

.column-swiper li {
	width: var(--flex-30);
	margin: 0 0 20px;
}

.column-swiper li a {
    /* display: flex; */
    align-items: center;
    margin: 0 0 10px;
    gap: 20px;
    color: inherit;
}
#column li:last-child a {
	margin:0;
}

.column-swiper figure {
}
.column-swiper figure  img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}


#column .columnbox ul{
	
}
#column .columnbox li{
	background: #fff;
	max-width: 1000px;
	margin: auto;
}
#column .columnbox li a{
	display: flex;
	align-items: center;
}
#column .columnbox li a figure{
	width: 51%;
}
#column .columnbox li a figure img {
	width:100%;
}
#column .columnbox li a .shoptitle{
	width: 53%;
	padding: 29px 40px;
	box-sizing: border-box;
}
#column .columnbox li a .shoptitle p{
	letter-spacing: 0;
	font-size: 1.5em;
	width: auto;
	line-height: 1.6;
	font-weight: 600;
}
#column .columnbox li a .shoptitle span{
	display: block;
	font-size: 0.9em;
}

#column b {
	font-size: var(--font-em);
	color: var(
	--main-color);
	line-height: 1.6;
	margin: 0 0 10px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
}
#column span {
	line-height: 2;
	color: #666;
	font-size: 0.85em;
	letter-spacing: 1px;
}
/*++++++++++++++
single
++++++++++++++*/
#column.single {
    justify-content: space-between;
    gap:60px;
}
#column.single aside {
	max-width: var(--flex-70);
	margin: auto;
}	
#column.single .columnbox {
    width: var(--flex-70);
    order: 2;
}

#column .image {max-width: var(--flex-100);}

#column .date {
    letter-spacing: 0;
    font-size: var(--font-em);
    font-family:var(--raleway);
	margin: 0 30px 0 0;
}
#column .title {
}

#column .content p{
    line-height: var(--lh-lg);
}
#column .content p {
    font-size: var(--font-h6);
}

/*pagenavi*/
.wp-pagenavi{
	clear:both;
	margin: 50px 0 0;
	text-align:center;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
}

.wp-pagenavi span.pages {
    padding: 10px;
    margin: 0 5px 0 0;
}

.wp-pagenavi span.current {
      display: inline-block;
      color: #f5f1df;
      background: var(--main-color);
      box-sizing: border-box;
      text-align: center;
      font-size: var(--font-h6);
      margin: 0 10px 0 0;
      border-radius: 100px;

      position: relative;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
}




a.page.smaller, a.page.larger {
    display: inline-block;
    color: #222;
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 1em;
    background: #eee;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.page.smaller:hover,
a.page.larger:hover,
a.previouspostslink:hover,
a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover{
	text-decoration:none;
	border-radius: 100px;
	box-shadow:0 0px 3px rgba(0,0,0,0.2);
	background: var(--main-color);
	color: #fff;
	/* background:#f5f1df; */
	box-shadow:none;
	transition: .3s;
	text-decoration:none;
}


a.page.smaller:hover:after,
a.page.larger:hover:after,
a.previouspostslink:hover:after,
a.nextpostslink:hover:after
 {
	margin:0;

}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    display: inline-block;
    color: #231815;
    background: #eee;
    margin: 0 1% 0 0;
    font-size: 1em;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi .extend {
}

.wp-pagenavi a.first,.wp-pagenavi a.last {
	display: inline-block;
	color: #222;
	align-items: center;
	background: none;
	/* border: 1px solid #b89d1c; */
	padding: 18px 25px;
	text-align: center;
	margin: 0 8px 0 0;
	font-size: 1em;
}
}

@media screen and (min-width: 1024px) {
/*++++++++++++++
news
++++++++++++++*/
.category {
}
.news-swiper {
	width: var(--flex-55);
}

.news-swiper ul{
	
}
.news-swiper li{
	
}

.news-swiper li a{
	display: flex;
	margin: 0 0 30px;
	gap: 20px;
	align-items: center;
}
.time{
}
.news-title{
	font-size: var(--font-h6);
	letter-spacing: 1px;
	font-weight: 500;
}

.select {
	justify-content: right;
	padding: 0 0 20px;
	gap: 10px;
}
.select select {
	padding: 12px 10px;
	max-width: 150px;
	width: 100%;
	font-family: var(--gs);
	box-sizing: border-box;
	border: 1px solid var(--gray);
	background: var(--gray);
}

.column-swiper li.notfound {
    border: 2px solid var(--gray);
    padding: 50px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: var(--font-h6);
    margin: 50px 0 0;
}

/*++++++++++++++
column
++++++++++++++*/

.column-swiper {
	width: var(--flex-100);
}


#column {
    /* background: #f7f7f7; */
    position: relative;
    z-index: 10;
    /* width: 52%; */
    /* position: absolute; */
    right: 0;
    box-sizing: border-box;
    margin: 0;
}

#column .inner {
	display: flex;
	/* justify-content: space-between; */
	position: relative;
	width: 100%;
}

#column .inner:before {
	content:"";
}

.column-swiper ul {
}

.column-swiper li {width: var(--flex-32);}

.column-swiper li a {
    /* display: flex; */
    align-items: center;
    margin: 0 0 10px;
    gap: 20px;
    color: inherit;
}
#column li:last-child a {
	margin:0;
}

.column-swiper figure {
	height: 180px;
}
.column-swiper figure  img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}


#column .columnbox ul{
	
}
#column .columnbox li{
	background: #fff;
	max-width: 1000px;
	margin: auto;
}
#column .columnbox li a{
	display: flex;
	align-items: center;
}
#column .columnbox li a figure{
	width: 51%;
}
#column .columnbox li a figure img {
	width:100%;
}
#column .columnbox li a .shoptitle{
	width: 53%;
	padding: 29px 40px;
	box-sizing: border-box;
}
#column .columnbox li a .shoptitle p{
	letter-spacing: 0;
	font-size: 1.5em;
	width: auto;
	line-height: 1.6;
	font-weight: 600;
}
#column .columnbox li a .shoptitle span{
	display: block;
	font-size: 0.9em;
}

#column b {
	font-size: var(--font-em);
	color: var(
	--main-color);
	line-height: 1.6;
	margin: 0 0 10px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
}
#column span {
	line-height: 2;
	color: #666;
	font-size: 0.85em;
	letter-spacing: 1px;
}
/*++++++++++++++
single
++++++++++++++*/
#column.single {
    flex-direction: unset;
}
#column.single aside {
    width: var(--flex-25);
    order: 1;
    margin: 0;
}

#column .image {
    margin: 0 0 40px;
}

#column .date {
    letter-spacing: 0;
    font-size: var(--font-em);
    font-family:var(--raleway);
	margin: 0 30px 0 0;
}
#column .title {
}

#column .content p{
    line-height: var(--lh-lg);
}
#column .content p {
    font-size: var(--font-h6);
}

/*pagenavi*/
.wp-pagenavi{
	clear:both;
	margin: 50px 0 0;
	text-align:center;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
}

.wp-pagenavi span.pages {
    padding: 10px;
    margin: 0 5px 0 0;
}

.wp-pagenavi span.current {
      display: inline-block;
      color: #f5f1df;
      background: var(--main-color);
      box-sizing: border-box;
      text-align: center;
      font-size: var(--font-h6);
      margin: 0 10px 0 0;
      border-radius: 100px;

      position: relative;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
}




a.page.smaller, a.page.larger {
    display: inline-block;
    color: #222;
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 1em;
    background: #eee;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.page.smaller:hover,
a.page.larger:hover,
a.previouspostslink:hover,
a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover{
	text-decoration:none;
	border-radius: 100px;
	box-shadow:0 0px 3px rgba(0,0,0,0.2);
	background: var(--main-color);
	color: #fff;
	/* background:#f5f1df; */
	box-shadow:none;
	transition: .3s;
	text-decoration:none;
}


a.page.smaller:hover:after,
a.page.larger:hover:after,
a.previouspostslink:hover:after,
a.nextpostslink:hover:after
 {
	margin:0;

}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    display: inline-block;
    color: #231815;
    background: #eee;
    margin: 0 1% 0 0;
    font-size: 1em;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi .extend {
}

.wp-pagenavi a.first,.wp-pagenavi a.last {
	display: inline-block;
	color: #222;
	align-items: center;
	background: none;
	/* border: 1px solid #b89d1c; */
	padding: 18px 25px;
	text-align: center;
	margin: 0 8px 0 0;
	font-size: 1em;
}
}

@media screen and (min-width: 1110px) {
/*++++++++++++++
news
++++++++++++++*/
.category {
	border: 1px solid var(--black);
	font-size: var(--font-mc);
	padding: 1px 10px 2px;
	box-sizing: border-box;
	/* font-family: var(--mn); */
}
.news-swiper {
	width: var(--flex-55);
}

.news-swiper ul{
	
}
.news-swiper li{
	
}

.news-swiper li a{
	display: flex;
	margin: 0 0 30px;
	gap: 20px;
	align-items: center;
}
.time{
	font-family: var(--raleway);
}
.news-title{
	font-size: var(--font-h6);
	letter-spacing: 1px;
	font-weight: 500;
}

.select {
	justify-content: right;
	padding: 0 0 20px;
	gap: 10px;
}
.select select {
	padding: 12px 10px;
	max-width: 150px;
	width: 100%;
	font-family: var(--gs);
	box-sizing: border-box;
	border: 1px solid var(--gray);
	background: var(--gray);
}

.column-swiper li.notfound {
    border: 2px solid var(--gray);
    padding: 50px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: var(--font-h6);
    margin: 50px 0 0;
}

/*++++++++++++++
column
++++++++++++++*/

.column-swiper {
	width: var(--flex-100);
}


#column {
    /* background: #f7f7f7; */
    position: relative;
    z-index: 10;
    /* width: 52%; */
    /* position: absolute; */
    right: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 100px 0 50px;
}

#column .inner {
	display: flex;
	/* justify-content: space-between; */
	position: relative;
	width: 100%;
}

#column .inner:before {
	content:"";
}

.column-swiper ul {
	justify-content:left;
	gap: 30px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.column-swiper li {
	
width: calc((100% - 60px)/3);
	
margin: 0 0 20px;
}

.column-swiper li a {
    /* display: flex; */
    align-items: center;
    margin: 0 0 10px;
    gap: 20px;
    color: inherit;
}
#column li:last-child a {
	margin:0;
}

.column-swiper figure {
	height: 220px;
	overflow: hidden;
	position: relative;
	/* width: var(--flex-20); */
	margin: 0 0 15px;
	border: 1px solid var(--gray);
	background: var(--gray);
}
.column-swiper figure  img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}


#column .columnbox ul{
	
}
#column .columnbox li{
	background: #fff;
	max-width: 1000px;
	margin: auto;
}
#column .columnbox li a{
	display: flex;
	align-items: center;
}
#column .columnbox li a figure{
	width: 51%;
}
#column .columnbox li a figure img {
	width:100%;
}
#column .columnbox li a .shoptitle{
	width: 53%;
	padding: 29px 40px;
	box-sizing: border-box;
}
#column .columnbox li a .shoptitle p{
	letter-spacing: 0;
	font-size: 1.5em;
	width: auto;
	line-height: 1.6;
	font-weight: 600;
}
#column .columnbox li a .shoptitle span{
	display: block;
	font-size: 0.9em;
}

#column b {
	font-size: var(--font-em);
	color: var(
	--main-color);
	line-height: 1.6;
	margin: 0 0 10px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
}
#column span {
	line-height: 2;
	color: #666;
	font-size: 0.85em;
	letter-spacing: 1px;
}
/*++++++++++++++
single
++++++++++++++*/
#column.single {
}
#column.single .columnbox {
}

#column .image {
    margin: 0 0 40px;
}

#column .date {
    letter-spacing: 0;
    font-size: var(--font-em);
    font-family:var(--raleway);
	margin: 0 30px 0 0;
}
#column .title {
   font-size: var(--font-h3); 
    padding: 0 0 20px;
}

#column .content p{
    line-height: var(--lh-lg);
}
#column .content p {
    font-size: var(--font-h6);
}

/*pagenavi*/
.wp-pagenavi{
	clear:both;
	margin: 50px 0 0;
	text-align:center;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
}

.wp-pagenavi span.pages {
    padding: 10px;
    margin: 0 5px 0 0;
}

.wp-pagenavi span.current {
      display: inline-block;
      color: #f5f1df;
      background: var(--main-color);
      box-sizing: border-box;
      text-align: center;
      font-size: var(--font-h6);
      margin: 0 10px 0 0;
      border-radius: 100px;

      position: relative;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
}




a.page.smaller, a.page.larger {
    display: inline-block;
    color: #222;
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 1em;
    background: #eee;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.page.smaller:hover,
a.page.larger:hover,
a.previouspostslink:hover,
a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover{
	text-decoration:none;
	border-radius: 100px;
	box-shadow:0 0px 3px rgba(0,0,0,0.2);
	background: var(--main-color);
	color: #fff;
	/* background:#f5f1df; */
	box-shadow:none;
	transition: .3s;
	text-decoration:none;
}


a.page.smaller:hover:after,
a.page.larger:hover:after,
a.previouspostslink:hover:after,
a.nextpostslink:hover:after
 {
	margin:0;

}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    display: inline-block;
    color: #231815;
    background: #eee;
    margin: 0 1% 0 0;
    font-size: 1em;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.wp-pagenavi a.first,.wp-pagenavi a.last {
	display: inline-block;
	color: #222;
	align-items: center;
	background: none;
	/* border: 1px solid #b89d1c; */
	padding: 18px 25px;
	text-align: center;
	margin: 0 8px 0 0;
	font-size: 1em;
}
}