@charset "UTF-8";
.field .button {
  display: block;
  margin: 5px 0;
}
.fields .body .categories .category .thumbnail img {
    max-width: inherit!important;
    min-width: 100% !important;
    height: 200px;
}

@media screen and (max-width: 767px) {
  /*****************************************
   * フィールドセレクション(トップ)
   *****************************************/
  .fields-top .header .slider {
    position: relative;
  }
  .fields-top .header .slider .title {
    position: absolute;
    font-size: 18px;
    color: #FFFFFF;
    text-shadow: 5px 5px 5px #353535;
    opacity: 0;
    z-index: 100;
    transition: opacity 1s;
  }
  .fields-top .header .slider .slider-images {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: visible;
  }
  .fields-top .header .slider .slider-images .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 10;
  }
  .fields-top .header .slider .slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
  .fields-top .header .slider .slider-dots .slider-dot {
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #0567FF;
    opacity: 0.3;
  }
  .fields-top .header .slider .slider-dots .slider-dot.active {
    background-color: #0567FF;
  }
  .fields-top .body {
    padding: 30px 20px;
    background-color: #E3E3E3;
  }
  .fields-top .body .title {
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #393939;
    font-size: 28px;
    letter-spacing: 0.3em;
    text-align: center;
  }
  .fields-top .body .description {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .fields-top .body .categories {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .fields-top .body .categories .category {
    margin-bottom: 30px;
    position: relative;
  }
  .fields-top .body .categories .category a:hover {
    opacity: 1;
  }
  .fields-top .body .categories .category a:hover img {
    opacity: 1;
  }
  .fields-top .body .categories .category a:hover .name {
    color: #FF8D42;
  }
  .fields-top .body .categories .category .name {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.55);
  }

  /*****************************************
   * フィールドセレクション(カテゴリ) 
   *****************************************/
  .fields .header {
    position: relative;
    padding: 15px;
    background-color: #222222;
  }
  .fields .header .title {
    margin-left: 1px;
    font-size: 22px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }
  .fields .header .image img {
    border: 1px solid #ffffff;
  }
  .fields .body {
    padding: 30px 0;
  }
  .fields .body .categories {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .fields .body .categories .category {
    margin-bottom: 30px;
    position: relative;
    width: 300px;
  }
  .fields .body .categories .category a:hover {
    opacity: 1;
  }
  .fields .body .categories .category a:hover img {
    opacity: 1;
  }
  .fields .body .categories .category a:hover .message {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .fields .body .categories .category .message {
    position: absolute;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 160px;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
    color: rgba(255, 255, 255, 0);
    transition: color 300ms, background-color 100ms;
  }
  .fields .body .categories .category .thumbnail {
    width: 300px;
    height: 200px;
    overflow: hidden;
  }
  .fields .body .categories .category .name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    font-size: 18px;
  }

  /*****************************************
   * フィールドセレクション(単一)
   *****************************************/
  .field .header {
    position: relative;
    padding: 30px 15px;
    background-color: #222222;
  }
  .field .header .title {
    margin-left: 1px;
    font-size: 22px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }
  .field .header .image img {
    border: 1px solid #ffffff;
  }
  .field .body {
    padding: 30px 0;
  }
  .field .body .products .product .name_wrapper {
    margin-bottom: 25px;
    border-bottom: 1px solid #414141;
  }
  .field .body .products .product .name_wrapper .name {
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 15px;
    border-left: 5px solid #333333;
    font-size: 22px;
    font-weight: normal;
    color: #515151;
  }
  .field .body .products .product .garally_wrapper {
    margin-bottom: 30px;
  }
  .field .body .products .product .message {
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 20px;
  }
  .field .body .products .product .information {
    margin: 0 20px 40px 20px;
    padding: 25px 20px;
    border: 5px solid #D7D7D7;
  }
  .field .body .products .product .information .company .name {
    margin-bottom: 15px;
    padding-left: 5px;
    border-bottom: 1px solid #3A3A3A;
    font-size: 16px;
    font-weight: normal;
  }
  .field .body .products .product .information .company .address {
    font-size: 13px;
    line-height: 1.6;
  }
  .field .body .products .product .information .company .phones .phone {
    font-size: 16px;
  }
  .field .body .products .product .information .buttons button {
    width: 100%;
    padding: 10px;
  }
  .field .body .products .product .information .buttons .button {
    display: block;
    margin: 5px 0;
  }
  .field .body .products .product .information .buttons .product_catalog .button {
    width: auto;
  }

  /*****************************************
   * ギャラリー部品
   *****************************************/
  .garally .garally_display_wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .garally .garally_display_wrapper .garally_display {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .garally .garally_images {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }
  .garally .garally_images .garally_image {
    margin-left: 2px;
    margin-right: 2px;
    width: 64px;
    height: 64px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: border 750ms;
    display: inline-block;
  }
}
