/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

h2 {
  font-weight: normal;
}

#gotop {
  position: fixed;
  font-size: 22px;
  z-index: 1;
  right: 10px;
  bottom: 20px;
  display: none;
  width: 30px;
  height: 80px;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../img/icon_gotop.svg) no-repeat 59% center;
}

@media screen and (min-width: 768px) {
  #gotop {
    right: 30px;
    bottom: 30px;
    height: 100px;
    border-top: 0px solid #911c1c;
  }
  #gotop:hover {
    border-top: 2px solid #911c1c;
    background: url(../img/icon_gotop.svg) no-repeat 59% 20%;
    color: #fff;
  }
}

.body_flex {
  overflow: hidden;
  height: 100%;
}

.header_index {
  z-index: 2;
  position: fixed;
  width: 100%;
}

.header_index #menu_check {
  opacity: 0;
  position: absolute;
  z-index: -2;
}

.header_index .main_header {
  padding-top: 0px;
  z-index: 3;
}

.header_index .logo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_index .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: auto;
  margin-right: 0px;
  color: #000;
}

.header_index .logo a h1 {
  margin: 0 0 0 5px;
  line-height: 45px;
  font-size: 20px;
  display: none;
}

.header_index .logo a .pic_logo {
  width: 35px;
  height: 47px;
  background: url(../img/logo_w.svg) no-repeat;
  background-size: cover;
  display: inline-block;
}

.header_index .menu_btn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 3;
}

.header_index .menu_btn::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 3px;
  width: 30px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: 5px 8px 0px #fff, 5px -8px 0px #fff;
          box-shadow: 5px 8px 0px #fff, 5px -8px 0px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_index .menu_btn span {
  opacity: 0;
}

.header_index .menu_btn.open {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  overflow: hidden;
}

.header_index .menu_btn.open::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 5px;
  width: 36px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 0px #fff, 0px 0px 0px #fff;
          box-shadow: 0px 0px 0px #fff, 0px 0px 0px #fff;
}

.header_index .menu_btn.open::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 5px;
  width: 36px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header_index .main_nav {
  position: fixed;
  right: -100%;
  width: 100%;
  height: calc(100%);
  background-color: #911c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding: 100px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  top: 0;
  color: #fff;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  font-size: 26px;
}

.header_index .main_nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.header_index .main_nav .sub1 li {
  padding: 15px 0px;
}

.header_index .main_nav .sub2 {
  margin-left: 60px;
  font-family: serif;
  padding-top: 20px;
  font-size: 22px;
}

.header_index .main_nav .sub2 li {
  position: relative;
  padding: 15px 0;
}

.header_index .main_nav .sub2 li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  top: 28px;
  left: -40px;
}

.header_index #menu_check:checked ~ .main_header .main_nav {
  right: -40%;
  opacity: 1;
}

.header_index #menu_check:checked ~ .main_header .main_nav::after {
  content: "";
  width: 2000px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0;
  left: -2000px;
  position: absolute;
  display: block;
}

.header_index .shrink.logo a {
  width: 600px;
}

.header_index .shrink.logo a h1 {
  margin: 0 0 0 5px;
  line-height: 45px;
  font-size: 16px;
  display: inline;
}

.header_index #top-head.shrink {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_index #top-head.shrink .but_link {
  color: #fff;
}

.header_index #top-head.shrink .menu_btn::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 3px;
  width: 30px;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: 5px 8px 0px #000, 5px -8px 0px #000;
          box-shadow: 5px 8px 0px #000, 5px -8px 0px #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_index #top-head.shrink .menu_btn.open::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 5px;
  width: 36px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 0px #fff, 0px 0px 0px #fff;
          box-shadow: 0px 0px 0px #fff, 0px 0px 0px #fff;
}

.header_index #top-head.shrink .menu_btn.open::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 5px;
  width: 36px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header_index #top-head.shrink .pic_logo {
  width: 35px;
  height: 47px;
  background: url(../img/logo_b.svg) no-repeat;
  background-size: cover;
  display: inline-block;
}

