@charset "UTF-8";
html:not(.responsive) {
  width: 100%;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  background: url("../img/shared/bg.jpg") repeat center;
  color: #38201b;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: justify;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 35px;
  }
}

#feed a:hover {
  text-decoration: underline;
}

.print_map a:hover {
  text-decoration: underline;
}

i {
  font-weight: normal;
}

.text-center {
  text-align: center;
}

.navOpen #pagetop {
  opacity: 0 !important;
  visibility: hidden !important;
}

.word-br {
  word-break: break-all;
}

.txt-center {
  text-align: center;
}

.break-all {
  word-break: break-all;
}

.copied {
  pointer-events: none;
}

.rss-img:hover {
  opacity: 0.7;
}

.shadow {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
}

.js-thumb li {
  cursor: pointer;
}

.btn-hover {
  opacity: 1 !important;
}

.under_line {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  [class^="heightLine-"], [class^="txt heightLine-"] {
    /*    height: auto !important;*/
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img, .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover, img.over:hover, a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: .8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  .img-parallax img {
    height: auto !important;
  }
}

body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active, body.fix-scroll, body.fix-scroll * {
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .hamburger, body.navOpen #navigation, body.navOpen #navigation *, body.navOpen .ft-bnr-fixed *, body.fix-scroll #cboxOverlay, body.fix-scroll #colorbox, body.fix-scroll #colorbox *, body.fix-scroll .remodal-is-opened, body.fix-scroll .remodal-is-opened *, body.navOpen header .hd-fixed * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.navOpen, .fix-scroll {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"], a.telhref, body.navOpen #navigation a[href^="tel:"] {
    pointer-events: none !important;
    cursor: text !important;
  }
}

