/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2022 | 10:19:10 */
.under_meel .meel_inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .under_meel .meel_inner {
    width: 100%;
  }
}

.under_meel .meel_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 479px) {
  .under_meel .meel_links {
    display: block;
    margin-top: 20px;
    position: relative;
  }
}

.under_meel .meel_link01,
.under_meel .meel_link02 {
  width: 50%;
}

@media screen and (max-width: 479px) {
  .under_meel .meel_link01,
  .under_meel .meel_link02 {
    width: 100%;
  }
}

.under_meel .meel_link01 a {
  margin-right: 2%;
}

@media screen and (max-width: 479px) {
  .under_meel .meel_link01 a {
    margin-right: auto;
    margin-left: auto;
  }
}

.under_meel .meel_link02 a {
  text-align: center;
  margin-left: 2%;
}

@media screen and (max-width: 479px) {
  .under_meel .meel_link02 a {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

.under_meel .meel_link01 a,
.under_meel .meel_link02 a {
  background: #fff;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: left;
}

@media all and (min-width: 480px) {
  .under_meel .meel_link01 a:hover,
  .under_meel .meel_link02 a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ffadad;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}

.under_meel .meel_link01 a .img_box,
.under_meel .meel_link02 a .img_box {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

@media screen and (max-width: 479px) {
  .under_meel .meel_link01 a .img_box,
  .under_meel .meel_link02 a .img_box {
    margin-bottom: 10px;
  }
}

.under_meel .meel_link01 a .img_box img,
.under_meel .meel_link02 a .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.under_meel .meel_link01 a .txtbox,
.under_meel .meel_link02 a .txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.85rem;
  border: solid 1px #900000;
  color: #900000;
  min-height: 90px;
  background: #fff;
}

.under_meel .meel_link01 a .txtbox .txt,
.under_meel .meel_link02 a .txtbox .txt {
  margin: 0;
}

.under_meel .meel_link01 a .name,
.under_meel .meel_link02 a .name {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100px;
  padding: 0 30px 0 20px;
  position: relative;
  line-height: 1.3em;
  text-align: center;
}

.under_meel .meel_link01 a .name:after,
.under_meel .meel_link02 a .name:after {
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 18px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*# sourceMappingURL=meel.css.map */