<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:0 0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}

/***************************************
 * common style
 ***************************************/
html {
  font-size:62.5%; /* 10px相当 */
}
body {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif !important;
  color: #333;
  font-size: 2.8rem; /* 14px相当 */
  line-height: 1.3em;
  margin: 0;
  background-color: #fff;
  background:url(../../images/sp/bg.jpg);
  position: relative;
}
p,h1, h2, h3, h4, h5, h6 { margin: 0; }
ul, ol, dl, dt, dd {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: underline;
}
a:hover {
  opacity:0.75;
  text-decoration: underline;
}
img {
  display: block;
}

.TopLine, header, main, footer{
  display: block;
  position: relative;
  height: auto;
  padding: 0;
}

.innerWrap {
  width: 640px;
  margin: 0 auto;
}

.l-float--left { float: left; }
.l-float--right { float: right; }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}


/***************************************
 * Sidemenu
 ***************************************/
/* fix */
amp-sidebar {
  width:80vw !important;
  max-width:80vw !important;
  background-color: transparent !important;
  background:url(../../images/sp/bg.jpg);
}

/* category */
.Widget__cat__body {
  border-bottom:solid 2px #9a5a24;
}
.Widget__cat__body li {
  border-top:solid 2px #9a5a24;
  position: relative;
}
.Widget__cat__body li:after {
  position: absolute;
  top:30px;
  right:20px;
  content:"";
  width:12px;
  height:12px;
  border-top:solid 2px #9a5a24;
  border-right:solid 2px #9a5a24;
  transform: rotate(45deg);
}
.Widget__cat__body li span { color: #9a5a24; }
.Widget__cat__body li a {
  display: block;
  padding: 20px;
}
.Widget__cat__body a:link, .Widget__cat__body a:visited { text-decoration: none; }
.Widget__cat__body--sub {
  text-indent: 3rem;
}
.Widget__cat__body li ul.Widget__cat__body--sub li {
  margin-top:-2px;
}
.side_menu_close {
/*  font-size:120%; */
  background-color: #c79a74;
  padding: 20px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}



/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: absolute;
  top: 287px;
/*  top: 148px; */
  left: 0;
  display: block;
  width: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
  height:100%;
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

/* サイドメニュー  */
.SideMenu {
  position: absolute;
  top: 287px;
/*  top: 148px; */
  right: 0;
  z-index: 1;
  width:600px;
/*  width:100%; */
}

/* メニューボタン  */
.side-menu-btn {
  position:absolute;
  top:76px;
/*  top:38px; */
  right:0;
  cursor: pointer;
  z-index: 4;
}

/* メインコンテンツ */
.bigwrapper {
  position: relative;
  width: 100%;
  height: 100%;
/*  padding-top:0; */
  background-color: #fff;
	background:url(../../images/sp/bg.jpg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

/* サイドメニューオープン */
.side-open .bigwrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-600px, 0, 0);
  transform: translate3d(-600px, 0, 0);
}

/***************************************
 * topline
 ***************************************/
.TopLine {
  background-color: #283876;
  padding:5px 0;
}

/***************************************
 * header
 ***************************************/
h1.headerTxt,p.headerTxt {
  width:410px;
  padding:5px 10px;
  color: #fff;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight:normal;
}
.satoTop {
  border-left:solid 1px #fff;
  line-height:1.2em;
}
.satoTop a {
  display: block;
  padding:5px 10px;
  color:#fff;
  font-size:2rem;
  line-height:2.8rem;
}
HeaderNavi {
  position: relative;
}
.navi_bt_menu {
  position: absolute;
  top: 0;
  right: 0;
}
/* logo */
header .logo a {
  display:block;
  width:235px;
  margin:0 auto;
}

header .logo a img {
  margin: 0 auto;
}

/***************************************
 * footer
 ***************************************/
footer {
  padding: 20px 0;
  background-color: #f7f3e7;
  color: #333;
}
footer a:link, footer a:visited {
  color: #333;
  text-decoration: none;
}
footer .logo {
  margin:40px 0;
}
footer .logo a {
  display: block;
  width:235px;
  margin:0 auto;
}
footer .logo a img {
  margin:0 auto;
}
.EndMenu {
  padding: 0 4%;
  margin-bottom: 20px;
}
.EndMenu li {
  box-sizing: border-box;
  border:solid 2px #333;
  margin-top:-2px;
  position:relative;
}
.EndMenu li:after {
  position: absolute;
  top:30px;
  right:20px;
  content:"";
  width:12px;
  height:12px;
  border-top:solid 2px;
  border-right:solid 2px;
  transform: rotate(45deg);
}
.EndMenu .EndMenu__item a {
  display: block;
  padding:20px 4%;
}

/* snsbanner */
.FooterNavi__snsbanner__body ul {
	width:500px;
	margin:0 auto 40px;
}
.FooterNavi__snsbanner__body ul li {
	float:left;
}
.FooterNavi__snsbanner__body ul li a {
	display: block;
	width:230px;
}
.FooterNavi__snsbanner__body ul li a img {
	width:100%;
}
.FooterNavi__snsbanner__body ul li:last-child {
margin-left:40px;
}


.changePC {
  padding:0 4%;
  margin-bottom: 20px;
}
.changePC a {
  display:block;
  text-align: right;
  color:#333;
  border:solid 2px #ccc;
  padding:20px 150px 20px 0;
  background-color: #fff;
  background: url(../../images/sp/changePC.png) #fff no-repeat left 150px center;
}
.changePC a:link,.changePC a:visited {
  color:#333;
}
.copy {
  font-size: 2rem;
  text-align: center;
}


/***************************************
 * main
 ***************************************/
main {
  margin-bottom:0px;
  padding:0 4%;
  overflow:hidden;
}
aside.Sidebar {
  margin-bottom:80px;
  padding:0 4%;
}
article { margin-bottom:40px; }

.wrapper { margin-bottom: 40px; }

.Contents {padding-top: 10px;}
.Contents h1 {
  font-size: 3.6rem;
  line-height: 1.3em;
  padding: 20px 10px 30px;
  margin-bottom: 40px;
  color: #333;
  position: relative;
  border-bottom:solid 10px #c79a74;
}
.Contents h1:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 200px;
    height: 10px;
    background-color: #9a5a24;
}
.Contents h1:after {
    content: '';
    display: block;
    position: absolute;
    left: 200px;
    bottom: -10px;
    width: 4px;
    height: 10px;
    background-color: #fff;
}
.Contents h2 {
  font-size: 3.6rem;
  line-height: 1.5em;
  padding: 10px 10px;
  margin-bottom: 30px;
  color: #333;
  border-bottom: 6px solid #c79a74;
}
.Contents .post__body h2 {
  color: #333;
  margin-top: 40px;
  margin-bottom: 30px;
  border-left: solid 10px #9a5a24;
  border-bottom: solid 2px #9a5a24;
  padding:20px;
}
.Contents .post__foot h2 {
  font-size: 3rem;
  color: #9a5a24;
  padding:20px 10px;
  margin-bottom: 20px;
}
.Contents .post__body h3 {
  background-color: #f9eee5;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.Contents .post__body h4 {
  padding: 10px 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.EntryPanel a:link { text-decoration: none; }

.Sidebar h2, .Contents h2 {
    font-size: 3.6rem;
    line-height: 1.5em;
    padding: 10px 10px;
    /* margin-bottom: 30px; */
    margin-bottom: 30px;
    color: #333;
    border-bottom: 6px solid #c79a74;
}

/* main &gt; article 記事パネル */
article .EntryPanel {
  border-bottom: 2px solid #cacdd9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
article .EntryPanel__sub {
  position: relative;
  width: 200px;
  overflow:hidden;
}
article .EntryPanel__sub a {
  display:block;
}
article .EntryPanel__sub__rank {
  position: absolute;
  top: -3px;
  left: 10px;
}
article .EntryPanel__main {
  width: 370px;
}
article .EntryPanel__top {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 12px;
}
article .EntryPanel__head {
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 12px;
}
article .EntryPanel__body {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 12px;
}
article .EntryPanel__body a {
  color:#0000ff;
}
.btn-morepage a {
  text-align: center;
  font-size: 2.8rem;
  border-radius: 10px;
  background-color: #f9eee5;
  padding: 20px 0;
  display: block;
}
.btn-morepage a:link, .btn-morepage a:visited { color: #333; }

/* aside &gt; section.Widget__newpost 記事パネル */
.kanrensp aside.Sidebar {
  padding: 0 0%;
}

.Sidebar .EntryPanel {
  border-bottom: 2px solid #cacdd9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.Sidebar .EntryPanel__sub {
  position: relative;
  width: 200px;
}
.Sidebar .EntryPanel__sub a {
  display:block;
}
.Sidebar .EntryPanel__sub__rank {
  position: absolute;
  top: -3px;
  left: 10px;
}
.Sidebar .EntryPanel__main {
  width: 370px;
}
.Sidebar .EntryPanel__top {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 12px;
}
.Sidebar .EntryPanel__head {
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 12px;
}
.Sidebar .EntryPanel__body {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 12px;
}
.Sidebar .EntryPanel__body a {
  color:#0000ff;
}

/* 記事コンテンツ */
article.Post .post__head {
  margin-bottom: 20px;
}
article.Post .post__head h1 {
	padding:0 10px 30px;
}
article.Post .post__head__date {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
article.Post .post__body,article.Post .post__foot {
  margin-bottom: 40px;
}
article.Post .post__body p {
  margin-bottom: 1em;
}
article.Post .post__body p img {
  width:100%;
  height: auto;
}
article.Post .post__foot section {
  border: solid 4px #c79a74;
  padding: 0 20px 20px;
  margin-bottom: 40px;
}

.post__body img {max-width:100%;}

/* 関連お礼品 */
.RelatedItem li {
  border:solid 2px #e1d9c1;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.RelatedItem li:last-child {
  margin-bottom:0;
}
.RelatedItem li a {
  text-decoration: none;
  display:block;
}
.RelatedItem__img {
  float:left;
  width:36%;
}
.RelatedItem__img img {
  width: 100%;
}
.RelatedItem__tx {
  float:right;
  width: 60%;
}
.RelatedItem__tx__from,.RelatedItem__tx__comment {
  font-size:2.2rem;
  line-height:1.1em;
}
.RelatedItem__tx__name,.RelatedItem__tx__from { margin-bottom: 5px;}
.RelatedItem__tx { padding: 5px;}
.RelatedItem__tx__name { font-weight:bold; }


/* 用語 */
.Words dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.Words dl dd {
  font-size: 2.4rem;
  line-height:1.3em;
  margin-bottom: 1em;
}

/* ふるさとこづちとは */
.About {
	border:solid 1px #c79a74;
	background-color: #fff;
    margin-bottom:40px;
	padding:10px;
}
.About h2 {
	border-bottom:solid 6px #f9eee5;
	padding:10px 10px;
	margin-bottom:30px;
}
.About__txtarea {
	margin-bottom: 20px;
}
.About__sub {
	margin-bottom: 20px;
}
.About__sub img{
	display: block;
	margin:0 auto;
}


/*==================
 * widget
 */

.Widget__contact,.Widget__banner,.Widget__newpost, .Widget__archive { margin-bottom: 40px; }

/* contact */
.Widget__contact h2 {
	padding:0;
	border:none;
	margin-bottom: 0;
	background-color: #9a5a24;
}
.Widget__contact h2 img{
	width:100%;
}
.Widget__contact {
	border:solid 1px #9a5a24;
	background-color: #fff;
}
.Widget__contact__body {
	padding:4%;
}
.Widget__contact__main--box {
	background-color: #f9eee5;
	color:#9a5a24;
	font-weight: bold;
	text-align: center;
	padding:4% 0;
	margin-top: 20px;
    word-wrap: break-word;
}

/* banner */
.Widget__banner ul li {
	margin-bottom:5px;
}
.Widget__banner ul li a{
	display: block;
}


/* archive */
/* add */
.Widget__archive select,
.dropLabel{
  width: 100%;
  height: 80px;
  font-size: 2.8rem;
/*line-height: 40px;*/
line-height: 20px; /*AMP*/
  box-sizing: border-box;
/*padding: 0 80px 0 20px;*/
padding: 0 40px 0 10px;/*AMP*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #9a5a24;
  background: url(/koduchi/images/sp/btn-select.jpg) center right no-repeat;
  background-size: contain;
}

.Widget__archive__body{
  display: inline-block;
  width: 100%;
}

.Widget__archive {
  display: inline-block;
  margin: 3em;
}

.dropLabel{
  height: 40px;
  line-height: 40px;
  display: block;
}

#tg {
  display: none;
}

.selectArch {
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -10px;
  list-style: none;
}

.dropInput:checked ~ .selectArch {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.animation {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
/*font-size: 50%;*/
  border: 1px solid #9a5a24;
  border-bottom: 0px;
}

.animation a {
display: block;
padding-left: 10px;
text-decoration: none;
}

.animation-select {
padding: 10px 0px;
border-bottom: 1px solid #9a5a24;
}

.animetion-waku {
border: 1px solid #9a5a24;
border-bottom: 0px;
}
/* add */

.Widget__archive select {
  width: 100%;
  height: 80px;
  font-size: 28px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 80px 0 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #9a5a24;
  background: url(../../images/sp/btn-select.jpg) center right no-repeat #fff;
}

.dropLabel{
  height:80px !important;
  line-height:80px !important;
  padding-left:20px;
  background-color:#fff;
}

.selectArchbox{
   margin-bottom:40px;
   position:relative;
}
.selectArch{
   width:99.6%;
   position:absolute;
   margin-top:80px;
   background-color:#fff;
   z-index:999;
}

.animation-select a{padding-left:20px; text-decoration:none;}


/*==================
 * 最近の記事
 */
div[class*="ampimg-ichiran"]{height:200px !important;}

/*==================
 * パンくず
 */

.Pankuzu {
  font-size: 2.8rem;
  margin-bottom: 40px;
}
.Pankuzu ol {
  margin: 0;
  padding: 0;
}
.Pankuzu ol li { display: inline-block; }
.Pankuzu ol li a:link, .Pankuzu ol li a:visited {
  text-decoration: underline;
}

.Pankuzu .innerWrap {
  width:587px;
}

/*==================
 * mainvisual &amp; slidePanel
 */

.SlidePanel { position: relative; }
.SlidePanel &gt; a {
  display: block;
  width: 640px;
  text-decoration: none;
}
.newicon {
	position: absolute;
	top:0;
	right:0;
}
.SlidePanel__sub img {
	width:640px;
	height:346px;
}
.SlidePanel__txtarea {
  height:132px !important;
  background-color: #fff;
  padding: 10px 4%;
  border-bottom:solid 10px #c79a74;
}
.SlidePanel__txtarea a:link, .SlidePanel__txtarea a:visited {
  text-decoration: none;
}
.SlidePanel__top, .SlidePanel__head, .SlidePanel__body { margin-bottom: 4px; }

.SlidePanel__head__title{color:#333 !important;}
.SlidePanel__top__sub{color:#333 !important;}

.SlidePanel__head__title_gyoukan{white-space:normal !important;}

.amp-carousel-button{top:31% !important;}

.SlidePanelSP { position: relative; }
.SlidePanelSP &gt; a {
  display: block;
  width: 640px;
  text-decoration: none;
}
.newiconSP {
	position: absolute;
	top:0;
	right:0;
}
.SlidePanelSP__sub img {
	width:640px;
	height:346px;
    object-fit: cover;
}
.SlidePanelSP__txtarea {
  background-color: #fff;
  padding: 10px 4%;
	border-bottom:solid 10px #c79a74;
}
.SlidePanelSP__txtarea a:link, .SlidePanel__txtarea a:visited {
  text-decoration: none;
}
.SlidePanelSP__top, .SlidePanelSP__head, .SlidePanelSP__body { margin-bottom: 4px; }

/*==================
 * sns
 */

.btn-sns__item {
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.btn-sns--large {
	margin-bottom: 40px;
}
.btn-sns--large .btn-sns__item:nth-child(odd) {
  margin-right: 28px;
}
.btn-sns--large .btn-sns__item:nth-child(even) {
  margin-right: 0;
}

/*==================
 * category
 */

.CatList { margin-bottom:20px; }
.CatList a:link, .CatList a:visited {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
}

.CatList .CatList__item {
  float:left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size:2.4rem;
  line-height:1.3em;
}

.CatList a:link, .CatList a:visited {
  padding:3px 20px 2px 20px;
  line-height:1.3em;
}

.CatList .CatList__item--01 { background-color: #8da62a; }/*黄緑系*/
.CatList .CatList__item--02 { background-color: #b35656; }/*赤系*/
.CatList .CatList__item--03 { background-color: #5f4c8e; }/*紫系*/
.CatList .CatList__item--04 { background-color: #c4b90f; }/*黄色系*/


/*==================
 * pagenation
 */

.pagination,
.NavPage {
   text-align: center;
   margin: 20px 0;
 }
.NavPage a:link, .NavPage a:visited {
  display: block;
  text-decoration: none;
  border: 2px solid #ccc;
  padding: 5px 10px;
}

.pagination li,
.NavPage__item {
  background-color: #fff;
  display: inline-block;
}

.pagination li{
  margin: 0 3px;
}

.pagination li.prev, .pagination li.next,
.NavPage__item--prev, .NavPage__item--next {
  background-color: #555555;
}

.pagination li.prev a:link, .pagination li.prev a:visited,
.pagination li.next a:link, .pagination li.next a:visited,
.NavPage__item--prev a:link, .NavPage__item--prev a:visited,
.NavPage__item--next a:link, .NavPage__item--next a:visited {
  color: #fff;
}

.pagination li.active,
.NavPage__item.active { background-color: #ccc; }

.Navpost .NavPage {
   text-align: center;
   margin: 20px 12px;
 }

.Navpost .NavPage__item {
  width: 31%;
  margin-left: 5px;
}

.Navpost .NavPage li {
  font-size:2.3rem;
}

.Navpost .NavPage__item:first-child { margin-left: 0; }
.Navpost .NavPage__item a {
  padding:20px 0;
}

.pagination a:link, .pagination a:visited, .NavPage a:link, .NavPage a:visited {
  display: block;
  text-decoration: none;
  border: 2px solid #ccc;
  padding: 6px 10px;
  line-height: 1.3;
}

.pagination, .NavPage {
  margin: 20px auto 0px auto;
}

.Navpost .NavPage__item a, .Navpost .NavPage__item--prev a {
    padding: 20px 0;
}


/*==================
 * pagetop
 */

.PageTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-image: url(../../images/sp/btn-pagetop.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  border: 1px solid #FFF;
}

/*==================
 * imagepannel
 */
.box__imagepannel {
  overflow: hidden;
  width: 200px !important;
  height: 200px !important;
  position: relative;
  margin-top: 5px;
}

.box__imagepannel a img{
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   max-height: 200px;
   height: auto;
   object-fit: cover;
}
</pre></body></html>