@charset "UTF-8";

/*--------------------------default*/
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

/*==============================All*/
body {
  margin: 0;
  padding: 0;
  color: #666;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #00582d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

ul {
  margin: 0;
  padding: 0;
}

#home ul li {
  list-style-type: none;
  padding: 0;
}

#about #page-header ul li {
  list-style-type: none;
  padding: 0;
}

#about #page-footer ul li {
  list-style-type: none;
  padding: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

figure {
  margin: 0;
  padding: 0;
}

input {
  cursor: pointer;
}

main {
  padding: 100px 0 0;
  display: block;
}

section::before {
  height: 120px;
  margin: -120px 0 0;
  content: "";
  display: block;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

.btn a {
  display: block;
  box-sizing: border-box;
  width: 120px;
  height: 25px;
  border: 1.5px solid #00582d;
  font-size: 1.5rem;
  text-align: center;
  line-height: normal;
  border-radius: 21px;
}

.logo {
  font-family: 'Noto Serif', serif;
  font-size: 2.5rem;
  text-align: center;
  line-height: 0.7;
}

.logo::before {
  content: url(./images/logo.gif);
}

.logo span {
  font-family: 'Noto Serif', serif;
  display: block;
  color: #00582d;
}

.sp {
  display: none;
}

/*---------------------------ヘッダー*/
#page-header {
  box-sizing: border-box;
  height: 100px;
  padding: 10px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 20;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, .1);
  color: #00582d;
}

#page-header .header-nav {
  display: flex;
  width: 100%;
  margin: -10px 0 0;
  justify-content: space-between;
  -js-display: flex;
}

#page-header .header-nav ul {
  display: flex;
  -js-display: flex;
}

#page-header .header-nav ul:first-child li {
  margin: 0 20px 0 0;
}

#page-header .header-nav ul:last-child li {
  margin: 0;
}

#page-header .header-nav li a {
  font-size: 1.4rem;
  letter-spacing: .1em;
}

#page-header .header-nav li a img {
  max-width: 18px;
  max-height: 18px;
  vertical-align: -3px;
  /*-IE9ハック-*/
  border: none;
  width: 18px;
  height: 18px;
}

#page-header .btn a {
  margin: 0 0 0 30px;
}

/*---------------------------フッター*/
footer .inner {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 50px;
  background: #00582d;
  color: #fff;
  height: 200px;
  -js-display: flex;
}

footer .footer-box {
  width: 1024px;
  display: flex;
  margin: 0 110px;
}

footer .footer-blk {
  width: 20%;
  margin: 30px auto;
  display: inline-block;
}

ul li:last-of-type {
  margin-left: auto;
}

footer .footer-blk li a {
  font-size: 1.6rem;
  color: #fff;
  margin: 0 .5rem 0 0;
}

footer .footer-blk li i {
  font-size: 1.7rem;
}

footer .logo {
  margin: 0 0 50px;
  text-align: center;
}

/*----------------------------ホーム・キービジュアル*/
#home #kv {
  width: 100%;
  height: 400px;
  margin: 10px 0 300px;
}

#home #kv .inner {
  position: relative;
}

#home #kv .wrap-video video {
  width: 100%;
  height: auto;
}

#home #kv .text {
  position: absolute;
  top: 350px;
  left: 150px;
}

#home #kv .text p {
  font-family: 'Noto Serif', serif;
  font-weight: bold;
  text-align: center;
  font-size: 3.5rem;
  line-height: 2.3;
  color: #fff;
  margin: 10px 50px;
}

/*---kv.textふわっと---*/
#home #kv .fade {
  opacity: 0;
  transition: opacity 4s;
}

#home #kv .fade.view {
  opacity: 1;
}

/*----------------------------ホーム・セクション*/
#home section {
  margin: 0 0 50px 0;
  color: #00582d;
}

#home section h1 {
  margin: 0 0 60px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
}

#home section h1 span {
  font-family: 'Noto Serif', serif;
  display: block;
  font-size: 3rem;
  letter-spacing: 2px;
}

#home section h1 span::after {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto 10px;
  background: #c2c2c2;
  content: "";
}

/*---------------------Concept*/
#home #concept .items-blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto 30px;
}

#home #concept .items {
  box-sizing: border-box;
  width: 210px;
}

