* {
  box-sizing: border-box;
}

body {
  font-size: 100%;
  color: #333333;
  font-family: Hiragino Kaku Gothic ProN,serif;
}

h1, ul {
  margin: 0;
}

a {
  color: #333333;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.wrapper {
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wrapper {
    padding: 0 5%;
  }
}

.heading {
  font-weight: bold;
  font-size: 2.5rem;
}

@media (max-width: 567px) {
  .heading {
    font-size: 1.625rem;
  }
}

.header {
  height: 60px;
}

@media (max-width: 768px) {
  .header__left img {
    width: 73px;
  }
}

.header__right {
  line-height: 60px;
}

.header__right__link {
  font-size: 1.125rem;
  padding: 0 15px;
}

@media (max-width: 576px) {
  .header__right__link {
    font-size: 0.875rem;
    padding: 0 6px;
  }
}

.header__right__link:hover {
  background-color: #eee;
  transition: all .7s;
}

.mv {
  height: 605px;
  background-image: url(../img/mv.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 568px) {
  .mv {
    height: 513px;
    background-image: url(../img/mv_sp.png);
    background-size: cover;
    background-position: center;
    position: relative;
  }
}

.mv__logo {
  position: absolute;
  top: 40%;
  left: 45%;
}

@media (max-width: 576px) {
  .mv__logo {
    top: 30%;
    left: 30%;
  }
}

.lead {
  margin-top: 100px;
}

@media (max-width: 576px) {
  .lead__heading {
    font-size: 1.25rem;
  }
}

.lead__text {
  margin-top: 50px;
  font-size: 1.25rem;
}

@media (max-width: 576px) {
  .lead__text {
    margin-top: 42px;
    font-size: 0.875rem;
  }
}

.dog1 {
  background-color: #F9F9F9;
  padding-top: 96px;
  padding-bottom: 99px;
  margin-top: 100px;
}

.dog1__heading {
  margin-bottom: 87px;
}

.dog1__content {
  margin-top: 69px;
}

@media (max-width: 991px) {
  .dog1__content__img img {
    width: 100%;
  }
}

.dog1__content__text__wrapper {
  width: 460px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .dog1__content__text__wrapper {
    margin-top: 8px;
    width: 100%;
  }
}

.dog1__content__text__heading {
  border-bottom: 3px #AE0009 solid;
  font-size: 1.65rem;
}

@media (max-width: 991px) {
  .dog1__content__text__heading {
    font-size: 1.25rem;
  }
}

.dog1__content__text__comment {
  margin-top: 30px;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .dog1__content__text__comment {
    font-size: 1rem;
  }
}

.dog2 {
  margin-top: 96px;
}

.dog2__list {
  margin-top: 62px;
}

@media (max-width: 991px) {
  .dog2__list__item__image {
    width: 100%;
  }
}

.dog2__list__item__text {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .dog2__list__item__text {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}

.new {
  border: 1px solid #AE0009;
  color: #AE0009;
  padding: 5px 26px;
  margin-left: 20px;
  font-weight: normal;
}

.subv {
  margin-top: 89px;
  height: 431px;
  background-image: url(../img/dog_bg_01.png);
  background-size: cover;
  background-position: center;
}

.subv__wrapper {
  color: #fff;
  font-size: 1.125rem;
}

.subv__text1 {
  margin-top: 111px;
}

.subv__text2 {
  margin-top: 40px;
}

.gallery__photo {
  transition: transform 0.3s;
}

.gallery__photo:hover {
  transform: scale(1.1);
}

#gallery {
  background-color: #F9F9F9;
}

#gallery__photo {
  max-width: 900px;
  margin: 0 auto;
}

.dog3__heading {
  margin-top: 107px;
  margin-bottom: 88px;
}

.dog3__button {
  font-size: 1.125rem;
  color: #fff;
  background-color: #AE0009;
  padding: 9px 33px 11px 33px;
  opacity: 0.8;
  cursor: pointer;
}

.dog3__button:hover {
  opacity: 1;
}

.dog3__button__wrapper {
  margin-top: 40px;
  margin-bottom: 111px;
}

.dog3 .date {
  font-weight: bold;
}

.dog3 tr {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
}

.footer__lists {
  background-color: #AFAFAF;
  padding-bottom: 80px;
}

.footer__lists__item {
  width: 33.3%;
}

.footer__lists__item__heading {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 89px;
}

.footer__lists__item__list {
  margin-top: 28px;
  list-style: none;
  font-size: 1rem;
}

.footer__copyright {
  height: 50px;
  background-color: #797979;
  border: 1px solid #707070;
}

@media (max-width: 576px) {
  .footer__copyright {
    height: 35px;
  }
}

.footer__copyright p {
  line-height: 50px;
  font-size: 0.75rem;
}

@media (max-width: 576px) {
  .footer__copyright p {
    line-height: 35px;
  }
}
/*# sourceMappingURL=main.css.map */