@charset "UTF-8";
/* CSS Document */
/*グロナビ*/
#side_bar nav ul li:nth-of-type(1) a {
  color: #ed0100; }

/* +++++++++++++++++++++++++++++++++++++

事業紹介　乗馬用品　css

++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++上部ヘッダー部分++++++++++++++ */
.page_header {
  width: 100%;
  min-width: 1000px;
  height: 180px;
  margin-bottom: 15px;
  background: #ff7c2d;
  background: -moz-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: -webkit-gradient(linear, left center, right center, from(#ed0100), color-stop(62%, #ff7c2d), to(#ff7c2d));
  background: -webkit-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: -o-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: linear-gradient(to right, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  position: relative;
  /*h2*/ }
  @media only screen and (max-width: 768px) {
    .page_header {
      min-width: 100%;
      margin-top: 60px;
      height: 100px; } }
  .page_header:after {
    content: 'Services';
    font-family: Roboto;
    font-weight: 700;
    font-size: 120px;
    color: rgba(242, 27, 0, 0.1);
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .page_header:after {
        font-size: 15vw; } }
  .page_header h2 {
    color: #fff;
    letter-spacing: 0.2em;
    padding: 110px 0 0 70px;
    font-weight: 500;
    font-size: 18px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page_header h2 {
        padding: 40px 0 0 30px; } }
    .page_header h2:before {
      content: '';
      display: block;
      width: 1px;
      height: 70px;
      background-color: #ec7877;
      position: absolute;
      left: 60px; }
      @media only screen and (max-width: 768px) {
        .page_header h2:before {
          height: 60px;
          left: 20px; } }
    .page_header h2:after {
      content: 'Services';
      color: #ec7877;
      font-family: Roboto;
      font-weight: 500;
      font-size: 12px;
      position: absolute;
      left: 70px;
      bottom: -20px;
      letter-spacing: 0.02em; }
      @media only screen and (max-width: 768px) {
        .page_header h2:after {
          left: 30px; } }

/*.page_header*/
.pan_nav {
  font-size: 12px;
  width: 98%;
  text-align: right;
  overflow: hidden;
  margin-bottom: 55px; }
  @media only screen and (max-width: 768px) {
    .pan_nav {
      font-size: 10px; } }
  .pan_nav ul li {
    display: inline-block;
    /*a*/ }
    .pan_nav ul li:last-child:after {
      display: none; }
    .pan_nav ul li:after {
      content: "〉";
      padding-left: 8px; }
    .pan_nav ul li a {
      color: #ed0100;
      transiton: 0.3; }
      .pan_nav ul li a:hover {
        opacity: 0.7; }

/*.pan_nav*/
h3 {
  color: #ed0100;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 20px;
      margin-bottom: 20px; } }
  h3 + p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      h3 + p {
        font-size: 14px;
        text-align: left;
        margin: 0 auto 20px;
        width: 90%; }
        h3 + p br {
          display: none; } }

/*h3*/
/*　++++++++++++++コンテンツ++++++++++++++　*/
.wrap {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto 200px; }
  @media only screen and (max-width: 768px) {
    .wrap {
      width: 100%;
      min-width: 100%;
      margin-bottom: 80px; } }

/*.wrap*/
.business {
  width: 100%;
  padding-bottom: 100px;
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .business {
      height: auto;
      margin-bottom: 50px;
      padding-bottom: 0; } }
  .business:last-of-type {
    padding-bottom: 0;
    border-bottom: none; }

/*.business*/
.business_inner {
  width: 1000px;
  margin: 0 auto;
  /*h4*/
  /*p*/
  /*.b_logo*/
  /*.em_area*/
  /*.needs*/ }
  @media only screen and (max-width: 768px) {
    .business_inner {
      width: 90%; } }
  .business_inner h4 {
    width: 1000px;
    height: 420px;
    background: url("../img/services/horse_main.jpg") center no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 90px;
    /*span*/ }
    @media only screen and (max-width: 768px) {
      .business_inner h4 {
        width: 100%;
        height: auto;
        padding-top: 40vw;
        margin-bottom: 110px; } }
    .business_inner h4 span {
      display: block;
      width: 800px;
      line-height: 1.5em;
      padding: 50px 0 50px;
      text-align: center;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.1em;
      background-color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -80px;
      opacity: 0; }
      @media only screen and (max-width: 768px) {
        .business_inner h4 span {
          width: 100%;
          padding: 0 0;
          font-size: 18px;
          bottom: -100px;
          font-size: 18px;
          text-align: left;
          letter-spacing: 0.03em; }
          .business_inner h4 span br {
            display: none; } }
      .business_inner h4 span:after {
        content: "";
        display: block;
        background-color: #ddd;
        width: 1px;
        height: 40px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0; }
        @media only screen and (max-width: 768px) {
          .business_inner h4 span:after {
            display: none; } }
  .business_inner h4 span.visible {
    animation: fadeUp 0.7s  0.5s ease-in-out;
    animation-fill-mode: forwards; }
  .business_inner p {
    line-height: 2em;
    width: 730px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 768px) {
      .business_inner p {
        width: 100%; } }
  .business_inner .b_logo {
    width: 439px;
    height: 100px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 768px) {
      .business_inner .b_logo {
        width: 80%;
        height: auto;
        margin-bottom: 30px; } }
  .business_inner .em_area {
    width: 1000px;
    background-color: #f1f0ef;
    padding: 4px;
    box-sizing: border-box;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .business_inner .em_area {
        width: 100%; } }
    .business_inner .em_area h5 {
      border: 2px solid #fff;
      padding: 20px 0;
      font-size: 18px;
      color: #ed0100;
      text-align: center;
      letter-spacing: 0.1em;
      line-height: 1.8em;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        .business_inner .em_area h5 {
          padding: 10px;
          font-size: 16px;
          letter-spacing: 0.03em;
          text-align: left; }
          .business_inner .em_area h5 br {
            display: none; } }
    .business_inner .em_area + p {
      width: 1000px;
      margin-bottom: 80px; }
      @media only screen and (max-width: 768px) {
        .business_inner .em_area + p {
          width: 100%; } }
  .business_inner .needs {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    /*p.title_c*/
    /*ul li*/ }
    .business_inner .needs p.title_c {
      width: 100px;
      height: 25px;
      line-height: 1em;
      padding-top: 5px;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.1em;
      color: #fff;
      background-color: #2b2b2b;
      position: absolute;
      top: -50px;
      left: 0; }
      .business_inner .needs p.title_c:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        bottom: -10px;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0px 0 10px;
        border-color: #2b2b2b transparent transparent transparent; }
    .business_inner .needs ul li {
      width: 490px;
      height: 120px;
      line-height: 1.5em;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      box-sizing: border-box;
      border: 14px solid #f1f0ef;
      float: left;
      padding-top: 18px;
      margin-right: 20px;
      margin-bottom: 20px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .business_inner .needs ul li {
          width: 100%;
          height: auto;
          font-size: 4vw;
          padding-bottom: 18px;
          border: 10px solid #f1f0ef;
          margin-right: 0;
          margin-bottom: 10px;
          float: none; } }
      .business_inner .needs ul li:before {
        content: "";
        width: 30px;
        height: 30px;
        background: url("../img/services/ico_cheack.gif") no-repeat;
        background-size: contain;
        position: absolute;
        top: -5px;
        left: -5px; }
        @media only screen and (max-width: 768px) {
          .business_inner .needs ul li:before {
            width: 20px;
            height: 20px;
            top: -10px;
            left: -10px; } }
      .business_inner .needs ul li:nth-of-type(2n) {
        margin-right: 0; }
    .business_inner .needs ul li.one_line {
      padding-top: 30px; }
      @media only screen and (max-width: 768px) {
        .business_inner .needs ul li.one_line {
          padding-top: 20px; } }

/*.business_inner*/
.feature {
  width: 100%;
  height: 800px;
  background-color: #fff2f2;
  position: relative;
  padding-top: 60px;
  box-sizing: border-box;
  z-index: 1;
  /*.f_inner*/ }
  @media only screen and (max-width: 768px) {
    .feature {
      padding-top: 30px;
      height: auto; } }
  .feature:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #f3dce0;
    position: absolute;
    top: 0;
    right: 20vw;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .feature:before {
        display: none; } }
  .feature:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #f3dce0;
    position: absolute;
    top: 0;
    left: 20vw;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .feature:after {
        display: none; } }
  .feature .f_inner {
    width: 1000px;
    height: 323px;
    margin: 0 auto;
    position: relative;
    /*p.difference*/
    /*.box*/ }
    @media only screen and (max-width: 768px) {
      .feature .f_inner {
        width: 90%;
        height: auto;
        padding-bottom: 20px; } }
    .feature .f_inner:before {
      content: "";
      width: 55px;
      height: 55px;
      background: url("../img/services/ico_pic.gif") no-repeat;
      background-size: contain;
      position: absolute;
      top: -80px;
      left: 0px; }
      @media only screen and (max-width: 768px) {
        .feature .f_inner:before {
          width: 35px;
          height: 35px;
          left: 0;
          top: -50px; } }
    .feature .f_inner:after {
      content: "";
      width: 1px;
      height: 100%;
      background: #f3dce0;
      position: absolute;
      top: -60px;
      z-index: -1;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .feature .f_inner:after {
          display: none; } }
    .feature .f_inner p.difference {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.08em; }
      @media only screen and (max-width: 768px) {
        .feature .f_inner p.difference {
          line-height: 1.5em;
          margin-bottom: 15px; } }
    .feature .f_inner .box {
      width: 1000px;
      background-color: #fff;
      padding: 50px;
      box-sizing: border-box;
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      margin: 0 auto;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
      z-index: 2;
      /*h6*/
      /*p*/
      /*.box_inner*/
      /*.horse_image*/
      /*dl*/ }
      @media only screen and (max-width: 768px) {
        .feature .f_inner .box {
          width: 100%;
          padding: 20px;
          position: static; } }
      .feature .f_inner .box h6 {
        color: #ed0100;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
        /*.point*/ }
        @media only screen and (max-width: 768px) {
          .feature .f_inner .box h6 {
            font-size: 16px;
            line-height: 1.5em;
            margin-bottom: 10px; } }
        .feature .f_inner .box h6 .point {
          display: inline-block;
          background-color: #2b2b2b;
          color: #fff;
          font-family: Roboto;
          font-size: 14px;
          padding: 0 0 0 5px;
          margin-right: 10px;
          vertical-align: 3px; }
          @media only screen and (max-width: 768px) {
            .feature .f_inner .box h6 .point {
              display: block;
              width: 70px;
              margin-bottom: 10px;
              overflow: hidden; } }
          .feature .f_inner .box h6 .point span {
            background-color: #ed0100;
            display: inline-block;
            padding: 5px 5px;
            margin-left: 5px; }
            @media only screen and (max-width: 768px) {
              .feature .f_inner .box h6 .point span {
                display: block;
                width: 10px;
                padding: 0 5px;
                float: right; } }
      .feature .f_inner .box p {
        line-height: 1.8em;
        margin-bottom: 15px; }
        @media only screen and (max-width: 768px) {
          .feature .f_inner .box p {
            margin-bottom: 15px; } }
      .feature .f_inner .box .box_inner {
        background-color: #f1f0ef;
        padding: 15px;
        box-sizing: border-box;
        margin-bottom: 20px; }
        .feature .f_inner .box .box_inner p {
          margin-bottom: 10px;
          text-indent: -7px; }
          @media only screen and (max-width: 768px) {
            .feature .f_inner .box .box_inner p {
              line-height: 1.5em; } }
        .feature .f_inner .box .box_inner ul {
          overflow: hidden;
          margin-bottom: 10px; }
          .feature .f_inner .box .box_inner ul li {
            float: left;
            margin-right: 15px;
            font-weight: 400; }
            @media only screen and (max-width: 768px) {
              .feature .f_inner .box .box_inner ul li {
                float: none;
                margin-right: 0;
                line-height: 1.5em; } }
            .feature .f_inner .box .box_inner ul li:before {
              content: '●';
              color: #2b2b2b;
              margin-right: 3px;
              font-size: 10px;
              vertical-align: 1px; }
      .feature .f_inner .box .horse_image {
        width: 100%;
        overflow: hidden;
        margin-bottom: 50px; }
        .feature .f_inner .box .horse_image img {
          display: block;
          float: left;
          width: 298px;
          height: auto;
          margin-right: 2px; }
          .feature .f_inner .box .horse_image img :last-of-type {
            margin-right: 0; }
      .feature .f_inner .box dl {
        /*dt*/
        /*dd*/ }
        .feature .f_inner .box dl dt {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px; }
          @media only screen and (max-width: 768px) {
            .feature .f_inner .box dl dt {
              font-size: 14px;
              line-height: 1.5em; } }
        .feature .f_inner .box dl dd {
          line-height: 1.8em; }

