@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {

  /* ===================================================================
    use pc contact
  =================================================================== */
  .main_area {
    background: url(../images/detail/bg_ttl.png);
    background-size: cover;
    height: 264px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
  }
  h1 {
    margin: 0;
  }

  .sec_title_box {
    text-align: center;
  }
  .dog_num {
    display: inline-block;
    color: #346702;
    font-size: 36px;
    border: 2px solid #346702;;
    font-weight: bold;
    border-radius: 50%;
    padding: 12px 18px;
    margin: 64px auto 61px;
  }
  .dogs_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
  }
  .dogs_list li {
    box-sizing: border-box;
    width: 275px;
    position: relative;
    margin-bottom: 24px;
    margin-right: 32px;
  }
  .dogs_list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .dogs_list li a {
    display: block;
    width: 100%;
  }
  .dogs_list li a dl dt img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .dogs_list li a dl dd {
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
  }
  .dog_name {
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    color: black;
    background: white;
    width: 204px;
    height: 38px;
    padding-top: 7px;
    position: relative;
    text-align: center;
  }
  .dog_name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 86%;
    width: 10px;
    height: 10px;
    border-top: solid 1px #6d9249;
    border-left: solid 1px #6d9249;
    transform: translateY(-50%) rotateZ(135deg);
  }
  .dog_sex {
    background: white;
    width: 64px;
    height: 38px;
    text-align: center;
  }
  .dog_sex img {
    width: 16px;
    height: 26px;
    padding-top: 6px;
  }
  .alpha_ovr {
    width: 100%;
    display: block;
    text-decoration: none !important;
    transition: .2s;
    opacity: 1;
  }
  .alpha_ovr:hover {
    opacity: .7 !important;
  }
  .dogs_sec {
    text-align: center;
  }
  .pagenation {
    display: inline-block;
    margin: 64px auto;
  }
  .pagenation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pagenation ul li {
    margin-right: 32px;
  }
  .pagenation ul li:last-of-type {
    margin-right: 0;
  }
  .pagenation ul li a {
    display: block;
    color: black;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 30px;
    width: 34px;
    text-align: center;
    text-decoration: none;
  }
  .pagenation ul .active {
    border-bottom: solid 2px #346702;
  }
  .dogs_sec .btn a {
    display: block;
    background: #346702;
    color: white;
    font-family: 'Lora', serif;
    font-size: 18px;
    letter-spacing: 1.4px;
    width: 360px;
    position: relative;
    text-align: center;
    padding: 26px 0;
    margin: 0 auto 120px;
  }
  .btn a::before {
    content: "";
    position: absolute;
    border-bottom: solid 1px white;
    border-left: solid 1px white;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 35px;
    transform: translateY(-50%) rotateZ(45deg);
  }
}

/* ------------------------------------------------ */
@media screen and (max-width: 768px) {
  .main_area {
    background: url(../images/detail/bg_ttl_sp.png);
    background-size: cover;
    height: 39.32vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
  }
  h1 {
    margin: 0;
  }
  .main_area h1 img {
    width: 58.85vw;
  }
  .sec_title_box {
    text-align: center;
  }
  .dog_num {
    display: inline-block;
    color: #346702;
    font-size: 4.4vw;
    border: 2px solid #346702;;
    font-weight: bold;
    border-radius: 50%;
    padding: 12px 18px;
    margin: 8vw auto 5.7vw;
  }
  .dogs_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 75.52%;
    margin: 0 auto;
  }
  .dogs_list li {
    box-sizing: border-box;
    width: 35.94vw;
    position: relative;
    margin-bottom: 24px;
  }
  .dogs_list li a {
    display: block;
    width: 100%;
  }
  .dogs_list li a dl dt img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .dogs_list li a dl dd {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }
  .dog_name {
    box-sizing: border-box;
    background: white;
    color: black;
    width: 70%;
    font-size: 2.4vw;
    font-weight: bold;
    padding-top: 3.4%;
    position: relative;
    text-align: center;
  }
  .dog_name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 86%;
    width: 1.2vw;
    height: 1.2vw;
    border-top: solid 1px #6d9249;
    border-left: solid 1px #6d9249;
    transform: translateY(-50%) rotateZ(135deg);
  }
  .dog_sex {
    background: white;
    width: 26%;
    height: 13%;
    text-align: center;
  }
  .dog_sex img {
    padding: 12% 0;
    width: 18%;
  }

  .more_btn {
    margin: 38px auto 10px;
    width: 230px;
  }
  .more_btn a {
    background: url(../images/icon_arrow_02.png) 94% center no-repeat #346702;
    background-size: 6px auto;
    color: #ffffff;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 15px 0;
    text-decoration: none;
  }
  .alpha_ovr {
    display: block;
    width: 100%;
    text-decoration: none !important;
    opacity: 1 !important;
  }
  .dogs_sec {
    text-align: center;
  }
  .pagenation {
    display: inline-block;
    margin: 7.2vw auto;
  }
  .pagenation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pagenation ul li {
    margin-right: 5vw;
  }
  .pagenation ul li:last-of-type {
    margin-right: 0;
  }
  .pagenation ul li a {
    display: block;
    color: black;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 3.6vw;
    width: 4.4vw;
    text-align: center;
    text-decoration: none;
  }
  .pagenation ul .active {
    border-bottom: solid 2px #346702;
  }
  .dogs_sec .btn a {
    display: block;
    background: #346702;
    color: white;
    font-family: 'Lora', serif;
    font-size: 3.4vw;
    letter-spacing: 1.8px;
    width: 48.82vw;
    position: relative;
    text-align: center;
    padding: 2.6vw 0;
    margin: 10vw auto 28.38vw;
  }
  .btn a::before {
    content: "";
    position: absolute;
    border-bottom: solid 1px white;
    border-left: solid 1px white;
    width: 1.6vw;
    height: 1.6vw;
    top: 50%;
    left: 35px;
    transform: translateY(-50%) rotateZ(45deg);
  }
}
