@charset "UTF-8";
/**  index
 *
 * VARIABLE.............プロジェクト全体を通して使用される変数です。
 *
 * MIXIN
 *
 * BASE.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 *
 */
/* CSS Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5% !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table th {
  word-break: break-all; }

table td {
  word-break: break-all; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

input[type="text"] {
  border-radius: 0; }

/* ==========================================================================
   BASE
   ========================================================================== */
body {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  background-color: #f8f0d0; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

p {
  line-height: 1.6; }

img {
  display: block;
  height: auto; }

a {
  color: #1967d2;
  text-decoration: none;
  transition: all 0.3s; }
  a:hover {
    opacity: 0.7; }

/* ==========================================================================
   header
   ========================================================================== */
header h1 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    header h1 {
      top: 20px;
      left: 20px; } }
  @media only screen and (max-width: 1250px) {
    header h1 img {
      width: 200px; } }
  @media only screen and (max-width: 640px) {
    header h1 img {
      width: 180px; } }

/* ==========================================================================
   footer
   ========================================================================== */
footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
  background: #3f2d25;
  color: #fff; }
  footer .Footer__Name {
    margin-right: 30px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      footer .Footer__Name {
        font-size: 15.75px;
        font-size: 1.575rem; } }

/* ==========================================================================
   main
   ========================================================================== */
.Visual {
  position: relative;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("../img/visual_bg.jpg");
  padding: 120px 30px 120px; }
  @media only screen and (max-width: 768px) {
    .Visual {
      padding: 90px 20px 40px; } }
  .Visual .Visual__Text {
    position: relative;
    width: calc(100% - 20px);
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .Visual .Visual__Text {
        padding: 20px; } }
    .Visual .Visual__Text h2 {
      font-size: 36px;
      font-size: 3.6rem;
      text-align: center;
      margin-bottom: 28px; }
      @media only screen and (max-width: 768px) {
        .Visual .Visual__Text h2 {
          font-size: 31.5px;
          font-size: 3.15rem; } }
      @media only screen and (max-width: 1250px) {
        .Visual .Visual__Text h2 {
          font-size: 30px;
          font-size: 3rem;
          margin-bottom: 20px; } }
  @media only screen and (max-width: 1250px) and (max-width: 768px) {
    .Visual .Visual__Text h2 {
      font-size: 26.25px;
      font-size: 2.625rem; } }

      @media only screen and (max-width: 768px) {
        .Visual .Visual__Text h2 {
          font-size: 26px;
          font-size: 2.6rem;
          margin-bottom: 16px; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .Visual .Visual__Text h2 {
      font-size: 22.75px;
      font-size: 2.275rem; } }

    .Visual .Visual__Text p {
      line-height: 1.8; }
      .Visual .Visual__Text p a {
        text-decoration: underline; }
    .Visual .Visual__Text:before {
      position: absolute;
      display: block;
      content: "";
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      top: 0;
      bottom: 0;
      left: -10px;
      margin: auto;
      border: 5px solid rgba(255, 255, 255, 0.8);
      z-index: -1; }
  .Visual .Visual__Btn {
    position: absolute;
    width: calc(100% - 60px);
    max-width: 1200px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(50%);
    background: #111; }
    @media only screen and (max-width: 768px) {
      .Visual .Visual__Btn {
        position: relative;
        width: 100%;
        margin-top: 40px;
        transform: none; } }
    .Visual .Visual__Btn a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      padding: 30px 60px 30px 30px;
      color: #fff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .Visual .Visual__Btn a {
          padding: 20px 40px 20px 20px; } }
      .Visual .Visual__Btn a:after {
        position: absolute;
        top: 0;
        right: 30px;
        bottom: 0;
        margin: auto;
        display: block;
        content: "";
        width: 40px;
        height: 40px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg); }
        @media only screen and (max-width: 768px) {
          .Visual .Visual__Btn a:after {
            right: 20px;
            width: 20px;
            height: 20px; } }
      .Visual .Visual__Btn a h3 {
        margin-right: 50px; }
        @media only screen and (max-width: 1250px) {
          .Visual .Visual__Btn a h3 {
            margin-right: 30px; } }
        @media only screen and (max-width: 768px) {
          .Visual .Visual__Btn a h3 img {
            width: 140px; } }
        @media only screen and (max-width: 640px) {
          .Visual .Visual__Btn a h3 img {
            width: 120px; } }