#home #concept .items .photo img {
  width: 100%;
  height: 210px;
  border-radius: 25px;
}

#home #concept .items h2 {
  font-family: 'Noto Serif', serif;
  margin: 10px;
  font-size: 1.8rem;
  color: #222;
}

#home #concept .items .text {
  font-family: 'Noto Serif', serif;
  margin: 10px 10px;
  padding: 0 0 35px;
  font-size: 1.5rem;
  line-height: 1.666666;
  color: #666;
}

/*----------------------Gallery*/
#home #gallery .gallery-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  align-items: baseline;
  margin: 0 auto 50px;
}

#home #gallery .photo img {
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  border-radius: 40px;
}

/*----------------------News*/
#home #news .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  border-radius: 21px;
  flex-direction: column; /* スライドショーとアイコンを縦に配置 */
}

#home #news .inner .btn a {
  width: 220px;
  height: 200px;
  opacity: 0.5;
  background: transparent;
  border: transparent;
}

#home #news .inner .btn {
  position: absolute;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}

#home #news i{
  position: absolute;
  display: block;
  text-align: center;
font-size: 4rem;
  z-index: 11;
color: #5aff19;
  top: auto; /* 上側の位置を初期化 */
  bottom: 0; /* 底辺に配置 */
  left: 64%; /* 横方向の中央揃え */
  transform: translateX(-60%); /* 横方向中央揃えを補正 */
}

/* スライドショーCSSここから*/
#home #news .slideshow-zoom {
  position: relative;
  overflow: hidden;
  width: 280px;
  height: 180px;
  padding: 1;
  border-radius: 21px;

  li {
    list-style: none;
    width: 100%;
    height: 100%;
    animation: zooming 5s forwards;

    img {
      width: 100%;
    }

    @keyframes zooming {
      0% {
        z-index: 1;
        opacity: 1;
      }

      100% {
        transform: scale(1.2);
        opacity: 1;
        z-index: 10;
      }
    }
  }
}

/*----------------------Greeting*/
#home #greeting .inner {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#home #greeting .text {
  font-family: 'Zen Kurenaido', sans-serif;
  font-size: 1.7rem;
  width: 50%;
  margin: 80px 0 0 100px;
  color: #222;
}

#home #greeting .photo {
  width: 40%;
  margin: 0 100px 0 0;
  position: relative;
}

#home #greeting .photo::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -20px;
  width: 100%;
  height: 95%;
  background: #ecddc6;
  z-index: -1;
}

/*-------------------Access*/
#home #access {
  text-align: center;
}

/*----------------------------------about-news-*/
#about .image {
  width: 150px;
  margin: 10px 0 10px 30px;
}

#about .about-blk {
  width: 33.3%;
  padding: 0 0 0 20px;
  margin: 30px 0 0 20px;
  border: 1px dashed #ccc;
}

#about .title {
  color: #006400;
}

#about .about-blk span {
  font-size: 1.6rem;
  color: #2e8b57;
}

#about .text {
  font-size: 1.3rem;
}

/*----------------------about-maboroshi-*/
#about .about-maboroshi {
  box-sizing: border-box;
  background-color: #fdf5e6;
  display: flex;
  padding-bottom: 20px;
}

#about .about-maboroshi .about-blk {
  border: 1px dashed #ccc;
}

/*----------------------about-maboroshi-add*/
#about .about-maboroshi-add {
  background-color: #fdf5e6;
}

#about .about-maboroshi-add-add {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-weight: bold;
  color: #f4a460;
}

#about .about-maboroshi-add-add ul li {
  list-style-type: circle;
}

/*----------------------about-Tuesday-*/
#about .about-tuesday {
  box-sizing: border-box;
  background-color: #fdede4;
  display: flex;  /*横並び*/
  padding-bottom: 20px;
}

/*----------------------about-tuesday-add*/
#about .about-tuesday-add {
  background-color: #fdede4;
}

#about .about-tuesday-add-add {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-weight: bold;
  color: #f4a460;
}

#about .about-tuesday-add-add ul li {
  list-style-type: circle;
}

/*----------------------about-spacs-*/
#about .about-space {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

/*------------------------*/
header .menu-btn {
  display: none;
}

