﻿@charset "UTF-8";
#footer a {
  text-decoration: none;
}
#footer ul,
#footer li {
  list-style: none;
}
#footer a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-filter: "alpha( opacity=70 )";
  -webkit-filter: "alpha( opacity=70 )";
  -o-filter: "alpha( opacity=70 )";
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.carousel {
  position: relative;
}
.carousel .slick-prev {
  margin-top: -11px;
  left: -40px;
}
.carousel .slick-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}
.carousel .slick-next {
  margin-top: -11px;
  right: -40px;
}
.carousel .slick-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  color: #000;
  font-size: 22px;
}
#footer {
  padding: 0;
  background: url(https://image.peppynet.com/img/web/pc/dog/footer/bg_info.png)
    repeat-x bottom 90px center;
}
.f_ttl {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 5px solid #ececec;
}
.f_check_item {
  width: 1240px;
  margin: 0 auto 40px;
}
.f_check_item .slick-list {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
.f_check_item .slick-slide {
  float: left;
  width: 100px;
  margin: 0 8px;
}
.f_check_item .slick-slide img {
  border: 1px solid #ccc;
}
.f_check_item .slick-slide img:hover {
  opacity: 0.7;
}
.f_check_item .slick-prev {
  left: 0;
}
.f_check_item .slick-next {
  right: 0;
}
.f_bn {
  width: 1240px;
  margin: 0 auto 40px;
  padding: 0 0 40px;
  background: #fff;
  border-bottom: 5px solid #ececec;
}
.f_bn ul {
  overflow: hidden;
}
.f_bn ul li {
  float: left;
  width: 380px;
  margin: 0 50px 0 0;
}
.f_bn ul li:last-child {
  margin-right: 0;
}
.f_shopping_guide {
  width: 1240px;
  margin: 0 auto 40px;
}
.f_shopping_guide ul {
  overflow: hidden;
}
.f_shopping_guide ul li {
  float: left;
  width: 230px;
  margin-right: 22.5px;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
}
.f_shopping_guide ul li:last-child {
  margin-right: 0;
}
.f_shopping_guide ul li h3 {
  padding-bottom: 70px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}
.f_shopping_guide ul li.guide01 h3 {
  background-image: url(https://image.peppynet.com/html_2/img/dog/ico/ico_guide01.png);
}
.f_shopping_guide ul li.guide02 h3 {
  background-image: url(https://image.peppynet.com/html_2/img/dog/ico/ico_guide02.png);
}
.f_shopping_guide ul li.guide03 h3 {
  background-image: url(https://image.peppynet.com/html_2/img/dog/ico/ico_guide03.png);
}
.f_shopping_guide ul li.guide04 h3 {
  background-image: url(https://image.peppynet.com/html_2/img/dog/ico/ico_guide04.png);
}
.f_shopping_guide ul li.guide05 h3 {
  background-image: url(https://image.peppynet.com/html_2/img/dog/ico/ico_guide05.png);
}
.f_shopping_guide ul li .txt {
  font-size: 12px;
}
.f_shopping_guide ul li.guide01 .txt span {
  letter-spacing: -1px;
}
.f_contact {
  width: 1240px;
  margin: 0 auto 40px;
}
.f_contact h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}
.f_contact_btn {
  float: left;
  width: 240px;
}
.f_contact_btn ul {
  width: 200px;
  margin: 0 auto;
}
.f_contact_btn li {
  margin-bottom: 10px;
}
.f_contact_btn li a {
  display: block;
  width: 200px;
  height: 50px;
  padding: 13px 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 25px;
  background-color: #eaeaea;
  text-decoration: none;
}
.f_contact_btn li a:after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 10px;
}
.f_contact_btn li a:hover {
  color: #fff;
  background-color: #ff4747;
}
.f_contact_telephone {
  float: left;
  width: 470px;
  padding: 0 20px;
  margin-right: 30px;
  border-right: 1px solid #000;
}
.f_contact_telephone .telephone {
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}
.f_contact_telephone .hour {
  margin-bottom: 10px;
}
.f_contact_telephone .txt {
  font-size: 13px;
}
.f_contact_mail {
  float: left;
  width: 470px;
  padding: 0 0 0 20px;
}
.f_contact_mail .btn_mail {
  margin-bottom: 10px;
}
.f_contact_mail .btn_mail a {
  display: block;
  width: 450px;
  padding: 13px 20px;
  font-size: 22px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #000;
  text-decoration: none;
}
.f_contact_mail .btn_mail a:after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 10px;
}
.f_contact_mail .btn_mail a:hover {
  color: #fff;
  border: 1px solid #ff4747;
  background-color: #ff4747;
}
.f_contact_mail .txt {
  font-size: 13px;
}
.f_peppy_contetns {
  padding-top: 0;
  margin-bottom: 50px;
}
.f_peppy_contetns .peppy_logo {
  margin-bottom: 40px;
  text-align: center;
}
.f_peppy_contetns ul {
  width: 1120px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.f_peppy_contetns ul li {
  float: left;
  width: 200px;
  margin: 0 12px;
  text-align: center;
}
.f_peppy_contetns ul li span {
  display: block;
}
.f_peppy_contetns ul li .ttl {
  margin-bottom: 10px;
  font-size: 18px;
}
.f_peppy_contetns ul li .img {
  margin-bottom: 10px;
}
.f_peppy_contetns ul li .copy {
  line-height: 1.3;
  font-weight: 700;
}
.f_peppy_contetns .txt {
  text-align: center;
}
.f_nav {
  font-size: 12px;
  margin: 0;
  padding: 0 0 30px;
  
}
.f_nav ul {
  margin-bottom: 30px;
  text-align: center;
}
.f_nav ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #000;
}
.f_nav ul li:last-child {
  border: none;
}
.f_copy {
  font-size: 10px;
  text-align: center;
}
