@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*
  font settings
**************************************************/
/*
  calculation width
**************************************************/
/*
  boxsizing settings
**************************************************/
/*
  opacity settings
**************************************************/
/*
  border-radius settings
**************************************************/
/*
  drop shadow settings
**************************************************/
/*
  vertical align setting
**************************************************/
/*
  table layout setting
**************************************************/
/*
  flexbox layout setting
**************************************************/
/*
  scaling img
**************************************************/
/*
  clearfix
**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

select::-ms-expand {
  display: none; }

html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%; } }
.sp-only {
  display: none !important; }

.mainCont {
  border-bottom: 12px solid #eeeeee; }

/*------------------------------------
以下このコンテンツ用
--------------------------------------*/
/* ---------- .bread ---------- */
.bread {
  max-width: 100%;
  background: #f6fafd;
  margin: 0 auto; }

.bread ul {
  display: block;
  width: 1000px;
  margin: 0 auto; }

.bread li {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin: 17px auto 13px; }

.bread li:last-child::after {
  content: ''; }

.bread li a {
  color: #26aaff;
  text-decoration: none; }

#faircontent {
  background-color: #ade6eb;
  background-image: url(../img/bg_snow.png), url(../img/kv_bg.jpg);
  background-position: center top 710px, center top;
  background-repeat: no-repeat, no-repeat;
  padding-top: 25px;
  padding-bottom: 75px; }
  #faircontent a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  #faircontent .pc-only {
    display: block; }
  #faircontent .sp-only {
    display: none; }
  #faircontent > div {
    display: block;
    width: 1000px;
    margin: 0 auto 50px;
    padding-top: 153px;
    background: #fff;
    border-radius: 10px;
    position: relative; }
    #faircontent > div:last-child {
      margin-bottom: 0; }
    #faircontent > div h2 {
      position: absolute;
      top: -10px; }
      #faircontent > div h2 p {
        display: block;
        width: 100%;
        font-size: 42px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 82px;
        z-index: 2; }
  #faircontent #kv {
    background: none;
    border-radius: 0;
    padding-top: 0; }
    #faircontent #kv h1 img {
      display: block;
      width: auto;
      margin: 0 auto 25px; }
    #faircontent #kv p {
      font-size: 20px;
      font-weight: bold;
      color: #000;
      line-height: 1.5;
      text-align: center; }
  #faircontent #nav {
    background: #fff url(../img/nav_bg.png) no-repeat left calc(50% + 20px) top 40px;
    padding: 40px 40px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #faircontent #nav h2 {
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      top: 0; }
      #faircontent #nav h2 p {
        width: 100%;
        color: #395390;
        top: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    #faircontent #nav .point_ttl {
      display: block;
      width: 920px;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      position: absolute;
      top: 112px; }
    #faircontent #nav .points {
      height: 428px;
      position: relative; }
      #faircontent #nav .points dt {
        font-size: 14px;
        font-weight: bold;
        color: #f06d4a;
        position: absolute; }
        #faircontent #nav .points dt:nth-of-type(1) {
          top: 151px;
          left: 111px; }
        #faircontent #nav .points dt:nth-of-type(2) {
          top: 356px;
          left: 487px; }
        #faircontent #nav .points dt:nth-of-type(3) {
          top: 151px;
          right: 120px; }
        #faircontent #nav .points dt span {
          font-size: 28px;
          margin-left: 5px; }
      #faircontent #nav .points dd {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        line-height: 1.5;
        width: 160px;
        position: absolute; }
        #faircontent #nav .points dd:nth-of-type(1) {
          top: 240px;
          left: 112px; }
        #faircontent #nav .points dd:nth-of-type(2) {
          top: 170px;
          left: 430px; }
        #faircontent #nav .points dd:nth-of-type(3) {
          top: 245px;
          left: 650px; }
    #faircontent #nav .btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #faircontent #nav .btns li {
        -webkit-transition: .2s;
        transition: .2s; }
        #faircontent #nav .btns li:hover {
          -webkit-filter: brightness(1.15);
          filter: brightness(1.15); }
        #faircontent #nav .btns li:nth-child(1) {
          background: url(../img/nav_btn01.png) no-repeat; }
        #faircontent #nav .btns li:nth-child(2) {
          background: url(../img/nav_btn02.png) no-repeat; }
        #faircontent #nav .btns li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 452px;
          height: 98px;
          padding-left: 15px;
          font-size: 30px;
          font-weight: bold;
          color: #fff;
          text-decoration: none; }
  #faircontent #rank {
    padding-bottom: 35px; }
    #faircontent #rank ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 40px; }
      #faircontent #rank ul li {
        width: 290px;
        margin-top: 60px;
        border: 3px solid #d3d1cb;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 6px;
        position: relative; }
        #faircontent #rank ul li:nth-child(1) .dsc {
          background: #c5a929; }
        #faircontent #rank ul li:nth-child(2) .dsc {
          background: #8d8d8d; }
        #faircontent #rank ul li:nth-child(3) .dsc {
          background: #a96a3c; }
        #faircontent #rank ul li .rank_crown {
          width: auto;
          position: absolute;
          top: -65px;
          left: calc(50% - 35.5px); }
        #faircontent #rank ul li .dsc {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.3;
          color: #fff;
          text-align: center;
          padding: 15px 10px 10px;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
        #faircontent #rank ul li .ttl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 18px;
          font-weight: bold;
          color: #324888;
          padding: 10px 0; }
        #faircontent #rank ul li .rank_gelande {
          display: block;
          width: 100%;
          margin: 0; }
        #faircontent #rank ul li a {
          display: block;
          width: 95%;
          margin: 8px auto;
          font-size: 20px;
          font-weight: bold;
          color: #fff;
          background: #f26681 url(../img/rank_arrow.png) no-repeat right 12px center;
          text-align: center;
          padding: 15px 0;
          border-radius: 6px;
          text-decoration: none;
          -webkit-transition: .2s;
          transition: .2s; }
          #faircontent #rank ul li a:hover {
            -webkit-filter: brightness(1.15);
            filter: brightness(1.15); }
    #faircontent #rank > a {
      display: block;
      margin: 20px 40px 0 0;
      text-align: right;
      font-size: 12px;
      color: #323232; }
      #faircontent #rank > a:hover {
        text-decoration: none; }
  #faircontent #gelande {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #faircontent #gelande > .dsc,
    #faircontent #gelande .nav,
    #faircontent #gelande .area {
      padding: 0 40px; }
    #faircontent #gelande > .dsc {
      display: block;
      font-size: 18px;
      color: #000;
      text-align: center;
      margin: 20px 0 15px; }
    #faircontent #gelande .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #faircontent #gelande .nav li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
        color: #fff;
        width: 220px;
        height: 114px;
        background: url(../img/gelande_nav_bg.png) no-repeat;
        padding-top: 10px;
        -webkit-transition: .2s;
        transition: .2s; }
        #faircontent #gelande .nav li a:hover {
          -webkit-filter: brightness(1.15);
          filter: brightness(1.15); }
    #faircontent #gelande .area > .ttl {
      display: block;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      color: #000;
      margin: 35px 0 20px;
      position: relative; }
      #faircontent #gelande .area > .ttl::before, #faircontent #gelande .area > .ttl::after {
        display: block;
        content: "";
        width: 332px;
        height: 10px;
        position: absolute;
        top: calc(50% - 5px); }
      #faircontent #gelande .area > .ttl::before {
        background: url(../img/gelande_ttl_bg.png) no-repeat;
        left: 0; }
      #faircontent #gelande .area > .ttl::after {
        background: url(../img/gelande_ttl_bg.png) no-repeat;
        right: 0; }
    #faircontent #gelande .area ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #faircontent #gelande .area ul li {
        width: 32%;
        margin-right: 1%;
        margin-bottom: 25px;
        border: 3px solid #d3d1cb;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        #faircontent #gelande .area ul li:nth-child(1), #faircontent #gelande .area ul li:nth-child(2) {
          width: 49%; }
        #faircontent #gelande .area ul li:nth-child(2), #faircontent #gelande .area ul li:last-child {
          margin-right: 0; }
        #faircontent #gelande .area ul li:nth-child(-n+2) img, #faircontent #gelande .area ul li:nth-child(-n+2) dl {
          margin-top: 10px;
          padding: 0 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        #faircontent #gelande .area ul li:nth-child(-n+2) dl {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          margin: 8px 0;
          padding: 0 8px; }
          #faircontent #gelande .area ul li:nth-child(-n+2) dl dt, #faircontent #gelande .area ul li:nth-child(-n+2) dl dd {
            padding: 12px 0; }
        #faircontent #gelande .area ul li:nth-child(-n+2) div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          margin: 10px 0;
          padding: 0 10px; }
        #faircontent #gelande .area ul li:nth-child(n+3) img, #faircontent #gelande .area ul li:nth-child(n+3) dl {
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        #faircontent #gelande .area ul li:nth-child(n+3) dl {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 8px 0;
          padding: 0 8px; }
          #faircontent #gelande .area ul li:nth-child(n+3) dl dt, #faircontent #gelande .area ul li:nth-child(n+3) dl dd {
            padding: 8px 0; }
            #faircontent #gelande .area ul li:nth-child(n+3) dl dt:nth-of-type(-n+2), #faircontent #gelande .area ul li:nth-child(n+3) dl dd:nth-of-type(-n+2) {
              border-bottom: 0; }
          #faircontent #gelande .area ul li:nth-child(n+3) dl dd:nth-of-type(2) {
            border-right: 1px solid #b7b3a8; }
        #faircontent #gelande .area ul li:nth-child(n+3) div {
          text-align: center;
          margin: 8px 0;
          padding: 0 8px; }
      #faircontent #gelande .area ul .ttl {
        font-size: 24px;
        font-weight: bold;
        color: #324888;
        text-align: center;
        padding: 10px 0;
        border-top: 14px solid #324888;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      #faircontent #gelande .area ul .dsc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 1.3;
        color: #222;
        background: #b9e8eb;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #faircontent #gelande .area ul img, #faircontent #gelande .area ul dl {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #faircontent #gelande .area ul img {
        width: 100%; }
      #faircontent #gelande .area ul dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #faircontent #gelande .area ul dl dt, #faircontent #gelande .area ul dl dd {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-flex: 2;
          -ms-flex-positive: 2;
          flex-grow: 2;
          font-size: 14px;
          color: #222;
          padding: 4px 0;
          border: 1px solid #b7b3a8;
          border-right: 0; }
        #faircontent #gelande .area ul dl dt {
          background: #eae7df; }
        #faircontent #gelande .area ul dl dd:nth-of-type(1)::after {
          content: "コース"; }
        #faircontent #gelande .area ul dl dd:nth-of-type(2)::after {
          content: "本"; }
        #faircontent #gelande .area ul dl dd:nth-of-type(3)::after {
          content: "m"; }
        #faircontent #gelande .area ul dl dd:last-child {
          border-right: 1px solid #b7b3a8; }
      #faircontent #gelande .area ul div .here {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.4;
        color: #324888; }
      #faircontent #gelande .area ul div .price {
        font-family: 'Anton', sans-serif;
        letter-spacing: 2px;
        font-size: 55px;
        font-weight: bold;
        color: #ea0000; }
        #faircontent #gelande .area ul div .price::after {
          content: "円～";
          font-size: 20px;
          font-weight: bold; }
      #faircontent #gelande .area ul a {
        display: block;
        width: 95%;
        margin: 8px auto;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        background: #f26681 url(../img/rank_arrow.png) no-repeat right 15px center;
        text-align: center;
        margin-bottom: 10px;
        padding: 15px 0;
        border-radius: 6px;
        text-decoration: none;
        -webkit-transition: .2s;
        transition: .2s; }
        #faircontent #gelande .area ul a:hover {
          -webkit-filter: brightness(1.15);
          filter: brightness(1.15); }
  #faircontent #hotel > a {
    display: block;
    margin: 20px 40px 0 0;
    text-align: right;
    font-size: 12px;
    color: #323232; }
    #faircontent #hotel > a:hover {
      text-decoration: none; }
  #faircontent #hotel > .dsc {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    margin: 20px 0 15px; }
  #faircontent #hotel .hotels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px; }
    #faircontent #hotel .hotels li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 25px;
      border: 3px solid #d3d1cb;
      border-radius: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #faircontent #hotel .hotels li:nth-child(3n) {
        margin-right: 0; }
    #faircontent #hotel .hotels .ttl {
      font-size: 24px;
      font-weight: bold;
      color: #066d7c;
      text-align: center;
      padding: 10px 0;
      border-top: 14px solid #17a49f;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    #faircontent #hotel .hotels .place {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      line-height: 1.3;
      color: #222;
      background: #d7fed0;
      padding: 10px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #faircontent #hotel .hotels .dsc {
      font-size: 14px;
      line-height: 1.4;
      color: #323232;
      padding: 10px 20px; }
    #faircontent #hotel .hotels img {
      width: 100%; }
    #faircontent #hotel .hotels a {
      display: block;
      width: 95%;
      margin: 8px auto;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      background: #f26681 url(../img/rank_arrow.png) no-repeat right 15px center;
      text-align: center;
      margin-bottom: 10px;
      padding: 15px 0;
      border-radius: 6px;
      text-decoration: none;
      -webkit-transition: .2s;
      transition: .2s; }
      #faircontent #hotel .hotels a:hover {
        -webkit-filter: brightness(1.15);
        filter: brightness(1.15); }
  #faircontent #hotel .area_btns {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #d7fed0;
    padding: 20px 40px 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #faircontent #hotel .area_btns li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: -2px;
      width: 295px;
      height: 82px;
      padding-right: 55px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: url(../img/hotel_area_bg.png) no-repeat;
      color: #fff;
      text-decoration: none;
      -webkit-transition: .2s;
      transition: .2s; }
      #faircontent #hotel .area_btns li a:hover {
        -webkit-filter: brightness(1.15);
        filter: brightness(1.15); }
  #faircontent #special > ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 40px; }
    #faircontent #special > ul a {
      -webkit-transition: .2s;
      transition: .2s; }
      #faircontent #special > ul a:hover {
        -webkit-filter: brightness(1.15);
        filter: brightness(1.15); }
  #faircontent #special div {
    padding: 20px 40px 40px; }
    #faircontent #special div > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 10px 0; }
      #faircontent #special div > ul li {
        width: 25%;
        margin-right: 10px; }
      #faircontent #special div > ul a {
        font-size: 15px;
        color: #373737;
        text-decoration: none; }
        #faircontent #special div > ul a:hover {
          text-decoration: underline; }
        #faircontent #special div > ul a::before {
          content: "◆";
          color: #a49817; }
  #faircontent #special .ttl {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #a49817;
    padding: 10px 0;
    border-bottom: 2px solid #a49817; }
  #faircontent #recommend ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 40px 60px; }
    #faircontent #recommend ul li {
      width: 23.5%; }
      #faircontent #recommend ul li a {
        display: block;
        text-decoration: none;
        -webkit-transition: .2s;
        transition: .2s; }
        #faircontent #recommend ul li a:hover {
          -webkit-filter: brightness(1.15);
          filter: brightness(1.15); }
    #faircontent #recommend ul img {
      width: 100%; }
    #faircontent #recommend ul .ttl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.3;
      color: #a49817;
      padding: 5px 0; }
    #faircontent #recommend ul .dsc {
      display: block;
      font-size: 15px;
      line-height: 1.3;
      color: #373737;
      padding: 5px 0; }


.top_btn {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
}


/**********************************/
#faircontent #tour .content { 
 
  padding: 0 40px 60px;
}

.banner__inner {
    padding: 55px 0;
    background: #fff;
}
.cont05__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
  list-style: none
}
.cont05__item {
  flex-basis: calc(100% / 4 - 15px * (3 / 4) - .01px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 15px
}
.cont05__item:not(:nth-child(4n)) {
  margin-right: 15px
}
.cont05__link {
  display: block;
  transition: filter 0.2s
}
.cont05__link:hover {
  filter: brightness(1.05)
}
.cont05__imgWrapper {
  display: block
}
.cont05__img {
  display: block;
  width: 100%
}
.content__head--06{
text-align: center;
  color: #02379b;
  /*padding: 30px 0;*/	
	}
 .content__title--06 {
  width: 1100px;
  color: #02379b;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  font-size: 30px;

  line-height: 1;
}
	.footer-nav li a,
	.copyright{
		font-size: 12px;
	}

