@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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 display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
     -moz-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  *::-moz-selection {
    background: #dcb05e;
    color: #fff; }
  *::selection {
    background: #dcb05e;
    color: #fff; }

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

body {
  font-family: "Noto Sans TC", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.53269;
  color: #0c0c0c;
  background-color: #d2dce6;
  letter-spacing: 0;
  word-wrap: break-word;
  word-break: normal; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

p {
  margin: 0 0 1.53269em; }

input,
button,
select,
textarea,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle; }

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

[role="button"] {
  cursor: pointer; }

*:focus {
  outline: none; }

.wrapper {
  overflow: hidden; }

.container {
  position: relative; }

.slick-item + .slick-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

.slick-initialized .slick-item + .slick-item {
  position: relative;
  visibility: visible; }

.main::after,
.container::after,
.clearfix::after {
  content: '';
  display: block;
  clear: both; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hide {
  display: none; }

.list,
.list ul,
.list-h,
.list-h ul,
.list-v,
.list-v ul,
.list-inline,
.list-inline ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list a, .list .box,
.list-h a,
.list-h .box,
.list-v a,
.list-v .box,
.list-inline a,
.list-inline .box {
  display: block;
  text-decoration: none;
  color: inherit; }
  .list a span, .list .box span,
  .list-h a span,
  .list-h .box span,
  .list-v a span,
  .list-v .box span,
  .list-inline a span,
  .list-inline .box span {
    display: block; }

.list-h::after {
  content: '';
  display: block;
  clear: both; }

.list-h > li,
.list-h .item {
  float: left; }

.list-inline > li {
  display: inline-block;
  vertical-align: top; }

.list-inline a {
  display: inline-block; }

.list-normal {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list-normal li {
    position: relative;
    padding-left: 1.5em; }
    .list-normal li::before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #0c0c0c;
      position: absolute;
      left: 0;
      top: 0.76635em;
      margin-top: -6px; }

.field {
  display: block;
  width: 100%;
  height: 4vw;
  padding: 2px 0 0 5em;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  background: none;
  margin-bottom: 6px; }
  .field:focus {
    outline: none;
    border-color: #f1f6ee; }
  .field::-webkit-input-placeholder {
    color: #999; }
  .field::-moz-placeholder {
    color: #999; }
  .field:-ms-input-placeholder {
    color: #999; }
  .field:-moz-placeholder {
    color: #999; }

.field-group {
  position: relative;
  line-height: 4vw; }

.label {
  display: block;
  position: absolute;
  left: 0;
  top: 0; }

.form-wrap {
  margin: 0 1em 1em;
  position: relative;
  font-size: 1.5625vw; }
  .form-wrap .bt-submit {
    background: #2c98c1;
    font-weight: 500;
    width: 4em;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .form-wrap .bt-submit span {
      display: block;
      font-weight: normal; }

.form-title {
  text-align: center;
  font-size: 2.5vw;
  font-weight: 500;
  padding: 0.5em 0; }

.form-box {
  background: #2c98c1;
  padding: 0.5em 1em;
  margin-right: 4.6em; }

.privacy {
  font-size: 1.5625vw;
  padding: 0 1.5em 1.5em;
  text-align: center; }

.captcha-img {
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 4vw; }

@media (max-width: 767px) {
  .field {
    height: 2.4em; }
  .field-group {
    line-height: 2.4em; }
  .form-wrap,
  .privacy {
    font-size: 1em; }
  .form-title {
    font-size: 1.2em; } }

.bt {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0; }
  .bt::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .bt:focus {
    outline: none; }

.header .site-title {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0;
  padding: 19px 15px;
  font-size: 1em;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .header .site-title .logo {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 101%;
    padding: 0;
    background-repeat: no-repeat;
    vertical-align: top;
    background: url(../img/logo.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 190px;
    height: 42px; }
    .header .site-title .logo:hover {
      opacity: 0.7; }

.nav {
  background: #e6e3d2;
  position: fixed;
  z-index: 150;
  top: 80px;
  left: 100%;
  right: -300px;
  bottom: 0;
  overflow: hidden;
  pointer-events: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .nav-open .nav {
    right: 0;
    left: 0; }
  .nav-open {
    overflow: hidden; }
  .nav-toggle {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    background: none;
    width: 60px;
    height: 80px;
    text-align: center;
    vertical-align: top; }
    .nav-toggle::before {
      content: 'MENU';
      color: #000;
      font-size: 12px;
      -webkit-transform: scale(0.75);
          -ms-transform: scale(0.75);
           -o-transform: scale(0.75);
              transform: scale(0.75);
      display: block;
      position: absolute;
      top: 1.2em;
      left: 0;
      right: 0; }
      .nav-open .nav-toggle::before {
        content: 'CLOSE'; }
    .nav-toggle .ic-bar {
      background: #000;
      width: 26px;
      height: 2px;
      position: absolute;
      top: 60%;
      left: 50%;
      margin-top: -1px;
      margin-left: -13px;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
           -o-transform-origin: center;
              transform-origin: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .nav-toggle .ic-bar:nth-of-type(1) {
        -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
             -o-transform: translateY(-8px);
                transform: translateY(-8px); }
        .nav-open .nav-toggle .ic-bar:nth-of-type(1) {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .nav-toggle .ic-bar:nth-of-type(2) {
        -webkit-transform: translateY(8px);
            -ms-transform: translateY(8px);
             -o-transform: translateY(8px);
                transform: translateY(8px); }
        .nav-open .nav-toggle .ic-bar:nth-of-type(2) {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .nav-open .nav-toggle .ic-bar:nth-of-type(3) {
        display: none; }
  .nav-inner {
    position: absolute;
    top: 0;
    bottom: 6em;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.5em; }
  .nav .menu {
    color: #fff;
    font-size: 1.28571em; }
    .nav .menu > li > a {
      position: relative;
      border-bottom: 1px solid rgba(218, 218, 218, 0.3);
      padding: 1em 1em 0.8em;
      letter-spacing: 0.3em; }
    .nav .menu > li.current > a {
      color: #6fbdce; }
      .nav .menu > li.current > a:after {
        content: '>>';
        position: absolute;
        right: 0.5em;
        letter-spacing: -0.2em;
        font-size: 0.88889em; }

.footer {
  position: relative;
  background: #6fbdce;
  color: #fff;
  padding: 1.5em 60px 1.5em 30px; }
  .footer-copyright {
    margin-bottom: 0; }
    .footer-copyright .author {
      color: rgba(255, 255, 255, 0.5);
      margin-top: 0.8em;
      font-size: 0.85714em; }
  .footer-contact > li {
    display: inline-block;
    margin-right: 5px; }
    .footer-contact > li > a {
      padding: 5px;
      background: #8dc8e2;
      border-radius: 3px; }
      .footer-contact > li > a span {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 101%;
        padding: 0;
        background-repeat: no-repeat;
        display: block;
        background-image: url(../img/follow_ic.png);
        width: 25px;
        height: 25px; }
      .footer-contact > li > a.phone span {
        background-position: 0 0; }
      .footer-contact > li > a.addr span {
        background-position: 50% 0; }
      .footer-contact > li > a.fb span {
        background-position: 100% 0; }
  .footer .gotop {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100px;
    color: #fff; }
    .footer .gotop .txt {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          -ms-transform: translate(-50%, -50%) rotate(-90deg);
           -o-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg);
      letter-spacing: 0.05em;
      padding-right: 2em;
      font-size: 1em; }
      .footer .gotop .txt::before {
        content: '';
        color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
             -o-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        border: 1px solid #fff;
        border-width: 1px 1px 0 0;
        width: 8px;
        height: 8px; }

.container {
  margin: 0 auto;
  padding: 0 25px; }

.main {
  position: relative; }

.photo {
  vertical-align: top;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative; }
  .photo img {
    width: 100%; }
  .photo-title {
    font-size: 2.65625vw;
    padding: 0.5em 0.5em 1em; }
    .photo-title:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0.5em 0.5em 0.5em;
      border-color: transparent transparent #0c0c0c transparent;
      margin-right: 0.5em; }

.gallery .slick-dots,
.slider1-dot-holder .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  white-space: nowrap;
  padding: 0 0 5.72917%; }
  .gallery .slick-dots li,
  .slider1-dot-holder .slick-dots li {
    display: inline-block;
    vertical-align: middle; }
    .gallery .slick-dots li button,
    .slider1-dot-holder .slick-dots li button {
      display: inline-block;
      zoom: 1;
      line-height: normal;
      white-space: nowrap;
      vertical-align: middle;
      text-align: center;
      cursor: pointer;
      -webkit-user-drag: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      border: 0;
      color: inherit;
      font: inherit;
      text-decoration: none;
      background: none;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
      overflow: hidden;
      text-indent: 101%;
      padding: 0;
      background-repeat: no-repeat;
      position: relative;
      width: 7.5vw;
      height: 7.5vw; }
      .gallery .slick-dots li button::-moz-focus-inner,
      .slider1-dot-holder .slick-dots li button::-moz-focus-inner {
        padding: 0;
        border: 0; }
      .gallery .slick-dots li button:focus,
      .slider1-dot-holder .slick-dots li button:focus {
        outline: none; }
      .gallery .slick-dots li button:before,
      .slider1-dot-holder .slick-dots li button:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 1.45833vw;
        height: 1.45833vw;
        border-radius: 50%;
        background: #909090; }
  .gallery .slick-dots li.slick-active button:before,
  .slider1-dot-holder .slick-dots li.slick-active button:before {
    background: #dcb05e; }

@media (max-width: 767px) {
  .photo-title {
    font-size: 1.2em; } }

.sect {
  position: relative; }

.sect1 {
  background: url(../img/sect1_bg.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
          background-size: cover; }
  .sect1:before {
    content: '';
    display: block;
    padding-top: 141.51042%; }
  .sect1 .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83.07292%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.sect2 {
  background: url(../img/sect2.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
          background-size: cover; }
  .sect2:before {
    content: '';
    display: block;
    padding-top: 141.51042%; }
  .sect2 .content {
    position: absolute;
    left: 11.04167%;
    top: 53.66213%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.60417vw; }
    .sect2 .content-title {
      font-size: 2.72em;
      font-weight: 500;
      line-height: 1.17647;
      margin: 0 0 0.75em; }

.sect4 {
  text-align: center; }
  .sect4 .txt {
    font-size: 2.5vw;
    padding: 9.89583% 1.5em 18.75%; }
    .sect4 .txt .title {
      font-size: 1.70833em;
      font-weight: 500;
      margin: 0 0 0.7em; }

.sect6 {
  background: #f1f6ee; }
  .sect6 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 2.5vw; }
    .sect6 .content-title {
      color: #c49a6c;
      font-size: 1.25em;
      font-weight: 400;
      margin: 0 0 1.2em; }
    .sect6 .content.picL {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .sect6 .content.picL .content-pic {
        width: 55.72917%; }
      .sect6 .content.picL .content-box {
        padding-right: 3.64583%; }
    .sect6 .content.picR .content-pic {
      width: 62.13542%; }
    .sect6 .content.picR .content-box {
      padding-left: 4.58333%; }

.sect8 {
  background: #e6e3d2; }
  .sect8 .content {
    text-align: center; }
    .sect8 .content-title {
      color: #c49a6c;
      font-size: 3.125vw;
      font-weight: 400;
      margin: 1em 0 0.6em; }
    .sect8 .content-pic {
      padding-bottom: 7.29167%; }
      .sect8 .content-pic img {
        width: 58.4375%; }

.sect9 {
  padding: 5%; }
  .sect9 .content {
    max-width: 56.66667%;
    margin: 0 auto;
    background: #2b9fc0;
    color: #fff; }
    .sect9 .content .gmap {
      position: relative; }
      .sect9 .content .gmap:before {
        content: '';
        display: block;
        padding-top: 70.77206%; }
      .sect9 .content .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        border: 0; }
    .sect9 .content .bt-contact {
      width: 100%;
      font-size: 2.08333vw;
      background: #4c3425;
      padding: 0.5em;
      letter-spacing: 0.05em;
      margin-bottom: 0.5em; }
      .sect9 .content .bt-contact small {
        margin-left: 1em; }

@media (max-width: 767px) {
  .sect4 .txt {
    font-size: 1em; }
  .sect9 .content {
    max-width: 400px; }
    .sect9 .content .bt-contact {
      font-size: 1em; } }

@media (max-width: 449px) {
  .sect2 .content,
  .sect6 .content {
    font-size: 1em; }
  .sect2 {
    background-color: #e0dbca;
    background-position: 50% 0; }
    .sect2:before {
      display: none; }
    .sect2 .content {
      position: static;
      padding: 60% 18% 25% 10%;
      -webkit-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; }
      .sect2 .content-title {
        font-size: 1.6em; }
  .sect6 .content {
    display: block; }
    .sect6 .content.picL .content-pic, .sect6 .content.picR .content-pic {
      width: auto; }
    .sect6 .content.picL .content-box, .sect6 .content.picR .content-box {
      padding: 8% 10% 5%; }
  .sect8 .content-title {
    font-size: 1.2em; }
  .sect8 .content-pic img {
    width: 80%; } }

/*# sourceMappingURL=all.css.map */
