/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4; }

/**
 * Correct the line height in all browsers.
 */
html {
  line-height: 1.15; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */
progress {
  vertical-align: baseline; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #333;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #292929;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(51, 51, 51, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #333; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #333;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(51, 51, 51, 0.7);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(51, 51, 51, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(51, 51, 51, 0.6);
  outline-offset: 2px; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.25;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.75; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.25;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #333;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #262626; }
  a:focus {
    outline: 3px solid rgba(51, 51, 51, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

@media screen and (max-width: 599px) {
  body {
    line-height: 1.5; } }

a {
  text-decoration: none; }

header.site_header {
  position: relative; }
  @media (min-width: 600px) {
    header.site_header {
      background: url(../img/IMG_0038.jpg) no-repeat 50% 20%;
      background-size: cover; } }
  header.site_header .site_header_top {
    background: #d50000; }
    @media screen and (max-width: 599px) {
      header.site_header .site_header_top {
        background: #d50000; } }
  header.site_header .site_header_top .inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 0.5em;
    padding-left: 0.5em; }
    @media screen and (max-width: 599px) {
      header.site_header .site_header_top .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    header.site_header .site_header_top .inner h1 {
      font-size: 2.44141em;
      margin-bottom: 0;
      color: white;
      text-shadow: 0 0 10px #999; }
      @media screen and (max-width: 599px) {
        header.site_header .site_header_top .inner h1 {
          font-size: 1.95313em; } }
    header.site_header .site_header_top .inner p {
      max-width: 480px;
      margin-bottom: 0;
      color: white;
      padding: 0.75em 0.5em; }
    header.site_header .site_header_top .inner .site_header_top_info {
      line-height: 1.25;
      background: white;
      padding: 0.25em 0.75em; }
      header.site_header .site_header_top .inner .site_header_top_info .tel {
        font-size: 1.6em;
        font-weight: bold;
        display: block; }
  header.site_header nav {
    background: rgba(213, 0, 0, 0.8);
    position: relative; }
    @media screen and (max-width: 599px) {
      header.site_header nav {
        background: #d50000; } }
    header.site_header nav .hamburger {
      position: relative;
      z-index: 2;
      display: none; }
      @media screen and (max-width: 599px) {
        header.site_header nav .hamburger {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-left: auto; } }
    header.site_header nav ul {
      position: relative;
      z-index: 5;
      max-width: 800px;
      margin-right: auto;
      margin-left: auto; }
      header.site_header nav ul::after {
        clear: both;
        content: "";
        display: block; }
      header.site_header nav ul li {
        float: left;
        width: 20%;
        min-width: 160px; }
        header.site_header nav ul li a {
          font-weight: bold;
          line-height: 1.5;
          display: inline-block;
          width: 100%;
          text-align: center;
          color: white;
          padding-top: 0.5em;
          padding-bottom: 0.5em; }
          header.site_header nav ul li a span {
            display: inline-block;
            width: 100%;
            text-align: center; }
            header.site_header nav ul li a span:nth-child(1) {
              font-size: 1.25em;
              text-shadow: 0 0 5px #333; }
            header.site_header nav ul li a span:nth-child(2) {
              font-family: serif; }
          header.site_header nav ul li a:hover, header.site_header nav ul li a:active, header.site_header nav ul li a:focus {
            background: rgba(51, 51, 51, 0.5); }
      @media screen and (max-width: 599px) {
        header.site_header nav ul {
          display: none;
          background: rgba(213, 0, 0, 0.85);
          position: absolute;
          top: 54px;
          right: 0;
          left: 0; }
          header.site_header nav ul li {
            width: 100%; } }
  header.site_header .site_title {
    padding-top: 7.5em;
    padding-bottom: 7.5em; }
    @media screen and (max-width: 599px) {
      header.site_header .site_title {
        font-size: 0.64em;
        background: url(../img/IMG_0038.jpg) no-repeat center 25%;
        background-size: auto 480px; } }
    header.site_header .site_title p {
      font-size: 1.95313em;
      line-height: 1.25;
      max-width: 480px;
      text-align: center;
      color: white;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(17.25%, rgba(0, 0, 0, 0.7)), color-stop(84.19%, rgba(0, 0, 0, 0.7)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 17.25%, rgba(0, 0, 0, 0.7) 84.19%, rgba(255, 255, 255, 0) 100%);
      letter-spacing: 2px;
      margin-right: auto;
      margin-left: auto;
      padding-top: 12px;
      padding-bottom: 12px; }
  header.site_header .page_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 320px;
    text-align: center;
    color: white;
    position: relative; }
    header.site_header .page_title::after {
      content: "";
      max-width: 358px;
      width: 100%;
      height: 124px;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 1; }
    @media screen and (max-width: 599px) {
      header.site_header .page_title {
        height: 200px;
        background: url(../img/IMG_0038.jpg) no-repeat center 25%;
        background-size: auto 480px; } }
    header.site_header .page_title h1 {
      font-size: 1.95313em;
      margin-bottom: 0;
      padding-bottom: 0.1875em;
      padding-left: 0.5em;
      letter-spacing: 0.5em;
      border-bottom: solid 1px white;
      z-index: 2; }
      @media screen and (max-width: 599px) {
        header.site_header .page_title h1 {
          font-size: 1.5625em; } }
    header.site_header .page_title .sub {
      font-family: serif;
      margin-bottom: 0;
      letter-spacing: 2px;
      z-index: 2; }

main.site_main article .top_catch {
  text-align: center;
  background: url(../img/OCCNAK0.jpg) no-repeat center;
  background-size: cover;
  padding: 3em 0.5em 4.5em; }

main.site_main article .top_recruit_link {
  line-height: 1;
  max-width: 780px;
  margin: -1.5em auto 3em;
  padding-right: 0.5em;
  padding-left: 0.5em; }
  main.site_main article .top_recruit_link img {
    -webkit-box-shadow: 0 4px 10px #ddd;
    box-shadow: 0 4px 10px #ddd; }

main.site_main article .top_news {
  max-width: 780px;
  margin-bottom: 3em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5em;
  padding-left: 0.5em; }
  main.site_main article .top_news h2 {
    color: white;
    background: #d50000;
    line-height: 2;
    padding-right: 1.5em;
    padding-left: 1.5em;
    letter-spacing: 4px; }
    main.site_main article .top_news h2 span {
      font-family: serif;
      letter-spacing: 3px; }
  main.site_main article .top_news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    main.site_main article .top_news dl dt,
    main.site_main article .top_news dl dd {
      line-height: 2em;
      border-bottom: dashed 1px #333; }
    main.site_main article .top_news dl dt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
      flex: 0 0 120px; }
    main.site_main article .top_news dl dd {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
      flex: 1 0 300px; }

main.site_main article.page {
  position: relative; }
  main.site_main article.page::before {
    content: "";
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff9f9)) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff9f9 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 90%;
    mix-blend-mode: multiply;
    z-index: -1; }
  main.site_main article.page::after {
    content: "";
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff9f9)) no-repeat top left/100% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff9f9 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
    width: 90%;
    mix-blend-mode: multiply;
    z-index: -1; }
  main.site_main article.page .page_inner {
    max-width: 780px;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-right: auto;
    margin-left: auto; }
    main.site_main article.page .page_inner img {
      display: block;
      margin-right: auto;
      margin-bottom: 1.5em;
      margin-left: auto; }
    main.site_main article.page .page_inner p {
      margin-bottom: 1.5em; }
    main.site_main article.page .page_inner.privacy h2 {
      margin-bottom: .5em; }
  main.site_main article.page .business {
    padding-right: 0.5em;
    padding-left: 0.5em; }
    main.site_main article.page .business h2 {
      font-size: 1.5625em;
      line-height: 2.5;
      text-align: center;
      letter-spacing: 5px;
      border: solid 2px;
      border-color: #640303 transparent; }
    main.site_main article.page .business h3 {
      line-height: 2;
      text-align: center;
      color: #640303;
      border: dashed 1px;
      border-color: #640303 transparent; }
    main.site_main article.page .business .page-lead {
      margin-bottom: 3em;
      text-align: center; }
      main.site_main article.page .business .page-lead .main {
        font-size: 2.44141em;
        font-weight: bold;
        text-align: center;
        color: #640303;
        text-shadow: 0 0 10px #999;
        margin-bottom: 0.125em; }
        @media screen and (max-width: 599px) {
          main.site_main article.page .business .page-lead .main {
            font-size: 1.95313em; } }
        main.site_main article.page .business .page-lead .main span {
          display: inline-block; }
      main.site_main article.page .business .page-lead .sub {
        max-width: 610px;
        margin-right: auto;
        margin-left: auto;
        font-weight: bold; }
    main.site_main article.page .business .lead {
      font-size: 1.25em;
      font-weight: bold;
      text-align: center; }
    main.site_main article.page .business .img-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      main.site_main article.page .business .img-wrapper .img-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%; }
      @media (max-width: 599px) {
        main.site_main article.page .business .img-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          main.site_main article.page .business .img-wrapper .img-block {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 96%;
            flex: 0 1 96%; } }
    main.site_main article.page .business p {
      max-width: 610px;
      margin-right: auto;
      margin-left: auto; }
  main.site_main article.page .recruit h2 {
    font-size: 1.5625em;
    line-height: 2.5;
    text-align: center;
    letter-spacing: 5px;
    border: solid 2px;
    border-color: #640303 transparent; }
  main.site_main article.page .recruit h3 {
    line-height: 2;
    text-align: center;
    color: #640303;
    border: dashed 1px;
    border-color: #640303 transparent; }
  main.site_main article.page .recruit dl {
    overflow: hidden; }
    main.site_main article.page .recruit dl::after {
      clear: both;
      content: "";
      display: block; }
    main.site_main article.page .recruit dl dt,
    main.site_main article.page .recruit dl dd {
      line-height: 2em;
      float: left;
      height: 2em;
      border-bottom: dashed 1px #333; }
    main.site_main article.page .recruit dl dt {
      width: 20%;
      padding-left: 1em; }
    main.site_main article.page .recruit dl dd {
      width: 80%;
      padding-right: 1em; }
    @media (max-width: 959px) {
      main.site_main article.page .recruit dl dt,
      main.site_main article.page .recruit dl dd {
        line-height: 1.8em;
        width: 100%;
        height: 1.8em;
        padding: 0; }
      main.site_main article.page .recruit dl dt {
        border-bottom: none; }
      main.site_main article.page .recruit dl dd {
        height: auto;
        margin-bottom: 1em; } }
  main.site_main article.page .recruit .recruit_block {
    padding-right: 0.5em;
    padding-left: 0.5em; }
  main.site_main article.page .recruit .recruit_block + .recruit_block {
    margin-top: 3em; }
  main.site_main article.page .aboutus h2 {
    font-size: 1.5625em;
    line-height: 2.5;
    text-align: center;
    letter-spacing: 5px;
    border: solid 2px;
    border-color: #640303 transparent; }
  main.site_main article.page .aboutus h3 {
    line-height: 2;
    text-align: center;
    color: #640303;
    border: dashed 1px;
    border-color: #640303 transparent; }
  main.site_main article.page .aboutus dl {
    overflow: hidden; }
    main.site_main article.page .aboutus dl::after {
      clear: both;
      content: "";
      display: block; }
    main.site_main article.page .aboutus dl dt,
    main.site_main article.page .aboutus dl dd {
      line-height: 2em;
      float: left;
      height: 2em;
      border-bottom: dashed 1px #333; }
    main.site_main article.page .aboutus dl dt {
      width: 20%;
      padding-left: 1em; }
    main.site_main article.page .aboutus dl dd {
      width: 80%;
      padding-right: 1em; }
    @media (max-width: 959px) {
      main.site_main article.page .aboutus dl dt,
      main.site_main article.page .aboutus dl dd {
        line-height: 1.8em;
        width: 100%;
        height: 1.8em;
        padding: 0; }
      main.site_main article.page .aboutus dl dt {
        border-bottom: none; }
      main.site_main article.page .aboutus dl dd {
        height: auto;
        margin-bottom: 1em; } }
  main.site_main article.page .aboutus .about_block {
    padding-right: 0.5em;
    padding-left: 0.5em; }
  main.site_main article.page .inquiry h2 {
    font-size: 1.5625em;
    line-height: 2.5;
    text-align: center;
    letter-spacing: 5px;
    border: solid 2px;
    border-color: #640303 transparent; }
  main.site_main article.page .inquiry h3 {
    line-height: 2;
    text-align: center;
    color: #640303;
    border: dashed 1px;
    border-color: #640303 transparent; }
  main.site_main article.page .inquiry .inquiry_block {
    padding-right: 0.5em;
    padding-left: 0.5em; }
  main.site_main article.page .inquiry .inquiry_block + .inquiry_block {
    margin-top: 3em; }
  main.site_main article.page .inquiry ul {
    font-size: 1.25em;
    line-height: 2em;
    border-bottom: dashed 1px #333; }
    main.site_main article.page .inquiry ul li {
      text-align: center; }
    main.site_main article.page .inquiry ul span {
      margin-right: 1.5em;
      letter-spacing: 2px; }
  main.site_main article.page .inquiry .form-wrapper {
    text-align: center; }
    main.site_main article.page .inquiry .form-wrapper dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    main.site_main article.page .inquiry .form-wrapper dt {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
      flex: 0 0 220px;
      padding-right: 12px;
      text-align: left; }
    main.site_main article.page .inquiry .form-wrapper span {
      color: white;
      border-radius: 4px;
      background-color: red;
      position: absolute;
      top: 0;
      left: 160px;
      padding-right: 4px;
      padding-left: 4px; }
    main.site_main article.page .inquiry .form-wrapper dd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 332px;
      flex: 1 1 332px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      main.site_main article.page .inquiry .form-wrapper dd input,
      main.site_main article.page .inquiry .form-wrapper dd textarea {
        width: 100%; }
      main.site_main article.page .inquiry .form-wrapper dd label {
        margin-right: 8px; }
    main.site_main article.page .inquiry .form-wrapper #confirm {
      background: #d50000; }

.site_footer {
  background: #333;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  .site_footer .site_footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.5em;
    padding-left: 0.5em; }
  .site_footer .site_footer_leftblock,
  .site_footer .site_footer_rightblock {
    width: 100%;
    max-width: 358px;
    margin-bottom: 1.5em;
    background: white;
    padding: 0.75em 1.5em; }
    @media screen and (max-width: 599px) {
      .site_footer .site_footer_leftblock,
      .site_footer .site_footer_rightblock {
        font-size: 13px; } }
    .site_footer .site_footer_leftblock .top,
    .site_footer .site_footer_rightblock .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: solid 3px #333; }
    .site_footer .site_footer_leftblock .bottom,
    .site_footer .site_footer_rightblock .bottom {
      font-size: 1.45em;
      font-weight: bold;
      line-height: 40px;
      text-align: center; }
      @media screen and (max-width: 599px) {
        .site_footer .site_footer_leftblock .bottom,
        .site_footer .site_footer_rightblock .bottom {
          line-height: 40px; } }
    .site_footer .site_footer_leftblock h2,
    .site_footer .site_footer_rightblock h2 {
      font-size: 1em; }
  .site_footer .site_footer_leftblock .bottom {
    font-size: 2.05078em; }
  .site_footer .site_footer_leftblock h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .site_footer .site_footer_leftblock h2::before {
      content: "";
      background: #d50000;
      border-radius: 50%;
      height: 15px;
      width: 15px;
      margin-right: 4px; }
    .site_footer .site_footer_leftblock h2::after {
      content: "";
      border-style: solid;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent white;
      border-width: 3.5px 0 3.5px 7px;
      position: absolute;
      top: 6px;
      left: 5px; }
  .site_footer .site_footer_rightblock i {
    color: #455a64;
    margin-right: 4px; }
  .site_footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5em; }
    .site_footer nav h2 {
      font-family: serif;
      line-height: 34px;
      display: inline-block;
      margin-right: 0.75em;
      margin-bottom: 0;
      color: #fcfc62; }
    .site_footer nav ul li {
      display: inline-block;
      margin-right: 0.1875em;
      margin-left: 0.1875em; }
      .site_footer nav ul li a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: white; }
        .site_footer nav ul li a::before {
          content: "";
          border-style: solid;
          height: 0;
          width: 0;
          border-color: transparent transparent transparent #fcfc62;
          border-width: 6px 0 6px 12px; }
        .site_footer nav ul li a:hover, .site_footer nav ul li a:active, .site_footer nav ul li a:focus {
          color: #fcfc62; }
  .site_footer .footer_bottom {
    text-align: center;
    color: white; }
