@charset "UTF-8";

.still__box{
	align-items: end;
	padding-bottom: 0;
}

.still__content{
	padding-bottom: 10px;
}

.heading-slider{
	margin-bottom: -10px;
}

.phrase-slider{
	margin-bottom: 0;
}

.bottomFooter{
	background-color: #d2e6c8;
}

.bottomFooter__list li{
	color: #5c8b53;
}

.bottomFooter__copyright{
	color: #5c8b53;
}

/*-----toppage:l-upper-----*/
.l-upper {
  margin-bottom: 50px;
}
.l-upper .pickupCont__item .eyecatch {
  aspect-ratio: 57 / 43;
  margin-bottom: 20px;
}
.l-upper .pickupCont__item .eyecatch::before {
  padding-top: calc((43 / 57) * 100%);
}
.l-upper .pickupCont__item .eyecatch .eyecatch__link img {
  aspect-ratio: 57 / 43;
}
.l-upper .pickupCont__item:nth-of-type(n+2) {
  margin-top: 20px;
}
.l-upper .pickupCont__pageTitle {
  color: #5c8b53;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-upper .pickupCont__pageTitle a::after {
  content: ">";
  display: inline-block;
  margin-left: 1em;
}
.l-upper .pickupCont__desc {
  line-height: 1.5;
  text-align: justify;
}

@media only screen and (min-width: 992px) {
  .divider {  margin-bottom: 50px;}
  .l-wrapper {  margin-top: 50px;}
}

@media only screen and (min-width: 768px) {
  .l-wrapper {  flex-wrap: wrap;}

  .l-upper {
    margin-bottom: 75px;
  }
  .l-upper .pickupCont {
    display: flex;
    justify-content: space-between;
  }
  .l-upper .pickupCont__item {
    width: calc((100% - 158px) / 3);
  }
  .l-upper .pickupCont__item:nth-of-type(n+2) {
    margin-top: 0;
  }
  .l-upper .pickupCont__pageTitle {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .l-upper .pickupCont__pageTitle a:hover {
    border-bottom: 2px solid #5c8b53;
    padding-bottom: 5px;
  }
  .l-upper .pickupCont__desc {
    line-height: 1.8;
  }
}

/*-----toppage:l-main-----*/
.frontpage__archiveHead .archiveHead__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.frontpage__archiveHead .heading {
  border-bottom: none;
  padding-bottom: 0;
  width: 100%;
}

.frontpage__archiveHead .heading-main {
  font-size: 1.8rem;
  font-weight: bold;
}

.frontpage__archiveHead .btn {
  margin-top: 4px;
}
.btn__link-normal {
  background-color: #5c8b53;
  border: none;
  border-radius: 0;
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 6px 17px;
}

.btn__link-normal::before {
  content: none;
}

.frontpage__archiveHead+.custom.u-shadow {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.frontpage__archiveHead+.custom.u-shadow .custom__item {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
  padding: 15px 20px;
}
.frontpage__archiveHead+.custom.u-shadow .custom__item:nth-child(n+2) {
  margin-top: 20px;
}
.frontpage__archiveHead+.custom.u-shadow .custom__day {
  color: #5c8b53;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 3px;
  padding: 0;
  width: 145px;
}
.frontpage__archiveHead+.custom.u-shadow .heading {
  font-size: 1.4rem;
}

@media only screen and (min-width: 992px) {
  .frontpage__archiveHead .heading-main { font-size: 2.0rem;}
}

@media only screen and (min-width: 768px) {
  .frontpage__archiveHead {  margin-bottom: 13px;}
  .frontpage__archiveHead .heading-main {  margin-bottom: 0;}
  .frontpage__archiveHead .btn {  margin-top: 0;}
  .btn__link-normal { font-size: 1.5rem;}

  .frontpage__archiveHead+.custom.u-shadow .custom__item {  display: flex;}
  .frontpage__archiveHead+.custom.u-shadow .custom__day { margin-bottom: 0;}
}

/*-----l-sidebar-----*/
.sideItem__basic h2 {
  background: #5c8b53;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 14px;
  padding: 10px;
  text-align: center;
}
.sideItem__basic h2:nth-of-type(n+2) {  margin-top: 17px;}

.details__animal-hdlg-biz,
.side__contact {
  font-size: 1.4rem;
  line-height: 1.4;
}
.details__animal-hdlg-biz dt {
  color: #5c8b53;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.details__animal-hdlg-biz dt::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.details__animal-hdlg-biz dt:nth-of-type(n+2) { margin-top: 3px;}
.details__animal-hdlg-biz dd {
  margin-left: 1em;
}

.side__contact {
  display: flex;
  flex-wrap: wrap;
  max-width: calc((230 / 345) * 100%);
}
.side__contact dt {
  color: #5c8b53;
  font-weight: bold;
  flex-basis: 3.5em;
  flex-shrink: 0;
}
.side__contact dd {
  flex-basis: calc(100% - 3.5em);
}
.side__contact dt:nth-of-type(n+2),
.side__contact dd:nth-of-type(n+2) {  margin-top: 3px;}

.staffblog__link {  margin-top: -20px;}
.staffblog__link a {  display: block;}
.staffblog__link a:hover img {  opacity: .8;}
.staffblog__link img {
  height: auto;
  width: 100%;
  max-width: 327px;
}

@media only screen and (min-width: 768px) {
  .sideItem__basic h2 { font-size: 2.0rem;}
}