/* ----------------------------------------
    pages
---------------------------------------- */
#mv {
  padding-top: 543px;
  position: relative;
  background: url(../img/owner/mv.jpg) no-repeat top center;
}

#mv .nav {
  padding: 20px 0;
  position: absolute;
  bottom: auto;
  top: 0;
  left: 50%;
  font-size: 16px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 2000px;
  color: #fff;
}

.inner {
  width: 1080px;
  margin: 0 auto;
  padding: 50px 0 100px;
}

.title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

h2 {
  font-size: 50px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  color: #fff;
}

h2 label {
  font-size: 11px;
  letter-spacing: 0.5em;
}

h2:before {
  content: '';
  display: inline-block;
  width: 174px;
  height: 171px;
  background-image: url(../img/common/leaf.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* ----------------------------------------
    owner
---------------------------------------- */

.union {
  margin-bottom: 150px;
  text-align: center;
}
#owner h3 {
  margin-bottom: 50px;
  font-size: 35px;
  text-align: center;
}
#owner .union h3 {
  margin-bottom: 10px
}
.union p {
  font-size: 16px;
}

.summary {
  margin-bottom: 150px;
}
.summary ul {
  display: flex;
  justify-content: center;
}
.summary li {
  width: 340px;
}
.summary li:nth-child(2) {
  margin: 0 30px;
}
.summary li a {
  padding: 10px 20px;
  display: block;
  height: 158px;
  color: #fff;
  background: #00284d;
}
.summary .owner_name {
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid #ccc;
}

.wrap {
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
}

.wrap:last-child {
  margin: 0;
}

.txt_box {
  width: 770px;
}

.owner_name {
  font-size: 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

.owner_name span {
  font-size: 15px;
  padding: 0 20px;
}

.owner_txt {
  padding: 20px 0 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: justify;
}
.owner_txt a{
  text-decoration: underline;
  color: #004b8f;
}

/* ----------------------------------------
    horse
---------------------------------------- */

  #horse h2 {
    margin-bottom: 150px;
    color: #000;
  }

  .horse_img {
    width: 450px;
  }

  #horse .txt_box {
    width: 580px;
  }

  .horse_name {
    font-size: 30px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
  }
  .horse_name span {
      font-size: 15px;
      padding: 0 20px;
  }
  .horse_txt {
    padding: 20px 0 0;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
  }

  ul.table {
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }
  .table li {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
  }
  .table li:nth-child(odd) {
    background: #efefef;
  }
  .table li:last-child {
    border-bottom: none;
  }

  .other {
    text-align: center;
    line-height: 2;
    font-size: 1.2rem;
  }

/* ----------------------------------------
    footer
---------------------------------------- */
#footer .inner {
  padding: 0;
}

@media screen and (max-width: 767px) {
  /* ----------------------------------------
      pages
  ---------------------------------------- */

  body {
    padding-top: 40px;
  }

  #mv {
    padding-top: 72.3%;
    position: relative;
    background: url(../img/owner/mv_sp.jpg) no-repeat top center;
    background-size: cover;
  }

  #mv .nav {
    padding: 0;
    position: fixed;
    bottom: auto;
    top: 0;
    font-size: 16px;
    width: 100%;
    color: #fff;
    background-color: #00284d;
  }

  .inner {
    width: 86%;
    margin: 0 auto;
    padding: 15% 0;
  }

  .title {
    position: absolute;
    top: 19%;
    left: 0;
    right: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
  }

  h2 {
    font-size: 8.55vw;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
  }

  h2 label {
    font-size: 2vw;
    letter-spacing: 0.5em;
  }

  h2:before {
    content: '';
    display: inline-block;
    width: 40%;
    height: unset;
    padding-top: 40%;
    background-image: url(../img/common/leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  /* ----------------------------------------
      owner
  ---------------------------------------- */

  #owner h3 {
    margin-bottom: 8%;
    font-size: 25px;
  }

  .union {
      margin: 0 auto 20%;
      width: 83%;
      text-align: center;
  }
  .union p {
    font-size: 12px;
    text-align: left;
  }
  .union p br {
    display: none;
  }

  .summary {
    margin-bottom: 30%;
  }

  .summary ul {
    display: block;
  }
  .summary li {
    width: 83%;
    margin: 0 auto 20px;
  }
  .summary li:nth-child(2) {
    margin: 0 auto 20px;
  }
  .summary li a {
    height: 110px;
  }

  .wrap {
    margin: 0 auto 20%;
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 83%;
  }

  .wrap:last-child {
    margin: 0 auto;
  }

  .wrap .owner_img {
    text-align: center;
    margin: 0 0 5%;
  }

  .wrap .owner_img img {
    width: 100%;
  }

  .txt_box {
    width: 100%;
  }

  .owner_name {
    margin-top: 2%;
    font-size: 5vw;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
  }

  .owner_name span {
    font-size: 3.2vw;
    padding: 0 20px;
  }

  .owner_txt {
    padding: 5% 0 0;
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1.7;
    text-align: left;
  }

  /* ----------------------------------------
      horse
  ---------------------------------------- */

  #horse h2 {
    margin-bottom: 25%;
  }

  .horse_img {
    width: 100%;
  }

  #horse .txt_box {
    width: 100%;
  }

  .horse_name {
    margin-top: 2%;
    font-size: 5vw;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
  }

  .horse_name span {
    font-size: 3.2vw;
    padding: 0;
    display: block;
  }

  .horse_txt {
    padding: 5% 0 0;
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1.7;
    text-align: justify;
  }

  ul.table {
    margin-top: 0.5em;
    line-height: 2;
  }

  .other {
    margin: auto;
    width: 72%;
    font-size: 12px;
    text-align: left;
  }

  /* ----------------------------------------
      footer
  ---------------------------------------- */
  #footer .inner {
    padding: 0;
  }
}