/*------------------電話*/
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*-メディアクエリ---------------------------------------------------------*/
/*--スマホサイズ--メディアクエリ-----------*/
/*-----------スライドショー*/
@media screen and (max-width:599px) {
  .slideshow {
    width: 100%;
  }
}

/*-スマホサイズ--メディアクエリ----------------------------------*/
@media screen and (max-width: 599px) {
  .inner {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }

  /* スマホサイズ--メディアクエリ---------------------ヘッダー */
  header .inner {
    height: 80px;
  }

  header .logo {
    font-size: 6rem;
    width: 94%;
    text-align: center;
  }

  header .logo a {
    font-size: 6rem;
  }

  header .logo span {
    font-size: 2rem;
  }

  header .menu-btn {
    display: block;
    position: absolute;
    right: 3%;
    top: 10px;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #666;
    background: transparent;
    border-radius: 50%;
  }

  .menu-btn:focus {
    outline: none;
  }

  header .inner {
    position: relative;
  }

  header .header-nav {
    width: 250px;
    position: fixed;
    display: block;
    top: 100px;
    right: -500px;
    z-index: 1000;
    background: rgba(255, 255, 255, .8);
    transition: all 0.2s;
    display: none;
  }

  header .header-nav ul {
    display: block;
    display: flex;
    flex-direction: column;/* 列方向に並べる */
    align-items: left;
    padding: 0;
    margin: 0 0 0 30px;
  }

  header .header-nav li a {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
  }

  header .sns {
    position: fixed;
    display: block;
    top: 80px;
    right: -200px;
    z-index: 1000;
    transition: all 0.2s;
    display: none;
  }

  header .sns li {
    display: inline-block;
    /* iタグとaタグを同じ行に表示する */
    display: flex;
    align-items: center;
    /* アイテムを垂直方向に中央に配置する */
    vertical-align: middle;
    /* 縦方向の配置を調整 */
    padding: : 0;
    /* 余分なマージンを除去して先頭を揃える */
  }

  header .sns li .btn {
    margin-right: 50px;
    /* 右側に 50px の余白を追加 */
  }

  header .header-nav.open {
    right: 0;
    /*.openクラスを付与すると右にスライドしないようにする*/
    display: block;
  }

  header .sns.open {
    right: 0;
    /*.openクラスを付与すると右にスライドしないようにする*/
    display: block;
  }

  /*-スマホサイズ--メディアクエリ----------------------フッター*/
  footer .inner {
    width: 100%;
    position: relative;
    padding-top: 10px;
    margin: 0;
    background: #00582d;
    color: #fff;
    height: 450px;
  }

  footer .footer-box {
    width: 100%;
    position: absolute;
    flex-direction: column;
    margin: 10px auto 0;
  }

  footer .footer-blk {
    display: block;
    width: 100%;
    margin: 0;
  }

  footer .footer-blk ul {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 1.7rem;
  }

  footer .footer-blk li i {
    font-size: 1.3rem;
  }

  footer .logo {
    padding-top: 20px;
    margin: 10 0 40px;
    text-align: center;
  }

  footer .logo a {
    font-size: 6rem;
  }

  footer .logo span {
    font-size: 2rem;
  }

  /*--スマホサイズ--メディアクエリ---------------------ホーム*/
  section h1 {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  /*--スマホサイズ--メディアクエリ---------------------キービジュアル*/
  #home #kv {
    height: 230px;
    margin: 10px 0 0;
  }

  #home #kv .text {
    top: 100px;
    left: 10px;
  }

  #home #kv .text p {
    font-size: 2rem;
    line-height: 1.5;
  }

  /*-スマホサイズ--メディアクエリ----------------------コンセプト*/
  #home #concept .items-blk {
    display: flex;
  }

  #home #concept .items {
    width: 46%;
  }

  #home #concept .items .photo img {
    height: 160px;
  }

  /*--スマホサイズ--メディアクエリ---------------------ギャラリー*/
  #home #gallery .photo img {
    width: 140px;
    height: 140px;
  }

  /*--スマホサイズ--メディアクエリ---------------------お知らせ*/
  #home #news i{
    left: 78%; /* 横方向の中央揃え */
    transform: translateX(-60%); /* 横方向中央揃えを補正 */
  }

  /*--スマホサイズ--メディアクエリ---------------------ご挨拶*/
  #home #greeting .inner {
    display: block;
  }

  #home #greeting .inner .text {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto 10px;
  }

  #home #greeting .inner .photo {
    width: 60%;
    margin: 0 auto 10px;
    text-align: center;
  }

  /*--スマホサイズ--メディアクエリ-----------------マップ*/
  #home #access .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }

  #home #access .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  /*--スマホサイズ--メディアクエリ-----------------about/news*/
  @media screen and (max-width: 599px) {
    #about .about-blk {
      width: 94%;
      margin: 0 auto;
      overflow: hidden;
    }

    #about .about-news h2 {
      font-size: 1.5em;
    }

    #about .about-blk {
      margin: 1rem 1rem 2rem 1rem;
    }

    /*-スマホサイズ--メディアクエリ------------------about/news--maboroshi*/
    #about .about-news .about-maboroshi {
      flex-direction: column;
    }
    #about .about-maboroshi-add-add {
      width: auto;
      margin-left: 20px;
    }

    /*--スマホサイズ--メディアクエリ-----------------about/news--tuesday*/
    #about .about-news .about-tuesday {
      flex-direction: column;
    }
  }
}