.header_index #top-head.shrink .icon_down::after {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 768px) {
  .header_index .main_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    padding-top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: .3s;
            transform: .3s;
  }
  .header_index .main_header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_index .main_header .navigation {
    color: #fff;
    font-size: 36px;
  }
  .header_index .logo {
    padding: 20px;
    width: auto;
    display: inline-block;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header_index .logo a h1 {
    line-height: 75px;
    display: none;
  }
  .header_index .logo a .pic_logo {
    width: 100px;
    height: 135px;
    background: url(../img/logo_w.svg) no-repeat;
    background-size: cover;
    display: inline-block;
  }
  .header_index .menu_btn {
    right: 50px;
    top: 25px;
    cursor: pointer;
  }
  .header_index .menu_btn::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 3px;
    width: 40px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 5px 10px 0px #fff, 5px -10px 0px #fff;
            box-shadow: 5px 10px 0px #fff, 5px -10px 0px #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
  }
  .header_index .menu_btn.open {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 30px;
  }
  .header_index .main_nav .sub1 li {
    padding: 25px 0px;
  }
  .header_index .main_nav .sub2 li::before {
    top: 45px;
  }
  .header_index .shrink.logo {
    width: 60px;
    height: 79px;
    margin: 8px 20px;
    background: url(../img/logo_b.svg) no-repeat;
    background-size: cover;
  }
  .header_index .shrink.logo a {
    width: 600px;
    margin-left: 60px;
    margin-top: -5px;
  }
  .header_index .shrink.logo a h1 {
    display: block;
    font-size: 24px;
  }
  .header_index #top-head {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
  }
  .header_index #top-head .but_link {
    color: #fff;
    font-size: 36px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header_index #top-head .but_link:hover {
    color: #fa8989;
  }
  .header_index #top-head.shrink {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
    height: 95px;
  }
  .header_index #top-head.shrink .but_link {
    color: #fff;
  }
  .header_index #top-head.shrink .menu_btn::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 3px;
    width: 36px;
    background-color: #000;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 5px 10px 0px #000, 5px -10px 0px #000;
            box-shadow: 5px 10px 0px #000, 5px -10px 0px #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_index #top-head.shrink .menu_btn.open::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 5px;
    width: 36px;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-box-shadow: 0px 0px 0px #fff, 0px 0px 0px #fff;
            box-shadow: 0px 0px 0px #fff, 0px 0px 0px #fff;
  }
  .header_index #top-head.shrink .menu_btn.open::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 5px;
    width: 36px;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header_index #top-head.shrink .pic_logo {
    display: none;
  }
  .header_index #top-head.shrink .icon_down::after {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
}

.header_insidepage {
  z-index: 2;
  position: fixed;
  width: 100%;
}

.header_insidepage .logo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F6F8F9;
  -webkit-box-shadow: rgba(145, 145, 145, 0.25) 0px 1px 3px;
          box-shadow: rgba(145, 145, 145, 0.25) 0px 1px 3px;
}

.header_insidepage .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: auto;
  margin-right: 0px;
  color: #000;
}

.header_insidepage .logo a h1 {
  margin: 0 0 0 5px;
  line-height: 45px;
  font-size: 16px;
  display: inline;
}

.header_insidepage .logo a .pic_logo {
  width: 35px;
  height: 47px;
  background: url(../img/logo_b.svg) no-repeat;
  background-size: cover;
  display: inline-block;
}

.header_insidepage #menu_check {
  opacity: 0;
  position: absolute;
  z-index: -2;
}

.header_insidepage .main_header {
  padding-top: 0px;
  z-index: 3;
}

.header_insidepage .menu_btn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 3;
}

.header_insidepage .menu_btn::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 3px;
  width: 30px;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: 5px 8px 0px #000, 5px -8px 0px #000;
          box-shadow: 5px 8px 0px #000, 5px -8px 0px #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header_insidepage .menu_btn span {
  opacity: 0;
}

.header_insidepage .menu_btn.open {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  overflow: hidden;
}

