@charset "UTF-8";
.mb-none {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 5px !important; }
  @media only screen and (min-width: 768px) {
    .mb-10 {
      margin-bottom: 10px !important; } }
  @media print {
    .mb-10 {
      margin-bottom: 10px !important; } }

.mb-20 {
  margin-bottom: 10px !important; }
  @media only screen and (min-width: 768px) {
    .mb-20 {
      margin-bottom: 20px !important; } }
  @media print {
    .mb-20 {
      margin-bottom: 20px !important; } }

.mb-30 {
  margin-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .mb-30 {
      margin-bottom: 30px !important; } }
  @media print {
    .mb-30 {
      margin-bottom: 30px !important; } }

.mb-40 {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-40 {
      margin-bottom: 40px !important; } }
  @media print {
    .mb-40 {
      margin-bottom: 40px !important; } }

.mb-50 {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-50 {
      margin-bottom: 50px !important; } }
  @media print {
    .mb-50 {
      margin-bottom: 50px !important; } }

.mb-60 {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-60 {
      margin-bottom: 60px !important; } }
  @media print {
    .mb-60 {
      margin-bottom: 60px !important; } }

.mb-80 {
  margin-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .mb-80 {
      margin-bottom: 80px !important; } }
  @media print {
    .mb-80 {
      margin-bottom: 80px !important; } }

.mb-100 {
  margin-bottom: 50px !important; }
  @media only screen and (min-width: 768px) {
    .mb-100 {
      margin-bottom: 100px !important; } }
  @media print {
    .mb-100 {
      margin-bottom: 100px !important; } }

.mb-10-xs {
  margin-bottom: 10px !important; }
  @media only screen and (min-width: 768px) {
    .mb-10-xs {
      margin-bottom: 0 !important; } }
  @media print {
    .mb-10-xs {
      margin-bottom: 0 !important; } }

.mb-20-xs {
  margin-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .mb-20-xs {
      margin-bottom: 0 !important; } }
  @media print {
    .mb-20-xs {
      margin-bottom: 0 !important; } }

.mb-30-xs {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-30-xs {
      margin-bottom: 0 !important; } }
  @media print {
    .mb-30-xs {
      margin-bottom: 0 !important; } }

.section-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
  @media only screen and (min-width: 768px) {
    .section-xs {
      padding-top: 10px !important;
      padding-bottom: 10px !important; } }
  @media print {
    .section-xs {
      padding-top: 10px !important;
      padding-bottom: 10px !important; } }

.section-sm {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .section-sm {
      padding-top: 30px !important;
      padding-bottom: 30px !important; } }
  @media print {
    .section-sm {
      padding-top: 30px !important;
      padding-bottom: 30px !important; } }

.section-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .section-md {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }
  @media print {
    .section-md {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }

.section-lg {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .section-lg {
      padding-top: 60px !important;
      padding-bottom: 60px !important; } }
  @media print {
    .section-lg {
      padding-top: 60px !important;
      padding-bottom: 60px !important; } }

.section-xl {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .section-xl {
      padding-top: 80px !important;
      padding-bottom: 80px !important; } }
  @media print {
    .section-xl {
      padding-top: 80px !important;
      padding-bottom: 80px !important; } }

@media print {
  /**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
  @page {
    margin: 0 !important; }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important; }
  html {
    overflow: visible !important;
    zoom: 0.7 !important; }
  body {
    margin: 0 auto;
    width: 1120px;
    min-width: 1120px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .container-fluid,
  .container {
    min-width: 1090px !important; }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; }
  .navbar-header {
    float: left; }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; }
  .navbar {
    border-radius: 0; }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .nav-justified {
    width: 100%; }
  .nav-justified > li {
    float: none; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; }
  .navbar-static-top {
    border-radius: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; }
  .navbar-toggle {
    display: none; }
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; }
  .navbar-left {
    float: left; }
  .navbar-right {
    float: right;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; }
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; }
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; }
  .modal-lg {
    width: 900px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: left; }
  .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    width: 100%; }
  .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
    width: 91.66666667%; }
  .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
    width: 83.33333333%; }
  .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
    width: 75%; }
  .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
    width: 66.66666667%; }
  .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
    width: 58.33333333%; }
  .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
    width: 50%; }
  .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
    width: 41.66666667%; }
  .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
    width: 33.33333333%; }
  .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
    width: 25%; }
  .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
    width: 16.66666667%; }
  .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
    width: 8.33333333%; }
  .col-lg-pull-12, .col-md-pull-12, .col-sm-pull-12, .col-xs-pull-12 {
    right: 100%; }
  .col-lg-pull-11, .col-md-pull-11, .col-sm-pull-11, .col-xs-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10, .col-md-pull-10, .col-sm-pull-10, .col-xs-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9, .col-md-pull-9, .col-sm-pull-9, .col-xs-pull-9 {
    right: 75%; }
  .col-lg-pull-8, .col-md-pull-8, .col-sm-pull-8, .col-xs-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7, .col-md-pull-7, .col-sm-pull-7, .col-xs-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6, .col-md-pull-6, .col-sm-pull-6, .col-xs-pull-6 {
    right: 50%; }
  .col-lg-pull-5, .col-md-pull-5, .col-sm-pull-5, .col-xs-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4, .col-md-pull-4, .col-sm-pull-4, .col-xs-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3, .col-md-pull-3, .col-sm-pull-3, .col-xs-pull-3 {
    right: 25%; }
  .col-lg-pull-2, .col-md-pull-2, .col-sm-pull-2, .col-xs-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1, .col-md-pull-1, .col-sm-pull-1, .col-xs-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0, .col-md-pull-0, .col-sm-pull-0, .col-xs-pull-0 {
    right: auto; }
  .col-lg-push-12, .col-md-push-12, .col-sm-push-12, .col-xs-push-12 {
    left: 100%; }
  .col-lg-push-11, .col-md-push-11, .col-sm-push-11, .col-xs-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10, .col-md-push-10, .col-sm-push-10, .col-xs-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9, .col-md-push-9, .col-sm-push-9, .col-xs-push-9 {
    left: 75%; }
  .col-lg-push-8, .col-md-push-8, .col-sm-push-8, .col-xs-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7, .col-md-push-7, .col-sm-push-7, .col-xs-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6, .col-md-push-6, .col-sm-push-6, .col-xs-push-6 {
    left: 50%; }
  .col-lg-push-5, .col-md-push-5, .col-sm-push-5, .col-xs-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4, .col-md-push-4, .col-sm-push-4, .col-xs-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3, .col-md-push-3, .col-sm-push-3, .col-xs-push-3 {
    left: 25%; }
  .col-lg-push-2, .col-md-push-2, .col-sm-push-2, .col-xs-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1, .col-md-push-1, .col-sm-push-1, .col-xs-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0, .col-md-push-0, .col-sm-push-0, .col-xs-push-0 {
    left: auto; }
  .col-lg-offset-12, .col-md-offset-12, .col-sm-offset-12, .col-xs-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11, .col-md-offset-11, .col-sm-offset-11, .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10, .col-md-offset-10, .col-sm-offset-10, .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9, .col-md-offset-9, .col-sm-offset-9, .col-xs-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8, .col-md-offset-8, .col-sm-offset-8, .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7, .col-md-offset-7, .col-sm-offset-7, .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6, .col-md-offset-6, .col-sm-offset-6, .col-xs-offset-6 {
    margin-left: 50% !important; }
  .col-lg-offset-5, .col-md-offset-5, .col-sm-offset-5, .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4, .col-md-offset-4, .col-sm-offset-4, .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3, .col-md-offset-3, .col-sm-offset-3, .col-xs-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2, .col-md-offset-2, .col-sm-offset-2, .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1, .col-md-offset-1, .col-sm-offset-1, .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0, .col-md-offset-0, .col-sm-offset-0, .col-xs-offset-0 {
    margin-left: 0%; }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important; }
  .visible-lg {
    display: block !important; }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important; }
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important; }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important; }
  .hidden-lg {
    display: none !important; }
  .navbar-offcanvas {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    left: auto;
    top: auto; } }

img.img-harf {
  height: auto;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    img.img-harf {
      width: auto; } }
  @media print {
    img.img-harf {
      width: auto; } }

img.img-harf-vertical {
  max-height: 100%;
  width: auto; }
  @media only screen and (min-width: 768px) {
    img.img-harf-vertical {
      height: auto; } }
  @media print {
    img.img-harf-vertical {
      height: auto; } }

.lh-1 {
  line-height: 1.1; }

.lh-xs {
  line-height: 1.3; }

.lh-sm {
  line-height: 1.5; }

.lh-md {
  line-height: 1.66667; }
  @media only screen and (min-width: 768px) {
    .lh-md {
      line-height: 1.8; } }
  @media print {
    .lh-md {
      line-height: 1.8; } }

.lh-lg {
  line-height: 1.8; }
  @media only screen and (min-width: 768px) {
    .lh-lg {
      line-height: 2; } }
  @media print {
    .lh-lg {
      line-height: 2; } }

.lh-xl {
  line-height: 2; }
  @media only screen and (min-width: 768px) {
    .lh-xl {
      line-height: 2.5; } }
  @media print {
    .lh-xl {
      line-height: 2.5; } }

.txt-10 {
  font-size: 10px;
  font-size: 1rem; }

.txt-11 {
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .txt-11 {
      font-size: 11px;
      font-size: 1.1rem; } }
  @media print {
    .txt-11 {
      font-size: 11px;
      font-size: 1.1rem; } }

.txt-12 {
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .txt-12 {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print {
    .txt-12 {
      font-size: 12px;
      font-size: 1.2rem; } }

.txt-13 {
  font-size: 11px;
  font-size: 1.1rem; }
  @media only screen and (min-width: 768px) {
    .txt-13 {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media print {
    .txt-13 {
      font-size: 13px;
      font-size: 1.3rem; } }

.txt-14 {
  font-size: 12px;
  font-size: 1.2rem; }
  @media only screen and (min-width: 768px) {
    .txt-14 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .txt-14 {
      font-size: 14px;
      font-size: 1.4rem; } }

.txt-15 {
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    .txt-15 {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .txt-15 {
      font-size: 15px;
      font-size: 1.5rem; } }

.txt-16 {
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    .txt-16 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print {
    .txt-16 {
      font-size: 16px;
      font-size: 1.6rem; } }

.txt-17 {
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (min-width: 768px) {
    .txt-17 {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media print {
    .txt-17 {
      font-size: 17px;
      font-size: 1.7rem; } }

.txt-18 {
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (min-width: 768px) {
    .txt-18 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .txt-18 {
      font-size: 18px;
      font-size: 1.8rem; } }

.txt-20 {
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .txt-20 {
      font-size: 20px;
      font-size: 2rem; } }
  @media print {
    .txt-20 {
      font-size: 20px;
      font-size: 2rem; } }

.txt-21 {
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .txt-21 {
      font-size: 21px;
      font-size: 2.1rem; } }
  @media print {
    .txt-21 {
      font-size: 21px;
      font-size: 2.1rem; } }

.txt-22 {
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .txt-22 {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media print {
    .txt-22 {
      font-size: 22px;
      font-size: 2.2rem; } }

.txt-24 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (min-width: 768px) {
    .txt-24 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media print {
    .txt-24 {
      font-size: 24px;
      font-size: 2.4rem; } }

.txt-25 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (min-width: 768px) {
    .txt-25 {
      font-size: 25px;
      font-size: 2.5rem; } }
  @media print {
    .txt-25 {
      font-size: 25px;
      font-size: 2.5rem; } }

.txt-26 {
  font-size: 19px;
  font-size: 1.9rem; }
  @media only screen and (min-width: 768px) {
    .txt-26 {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media print {
    .txt-26 {
      font-size: 26px;
      font-size: 2.6rem; } }

.txt-28 {
  font-size: 19px;
  font-size: 1.9rem; }
  @media only screen and (min-width: 768px) {
    .txt-28 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media print {
    .txt-28 {
      font-size: 28px;
      font-size: 2.8rem; } }

.txt-29 {
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    .txt-29 {
      font-size: 29px;
      font-size: 2.9rem; } }
  @media print {
    .txt-29 {
      font-size: 29px;
      font-size: 2.9rem; } }

.txt-30 {
  font-size: 22px;
  font-size: 2.2rem; }
  @media only screen and (min-width: 768px) {
    .txt-30 {
      font-size: 30px;
      font-size: 3rem; } }
  @media print {
    .txt-30 {
      font-size: 30px;
      font-size: 3rem; } }

.txt-32 {
  font-size: 22px;
  font-size: 2.2rem; }
  @media only screen and (min-width: 768px) {
    .txt-32 {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media print {
    .txt-32 {
      font-size: 32px;
      font-size: 3.2rem; } }

.txt-35 {
  font-size: 23px;
  font-size: 2.3rem; }
  @media only screen and (min-width: 768px) {
    .txt-35 {
      font-size: 35px;
      font-size: 3.5rem; } }
  @media print {
    .txt-35 {
      font-size: 35px;
      font-size: 3.5rem; } }

.txt-36 {
  font-size: 24px;
  font-size: 2.4rem; }
  @media only screen and (min-width: 768px) {
    .txt-36 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media print {
    .txt-36 {
      font-size: 36px;
      font-size: 3.6rem; } }

.txt-40 {
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (min-width: 768px) {
    .txt-40 {
      font-size: 40px;
      font-size: 4rem; } }
  @media print {
    .txt-40 {
      font-size: 40px;
      font-size: 4rem; } }

.txt-42 {
  font-size: 27px;
  font-size: 2.7rem; }
  @media only screen and (min-width: 768px) {
    .txt-42 {
      font-size: 42px;
      font-size: 4.2rem; } }
  @media print {
    .txt-42 {
      font-size: 42px;
      font-size: 4.2rem; } }

.txt-45 {
  font-size: 28px;
  font-size: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .txt-45 {
      font-size: 45px;
      font-size: 4.5rem; } }
  @media print {
    .txt-45 {
      font-size: 45px;
      font-size: 4.5rem; } }

.txt-46 {
  font-size: 28px;
  font-size: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .txt-46 {
      font-size: 46px;
      font-size: 4.6rem; } }
  @media print {
    .txt-46 {
      font-size: 46px;
      font-size: 4.6rem; } }

.txt-60 {
  font-size: 36px;
  font-size: 3.6rem; }
  @media only screen and (min-width: 768px) {
    .txt-60 {
      font-size: 60px;
      font-size: 6rem; } }
  @media print {
    .txt-60 {
      font-size: 60px;
      font-size: 6rem; } }

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

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

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

.txt-outline {
  text-shadow: 0 0 3px #fff; }

@media only screen and (min-width: 1200px) {
  .txt-center-lg {
    text-align: center; } }

@media print {
  .txt-center-lg {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .txt-center-pc {
    text-align: center; } }

@media print {
  .txt-center-pc {
    text-align: center; } }

.txt-center-xs {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .txt-center-xs {
      text-align: left; } }
  @media print {
    .txt-center-xs {
      text-align: left; } }

.bg-white {
  background-color: #fff; }

.ls-narrow {
  letter-spacing: -0.04em; }

.ls-sm {
  letter-spacing: 0.05em; }

.ls-md {
  letter-spacing: 0.101em; }

.ls-lg {
  letter-spacing: 0.15em; }

.ls-xl {
  letter-spacing: 0.2em; }

.txt-normal {
  font-weight: normal; }

.txt-bold {
  font-weight: bold; }

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

.txt-indent {
  padding-left: 1em;
  text-indent: -1em; }

/*=====================
  common
===================== */
html, body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.53333;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 768px) {
    html, body {
      line-height: 1.66667; } }
  @media print {
    html, body {
      line-height: 1.66667; } }

body {
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;
  background-color: #000;
  color: #fff; }

@media print {
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; }
  .aos-init {
    opacity: 1 !important;
    transform: none !important; }
  body {
    padding-top: 0 !important; } }

h1, h2, h3, h4, h5, p {
  margin: 0; }

a {
  color: #d5b68c; }
  @media only screen and (min-width: 768px) {
    a:hover {
      color: #d5b68c;
      text-decoration: none; } }
  @media print {
    a:hover {
      color: #d5b68c;
      text-decoration: none; } }

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 999; }
  #loader-bg #loader {
    margin-left: 7px;
    margin-top: -14px; }
  #loader-bg .img-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }

