@charset "UTF-8";
.c-border {
  color: #707070 !important;
}

.bg-c-border {
  background: #707070 !important;
}

.bg-c-border-opacity {
  background: rgba(112, 112, 112, 0.7) !important;
}

.bg-hover-c-border:hover {
  background: #707070 !important;
}

.font-c-border {
  color: #707070 !important;
}

.bg-font-c-border {
  color: #707070 !important;
}

.border-c-border {
  border-color: #707070 !important;
}

.border-top-c-border {
  border-top-color: #707070 !important;
}

.border-bottom-c-border {
  border-bottom-color: #707070 !important;
}

.border-left-c-border {
  border-left-color: #707070 !important;
}

.border-right-c-border {
  border-right-color: #707070 !important;
}

.brown {
  color: #70462E !important;
}

.bg-brown {
  background: #70462E !important;
}

.bg-brown-opacity {
  background: rgba(112, 70, 46, 0.7) !important;
}

.bg-hover-brown:hover {
  background: #70462E !important;
}

.font-brown {
  color: #70462E !important;
}

.bg-font-brown {
  color: #70462E !important;
}

.border-brown {
  border-color: #70462E !important;
}

.border-top-brown {
  border-top-color: #70462E !important;
}

.border-bottom-brown {
  border-bottom-color: #70462E !important;
}

.border-left-brown {
  border-left-color: #70462E !important;
}

.border-right-brown {
  border-right-color: #70462E !important;
}

.gray {
  color: #F5F5F5 !important;
}

.bg-gray {
  background: #F5F5F5 !important;
}

.bg-gray-opacity {
  background: rgba(245, 245, 245, 0.7) !important;
}

.bg-hover-gray:hover {
  background: #F5F5F5 !important;
}

.font-gray {
  color: #F5F5F5 !important;
}

.bg-font-gray {
  color: #F5F5F5 !important;
}

.border-gray {
  border-color: #F5F5F5 !important;
}

.border-top-gray {
  border-top-color: #F5F5F5 !important;
}

.border-bottom-gray {
  border-bottom-color: #F5F5F5 !important;
}

.border-left-gray {
  border-left-color: #F5F5F5 !important;
}

.border-right-gray {
  border-right-color: #F5F5F5 !important;
}

.black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.bg-black-opacity {
  background: rgba(0, 0, 0, 0.7) !important;
}

.bg-hover-black:hover {
  background: #000 !important;
}

.font-black {
  color: #000 !important;
}

.bg-font-black {
  color: #000 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-top-black {
  border-top-color: #000 !important;
}

.border-bottom-black {
  border-bottom-color: #000 !important;
}

.border-left-black {
  border-left-color: #000 !important;
}

.border-right-black {
  border-right-color: #000 !important;
}

.white {
  color: #fff !important;
}

.bg-white {
  background: #fff !important;
}

.bg-white-opacity {
  background: rgba(255, 255, 255, 0.7) !important;
}

.bg-hover-white:hover {
  background: #fff !important;
}

.font-white {
  color: #fff !important;
}

.bg-font-white {
  color: #fff !important;
}

.border-white {
  border-color: #fff !important;
}

.border-top-white {
  border-top-color: #fff !important;
}

.border-bottom-white {
  border-bottom-color: #fff !important;
}

.border-left-white {
  border-left-color: #fff !important;
}

.border-right-white {
  border-right-color: #fff !important;
}

.transparent {
  color: rgba(255, 255, 255, 0.3) !important;
}

.bg-transparent {
  background: rgba(255, 255, 255, 0.3) !important;
}

.bg-transparent-opacity {
  background: rgba(255, 255, 255, 0.7) !important;
}

.bg-hover-transparent:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}

.font-transparent {
  color: rgba(255, 255, 255, 0.3) !important;
}

.bg-font-transparent {
  color: rgba(255, 255, 255, 0.3) !important;
}

