@charset "UTF-8";
/* layout general
 -----------------------------------------------------*/
/* general setting
 -----------------------------------------------------*/
* {
  outline: transparent;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #000;
}

select:focus::-ms-value {
  background-color: transparent;
  color: #000;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
a:hover {
  text-decoration: none;
  color: #00A3D9;
}
a:focus {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px 0px 15px 0px;
  padding: 0;
  font-family: Hiragino Kaku Gothic Pro W3;
}
p:last-child {
  margin-bottom: 0px;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.container {
  /*width: 100%;*/
  max-width: 980px;
  position: relative;
  padding: 0px 15px;
  margin: 0 auto;
  /*overflow: hidden;*/
}

.header_inner {
  position: relative;
}
.header_inner .header_txt {
  font-size: 32px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 26px;
}
.header_inner .header_txt .translate {
  font-size: 18px;
  font-weight: 300;
}
.header_inner .header_txt .translate:before {
  content: '/';
  padding: 0 10px;
  display: inline-block;
  font-size: 18px;
}

.MissingWH {
  position: relative;
  overflow: hidden;
}
.MissingWH img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: auto;
  display: none;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.nc_content {
  padding: 40px 0 70px;
}

.nc_content_header {
  text-align: center;
  margin: 23px 0 45px 0;
}
.nc_content_header h2 {
  font-size: 32px;
  line-height: 1.4;
  color: #333333;
  font-weight: 700;
}

.pc_hidde {
  display: none;
}

/* 検索 */
.body_sarch {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.body_sarch .btn{
  cursor: pointer;
  margin: auto;
  background: #DDDDDD;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #222;
  display: inline-block;
}

/*
.search_content form {
  background: #ddd;
  padding: 34px 50px 32px 60px;
  margin-bottom: 2px;
}
*/

.search_content .search_form {
  margin-bottom: 20px;
}
.search_content table {
  border: 1px solid #bbbbbb;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}
.search_content table thead th {
  background: #ececec;
}
.search_content table thead th {
  text-align: center;
  border: 1px solid #bbbbbb;
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
}

.search_content table tbody th {
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px dotted #bbbbbb;
  background: #ececec;
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  padding: 8px 15px;
  vertical-align: middle;
  text-align: left;
}

.search_content table tbody td {
  border-bottom: 1px dotted #bbbbbb;
  background: #fff;
  font-size: 15px;
  color: #333333;
  width: 80%;
  padding: 8px 15px;
  vertical-align: middle;
  text-align: left;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .header_inner .header_txt .translate {
    display: block;
  }
  .header_inner .header_txt .translate:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_hidde {
    display: block;
  }

  .container {
    padding: 0 3.5%;
  }

  img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .header_inner .header_txt {
    font-size: 20px;
  }
  .header_inner .translate {
    display: none;
  }

  .nc_content {
    margin-top: 15px;
    border-top: 1px solid #e0e0e0;
    padding: 25px 0 35px;
  }

  .nc_content_header {
    margin: 0 0 25px;
  }
  .nc_content_header h2 {
    font-size: 24px;
  }
}
/** area 
--------------------------------------- **/
.area_lst li {
  position: relative;
  padding: 0 0 46px 330px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e0e0e0;
}
.area_lst li:after {
  content: '';
  display: block;
  visibility: visible;
  width: 0;
  height: 0;
  clear: both;
}
.area_lst li h3 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.6;
  color: #333333;
}
.area_lst li div.locate {
  display: flex;
}
.area_lst li p.area {
  display: inline-block;
  background-color: #036;
  color: #FFF;
  padding: 4px 10px;
  border-radius: 999px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.area_lst li p.date_time {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 1.6;
  color: #666666;
}
.area_lst li p.date_time span {
  display: inline-block;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 999px;
  padding: 4px 30px;
}
.area_lst li p.txt {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
}
.area_lst li .btn_readmore {
  padding: 8px 28px;
  display: inline-block;
  background: #333;
  margin-bottom: -5px;
  color: #fff;
  border-radius: 4px;
}
.area_lst li .btn_readmore:hover {
  opacity: 0.8;
}
.area_lst li div {
  margin-bottom: 15px;
}
.area_lst li figure {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 300px;
  height: 198px;
}
.area_lst li figure img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.area_lst li figure:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: flash 1s;
  -o-animation: flash 1s;
     animation: flash 1s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.area_lst li:last-child {
  border: 0;
  margin-bottom: 15px;
}

.nav_links {
  display: block;
  float: left;
}
.nav_links li {
  display: block;
  margin-right: 13px;
  text-align: center;
  float: left;
}
.nav_links li.active a, .nav_links li:hover a {
  background: #777;
  color: #fff;
}
.nav_links li a {
  display: block;
  font-size: 15px;
  padding: 7px 14px;
  background: #ececec;
}
.nav_links li:last-child {
  margin-right: 0;
  margin-left: 52px;
  position: relative;
}
.nav_links li:last-child:before {
  content: '...';
  display: inline-block;
  position: absolute;
  left: -40px;
}

.nav_previous {
  display: block;
  float: right;
}
.nav_previous li {
  float: left;
  line-height: 0;
  margin-left: 20px;
}
.nav_previous li a {
  text-indent: -999999px;
  display: block;
  width: 22px;
  height: 34px;
  cursor: pointer;
  -webkit-transition: all 0s;
       -o-transition: all 0s;
          transition: all 0s;
}
.nav_previous li.next a {
  background: url("../images/snipt_icon.png") -87px 0;
}
.nav_previous li.prev a {
  background: url("../images/snipt_icon.png") -63px 0;
}
.nav_previous li:hover.next a {
  background: url("../images/snipt_icon.png") -87px -35px;
}
.nav_previous li:hover.prev a {
  background: url("../images/snipt_icon.png") -63px -35px;
}

@media screen and (max-width: 768px) {
  .area_lst li {
    padding: 0 0 20px 0;
    margin-bottom: 15px;
  }
  .area_lst li:last-child {
    padding-bottom: 20px;
  }
  .area_lst li h3 {
    font-size: 18px;
  }
  .area_lst li p.area {
    margin-bottom: 15px;
  }
  .area_lst li p.date_time {
    margin-bottom: 15px;
  }
  .area_lst li p.date_time span {
    padding: 2px 15px;
  }
  .area_lst li div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .area_lst li figure {
    position: static;
    width: 150px;
    vertical-align: middle;
    margin-right: 2%;
    height: auto;
  }
  .area_lst li figure img {
    position: static;
    height: auto;
    min-height: auto;
  }
  .area_lst li p.txt {
    width: 70%;
  }
  .area_lst li .btn_readmore {
    display: none;
  }

  .nav_links {
    display: block;
  }
  .nav_links li {
    display: block;
    margin-right: 5px;
  }
  .nav_links li a {
    padding: 4px 11px;
  }
  .nav_links li:last-child {
    margin-left: 30px;
  }
  .nav_links li:last-child:before {
    left: -25px;
  }

  .nav_previous li {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
         -o-transform: scale(0.75);
            transform: scale(0.75);
    margin-left: 10px;
  }
}
@media screen and (max-width: 376px) {
  .area_lst li h3 {
    font-size: 16px;
  }
  .area_lst li div {
    display: block;
  }
  .area_lst li div figure {
    width: 80%;
    margin: 0 10% 15px;
  }
  .area_lst li div p.txt {
    width: 100%;
  }

  .nav_links li {
    display: none;
  }
  .nav_links li:nth-child(-n + 3), .nav_links li:last-child {
    display: block;
  }
}
/** event_area
--------------------------------------- **/
.btn_lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px 60px 0;
}
.btn_lst li {
  width: 300px;
  border: 1px solid #cccccc;
  text-align: center;
  float: left;
  background: #ececec;
  border-radius: 4px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_lst li:hover a {
  background: #719def;
  color: #fff;
}
.btn_lst li:hover:first-child a span:before {
  background: url("../images/snipt_icon.png") -46px -71px;
}
.btn_lst li:hover:last-child a span:before {
  background: url("../images/snipt_icon.png") -70px -71px;
}
.btn_lst li a {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  padding: 13px 15px;
  color: #333333;
}
.btn_lst li a span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.btn_lst li a span:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.btn_lst li:first-child a span:before {
  background: url("../images/snipt_icon.png") 0 -71px;
}
.btn_lst li:last-child a span:before {
  background: url("../images/snipt_icon.png") -24px -71px;
}

.grid {
  margin-bottom: 25px;
  margin-right: -10px;
}

.grid-sizer {
  width: 33.333%;
}

.grid-item {
  width: -webkit-calc(33.333% - 10px);
  width: calc(33.333% - 10px);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.grid-item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.grid-item img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}

.event_area .event_img_lst .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event_area .event_img_lst .slick-dots li {
  width: 10px;
  margin: 0 0 0 5px;
  padding: 0;
}
.event_area .event_img_lst .slick-dots li button:before {
  color: #dddddd;
  opacity: 1;
}
.event_area .event_img_lst .slick-dots li.slick-active button:before, .event_area .event_img_lst .slick-dots li:hover button:before {
  color: #c80000;
}
.event_area .title_h2 {
  padding: 0 0 15px;
/*
  border-bottom: 4px solid #171c61;
  margin-bottom: 40px;
*/
}
.event_area .title_h2 h2 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  line-height: 1.7;
}
.event_area .title_h2 p {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
  color: #666666;
}
.event_area .title_h3 {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 3px solid #171c61;
}
.event_area .title_h3 h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  padding-left: 26px;
  text-indent: -26px;
}
.event_area .title_h3 h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 5px solid #171c61;
  border-radius: 999px;
}
.event_area .txt {
  font-size: 15px;
  color: #333333;
  line-height: 1.6;
  word-wrap:break-word;
}
.event_area table {
  border: 1px solid #bbbbbb;
  width: 100%;
}
.event_area table thead th {
  background: #ececec;
}
.event_area table thead th, .event_area table thead td {
  text-align: center;
  border: 1px solid #bbbbbb;
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
}
.event_area table tbody th {
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px dotted #bbbbbb;
  background: #ececec;
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  padding: 8px 15px;
  vertical-align: middle;
  text-align: left;
}
.event_area table tbody th.th_fisrt {
  text-align: center;
  width: 15.9%;
}
.event_area table tbody td {
  border-bottom: 1px dotted #bbbbbb;
  background: #fff;
  font-size: 15px;
  color: #333333;
  width: 57.3%;
  padding: 8px 15px;
  vertical-align: middle;
}
.event_area table tbody a {
  text-decoration: underline;
  color: #2e3e85;
  word-break : break-all;
}
.event_area table tbody a:hover {
  color: #1270d6;
}

@media screen and (max-width: 768px) {
  .grid {
    position: static !important;
    height: auto !important;
  }
  .grid .grid-sizer, .grid .grid-item {
    width: 100%;
  }

  .btn_lst {
    margin-bottom: 35px;
  }
  .btn_lst li a {
    padding: 10px 10px;
    font-size: 13px;
  }
  .btn_lst li a span {
    padding-left: 25px;
  }

  .event_area .title_h2 h2 {
    font-size: 18px;
  }
  .event_area .title_h3 h3 {
    font-size: 16px;
  }
  .event_area .event_img_lst {
    margin: 0 0 50px 0;
  }
  .event_area .event_img_lst .slick-dots li {
    overflow: visible;
  }
  .event_area table thead th, .event_area table thead td {
    padding: 10px;
  }
  .event_area table tbody th.th_fisrt {
    width: 12%;
  }
  .event_area table tbody td {
    width: 60%;
  }
  .event_area table tbody th, .event_area table tbody td {
    word-break: break-all;
    padding: 8px 10px;
  }

  .grid-item {
    position: static !important;
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 376px) {
  .btn_lst {
    display: block;
    margin: 0;
  }
  .btn_lst li {
    width: 100%;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    margin: 0 0 7px 0;
  }

  .event_area table tr th, .event_area table tr td {
    font-size: 13px;
  }
}
/** header area
--------------------------------------- **/
.page-header {
  border-bottom: 1px solid #e0e0e0;
}
.page-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-warp: nowarp;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.page-header .header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 69%;
}
.page-header .header-left .site-logo {
  width: 287px;
  padding: 15px 0 16px;
}
.page-header .header-left .site-logo h1, .page-header .header-left .site-logo a {
  line-height: 0;
  display: block;
}
.page-header .header-left .site-logo p {
  margin-bottom: 0;
}
.page-header .header-left ul {
  padding: 70px 0 0;
}
.page-header .header-left ul li {
  font-size: 15px;
  line-height: 1.6;
  padding: 0 15px;
  float: left;
}
.page-header .header-left ul li a {
  color: #333333;
}
.page-header .header-left ul li a:hover {
  color: #00A3D9;
}
.page-header .header-left ul li:not(:last-child) {
  border-right: 1px solid #333;
}
.page-header .header-right {
  width: 31%;
}
.page-header .header-right .menu-icon {
  height: 40px;
  width: 100%;
  padding: 15px 0 16px;
  text-align: right;
}
.page-header .header-right .menu-icon li {
  width: 40px;
  display: inline-block;
}
.page-header .header-right .collapse_bottom {
  text-align: right;
  position: relative;
}
.page-header .header-right .collapse_bottom label {
  font-size: 12px;
  color: #333333;
}
.page-header .header-right .collapse_bottom select {
  padding: 0 10px;
  height: 30px;
  width: 150px;
  background: url("../images/seclect_bg.png") no-repeat right #333333;
  -webkit-background-size: auto 60%;
          background-size: auto 60%;
  color: #fff;
  border: 0;
  font-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 10;
}
.page-header .header-right .collapse_bottom select ::-ms-expand {
  display: none;
}
.page-header .header-right .search_box {
  position: relative;
  margin-bottom: 30px;
}
.page-header .header-right .search_box input {
  border-radius: 4px;
  border: 1px solid #888888;
  height: 33px;
  padding: 0 80px 0 13px;
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
  background: #f7f7f7;
}
.page-header .header-right .search_box input::-webkit-input-placeholder {
  font-size: 12px;
  color: #777;
}
.page-header .header-right .search_box input::-moz-placeholder {
  font-size: 12px;
  color: #777;
}
.page-header .header-right .search_box input::placeholder {
  font-size: 12px;
  color: #777;
}
.page-header .header-right .search_box .btn-search {
  display: inline-block;
  background-color: #036;
  color: #FFF;
  padding: 4px 10px;
  border-radius: 4px;
  border: none;
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  top: 0;
  right: -1px;
/*  height: 35px;
*/
  cursor: pointer;

  /*
    position: absolute;
    top: 0;
    right: -1px;
    height: 35px;
    cursor: pointer;
    padding: 0 15px;
    border: 0;
    font-size: 12px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #555;
    color: #fff;
    font-weight: 700;
  */
}
.page-header .header-right .search_box .btn-search:hover {
  opacity: 0.8;
}
.page-header .header-right .search_box .fa {
  font-weight: 700;
  margin-right: 5px;
}

#header02 .header-left .site-logo {
  width: 230px;
  padding: 15px 0 9px;
}
#header02 .header-left ul {
  padding: 48px 0 0;
}
#header02 .header-right .search_box {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 880px) {
  .page-header .header-left .site-logo {
    width: 250px;
  }
  .page-header .header-left ul li {
    padding: 0 10px;
    font-size: 13px;
  }
  .page-header .header-right .collapse_bottom label {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    border: 0;
  }
  .page-header .container {
    display: block;
  }
  .page-header .header-left {
    display: block;
    width: 100%;
  }
  .page-header .header-left .site-logo {
    padding: 15px 0 0;
    width: 200px;
    margin: 0 auto;
  }
  .page-header .header-left ul {
    margin-right: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-header .header-right {
    padding-top: 15px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-header .header-right .collapse_bottom {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
    margin-left: 15px;
  }
  .page-header .header-right .collapse_bottom label {
    display: none;
  }
  .page-header .header-right .collapse_bottom select {
    height: 35px;
    width: 100%;
    border-radius: 4px;
  }
  .page-header .header-right .collapse_bottom:after {
    width: 10px;
    height: 10px;
  }
  .page-header .header-right .collapse_bottom:before {
    height: 25px;
    right: 30px;
  }
  .page-header .header-right .search_box {
    /*width: -webkit-calc(50% - 7px);*/
    width: calc(100% - 1px);
  }

  #header02 .header-left .site-logo {
    padding: 10px 0 0;
    width: 200px;
  }
  #header02 .header-left ul {
    padding: 15px 0;
  }
  #header02 .header-right .search_box {
    width: 100%;
  }
}
@media screen and (max-width: 376px) {
  .page-header .header-left ul li {
    font-size: 12px;
  }
  .page-header .header-right .search_box {
    width: 100%;
  }
  .page-header .header-right .collapse_bottom {
    width: 100%;
    margin: 0;
  }
}
/** Home page
--------------------------------------- **/
.category_img_lst.home_img_list {
  margin: 40px 50px 67px;
  padding: 5px 0 0 5px;
  background: #2e2e2e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  color: #fff;
}
.category_img_lst.home_img_list .item_img {
  padding: 0 5px 5px 0;
  overflow: hidden;
  line-height: 0;
  width: -webkit-calc(25% - 5px);
  width: calc(25% - 5px);
  position: relative;
}
.category_img_lst.home_img_list .item_img .category_ttl {
  position: absolute;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 80%;
  min-width: 80%;
  text-align: center;
  padding: 0 5px;
  background: rgba(226, 23, 23, 0.8);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.category_img_lst.home_img_list .item_img a:hover .category_ttl {
  top: 50%;
  padding: 10px 5px;
  max-height: 100%;
  opacity: 1;
}
.category_img_lst.home_img_list .item_img a:hover img {
  opacity: 0.6;
}
.category_img_lst.home_img_list .item_img:nth-child(-n + 3) {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.category_img_lst.home_img_list .item_img img {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 0\0) {
  .category_img_lst.home_img_list .item_img {
    width: -webkit-calc(25% - 6px);
    width: calc(25% - 6px);
  }
  .category_img_lst.home_img_list .item_img:nth-child(-n + 3) {
    width: -webkit-calc((100% / 3) - 0.5px);
    width: calc((100% / 3) - 0.5px);
  }
}
@-moz-document url-prefix() {}
@media screen and (max-width: 768px) {
  .category_img_lst.home_img_list {
    display: block;
    margin: 30px 5% 30px;
    padding: 5px;
    background: #2e2e2e;
  }
  .category_img_lst.home_img_list .item_img {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .category_img_lst.home_img_list .item_img:nth-child(-n + 3) {
    width: 100%;
  }
  .category_img_lst.home_img_list .slick-dots {
    bottom: 10px;
    width: 96%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    z-index: 1000;
  }
  .category_img_lst.home_img_list .slick-dots li {
    width: 10px;
    margin: 0 0 0 5px;
    padding: 0;
  }
  .category_img_lst.home_img_list .slick-dots li button:before {
    color: #333333;
    opacity: 1;
  }
  .category_img_lst.home_img_list .slick-dots li.slick-active button:before, .category_img_lst.home_img_list .slick-dots li:hover button:before {
    color: #c80000;
  }
}
.intro {
  padding: 50px 0 40px;
  background: #ddd;
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 30px 0 25px;
  }
}
.products_lst {
  margin-left: -20px;
}
.products_lst.intro_lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.products_lst.intro_lst h3 {
  margin-top: 8px;
  font-size: 15px;
  color: #333;
}
.products_lst .item {
  text-align: center;
  margin-left: 19px;
}
.products_lst li {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  margin-left: 20px;
  text-align: center;
  margin-bottom: 33px;
  overflow: hidden;
}
.products_lst li figure {
  width: 231px;
  height: 155px;
  overflow: hidden;
  display: inline-block;
}
.products_lst li figure img {
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.products_lst li a:hover figure img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.products_lst h3 {
  margin-top: 15px;
  font-size: 15px;
  color: #333;
}
.products_lst p {
  font-size: 12px;
  color: #777777;
}

@media screen and (max-width: 768px) {
  .products_lst.intro_lst {
    margin-left: 0;
    display: block;
  }
  .products_lst.intro_lst li {
    text-align: left;
    margin: 0 0 25px 0;
    width: 100%;
  }
  .products_lst.intro_lst li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .products_lst.intro_lst li figure {
    width: 40%;
    height: auto;
    position: static;
  }
  .products_lst.intro_lst li figure img {
    position: static;
    height: auto;
    max-width: 100%;
  }
  .products_lst.intro_lst li div {
    padding-left: 20px;
    width: -webkit-calc(60% - 20px);
    width: calc(60% - 20px);
  }
  .products_lst.intro_lst li h3 {
    margin: 0;
    font-size: 16px;
  }
}
.load_more {
  background: #f7f7f7;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}
.load_more p {
  font-size: 12px;
  color: #333333;
}
.load_more p span {
  margin-right: 10px;
}
.load_more:hover {
  opacity: 0.75;
}

.events {
  padding: 65px 0 65px;
}
.events .events_date {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.events .events_date p {
  font-size: 16px;
  color: #333333;
  position: relative;
  padding-left: 25px;
}
.events .events_date p:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/snipt_icon.png");
  background-position: -20px 0;
}
.events .events_date .fa-calendar-alt {
  margin-right: 15px;
  font-size: 20px;
}
.events .events_date .date {
  font-weight: 700;
  font-size: 24px;
}
.events .events_date .next:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 1px;
  background: #333;
  margin: 0 10px;
  vertical-align: middle;
}
.events .events_date .red {
  color: #c80000;
}
.events #events_slider {
  padding: 0 50px;
}
.events #events_slider .item {
  overflow: hidden;
}
.events #events_slider .item figure {
  text-align: center;
  width: 206px;
  height: 135px;
  overflow: hidden;
}
.events #events_slider .item figure img {
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.events #events_slider .item figure:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .events {
    padding: 30px 0 50px;
  }
  .events .header_txt {
    margin-bottom: 5px;
  }
  .events .events_date {
    position: relative;
    margin-bottom: 15px;
    top: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
  .events .events_date p {
    font-size: 12px;
  }
  .events .events_date p:before {
    top: 3px;
  }
  .events .events_date .next:before {
    width: 15px;
    margin: 0 5px;
  }
  .events .events_date .date {
    font-size: 18px;
  }
  .events .events_date .fa-calendar-alt {
    font-size: 16px;
    margin-right: 5px;
  }
  .events #events_slider {
    padding: 0 5%;
  }
  .events #events_slider .item figure {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: static;
  }
  .events #events_slider .item figure img {
    position: static;
    height: auto;
    max-width: 100%;
  }
  .events .slick-dots {
    width: 94%;
  }
  .events .slick-dots li {
    width: 10px;
    margin: 0 0 0 5px;
    padding: 0;
  }
  .events .slick-dots li button:before {
    color: #a5a2a2;
    left: -3px;
    font-size: 29px;
  }
  .events .slick-dots li.slick-active button:before, .events .slick-dots li:hover button:before {
    color: #c80000;
  }
}
@media screen and (max-width: 360px) {
  .events .events_date .date {
    font-size: 16px;
  }
}
.search {
  padding-bottom: 65px;
}
.search
.search_box {
  background: #ddd;
  padding: 34px 50px 32px 60px;
  margin-bottom: 2px;
}
.search
.search_box h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
}
.search
.search_box h2 span:before {
  content: "\f002";
  font-weight: 700;
  font-family: 'FontAwesome';
  font-size: 23px;
  margin-right: 10px;
}
.search_lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-left: -20px;
}
.search_lst li {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 0 10px 20px;
}
.search_lst li.btn_col_6 {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}
.search_lst li a, .search_lst li input {
  display: block;
  position: relative;
  height: -webkit-calc(100% - 26px);
  height: calc(100% - 26px);
  width: 100%;
  color: #333333;
  background: #fff;
  border-radius: 4px;
  font-size: 15px;
  text-align: center;
  border: 0;
  line-height: 1.6;
  padding: 13px 5px;
  vertical-align: middle;
  cursor: pointer;
}
.search_lst li a {
  display: block;
}
.search_lst li a span {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 15px;
  padding-left: 23px;
}
.search_lst li a span:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 16px;
  height: 20px;
  background: url("../images/snipt_icon.png");
  background-position: 0 0;
}
.search_lst li a:hover {
  color: #fff;
  background: #719def;
}
.search_lst li a:hover span:before {
  background: url("../images/snipt_icon.png");
  background-position: -43px -24px;
}
.search_lst li input::-webkit-input-placeholder {
  font-family: 'FontAwesome';
  font-weight: normal;
  overflow: visible;
  display: inline-block !important;
}
.search_lst li input::-moz-placeholder {
  font-family: FontAwesome;
  font-weight: normal;
  overflow: visible;
  display: inline-block !important;
}
.search_lst li input:-ms-input-placeholder {
  font-family: FontAwesome;
  font-weight: normal;
  overflow: visible;
  display: inline-block !important;
}