.header_insidepage .menu_btn.open::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 5px;
  width: 36px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 0px #fff, 0px 0px 0px #fff;
          box-shadow: 0px 0px 0px #fff, 0px 0px 0px #fff;
}

.header_insidepage .menu_btn.open::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 5px;
  width: 36px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header_insidepage .main_nav {
  position: fixed;
  color: #fff;
  right: -100%;
  width: 100%;
  height: calc(100%);
  background-color: #911c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding: 100px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  top: 0;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  font-size: 26px;
}

.header_insidepage .main_nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.header_insidepage .main_nav .sub1 li {
  padding: 15px 0px;
}

.header_insidepage .main_nav .sub2 {
  margin-left: 60px;
  font-family: serif;
  padding-top: 20px;
  font-size: 22px;
}

.header_insidepage .main_nav .sub2 li {
  position: relative;
  padding: 15px 0;
}

.header_insidepage .main_nav .sub2 li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  top: 28px;
  left: -40px;
}

.header_insidepage #menu_check:checked ~ .main_header .main_nav {
  right: -40%;
  opacity: 1;
}

.header_insidepage #menu_check:checked ~ .main_header .main_nav::after {
  content: "";
  width: 2000px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0;
  left: -2000px;
  position: absolute;
  display: block;
}

@media screen and (min-width: 768px) {
  .header_insidepage .main_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    padding-top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: .3s;
            transform: .3s;
  }
  .header_insidepage .main_header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_insidepage .logo {
    width: 60px;
    height: 79px;
    margin: 8px 20px;
    background: url(../img/logo_b.svg) no-repeat;
    background-size: cover;
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header_insidepage .logo a {
    width: 600px;
    margin-left: 70px;
    margin-top: -10px;
  }
  .header_insidepage .logo a h1 {
    display: block;
    font-size: 24px;
    line-height: 75px;
  }
  .header_insidepage .logo a .pic_logo {
    display: none;
  }
  .header_insidepage .menu_btn {
    right: 50px;
    top: 25px;
    cursor: pointer;
  }
  .header_insidepage .menu_btn::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 3px;
    width: 36px;
    background-color: #000;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 5px 10px 0px #000, 5px -10px 0px #000;
            box-shadow: 5px 10px 0px #000, 5px -10px 0px #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_insidepage .menu_btn span {
    opacity: 0;
  }
  .header_insidepage .main_nav {
    position: fixed;
    right: -100%;
    width: 100%;
    height: calc(100%);
    background-color: #911c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    padding: 100px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    top: 0;
    -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
    font-size: 36px;
  }
  .header_insidepage .main_nav a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .header_insidepage .main_nav .sub1 li {
    padding: 25px 0px;
  }
  .header_insidepage .main_nav .sub2 li::before {
    top: 45px;
  }
  .header_insidepage .main_nav .but_link {
    color: #fff;
    font-size: 36px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header_insidepage .main_nav .but_link:hover {
    color: #fa8989;
  }
  .header_insidepage .main_nav .but_link:hover::before {
    width: 30px;
  }
  .header_insidepage .menu_btn.open {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 30px;
  }
}

.footer {
  background: #1D1D1D;
  color: #fff;
  text-align: center;
}

.footer .wrap {
  margin: 0 30px;
}

.footer .item {
  padding-top: 80px;
}

.footer .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 55px 15px;
}

.footer .item ul li {
  margin: 10px;
}

.footer .item ul img {
  width: 100%;
  max-width: 75px;
}

.footer .item span {
  display: block;
  margin-top: 10px;
  color: #666666;
}

.footer .qrcode h2 {
  color: #848484;
}

.footer .copyright {
  font-size: 13px;
  padding: 20px 0;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .footer .wrap {
    width: 100%;
    max-width: 1400px;
    margin: auto;
  }
  .footer .item_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .item {
    width: 50%;
  }
  .footer .item ul {
    margin: 55px 80px;
  }
  .footer .item ul img {
    max-width: 100px;
  }
  .footer .logo_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .logo_footer h2 {
    margin-left: 30px;
    font-size: 28px;
  }
  .footer .copyright br {
    display: none;
  }
}