/*--タブレットサイズ--メディアクエリ-------*/
/*--タブレットサイズ-メディアクエリ--------スライドショー*/
@media screen and (min-width:600px) and (max-width:1023px) {
  .slideshow {
    width: 94%;
  }
}

/*--タブレットサイズ-メディアクエリ---------------------------------*/
@media screen and (min-width:600px) and (max-width:1023px) {
  .inner {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }

  /* --タブレットサイズ-メディアクエリ-------------------ヘッダー */
  header .inner {
    height: 80px;
  }

  header .logo {
    font-size: 6rem;
    width: 94%;
    text-align: center;
  }

  header .logo a {
    font-size: 6rem;
  }

  header .logo span {
    font-size: 2rem;
  }

  header .menu-btn {
    display: block;
    position: absolute;
    right: 3%;
    top: 10px;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #666;
    background: transparent;
    border-radius: 50%;
  }

  .menu-btn:focus {
    outline: none;
  }

  header .inner {
    position: relative;
  }

  header .header-nav {
    width: 250px;
    position: fixed;
    display: block;
    top: 100px;
    right: -1000px;
    z-index: 1000;
    background: rgba(255, 255, 255, .8);
    transition: all 0.2s;
    display: none;
  }

  header .header-nav ul {
    display: block;
    display: flex;
    flex-direction: column;
    /* 列方向に並べる */
    align-items: left;
    padding: 0;
    margin: 0 0 0 30px;
  }

  header .header-nav li a {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
  }

  header .sns {
    position: fixed;
    display: block;
    top: 80px;
    right: -200px;
    z-index: 1000;
    transition: all 0.2s;
    display: none;
  }

  header .sns li {
    display: inline-block;
    /* iタグとaタグを同じ行に表示する */
    display: flex;
    align-items: center;
    /* アイテムを垂直方向に中央に配置する */
    vertical-align: middle;
    /* 縦方向の配置を調整 */
    padding: : 0;
    /* 余分なマージンを除去して先頭を揃える */
  }

  header .sns li .btn {
    margin-right: 50px;
    /* 右側に 50px の余白を追加 */
  }

  header .header-nav.open {
    right: 0;
    /*.openクラスを付与すると右にスライドしないようにする*/
    display: block;
  }

  header .sns.open {
    right: 0;
    /*.openクラスを付与すると右にスライドしないようにする*/
    display: block;
  }

  /*--タブレットサイズ-メディアクエリ---------------------フッター*/
  footer .inner {
    width: 100%;
    position: relative;
    padding-top: 10px;
    margin: 0;
    background: #00582d;
    color: #fff;
    height: 450px;
  }

  footer .footer-box {
    width: 100%;
    position: absolute;
    flex-direction: column;
    margin: 10px auto 0;
  }

  footer .footer-blk {
    display: block;
    width: 100%;
    margin: 0;
  }

  footer .footer-blk ul {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 1.7rem;
  }

  footer .footer-blk li i {
    font-size: 1.3rem;
  }

  footer .logo {
    padding-top: 20px;
    margin: 10 0 40px;
    text-align: center;
  }

  footer .logo a {
    font-size: 6rem;
  }

  footer .logo span {
    font-size: 2rem;
  }

  /*-タブレットサイズ-メディアクエリ----------------------ホーム*/
  section h1 {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  /*--タブレットサイズ-メディアクエリ---------------------キービジュアル*/
  #home #kv {
    height: 400px;
    margin: 10px 0 0;
  }

  #home #kv .text {
    top: 300px;
    left: 20px;
  }

  #home #kv .text p {
    font-size: 3rem;
    line-height: 1.5;
  }
}