#calendar {
  padding: 20px 0 0;
  background: #fff;
  text-align: center;
}
#calendar .fc-toolbar.fc-header-toolbar {
  display: inline-block;
}
#calendar .fc-view-container {
  text-align: left;
}
#calendar .fc-more-cell {
  text-align: left;
}
#calendar .fc-center {
  margin: 0 20px;
}
#calendar .fc-next-button, #calendar .fc-prev-button {
  background: none;
  border: 0;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#calendar .fc-next-button:hover, #calendar .fc-prev-button:hover {
  background: #797979;
  color: #fff;
}
#calendar h2 {
  margin-bottom: 0;
  line-height: 1.8;
  border-bottom: 0;
  padding-bottom: 0;
}
#calendar .fc-day-header {
  padding: 10px;
  color: #333;
}
#calendar .fc-content-skeleton td {
  font-weight: 700;
  padding: 5px;
}
#calendar .fc-content-skeleton td a {
  color: #a54949;
}
#calendar .fc-content-skeleton td a .fc-content {
  color: #fff;
}
#calendar .fc-content-skeleton td.fc-other-month {
  color: #e2d1d1;
}

@media screen and (max-width: 768px) {
  #calendar {
    background: none;
  }
  #calendar .fc-toolbar.fc-header-toolbar {
    display: block;
    padding: 10px 10px 0;
    background: #fff;
    margin-bottom: 10px;
  }
  #calendar .fc-toolbar.fc-header-toolbar h2 {
    font-weight: 400;
  }
  #calendar .fc-day-header {
    color: #666;
  }
  #calendar .fc-view-container {
    background: #fff;
  }
  #calendar .fc-more-cell {
    display: none;
  }
  #calendar .fc-content-skeleton .fc-more {
    display: none;
  }
  #calendar .fc-content-skeleton td {
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    height: 70px;
  }
  #calendar .fc-content-skeleton td a {
    color: #3f71ce;
  }
  #calendar .fc-content-skeleton td.fc-other-month {
    opacity: 0;
  }
  #calendar .fc-content-skeleton .fc-title {
    color: #fff;
  }
  #calendar .fc-content-skeleton tbody {
    display: none;
  }
  #calendar .fc-day-number {
    float: none;
  }

  .search {
    padding-bottom: 30px;
  }
  .search
  .search_box {
    padding: 25px 3% 20px 5%;
  }
  .search
  .search_box h2 {
    font-size: 18px;
    text-align: center;
  }
  .search
  .search_box h2 span:before {
    font-size: 20px;
    margin-right: 5px;
  }
  .search_lst li {
    width: -webkit-calc( 50% - 20px);
    width: calc( 50% - 20px);
    margin-bottom: 10px;
  }
  .search_lst li.btn_col_6 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #calendar .fc-content-skeleton td {
    height: 50px;
  }
}
@media screen and (max-width: 400px) {
  #calendar .fc-content-skeleton td {
    height: 42px;
  }
}
.results {
  background: #ececec;
  padding: 53px 0 30px;
}
.results dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.results dt {
  font-size: 15px;
  color: #333333;
  float: left;
  font-weight: 500;
  width: 115px;
  padding: 0;
  margin: 0 0 20px;
  -webkit-text-stroke: 0.3px #333;
}
.results dd {
  line-height: 1.8;
  float: left;
  width: -webkit-calc(100% - 115px);
  width: calc(100% - 115px);
  padding: 0;
  margin: 0 0 17px;
}
.results ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.results ul li {
  padding: 0 10px;
  min-width: 5.1%;
  max-width: 60px;
}
.results ul a {
  font-size: 15px;
  color: #777777;
}
.results ul a:hover {
  color: #00A3D9;
}
.results ul:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

