@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* 固定架構CSS_不動 */
@media only screen and (min-width: 960px) {
  html {
    overflow-y: auto;
    overflow-x: hidden; }

  body {
    width: calc(100vw - 15px); } }
#search #main-visual > p {
  font-family: "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif;
  margin: 0;
  font-size: 14.8px !important;
  line-height: 1.6em;
  padding: 10px;
  box-sizing: border-box; }
  @media only screen and (max-width: 959px) {
    #search #main-visual > p {
      margin: 0; } }
#search #main-visual img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 960px) {
  #search #main-visual > p {
    margin: 0 !important;
    padding: 0 !important; } }
/* 固定架構CSS_不動_END */
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both; }

#main-visual {
  width: 100%;
  max-width: 790px;
  margin: 0 auto; }
  #main-visual .pagebtn {
    width: 100%;
    max-width: 192px;
    margin: 20px auto; }
    #main-visual .pagebtn a {
      display: block;
      text-align: center;
      padding: 10px 14px 10px 0;
      font-size: 16px;
      line-height: 1;
      color: #fff;
      background: #e07400;
      border-radius: 6px;
      border: 1px solid #e07400;
      position: relative;
      text-decoration: none;
      font-family: "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif; }
      #main-visual .pagebtn a::before {
        content: "";
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -7px; }
      #main-visual .pagebtn a::after {
        content: "";
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 19px;
        margin-top: -4px; }
      #main-visual .pagebtn a:hover {
        opacity: 0.6;
        text-decoration: underline; }
  #main-visual .horsebackContent .textContent p {
    line-height: 1.6em;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif; }

.introBox {
  padding-top: 1%;
  padding-bottom: 1%;
  margin: auto; }
  .introBox .intro_title img {
    max-width: 523px;
    display: block;
    margin: auto;
    margin-top: 20px; }

.horsebackContent {
  margin-top: 5%;
  margin-bottom: 5%;
  overflow: inherit;
  font-size: 14px; }
  .horsebackContent .item {
    display: flex;
    align-items: center; }
    .horsebackContent .item.item01, .horsebackContent .item.item02, .horsebackContent .item.item03 {
      flex-direction: row-reverse; }
      .horsebackContent .item.item01 .textContent, .horsebackContent .item.item02 .textContent, .horsebackContent .item.item03 .textContent {
        padding-left: 3%; }
  .horsebackContent .pic {
    width: 55%; }
  .horsebackContent .textContent {
    width: 45%;
    box-sizing: border-box;
    position: relative; }
    .horsebackContent .textContent .title_img {
      margin-bottom: 20px; }
      .horsebackContent .textContent .title_img img {
        max-width: 345px; }
  .horsebackContent .border {
    padding: 3% 0;
    display: block;
    width: 60%;
    margin: 6% auto;
    background: url(../images/theme/horseback/border_line.png) no-repeat center;
    background-size: contain; }
  .horsebackContent .col_box {
    margin: 6% auto 8%;
    padding: 5% 4%;
    width: 95%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-image: url(../images/theme/horseback/col_bg_h.jpg), url(../images/theme/horseback/col_bg_f.jpg), url(../images/theme/horseback/col_bg_m.jpg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: left top, left bottom, left top;
    background-size: 100% auto, 100% auto, 100% auto; }
    .horsebackContent .col_box .col_text {
      width: 50%;
      padding: 0 2% !important;
      font-size: 14px;
      line-height: 1.6em;
      text-align: justify;
      box-sizing: border-box;
      font-family: "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif; }
      .horsebackContent .col_box .col_text .col_title {
        margin: 0 auto 6%; }
        .horsebackContent .col_box .col_text .col_title img {
          max-width: 210px;
          display: block;
          background: #fff; }
    .horsebackContent .col_box .pic {
      width: 50%;
      float: none;
      box-sizing: border-box; }

#results {
  clear: both;
  padding-top: 10%; }

@media only screen and (max-width: 959px) {
  #search #main-visual > p {
    margin: 0 !important; } }
@media only screen and (max-width: 678px) {
  #main-visual .horsebackContent .item {
    width: 100%;
    display: block; }
    #main-visual .horsebackContent .item .textContent {
      margin-top: 0;
      width: 100%;
      padding: 0 10px 10px; }
      #main-visual .horsebackContent .item .textContent .title_img {
        margin: 0;
        margin-bottom: 3%;
        padding-top: 3%; }
        #main-visual .horsebackContent .item .textContent .title_img img {
          width: 100%;
          max-width: 450px; }
    #main-visual .horsebackContent .item .pic {
      box-sizing: border-box;
      padding: 0 1%;
      width: 100%; }
      #main-visual .horsebackContent .item .pic .img_text_sp {
        display: block; }
  #main-visual .horsebackContent .border {
    padding: 6% 0;
    width: 80%; }
    #main-visual .horsebackContent .border img {
      display: block; }
  #main-visual .horsebackContent .col_box {
    display: block;
    width: 95%;
    padding: 6% 6% 3%; }
    #main-visual .horsebackContent .col_box .col_text {
      margin: 0 !important;
      padding: 0 0 5% 0 !important;
      width: 100%; }
      #main-visual .horsebackContent .col_box .col_text .col_title {
        width: 100%; }
        #main-visual .horsebackContent .col_box .col_text .col_title img {
          width: 100%; }
    #main-visual .horsebackContent .col_box .pic {
      width: 100%;
      padding: 0 0 10px; } }
@media only screen and (max-width: 576px) {
  #main-visual .introBox {
    background-size: cover;
    padding-bottom: 5%; }
    #main-visual .introBox .intro_title {
      width: 85%;
      margin: auto; }
      #main-visual .introBox .intro_title img {
        max-width: none; } }