/*--タブレットサイズ-メディアクエリ---------------------コンセプト*/
#home #concept h1{
  margin: 100px 0 60px 0 ;
}
/*----------------------------------------------------------------------*/
/*--2画面タブレットサイズ--メディアクエリ-----------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2.5) {
  .slideshow {
    width: 94%;
  }


@media only screen and (-webkit-min-device-pixel-ratio: 2.5) {
  .inner {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }

  header .inner {
    height: 80px;
  }

  header .logo {
    font-size: 6rem;
    width: 94%;
    text-align: center;
  }

  header .logo a {
    font-size: 6rem;
  }

  header .logo span {
    font-size: 2rem;
  }

  header .menu-btn {
    display: block;
    position: absolute;
    right: 3%;
    top: 10px;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #666;
    background: transparent;
    border-radius: 50%;
  }

  .menu-btn:focus {
    outline: none;
  }

  header .inner {
    position: relative;
  }

  header .header-nav {
    width: 250px;
    position: fixed;
    display: block;
    top: 100px;
    right: -1000px;
    z-index: 1000;
    background: rgba(255, 255, 255, .8);
    transition: all 0.2s;
    display: none;
  }

  header .header-nav ul {
    display: block;
    display: flex;
    flex-direction: column;
    /* 列方向に並べる */
    align-items: left;
    padding: 0;
    margin: 0 0 0 30px;
  }

  header .header-nav li a {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
  }

  header .sns {
    position: fixed;
    display: block;
    top: 80px;
    right: -200px;
    z-index: 1000;
    transition: all 0.2s;
    display: none;
  }

  header .sns li {
    display: inline-block;
    /* iタグとaタグを同じ行に表示する */
    display: flex;
    align-items: center;
    /* アイテムを垂直方向に中央に配置する */
    vertical-align: middle;
    /* 縦方向の配置を調整 */
    padding: : 0;
    /* 余分なマージンを除去して先頭を揃える */
  }

  header .sns li .btn {
    margin-right: 50px;
    /* 右側に 50px の余白を追加 */
  }

  header .header-nav.open {
    right: 0;
    /*.openクラスを付与すると右にスライドしないようにする*/
    display: block;
  }

  header .sns.open {
    right: 0;
    /*.openクラスを付与すると右にスライドしないようにする*/
    display: block;
  }

  /*---2画面タブレットサイズ-メディアクエリ---------------------フッター*/
  footer .inner {
    width: 100%;
    position: relative;
    padding-top: 10px;
    margin: 0;
    background: #00582d;
    color: #fff;
    height: 450px;
  }

  footer .footer-box {
    width: 100%;
    position: absolute;
    flex-direction: column;
    margin: 10px auto 0;
  }

  footer .footer-blk {
    display: block;
    width: 100%;
    margin: 0;
  }

  footer .footer-blk ul {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 1.7rem;
  }

  footer .footer-blk li i {
    font-size: 1.3rem;
  }

  footer .logo {
    padding-top: 20px;
    margin: 10 0 40px;
    text-align: center;
  }

  footer .logo a {
    font-size: 6rem;
  }

  footer .logo span {
    font-size: 2rem;
  }

  /*-2画面タブレットサイズ-メディアクエリ----------------------ホーム*/
  section h1 {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  /*--2画面タブレットサイズ-メディアクエリ---------------------キービジュアル*/
  #home #kv {
    width: 100%;
    height: 300px;
    margin: 10px 0 0;
  }

  #home #kv .text {
    top: 100px;
    left: 20px;
  }

  #home #kv .text p {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  /*-2画面タブレットサイズ--------------------Concept*/

  #home #concept h1{
    margin: 0 0 30px 0 ;
  }
  #home #concept .items .photo img {
    width: 80%;
    height: 80%;
    border-radius: 25px;
  }
}
}