@media screen and (max-width: 768px) {
  .results {
    padding: 30px 0 30px;
  }
  .results dt {
    width: 100%;
    margin: 5px 0;
  }
  .results dd {
    margin-left: 15px;
    width: 100%;
    margin-bottom: 15px;
  }
  .results dd.dd_emtry {
    display: none;
  }
  .results ul li {
    width: -webkit-calc(16.6666% - 20px);
    width: calc(16.6666% - 20px);
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .results ul li {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .results ul li {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 360px) {
  .results ul li {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
  }
}
/** css - footer
--------------------------------------- **/
.page-footer {
  background: #d0d0d0;
  text-align: center;
  padding: 15px 0 28px;
}
.page-footer ul {
  display: inline-block;
  border-left: 1px solid #b1b1b1;
}
.page-footer ul li {
  border-right: 1px solid #b1b1b1;
  float: left;
}
.page-footer ul a {
  font-size: 11px;
  color: #333;
  display: block;
  padding: 5px 15px;
  text-decoration: underline;
}
.page-footer p.copyright {
  font-size: 8px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .page-footer ul li a {
    font-size: 10px;
    padding: 5px;
  }
}

/** css - AD
--------------------------------------- **/
.ad {
  margin: 10px;
  margin-bottom: 40px;
}

.ad
.ad_banners table{
  width: 945px;
  border-collapse: separate;
  border-spacing: 30px 0px;
  table-layout: fixed;
}


.ad
.ad_banners .ad_justified td{
  width: 165px;
}

@media screen and (max-width: 768px) {
.ad
.ad_banners table{
  width: 100%;
  border-spacing: initial;
}

.ad .ad_banners .ad_banner th,
.ad .ad_banners .ad_banner td,
.ad .ad_banners .ad_justified th,
.ad .ad_banners .ad_justified td{
  text-align: center;
  display: block;
  width: 100%;
}

}