.border-transparent {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.border-top-transparent {
  border-top-color: rgba(255, 255, 255, 0.3) !important;
}

.border-bottom-transparent {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

.border-left-transparent {
  border-left-color: rgba(255, 255, 255, 0.3) !important;
}

.border-right-transparent {
  border-right-color: rgba(255, 255, 255, 0.3) !important;
}

.topics {
  color: #0293AD !important;
}

.bg-topics {
  background: #0293AD !important;
}

.bg-topics-opacity {
  background: rgba(2, 147, 173, 0.7) !important;
}

.bg-hover-topics:hover {
  background: #0293AD !important;
}

.font-topics {
  color: #0293AD !important;
}

.bg-font-topics {
  color: #0293AD !important;
}

.border-topics {
  border-color: #0293AD !important;
}

.border-top-topics {
  border-top-color: #0293AD !important;
}

.border-bottom-topics {
  border-bottom-color: #0293AD !important;
}

.border-left-topics {
  border-left-color: #0293AD !important;
}

.border-right-topics {
  border-right-color: #0293AD !important;
}

.event {
  color: #C9AA00 !important;
}

.bg-event {
  background: #C9AA00 !important;
}

.bg-event-opacity {
  background: rgba(201, 170, 0, 0.7) !important;
}

.bg-hover-event:hover {
  background: #C9AA00 !important;
}

.font-event {
  color: #C9AA00 !important;
}

.bg-font-event {
  color: #C9AA00 !important;
}

.border-event {
  border-color: #C9AA00 !important;
}

.border-top-event {
  border-top-color: #C9AA00 !important;
}

.border-bottom-event {
  border-bottom-color: #C9AA00 !important;
}

.border-left-event {
  border-left-color: #C9AA00 !important;
}

.border-right-event {
  border-right-color: #C9AA00 !important;
}

.sky {
  color: #0293AD !important;
}

.bg-sky {
  background: #0293AD !important;
}

.bg-sky-opacity {
  background: rgba(2, 147, 173, 0.7) !important;
}

.bg-hover-sky:hover {
  background: #0293AD !important;
}

.font-sky {
  color: #0293AD !important;
}

.bg-font-sky {
  color: #0293AD !important;
}

.border-sky {
  border-color: #0293AD !important;
}

.border-top-sky {
  border-top-color: #0293AD !important;
}

.border-bottom-sky {
  border-bottom-color: #0293AD !important;
}

.border-left-sky {
  border-left-color: #0293AD !important;
}

.border-right-sky {
  border-right-color: #0293AD !important;
}

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, font, 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,
figure, figcaption,
article, section, nav, header, footer {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

form input, form textarea {
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html {
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
}

p {
  margin: 0 0 1em 0;
}

ul, ol {
  list-style: none;
  list-style-position: inside;
}

ul li, ol li {
  margin-bottom: 0.5em;
}

dl {
  margin: 0;
}
dl dt {
  margin: 0;
  font-weight: bold;
}
dl dt a {
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.5em;
}

hr {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0 0;
  height: 1px;
}
hr.solid {
  border-style: solid;
  border-color: #ccc;
}
hr.dotted {
  border-style: dotted;
  border-color: #ccc;
}
hr.dashed {
  border-style: dashed;
  border-color: #bbb;
}
hr.trans {
  border-color: transparent;
  margin: 25px 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

span.highlight {
  font-weight: bold;
  color: #f79531;
}

.clearfix,
.cf {
  *zoom: 1;
}
.clearfix::before, .clearfix::after,
.cf::before,
.cf::after {
  content: " ";
  display: block;
  line-height: 0;
}
.clearfix::after,
.cf::after {
  content: " ";
  display: block;
  clear: both;
}

a:hover img.hover,
span:hover img.hover {
  opacity: 0.8;
}

img.b,
.b {
  display: block;
}

img.auto {
  display: block;
  margin: 0 auto;
}

img.full {
  height: auto;
  width: 100%;
}

img.max {
  height: auto;
  max-width: 100%;
}

body {
  color: #333;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font-normal {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
}

button,
input,
select,
textarea {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  button,
input,
select,
textarea {
    font-size: 14px;
  }
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  code,
kbd,
pre,
samp,
tt {
    font-size: 14px;
  }
}

blockquote,
dl,
ol,
pre,
td,
th,
ul {
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  blockquote,
dl,
ol,
pre,
td,
th,
ul {
    font-size: 14px;
  }
}

p {
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

dl,
ol,
ul {
  list-style-position: outside;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  dl,
ol,
ul {
    font-size: 14px;
  }
}

.supp {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .supp {
    font-size: 12px;
  }
}

blockquote p,
dd p,
dl p,
dt p,
ol p,
pre p,
td p,
th p,
ul p {
  font-size: 14px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  blockquote p,
dd p,
dl p,
dt p,
ol p,
pre p,
td p,
th p,
ul p {
    font-size: 14px;
  }
}

.bold {
  font-weight: bold;
}

em {
  font-weight: bold;
}

b {
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  blockquote,
dl,
ol,
pre,
td,
th,
ul {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  blockquote,
dl,
ol,
pre,
td,
th,
ul {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 12px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  dl,
ol,
ul {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  dl,
ol,
ul {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .supp {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .supp {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  blockquote p,
dd p,
dl p,
dt p,
ol p,
pre p,
td p,
th p,
ul p {
    font-size: 12px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  blockquote p,
dd p,
dl p,
dt p,
ol p,
pre p,
td p,
th p,
ul p {
    font-size: 12px;
  }
}
.header .header_inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
}
@media (min-width: 576px) {
  .header .header_inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header .header_inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .header .header_inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header .header_inner {
    max-width: 1140px;
  }
}
.header .header_desc {
  width: calc(50% - 100px);
  order: 1;
}
.header .header_desc p {
  font-size: 14px;
  color: #70462E;
}
@media only screen and (max-width: 767px) {
  .header .header_desc p {
    font-size: 14px;
  }
}
.header .header_logo {
  width: 200px;
  order: 2;
  text-align: center;
}
.header .header_logo img {
  width: 160px;
  height: 128px;
}
.header .header_search {
  width: calc(50% - 100px);
  order: 3;
  display: flex;
  -js-display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  *zoom: 1;
}
.header .header_search::before, .header .header_search::after {
  content: " ";
  display: block;
  line-height: 0;
}
.header .header_search::after {
  content: " ";
  display: block;
  clear: both;
}
.header .header_search input {
  width: 270px;
  padding: 10px;
  border-radius: 5px 5px 5px 5px !important;
  font-size: 12px;
  border: 1px solid #70462E;
}
@media only screen and (max-width: 767px) {
  .header .header_search input {
    font-size: 12px;
  }
}
.header .header_search input::-moz-placeholder {
  color: rgba(112, 70, 46, 0.3);
}
.header .header_search input:-ms-input-placeholder {
  color: rgba(112, 70, 46, 0.3);
}
.header .header_search input::placeholder {
  color: rgba(112, 70, 46, 0.3);
}
.header .header_search i,
.header .header_search svg {
  position: absolute;
  right: 10px;
  color: #70462E;
}
.header .header_sns {
  display: flex;
  -js-display: flex;
  justify-content: center;
}
.header .header_sns li {
  margin: 0 15px !important;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #70462E;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.header .header_sns li a {
  color: #70462E;
}
.header .header_sns li svg {
  color: #70462E;
}
.header .header_links {
  background-color: #fff;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.header .header_menu {
  display: none;
}
.header.is-close .header_links {
  transform: translateY(-100%);
}
.header.is-short .header_inner {
  display: none;
}
.header.is-short .header_links {
  transition: 0.5s;
  transform: translateY(0);
  z-index: 10000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.header-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header {
    display: flex;
    -js-display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 97;
    padding: 10px 0;
  }
  .header .header_desc,
.header .header_search {
    display: none;
  }
  .header .header_inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .header_logo {
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .header .header_logo img {
    max-width: 50px;
    height: auto;
  }
  .header .header_sns {
    margin: 0 auto;
  }
  .header .header_links {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
  }
  .header .header_links ul li {
    white-space: nowrap;
  }
  .header .header_links.is-active {
    width: 100%;
  }
  .header .header_links.is-active .header_links_body {
    opacity: 1;
  }
  .header .header_menu {
    display: block;
    position: fixed;
    top: 28px;
    left: 22px;
    z-index: 100;
    cursor: pointer;
  }
  .header .header_menu .header_border {
    transition: 200ms all ease;
  }
  .header .header_menu.is-active .header_border-1 {
    width: 38px;
    transform: translate(2px, 1px) rotate(45deg);
  }
  .header .header_menu.is-active .header_border-2 {
    width: 0;
  }
  .header .header_menu.is-active .header_border-3 {
    width: 38px;
    transform: translate(1px, 28px) rotate(-45deg);
  }
}
.gnav ul {
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: center;
}
.gnav ul li {
  padding: 0 20px;
  margin: 0;
}
.gnav ul li a {
  text-decoration: none;
  color: #70462E;
  font-size: 14px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .gnav ul li a {
    font-size: 14px;
  }
}
.gnav ul li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 1px solid #70462E;
  transition: all 300ms 0s ease;
}
.gnav ul li a:hover:before {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .gnav {
    display: block;
  }
  .gnav ul {
    display: block;
  }
  .gnav ul li {
    display: block;
    padding: 20px 10px;
    margin: 0;
    border-bottom: 1px solid #70462E;
    position: relative;
  }
  .gnav ul li svg {
    transition: all 300ms 0s ease;
    color: #707070;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.5em;
  }
  .gnav ul li:last-child {
    border-bottom: none;
  }
}
.l-slideNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: 0.5s;
}
.l-slideNav.-active {
  width: 100%;
}
.l-slideNav.-active .l-slideNav_body {
  opacity: 1;
}
.l-slideNav .l-slideNav_body {
  position: relative;
  top: 15%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 300ms 0.5s ease;
}
.l-slideNav a {
  display: block;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .l-slideNav a {
    font-size: 14px;
  }
}
.l-slideNav a:focus, .l-slideNav a:hover {
  color: #f1f1f1;
}
.l-slideNav a.nav--sp__list__item__link {
  width: 40%;
}
.l-slideNav nav ul li {
  padding: 20px 10px;
  margin: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #70462E;
  position: relative;
}
.l-slideNav nav ul li svg {
  transition: all 300ms 0s ease;
  color: #707070;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
}
.l-slideNav nav ul li:last-child {
  border-bottom: none;
}

.footer {
  text-align: center;
  padding: 50px 0;
  background: #292929;
}
.footer nav ul {
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.footer nav ul li {
  padding: 5px 20px;
}
.footer nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .footer nav ul li a {
    font-size: 14px;
  }
}
.footer .footer_logo {
  padding: 15px 0;
  text-align: center;
}
.footer .footer_logo img {
  width: 50%;
  height: 50%;
}
.footer .footer_copyright {
  color: #fff;
  padding: 15px 0;
}
.footer .footer_copyright small {
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .footer_copyright small {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer nav ul {
    display: block;
    *zoom: 1;
    margin: 0 auto 15px;
  }
  .footer nav ul::before, .footer nav ul::after {
    content: " ";
    display: block;
    line-height: 0;
  }
  .footer nav ul::after {
    content: " ";
    display: block;
    clear: both;
  }
  .footer nav ul li {
    padding: 5px 20px;
  }
  .footer nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .footer nav ul li a {
    font-size: 14px;
  }
}
.content {
  font-size: 16px;
  /*!
   * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*# sourceMappingURL=bootstrap-grid.css.map */
}
@-ms-viewport {
  .content {
    width: device-width;
  }
}
.content html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.content *,
.content *::before,
.content *::after {
  box-sizing: inherit;
}
.content .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .content .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .content .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .content .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .content .container {
    max-width: 1140px;
  }
}
.content .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.content .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.content .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.content .no-gutters > .col,
.content .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.content .col-1, .content .col-2, .content .col-3, .content .col-4, .content .col-5, .content .col-6, .content .col-7, .content .col-8, .content .col-9, .content .col-10, .content .col-11, .content .col-12, .content .col,
.content .col-auto, .content .col-sm-1, .content .col-sm-2, .content .col-sm-3, .content .col-sm-4, .content .col-sm-5, .content .col-sm-6, .content .col-sm-7, .content .col-sm-8, .content .col-sm-9, .content .col-sm-10, .content .col-sm-11, .content .col-sm-12, .content .col-sm,
.content .col-sm-auto, .content .col-md-1, .content .col-md-2, .content .col-md-3, .content .col-md-4, .content .col-md-5, .content .col-md-6, .content .col-md-7, .content .col-md-8, .content .col-md-9, .content .col-md-10, .content .col-md-11, .content .col-md-12, .content .col-md,
.content .col-md-auto, .content .col-lg-1, .content .col-lg-2, .content .col-lg-3, .content .col-lg-4, .content .col-lg-5, .content .col-lg-6, .content .col-lg-7, .content .col-lg-8, .content .col-lg-9, .content .col-lg-10, .content .col-lg-11, .content .col-lg-12, .content .col-lg,
.content .col-lg-auto, .content .col-xl-1, .content .col-xl-2, .content .col-xl-3, .content .col-xl-4, .content .col-xl-5, .content .col-xl-6, .content .col-xl-7, .content .col-xl-8, .content .col-xl-9, .content .col-xl-10, .content .col-xl-11, .content .col-xl-12, .content .col-xl,
.content .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.content .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.content .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.content .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.content .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.content .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.content .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.content .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.content .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.content .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.content .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.content .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.content .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.content .col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.content .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.content .order-first {
  order: -1;
}
.content .order-last {
  order: 13;
}
.content .order-0 {
  order: 0;
}
.content .order-1 {
  order: 1;
}
.content .order-2 {
  order: 2;
}
.content .order-3 {
  order: 3;
}
.content .order-4 {
  order: 4;
}
.content .order-5 {
  order: 5;
}
.content .order-6 {
  order: 6;
}
.content .order-7 {
  order: 7;
}
.content .order-8 {
  order: 8;
}
.content .order-9 {
  order: 9;
}
.content .order-10 {
  order: 10;
}
.content .order-11 {
  order: 11;
}
.content .order-12 {
  order: 12;
}
.content .offset-1 {
  margin-left: 8.333333%;
}
.content .offset-2 {
  margin-left: 16.666667%;
}
.content .offset-3 {
  margin-left: 25%;
}
.content .offset-4 {
  margin-left: 33.333333%;
}
.content .offset-5 {
  margin-left: 41.666667%;
}
.content .offset-6 {
  margin-left: 50%;
}
.content .offset-7 {
  margin-left: 58.333333%;
}
.content .offset-8 {
  margin-left: 66.666667%;
}
.content .offset-9 {
  margin-left: 75%;
}
.content .offset-10 {
  margin-left: 83.333333%;
}
.content .offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .content .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .content .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .content .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .content .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .content .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .content .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .content .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .content .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .content .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .content .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .content .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .content .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .content .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .content .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content .order-sm-first {
    order: -1;
  }
  .content .order-sm-last {
    order: 13;
  }
  .content .order-sm-0 {
    order: 0;
  }
  .content .order-sm-1 {
    order: 1;
  }
  .content .order-sm-2 {
    order: 2;
  }
  .content .order-sm-3 {
    order: 3;
  }
  .content .order-sm-4 {
    order: 4;
  }
  .content .order-sm-5 {
    order: 5;
  }
  .content .order-sm-6 {
    order: 6;
  }
  .content .order-sm-7 {
    order: 7;
  }
  .content .order-sm-8 {
    order: 8;
  }
  .content .order-sm-9 {
    order: 9;
  }
  .content .order-sm-10 {
    order: 10;
  }
  .content .order-sm-11 {
    order: 11;
  }
  .content .order-sm-12 {
    order: 12;
  }
  .content .offset-sm-0 {
    margin-left: 0;
  }
  .content .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .content .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .content .offset-sm-3 {
    margin-left: 25%;
  }
  .content .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .content .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .content .offset-sm-6 {
    margin-left: 50%;
  }
  .content .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .content .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .content .offset-sm-9 {
    margin-left: 75%;
  }
  .content .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .content .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .content .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .content .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .content .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .content .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .content .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .content .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .content .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .content .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .content .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .content .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .content .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .content .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .content .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .content .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content .order-md-first {
    order: -1;
  }
  .content .order-md-last {
    order: 13;
  }
  .content .order-md-0 {
    order: 0;
  }
  .content .order-md-1 {
    order: 1;
  }
  .content .order-md-2 {
    order: 2;
  }
  .content .order-md-3 {
    order: 3;
  }
  .content .order-md-4 {
    order: 4;
  }
  .content .order-md-5 {
    order: 5;
  }
  .content .order-md-6 {
    order: 6;
  }
  .content .order-md-7 {
    order: 7;
  }
  .content .order-md-8 {
    order: 8;
  }
  .content .order-md-9 {
    order: 9;
  }
  .content .order-md-10 {
    order: 10;
  }
  .content .order-md-11 {
    order: 11;
  }
  .content .order-md-12 {
    order: 12;
  }
  .content .offset-md-0 {
    margin-left: 0;
  }
  .content .offset-md-1 {
    margin-left: 8.333333%;
  }
  .content .offset-md-2 {
    margin-left: 16.666667%;
  }
  .content .offset-md-3 {
    margin-left: 25%;
  }
  .content .offset-md-4 {
    margin-left: 33.333333%;
  }
  .content .offset-md-5 {
    margin-left: 41.666667%;
  }
  .content .offset-md-6 {
    margin-left: 50%;
  }
  .content .offset-md-7 {
    margin-left: 58.333333%;
  }
  .content .offset-md-8 {
    margin-left: 66.666667%;
  }
  .content .offset-md-9 {
    margin-left: 75%;
  }
  .content .offset-md-10 {
    margin-left: 83.333333%;
  }
  .content .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .content .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .content .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .content .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .content .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .content .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .content .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .content .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .content .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .content .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .content .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .content .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .content .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .content .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .content .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content .order-lg-first {
    order: -1;
  }
  .content .order-lg-last {
    order: 13;
  }
  .content .order-lg-0 {
    order: 0;
  }
  .content .order-lg-1 {
    order: 1;
  }
  .content .order-lg-2 {
    order: 2;
  }
  .content .order-lg-3 {
    order: 3;
  }
  .content .order-lg-4 {
    order: 4;
  }
  .content .order-lg-5 {
    order: 5;
  }
  .content .order-lg-6 {
    order: 6;
  }
  .content .order-lg-7 {
    order: 7;
  }
  .content .order-lg-8 {
    order: 8;
  }
  .content .order-lg-9 {
    order: 9;
  }
  .content .order-lg-10 {
    order: 10;
  }
  .content .order-lg-11 {
    order: 11;
  }
  .content .order-lg-12 {
    order: 12;
  }
  .content .offset-lg-0 {
    margin-left: 0;
  }
  .content .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .content .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .content .offset-lg-3 {
    margin-left: 25%;
  }
  .content .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .content .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .content .offset-lg-6 {
    margin-left: 50%;
  }
  .content .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .content .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .content .offset-lg-9 {
    margin-left: 75%;
  }
  .content .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .content .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .content .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .content .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .content .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .content .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .content .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .content .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .content .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .content .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .content .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .content .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .content .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .content .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .content .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .content .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content .order-xl-first {
    order: -1;
  }
  .content .order-xl-last {
    order: 13;
  }
  .content .order-xl-0 {
    order: 0;
  }
  .content .order-xl-1 {
    order: 1;
  }
  .content .order-xl-2 {
    order: 2;
  }
  .content .order-xl-3 {
    order: 3;
  }
  .content .order-xl-4 {
    order: 4;
  }
  .content .order-xl-5 {
    order: 5;
  }
  .content .order-xl-6 {
    order: 6;
  }
  .content .order-xl-7 {
    order: 7;
  }
  .content .order-xl-8 {
    order: 8;
  }
  .content .order-xl-9 {
    order: 9;
  }
  .content .order-xl-10 {
    order: 10;
  }
  .content .order-xl-11 {
    order: 11;
  }
  .content .order-xl-12 {
    order: 12;
  }
  .content .offset-xl-0 {
    margin-left: 0;
  }
  .content .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .content .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .content .offset-xl-3 {
    margin-left: 25%;
  }
  .content .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .content .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .content .offset-xl-6 {
    margin-left: 50%;
  }
  .content .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .content .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .content .offset-xl-9 {
    margin-left: 75%;
  }
  .content .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .content .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.content .d-none {
  display: none !important;
}
.content .d-inline {
  display: inline !important;
}
.content .d-inline-block {
  display: inline-block !important;
}
.content .d-block {
  display: block !important;
}
.content .d-table {
  display: table !important;
}
.content .d-table-row {
  display: table-row !important;
}
.content .d-table-cell {
  display: table-cell !important;
}
.content .d-flex {
  display: flex !important;
}
.content .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .content .d-sm-none {
    display: none !important;
  }
  .content .d-sm-inline {
    display: inline !important;
  }
  .content .d-sm-inline-block {
    display: inline-block !important;
  }
  .content .d-sm-block {
    display: block !important;
  }
  .content .d-sm-table {
    display: table !important;
  }
  .content .d-sm-table-row {
    display: table-row !important;
  }
  .content .d-sm-table-cell {
    display: table-cell !important;
  }
  .content .d-sm-flex {
    display: flex !important;
  }
  .content .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .content .d-md-none {
    display: none !important;
  }
  .content .d-md-inline {
    display: inline !important;
  }
  .content .d-md-inline-block {
    display: inline-block !important;
  }
  .content .d-md-block {
    display: block !important;
  }
  .content .d-md-table {
    display: table !important;
  }
  .content .d-md-table-row {
    display: table-row !important;
  }
  .content .d-md-table-cell {
    display: table-cell !important;
  }
  .content .d-md-flex {
    display: flex !important;
  }
  .content .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .content .d-lg-none {
    display: none !important;
  }
  .content .d-lg-inline {
    display: inline !important;
  }
  .content .d-lg-inline-block {
    display: inline-block !important;
  }
  .content .d-lg-block {
    display: block !important;
  }
  .content .d-lg-table {
    display: table !important;
  }
  .content .d-lg-table-row {
    display: table-row !important;
  }
  .content .d-lg-table-cell {
    display: table-cell !important;
  }
  .content .d-lg-flex {
    display: flex !important;
  }
  .content .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .content .d-xl-none {
    display: none !important;
  }
  .content .d-xl-inline {
    display: inline !important;
  }
  .content .d-xl-inline-block {
    display: inline-block !important;
  }
  .content .d-xl-block {
    display: block !important;
  }
  .content .d-xl-table {
    display: table !important;
  }
  .content .d-xl-table-row {
    display: table-row !important;
  }
  .content .d-xl-table-cell {
    display: table-cell !important;
  }
  .content .d-xl-flex {
    display: flex !important;
  }
  .content .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .content .d-print-none {
    display: none !important;
  }
  .content .d-print-inline {
    display: inline !important;
  }
  .content .d-print-inline-block {
    display: inline-block !important;
  }
  .content .d-print-block {
    display: block !important;
  }
  .content .d-print-table {
    display: table !important;
  }
  .content .d-print-table-row {
    display: table-row !important;
  }
  .content .d-print-table-cell {
    display: table-cell !important;
  }
  .content .d-print-flex {
    display: flex !important;
  }
  .content .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.content .flex-row {
  flex-direction: row !important;
}
.content .flex-column {
  flex-direction: column !important;
}
.content .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.content .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.content .flex-wrap {
  flex-wrap: wrap !important;
}
.content .flex-nowrap {
  flex-wrap: nowrap !important;
}
.content .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.content .justify-content-start {
  justify-content: flex-start !important;
}
.content .justify-content-end {
  justify-content: flex-end !important;
}
.content .justify-content-center {
  justify-content: center !important;
}
.content .justify-content-between {
  justify-content: space-between !important;
}
.content .justify-content-around {
  justify-content: space-around !important;
}
.content .align-items-start {
  align-items: flex-start !important;
}
.content .align-items-end {
  align-items: flex-end !important;
}
.content .align-items-center {
  align-items: center !important;
}
.content .align-items-baseline {
  align-items: baseline !important;
}
.content .align-items-stretch {
  align-items: stretch !important;
}
.content .align-content-start {
  align-content: flex-start !important;
}
.content .align-content-end {
  align-content: flex-end !important;
}
.content .align-content-center {
  align-content: center !important;
}
.content .align-content-between {
  align-content: space-between !important;
}
.content .align-content-around {
  align-content: space-around !important;
}
.content .align-content-stretch {
  align-content: stretch !important;
}
.content .align-self-auto {
  align-self: auto !important;
}
.content .align-self-start {
  align-self: flex-start !important;
}
.content .align-self-end {
  align-self: flex-end !important;
}
.content .align-self-center {
  align-self: center !important;
}
.content .align-self-baseline {
  align-self: baseline !important;
}
.content .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .content .flex-sm-row {
    flex-direction: row !important;
  }
  .content .flex-sm-column {
    flex-direction: column !important;
  }
  .content .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .content .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .content .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .content .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .content .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .content .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .content .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .content .justify-content-sm-center {
    justify-content: center !important;
  }
  .content .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .content .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .content .align-items-sm-start {
    align-items: flex-start !important;
  }
  .content .align-items-sm-end {
    align-items: flex-end !important;
  }
  .content .align-items-sm-center {
    align-items: center !important;
  }
  .content .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .content .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .content .align-content-sm-start {
    align-content: flex-start !important;
  }
  .content .align-content-sm-end {
    align-content: flex-end !important;
  }
  .content .align-content-sm-center {
    align-content: center !important;
  }
  .content .align-content-sm-between {
    align-content: space-between !important;
  }
  .content .align-content-sm-around {
    align-content: space-around !important;
  }
  .content .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .content .align-self-sm-auto {
    align-self: auto !important;
  }
  .content .align-self-sm-start {
    align-self: flex-start !important;
  }
  .content .align-self-sm-end {
    align-self: flex-end !important;
  }
  .content .align-self-sm-center {
    align-self: center !important;
  }
  .content .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .content .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .content .flex-md-row {
    flex-direction: row !important;
  }
  .content .flex-md-column {
    flex-direction: column !important;
  }
  .content .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .content .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .content .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .content .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .content .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .content .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .content .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .content .justify-content-md-center {
    justify-content: center !important;
  }
  .content .justify-content-md-between {
    justify-content: space-between !important;
  }
  .content .justify-content-md-around {
    justify-content: space-around !important;
  }
  .content .align-items-md-start {
    align-items: flex-start !important;
  }
  .content .align-items-md-end {
    align-items: flex-end !important;
  }
  .content .align-items-md-center {
    align-items: center !important;
  }
  .content .align-items-md-baseline {
    align-items: baseline !important;
  }
  .content .align-items-md-stretch {
    align-items: stretch !important;
  }
  .content .align-content-md-start {
    align-content: flex-start !important;
  }
  .content .align-content-md-end {
    align-content: flex-end !important;
  }
  .content .align-content-md-center {
    align-content: center !important;
  }
  .content .align-content-md-between {
    align-content: space-between !important;
  }
  .content .align-content-md-around {
    align-content: space-around !important;
  }
  .content .align-content-md-stretch {
    align-content: stretch !important;
  }
  .content .align-self-md-auto {
    align-self: auto !important;
  }
  .content .align-self-md-start {
    align-self: flex-start !important;
  }
  .content .align-self-md-end {
    align-self: flex-end !important;
  }
  .content .align-self-md-center {
    align-self: center !important;
  }
  .content .align-self-md-baseline {
    align-self: baseline !important;
  }
  .content .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .content .flex-lg-row {
    flex-direction: row !important;
  }
  .content .flex-lg-column {
    flex-direction: column !important;
  }
  .content .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .content .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .content .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .content .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .content .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .content .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .content .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .content .justify-content-lg-center {
    justify-content: center !important;
  }
  .content .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .content .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .content .align-items-lg-start {
    align-items: flex-start !important;
  }
  .content .align-items-lg-end {
    align-items: flex-end !important;
  }
  .content .align-items-lg-center {
    align-items: center !important;
  }
  .content .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .content .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .content .align-content-lg-start {
    align-content: flex-start !important;
  }
  .content .align-content-lg-end {
    align-content: flex-end !important;
  }
  .content .align-content-lg-center {
    align-content: center !important;
  }
  .content .align-content-lg-between {
    align-content: space-between !important;
  }
  .content .align-content-lg-around {
    align-content: space-around !important;
  }
  .content .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .content .align-self-lg-auto {
    align-self: auto !important;
  }
  .content .align-self-lg-start {
    align-self: flex-start !important;
  }
  .content .align-self-lg-end {
    align-self: flex-end !important;
  }
  .content .align-self-lg-center {
    align-self: center !important;
  }
  .content .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .content .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .content .flex-xl-row {
    flex-direction: row !important;
  }
  .content .flex-xl-column {
    flex-direction: column !important;
  }
  .content .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .content .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .content .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .content .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .content .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .content .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .content .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .content .justify-content-xl-center {
    justify-content: center !important;
  }
  .content .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .content .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .content .align-items-xl-start {
    align-items: flex-start !important;
  }
  .content .align-items-xl-end {
    align-items: flex-end !important;
  }
  .content .align-items-xl-center {
    align-items: center !important;
  }
  .content .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .content .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .content .align-content-xl-start {
    align-content: flex-start !important;
  }
  .content .align-content-xl-end {
    align-content: flex-end !important;
  }
  .content .align-content-xl-center {
    align-content: center !important;
  }
  .content .align-content-xl-between {
    align-content: space-between !important;
  }
  .content .align-content-xl-around {
    align-content: space-around !important;
  }
  .content .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .content .align-self-xl-auto {
    align-self: auto !important;
  }
  .content .align-self-xl-start {
    align-self: flex-start !important;
  }
  .content .align-self-xl-end {
    align-self: flex-end !important;
  }
  .content .align-self-xl-center {
    align-self: center !important;
  }
  .content .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .content .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.content .menu {
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}
.content .menu a {
  display: block;
  text-decoration: none;
  color: #333;
}
.content .menu a:hover {
  opacity: 0.7;
}
.content .menu .menu_pic img {
  width: 100%;
  height: auto;
}
.content .menu .menu_title {
  margin: 0;
  padding: 15px 0 0;
  font-size: 18px;
}
.content .menu .menu_price {
  margin: 0;
  font-size: 14px;
  color: #70462E;
}
.content .menu .menu_desc {
  padding: 15px 0;
}
.content .menu .menu_desc p {
  margin: 0;
  font-size: 13px;
}
.content .menu-border {
  border: 1px solid #eee;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .content .menu {
    margin-bottom: 15px;
  }
  .content .menu .menu_title {
    font-size: 14px;
  }
}
.content .news {
  width: 100%;
  margin-bottom: 30px;
}
.content .news a {
  text-decoration: none;
  display: inline-block;
}
.content .news a:hover {
  opacity: 0.7;
}
.content .news .news_pic {
  margin-bottom: 10px;
}
.content .news .news_pic img {
  height: auto;
  max-width: 100%;
  display: block;
}
.content .news .news_meta {
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0;
}
.content .news .news_meta ul {
  list-style: none;
  padding: 0;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .news .news_meta ul li {
  padding-right: 10px;
}
.content .news .news_meta ul li a {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  color: #0293AD;
  border: 1px solid #0293AD;
  color: #0293AD;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .content .news .news_meta ul li a {
    font-size: 12px;
  }
}
.content .news .news_title {
  font-size: 18px;
  padding: 10px 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .content .news .news_title {
    font-size: 18px;
  }
}
.content .news .news_titleBorder {
  font-size: 24px;
  padding: 10px 15px;
  margin: 15px 0;
  border-left: 2px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .content .news .news_titleBorder {
    font-size: 18px;
  }
}
.content .news .news_time {
  margin-left: 5px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .content .news .news_time {
    font-size: 12px;
  }
}
.content .news .news_desc p {
  font-size: 13px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .content .news .news_desc p {
    font-size: 13px;
  }
}
.content .news .news_body .news_desc p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .content .news .news_body .news_desc p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .content .news {
    margin-bottom: 15px;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  padding: 0px 0;
}
.content h1 {
  font-size: 28px;
}
.content h2 {
  font-size: 24px;
  color: #70462E;
}
.content h3 {
  font-size: 22px;
}
.content h4 {
  font-size: 18px;
}
.content h5 {
  font-size: 16px;
}
.content h6 {
  font-size: 14px;
}
.content strong {
  color: #70462E;
  font-weight: bold;
}
.content em {
  font-style: italic;
  font-weight: bold;
}
.content figure {
  margin-bottom: 15px;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content table {
  width: 100%;
}
.content table td, .content table th {
  padding: 15px;
  vertical-align: top;
}
.content table th {
  font-weight: bold;
}
.content ul,
.content ol {
  padding: 1em 0 1em 2em;
}
.content ul {
  list-style: disc;
}
.content ol {
  list-style: decimal;
}
.content iframe.googlemap {
  width: 100%;
  height: 300px;
}
.content .alignwide {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
@media only screen and (min-width: 1200px) {
  .content .content iframe.googlemap {
    height: 450px;
  }
}

.main {
  padding: 50px 0;
}
.main .main_title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .main .main_title {
    font-size: 18px;
  }
}
.main .main_title span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .main .main_title span {
    font-size: 14px;
  }
}
.main.main-lp {
  padding-top: 0;
  background: linear-gradient(#70462e, #fff);
}

@media only screen and (max-width: 767px) {
  .main {
    padding: 30px 0;
  }
}
.jumbotron .jumbotron_item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: content-box;
  width: 100%;
  height: calc(100vh - 290px);
}
.jumbotron img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .jumbotron .jumbotron_item {
    height: 350px;
  }
}
.sec {
  padding: 50px 0;
  *zoom: 1;
}
.sec::before, .sec::after {
  content: " ";
  display: block;
  line-height: 0;
}
.sec::after {
  content: " ";
  display: block;
  clear: both;
}
.sec.sec-bg {
  background: repeating-linear-gradient(-45deg, #fff 0px, #fff 2px, #fafafa 2px, #fafafa 4px);
}
.sec.sec-border {
  border-top: 1px solid #eee;
}
.sec .sec_inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .sec .sec_inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sec .sec_inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sec .sec_inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sec .sec_inner {
    max-width: 1140px;
  }
}
.sec .sec_row {
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.sec .sec_header {
  margin: 0 0 30px;
}
.sec .sec_btn {
  max-width: 600px;
  margin: 30px auto;
}

@media only screen and (max-width: 767px) {
  .sec {
    padding: 30px 0;
  }
  .sec .sec_btn {
    height: auto;
    max-width: 100%;
  }
}
.title {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 18px;
  }
}
.title span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .title span {
    font-size: 14px;
  }
}

.title-en {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .title-en {
    font-size: 14px;
  }
}

.news {
  width: 100%;
  margin-bottom: 30px;
}
.news a {
  text-decoration: none;
  display: inline-block;
}
.news a:hover {
  opacity: 0.7;
}
.news .news_pic {
  margin-bottom: 10px;
}
.news .news_pic img {
  height: auto;
  max-width: 100%;
  display: block;
}
.news .news_meta {
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0;
}
.news .news_meta ul {
  list-style: none;
  padding: 0;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .news_meta ul li {
  padding-right: 10px;
}
.news .news_meta ul li a {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  color: #0293AD;
  border: 1px solid #0293AD;
  color: #0293AD;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .news .news_meta ul li a {
    font-size: 12px;
  }
}
.news .news_title {
  font-size: 18px;
  padding: 10px 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .news .news_title {
    font-size: 18px;
  }
}
.news .news_titleBorder {
  font-size: 24px;
  padding: 10px 15px;
  margin: 15px 0;
  border-left: 2px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .news .news_titleBorder {
    font-size: 18px;
  }
}
.news .news_time {
  margin-left: 5px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .news .news_time {
    font-size: 12px;
  }
}
.news .news_desc p {
  font-size: 13px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .news .news_desc p {
    font-size: 13px;
  }
}
.news .news_body .news_desc p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .news .news_body .news_desc p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .news {
    margin-bottom: 15px;
  }
}
.label {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .label {
    font-size: 10px;
  }
}

.label-c-border {
  color: #707070;
  border: 1px solid #707070;
}
.label-c-border a {
  color: #707070;
}

.label-brown {
  color: #70462E;
  border: 1px solid #70462E;
}
.label-brown a {
  color: #70462E;
}

.label-gray {
  color: #F5F5F5;
  border: 1px solid #F5F5F5;
}
.label-gray a {
  color: #F5F5F5;
}

.label-black {
  color: #000;
  border: 1px solid #000;
}
.label-black a {
  color: #000;
}

.label-white {
  color: #fff;
  border: 1px solid #fff;
}
.label-white a {
  color: #fff;
}

.label-transparent {
  color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.label-transparent a {
  color: rgba(255, 255, 255, 0.3);
}

.label-topics {
  color: #0293AD;
  border: 1px solid #0293AD;
}
.label-topics a {
  color: #0293AD;
}

.label-event {
  color: #C9AA00;
  border: 1px solid #C9AA00;
}
.label-event a {
  color: #C9AA00;
}

.label-sky {
  color: #0293AD;
  border: 1px solid #0293AD;
}
.label-sky a {
  color: #0293AD;
}

.bnr {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  height: 200px;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .bnr {
    font-size: 18px;
  }
}
.bnr .bnr_inner {
  width: 100%;
  height: 200px;
  color: #fff;
  display: flex;
  -js-display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.bnr .bnr_inner span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 767px) {
  .bnr .bnr_inner span {
    font-size: 14px;
  }
}
.bnr:hover .bnr_inner {
  background: rgba(0, 0, 0, 0.2);
}

.bnr-about {
  background: url("../images/about_bnr.png") no-repeat;
}

.bnr-access {
  background: url("../images/access_bnr.png") no-repeat;
}

@media only screen and (max-width: 767px) {
  .bnr {
    margin: 0 auto 30px;
    background-position: center center;
  }
  .bnr .bnr_inner {
    padding: 80px 10px;
  }
}
.btn {
  display: block;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 5px 5px 5px 5px !important;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  opacity: 0.8;
}

.btn-default {
  border: 1px solid #707070;
  background-color: #fff;
  position: relative;
}
.btn-default i,
.btn-default svg {
  transition: all 300ms 0s ease;
  color: #707070;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
}
.btn-default:hover i,
.btn-default:hover svg {
  right: 5px;
}

.btn-send {
  font-weight: bold;
  background-color: #70462E;
  color: #fff;
}

.btn-back {
  background-color: #eee;
  color: #333;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .btn-back {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    width: 100%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .btn {
    font-size: 12px;
  }
}
.contact {
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.contact .contact_icon {
  font-size: 35px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_icon {
    font-size: 18px;
  }
}
.contact .contact_body p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contact .contact_body p {
    font-size: 13px;
  }
}
.contact .contact_body p span {
  display: block;
  font-weight: bold;
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_body p span {
    font-size: 18px;
  }
}
.contact .contact_btn {
  max-width: 560px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contact .contact_tel {
    margin: 15px auto;
  }
  .contact .contact_tel .contact_tel_icon {
    font-size: 35px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact .contact_tel .contact_tel_icon {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact_tel .contact_tel_body p {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact .contact_tel .contact_tel_body p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact_tel .contact_tel_body span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact_btn {
    height: auto;
    max-width: 100%;
  }
}
.article .article_title {
  text-align: center;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .article .article_title {
    font-size: 18px;
  }
}
.article .article_meta {
  display: flex;
  -js-display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
}
.article .article_meta ul {
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
}
.article .article_meta ul li {
  padding-right: 10px;
}
.article .article_meta ul li a {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #0293AD;
  border: 1px solid #0293AD;
  color: #0293AD;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .article .article_meta ul li a {
    font-size: 14px;
  }
}
.article .article_meta time {
  margin-left: auto;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .article .article_meta time {
    font-size: 14px;
  }
}
.article .article_pic img {
  max-width: 100%;
  height: auto;
}

.article-menu .article_title {
  text-align: left;
  margin-bottom: 30px;
}

.lp .lp_header {
  padding-top: 50px;
}
.lp .lp_title {
  text-align: center;
  font-size: 40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp .lp_title {
    font-size: 18px;
  }
}
.lp .lp_header_desc {
  text-align: center;
}
.lp .lp_header_desc p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lp .lp_header_desc p {
    font-size: 18px;
  }
}
.lp .lp_body {
  padding-top: 30px;
}
.lp .lp_pic {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 100%;
  display: block;
  width: 100%;
}
.lp .lp_pic .lp_picOverlay {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 100%;
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  width: 100%;
}
.lp .lp_pic .lp_picOverlay p {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp .lp_pic .lp_picOverlay p {
    font-size: 18px;
  }
}
.lp .lp_pic-sm {
  margin-bottom: 30px;
}
.lp .lp_pic-lg {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 206%;
  display: block;
}
.lp .lp_footer {
  padding: 30px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .lp .lp_body {
    padding-top: 15px;
  }
  .lp .lp_footer {
    padding: 15px;
    margin-top: 15px;
  }
}
.address .address_map iframe {
  width: 100%;
  height: 300px;
}
.address .address_table {
  margin-top: 10px;
  width: 100%;
}
.address .address_table td,
.address .address_table th {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .address .address_table td,
.address .address_table th {
    font-size: 12px;
  }
}
.address .address_table th {
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .address .address_map iframe {
    height: 200px;
  }
}
.media .media_title {
  font-size: 28px;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .media .media_title {
    font-size: 18px;
  }
}
.media .media_desc p {
  font-size: 16px;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .media .media_desc p {
    font-size: 16px;
  }
}
.media .media_pic img {
  height: auto;
  max-width: 100%;
}

.pageTitle {
  padding: 30px 0;
  text-align: center;
  background: #70462E;
  *zoom: 1;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 28px;
}
.pageTitle::before, .pageTitle::after {
  content: " ";
  display: block;
  line-height: 0;
}
.pageTitle::after {
  content: " ";
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    font-size: 18px;
  }
}
.pageTitle span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .pageTitle span {
    font-size: 14px;
  }
}

.info {
  margin-top: 30px;
}
.info .info_list {
  display: flex;
  -js-display: flex;
  padding: 30px 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.info .info_list li {
  padding: 5px 30px;
  margin: 0;
  width: 25%;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}
.info .info_list li p {
  padding: 0;
  margin: 0;
}
.info .info_list li span {
  color: #70462E;
}
.info .info_list li:last-child {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .info .info_list {
    display: block;
    padding: 15px;
  }
  .info .info_list li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .info .info_list li:last-child {
    border-bottom: none;
  }
}
.about .about_pic img {
  width: 100%;
}
.about .about_body {
  padding: 50px 0;
}
.about .about_title {
  text-align: center;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .about .about_title {
    font-size: 18px;
  }
}
.about .about_desc p {
  font-size: 16px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .about .about_desc p {
    font-size: 16px;
  }
}

.form .form_row {
  padding: 15px;
  width: 100%;
  display: flex;
  -js-display: flex;
}
.form .form_row .form_label {
  width: 200px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .form .form_row .form_label {
    font-size: 14px;
  }
}
.form .form_row .form_label span {
  color: #0293AD;
  border: 1px solid #0293AD;
  padding: 2px 5px;
  margin-left: 20px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .form .form_row .form_label span {
    font-size: 12px;
  }
}
.form .form_row .form_content {
  width: calc(100% - 200px);
}
.form .form_row .form_content input,
.form .form_row .form_content textarea {
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px 5px 5px 5px !important;
  border: 1px solid #70462E;
}
.form .form_row .form_content textarea {
  min-height: 200px;
}
.form .form_row .form_content.form_content-tel input {
  width: 6em;
}
.form .form_row-center {
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .form .form_content {
    margin-top: 15px;
  }
}
.archive {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.archive:last-child {
  margin-bottom: 0;
}
.archive .archive_title {
  font-size: 16px;
  padding: 20px 10px;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .archive .archive_title {
    font-size: 16px;
  }
}
.archive .archive_list li {
  margin: 0;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}
.archive .archive_list li:last-child {
  border-bottom: none;
}
.archive .archive_list li a {
  padding: 20px 10px;
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 1;
  transition: all 300ms 0s ease;
}
.archive .archive_list li a:after {
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -0.5em;
  font-size: 14px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #bbb;
}
@media only screen and (max-width: 767px) {
  .archive .archive_list li a:after {
    font-size: 14px;
  }
}
.archive .archive_list li a:hover {
  background-color: rgba(112, 70, 46, 0.1);
}

.breadcrumb {
  padding: 15px 0;
}
.breadcrumb .breadcrumb_inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
}
@media (min-width: 576px) {
  .breadcrumb .breadcrumb_inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .breadcrumb .breadcrumb_inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .breadcrumb .breadcrumb_inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb .breadcrumb_inner {
    max-width: 1140px;
  }
}
.breadcrumb span {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 12px;
  }
}
.breadcrumb a {
  text-decoration: none;
  font-size: 12px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb i {
  margin: 0 5px;
  color: rgba(112, 70, 46, 0.8);
}
.breadcrumb svg {
  font-size: 12px;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb svg {
    font-size: 12px;
  }
}

.postLinks {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  display: flex;
  -js-display: flex;
}

.postLink {
  width: 50%;
  padding: 15px 0;
}
.postLink a {
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .postLink a {
    font-size: 14px;
  }
}

.postLink-prev i,
.postLink-prev svg {
  margin-right: 10px;
}

.postLink-next {
  text-align: right;
}
.postLink-next i,
.postLink-next svg {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .postLinks {
    margin-top: 20px;
  }
  .postLink {
    padding: 0;
  }
  .postLink a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .postLink a {
    font-size: 12px;
  }
}
.pagetop {
  background: #5A5A5A;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    font-size: 12px;
  }
}
.pagetop:hover {
  opacity: 0.8;
}
.pagetop i,
.pagetop svg {
  margin: 5px 5px 0 0;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .pagetop i,
.pagetop svg {
    font-size: 15px;
  }
}

.comments {
  border-top: 1px solid #ddd;
  padding-top: 50px;
  margin-top: 50px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .comments {
    font-size: 14px;
  }
}
.comments .comment-respond .comment-reply-title {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .comments .comment-respond .comment-reply-title {
    font-size: 18px;
  }
}
.comments .comment-respond + p {
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  text-align: right;
}
.comments .comment-form .comment-notes {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .comments .comment-form .comment-notes {
    font-size: 12px;
  }
}
.comments .comment-form .logged-in-as {
  text-align: right;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .comments .comment-form .logged-in-as {
    font-size: 14px;
  }
}
.comments .comment-form .comment-form-comment label {
  display: block;
}
.comments .comment-form .comment-form-comment textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
}
.comments .comment-form .comment-form-author,
.comments .comment-form .comment-form-email,
.comments .comment-form .comment-form-url {
  display: flex;
  align-items: center;
}
.comments .comment-form .comment-form-author label,
.comments .comment-form .comment-form-email label,
.comments .comment-form .comment-form-url label {
  width: 180px;
  white-space: nowrap;
}
.comments .comment-form .comment-form-author input,
.comments .comment-form .comment-form-email input,
.comments .comment-form .comment-form-url input {
  width: calc(100% - 180px);
  padding: 10px;
}
.comments .comment-form .comment-form-cookies-consent {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .comments .comment-form .comment-form-cookies-consent {
    font-size: 12px;
  }
}
.comments .comment-form .form-submit {
  text-align: center;
}
.comments .comment-form .form-submit .submit {
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 5px 5px 5px 5px !important;
  border: none;
  background-color: #eee;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .comments .comment-form .form-submit .submit {
    font-size: 16px;
  }
}
.comments .comment-form .form-submit .submit:hover {
  opacity: 0.8;
}
.comments .commentlist .comment {
  padding: 15px 0;
  border-bottom: 1px dotted #ddd;
}
.comments .commentlist .comment:last-child {
  border-bottom: none;
}
.comments .commentlist .comment .children {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 2px solid #eee;
}
.comments .commentlist .comment .comment-body .comment-awaiting-moderation {
  text-align: center;
  display: block;
  padding-top: 15px;
}
.comments .commentlist .comment .comment-body .comment-author {
  display: flex;
  align-items: center;
}
.comments .commentlist .comment .comment-body .comment-author cite {
  margin-left: 10px;
}
.comments .commentlist .comment .comment-body .comment-meta {
  text-align: right;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .comments .commentlist .comment .comment-body .comment-meta {
    font-size: 12px;
  }
}
.comments .commentlist .comment .comment-body p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .comments .commentlist .comment .comment-body p {
    font-size: 16px;
  }
}
.comments .commentlist .comment .comment-body .reply {
  text-align: center;
}
.comments .commentlist .comment .comment-body .reply .comment-reply-link {
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 5px 5px 5px 5px !important;
  border: none;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .comments .commentlist .comment .comment-body .reply .comment-reply-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .comments {
    padding-top: 30px;
    margin-top: 30px;
  }
  .comments .comment-respond .comment-reply-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .comments .comment-respond .comment-reply-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .comments .comment-form .logged-in-as {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .comments .comment-form .logged-in-as {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .comments .comment-form .comment-form-comment textarea {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .comments .comment-form .comment-form-author,
.comments .comment-form .comment-form-email,
.comments .comment-form .comment-form-url {
    display: block;
  }
  .comments .comment-form .comment-form-author label,
.comments .comment-form .comment-form-email label,
.comments .comment-form .comment-form-url label {
    display: block;
    width: 100%;
  }
  .comments .comment-form .comment-form-author input,
.comments .comment-form .comment-form-email input,
.comments .comment-form .comment-form-url input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .comments .comment-form .comment-form-cookies-consent {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .comments .comment-form .comment-form-cookies-consent {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .comments .comment-form .form-submit .submit {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .comments .comment-form .form-submit .submit {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .comments .commentlist .comment .children {
    padding-left: 15px;
    margin-left: 15px;
  }
  .comments .commentlist .comment .comment-body p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .comments .commentlist .comment .comment-body p {
    font-size: 14px;
  }
}
.pageNav {
  padding: 0 15px;
}
.pageNav ul {
  display: flex;
  justify-content: center;
}
.pageNav ul li {
  border-left: 1px solid #70462E;
  margin-bottom: 0;
  line-height: 1;
}
.pageNav ul li:last-child {
  border-right: 1px solid #70462E;
}
.pageNav ul li a,
.pageNav ul li span {
  color: #70462E;
  padding: 5px 15px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .pageNav ul li a,
.pageNav ul li span {
    font-size: 16px;
  }
}
.pageNav ul li a:hover,
.pageNav ul li span:hover {
  opacity: 0.7;
}

.slide-menu {
  position: absolute;
  z-index: 999;
}

.menu {
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}
.menu a {
  display: block;
  text-decoration: none;
  color: #333;
}
.menu a:hover {
  opacity: 0.7;
}
.menu .menu_pic img {
  width: 100%;
  height: auto;
}
.menu .menu_title {
  margin: 0;
  padding: 15px 0 0;
  font-size: 18px;
}
.menu .menu_price {
  margin: 0;
  font-size: 14px;
  color: #70462E;
}
.menu .menu_desc {
  padding: 15px 0;
}
.menu .menu_desc p {
  margin: 0;
  font-size: 13px;
}

.menu-border {
  border: 1px solid #eee;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .menu {
    margin-bottom: 15px;
  }
  .menu .menu_title {
    font-size: 14px;
  }
}
.wp-block-quote {
  border-left: 4px solid #000;
  padding-left: 1em;
}
.wp-block-quote p {
  font-size: 16px;
  margin-bottom: 0;
}
.wp-block-quote cite {
  color: #666;
}

.wp-block-tag-cloud a {
  text-decoration: underline;
  color: #0073aa;
  display: inline-block;
  margin-right: 5px;
}

.wp-block-table th, .wp-block-table td {
  padding: 15px;
  vertical-align: top;
  border: 1px solid #000;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}
.wp-block-pullquote blockquote .block-editor-rich-text p {
  font-size: 28px;
  line-height: 1.6;
  font-family: "Noto Serif JP";
}
.wp-block-pullquote blockquote cite {
  color: #666;
}

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin: 1.65em auto;
  max-width: 100px;
}

.wp-block-more {
  display: block;
  text-align: center;
  white-space: nowrap;
}

.wp-block-search .wp-block-search__input {
  border-radius: 4px;
  border: 1px solid #8d96a0;
  color: rgba(14, 28, 46, 0.62);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  padding: 5px 3px;
}
.wp-block-search .wp-block-search__button {
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.wp-block-calendar caption {
  caption-side: top;
  text-align: center;
}
.wp-block-calendar table th {
  font-weight: 700 !important;
}
.wp-block-calendar table a {
  color: #007bff;
  text-decoration: none;
}
.wp-block-calendar table a:hover {
  text-decoration: underline;
}

.wp-block-categories a {
  color: #0073aa;
  text-decoration: underline;
}
.wp-block-categories a:hover {
  text-decoration: none;
}

.wp-block-latest-comments a {
  color: #0073aa;
  transition-property: border, background, color;
  transition-duration: 0.05s;
  transition-timing-function: ease-in-out;
  text-decoration: underline;
}
.wp-block-latest-comments a:hover {
  text-decoration: none;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none !important;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #70462E;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #70462E;
  opacity: 0.75;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: -25px;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}/*# sourceMappingURL=styles.min.css.map */