.fix-scroll .pagetop {
  opacity: 0 !important;
  pointer-events: none;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
  }
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-noto-san {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fnt-noto-san-bold {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* noto-serif-jp-200 - japanese_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/noto-serif-jp-v31-japanese_latin_latin-ext-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-jp-300 - japanese_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto-serif-jp-v31-japanese_latin_latin-ext-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-jp-regular - japanese_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif-jp-v31-japanese_latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-jp-500 - japanese_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-serif-jp-v31-japanese_latin_latin-ext-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-jp-600 - japanese_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-serif-jp-v31-japanese_latin_latin-ext-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-jp-700 - japanese_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-serif-jp-v31-japanese_latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-jp-800 - japanese_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/noto-serif-jp-v31-japanese_latin_latin-ext-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* shippori-mincho-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/shippori-mincho-v16-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* shippori-mincho-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/shippori-mincho-v16-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.fnt-Shippori {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
}

/* Syntax: font format */
.fr {
  float: right;
}

.fl {
  float: left;
}

.object-fit-cover, .object-fit-cover-pc {
  position: relative;
  overflow: hidden;
}

.object-fit-cover img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .object-fit-cover-pc {
    position: relative;
  }
  .object-fit-cover-pc img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .object-fit-cover-sp {
    position: relative;
  }
  .object-fit-cover-sp img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

.hs-copie {
  pointer-events: none;
}

a {
  text-decoration: none;
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
}

a:hover {
  text-decoration: none;
}

/*=============================================
 * .fnt - customs
 *=============================================*/
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}

.ovh {
  overflow: hidden;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
  box-sizing: border-box;
}

/*=============================================
 * key
 *=============================================*/
/*=============================================
 * <section>
 *=============================================*/
/*=============================================
 * <footer>
 *=============================================*/
.cookies-link a:hover {
  text-decoration: none;
}

.socialbuttons .fb-like > span {
  width: 100px !important;
}

.socialbuttons .fb-like > span iframe {
  left: 50%;
  transform: translatex(-50%);
}

.socialbuttons {
  line-height: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
  gap: 15px;
}

.rss_img {
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
}

.rss_img:hover {
  opacity: 0.8;
}

/*=============================================
 * .socialbuttons
 *=============================================*/
.socialbuttons .fb-like > span {
  width: 100px !important;
}

.socialbuttons .fb-like > span iframe {
  left: 50%;
  transform: translatex(-50%);
}

.socialbuttons {
  line-height: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
}

.rss_img {
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
}

.rss_img:hover {
  opacity: 0.8;
}

.underlink {
  text-decoration: underline;
}

.underlink:hover {
  text-decoration: none;
}

/*=============================================
 * copyright
 *=============================================*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.i-custom {
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 50px;
  margin-bottom: 40px;
}

.i-custom input {
  opacity: 0;
  position: absolute;
}

.i-custom .ico {
  padding-left: 60px;
  position: relative;
  display: inline-block;
}

.i-custom .ico:before, .i-custom .ico:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
}

.i-custom input[type="radio"] .ico:before, .i-custom input[type="radio"] .ico:after {
  border-radius: 100%;
}

.i-custom .ico:before {
  width: 50px;
  height: 50px;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 8px;
}

.i-custom .ico:after {
  background: url(../img/shared/check.png) no-repeat 0 0;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 16px;
  height: 15px;
  margin: 0;
  position: absolute;
  top: 17px;
  left: 17px;
  opacity: 0;
}

.i-custom:hover .ico:after {
  opacity: .5;
  transform: scale(1);
}

.i-custom input:checked ~ .ico:after {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .i-custom .ico {
    padding-left: 51px;
  }
  .i-custom .ico:before {
    width: 36px;
    height: 36px;
  }
  .i-custom {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .i-custom .ico:after {
    width: 12px;
    top: 12px;
    left: 12px;
  }
}

@-webkit-keyframes fadeInZoom {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

@keyframes fadeInZoom {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

.fadeInZoom {
  -webkit-animation-name: fadeInZoom;
  animation-name: fadeInZoom;
  -webkit-animation-duration: 8.5s;
  animation-duration: 8.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -40%, 0);
    opacity: 0;
    transform: translate3d(0, -40%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* --- --- */
@-webkit-keyframes fadeUpBlur {
  0% {
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeUpBlur {
  0% {
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeUpBlur {
  -webkit-animation-name: fadeUpBlur;
  animation-name: fadeUpBlur;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/*====================== ft_fixed ====================== */
/*====================== ft_fixed ====================== */
/* iPhone x */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0px;
    height: 36px;
    z-index: 998;
  }
  .ft-bnr-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }
  #footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 100px) !important;
  }
  .pagetop22 {
    bottom: calc(env(safe-area-inset-bottom) + 120px) !important;
  }
}

/* iPhone xR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0px;
    height: 36px;
    z-index: 998;
  }
  .ft-bnr-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px) !important;
  }
  #footer {
    padding-bottom: calc(env(safe-area-inset-bottom) +100px) !important;
  }
  .pagetop22 {
    bottom: calc(env(safe-area-inset-bottom) + 120px) !important;
  }
}

/* iPhone 11 */
@media screen and (min-width: 768px) {
  #footer:after {
    display: none !important;
  }
  #footer {
    padding-bottom: 0 !important;
  }
}

/*=============================================
 * fadeInUp
 *=============================================*/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.3s;
}

.hover-text {
  color: transparent;
  overflow: hidden;
  text-shadow: 0 -1.8em 0 #fef6de, 0 0 0 #fef6de;
  transition: text-shadow 0.4s;
  display: block;
}

.hover-text:hover {
  text-shadow: 0 0 0 #fef6de, 0 1.8em 0 #fef6de;
}

.hover-text.is {
  text-shadow: 0 -1.8em 0 #38201b, 0 0 0 #38201b;
}

.hover-text.is:hover {
  text-shadow: 0 0 0 #38201b, 0 1.8em 0 #38201b;
}

.web-btn {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}

.web-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/shared/arr_ww.png) no-repeat center right 25px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  a:hover .hover-text {
    text-shadow: 0 0 0 #fef6de, 0 1.8em 0 #fef6de;
  }
  .web-btn {
    max-width: 260px;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
  }
  .web-btn a:hover {
    background: url(../img/shared/arr_ww.png) no-repeat center right 15px;
  }
  .web-btn:hover {
    opacity: 0.9;
  }
  .web-btn a {
    letter-spacing: 0.05em;
  }

  .web-btn a span {
    text-shadow: 0 0 0 #fef6de, 0 1.8em 0 #fef6de;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}

.bnr-link a {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .bnr-link a {
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding-right: 65px;
    transition: all 0.3s ease;
  }
  .bnr-link a:hover {
    opacity: 0.7;
  }
  .bnr-link a span {
    background: url(../img/shared/arr.png) no-repeat center right;
    padding-right: 25px;
  }
}