.title_line_b {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: auto;
}

.title_line_b::before {
  right: 1em;
  margin-left: -50%;
}

.title_line_b::after {
  left: 1em;
  margin-right: -50%;
}

.title_line_b:before, .title_line_b:after {
  background-color: #848484;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}

.title_line_w {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: auto;
}

.title_line_w::before {
  right: 1em;
  margin-left: -50%;
}

.title_line_w::after {
  left: 1em;
  margin-right: -50%;
}

.title_line_w:before, .title_line_w:after {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}

@media screen and (min-width: 768px) {
  .but_link2 {
    display: block;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all 0.7s cubic-bezier(0.26, 0, 0.07, 1);
    transition: all 0.7s cubic-bezier(0.26, 0, 0.07, 1);
    position: relative;
  }
  .but_link2:hover {
    color: #911c1c;
  }
  .but_link2:hover:after {
    width: 30px;
  }
  .but_link2::after {
    content: '';
    position: absolute;
    width: 0px;
    left: 15px;
    top: 0px;
    height: 0;
    border-bottom: 3px solid #911c1c;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.kv {
  width: 100%;
  height: 100vh;
  background: url(../img/pic_kv_1.jpg) no-repeat center center;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kv .txt h2 {
  margin-top: -90px;
  color: #ffffff;
  font-size: 65px;
  font-family: 'Dancing Script', cursive;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(90, 54, 8, 0.7);
}

.kv_animation_bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-animation-name: oxxo;
          animation-name: oxxo;
  -webkit-animation-duration: ease-out 1s;
          animation-duration: ease-out 1s;
  z-index: 1;
}

@-webkit-keyframes oxxo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes oxxo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.main {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-top: 100vh;
}

.story {
  padding: 50px 0;
  text-align: center;
  background-color: #fff;
}

.story .wrap {
  margin: 0 30px;
}

.story .txt {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.story .txt h2 {
  margin: 60px 0;
}

.story .txt p {
  margin: 30px 0;
  line-height: 1.5em;
}

.about {
  background-color: #911c1c;
  padding: 50px 0;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.about::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

.about::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  z-index: 2;
}

.about.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
}

.about.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
}

.about .wrap {
  margin: 0 30px;
}

.about .wrap h2 {
  font-size: 28px;
  margin: 50px 0;
  text-align: center;
  width: 100%;
}

.about .wrap h3 {
  font-size: 18px;
}

.about .wrap p {
  line-height: 1.5em;
}

.about .wrap .txt {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.about .wrap .p_stress {
  position: relative;
  padding: 60px 40px;
  font-size: 20px;
  color: #ff8383;
  font-style: italic;
}

.about .wrap .p_stress::after {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 10%;
  right: 0;
  margin-left: 10px;
  width: 80%;
  height: 1px;
  background-color: #af4646;
}

.about .item_group {
  margin-top: 100px;
}

.about .item {
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}

.about .item .pic {
  text-align: left;
}

.about .item .pic img {
  max-width: 120px;
}

.about .item .txt {
  color: #333333;
  text-align: left;
}

.about .item .txt h3 {
  color: #000;
}

.about .item .txt p {
  font-size: 16px;
}

.about .item .txt span {
  display: block;
  position: relative;
  margin: 50px 0 10px 0;
  color: #888888;
}

.about .item .txt span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 5px;
  background-color: #911c1c;
  top: -15px;
}

.album {
  padding: 50px 0;
  background-color: #fff;
}

.album .wrap h2 {
  font-size: 28px;
  margin: 50px 0;
  text-align: center;
  width: 100%;
}

.album .wrap h3 {
  text-align: center;
  margin: 10px;
}

.album .wrap .item {
  margin-bottom: 60px;
}

.album .wrap .item .pic {
  background-size: cover;
  width: 100%;
  height: 160px;
}

.album .wrap .item .pic_1 {
  background: url(../img/pic_album_1.jpg) 50% 40% no-repeat;
}

.album .wrap .item .pic_2 {
  background: url(../img/pic_album_2.jpg) 50% 0% no-repeat;
}

.album .wrap .item .pic_3 {
  background: url(../img/pic_album_3.jpg) 50% 30% no-repeat;
}

.album .wrap .item .pic_4 {
  background: url(../img/pic_album_4.jpg) 50% 0% no-repeat;
}

.album .wrap .item a {
  display: block;
  width: 100%;
}

.album .wrap .item img {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.animation_w {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  line-height: 100px;
  background-color: #ffffff;
  position: absolute;
  -webkit-animation: mymove 1s infinite;
          animation: mymove 1s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.animation_test {
  background: #000;
}

@media screen and (min-width: 768px) {
  .main {
    margin-top: 0vh;
  }
  .kv {
    position: fixed;
  }
  .kv .txt h2 {
    font-size: 6rem;
  }
  .kv .icon_scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    /* Standard syntax */
  }
  .kv .icon_scroll .center {
    margin: 50px auto 50px auto;
  }
  .kv .icon_scroll .mouse-down {
    width: 28px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
  }
  .kv .icon_scroll .bullet {
    width: 3px;
    height: 3px;
    background: #fff;
    margin: auto auto;
    border-radius: 8px;
    position: relative;
    -webkit-animation: scrollDownUp 5s infinite;
            animation: scrollDownUp 5s infinite;
  }
  @-webkit-keyframes scrollDownUp {
    0% {
      top: -10px;
    }
    50% {
      top: 20px;
    }
    100% {
      top: -10px;
    }
  }
  @keyframes scrollDownUp {
    0% {
      top: -10px;
    }
    50% {
      top: 20px;
    }
    100% {
      top: -10px;
    }
  }
  .story {
    padding: 200px 0;
    margin-top: 100vh;
  }
  .story .txt h2 {
    font-size: 28px;
  }
  .story .txt p {
    font-size: 18px;
  }
  .about {
    padding: 250px 0;
  }
  .about .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .about .wrap .txt {
    font-size: 18px;
  }
  .about .wrap h3 {
    font-size: 20px;
  }
  .about .item_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 250px;
  }
  .about .item {
    margin: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    margin: 1%;
  }
  .about .item:hover img {
    -webkit-box-shadow: 3px 3px 0px 0px #911c1c;
            box-shadow: 3px 3px 0px 0px #911c1c;
  }
  .about .item .pic {
    top: -80px;
    position: relative;
  }
  .about .item .pic img {
    max-width: 170px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .about .item .txt {
    margin: 0 0 0 30px;
  }
  .album {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0 200px;
  }
  .album .wrap {
    width: 900px;
  }
  .album .wrap .item_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .album .wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    margin: 1%;
    margin-bottom: 20px;
  }
  .album .wrap .item .pic {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-size: cover;
  }
  .album .wrap .item .pic::before {
    content: "";
    opacity: 0;
    left: -100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .album .wrap .item:hover .pic {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-size: 145%;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .album .wrap .item:hover .pic::before {
    content: "";
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(145, 28, 28, 0.7);
    opacity: 1;
  }
  .album .wrap .item:hover .pic::after {
    content: "";
    position: absolute;
    background: url(../img/icon_search.svg) no-repeat;
    width: 50px;
    height: 50px;
  }
  .album .wrap .item:hover h3 {
    color: #911c1c;
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .about .item_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .item {
    width: auto;
    margin: 30px 0;
  }
  .about .item .pic {
    top: 0;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-content {
  width: 90%;
  height: auto;
  max-width: 1000px;
  padding: 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-content p {
  line-height: 1.5em;
  color: #666666;
}

.lightbox_table {
  width: 100%;
  height: 100%;
}

.lightbox_table_cell {
  vertical-align: middle;
}

.lightbox_style {
  display: none;
}

.lightbox_style span {
  padding-right: 5px;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  top: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000000e8;
  opacity: 0.97;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  padding: 144px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 20px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  overflow: auto;
  padding: 60px 20px 20px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  color: #666666;
}

.fancybox-content h4 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  line-height: 1.5em;
}

.fancybox-content li {
  line-height: 1.5em;
  padding: 10px 0;
  list-style: decimal;
}

.fancybox-content li img {
  margin: 0px  5px;
  vertical-align: middle;
}

.fancybox-content ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.fancybox-content ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 0 20px;
}

.fancybox-content p img {
  margin: 0px  5px;
  vertical-align: middle;
}

.fancybox-content hr {
  margin: 30px 0;
}

.fancybox-content .lightbox_pic_d {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 20px 0;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: #202020;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  top: 5px;
  right: 5px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
  color: #ffffff;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: #ffffff00;
  stroke-width: 1;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 1;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
  background-color: #911c1c;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (min-width: 768px) {
  .fancybox-button {
    height: 52px;
    width: 52px;
    top: 77px;
    right: 74px;
  }
  .fancybox-slide--html {
    padding: 0;
  }
  .fancybox-content {
    width: 80%;
    padding: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: auto;
  }
}

.main_insidepage {
  background-color: #F4F3F3;
  font-family: CourierNew;
  font-family: 'Times New Roman', Times, serif;
  position: absolute;
  width: 100%;
}

.page_header {
  background-color: #911c1c;
  color: #ffffff;
  line-height: 100px;
  padding: 70px 0 10px;
}

.page_header .title_line_w:before, .page_header .title_line_w:after {
  width: 5%;
}

.page_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

.page_container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 30px;
}

.page_container h3 {
  font-size: 50px;
  margin: 40px 0;
}

.page_container h4 {
  margin: 0 0 5px 20px;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}

.page_container h4 span {
  display: block;
  font-weight: 300;
  font-size: 15px;
}

.page_container h4::before {
  content: "";
  position: absolute;
  background: url(../img/Icon_map.svg) no-repeat;
  display: block;
  width: 20px;
  height: 40px;
  top: 5px;
  left: -20px;
}

.page_container .tel {
  margin: 5px 0 0 20px;
  position: relative;
}

.page_container .tel::before {
  content: "";
  position: absolute;
  background: url(../img/Icon_phone.svg) no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  top: 5px;
  left: -20px;
}

.page_container .content .responsive-tab {
  margin-right: 30px;
}

.page_container .content .responsive-tab ul {
  list-style: none;
  padding: 0;
  margin: 0 50px 0 0;
  text-align: right;
  width: 100px;
}

.page_container .content .responsive-tab li {
  display: block;
  padding: 0;
  vertical-align: bottom;
}

.page_container .content .responsive-tab li.active {
  color: #c6a0d5;
  border-bottom-color: #9b59b6;
}

.page_container .content .responsive-tab a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  padding: 15px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.page_container .content .responsive-tab a.active {
  position: relative;
  color: #911c1c;
  outline: none;
  font-size: 30px;
}

.page_container .content .responsive-tab a.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #911c1c;
  top: 30px;
  right: -40px;
}

.page_container .content .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_container .content .album_list {
  margin-top: 17px;
  margin-left: 0;
}

.page_container .content .tabs > .album_list > div {
  display: none;
}

.page_container .content .tabs > .album_list > .active {
  display: block;
}

@media (max-width: 767px) {
  .page_container .content .responsive-tab {
    margin-bottom: 50px;
    margin-right: 0px;
  }
  .page_container .content .responsive-tab ul {
    position: relative;
    background: #999;
    border: none;
    width: 100%;
    text-align: center;
  }
  .page_container .content .responsive-tab ul::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 1;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
  }
  .page_container .content .responsive-tab li {
    display: block;
  }
  .page_container .content .responsive-tab a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
  }
  .page_container .content .responsive-tab ul.open a {
    position: relative;
    display: block;
    border-color: #fe8026;
  }
  .page_container .content .responsive-tab a.active {
    z-index: 1;
    background: #911c1c;
    color: #fff;
    font-size: 20px;
  }
  .page_container .content .responsive-tab a.active::after {
    display: none;
  }
  .page_container .content .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_container .item_group .item {
  margin-bottom: 60px;
  background-color: #fff;
}

.page_container .item_group .item img {
  width: 100%;
}

.page_container .item_group .item h3 {
  margin: 0;
  padding: 20px;
  font-size: 18px;
}

.page_container .item_group .item h3 span {
  margin-bottom: 8px;
  display: block;
}

.page_container .item_group .txt {
  padding: 20px 15px;
}

.page_container .item_group .txt a:hover, .page_container .item_group .txt span a:hover {
  color: #911c1c;
}

.fancybox-container h3 {
  margin: 80px auto 0px;
  font-size: 24px;
  text-align: center;
  color: #333;
}

.fancybox-container p {
  text-align: center;
  margin: 0;
}

.fancybox-container .pic_group img {
  width: 100%;
  margin: 30px 0;
}

.fancybox-container .lightbox_style {
  background: #fff;
}

.fancybox-container .lightbox_style .wrap {
  margin: 0;
}

.fancybox-container .lightbox_style h3 {
  font-size: 18px;
}

.fancybox-container .lightbox_style h3 span {
  display: block;
  margin-bottom: 10px;
}

.pagination {
  margin: 120px auto 100px;
  width: 100%;
  max-width: 350px;
  text-align: center;
}

.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #911c1c;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .page_header {
    padding: 130px 0 30px;
  }
  .page_header h2 {
    font-size: 28px;
  }
  .page_container {
    padding: 50px 0 0px 0;
  }
  .page_container .wrap {
    margin: 0;
  }
  .page_container .content {
    margin-bottom: 200px;
  }
  .page_container .content .album_list {
    margin-top: 170px;
    width: 100%;
  }
  .page_container .content .album_list_fixed {
    margin-left: 200px;
  }
  .page_container .content .slidmenu {
    position: relative;
    top: 0px;
    margin-left: 15px;
    text-align: center;
  }
  .page_container .content .slidmenu_fixed {
    position: fixed;
    top: 100px;
    z-index: 10;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    margin-left: 15px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .page_container .item_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_container h3 {
    font-size: 68px;
  }
  .page_container .item {
    width: 29.166666%;
    margin: 2.08333%;
    position: relative;
  }
  .page_container .item::before {
    content: "";
    position: absolute;
    width: 0%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_container .item a {
    display: block;
    text-align: left;
  }
  .page_container .item h3 {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_container .item:hover {
    -webkit-box-shadow: 0px 4px 33px 0px rgba(17, 29, 48, 0.15);
            box-shadow: 0px 4px 33px 0px rgba(17, 29, 48, 0.15);
  }
  .page_container .item .pic {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-size: 145%;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .page_container .item .pic::before {
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_container .item .pic::after {
    content: "";
    opacity: 1;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: -30%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .page_container .item .pic:hover::before {
    content: "";
    position: absolute;
    left: 0%;
    background-color: rgba(145, 28, 28, 0.7);
    opacity: 1;
  }
  .page_container .item .pic:hover::after {
    content: "";
    position: absolute;
    background: url(../img/icon_search.svg) no-repeat;
    background-size: 90%;
    width: 40px;
    height: 40px;
    right: 40%;
    top: 40%;
  }
  .fancybox-container .pic_group {
    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;
  }
  .fancybox-container .pic_group img {
    width: 46%;
    margin: 30px 1%;
    height: 100%;
  }
  .fancybox-container .lightbox_style h3 {
    font-size: 22px;
  }
}

body {
  font-family: Times,'Cormorant Garamond', serif, Helvetica, Arial, sans-serif;
  color: #333333;
}

img {
  vertical-align: middle;
}

a {
  color: #333333;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.wrap_1400 {
  max-width: 1400px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .wrap {
    margin: 0 30px;
  }
}
/*# sourceMappingURL=all.css.map */