.container-lg {
  max-width: 1170px; }

.tgt-anker {
  padding-top: 50px;
  margin-top: -50px; }
  @media only screen and (min-width: 768px) {
    .tgt-anker {
      padding-top: 70px;
      margin-top: -70px; } }
  @media print {
    .tgt-anker {
      padding-top: 70px;
      margin-top: -70px; } }
  @media only screen and (min-width: 768px) {
    .tgt-anker.lg {
      padding-top: 120px;
      margin-top: -120px; } }
  @media print {
    .tgt-anker.lg {
      padding-top: 120px;
      margin-top: -120px; } }

.bg-light {
  background-color: #eeecea; }

.bg-white {
  background-color: #fff; }

.img-btn {
  display: block;
  vertical-align: bottom; }
  .img-btn img {
    transition: opacity 0.25s linear;
    opacity: 1; }
  .img-btn:hover img {
    opacity: .7; }

.header, .main, .footer {
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    .header, .main, .footer {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .header, .main, .footer {
      font-size: 15px;
      font-size: 1.5rem; } }

*:focus {
  outline: none; }

.row-min .col-xs-6:nth-child(odd) {
  padding-right: 5px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-6:nth-child(odd) {
      padding-right: 15px; } }
  @media print {
    .row-min .col-xs-6:nth-child(odd) {
      padding-right: 15px; } }

.row-min .col-xs-6:nth-child(even) {
  padding-left: 5px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-6:nth-child(even) {
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-6:nth-child(even) {
      padding-left: 15px; } }

.row-min .col-xs-4:nth-child(1n) {
  padding-right: 0px;
  padding-left: 10px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(1n) {
      padding-right: 15px;
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(1n) {
      padding-right: 15px;
      padding-left: 15px; } }

.row-min .col-xs-4:nth-child(2n) {
  padding-right: 5px;
  padding-left: 5px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(2n) {
      padding-right: 15px;
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(2n) {
      padding-right: 15px;
      padding-left: 15px; } }

.row-min .col-xs-4:nth-child(3n) {
  padding-left: 0px;
  padding-right: 10px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(3n) {
      padding-left: 15px;
      padding-right: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(3n) {
      padding-left: 15px;
      padding-right: 15px; } }

.row-min .col-xs-3:nth-child(1n) {
  padding-right: 0px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-3:nth-child(1n) {
      padding-right: 15px; } }
  @media print {
    .row-min .col-xs-3:nth-child(1n) {
      padding-right: 15px; } }

.row-min .col-xs-3:nth-child(2n), .row-min .col-xs-3:nth-child(3n) {
  padding-right: 5px;
  padding-left: 5px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-3:nth-child(2n), .row-min .col-xs-3:nth-child(3n) {
      padding-right: 15px;
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-3:nth-child(2n), .row-min .col-xs-3:nth-child(3n) {
      padding-right: 15px;
      padding-left: 15px; } }

.row-min .col-xs-3:nth-child(4n) {
  padding-left: 0px;
  padding-right: 15px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-3:nth-child(4n) {
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-3:nth-child(4n) {
      padding-left: 15px; } }

.box-xs {
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .box-xs {
      padding: 10px 20px; } }
  @media print {
    .box-xs {
      padding: 10px 20px; } }

.box-sm {
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .box-sm {
      padding: 20px; } }
  @media print {
    .box-sm {
      padding: 20px; } }

.box-md {
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .box-md {
      padding: 30px; } }
  @media print {
    .box-md {
      padding: 30px; } }

.box-lg {
  padding: 30px 15px; }
  @media only screen and (min-width: 1200px) {
    .box-lg {
      padding: 40px 60px; } }
  @media print {
    .box-lg {
      padding: 40px 60px; } }

.txt-btn {
  display: block;
  position: relative;
  color: #d5b68c;
  transition: all 0.2s linear;
  padding-left: 30px;
  line-height: 1; }
  .txt-btn:hover {
    color: #eeecea; }
    .txt-btn:hover::after {
      width: 100px; }
  .txt-btn::after {
    position: absolute;
    display: block;
    content: " ";
    width: 20px;
    height: 1px;
    top: .5em;
    left: auto;
    right: -25px;
    background-color: #d5b68c;
    transition: all 0.2s linear; }
  .txt-btn.line-left::after {
    right: auto;
    left: 0; }

.btn-base {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 90%;
  padding: 18px 10px;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.2s linear; }
  @media only screen and (min-width: 768px) {
    .btn-base {
      width: 320px; } }
  @media print {
    .btn-base {
      width: 320px; } }
  .btn-base.long {
    width: 100%; }
  .btn-base.lg {
    padding: 22px 10px; }
    @media only screen and (min-width: 768px) {
      .btn-base.lg {
        width: 420px; } }
    @media print {
      .btn-base.lg {
        width: 420px; } }
  .btn-base .icon, .btn-base .txt {
    display: inline-block;
    vertical-align: middle; }
  .btn-base .icon {
    margin: 0 8px; }
  .btn-base .icon-right {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -.5em; }
  .btn-base .icon-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -.5em; }

.btn-lined {
  color: #d5b68c;
  border: 1px solid #d5b68c;
  background-color: transparent; }
  @media only screen and (min-width: 768px) {
    .btn-lined:hover {
      color: #fff !important;
      background-color: #9f8868; } }
  @media print {
    .btn-lined:hover {
      color: #fff !important;
      background-color: #9f8868; } }
  .btn-lined:visited, .btn-lined:focus {
    color: #d5b68c; }

.btn-back, .btn-submit {
  display: inline-block;
  line-height: 1;
  background-color: #666;
  width: 46%;
  margin: 0 1%;
  text-align: center;
  padding: 15px 10px;
  border-radius: 0;
  border: none;
  transition: all 0.25s linear;
  font-size: 11px;
  font-size: 1.1rem; }
  @media only screen and (min-width: 768px) {
    .btn-back, .btn-submit {
      width: 280px;
      padding: 20px 10px;
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .btn-back, .btn-submit {
      width: 280px;
      padding: 20px 10px;
      font-size: 15px;
      font-size: 1.5rem; } }
  .btn-back:hover, .btn-submit:hover {
    opacity: .8; }
  .btn-back.btn-submit, .btn-submit.btn-submit {
    background-color: #9f8868;
    color: #fff; }
    .btn-back.btn-submit:hover, .btn-submit.btn-submit:hover {
      opacity: .8;
      color: #fff; }

.btn-simple {
  color: #fff;
  border: none;
  background-color: #9f8868; }
  @media only screen and (min-width: 768px) {
    .btn-simple:hover {
      color: #fff;
      background-color: #d5b68c; } }
  @media print {
    .btn-simple:hover {
      color: #fff;
      background-color: #d5b68c; } }
  .btn-simple:visited, .btn-simple:focus {
    color: #fff; }

.dl-min {
  overflow: hidden; }
  .dl-min dt {
    font-weight: 600;
    width: 5em;
    float: left; }
  .dl-min dd {
    float: left;
    width: 100%;
    margin-left: -5em;
    padding-left: 5.5em;
    margin-bottom: 10px; }

.dl-simple {
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .dl-simple dt {
    background-color: #d5b68c;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    padding: 2px 10px; }
    @media only screen and (min-width: 768px) {
      .dl-simple dt {
        float: left;
        width: 100px; } }
    @media print {
      .dl-simple dt {
        float: left;
        width: 100px; } }
  .dl-simple dd {
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .dl-simple dd {
        float: left;
        width: 100%;
        margin-left: -100px;
        padding-left: 120px; } }
    @media print {
      .dl-simple dd {
        float: left;
        width: 100%;
        margin-left: -100px;
        padding-left: 120px; } }

.table-flat {
  border-collapse: separate;
  border-spacing: 2px;
  text-align: left;
  width: 100%;
  line-height: 1.4;
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .table-flat {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .table-flat {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table-flat th, .table-flat td {
    vertical-align: middle;
    padding: 5px; }
    @media only screen and (min-width: 768px) {
      .table-flat th, .table-flat td {
        padding: 10px 15px; } }
    @media print {
      .table-flat th, .table-flat td {
        padding: 10px 15px; } }
  .table-flat thead {
    font-weight: bold; }
    .table-flat thead th, .table-flat thead td {
      background-color: #d5b68c;
      color: #fff;
      text-align: center;
      padding: 8px 5px; }
      @media only screen and (min-width: 768px) {
        .table-flat thead th, .table-flat thead td {
          padding: 10px 15px; } }
      @media print {
        .table-flat thead th, .table-flat thead td {
          padding: 10px 15px; } }
  .table-flat tbody th {
    background-color: #d5b68c;
    font-weight: bold;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .table-flat tbody th {
        width: 220px; } }
    @media print {
      .table-flat tbody th {
        width: 220px; } }
  .table-flat tbody td {
    background-color: #f3f3f3;
    font-size: 10px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .table-flat tbody td {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media print {
      .table-flat tbody td {
        font-size: 13px;
        font-size: 1.3rem; } }

.table-simple {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  line-height: 1.5;
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .table-simple {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .table-simple {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table-simple th, .table-simple td {
    vertical-align: middle;
    padding: 5px 0; }
    @media only screen and (min-width: 768px) {
      .table-simple th, .table-simple td {
        padding: 8px 0; } }
    @media print {
      .table-simple th, .table-simple td {
        padding: 8px 0; } }
  .table-simple tbody th {
    font-weight: bold;
    text-align: right;
    width: 80px;
    white-space: nowrap;
    vertical-align: top; }
  .table-simple tbody td {
    padding-left: 10px;
    font-size: 10px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .table-simple tbody td {
        padding-left: 30px;
        font-size: 13px;
        font-size: 1.3rem; } }
    @media print {
      .table-simple tbody td {
        padding-left: 30px;
        font-size: 13px;
        font-size: 1.3rem; } }

.table-lined {
  position: relative;
  border-collapse: collapse;
  width: 100%;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .table-lined {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .table-lined {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table-lined::before, .table-lined::after {
    position: absolute;
    display: block;
    content: " ";
    width: 5px;
    height: 5px;
    top: -2px;
    border-radius: 50%;
    background-color: #c9c9c9; }
  .table-lined::before {
    left: 0; }
  .table-lined::after {
    right: 0; }
  .table-lined tr:first-child {
    border-top: 1px solid #c9c9c9; }
  .table-lined th, .table-lined td {
    position: relative;
    border-bottom: 1px solid #c9c9c9; }
    .table-lined th .col-point, .table-lined td .col-point {
      display: block;
      padding: 10px 5px; }
      @media only screen and (min-width: 768px) {
        .table-lined th .col-point, .table-lined td .col-point {
          padding: 24px 20px; } }
      @media print {
        .table-lined th .col-point, .table-lined td .col-point {
          padding: 24px 20px; } }
      .table-lined th .col-point::before, .table-lined td .col-point::before {
        position: absolute;
        display: block;
        content: " ";
        width: 5px;
        height: 5px;
        bottom: -3px;
        border-radius: 50%;
        background-color: #c9c9c9; }
  .table-lined th {
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .table-lined th {
        width: 180px; } }
    @media print {
      .table-lined th {
        width: 180px; } }
    .table-lined th .col-point::before {
      left: 0; }
  .table-lined td .col-point::before {
    right: 0; }

.list-number {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
  margin: 0; }
  .list-number li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px; }
    .list-number li::before {
      position: absolute;
      counter-increment: number;
      content: counter(number);
      display: inline-block;
      background: #d5b68c;
      color: white;
      font-weight: bold;
      font-size: 15px;
      border-radius: 50%;
      left: 0;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      top: 50%;
      transform: translateY(-50%); }

.list-simple {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-simple li {
    position: relative;
    padding: 0;
    margin-bottom: .2em;
    padding-left: .8em; }
    .list-simple li:after {
      position: absolute;
      content: " ";
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #d5b68c;
      left: 0;
      top: 0.6em; }
  .list-simple ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .list-simple ul li {
      position: relative;
      padding: 0;
      margin-bottom: .2em;
      padding-left: .5em; }
      .list-simple ul li:after {
        position: absolute;
        content: " ";
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #d5b68c;
        left: 0;
        top: 0.7em; }
  .list-simple.lined li {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .list-simple.lined li {
        padding-bottom: 10px;
        margin-bottom: 10px; } }
    @media print {
      .list-simple.lined li {
        padding-bottom: 10px;
        margin-bottom: 10px; } }
  .list-simple.list-inline li {
    margin-right: 1em; }
  .list-simple.list-checked li {
    position: relative;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.5;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .list-simple.list-checked li {
        padding-left: 30px; } }
    @media print {
      .list-simple.list-checked li {
        padding-left: 30px; } }
    .list-simple.list-checked li::after {
      content: none; }
    .list-simple.list-checked li::before {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      line-height: 1.5;
      content: '\f046';
      font-size: 16px;
      font-size: 1.6rem;
      font-family: FontAwesome;
      color: #FEA129; }
      @media only screen and (min-width: 768px) {
        .list-simple.list-checked li::before {
          font-size: 20px;
          font-size: 2rem; } }
      @media print {
        .list-simple.list-checked li::before {
          font-size: 20px;
          font-size: 2rem; } }

.gmap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden; }
  .gmap iframe, .gmap object, .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
  .gmap.long {
    padding-bottom: 0;
    height: 240px; }
    @media only screen and (min-width: 768px) {
      .gmap.long {
        height: 420px; } }
    @media print {
      .gmap.long {
        height: 420px; } }

.hr-bold {
  border-width: 2px;
  border-color: #333; }

.ttl-min {
  background-color: #d5b68c;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 1.1;
  padding: 0.2em 1em 0.1em;
  min-width: 150px; }
  .ttl-min.min {
    padding: 0.1em 1em; }

.ttl-bb {
  border-bottom: 1px solid #d5b68c;
  line-height: 1.5;
  padding-bottom: 10px; }

.ttl-bl {
  border-left: 6px solid #d5b68c;
  padding-left: .5em;
  line-height: 1.5; }

.txt-point {
  line-height: 1.8; }
  .txt-point .point {
    position: relative;
    display: inline-block; }
    .txt-point .point::after {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      margin-left: -3px;
      left: 50%;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #d5b68c; }

.txt-marker {
  display: inline;
  padding: 3px;
  border-bottom: 2px solid #f8e22b; }
  @media only screen and (min-width: 768px) {
    .txt-marker {
      border-bottom-width: 3px; } }
  @media print {
    .txt-marker {
      border-bottom-width: 3px; } }

.txt-bb {
  display: inline-block;
  border-bottom: 3px solid #fff;
  padding: .3em .5em; }
  @media only screen and (min-width: 768px) {
    .txt-bb {
      border-bottom-width: 5px; } }
  @media print {
    .txt-bb {
      border-bottom-width: 5px; } }

.txt-bl {
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid #d5b68c; }

.txt-eng {
  font-family: "Poppins", sans-serif; }

.txt-italic {
  font-style: italic; }

.txt-bk {
  color: #fff; }

.txt-main {
  color: #d5b68c; }

.txt-gray {
  color: #999998; }

.txt-red {
  color: red; }

.fotorama-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px; }

.fotorama__wrap {
  margin-left: auto;
  margin-right: auto; }

.fotorama__stage {
  margin-bottom: 10px; }

.fotorama__caption {
  width: 100%; }
  .fotorama__caption .fotorama__caption__wrap {
    width: 100%;
    text-align: center; }

.fotorama__thumb-border {
  border-color: #d5b68c;
  border-width: 2px; }

.fotorama__nav__frame {
  opacity: .6; }
  .fotorama__nav__frame:hover {
    opacity: 1; }

.fotorama__active {
  opacity: 1; }

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 60%;
  background-color: #EFEFEF;
  overflow: hidden;
  position: relative; }
  .photo-ofi img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
    position: absolute;
    left: 0;
    top: 0; }
  .photo-ofi.cover img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }

@media only screen and (max-width: 767px) {
  .navbar-offcanvas .dropdown-menu {
    transition: none !important; }
  .navbar-offcanvas {
    width: 100vw;
    left: 0;
    max-width: none;
    opacity: 0;
    transition: opacity .25s linear;
    z-index: -1;
    height: 0 !important; }
    .navbar-offcanvas .navlist {
      opacity: 0;
      transform: translateY(20px);
      transition: all .2s linear; }
      .navbar-offcanvas .navlist:nth-child(1) {
        transition-delay: 0; }
      .navbar-offcanvas .navlist:nth-child(2) {
        transition-delay: .1s; }
      .navbar-offcanvas .navlist:nth-child(3) {
        transition-delay: .2s; }
      .navbar-offcanvas .navlist:nth-child(4) {
        transition-delay: .3s; }
      .navbar-offcanvas .navlist:nth-child(5) {
        transition-delay: .4s; }
      .navbar-offcanvas .navlist:nth-child(6) {
        transition-delay: .5s; }
      .navbar-offcanvas .navlist:nth-child(7) {
        transition-delay: .6s; }
      .navbar-offcanvas .navlist:nth-child(8) {
        transition-delay: .7s; }
      .navbar-offcanvas .navlist:nth-child(9) {
        transition-delay: .8s; }
      .navbar-offcanvas .navlist:nth-child(10) {
        transition-delay: .9s; }
  .navbar-offcanvas.offcanvas-transform.in {
    transform: none;
    opacity: 1;
    z-index: 990;
    height: 100% !important; }
    .navbar-offcanvas.offcanvas-transform.in .navlist {
      opacity: 1;
      transform: translateY(0); } }

.header {
  margin: 0;
  border-radius: 0;
  border: none;
  text-align: center;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.95); }
  @media only screen and (min-width: 768px) {
    .header {
      padding-top: 12px;
      padding-bottom: 12px; } }
  @media print {
    .header {
      padding-top: 12px;
      padding-bottom: 12px; } }
  @media only screen and (min-width: 768px) {
    .header .inner-header {
      overflow: hidden;
      max-width: 1240px;
      margin: 0 auto; } }
  @media print {
    .header .inner-header {
      overflow: hidden;
      max-width: 1240px;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .header .navbar-header {
      float: left;
      display: block;
      padding-left: 30px; } }
  @media print {
    .header .navbar-header {
      float: left;
      display: block;
      padding-left: 30px; } }
  .header .navbar-brand {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 15px 0 0 15px;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .header .navbar-brand {
        padding: 0; } }
    @media print {
      .header .navbar-brand {
        padding: 0; } }
    .header .navbar-brand a {
      display: block;
      width: 76.92308px;
      height: 24.61538px;
      background-image: url("../img/common/logo-header.svg");
      background-repeat: no-repeat;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background-size: 76.92308px 24.61538px; }
      @media only screen and (min-width: 768px) {
        .header .navbar-brand a {
          width: 100px;
          height: 32px;
          background-size: 100px 32px; } }
      @media print {
        .header .navbar-brand a {
          width: 100px;
          height: 32px;
          background-size: 100px 32px; } }
  .header .navbar-offcanvas {
    border-top: none;
    max-height: none;
    background-color: rgba(0, 0, 0, 0.95);
    top: 50px;
    padding-top: 30px; }
    @media only screen and (min-width: 768px) {
      .header .navbar-offcanvas {
        background-color: transparent;
        float: right;
        width: auto;
        width: calc(100vw - 180px);
        top: auto;
        padding-top: 0; } }
    @media print {
      .header .navbar-offcanvas {
        background-color: transparent;
        float: right;
        width: auto;
        width: calc(100vw - 180px);
        top: auto;
        padding-top: 0; } }
    @media only screen and (min-width: 1240px) {
      .header .navbar-offcanvas {
        width: 1020px; } }
    @media print {
      .header .navbar-offcanvas {
        width: 1020px; } }
  .header .nav {
    margin: 0;
    margin-left: -15px;
    margin-right: -15px; }
    @media only screen and (min-width: 768px) {
      .header .nav {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        float: none;
        display: table;
        width: 100%;
        table-layout: fixed; } }
    @media print {
      .header .nav {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        float: none;
        display: table;
        width: 100%;
        table-layout: fixed; } }
    .header .nav::after, .header .nav::before {
      content: none; }
    @media only screen and (min-width: 768px) {
      .header .nav > li {
        display: table-cell !important;
        vertical-align: middle;
        float: none;
        padding: 0;
        text-align: center;
        padding-bottom: 4px; } }
    @media print {
      .header .nav > li {
        display: table-cell !important;
        vertical-align: middle;
        float: none;
        padding: 0;
        text-align: center;
        padding-bottom: 4px; } }
    .header .nav > li .link-gnav {
      position: relative;
      display: block;
      padding: 20px 15px;
      line-height: 1;
      letter-spacing: 0.15em;
      transition: all 0.2s linear;
      color: #d5b68c;
      font-size: 20px;
      font-size: 2rem;
      font-family: "Poppins", sans-serif;
      font-weight: 300; }
      .header .nav > li .link-gnav:hover {
        background-color: transparent; }
      @media only screen and (min-width: 768px) {
        .header .nav > li .link-gnav {
          display: inline-block;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 10px 0 6px;
          background-color: transparent !important; }
          .header .nav > li .link-gnav::after, .header .nav > li .link-gnav::before {
            position: absolute;
            display: block;
            content: " ";
            bottom: 0;
            width: 0;
            height: 1px;
            background-color: #d5b68c;
            z-index: 1; }
          .header .nav > li .link-gnav::before {
            left: 0; }
          .header .nav > li .link-gnav::after {
            right: 0;
            transition: width 0.4s cubic-bezier(0.6, 0, 0.3, 1); }
          .header .nav > li .link-gnav:hover {
            background-color: transparent; }
            .header .nav > li .link-gnav:hover::before {
              width: 100%;
              transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1); }
            .header .nav > li .link-gnav:hover::after {
              width: 100%;
              background: 0 0; } }
      @media print {
        .header .nav > li .link-gnav {
          display: inline-block;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 10px 0 6px;
          background-color: transparent !important; }
          .header .nav > li .link-gnav::after, .header .nav > li .link-gnav::before {
            position: absolute;
            display: block;
            content: " ";
            bottom: 0;
            width: 0;
            height: 1px;
            background-color: #d5b68c;
            z-index: 1; }
          .header .nav > li .link-gnav::before {
            left: 0; }
          .header .nav > li .link-gnav::after {
            right: 0;
            transition: width 0.4s cubic-bezier(0.6, 0, 0.3, 1); }
          .header .nav > li .link-gnav:hover {
            background-color: transparent; }
            .header .nav > li .link-gnav:hover::before {
              width: 100%;
              transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1); }
            .header .nav > li .link-gnav:hover::after {
              width: 100%;
              background: 0 0; } }
      .header .nav > li .link-gnav.active {
        background-color: transparent; }
        .header .nav > li .link-gnav.active:after {
          width: 100%; }
    .header .nav > li.dropdown {
      line-height: 1; }
      .header .nav > li.dropdown .link-gnav::after {
        position: absolute;
        right: 5px;
        top: 50%;
        display: block;
        margin-top: -.5em;
        line-height: 1;
        content: '\f078';
        font-size: 12px;
        font-size: 1.2rem;
        font-family: FontAwesome;
        color: #999; }
        @media only screen and (min-width: 768px) {
          .header .nav > li.dropdown .link-gnav::after {
            content: none; } }
        @media print {
          .header .nav > li.dropdown .link-gnav::after {
            content: none; } }
      @media only screen and (min-width: 768px) {
        .header .nav > li.dropdown .link-gnav .txt::after {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          margin-left: 5px;
          content: '\f078';
          font-size: 12px;
          font-size: 1.2rem;
          font-family: FontAwesome;
          color: #999; } }
      @media print {
        .header .nav > li.dropdown .link-gnav .txt::after {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          line-height: 1;
          margin-left: 5px;
          content: '\f078';
          font-size: 12px;
          font-size: 1.2rem;
          font-family: FontAwesome;
          color: #999; } }
      .header .nav > li.dropdown .dropdown-menu {
        border: none;
        padding: 0;
        left: 0;
        border-radius: 0;
        border-top: 1px solid #ddd;
        list-style: none;
        width: 100%;
        right: auto;
        float: none;
        min-width: 200px; }
        @media only screen and (min-width: 768px) {
          .header .nav > li.dropdown .dropdown-menu {
            left: 50%;
            transform: translate(-50%, 0);
            border: none;
            border-radius: 2px;
            overflow: hidden; } }
        @media print {
          .header .nav > li.dropdown .dropdown-menu {
            left: 50%;
            transform: translate(-50%, 0);
            border: none;
            border-radius: 2px;
            overflow: hidden; } }
        .header .nav > li.dropdown .dropdown-menu li {
          display: block !important;
          margin: 0;
          border-top: 1px solid #ddd; }
          @media only screen and (min-width: 768px) {
            .header .nav > li.dropdown .dropdown-menu li {
              border-color: #666; } }
          @media print {
            .header .nav > li.dropdown .dropdown-menu li {
              border-color: #666; } }
          .header .nav > li.dropdown .dropdown-menu li:first-child {
            border-top: none !important; }
        .header .nav > li.dropdown .dropdown-menu a {
          position: relative;
          padding: 12px;
          padding-left: 2.5em;
          text-align: left;
          color: #fff;
          font-weight: 500;
          white-space: normal;
          font-size: 13px;
          font-size: 1.3rem;
          transition: all .2s ease;
          background-color: #f7f7f7; }
          @media only screen and (min-width: 768px) {
            .header .nav > li.dropdown .dropdown-menu a {
              padding: 20px 15px;
              width: 100%;
              font-size: 14px;
              font-size: 1.4rem;
              background-color: #fff;
              color: #fff; }
              .header .nav > li.dropdown .dropdown-menu a:hover {
                background-color: #333; } }
          @media print {
            .header .nav > li.dropdown .dropdown-menu a {
              padding: 20px 15px;
              width: 100%;
              font-size: 14px;
              font-size: 1.4rem;
              background-color: #fff;
              color: #fff; }
              .header .nav > li.dropdown .dropdown-menu a:hover {
                background-color: #333; } }
  .header .navbar-txt {
    padding: 15px 0; }
  .header .navbar-toggle {
    margin: 0;
    padding: 0 16px;
    padding-top: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: none;
    background-color: transparent !important; }
    .header .navbar-toggle .icon-bar {
      background-color: #d5b68c !important;
      border-radius: 0;
      width: 18px;
      height: 2px;
      margin: 0 auto;
      margin-bottom: 5px; }
  .header .offcanvas-toggle.is-open .icon-bar:nth-child(1) {
    opacity: 1;
    transform: rotate(45deg) translate(2px, 3px); }
  .header .offcanvas-toggle.is-open .icon-bar:nth-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(2px, -3px); }

/* =====================
  footer
===================== */
.footer .footer-top {
  margin-bottom: 30px; }

.footer .list-footer {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none; }
  .footer .list-footer li {
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 2;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .footer .list-footer li {
        display: inline-block;
        font-size: 13px;
        font-size: 1.3rem;
        margin: 0 20px;
        width: auto;
        float: none;
        text-align: left;
        line-height: 1.5; } }
    @media print {
      .footer .list-footer li {
        display: inline-block;
        font-size: 13px;
        font-size: 1.3rem;
        margin: 0 20px;
        width: auto;
        float: none;
        text-align: left;
        line-height: 1.5; } }
    @media only screen and (min-width: 992px) {
      .footer .list-footer li {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 30px; } }
    @media print {
      .footer .list-footer li {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 30px; } }
    @media only screen and (min-width: 1200px) {
      .footer .list-footer li {
        margin: 0 40px; } }
    @media print {
      .footer .list-footer li {
        margin: 0 40px; } }
    .footer .list-footer li a {
      color: #5d5534;
      font-family: "Poppins", sans-serif;
      letter-spacing: 0.15em; }
      @media only screen and (min-width: 768px) {
        .footer .list-footer li a:hover {
          color: #d5b68c; } }
      @media print {
        .footer .list-footer li a:hover {
          color: #d5b68c; } }

.footer .copy {
  font-family: "Poppins", sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
  color: #9f8868;
  font-size: 9px;
  font-size: 0.9rem; }
  @media only screen and (min-width: 768px) {
    .footer .copy {
      font-size: 11px;
      font-size: 1.1rem; } }
  @media print {
    .footer .copy {
      font-size: 11px;
      font-size: 1.1rem; } }

/* =====================
  toppage
===================== */
@keyframes scale {
  0% {
    transform: scale(1.14) rotate(0.1deg); }
  100% {
    transform: scale(1) rotate(0.1deg); } }

@keyframes ZindexDownFadeOut2 {
  0% {
    z-index: 2;
    opacity: 1; }
  99% {
    z-index: 2;
    opacity: 0; }
  100% {
    z-index: -1;
    opacity: 0; } }

@keyframes height50 {
  5%, from {
    height: 0; }
  33%, 66% {
    height: 50px;
    top: 0; }
  95%, to {
    top: 50px; } }

.wrapper-top #slider-mv {
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 2;
  overflow: hidden; }
  .wrapper-top #slider-mv .sp-slide::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .2; }
  .wrapper-top #slider-mv .sp-slide img {
    transform: scale(1) rotate(0.1deg); }
  .wrapper-top #slider-mv .sp-slide.sp-selected img {
    animation-name: scale;
    animation-duration: 2.5s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1); }
  .wrapper-top #slider-mv .logo-mv {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99; }
    .wrapper-top #slider-mv .logo-mv img {
      width: 180px; }
      @media only screen and (min-width: 768px) {
        .wrapper-top #slider-mv .logo-mv img {
          width: 383px; } }
      @media print {
        .wrapper-top #slider-mv .logo-mv img {
          width: 383px; } }
  .wrapper-top #slider-mv .scroll-mv {
    position: absolute;
    display: block;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    color: #d5b68c;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.15em;
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (min-width: 768px) {
      .wrapper-top #slider-mv .scroll-mv {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media print {
      .wrapper-top #slider-mv .scroll-mv {
        font-size: 15px;
        font-size: 1.5rem; } }
    .wrapper-top #slider-mv .scroll-mv .line {
      overflow: hidden;
      height: 50px;
      width: 1px;
      position: absolute;
      bottom: -50px;
      left: 50%; }
      .wrapper-top #slider-mv .scroll-mv .line span {
        background-color: #d5b68c;
        height: 50px;
        width: 1px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        animation: height50 1.5s infinite cubic-bezier(0.6, 0, 0.3, 1); }

.wrapper-top.active #slider-mv {
  animation: ZindexDownFadeOut2 0.8s forwards cubic-bezier(0.6, 0, 0.3, 1) 0.15s; }

.wrapper-top.active .content-top {
  opacity: 1;
  transform: translateY(0); }

.wrapper-top.unload {
  opacity: 0; }

.wrapper-top .content-top {
  opacity: 0;
  transform: translateY(100px);
  transition: all .2s linear .8s;
  padding: 130px 0 60px; }

.block-gallery-top {
  padding: 0 8px; }
  @media only screen and (min-width: 768px) {
    .block-gallery-top {
      padding: 0;
      overflow: hidden; } }
  @media print {
    .block-gallery-top {
      padding: 0;
      overflow: hidden; } }
  .block-gallery-top .col {
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .block-gallery-top .col {
        float: left;
        border: none;
        height: auto; } }
    @media print {
      .block-gallery-top .col {
        float: left;
        border: none;
        height: auto; } }
    .block-gallery-top .col:last-child {
      border-bottom: 1px solid #c9c9c9; }
      @media only screen and (min-width: 768px) {
        .block-gallery-top .col:last-child {
          border: none; } }
      @media print {
        .block-gallery-top .col:last-child {
          border: none; } }
    @media only screen and (min-width: 768px) {
      .block-gallery-top .col.col-quarter {
        width: 25%; } }
    @media print {
      .block-gallery-top .col.col-quarter {
        width: 25%; } }
    @media only screen and (min-width: 768px) {
      .block-gallery-top .col.col-harf {
        width: 50%; }
        .block-gallery-top .col.col-harf .inner {
          padding-bottom: 65.555%; } }
    @media print {
      .block-gallery-top .col.col-harf {
        width: 50%; }
        .block-gallery-top .col.col-harf .inner {
          padding-bottom: 65.555%; } }
    .block-gallery-top .col .inner {
      position: relative;
      overflow: hidden;
      display: block;
      height: 100px;
      background-color: #000; }
      @media only screen and (min-width: 768px) {
        .block-gallery-top .col .inner {
          padding-bottom: 131%;
          height: 0; }
          .block-gallery-top .col .inner:hover .txt::before {
            opacity: 1;
            transform: scale3d(1, 1, 1); }
          .block-gallery-top .col .inner:hover img {
            opacity: .2;
            transform: scale(1.05); }
          .block-gallery-top .col .inner:hover .txt .inner-txt {
            opacity: 1;
            transform: scale3d(1, 1, 1); } }
      @media print {
        .block-gallery-top .col .inner {
          padding-bottom: 131%;
          height: 0; }
          .block-gallery-top .col .inner:hover .txt::before {
            opacity: 1;
            transform: scale3d(1, 1, 1); }
          .block-gallery-top .col .inner:hover img {
            opacity: .2;
            transform: scale(1.05); }
          .block-gallery-top .col .inner:hover .txt .inner-txt {
            opacity: 1;
            transform: scale3d(1, 1, 1); } }
      .block-gallery-top .col .inner .thumb {
        height: 100%;
        width: 100px;
        position: absolute;
        padding-bottom: 0;
        background-color: transparent; }
        @media only screen and (min-width: 768px) {
          .block-gallery-top .col .inner .thumb {
            width: 100%; } }
        @media print {
          .block-gallery-top .col .inner .thumb {
            width: 100%; } }
        .block-gallery-top .col .inner .thumb img {
          -o-object-fit: cover;
             object-fit: cover;
          font-family: 'object-fit: cover;';
          transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
          transform: scale(1); }
      .block-gallery-top .col .inner .txt {
        color: #c9c9c9;
        backface-visibility: hidden;
        display: block;
        position: absolute;
        top: 0;
        left: 115px;
        height: 100%;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .block-gallery-top .col .inner .txt {
            left: 0; }
            .block-gallery-top .col .inner .txt::before {
              content: '';
              opacity: 0;
              border: 1px solid #c9c9c9;
              box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
              position: absolute;
              top: 20px;
              right: 20px;
              bottom: 20px;
              left: 20px;
              transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
              transform: scale3d(1.4, 1.4, 1); } }
        @media print {
          .block-gallery-top .col .inner .txt {
            left: 0; }
            .block-gallery-top .col .inner .txt::before {
              content: '';
              opacity: 0;
              border: 1px solid #c9c9c9;
              box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
              position: absolute;
              top: 20px;
              right: 20px;
              bottom: 20px;
              left: 20px;
              transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
              transform: scale3d(1.4, 1.4, 1); } }
        .block-gallery-top .col .inner .txt .inner-txt {
          width: 100%;
          margin-top: -1.8em;
          position: absolute;
          top: 50%; }
          @media only screen and (min-width: 768px) {
            .block-gallery-top .col .inner .txt .inner-txt {
              opacity: 0;
              text-align: center;
              transform: scale(1.5);
              transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1); } }
          @media print {
            .block-gallery-top .col .inner .txt .inner-txt {
              opacity: 0;
              text-align: center;
              transform: scale(1.5);
              transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1); } }
          .block-gallery-top .col .inner .txt .inner-txt .lg {
            color: #d5b68c;
            margin-bottom: .2em;
            font-size: 14px;
            font-size: 1.4rem; }
            @media only screen and (min-width: 768px) {
              .block-gallery-top .col .inner .txt .inner-txt .lg {
                font-size: 1.7vw; } }
            @media print {
              .block-gallery-top .col .inner .txt .inner-txt .lg {
                font-size: 1.7vw; } }
            @media only screen and (min-width: 1200px) {
              .block-gallery-top .col .inner .txt .inner-txt .lg {
                font-size: 18px;
                font-size: 1.8rem; } }
            @media print {
              .block-gallery-top .col .inner .txt .inner-txt .lg {
                font-size: 18px;
                font-size: 1.8rem; } }
          .block-gallery-top .col .inner .txt .inner-txt .sm {
            color: #fff;
            font-size: 12px;
            font-size: 1.2rem; }
            @media only screen and (min-width: 768px) {
              .block-gallery-top .col .inner .txt .inner-txt .sm {
                font-size: 1.3vw; } }
            @media print {
              .block-gallery-top .col .inner .txt .inner-txt .sm {
                font-size: 1.3vw; } }
            @media only screen and (min-width: 1200px) {
              .block-gallery-top .col .inner .txt .inner-txt .sm {
                font-size: 14px;
                font-size: 1.4rem; } }
            @media print {
              .block-gallery-top .col .inner .txt .inner-txt .sm {
                font-size: 14px;
                font-size: 1.4rem; } }

@keyframes UpFadeIn2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -40%, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, -50%, 0); } }

@keyframes UpFadeIn3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes width100 {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes height100 {
  from {
    height: 0; }
  to {
    height: 100%; } }

.block-top a.inner {
  text-decoration: none !important;
  transition: all .5s ease; }
  .block-top a.inner:hover, .block-top a.inner:focus {
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .block-top a.inner:hover {
      background-color: #191919; }
      .block-top a.inner:hover .content::after {
        width: 100px; } }
  @media print {
    .block-top a.inner:hover {
      background-color: #191919; }
      .block-top a.inner:hover .content::after {
        width: 100px; } }

.block-top {
  display: block;
  overflow: hidden;
  max-width: 1600px;
  margin: 8px;
  width: calc(100% - 16px); }
  @media only screen and (min-width: 768px) {
    .block-top {
      margin: 0 auto;
      width: 100%;
      padding: 60px; } }
  @media print {
    .block-top {
      margin: 0 auto;
      width: 100%;
      padding: 60px; } }
  @media only screen and (min-width: 1200px) {
    .block-top {
      margin: 0 auto;
      padding: 60px 120px 120px; } }
  @media print {
    .block-top {
      margin: 0 auto;
      padding: 60px 120px 120px; } }
  .block-top .inner {
    display: block;
    color: #fff;
    padding: 10px;
    border: 1px solid #c9c9c9; }
    @media only screen and (min-width: 768px) {
      .block-top .inner {
        height: 520px;
        border: none;
        padding: 0; } }
    @media print {
      .block-top .inner {
        height: 520px;
        border: none;
        padding: 0; } }
  .block-top .left, .block-top .right {
    position: relative;
    height: auto;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .block-top .left, .block-top .right {
        float: left;
        height: 520px;
        width: 50%;
        padding: 60px; } }
    @media print {
      .block-top .left, .block-top .right {
        float: left;
        height: 520px;
        width: 50%;
        padding: 60px; } }
  .block-top .content {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .block-top .content {
        opacity: 0;
        padding: 0;
        padding-bottom: 80px;
        top: 50%;
        margin-bottom: 0;
        transform: translate3d(0, -50%, 0); } }
    @media print {
      .block-top .content {
        opacity: 0;
        padding: 0;
        padding-bottom: 80px;
        top: 50%;
        margin-bottom: 0;
        transform: translate3d(0, -50%, 0); } }
    .block-top .content .ttl {
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        .block-top .content .ttl {
          margin-bottom: 30px; } }
      @media print {
        .block-top .content .ttl {
          margin-bottom: 30px; } }
      .block-top .content .ttl .eng {
        display: inline-block;
        color: #d5b68c;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.15em;
        margin-right: 1em;
        font-size: 24px;
        font-size: 2.4rem; }
        @media only screen and (min-width: 768px) {
          .block-top .content .ttl .eng {
            font-size: 32px;
            font-size: 3.2rem; } }
        @media print {
          .block-top .content .ttl .eng {
            font-size: 32px;
            font-size: 3.2rem; } }
      .block-top .content .ttl .ja {
        display: inline-block;
        letter-spacing: 0.15em;
        color: #ddd;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (min-width: 768px) {
          .block-top .content .ttl .ja {
            font-size: 16px;
            font-size: 1.6rem; } }
        @media print {
          .block-top .content .ttl .ja {
            font-size: 16px;
            font-size: 1.6rem; } }
    .block-top .content .txt {
      line-height: 1.8; }
    .block-top .content::after, .block-top .content::before {
      position: absolute;
      display: block; }
    .block-top .content::after {
      content: " ";
      right: 0;
      width: 20px;
      height: 1px;
      bottom: 7px;
      background-color: #d5b68c;
      transition: all .3s linear; }
    .block-top .content::before {
      content: "MORE";
      font-family: "Poppins", sans-serif;
      text-align: right;
      color: #aaa;
      right: 30px;
      letter-spacing: 0.15em;
      line-height: 1;
      bottom: 0;
      z-index: 1;
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (min-width: 768px) {
        .block-top .content::before {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media print {
        .block-top .content::before {
          font-size: 15px;
          font-size: 1.5rem; } }
  .block-top .thumb {
    z-index: 1; }
    .block-top .thumb img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }
    @media only screen and (min-width: 768px) {
      .block-top .thumb {
        transform: translate3d(0, 100px, 0);
        opacity: 0;
        height: 520px;
        width: 840px;
        width: 50vw;
        padding: 0;
        position: absolute;
        top: 60px;
        left: 0; } }
    @media print {
      .block-top .thumb {
        transform: translate3d(0, 100px, 0);
        opacity: 0;
        height: 520px;
        width: 840px;
        width: 50vw;
        padding: 0;
        position: absolute;
        top: 60px;
        left: 0; } }
    @media only screen and (min-width: 1200px) {
      .block-top .thumb {
        width: 840px; } }
    @media print {
      .block-top .thumb {
        width: 840px; } }
    .block-top .thumb.thumb-left {
      left: auto;
      right: 0; }
  .block-top .line {
    position: absolute;
    background-color: #c9c9c9;
    display: none; }
    @media only screen and (min-width: 768px) {
      .block-top .line {
        display: block; } }
    @media print {
      .block-top .line {
        display: block; } }
    .block-top .line.line-lt {
      top: 0;
      right: 0;
      height: 1px;
      width: 0; }
    .block-top .line.line-ll {
      top: 0;
      left: 0;
      height: 0;
      width: 1px; }
    .block-top .line.line-lb {
      bottom: 0;
      left: 0;
      height: 1px;
      width: 0; }
    .block-top .line.line-rt {
      top: 0;
      left: 0;
      height: 1px;
      width: 0; }
    .block-top .line.line-rr {
      top: 0;
      right: 0;
      height: 0;
      width: 1px; }
    .block-top .line.line-rb {
      right: 0;
      bottom: 0;
      height: 1px;
      width: 0; }
  @media only screen and (min-width: 768px) {
    .block-top.active .content {
      animation: UpFadeIn2 0.8s forwards cubic-bezier(0.6, 0, 0.3, 1) 1s; }
    .block-top.active .line {
      position: absolute;
      background-color: #c9c9c9; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .block-top.active .line.line-lt {
      animation: width100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1); } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .block-top.active .line.line-ll {
      animation: height100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1) 0.4s; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .block-top.active .line.line-lb {
      animation: width100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1) 0.8s; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .block-top.active .line.line-rt {
      animation: width100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1); } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .block-top.active .line.line-rr {
      animation: height100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1) 0.4s; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .block-top.active .line.line-rb {
      animation: width100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1) 0.8s; } }
  @media only screen and (min-width: 768px) {
    .block-top.active .thumb {
      animation: UpFadeIn3 0.8s forwards cubic-bezier(0.6, 0, 0.3, 1) 1.2s; } }
  @media print {
    .block-top.active .content {
      animation: UpFadeIn2 0.8s forwards cubic-bezier(0.6, 0, 0.3, 1) 1s; }
    .block-top.active .line {
      position: absolute;
      background-color: #c9c9c9; } }
  @media print {
    .block-top.active .line.line-lt {
      animation: width100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1); } }
  @media print {
    .block-top.active .line.line-ll {
      animation: height100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1) 0.4s; } }
  @media print {
    .block-top.active .line.line-lb {
      animation: width100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1) 0.8s; } }
  @media print {
    .block-top.active .line.line-rt {
      animation: width100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1); } }
  @media print {
    .block-top.active .line.line-rr {
      animation: height100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1) 0.4s; } }
  @media print {
    .block-top.active .line.line-rb {
      animation: width100 0.4s forwards cubic-bezier(0.6, 0, 0.3, 1) 0.8s; } }
  @media print {
    .block-top.active .thumb {
      animation: UpFadeIn3 0.8s forwards cubic-bezier(0.6, 0, 0.3, 1) 1.2s; } }

/* =====================
  subpage
===================== */
.page-gallery {
  padding-top: 60px; }
  @media only screen and (min-width: 768px) {
    .page-gallery {
      padding-top: 70px; } }
  @media print {
    .page-gallery {
      padding-top: 70px; } }
  .page-gallery .breadcrumbs {
    border-top: 1px solid #433a2e; }

.breadcrumbs {
  padding: 10px 0;
  line-height: 1.5; }
  .breadcrumbs ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none; }
    .breadcrumbs ul li {
      display: inline-block;
      padding-left: 15px;
      margin-left: 6px;
      position: relative;
      color: #fff;
      font-weight: 300;
      letter-spacing: 0.1em;
      font-size: 11px;
      font-size: 1.1rem; }
      @media only screen and (min-width: 768px) {
        .breadcrumbs ul li {
          font-size: 13px;
          font-size: 1.3rem; } }
      @media print {
        .breadcrumbs ul li {
          font-size: 13px;
          font-size: 1.3rem; } }
      .breadcrumbs ul li::after {
        position: absolute;
        font-family: FontAwesome;
        display: block;
        width: 20px;
        height: 20px;
        content: '\f105';
        left: 0px;
        top: 0;
        color: #999; }
      .breadcrumbs ul li:first-child {
        padding-left: 0;
        margin: 0; }
        .breadcrumbs ul li:first-child::after {
          content: none; }
      .breadcrumbs ul li a {
        color: #d5b68c; }
        .breadcrumbs ul li a:hover {
          color: #eeecea;
          text-decoration: underline; }

.pgttl {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  padding-top: 100px;
  margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .pgttl {
      font-size: 48px;
      font-size: 4.8rem;
      margin-top: 60px;
      padding-top: 218px; } }
  @media print {
    .pgttl {
      font-size: 48px;
      font-size: 4.8rem;
      margin-top: 60px;
      padding-top: 218px; } }
  .pgttl .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 15px;
    right: 15px;
    height: 118px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media only screen and (min-width: 768px) {
      .pgttl .bg {
        left: 60px;
        right: 60px;
        height: 240px; } }
    @media print {
      .pgttl .bg {
        left: 60px;
        right: 60px;
        height: 240px; } }
    .pgttl .bg.service {
      background-image: url(../img/common/bg-pgttl-service.jpg); }
    .pgttl .bg.episode {
      background-image: url(../img/common/bg-pgttl-episode.jpg); }
    .pgttl .bg.about {
      background-image: url(../img/common/bg-pgttl-about.jpg); }
  .pgttl .en {
    font-family: "Poppins", sans-serif;
    color: #d5b68c;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    font-size: 36px;
    font-size: 3.6rem; }
    @media only screen and (min-width: 768px) {
      .pgttl .en {
        font-size: 48px;
        font-size: 4.8rem; } }
    @media print {
      .pgttl .en {
        font-size: 48px;
        font-size: 4.8rem; } }
  .pgttl .ja {
    color: #999;
    font-weight: bold;
    letter-spacing: 0.15em;
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (min-width: 768px) {
      .pgttl .ja {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print {
      .pgttl .ja {
        font-size: 16px;
        font-size: 1.6rem; } }

.bg-service {
  padding-top: 40px;
  background-image: url(../img/common/bg-service.png);
  background-size: 180px auto;
  background-repeat: no-repeat;
  background-position: left top; }
  @media only screen and (min-width: 768px) {
    .bg-service {
      padding-top: 80px;
      background-position: center top;
      background-size: 375px auto; } }
  @media print {
    .bg-service {
      padding-top: 80px;
      background-position: center top;
      background-size: 375px auto; } }

.row-colmuns:before, .row-colmuns:after {
  content: " ";
  display: table; }

.row-colmuns:after {
  clear: both; }

.row-colmuns .col-side {
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .row-colmuns .col-side {
      float: left;
      width: 320px;
      margin-bottom: 0; } }
  @media print {
    .row-colmuns .col-side {
      float: left;
      width: 320px;
      margin-bottom: 0; } }
  .row-colmuns .col-side .box-side {
    position: relative;
    display: none;
    border: 1px solid #c9c9c9;
    border-top: none;
    padding: 10px 5px; }
    @media only screen and (min-width: 992px) {
      .row-colmuns .col-side .box-side {
        display: block !important;
        background-color: transparent;
        border: none;
        padding: 0; } }
    @media print {
      .row-colmuns .col-side .box-side {
        display: block !important;
        background-color: transparent;
        border: none;
        padding: 0; } }
    .row-colmuns .col-side .box-side::after {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: #161616;
      display: block;
      content: " ";
      z-index: -2; }
      @media only screen and (min-width: 992px) {
        .row-colmuns .col-side .box-side::after {
          content: none; } }
      @media print {
        .row-colmuns .col-side .box-side::after {
          content: none; } }

  .row-colmuns .col-side .box-side2 {
    position: relative;
    display: none;
    border: 1px solid #c9c9c9;
    border-top: none;
    padding: 10px 5px; }
    @media only screen and (min-width: 992px) {
      .row-colmuns .col-side .box-side2 {
        display: block !important;
        background-color: transparent;
        border: none;
        padding: 0; } }
    @media print {
      .row-colmuns .col-side .box-side2 {
        display: block !important;
        background-color: transparent;
        border: none;
        padding: 0; } }
    .row-colmuns .col-side .box-side2::after {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: #161616;
      display: block;
      content: " ";
      z-index: -2; }
      @media only screen and (min-width: 992px) {
        .row-colmuns .col-side .box-side2::after {
          content: none; } }
      @media print {
        .row-colmuns .col-side .box-side2::after {
          content: none; } }


      
  .row-colmuns .col-side .ttl-side {
    position: relative;
    border: 1px solid #c9c9c9;
    padding: 15px; }
    @media only screen and (min-width: 992px) {
      .row-colmuns .col-side .ttl-side {
        border: none;
        border-left: 3px solid #d5b68c;
        padding: .3em 0 .3em 10px;
        margin-bottom: 20px; } }
    @media print {
      .row-colmuns .col-side .ttl-side {
        border: none;
        border-left: 3px solid #d5b68c;
        padding: .3em 0 .3em 10px;
        margin-bottom: 20px; } }
    .row-colmuns .col-side .ttl-side::after {
      position: absolute;
      display: block;
      right: 10px;
      top: 50%;
      margin-top: -9px;
      line-height: 1;
      content: '\f107';
      font-size: 18px;
      font-size: 1.8rem;
      font-family: FontAwesome;
      color: #fff; }
      @media only screen and (min-width: 992px) {
        .row-colmuns .col-side .ttl-side::after {
          content: none; } }
      @media print {
        .row-colmuns .col-side .ttl-side::after {
          content: none; } }
    .row-colmuns .col-side .ttl-side.active {
      border-bottom: none; }
      .row-colmuns .col-side .ttl-side.active::after {
        content: '\f106'; }
        @media only screen and (min-width: 992px) {
          .row-colmuns .col-side .ttl-side.active::after {
            content: none; } }
        @media print {
          .row-colmuns .col-side .ttl-side.active::after {
            content: none; } }

  .row-colmuns .col-side .ttl-side2 {
    position: relative;
    border: 1px solid #c9c9c9;
    padding: 15px; }
    @media only screen and (min-width: 992px) {
      .row-colmuns .col-side .ttl-side2 {
        border: none;
        border-left: 3px solid #d5b68c;
        padding: .3em 0 .3em 10px;
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media print {
      .row-colmuns .col-side .ttl-side2 {
        border: none;
        border-left: 3px solid #d5b68c;
        padding: .3em 0 .3em 10px;
        margin-bottom: 20px; } }
    .row-colmuns .col-side .ttl-side2::after {
      position: absolute;
      display: block;
      right: 10px;
      top: 50%;
      margin-top: -9px;
      line-height: 1;
      content: '\f107';
      font-size: 18px;
      font-size: 1.8rem;
      font-family: FontAwesome;
      color: #fff; }
      @media only screen and (min-width: 992px) {
        .row-colmuns .col-side .ttl-side2::after {
          content: none; } }
      @media print {
        .row-colmuns .col-side .ttl-side2::after {
          content: none; } }
    .row-colmuns .col-side .ttl-side2.active {
      border-bottom: none; }
      .row-colmuns .col-side .ttl-side2.active::after {
        content: '\f106'; }
        @media only screen and (min-width: 992px) {
          .row-colmuns .col-side .ttl-side2.active::after {
            content: none; } }
        @media print {
          .row-colmuns .col-side .ttl-side2.active::after {
            content: none; } }

        
@media only screen and (min-width: 992px) {
  .row-colmuns .col-main {
    float: left;
    width: 100%;
    margin-left: -330px;
    padding-left: 350px; } }

@media print {
  .row-colmuns .col-main {
    float: left;
    width: 100%;
    margin-left: -330px;
    padding-left: 350px; } }

/* IE11 */
_:lang(x)::-ms-backdrop, #sort-form .list-side.list-side-xs li {
  width: calc(99.999%/3) !important; }

#sort-form .ttl-area {
  background-color: #999;
  color: #222;
  padding: 3px 10px 0;
  line-height: 1.2;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem; }
  @media only screen and (min-width: 768px) {
    #sort-form .ttl-area {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media print {
    #sort-form .ttl-area {
      font-size: 13px;
      font-size: 1.3rem; } }

#sort-form .list-side {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #555; }
  #sort-form .list-side.list-side-min {
    overflow: hidden; }
    #sort-form .list-side.list-side-min li {
      width: 50%;
      float: left; }
      #sort-form .list-side.list-side-min li:nth-child(odd) {
        border-right: none; }
  #sort-form .list-side.list-side-xs {
    overflow: hidden; }
    #sort-form .list-side.list-side-xs li {
      width: 33%;
      width: calc(100%/3);
      float: left;
      border-left: none; }
      #sort-form .list-side.list-side-xs li:nth-child(3n+1) {
        border-left: 1px solid #555; }
  #sort-form .list-side li {
    display: block;
    border: 1px solid #555;
    border-top: none;
    line-height: 1.5;
    letter-spacing: -0.07em;
    font-size: 11px;
    font-size: 1.1rem;
    font-size: 2.8vw; }
    @media only screen and (min-width: 480px) {
      #sort-form .list-side li {
        font-size: 11px;
        font-size: 1.1rem; } }
    @media print {
      #sort-form .list-side li {
        font-size: 11px;
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      #sort-form .list-side li {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media print {
      #sort-form .list-side li {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      #sort-form .list-side li label:hover {
        background-color: #1f1f1f; } }
    @media print {
      #sort-form .list-side li label:hover {
        background-color: #1f1f1f; } }

#sort-form .text-input {
  width: 100%;
  border-radius: 1px;
  font-size: 13px;
  font-size: 1.3rem;
  height: 40px;
  box-shadow: none;
  border-color: #666;
  background-color: #333;
  color: #fff;
  -webkit-appearance: none; }

.control {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 3px 10px 14px;
  cursor: pointer;
  font-weight: normal; }
  @media only screen and (min-width: 768px) {
    .control {
      padding: 10px 3px 10px 17px; } }
  @media print {
    .control {
      padding: 10px 3px 10px 17px; } }
  .control.lg {
    padding: 6px 5px 6px 14px; }
    @media only screen and (min-width: 768px) {
      .control.lg {
        padding: 6px 5px 6px 17px; } }
    @media print {
      .control.lg {
        padding: 6px 5px 6px 17px; } }
  .control .txt {
    display: block;
    vertical-align: middle; }
    .control .txt .lg, .control .txt .sm {
      display: block;
      line-height: 1.3; }
    .control .txt .lg {
      font-weight: bold;
      font-size: 13px;
      font-size: 1.3rem; }
    .control .txt.sm, .control .txt .sm {
      color: #ccc;
      font-size: 12px;
      font-size: 1.2rem; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  display: block;
  top: 50%;
  left: 2px;
  height: 8px;
  width: 8px;
  border-radius: 1px;
  margin-top: -4px;
  background: #e6e6e6; }
  @media only screen and (min-width: 768px) {
    .control__indicator {
      height: 10px;
      width: 10px;
      left: 3px;
      margin-top: -5px; } }
  @media print {
    .control__indicator {
      height: 10px;
      width: 10px;
      left: 3px;
      margin-top: -5px; } }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #9f8868; }

.control input:checked ~ .txt:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  content: " ";
  background-color: #292929;
  z-index: -1; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #9f8868; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 2px;
  top: 0;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }
  @media only screen and (min-width: 768px) {
    .control--checkbox .control__indicator:after {
      left: 3px;
      top: 0;
      width: 5px;
      height: 8px; } }
  @media print {
    .control--checkbox .control__indicator:after {
      left: 3px;
      top: 0;
      width: 5px;
      height: 8px; } }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.select select::-ms-expand {
  display: none; }

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc; }

.select select:disabled {
  opacity: 0.5;
  pointer-events: none; }

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000; }

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc; }

.slick-prev {
  left: -12px; }
  .slick-prev:before {
    color: #d5b68c; }

.slick-next {
  right: -12px; }
  .slick-next:before {
    color: #d5b68c; }

.block-gallery {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333; }
  .block-gallery a.inner {
    transition: opacity 0.25s linear;
    opacity: 1;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .block-gallery a.inner:hover {
        background-color: #191919;
        opacity: .8; } }
    @media print {
      .block-gallery a.inner:hover {
        background-color: #191919;
        opacity: .8; } }
  .block-gallery .inner {
    display: block;
    color: #fff; }
    .block-gallery .inner .list-thumbs {
      padding: 0;
      margin: 0;
      list-style: none; }
      @media only screen and (min-width: 768px) {
        .block-gallery .inner .list-thumbs {
          overflow: hidden; } }
      @media print {
        .block-gallery .inner .list-thumbs {
          overflow: hidden; } }
      .block-gallery .inner .list-thumbs .slick-dots {
        bottom: 5px; }
        .block-gallery .inner .list-thumbs .slick-dots li button:before {
          font-size: 12px; }
      .block-gallery .inner .list-thumbs .slide-item {
        position: relative; }
        @media only screen and (min-width: 768px) {
          .block-gallery .inner .list-thumbs .slide-item {
            float: left;
            width: 33.333%;
            width: calc(100% / 3); } }
        @media print {
          .block-gallery .inner .list-thumbs .slide-item {
            float: left;
            width: 33.333%;
            width: calc(100% / 3); } }
        .block-gallery .inner .list-thumbs .slide-item .photo-ofi {
          padding-bottom: 75%;
          background-color: transparent;
          background-color: #fff; }
        .block-gallery .inner .list-thumbs .slide-item .cat {
          position: absolute;
          z-index: 2;
          left: 0;
          top: 0;
          line-height: 1;
          padding: 2px 10px;
          background-color: #333;
          color: #fff;
          min-width: 60px;
          font-weight: bold;
          font-size: 12px;
          font-size: 1.2rem; }
          @media only screen and (min-width: 768px) {
            .block-gallery .inner .list-thumbs .slide-item .cat {
              font-size: 13px;
              font-size: 1.3rem; } }
          @media print {
            .block-gallery .inner .list-thumbs .slide-item .cat {
              font-size: 13px;
              font-size: 1.3rem; } }
    .block-gallery .inner .txt {
      line-height: 1.5;
      padding: 5px; }
      @media only screen and (min-width: 768px) {
        .block-gallery .inner .txt {
          padding: 10px; } }
      @media print {
        .block-gallery .inner .txt {
          padding: 10px; } }
      .block-gallery .inner .txt .ttl {
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 15px;
        font-size: 1.5rem; }
        @media only screen and (min-width: 768px) {
          .block-gallery .inner .txt .ttl {
            font-size: 16px;
            font-size: 1.6rem; } }
        @media print {
          .block-gallery .inner .txt .ttl {
            font-size: 16px;
            font-size: 1.6rem; } }
      .block-gallery .inner .txt .excerpt {
        color: #ccc;
        font-size: 12px;
        font-size: 1.2rem; }
        @media only screen and (min-width: 768px) {
          .block-gallery .inner .txt .excerpt {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media print {
          .block-gallery .inner .txt .excerpt {
            font-size: 13px;
            font-size: 1.3rem; } }
      .block-gallery .inner .txt .address {
        position: relative;
        padding-left: 15px;
        color: #ddd;
        line-height: 1.3;
        padding-top: 2px;
        font-size: 12px;
        font-size: 1.2rem; }
        @media only screen and (min-width: 768px) {
          .block-gallery .inner .txt .address {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media print {
          .block-gallery .inner .txt .address {
            font-size: 13px;
            font-size: 1.3rem; } }
        .block-gallery .inner .txt .address::after {
          position: absolute;
          left: 0;
          top: 50%;
          display: block;
          margin-top: -.5em;
          line-height: 1;
          content: '\f041';
          font-size: 15px;
          font-size: 1.5rem;
          font-family: FontAwesome;
          color: #d5b68c; }

.box-query {
  background-color: #333;
  border: 1px solid #555;
  border-radius: 1px;
  padding: 10px;
  padding-bottom: 0; }
  .box-query .block-query {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .box-query .block-query {
        margin-bottom: 10px;
        font-size: 13px;
        font-size: 1.3rem; } }
    @media print {
      .box-query .block-query {
        margin-bottom: 10px;
        font-size: 13px;
        font-size: 1.3rem; } }
    .box-query .block-query .ttl-query {
      display: table-cell;
      vertical-align: top;
      font-weight: bold;
      width: 80px;
      background-color: #9f8868;
      color: #fff;
      text-align: center; }
    .box-query .block-query .txt-query {
      display: table-cell;
      vertical-align: top;
      padding-left: 10px; }

.block-spec {
  background-color: #222;
  position: relative;
  padding: 25px 20px 10px; }
  @media only screen and (min-width: 768px) {
    .block-spec {
      padding: 40px 15px 20px; } }
  @media print {
    .block-spec {
      padding: 40px 15px 20px; } }
  .block-spec .ttl-spec {
    background-color: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    padding: 2px 20px;
    width: 100px;
    font-weight: normal;
    letter-spacing: 0.15em; }

.table-spec {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  line-height: 1.5; }
  .table-spec th, .table-spec td {
    vertical-align: top;
    font-size: 10px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .table-spec th, .table-spec td {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media print {
      .table-spec th, .table-spec td {
        font-size: 13px;
        font-size: 1.3rem; } }
  .table-spec td {
    color: #ddd;
    font-size: 10px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .table-spec td {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media print {
      .table-spec td {
        font-size: 13px;
        font-size: 1.3rem; } }
  .table-spec tbody tr {
    border-bottom: 1px solid #555; }
  .table-spec tbody th {
    text-align: left;
    width: 100px; }
    @media only screen and (min-width: 768px) {
      .table-spec tbody th {
        width: auto; } }
    @media print {
      .table-spec tbody th {
        width: auto; } }
  .table-spec tbody th, .table-spec tbody td {
    padding: 5px; }
    @media only screen and (min-width: 768px) {
      .table-spec tbody th, .table-spec tbody td {
        padding: 10px 5px; } }
    @media print {
      .table-spec tbody th, .table-spec tbody td {
        padding: 10px 5px; } }

.gmap-wide {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden; }
  .gmap-wide iframe, .gmap-wide object, .gmap-wide embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.block-relations .block-gallery .inner .thumb {
  padding-bottom: 75%;
  background-color: transparent; }

.block-relations .block-gallery .inner .txt {
  padding-left: 0;
  padding-right: 0; }
  .block-relations .block-gallery .inner .txt .ttl {
    font-size: 14px;
    font-size: 1.4rem; }
    @media only screen and (min-width: 768px) {
      .block-relations .block-gallery .inner .txt .ttl {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .block-relations .block-gallery .inner .txt .ttl {
        font-size: 14px;
        font-size: 1.4rem; } }
  .block-relations .block-gallery .inner .txt .address {
    font-size: 11px;
    font-size: 1.1rem; }
    @media only screen and (min-width: 768px) {
      .block-relations .block-gallery .inner .txt .address {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media print {
      .block-relations .block-gallery .inner .txt .address {
        font-size: 12px;
        font-size: 1.2rem; } }
    .block-relations .block-gallery .inner .txt .address::after {
      font-size: 14px;
      font-size: 1.4rem; }

.paging {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  padding-top: 1em; }
  .paging > span {
    display: inline-block;
    border-radius: 0;
    overflow: hidden;
    margin: 2px;
    width: 40px;
    height: 40px;
    font-family: "Poppins", sans-serif;
    background-color: #d5b68c;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 40px; }
    .paging > span a {
      display: block;
      width: 100%;
      height: 100%;
      color: #d5b68c;
      background-color: #555; }
    .paging > span a:hover {
      background-color: #d5b68c;
      color: #fff; }
    .paging > span.current {
      cursor: default;
      background-color: #d5b68c;
      color: #fff; }

a.block-episode {
  transition: all .6s ease; }
  a.block-episode:hover {
    color: #fff;
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    a.block-episode:hover {
      background-color: #191919; }
      a.block-episode:hover .thumbs img {
        opacity: .8;
        transform: scale(1.03); }
      a.block-episode:hover .content::after {
        width: 100px; } }
  @media print {
    a.block-episode:hover {
      background-color: #191919; }
      a.block-episode:hover .thumbs img {
        opacity: .8;
        transform: scale(1.03); }
      a.block-episode:hover .content::after {
        width: 100px; } }
  a.block-episode .content {
    position: relative; }
    a.block-episode .content::after, a.block-episode .content::before {
      position: absolute;
      display: block; }
    a.block-episode .content::after {
      content: " ";
      right: 10px;
      width: 20px;
      height: 1px;
      bottom: 18px;
      background-color: #d5b68c;
      transition: all .3s linear; }
    a.block-episode .content::before {
      content: "MORE";
      font-family: "Poppins", sans-serif;
      text-align: right;
      color: #aaa;
      right: 35px;
      letter-spacing: 0.15em;
      line-height: 1;
      bottom: 10px;
      z-index: 1;
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (min-width: 768px) {
        a.block-episode .content::before {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media print {
        a.block-episode .content::before {
          font-size: 15px;
          font-size: 1.5rem; } }

.block-episode {
  display: block;
  color: #fff; }
  .block-episode .thumbs {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 65%;
    background-color: #fff; }
    .block-episode .thumbs img {
      transition: all .6s ease;
      opacity: 1;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }
    .block-episode .thumbs .cat {
      position: absolute;
      background-color: #fff;
      background-color: rgba(159, 136, 104, 0.9);
      color: #fff;
      font-family: "Poppins", sans-serif;
      text-align: center;
      min-width: 80px;
      left: 5px;
      top: 5px;
      z-index: 2;
      line-height: 1.3;
      padding: 3px 10px;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (min-width: 768px) {
        .block-episode .thumbs .cat {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media print {
        .block-episode .thumbs .cat {
          font-size: 14px;
          font-size: 1.4rem; } }
  .block-episode .content {
    transition: all .6s ease;
    opacity: 1;
    padding: 10px;
    padding-bottom: 20px; }
    .block-episode .content .ttl {
      line-height: 1.5;
      font-weight: 600;
      margin-bottom: .3em;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (min-width: 768px) {
        .block-episode .content .ttl {
          font-size: 20px;
          font-size: 2rem; } }
      @media print {
        .block-episode .content .ttl {
          font-size: 20px;
          font-size: 2rem; } }
    .block-episode .content .date {
      font-family: "Poppins", sans-serif;
      color: #9e8e8a;
      letter-spacing: 0.15em;
      margin-top: 1em;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (min-width: 768px) {
        .block-episode .content .date {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media print {
        .block-episode .content .date {
          font-size: 14px;
          font-size: 1.4rem; } }
    .block-episode .content .txt-excerpt {
      position: relative;
      font-weight: normal;
      line-height: 1.5;
      margin-top: 1em;
      color: #ccc;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (min-width: 768px) {
        .block-episode .content .txt-excerpt {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media print {
        .block-episode .content .txt-excerpt {
          font-size: 14px;
          font-size: 1.4rem; } }
    .block-episode .content .meta {
      line-height: 1.5; }
      .block-episode .content .meta .txt {
        position: relative;
        font-weight: normal;
        color: #555;
        display: inline-block;
        padding-right: 10px;
        margin-right: 10px;
        font-size: 11px;
        font-size: 1.1rem; }
        @media only screen and (min-width: 768px) {
          .block-episode .content .meta .txt {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media print {
          .block-episode .content .meta .txt {
            font-size: 13px;
            font-size: 1.3rem; } }
        .block-episode .content .meta .txt:first-child::before {
          content: none; }
        .block-episode .content .meta .txt::before {
          position: absolute;
          display: block;
          content: " ";
          height: 80%;
          top: 10%;
          width: 1px;
          background-color: #666;
          left: -10px;
          transform: rotate(30deg); }

.nav-cat {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .nav-cat .ttl {
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .nav-cat .ttl {
        width: 110px;
        float: left;
        margin-bottom: 0;
        padding-top: 5px; } }
    @media print {
      .nav-cat .ttl {
        width: 110px;
        float: left;
        margin-bottom: 0;
        padding-top: 5px; } }
  @media only screen and (min-width: 768px) {
    .nav-cat .btns {
      width: 100%;
      margin-left: 120px; } }
  @media print {
    .nav-cat .btns {
      width: 100%;
      margin-left: 120px; } }
  .nav-cat .btns ul {
    padding: 0;
    margin: 0; }
    .nav-cat .btns ul li {
      display: inline-block;
      margin-bottom: 5px; }
      .nav-cat .btns ul li a {
        display: inline-block;
        background-color: #333;
        color: #ccc;
        line-height: 1.4;
        padding: 0.7em 1em;
        margin-right: 2px;
        min-width: 80px;
        text-align: center;
        font-weight: bold;
        transition: all .25s ease;
        text-decoration: none !important;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 768px) {
          .nav-cat .btns ul li a {
            padding: 0.5em 1.5em;
            font-size: 13px;
            font-size: 1.3rem; }
            .nav-cat .btns ul li a:hover {
              background-color: #d5b68c;
              color: #fff; } }
        @media print {
          .nav-cat .btns ul li a {
            padding: 0.5em 1.5em;
            font-size: 13px;
            font-size: 1.3rem; }
            .nav-cat .btns ul li a:hover {
              background-color: #d5b68c;
              color: #fff; } }
        .nav-cat .btns ul li a.active {
          background-color: #9f8868;
          color: #fff; }

#select-sort select {
  background-color: #333;
  border: none;
  color: #ccc;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  line-height: 1.5em !important;
  padding: 0.3em 3.5em 0.3em 0.6em;
  margin: 0;
  min-width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #eee 50%), linear-gradient(135deg, #eee 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 16px) calc(1em + 0px), calc(100% - 11px) calc(1em + 0px), calc(100% - 2.5em) 0.3em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  font-size: 12px;
  font-size: 1.2rem; }
  @media only screen and (min-width: 768px) {
    #select-sort select {
      min-width: 100px;
      font-size: 13px;
      font-size: 1.3rem; } }
  @media print {
    #select-sort select {
      min-width: 100px;
      font-size: 13px;
      font-size: 1.3rem; } }

#select-sort select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

#select-sort select::-ms-expand {
  display: none; }

.row-slider {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    .row-slider #slider-gallery {
      width: 80%;
      float: left; } }
  @media print {
    .row-slider #slider-gallery {
      width: 80%;
      float: left; } }
  .row-slider .btn-madori {
    position: absolute;
    display: block;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 9;
    left: 5px;
    top: 5px;
    padding: 8px 10px;
    line-height: 1.1;
    min-width: 80px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 10px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .row-slider .btn-madori {
        font-size: 12px;
        font-size: 1.2rem; }
        .row-slider .btn-madori:hover {
          opacity: .8; } }
    @media print {
      .row-slider .btn-madori {
        font-size: 12px;
        font-size: 1.2rem; }
        .row-slider .btn-madori:hover {
          opacity: .8; } }
    .row-slider .btn-madori .icon, .row-slider .btn-madori .txt {
      display: inline-block;
      vertical-align: middle; }
    .row-slider .btn-madori .icon img {
      width: 13px;
      height: auto;
      vertical-align: bottom; }
    .row-slider .btn-madori .txt {
      margin-left: 5px; }
  .row-slider #thumbnail-list {
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: none;
    list-style: none; }
    @media only screen and (min-width: 768px) {
      .row-slider #thumbnail-list {
        display: block; } }
    @media print {
      .row-slider #thumbnail-list {
        display: block; } }
    @media only screen and (min-width: 1200px) {
      .row-slider #thumbnail-list {
        width: 20%;
        float: right;
        padding-left: 10px; } }
    @media print {
      .row-slider #thumbnail-list {
        width: 20%;
        float: right;
        padding-left: 10px; } }
    .row-slider #thumbnail-list li {
      float: left;
      width: 10%;
      padding-bottom: 7%;
      background-color: #fff;
      opacity: .4;
      transition: opacity 0.2s ease;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .row-slider #thumbnail-list li:hover {
          opacity: .8; } }
      @media print {
        .row-slider #thumbnail-list li:hover {
          opacity: .8; } }
      @media only screen and (min-width: 1200px) {
        .row-slider #thumbnail-list li {
          width: 50%;
          padding-bottom: 35%; } }
      @media print {
        .row-slider #thumbnail-list li {
          width: 50%;
          padding-bottom: 35%; } }
      .row-slider #thumbnail-list li img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .row-slider #thumbnail-list li.thumbnail-current {
        opacity: 1; }

#slider-gallery {
  position: relative;
  display: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px; }
  @media only screen and (min-width: 1200px) {
    #slider-gallery {
      margin-bottom: 0; } }
  @media print {
    #slider-gallery {
      margin-bottom: 0; } }
  #slider-gallery li {
    position: relative;
    list-style: none; }
    #slider-gallery li .photo-ofi {
      padding-bottom: 75%;
      background-color: transparent; }
    #slider-gallery li .caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.8);
      color: #ddd;
      line-height: 1.5;
      padding: .5em 1em;
      font-weight: bold;
      font-size: 13px;
      font-size: 1.3rem; }
      @media only screen and (min-width: 768px) {
        #slider-gallery li .caption {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media print {
        #slider-gallery li .caption {
          font-size: 14px;
          font-size: 1.4rem; } }
  #slider-gallery .slick-prev {
    left: 0;
    z-index: 99; }
    #slider-gallery .slick-prev:before {
      color: #111; }
  #slider-gallery .slick-next {
    right: 0;
    z-index: 99; }
    #slider-gallery .slick-next:before {
      color: #111; }
  #slider-gallery.slick-initialized {
    display: block; }
  #slider-gallery .slick-dots {
    margin-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #slider-gallery .slick-dots li {
      list-style: none;
      display: inline-block;
      max-width: 112px;
      max-hegiht: 56px;
      margin: 5px; }
      #slider-gallery .slick-dots li img {
        opacity: 0.5;
        width: 100%;
        height: auto; }
      #slider-gallery .slick-dots li.slick-active img {
        opacity: 1; }

.box-comment {
  position: relative;
  padding: 20px;
  font-style: italic;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .box-comment {
      padding: 30px 60px; } }
  @media print {
    .box-comment {
      padding: 30px 60px; } }
  .box-comment::after, .box-comment::before {
    position: absolute;
    display: block;
    color: #555;
    line-height: 1;
    font-size: 42px;
    font-size: 4.2rem;
    font-family: serif; }
    @media only screen and (min-width: 768px) {
      .box-comment::after, .box-comment::before {
        font-size: 80px;
        font-size: 8rem; } }
    @media print {
      .box-comment::after, .box-comment::before {
        font-size: 80px;
        font-size: 8rem; } }
  .box-comment::before {
    left: 0;
    top: 0;
    content: "“"; }
  .box-comment::after {
    right: 0;
    bottom: 0;
    content: "”"; }
  .box-comment p {
    color: #ddd;
    margin-bottom: .3em; }

.block-service {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #222; }
  @media only screen and (min-width: 768px) {
    .block-service {
      padding-top: 90px;
      padding-bottom: 60px; } }
  @media print {
    .block-service {
      padding-top: 90px;
      padding-bottom: 60px; } }
  .block-service .inner {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .block-service .inner {
        display: table;
        width: 100%; } }
    @media print {
      .block-service .inner {
        display: table;
        width: 100%; } }
  .block-service .num {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1;
    z-index: -1;
    color: #191919;
    font-size: 62px;
    font-size: 6.2rem; }
    @media only screen and (min-width: 768px) {
      .block-service .num {
        font-size: 120px;
        font-size: 12rem; } }
    @media print {
      .block-service .num {
        font-size: 120px;
        font-size: 12rem; } }
    .block-service .num::after {
      position: absolute;
      display: block;
      content: " ";
      background-color: #000;
      width: 1em;
      height: 1em;
      top: -40%;
      left: -40%;
      transform: rotate(45deg);
      opacity: .6; }
  .block-service .ttl {
    position: relative;
    z-index: 2;
    line-height: 1.3;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .block-service .ttl {
        display: table-cell;
        width: 260px;
        vertical-align: top;
        margin-bottom: 0; } }
    @media print {
      .block-service .ttl {
        display: table-cell;
        width: 260px;
        vertical-align: top;
        margin-bottom: 0; } }
  .block-service .content {
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 992px) {
      .block-service .content {
        vertical-align: top;
        padding-left: 30px; } }
    @media print {
      .block-service .content {
        display: table-cell;
        vertical-align: top;
        padding-left: 30px; } }

#mail-form .table-form {
  display: block;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    #mail-form .table-form {
      display: table;
      width: 100%; } }
  @media print {
    #mail-form .table-form {
      display: table;
      width: 100%; } }
  #mail-form .table-form tbody {
    display: block; }
    @media only screen and (min-width: 768px) {
      #mail-form .table-form tbody {
        display: table-row-group; } }
    @media print {
      #mail-form .table-form tbody {
        display: table-row-group; } }
  #mail-form .table-form .form-row {
    display: block;
    background: none;
    border-bottom: 1px solid #555;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      #mail-form .table-form .form-row {
        display: table-row; } }
    @media print {
      #mail-form .table-form .form-row {
        display: table-row; } }
    #mail-form .table-form .form-row:first-child {
      border-top: 1px solid #555; }
  #mail-form .table-form .form-head, #mail-form .table-form .form-content {
    display: block; }
    @media only screen and (min-width: 768px) {
      #mail-form .table-form .form-head, #mail-form .table-form .form-content {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0; } }
    @media print {
      #mail-form .table-form .form-head, #mail-form .table-form .form-content {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0; } }
  #mail-form .table-form .form-head {
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      #mail-form .table-form .form-head {
        margin-bottom: 0;
        width: 240px; } }
    @media print {
      #mail-form .table-form .form-head {
        margin-bottom: 0;
        width: 240px; } }
    #mail-form .table-form .form-head .mark-req {
      margin-left: 10px; }
      #mail-form .table-form .form-head .mark-req img {
        width: 12px;
        height: auto; }
  #mail-form .table-form label {
    margin-bottom: 0; }
  #mail-form .table-form .min {
    font-size: 85%;
    color: #666;
    font-weight: normal; }

#mail-form .form-content {
  padding-bottom: 10px; }
  #mail-form .form-content.noinput {
    padding: 15px 10px; }

.wrapper-radio {
  margin: 5px;
  margin-left: 0;
  margin-right: 20px;
  font-weight: normal; }
  .wrapper-radio .txt {
    display: inline-block;
    vertical-align: middle; }
  .wrapper-radio .radio {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block; }

.form-control {
  width: 100%;
  height: 35px;
  box-shadow: none;
  border: none;
  background-color: #333;
  border-radius: 1px;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .form-control {
      height: 40px; } }
  @media print {
    .form-control {
      height: 40px; } }
  .form-control.input-inline {
    width: auto;
    display: inline-block; }

textarea.form-control {
  line-height: 1.48;
  height: auto; }

.inline-block {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }

.input-group.date-group {
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .input-group.date-group {
      margin-bottom: 0; } }
  @media print {
    .input-group.date-group {
      margin-bottom: 0; } }
  .input-group.date-group .form-control {
    display: table-cell !important;
    float: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.date-group .input-group-addon {
    width: auto; }

.help-block.with-errors {
  margin: 0;
  font-size: 90%; }
  .help-block.with-errors ul {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    padding-left: 1.5em; }
    .help-block.with-errors ul li {
      color: red; }

.has-error .form-control {
  border-color: #cb2a1b; }

.form-row-readonly .form-control.readonly {
  background-color: #eee !important; }

.datepicker-inline {
  width: 100%; }
  .datepicker-inline table {
    table-layout: fixed;
    width: 100%; }
    .datepicker-inline table .dow {
      font-size: 90%;
      color: #555;
      height: 30px; }

select {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em !important;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  min-width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    select {
      min-width: 100px; } }
  @media print {
    select {
      min-width: 100px; } }
  select.select-lg {
    width: 100%; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

select::-ms-expand {
  display: none; }
/*
.mark-req {
  display: inline-block;
  padding: 0 5px;
  padding-top: 5px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem; }
  .mark-req img {
    display: block;
    width: 15px;
    height: auto;
    vertical-align: top; }*/

.mark-req {
  display: inline-block;
  padding: 2px 5px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #0a5998; }

.privacy-txt {
  background-color: #292929;
  color: #ccc;
  padding: 10px;
  line-height: 1.5;
  max-height: 180px;
  overflow-y: scroll;
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .privacy-txt {
      font-size: 13px;
      font-size: 1.3rem;
      padding: 20px; } }
  @media print {
    .privacy-txt {
      font-size: 13px;
      font-size: 1.3rem;
      padding: 20px; } }
  .privacy-txt p, .privacy-txt h5 {
    margin-bottom: 5px; }

.box-about {
  position: relative;
  padding: 0 15px 30px; }
  @media only screen and (min-width: 768px) {
    .box-about {
      padding: 0 30px 50px; } }
  @media print {
    .box-about {
      padding: 0 30px 50px; } }
  .box-about::before {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    top: 20px;
    border: 2px solid #c9c9c9;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .box-about::before {
        top: 40px; } }
    @media print {
      .box-about::before {
        top: 40px; } }
  .box-about::after {
    position: absolute;
    display: block;
    content: " ";
    left: 4px;
    right: 4px;
    bottom: 4px;
    top: 24px;
    border: 1px solid #c9c9c9;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .box-about::after {
        top: 44px; } }
    @media print {
      .box-about::after {
        top: 44px; } }
  .box-about .ttl-about {
    text-align: center; }
    .box-about .ttl-about .bg {
      display: inline-block;
      padding: 0 10px;
      background-color: #000; }
      @media only screen and (min-width: 768px) {
        .box-about .ttl-about .bg {
          padding: 0 30px; } }
      @media print {
        .box-about .ttl-about .bg {
          padding: 0 30px; } }

.row-ttl .lg, .row-ttl .sm {
  display: inline-block;
  vertical-align: baseline; }

.row-ttl .lg {
  margin-right: 10px; }

.post-single .ttl {
  border-bottom: 1px solid #d5b68c;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 2px;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (min-width: 768px) {
    .post-single .ttl {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media print {
    .post-single .ttl {
      font-size: 22px;
      font-size: 2.2rem; } }

.post-single .img-post {
  max-height: 620px; }

.post-single .meta {
  overflow: hidden;
  margin-top: 5px; }
  @media only screen and (min-width: 768px) {
    .post-single .meta {
      margin-top: 10px; } }
  @media print {
    .post-single .meta {
      margin-top: 10px; } }
  .post-single .meta .date {
    font-family: "Poppins", sans-serif;
    color: #9e8e8a;
    letter-spacing: 0.15em;
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (min-width: 768px) {
      .post-single .meta .date {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 0;
        float: right;
        margin-left: 10px; } }
    @media print {
      .post-single .meta .date {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 0;
        float: right;
        margin-left: 10px; } }
  .post-single .meta .cat {
    display: inline-block;
    margin-bottom: 5px;
    background-color: #9f8868;
    color: #fff;
    min-width: 100px;
    text-align: center;
    line-height: 1.2;
    padding: 2px 10px;
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .post-single .meta .cat {
        font-size: 13px;
        font-size: 1.3rem;
        float: left;
        display: block; } }
    @media print {
      .post-single .meta .cat {
        font-size: 13px;
        font-size: 1.3rem;
        float: left;
        display: block; } }

.attachment {
  text-align: right;
  background-color: #fff;
  padding: 10px; }
  .attachment .btn-attachment {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 15px;
    font-weight: bold;
    margin: 2px; }
    .attachment .btn-attachment:hover {
      background-color: #eee; }

.editor-content {
  line-height: 1.75; }
  .editor-content button,
  .editor-content input,
  .editor-content select,
  .editor-content textarea {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.66; }
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6 {
    clear: both;
    line-height: 1.5;
    margin: 20px 0 20px;
    font-weight: 600; }
  .editor-content h1:first-child,
  .editor-content h2:first-child,
  .editor-content h3:first-child,
  .editor-content h4:first-child,
  .editor-content h5:first-child,
  .editor-content h6:first-child {
    padding-top: 0; }
  .editor-content h1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    padding-left: 1em;
    border-left: 6px solid #d5b68c; }
  .editor-content h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-left: 1em;
    border-left: 3px solid #d5b68c; }
  .editor-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
  .editor-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
  .editor-content h5 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold; }
  .editor-content h6 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
  .editor-content p {
    margin: 0 0 1.5em;
    padding: 0; }
  .editor-content dfn,
  .editor-content cite,
  .editor-content em,
  .editor-content i {
    font-style: italic; }
  .editor-content blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  .editor-content blockquote.alignleft,
  .editor-content blockquote.alignright {
    font-size: 14px;
    font-size: 1.4rem;
    width: 34%; }
  .editor-content address {
    margin: 0 0 1.5em; }
  .editor-content pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em; }
  .editor-content code,
  .editor-content kbd,
  .editor-content tt,
  .editor-content var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
  .editor-content abbr,
  .editor-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }
  .editor-content mark,
  .editor-content ins {
    background: #eee;
    text-decoration: none; }
  .editor-content big {
    font-size: 125%; }
  .editor-content blockquote,
  .editor-content q {
    quotes: "" ""; }
  .editor-content blockquote:before,
  .editor-content blockquote:after,
  .editor-content q:before,
  .editor-content q:after {
    content: ""; }
  .editor-content hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1em; }
  .editor-content ul,
  .editor-content ol {
    margin: 0 0 1.5em;
    padding: 0; }
  .editor-content ul {
    list-style: disc; }
  .editor-content ol {
    counter-reset: item; }
  .editor-content ol li {
    display: block;
    position: relative; }
  .editor-content ol li:before {
    content: counter(item);
    counter-increment: item;
    font-weight: 800;
    left: -1.5em;
    position: absolute; }
  .editor-content li > ul,
  .editor-content li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }
  .editor-content dt {
    font-weight: 700; }
  .editor-content dd {
    margin: 0 1.5em 1.5em; }
  .editor-content table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%; }
  .editor-content thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em; }
  .editor-content th {
    padding: 0.4em;
    text-align: left; }
  .editor-content tr {
    border-bottom: 1px solid #eee; }
  .editor-content td {
    padding: 0.4em; }
  .editor-content th:first-child,
  .editor-content td:first-child {
    padding-left: 0; }
  .editor-content th:last-child,
  .editor-content td:last-child {
    padding-right: 0; }
  .editor-content a {
    color: #666;
    text-decoration: underline; }
  .editor-content a img {
    background: #fff;
    box-shadow: 0 0 0 6px #fff; }
  .editor-content img {
    height: auto;
    max-width: 100%; }
  .editor-content embed,
  .editor-content iframe,
  .editor-content object {
    margin-bottom: 1.5em;
    max-width: 100%; }
  .editor-content p {
    display: block;
    margin: .75em 0; }
  .editor-content strong {
    font-weight: bold; }
  .editor-content em {
    font-style: italic; }
  .editor-content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px; }
  .editor-content .aligncenter {
    display: block;
    margin: 0 auto; }
  .editor-content .alignright {
    float: right; }
  .editor-content .alignleft {
    float: left; }
  .editor-content .clearfix {
    overflow: hidden;
    zoom: 1; }
  .editor-content .clearfix:after {
    content: "";
    display: block;
    clear: both; }