/*.feature*/
.buy_area {
  width: 670px;
  margin: 0 auto;
  /*p*/ }
  @media only screen and (max-width: 768px) {
    .buy_area {
      width: 90%; } }
  .buy_area p {
    text-align: center;
    line-height: 1.5em;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 768px) {
      .buy_area p {
        font-size: 4.3vw; } }
    .buy_area p:before {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      border-bottom: 1px solid #666;
      border-right: 1px solid #666;
      transform: rotate(45deg);
      position: absolute;
      bottom: -20px;
      right: 0;
      left: 0;
      margin: 0 auto; }
    .buy_area p:after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      border-bottom: 1px solid #666;
      border-right: 1px solid #666;
      transform: rotate(45deg);
      position: absolute;
      bottom: -28px;
      right: 0;
      left: 0;
      margin: 0 auto; }
  .buy_area .cavallo_bnr a {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s; }
    .buy_area .cavallo_bnr a:hover {
      opacity: 0.8; }

/*　++++++++++++++カテゴリナビ++++++++++++++　*/
.category_nav {
  width: 100%;
  background-color: #fff2f2;
  height: 120px;
  /*.inner*/ }
  @media only screen and (max-width: 768px) {
    .category_nav {
      height: auto; } }
  .category_nav .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 50px;
    /*h6*/
    /*ul*/ }
    @media only screen and (max-width: 768px) {
      .category_nav .inner {
        width: 90%;
        padding-top: 30px;
        text-align: center; } }
    .category_nav .inner h6 {
      display: inline-block;
      background-color: #fff;
      color: #ed0100;
      padding: 5px 10px 8px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.1em;
      position: absolute;
      top: -15px;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .category_nav .inner h6 {
          font-size: 12px;
          left: 0; } }
      .category_nav .inner h6:before {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0px 0 10px;
        border-color: #ffffff transparent transparent transparent; }
    .category_nav .inner ul {
      width: 960px;
      margin: 0 auto;
      /*li a*/ }
      @media only screen and (max-width: 768px) {
        .category_nav .inner ul {
          width: 100%;
          padding-bottom: 30px; } }
      .category_nav .inner ul li a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-right: 50px;
        float: left;
        position: relative;
        transition: 0.3s; }
        @media only screen and (max-width: 768px) {
          .category_nav .inner ul li a {
            float: none;
            margin-right: 0;
            line-height: 2em;
            font-size: 14px; } }
        .category_nav .inner ul li a:after {
          position: absolute;
          bottom: -10px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #ed0100;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
          @media only screen and (max-width: 768px) {
            .category_nav .inner ul li a:after {
              display: none; } }
      .category_nav .inner ul li a:hover {
        color: #ed0100; }
      .category_nav .inner ul li a:hover:after {
        transform-origin: left top;
        transform: scale(1, 1); }
        @media only screen and (max-width: 768px) {
          .category_nav .inner ul li a:hover:after {
            display: none; } }
      .category_nav .inner ul li:last-of-type a {
        margin-right: 0; }
      .category_nav .inner ul li a.select {
        color: #ed0100; }
        .category_nav .inner ul li a.select:after {
          content: '';
          width: 100%;
          height: 1px;
          background: #ed0100;
          bottom: -10px;
          left: 0;
          transform: none; }
          @media only screen and (max-width: 768px) {
            .category_nav .inner ul li a.select:after {
              display: none; } }

/*..category_nav*/
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadeUpSp {
  0% {
    opacity: 0;
    top: -10px; }
  100% {
    opacity: 1;
    top: -45px; } }
@keyframes en_anim {
  0% {
    opacity: 0;
    letter-spacing: 0.1em; }
  100% {
    opacity: 1;
    letter-spacing: 0.02em; } }
@keyframes scroll {
  0% {
    left: 50px;
    opacity: 0; }
  10% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0.2; }
  100% {
    left: 150px;
    opacity: 0; } }