.Links {
  max-width: 1900px;
  margin: auto;
  padding: 90px 30px 60px; }
  @media only screen and (max-width: 768px) {
    .Links {
      padding: 40px 20px 20px; } }
  .Links .Link-List {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    .Links .Link-List li {
      position: relative;
      width: 33.1%;
      background: #111; }
      @media only screen and (max-width: 768px) {
        .Links .Link-List li {
          width: 100%;
          margin-bottom: 30px; } }
      .Links .Link-List li .Img-Area {
        position: relative;
        padding-top: 54.83%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 768px) {
          .Links .Link-List li .Img-Area {
            padding-top: 28%; } }
        @media only screen and (max-width: 640px) {
          .Links .Link-List li .Img-Area {
            padding-top: 0;
            height: 180px; } }
        .Links .Link-List li .Img-Area:after {
          position: absolute;
          display: block;
          content: "";
          width: 100%;
          height: 100%;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #111111 80%);
          top: 0;
          right: 0;
          z-index: 1; }
          @media only screen and (max-width: 640px) {
            .Links .Link-List li .Img-Area:after {
              background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #111111 90%); } }
        .Links .Link-List li .Img-Area h3 {
          position: absolute;
          z-index: 2;
          bottom: 30px;
          width: 100%; }
          .Links .Link-List li .Img-Area h3 img {
            display: block;
            margin: 0 auto;
            max-width: 90%; }
            @media only screen and (max-width: 768px) {
              .Links .Link-List li .Img-Area h3 img {
                width: 90%;
                max-width: 300px; } }
      .Links .Link-List li:nth-of-type(1) .Img-Area {
        background-image: url("../img/bg_cycling.jpg"); }
      .Links .Link-List li:nth-of-type(2) .Img-Area {
        background-image: url("../img/bg_trail.jpg"); }
      .Links .Link-List li:nth-of-type(3) .Img-Area {
        background-image: url("../img/bg_shop.jpg"); }
      .Links .Link-List li .Text-Area {
        padding: 0 24px 24px;
        background: #111;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .Links .Link-List li .Text-Area {
            padding: 0 20px 20px; } }
        .Links .Link-List li .Text-Area p {
          font-size: 20px;
          font-size: 2rem;
          padding-bottom: 80px; }
          @media only screen and (max-width: 768px) {
            .Links .Link-List li .Text-Area p {
              font-size: 17.5px;
              font-size: 1.75rem; } }
          @media only screen and (max-width: 950px) {
            .Links .Link-List li .Text-Area p {
              font-size: 16px;
              font-size: 1.6rem; } }
  @media only screen and (max-width: 950px) and (max-width: 768px) {
    .Links .Link-List li .Text-Area p {
      font-size: 14px;
      font-size: 1.4rem; } }

      .Links .Link-List li .Btn {
        position: absolute;
        width: calc(100% - 48px);
        bottom: 24px;
        right: 0;
        left: 0;
        margin: auto;
        border: 2px solid #fff;
        text-align: center; }
        .Links .Link-List li .Btn a, .Links .Link-List li .Btn span {
          padding: 20px;
          display: block;
          width: 100%;
          height: 100%;
          color: #fff; }
          .Links .Link-List li .Btn a p, .Links .Link-List li .Btn span p {
            position: relative;
            line-height: 1;
            z-index: 10; }
        .Links .Link-List li .Btn a {
          position: relative; }
          .Links .Link-List li .Btn a:before {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            content: "";
            width: 0;
            height: 100%;
            background: #fff;
            transition: .3s; }
          .Links .Link-List li .Btn a:after {
            position: absolute;
            right: 20px;
            top: 0;
            bottom: 0;
            margin: auto;
            display: block;
            content: "";
            width: 20px;
            height: 20px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            transform: rotate(45deg); }
          .Links .Link-List li .Btn a:hover {
            opacity: 1;
            color: #111; }
            .Links .Link-List li .Btn a:hover:before {
              width: 100%; }
            .Links .Link-List li .Btn a:hover:after {
              border-color: #111; }

.Banners {
  background: #ffffff;
  padding: 40px 0; }
  @media only screen and (max-width: 1250px) {
    .Banners {
      padding: 40px 30px; } }
  @media only screen and (max-width: 640px) {
    .Banners {
      padding-bottom: 30px; } }
  .Banners .Banner-List {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
    @media only screen and (max-width: 1250px) {
      .Banners .Banner-List {
        justify-content: space-between; } }
    .Banners .Banner-List li {
      width: 290px;
      margin: 0 35px 10px; }
      @media only screen and (max-width: 1250px) {
        .Banners .Banner-List li {
          width: 32%;
          margin: 0 0 10px; } }
      @media only screen and (max-width: 640px) {
        .Banners .Banner-List li {
          width: 100%;
          margin-bottom: 10px; } }
      .Banners .Banner-List li:hover {
        opacity: 0.8; }
      .Banners .Banner-List li img {
        width: 100%;
        max-width: 290px;
        margin: auto; }
