@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-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;
  }
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !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 {
    size: A4;
    margin: 12.7mm 9.7mm;
  }

  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }

  html {
    zoom: 1 !important;
  }

  body {
    width: 1080px !important;
    margin: 0 auto;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .container-fluid,
  .container-lg,
  .container {
    margin: 0 auto;
    max-width: none !important;
    width: 1040px !important;
  }

  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .btn-border .txt .hidden-md,
  .btn-3d .txt .hidden-md {
    display: none !important;
    vertical-align: middle;
  }

  .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-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-12,
  .col-md-12,
  .col-sm-12,
  .col-xs-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .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%;
  }

  .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-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;
  }
}

.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: 11px;
  font-size: 1.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: 12px;
  font-size: 1.2rem;
}

@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: 13px;
  font-size: 1.3rem;
}

@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: 14px;
  font-size: 1.4rem;
}

@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: 15px;
  font-size: 1.5rem;
}

@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: 16px;
  font-size: 1.6rem;
}

@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: 17px;
  font-size: 1.7rem;
}

@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: 17px;
  font-size: 1.7rem;
}

@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: 18px;
  font-size: 1.8rem;
}

@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: 19px;
  font-size: 1.9rem;
}

@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: 20px;
  font-size: 2rem;
}

@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: 20px;
  font-size: 2rem;
}

@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: 21px;
  font-size: 2.1rem;
}

@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: 21px;
  font-size: 2.1rem;
}

@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: 23px;
  font-size: 2.3rem;
}

@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: 24px;
  font-size: 2.4rem;
}

@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: 25px;
  font-size: 2.5rem;
}

@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-45 {
  font-size: 26px;
  font-size: 2.6rem;
}

@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-center {
  text-align: center;
}

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

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

.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;
}

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

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

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

.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.6;
  letter-spacing: 0.05em;
  color: #131313;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.ch-page {
  font-family: "Noto Sans SC","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Serif SC", sans-serif, serif;
}


@media only screen and (min-width: 768px) {
  html,
  body {
    line-height: 1.8;
  }
}

@media print {
  html,
  body {
    line-height: 1.8;
  }
}

body {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  body {
    padding-top: 182px;
  }
}

@media print {
  body {
    padding-top: 182px;
  }
}

@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: #bc9d22;
}

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

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

.tgt-anker {
  padding-top: 50px;
  margin-top: -50px;
}

@media only screen and (min-width: 768px) {
  .tgt-anker {
    padding-top: 80px;
    margin-top: -80px;
  }
}

@media print {
  .tgt-anker {
    padding-top: 80px;
    margin-top: -80px;
  }
}

hr {
  border-color: #ccc;
}

.img-btn {
  display: block;
  vertical-align: bottom;
}

.img-btn img {
  transition: opacity 0.25s linear;
  opacity: 1;
}

.img-btn:hover img {
  opacity: 0.7;
}

.header,
.main,
.footer {
  font-size: 14px;
  font-size: 1.4rem;
}

@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;
}

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

@media print {
  .row-min .col-xs-4:nth-child(1n) {
    padding-right: 15px;
  }
}

.row-min .col-xs-4:nth-child(2n) {
  padding-right: 7px;
  padding-left: 7px;
}

@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: 15px;
}

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

@media print {
  .row-min .col-xs-4:nth-child(3n) {
    padding-left: 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;
  }
}

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

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

.bg-stripe {
  background-image: linear-gradient(-45deg, #eee 25%, #fff 25%, #fff 50%, #eee 50%, #eee 75%, #fff 75%, #fff);
  background-size: 6px 6px;
}

.bg-seigaihamon {
  background-image: url(../img/common/bg-seigaihamon.png);
}

.bg-blockcheck {
  background-image: url(../img/common/bg-blockcheck.jpg);
}

.bg-wa-red {
  color: #fff;
  background-image: url(../img/common/bg-wa-red.jpg);
}

.box-xs {
  padding: 10px;
}

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

@media print {
  .box-xs {
    padding: 10px;
  }
}

.box-sm {
  padding: 10px;
}

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

@media print {
  .box-sm {
    padding: 20px;
  }
}

.box-md {
  padding: 20px 10px;
}

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

@media print {
  .box-md {
    padding: 30px 20px;
  }
}

.box-lg {
  padding: 30px 15px;
}

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

@media print {
  .box-lg {
    padding: 40px 60px;
  }
}

.box-lg-other {
  padding: 30px 15px;
}

@media only screen and (min-width: 768px) {
  .box-lg-other {
    padding: 40px 50px;
  }
}

@media print {
  .box-lg-other {
    padding: 40px 50px;
  }
}

.box-border {
  border: 2px solid #bc9d22;
}

.box-border-gray {
  border: 2px solid #ccc;
}

.box-border-black {
  border: 2px solid #131313;
}

.btn-back,
.btn-submit {
  display: inline-block;
  line-height: 1;
  background-color: #aaa;
  width: 42%;
  margin: 0 2%;
  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: 0.8;
}

.btn-back.btn-submit,
.btn-submit.btn-submit {
  background-color: #bc9d22;
  color: #fff;
}

.btn-back.btn-submit:hover,
.btn-submit.btn-submit:hover {
  background-color: #bc9d22;
}

.btn-base {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 90%;
  max-width: 100%;
  padding: 18px 5px;
  line-height: 1.3;
  text-decoration: none !important;
  transition: all 0.2s linear;
}

@media only screen and (min-width: 768px) {
  .btn-base {
    width: 280px;
  }
}

@media print {
  .btn-base {
    width: 280px;
  }
}

.btn-base .txt,
.btn-base .icon {
  display: inline-block;
  vertical-align: middle;
}

.btn-base .icon {
  margin: 0 5px;
}

.btn-base .right {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
}

.btn-base .left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -0.5em;
}

.btn-base.contact {
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .btn-base.contact {
    width: 420px;
  }
}

@media print {
  .btn-base.contact {
    width: 420px;
  }
}

.btn-base.long {
  width: 100%;
}

.btn-base.min {
  padding: 10px 5px;
}

@media only screen and (min-width: 768px) {
  .btn-base.min {
    width: 200px;
  }
}

@media print {
  .btn-base.min {
    width: 200px;
  }
}

.btn-base.narrow {
  padding: 10px 5px;
  width: 100%;
}

.btn-base.lg {
  line-height: 1.5;
  padding: 20px 5px;
}

.btn-base.add-shadow::before,
.btn-base.add-shadow::after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #131313;
  z-index: 1;
}

.btn-base.add-shadow::before {
  width: 5px;
  height: 100%;
  top: 5px;
  left: 100%;
}

.btn-base.add-shadow::after {
  width: 100%;
  height: 5px;
  left: 5px;
  top: 100%;
}

.wrapper-btn {
  position: relative;
}

.btn-lined {
  color: #bc9d22;
  border: 2px solid #bc9d22;
}

.btn-lined:hover {
  color: #fff !important;
  background-color: #bc9d22;
}

.btn-lined:visited,
.btn-lined:focus {
  color: #131313;
}

.btn-right {
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  padding: 3px 15px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none !important;
  transition: all 0.2s linear;
  margin-left: 10px;
}

.btn-right .right {
  position: absolute;
  display: block;
  right: 5px;
  top: 50%;
  margin-top: -0.5em;
}

.btn-right .left {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
}

.btn-simple {
  background-color: #bc9d22;
  color: #fff;
  border: none;
}

.btn-simple:hover {
  color: #fff;
  background-color: #debb31;
}

.btn-simple:visited {
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #131313;
}

.btn-white:hover {
  color: #131313;
  background-color: #fffbeb;
}

.btn-white:visited {
  color: #131313;
}

.btn-gray {
  background-color: #999;
  color: #fff;
}

.btn-gray:hover {
  color: #fff;
  background-color: #444;
}

.btn-gray:visited {
  color: #fff;
}

.btn-light {
  background-color: #ccc;
  color: #131313;
}

.btn-light:hover {
  color: #131313;
  background-color: #eee;
}

.btn-light:visited {
  color: #131313;
}

.btn-black {
  background-color: #131313;
  color: #fff;
}

.btn-black:hover {
  color: #fff;
  background-color: #444;
}

.btn-black:visited {
  color: #fff;
}

.btn-gold {
  background-color: #bc9d22;
  background-image: url(../img/common/bg-gold.jpg);
  background-position: center center;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.btn-gold:hover {
  opacity: 0.7;
  color: #fff;
}

.btn-gold:visited {
  color: #fff;
}

.dl-sm {
  margin: 0;
  overflow: hidden;
}

.dl-sm dt {
  font-weight: 600;
  width: 6em;
  float: left;
}

.dl-sm dd {
  float: left;
  width: 100%;
  margin-left: -6em;
  padding-left: 7em;
  margin-bottom: 5px;
}

.dl-bg dt {
  background-color: #131313;
  color: #fff;
  text-align: center;
}

.dl-md {
  margin: 0;
  overflow: hidden;
}

.dl-md dt {
  font-weight: 600;
  width: 9em;
  float: left;
}

.dl-md dd {
  float: left;
  width: 100%;
  margin-left: -9em;
  padding-left: 9.5em;
  margin-bottom: 5px;
}

.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;
  border: none !important;
}

@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 {
  white-space: nowrap;
}

.table-flat thead th,
.table-flat thead td {
  background-color: #666;
  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 tr th,
.table-flat tbody tr td {
  vertical-align: middle;
}

.table-flat tbody th {
  white-space: nowrap;
  background-color: #82b1b1;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .table-flat tbody th {
    width: 150px;
  }
}

@media print {
  .table-flat tbody th {
    width: 150px;
  }
}

.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;
  width: 100%;
  line-height: 1.5;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

.table-simple th,
.table-simple td {
  border-right: 1px solid #ddd;
}

.table-simple th {
  padding: 5px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #666;
}

@media only screen and (min-width: 768px) {
  .table-simple th {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}

@media print {
  .table-simple th {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}

.table-simple tbody tr {
  border-bottom: 1px solid #ddd;
}

.table-simple tbody tr td {
  vertical-align: middle;
  padding: 5px;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .table-simple tbody tr td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}

@media print {
  .table-simple tbody tr td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}

.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: #bc9d22;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.3em;
}

.list-simple {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-simple li {
  position: relative;
  padding: 0;
  margin-bottom: 0.2em;
  padding-left: 0.8em;
}

.list-simple li:after {
  position: absolute;
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bc9d22;
  left: 0;
  top: 0.8em;
}

.list-simple ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-simple ul li {
  position: relative;
  padding: 0;
  margin-bottom: 0.2em;
  padding-left: 0.5em;
}

.list-simple ul li:after {
  position: absolute;
  content: " ";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #bc9d22;
  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: 0.8em;
}

.list-simple.list-checked li {
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  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: 20px;
  font-size: 2rem;
  font-family: FontAwesome;
  color: #a00b24;
}

@media only screen and (min-width: 768px) {
  .list-simple.list-checked li::before {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media print {
  .list-simple.list-checked li::before {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.list-simple.small li:after {
  position: absolute;
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bc9d22;
  left: 0;
  top: 0.4em;
}

.list-style-none {
  list-style: none;
  padding: 0px;
}

.list-style-none li {
  padding-left: 2.7em;
  text-indent: -2.7em;
}

ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.ttl-blockcheck {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  background-image: url(../img/common/deco-blockcheck.svg);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: center bottom;
}

@media only screen and (min-width: 768px) {
  .ttl-blockcheck {
    background-size: 120px auto;
    padding-bottom: 30px;
  }
}

@media print {
  .ttl-blockcheck {
    background-size: 120px auto;
    padding-bottom: 30px;
  }
}

.ttl-blockcheck-white {
  position: relative;
  padding-bottom: 20px;
  background-image: url(../img/common/deco-blockcheck-white.svg);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: center bottom;
}

@media only screen and (min-width: 768px) {
  .ttl-blockcheck-white {
    background-size: 120px auto;
    padding-bottom: 30px;
  }
}

@media print {
  .ttl-blockcheck-white {
    background-size: 120px auto;
    padding-bottom: 30px;
  }
}

.ttl-min {
  background-color: #131313;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
  padding: 0.5em 1em;
  min-width: 90px;
  text-align: center;
}

.ttl-min.min {
  padding: 0.2em 1em;
}

.ttl-num {
  position: relative;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  overflow: hidden;
}

.ttl-num .num,
.ttl-num .txt {
  float: left;
}

.ttl-num .num {
  line-height: 1;
  width: 40px;
  font-style: italic;
  color: #bc9d22;
  font-size: 32px;
  font-size: 3.2rem;
}

@media only screen and (min-width: 768px) {
  .ttl-num .num {
    width: 65px;
    font-size: 62px;
    font-size: 6.2rem;
  }
}

@media print {
  .ttl-num .num {
    width: 65px;
    font-size: 62px;
    font-size: 6.2rem;
  }
}

.ttl-num .txt {
  width: 100%;
  font-weight: 600;
  margin-left: -40px;
  padding-left: 40px;
  padding-top: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .ttl-num .txt {
    margin-left: -65px;
    padding-left: 65px;
    padding-top: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media print {
  .ttl-num .txt {
    margin-left: -65px;
    padding-left: 65px;
    padding-top: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}


/* 言語切り替えボタン */
.form-lang .__btn_wrapper{
  width: 100%;
}

.form-lang .__btn_wrapper ul{
  display: block;
  padding-left: 0;
}

.form-lang .__btn{
  list-style: none;
  width: 100%;
  transition: all 0.2s linear;
  margin-top: 1.2rem;
}

.form-lang .__btn:hover{
  opacity: 0.8;
}

.form-lang .__btn_wrapper .__icon{
  width: 32px;
  height: auto;
  margin-right: 16px;
  object-fit: contain;
}

.form-lang .__btn_wrapper .__btn a{
  background-color: #131313;
    display: flex;
    justify-content: center;
    padding: 18px 60px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}

@media only screen and (min-width: 768px) {
.form-lang .__btn_wrapper{
  width: 100%;
}

.form-lang .__btn_wrapper ul{
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

.form-lang .__btn{
  width: 32%;
}
.form-lang .__btn_wrapper .__btn a{
    font-size: 1.8rem;
}
}




.box-txt {
  position: relative;
  display: inline-block;
  margin: 0 0.3em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.box-txt::after,
.box-txt::before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #aaa;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

.box-txt::before {
  opacity: 0.6;
  top: 2px;
  left: 2px;
  transform: rotate(30deg);
}

.box-txt.blue::after,
.box-txt.blue::before {
  background-color: #2c2d56;
}

.box-txt.red::after,
.box-txt.red::before {
  background-color: #a00b24;
}

.box-txt .inner-box-txt {
  position: relative;
  z-index: 3;
}

.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: #bc9d22;
}

.txt-marker {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff876 70%);
  padding: 0 0.3em 0.1em;
}

.txt-bb {
  line-height: 1.3;
  padding-bottom: 5px;
  border-bottom: 2px solid #bc9d22;
}

.txt-bl {
  line-height: 1.5;
  padding-left: 10px;
  border-left: 5px solid #bc9d22;
}

@media only screen and (min-width: 768px) {
  .txt-bl {
    padding-left: 15px;
  }
}

@media print {
  .txt-bl {
    padding-left: 15px;
  }
}

.txt-rhombus {
  position: relative;
  padding-left: 20px;
}

.txt-rhombus::after,
.txt-rhombus::before {
  position: absolute;
  display: block;
  content: " ";
  width: 9px;
  height: 9px;
  background-color: #bc9d22;
  opacity: 0.8;
}

.txt-rhombus::after {
  top: 0;
  left: 0;
}

.txt-rhombus::before {
  top: 5px;
  left: 5px;
}

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

.txt-black {
  color: #131313;
}

.txt-gray {
  color: #999;
}

.txt-red {
  color: #a00b24;
}

.txt-brown {
  color: #bc9d22;
}

.txt-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

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

.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: #bc9d22;
  border-width: 2px;
}

.photo-ofi {
  position: relative;
  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;";
}

.row-horizontal {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .row-horizontal .bg {
    float: left;
  }
}

@media print {
  .row-horizontal .bg {
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .row-horizontal .content {
    float: left;
    width: 50%;
  }
}

@media print {
  .row-horizontal .content {
    float: left;
    width: 50%;
  }
}

.pl20 {
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .pl20 {
    padding-left: 20px;
  }
}

@media print {
  .pl20 {
    padding-left: 20px;
  }
}

/*=====================
  header
===================== */
@media only screen and (max-width: 767px) {
  .navbar-offcanvas .dropdown-menu {
    transition: none !important;
  }

  .navbar-offcanvas {
    width: 260px;
    width: calc(100vw - 50px);
    left: -260px;
    left: calc(-100vw + 50px);
    max-width: none;
    z-index: 990;
  }

  .navbar-offcanvas.offcanvas-transform.in {
    transform: translateX(calc(100vw - 50px));
  }
}

.header {
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.ch-page .header {
  font-family: "Noto Serif SC", serif ,游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

@media print {
  .header {
    position: relative;
  }
}

.header.scrolled {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
  .header.scrolled .bar-header,
  .header.scrolled .top-header,
  .header.scrolled .list-lang {
    display: none;
  }
}

@media print {
  .header.scrolled .bar-header,
  .header.scrolled .top-header,
  .header.scrolled .list-lang {
    display: none;
  }
}

.header.scrolled .bar-header {
  display: none;
}

.header.scrolled .navbar-nav > li.home {
  display: block;
}

@media only screen and (min-width: 768px) {
  .header.scrolled .navbar-nav > li.home {
    display: table-cell;
    width: 4em;
  }
}

@media print {
  .header.scrolled .navbar-nav > li.home {
    display: table-cell;
    width: 4em;
  }
}

.header .bar-header {
  background-color: #a00b24;
  color: #fff;
  line-height: 1;
  padding: 2px 0;
}

.header .bar-header .txt {
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
}

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

@media print {
  .header .bar-header .txt {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .header .bar-header .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .header .bar-header .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.header .list-lang {
  padding: 0;
  margin: 0;
  margin-right: -15px;
  list-style: none;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .header .list-lang {
    margin-right: 0;
  }
}

@media print {
  .header .list-lang {
    margin-right: 0;
  }
}

.header .list-lang li {
  padding: 0;
  margin: 0;
  display: block;
  float: right;
  margin-left: 1px;
}

.header .list-lang li a {
  display: block;
  text-align: center;
  text-decoration: none !important;
  background-color: #131313;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 15px;
  width: 80px;
  transition: all 0.25s linear;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .header .list-lang li a {
    width: 60px;
    padding: 2px 10px;
  }

  .header .list-lang li a:hover {
    opacity: 0.8;
  }
}

@media print {
  .header .list-lang li a {
    width: 60px;
    padding: 2px 10px;
  }

  .header .list-lang li a:hover {
    opacity: 0.8;
  }
}

.header .top-header {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .header .top-header {
    padding-bottom: 10px;
    box-shadow: none;
  }
}

@media print {
  .header .top-header {
    padding-bottom: 10px;
    box-shadow: none;
  }
}

.header .navbar-brand {
  float: left;
  padding: 3px 0 2px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .header .navbar-brand {
    padding-top: 0;
    padding-left: 15px;
  }
}

@media print {
  .header .navbar-brand {
    padding-top: 0;
    padding-left: 15px;
  }
}

.header .navbar-brand a {
  display: block;
  width: 75.55556px;
  height: 44.44444px;
  background-image: url("../img/common/logo-header.svg");
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 100% auto;
}

@media only screen and (min-width: 768px) {
  .header .navbar-brand a {
    width: 136px;
    height: 80px;
  }
}

@media print {
  .header .navbar-brand a {
    width: 136px;
    height: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .header .block-btns {
    padding-top: 20px;
  }
}

@media print {
  .header .block-btns {
    padding-top: 20px;
  }
}

.header .btn-header {
  display: block;
  float: left;
  background-color: #ddd;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .header .btn-header {
    height: auto;
    width: auto;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .header .btn-header {
    height: auto;
    width: auto;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.header .btn-header.btn-contact {
  background-color: #a00b24;
}

@media only screen and (min-width: 768px) {
  .header .btn-header.btn-contact {
    padding: 15px 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    width: 210px;
  }
}

@media print {
  .header .btn-header.btn-contact {
    padding: 15px 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    width: 210px;
  }
}

.header .btn-header.btn-tel {
  background-color: #bc9d22;
}

@media only screen and (min-width: 768px) {
  .header .btn-header.btn-tel {
    margin-right: 30px;
    background-color: transparent;
  }
}

@media print {
  .header .btn-header.btn-tel {
    margin-right: 30px;
    background-color: transparent;
  }
}

.header .btn-header.btn-tel a {
  color: #fff;
  text-decoration: none;
}

.header .btn-header:visited {
  text-decoration: none;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .header .block-list {
    margin-right: 30px;
    padding-top: 5px;
  }
}

@media print {
  .header .block-list {
    margin-right: 30px;
    padding-top: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .header .block-list {
    padding-top: 25px;
  }
}

@media print {
  .header .block-list {
    padding-top: 25px;
  }
}

.header .list-header {
  padding: 0;
  margin: 0;
  margin-right: -15px;
  list-style: none;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .header .list-header {
    margin-right: 0;
  }
}

@media print {
  .header .list-header {
    margin-right: 0;
  }
}

.header .list-header li {
  line-height: 1;
  display: block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  float: left;
  width: 50%;
  border-bottom: 1px solid #ddd;
}

.header .list-header li:nth-child(odd) {
  border-right: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .header .list-header li:nth-child(odd) {
    border-right: none;
  }
}

@media print {
  .header .list-header li:nth-child(odd) {
    border-right: none;
  }
}

@media only screen and (min-width: 768px) {
  .header .list-header li {
    font-size: 15px;
    font-size: 1.5rem;
    float: none;
    width: auto;
    margin-bottom: 10px;
    border-bottom: none;
  }
}

@media print {
  .header .list-header li {
    font-size: 15px;
    font-size: 1.5rem;
    float: none;
    width: auto;
    margin-bottom: 10px;
    border-bottom: none;
  }
}

@media only screen and (min-width: 992px) {
  .header .list-header li {
    margin-left: 30px;
    margin-bottom: 0;
    display: inline-block;
  }
}

@media print {
  .header .list-header li {
    margin-left: 30px;
    margin-bottom: 0;
    display: inline-block;
  }
}

.header .list-header li a {
  position: relative;
  display: block;
  color: #333;
  padding: 13px 15px;
}

@media only screen and (min-width: 768px) {
  .header .list-header li a {
    padding: 0;
    padding-left: 10px;
  }

  .header .list-header li a:hover {
    color: #999;
  }
}

@media print {
  .header .list-header li a {
    padding: 0;
    padding-left: 10px;
  }

  .header .list-header li a:hover {
    color: #999;
  }
}

@media only screen and (min-width: 768px) {
  .header .list-header li a::before {
    position: absolute;
    left: 1px;
    top: 50%;
    display: block;
    margin-top: -0.5em;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    color: #bc9d22;
    content: "\f105";
  }
}

@media print {
  .header .list-header li a::before {
    position: absolute;
    left: 1px;
    top: 50%;
    display: block;
    margin-top: -0.5em;
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: FontAwesome;
    color: #bc9d22;
    content: "\f105";
  }
}

.header .navbar-toggle {
  margin: 0;
  margin-right: -15px;
  padding: 5px 8px;
  padding-top: 8px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  background-color: #131313;
}

.header .navbar-toggle:hover,
.header .navbar-toggle:focus,
.header .navbar-toggle:active {
  background-color: #131313 !important;
}

.header .navbar-toggle .txt {
  display: block;
  vertical-align: middle;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}

.header .navbar-toggle .icon-bar {
  background-color: #fff !important;
  border-radius: 2px;
  width: 25px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.header .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  opacity: 0;
}

.header .offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 1;
  transform: rotate(45deg) translate(5px, 5px);
}

.header .offcanvas-toggle.is-open .icon-bar:nth-child(4) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.header .bottom-header {
  border-top: 0;
  padding-left: 0;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .header .bottom-header {
    padding-left: 15px;
    position: relative;
  }
}

@media print {
  .header .bottom-header {
    padding-left: 15px;
    position: relative;
  }
}

.header .bottom-header .navbar-menu {
  display: block;
  padding: 0;
  margin: 0 auto;
}

.header .navbar-nav {
  padding: 0;
  margin: 0 -15px 0 0;
}

@media only screen and (min-width: 768px) {
  .header .navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    display: table;
    float: none;
  }
}

@media print {
  .header .navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    display: table;
    float: none;
  }
}

@media only screen and (min-width: 1200px) {
  .header .navbar-nav {
    table-layout: fixed;
  }
}

@media print {
  .header .navbar-nav {
    table-layout: fixed;
  }
}

.header .navbar-nav::after,
.header .navbar-nav::before {
  content: none;
}

.header .navbar-nav > li {
  padding: 0;
  border-bottom: 1px solid #ddd;
  color: #131313;
}

@media only screen and (min-width: 768px) {
  .header .navbar-nav > li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    border: none;
  }
}

@media print {
  .header .navbar-nav > li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    border: none;
  }
}

.header .navbar-nav > li.home .fa {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header .navbar-nav > li.home {
    display: none;
    width: 0;
  }

  .header .navbar-nav > li.home .txt {
    display: none;
  }

  .header .navbar-nav > li.home .fa {
    display: inline-block;
  }
}

@media print {
  .header .navbar-nav > li.home {
    display: none;
    width: 0;
  }

  .header .navbar-nav > li.home .txt {
    display: none;
  }

  .header .navbar-nav > li.home .fa {
    display: inline-block;
  }
}

.header .navbar-nav > li .link-gnav {
  display: block;
  position: relative;
  padding: 15px 15px;
  line-height: 1.3;
  color: #131313;
  cursor: pointer;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .header .navbar-nav > li .link-gnav {
    width: 100%;
    padding: 16px 2px 17px;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    transition: all 0.2s linear;
  }
}

@media print {
  .header .navbar-nav > li .link-gnav {
    width: 100%;
    padding: 16px 2px 17px;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    transition: all 0.2s linear;
  }
}

@media only screen and (min-width: 992px) {
  .header .navbar-nav > li .link-gnav {
    padding: 15px 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .header .navbar-nav > li .link-gnav {
    padding: 15px 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .header .navbar-nav > li .link-gnav {
    padding: 15px 5px;
  }
}

.header .navbar-nav > li .link-gnav.active,
.header .navbar-nav > li .link-gnav:active,
.header .navbar-nav > li .link-gnav:focus {
  color: #bc9d22;
  border-bottom: 3px solid #a00b24;
}

.header .navbar-nav > li.resevation .link-gnav {
  background-image: url(../img/common/bg-gold.jpg);
  background-position: center center;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header .navbar-nav > li.resevation .link-gnav.active,
.header .navbar-nav > li.resevation .link-gnav:active,
.header .navbar-nav > li.resevation .link-gnav:focus {
  color: #fff;
}

.header .navbar-nav > li.resevation.dropdown {
  position: relative;
  line-height: 1;
}

.header .navbar-nav > li.resevation.dropdown .link-gnav {
  position: relative;
}

.header .navbar-nav > li.resevation.dropdown .link-gnav::before {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .header .navbar-nav > li.resevation:hover .link-gnav {
    opacity: 0.8;
    color: #fff;
  }

  .header .navbar-nav > li.resevation .link-gnav:hover {
    opacity: 0.8;
    color: #fff;
  }
}

@media print {
  .header .navbar-nav > li.resevation:hover .link-gnav {
    opacity: 0.8;
    color: #fff;
  }

  .header .navbar-nav > li.resevation .link-gnav:hover {
    opacity: 0.8;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .header .navbar-nav > li:hover .link-gnav {
    background-color: transparent;
    color: #bc9d22;
  }

  .header .navbar-nav > li .link-gnav:hover {
    background-color: transparent;
    color: #bc9d22;
  }
}

@media print {
  .header .navbar-nav > li:hover .link-gnav {
    background-color: transparent;
    color: #bc9d22;
  }

  .header .navbar-nav > li .link-gnav:hover {
    background-color: transparent;
    color: #bc9d22;
  }
}

.dropdown {
  position: relative;
  line-height: 1;
}

.dropdown .link-gnav {
  position: relative;
}

.dropdown .link-gnav::before {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  margin-top: -4px;
  line-height: 1;
  font-size: 10px;
  font-size: 1rem;
  font-family: FontAwesome;
  color: #bc9d22;
  content: "\f0d7";
}

@media only screen and (min-width: 768px) {
  .dropdown .link-gnav::before {
    left: 50%;
    margin-left: -5px;
    bottom: 2px;
    top: auto;
    right: auto;
    content: "\f0d7";
  }
}

@media print {
  .dropdown .link-gnav::before {
    left: 50%;
    margin-left: -5px;
    bottom: 2px;
    top: auto;
    right: auto;
    content: "\f0d7";
  }
}

.dropdown .dropdown-menu {
  border: none;
  padding: 0;
  left: 0;
  overflow: hidden;
  list-style: none;
  width: 100%;
  right: auto;
  float: none;
  border-radius: 0;
  border-top: 1px solid #eee;
  background: none;
  min-width: 200px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .dropdown .dropdown-menu {
    border-radius: 5px;
    width: 180px;
    background-color: #333;
    background-color: rgba(35, 35, 35, 0.95);
  }
}

@media print {
  .dropdown .dropdown-menu {
    border-radius: 5px;
    width: 180px;
    background-color: #333;
    background-color: rgba(35, 35, 35, 0.95);
  }
}

@media only screen and (min-width: 768px) {
  .dropdown .dropdown-menu.last {
    left: auto;
    right: 0;
  }
}

@media print {
  .dropdown .dropdown-menu.last {
    left: auto;
    right: 0;
  }
}

.dropdown .dropdown-menu li {
  display: block !important;
  border-top: 1px solid #eee;
  margin: 0;
}

.dropdown .dropdown-menu li:first-child {
  border-top: none !important;
}

@media only screen and (min-width: 768px) {
  .dropdown .dropdown-menu li {
    border-top: 1px solid #666;
  }
}

@media print {
  .dropdown .dropdown-menu li {
    border-top: 1px solid #666;
  }
}

.dropdown .dropdown-menu li a {
  position: relative;
  padding: 12px 15px;
  padding-left: 30px;
  text-align: left;
  color: #333;
  background-color: #f9f9f9;
  letter-spacing: 0;
  font-weight: 600;
  white-space: normal;
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
}

.dropdown .dropdown-menu li a:active,
.dropdown .dropdown-menu li a:focus {
  color: #666;
  background-color: #666;
  background-color: rgba(65, 65, 65, 0.85);
}

@media only screen and (min-width: 768px) {
  .dropdown .dropdown-menu li a {
    padding: 20px 15px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    background-color: transparent;
    transition: all 0.25s linear;
  }

  .dropdown .dropdown-menu li a:hover {
    background-color: #666;
    background-color: rgba(65, 65, 65, 0.85);
    color: #fff;
  }
}

@media print {
  .dropdown .dropdown-menu li a {
    padding: 20px 15px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    background-color: transparent;
    transition: all 0.25s linear;
  }

  .dropdown .dropdown-menu li a:hover {
    background-color: #666;
    background-color: rgba(65, 65, 65, 0.85);
    color: #fff;
  }
}

.dropdown .dropdown-menu li a::after {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  margin-top: -5px;
  line-height: 1;
  content: "\f105";
  font-size: 10px;
  font-size: 1rem;
  font-family: FontAwesome;
  color: #bc9d22;
}

/* =====================
  footer
===================== */
.footer {
  background-color: #131313;
  background-image: url(../img/common/bg-footer.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 900px auto;
  color: #fff;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .footer {
    background-size: 1800px auto;
    padding-bottom: 10px;
  }
}

@media print {
  .footer {
    background-size: 1800px auto;
  }
}

@media only screen and (min-width: 1200px) {
  .footer {
    background-size: 100% auto;
  }
}

@media print {
  .footer {
    background-size: 100% auto;
  }
}

.footer .top-footer {
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #555;
  overflow: hidden;
}

.footer .left {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .footer .left {
    float: left;
    margin-bottom: 0;
  }
}

@media print {
  .footer .left {
    float: left;
    margin-bottom: 0;
  }
}

.footer .left .ttl,
.footer .left .tel {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .footer .left .ttl,
  .footer .left .tel {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    margin-bottom: 0;
  }
}

@media print {
  .footer .left .ttl,
  .footer .left .tel {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .footer .left .ttl,
  .footer .left .tel {
    margin-right: 30px;
  }
}

@media print {
  .footer .left .ttl,
  .footer .left .tel {
    margin-right: 30px;
  }
}

.footer .left .ttl img,
.footer .left .tel img {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .footer .left .ttl img,
  .footer .left .tel img {
    margin-left: 0;
  }
}

@media print {
  .footer .left .ttl img,
  .footer .left .tel img {
    margin-left: 0;
  }
}

.footer .left .address {
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .footer .left .address {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .footer .left .address {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .footer .right {
    float: right;
  }
}

@media print {
  .footer .right {
    float: right;
  }
}

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

@media only screen and (min-width: 768px) {
  .footer .sns {
    padding-top: 20px;
  }
}

@media print {
  .footer .sns {
    padding-top: 20px;
  }
}

.footer .sns .btn-sns {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  color: #131313;
  background-color: #bc9d22;
  transition: all 0.25s linear;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (min-width: 768px) {
  .footer .sns .btn-sns:hover {
    background-color: #efd25e;
  }
}

@media print {
  .footer .sns .btn-sns:hover {
    background-color: #efd25e;
  }
}

.footer .bottom-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer .list-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .footer .list-footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .footer .list-footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer .list-footer li {
  line-height: 1.3;
  padding: 3px;
  display: block;
  float: left;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .footer .list-footer li {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }
}

@media print {
  .footer .list-footer li {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }
}

.footer .list-footer li a {
  position: relative;
  display: block;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  color: #131313;
  padding: 15px 5px;
  text-align: center;
  border-radius: 1px;
}

@media only screen and (min-width: 768px) {
  .footer .list-footer li a {
    padding: 0;
    padding-left: 10px;
    text-align: left;
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    background-color: transparent;
  }

  .footer .list-footer li a::after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f105";
    font-size: 10px;
    font-size: 1rem;
    font-family: FontAwesome;
    color: #fff;
  }
}

@media print {
  .footer .list-footer li a {
    padding: 0;
    padding-left: 10px;
    text-align: left;
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    background-color: transparent;
  }

  .footer .list-footer li a::after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -0.5em;
    line-height: 1;
    content: "\f105";
    font-size: 10px;
    font-size: 1rem;
    font-family: FontAwesome;
    color: #fff;
  }
}

.footer .ttl-list-footer {
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .footer .ttl-list-footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .footer .ttl-list-footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.footer .list-footer-02 {
  padding: 0;
  padding-left: 1em;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .footer .list-footer-02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .footer .list-footer-02 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.footer .list-footer-02 li {
  display: block;
  float: left;
  width: 50%;
  padding: 0;
  line-height: 1.3;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .footer .list-footer-02 li {
    float: none;
    width: auto;
    margin-bottom: 8px;
  }
}

@media print {
  .footer .list-footer-02 li {
    float: none;
    width: auto;
    margin-bottom: 8px;
  }
}

.footer .list-footer-02 li a {
  position: relative;
  display: inline-block;
  color: #ddd;
}

.footer .row-btn {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer .row-btn {
    padding-top: 0;
  }
}

@media print {
  .footer .row-btn {
    padding-top: 0;
  }
}

.footer .row-btn .wrapper-btn {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin: 0 1%;
}

@media only screen and (min-width: 768px) {
  .footer .row-btn .wrapper-btn {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}

@media print {
  .footer .row-btn .wrapper-btn {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}

.footer .row-btn .wrapper-btn .btn-base {
  width: 100%;
}

.footer .copy {
  color: #999;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .footer .copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .footer .copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* =====================
  toppage
===================== */
.mv {
  position: relative;
  z-index: 10;
}

@media print {
  .mv {
    height: 560px;
    background-image: url(../img/common/mv-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .mv .sp-slides {
    display: none;
  }
}

@-webkit-keyframes cover {
  0% {
    opacity: 0.6;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes cover {
  0% {
    opacity: 0.6;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1.07) rotate(0.1deg);
  }

  100% {
    transform: scale(1) rotate(0.1deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(1.07) rotate(0.1deg);
  }

  100% {
    transform: scale(1) rotate(0.1deg);
  }
}

.mv .sp-slide.sp-selected::after {
  -webkit-animation: cover 5s linear infinite alternate;
  animation: cover 5s linear infinite alternate;
}

.mv .sp-slide img {
  transform: scale(1) rotate(0.1deg);
  transition: transform 0.2s ease;
}

.mv .sp-slide.sp-selected img {
  -webkit-animation: scale 6s ease infinite alternate;
  animation: scale 6s ease infinite alternate;
}

.mv .sp-buttons {
  position: absolute;
  z-index: 90;
  bottom: 0px;
  right: 15px;
  text-align: right;
}

.mv .sp-buttons .sp-button {
  background-color: #fff;
  border: none;
  margin: 0 4px;
}

.mv .sp-buttons .sp-button.sp-selected-button {
  background-color: #bc9d22;
}

.bg-top-01 {
  background-image: url(../img/common/bg-top-01.jpg);
  background-size: 50% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.section-top-01 {
  position: relative;
  overflow: hidden;
}

.section-top-01 .inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) {
  .section-top-01 .inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media print {
  .section-top-01 .inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.section-top-01 .inner::before {
  position: absolute;
  width: 206px;
  height: 206px;
  display: block;
  content: " ";
  background-image: url(../img/common/deco-top-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 40%;
  top: -70px;
}

@media only screen and (min-width: 768px) {
  .section-top-01 .inner::before {
    width: 412px;
    height: 412px;
    top: -140px;
    left: 80%;
  }
}

@media print {
  .section-top-01 .inner::before {
    width: 412px;
    height: 412px;
    top: -140px;
    left: 80%;
  }
}

.section-top-01 .inner .ttl {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .section-top-01 .inner .ttl {
    position: absolute;
    right: 15px;
    padding-top: 15px;
  }
}

@media print {
  .section-top-01 .inner .ttl {
    position: absolute;
    right: 15px;
    padding-top: 15px;
  }
}

.section-top-01 .inner .ttl img {
  margin: 0 auto;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .section-top-01 .inner .ttl img {
    width: 191px;
  }
}

@media print {
  .section-top-01 .inner .ttl img {
    width: 191px;
  }
}

.section-top-01 .inner .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 3.8vw;
}

@media only screen and (min-width: 414px) {
  .section-top-01 .inner .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .section-top-01 .inner .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .section-top-01 .inner .txt {
    padding-right: 240px;
  }
}

@media print {
  .section-top-01 .inner .txt {
    padding-right: 240px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-top-01 .inner .txt {
    padding-right: 0;
  }
}

@media print {
  .section-top-01 .inner .txt {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-01 .inner .txt img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media print {
  .section-top-01 .inner .txt img {
    margin-left: auto;
    margin-right: auto;
  }
}

.row-top-02 {
  background-color: #131313;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .row-top-02 {
    display: table;
    width: 100%;
  }
}

@media print {
  .row-top-02 {
    display: table;
    width: 100%;
  }
}

.row-top-02 .ttl {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 992px) {
  .row-top-02 .ttl {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media print {
  .row-top-02 .ttl {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.row-top-02 .ttl img {
  width: 80px;
}

@media only screen and (min-width: 992px) {
  .row-top-02 .ttl img {
    width: 132px;
  }
}

@media print {
  .row-top-02 .ttl img {
    width: 132px;
  }
}

.row-top-02 .left,
.row-top-02 .right {
  padding: 60px 15px;
  background-color: #131313;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 992px) {
  .row-top-02 .left,
  .row-top-02 .right {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 15px;
    width: 50%;
    height: 480px;
  }
}

@media print {
  .row-top-02 .left,
  .row-top-02 .right {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 15px;
    width: 50%;
    height: 480px;
  }
}

.row-top-02 .left.left,
.row-top-02 .right.left {
  background-image: url(../img/common/bg-top-plan.jpg);
}

.row-top-02 .left.right,
.row-top-02 .right.right {
  background-image: url(../img/common/bg-top-kashikiri.jpg);
}

.row-top-02 .left .ttl-02,
.row-top-02 .right .ttl-02 {
  margin: 0 auto;
  width: 280px;
}

@media only screen and (min-width: 768px) {
  .row-top-02 .left .ttl-02,
  .row-top-02 .right .ttl-02 {
    width: 360px;
  }
}

@media print {
  .row-top-02 .left .ttl-02,
  .row-top-02 .right .ttl-02 {
    width: 360px;
  }
}

.row-top-02 .row-btn {
  text-align: center;
}

.row-top-02 .row-btn .btn-base {
  max-width: 230px;
  width: 48%;
  margin: 0 1%;
}

.ttl-top-scene {
  width: 148px;
}

@media only screen and (min-width: 768px) {
  .ttl-top-scene {
    width: 222px;
  }
}

@media print {
  .ttl-top-scene {
    width: 222px;
  }
}

.ttl-top-foods,
.ttl-top-course {
  width: 77.33333px;
}

@media only screen and (min-width: 768px) {
  .ttl-top-foods,
  .ttl-top-course {
    width: 116px;
  }
}

@media print {
  .ttl-top-foods,
  .ttl-top-course {
    width: 116px;
  }
}

.ttl-top-news {
  width: 98.66667px;
}

@media only screen and (min-width: 768px) {
  .ttl-top-news {
    width: 148px;
  }
}

@media print {
  .ttl-top-news {
    width: 148px;
  }
}

.ttl-top-access {
  width: 96px;
}

@media only screen and (min-width: 768px) {
  .ttl-top-access {
    width: 144px;
  }
}

@media print {
  .ttl-top-access {
    width: 144px;
  }
}

.ttl-top-voice {
  width: 126.66667px;
}

@media only screen and (min-width: 768px) {
  .ttl-top-voice {
    width: 190px;
  }
}

@media print {
  .ttl-top-voice {
    width: 190px;
  }
}

.section-top-03 {
  overflow: hidden;
  background-image: url(../img/common/deco-wave.png);
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: 850px auto;
}

@media only screen and (min-width: 768px) {
  .section-top-03 {
    background-size: auto auto;
  }
}

@media print {
  .section-top-03 {
    background-size: auto auto;
  }
}

.section-top-03 .block-section-top-03 {
  position: relative;
  padding-top: 80px;
}

@media only screen and (min-width: 768px) {
  .section-top-03 .block-section-top-03 {
    padding-top: 240px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 {
    padding-top: 240px;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-03 .block-section-top-03 {
    padding-top: 80px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-top-03 .block-section-top-03 {
    min-height: 620px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 {
    min-height: 620px;
  }
}

.section-top-03 .block-section-top-03 .deco {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -196px;
  width: 393px;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .section-top-03 .block-section-top-03 .deco {
    margin-left: -393px;
    width: 786px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 .deco {
    margin-left: -393px;
    width: 786px;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-03 .block-section-top-03 .deco {
    left: auto;
    margin-left: 0;
    top: 120px;
    width: 393px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 .deco {
    left: auto;
    margin-left: 0;
    top: 120px;
    width: 393px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-top-03 .block-section-top-03 .deco {
    top: 0;
    width: 786px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 .deco {
    top: 0;
    width: 786px;
  }
}

.section-top-03 .block-section-top-03 .deco img {
  width: 393px;
}

@media only screen and (min-width: 768px) {
  .section-top-03 .block-section-top-03 .deco img {
    width: 786px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 .deco img {
    width: 786px;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-03 .block-section-top-03 .deco img {
    width: 393px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 .deco img {
    width: 393px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-top-03 .block-section-top-03 .deco img {
    width: 786px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 .deco img {
    width: 786px;
  }
}

.section-top-03 .block-section-top-03 .content {
  position: relative;
  padding-top: 240px;
}

@media only screen and (min-width: 768px) {
  .section-top-03 .block-section-top-03 .content {
    padding-top: 340px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 .content {
    padding-top: 340px;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-03 .block-section-top-03 .content {
    padding-top: 90px;
  }
}

@media print {
  .section-top-03 .block-section-top-03 .content {
    padding-top: 90px;
  }
}

.section-top-03 .block-section-top-03 .content .ttl {
  position: absolute;
  top: 0;
}

.section-top-03 .block-section-top-03.section-01 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .section-top-03 .block-section-top-03.section-01 {
    margin-bottom: 0;
  }
}

@media print {
  .section-top-03 .block-section-top-03.section-01 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-03 .block-section-top-03.section-01 .deco {
    right: 60%;
  }
}

@media print {
  .section-top-03 .block-section-top-03.section-01 .deco {
    right: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-03 .block-section-top-03.section-01 .content {
    padding-right: 140px;
    margin-left: 40%;
  }
}

@media print {
  .section-top-03 .block-section-top-03.section-01 .content {
    padding-right: 140px;
    margin-left: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .section-top-03 .block-section-top-03.section-01 .content {
    padding-right: 180px;
  }
}

@media print {
  .section-top-03 .block-section-top-03.section-01 .content {
    padding-right: 180px;
  }
}

.section-top-03 .block-section-top-03.section-01 .content .ttl {
  right: 0;
}

@media only screen and (min-width: 992px) {
  .section-top-03 .block-section-top-03.section-02 .deco {
    left: 60%;
  }
}

@media print {
  .section-top-03 .block-section-top-03.section-02 .deco {
    left: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-03 .block-section-top-03.section-02 .content {
    padding-left: 140px;
    margin-right: 40%;
  }
}

@media print {
  .section-top-03 .block-section-top-03.section-02 .content {
    padding-left: 140px;
    margin-right: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .section-top-03 .block-section-top-03.section-02 .content {
    padding-left: 180px;
  }
}

@media print {
  .section-top-03 .block-section-top-03.section-02 .content {
    padding-left: 180px;
  }
}

.section-top-03 .block-section-top-03.section-02 .content .ttl {
  left: 0;
}

a.block-news {
  position: relative;
  transition: all 0.25s linear;
}

a.block-news::after {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 2px;
  bottom: 2px;
  background-image: url(../img/common/arrow-rb.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  content: " ";
}

@media only screen and (min-width: 768px) {
  a.block-news:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

@media print {
  a.block-news:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

.block-news {
  background-color: #fff;
  display: block;
  color: #131313;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.block-news .photo-ofi {
  padding-bottom: 66.5%;
  background-color: #fff;
}

.block-news .content {
  padding: 20px;
  padding-bottom: 30px;
}

.block-news .content .meta {
  position: relative;
  margin-bottom: 10px;
}

.block-news .content .meta .new,
.block-news .content .meta .date,
.block-news .content .meta .cat {
  display: inline-block;
  margin-right: 5px;
}

.block-news .content .meta .new {
  position: absolute;
  top: -1em;
  left: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-style: italic;
  color: #a00b24;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-size: 1rem;
}

.block-news .content .meta .date {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .block-news .content .meta .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .block-news .content .meta .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-news .content .meta .cat {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  background-color: #bc9d22;
  text-align: center;
  min-width: 90px;
  padding: 0 5px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .block-news .content .meta .cat {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .block-news .content .meta .cat {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-news .content .txt {
  line-height: 1.5;
}

.box-top-access {
  position: relative;
  background-color: #bc9d22;
  color: #fff;
  overflow: hidden;
  padding: 20px;
}

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

@media print {
  .box-top-access {
    padding: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .box-top-access {
    padding: 50px 40px;
  }
}

@media print {
  .box-top-access {
    padding: 50px 40px;
  }
}

.box-top-access .deco-top,
.box-top-access .deco-bottom {
  position: absolute;
  width: 100%;
}

.box-top-access .deco-top::after,
.box-top-access .deco-top::before,
.box-top-access .deco-bottom::after,
.box-top-access .deco-bottom::before {
  position: absolute;
  display: block;
  content: " ";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {
  .box-top-access .deco-top::after,
  .box-top-access .deco-top::before,
  .box-top-access .deco-bottom::after,
  .box-top-access .deco-bottom::before {
    width: 40px;
    height: 40px;
  }
}

@media print {
  .box-top-access .deco-top::after,
  .box-top-access .deco-top::before,
  .box-top-access .deco-bottom::after,
  .box-top-access .deco-bottom::before {
    width: 40px;
    height: 40px;
  }
}

.box-top-access .deco-top {
  top: 0;
  left: 0;
}

.box-top-access .deco-top::after {
  left: -15px;
  top: -15px;
}

@media only screen and (min-width: 768px) {
  .box-top-access .deco-top::after {
    left: -20px;
    top: -20px;
  }
}

@media print {
  .box-top-access .deco-top::after {
    left: -20px;
    top: -20px;
  }
}

.box-top-access .deco-top::before {
  right: -15px;
  top: -15px;
}

@media only screen and (min-width: 768px) {
  .box-top-access .deco-top::before {
    right: -20px;
    top: -20px;
  }
}

@media print {
  .box-top-access .deco-top::before {
    right: -20px;
    top: -20px;
  }
}

.box-top-access .deco-bottom {
  bottom: 0;
  left: 0;
}

.box-top-access .deco-bottom::after {
  left: -15px;
  bottom: -15px;
}

@media only screen and (min-width: 768px) {
  .box-top-access .deco-bottom::after {
    left: -20px;
    bottom: -20px;
  }
}

@media print {
  .box-top-access .deco-bottom::after {
    left: -20px;
    bottom: -20px;
  }
}

.box-top-access .deco-bottom::before {
  right: -15px;
  bottom: -15px;
}

@media only screen and (min-width: 768px) {
  .box-top-access .deco-bottom::before {
    right: -20px;
    bottom: -20px;
  }
}

@media print {
  .box-top-access .deco-bottom::before {
    right: -20px;
    bottom: -20px;
  }
}

.box-top-access .row-top-access {
  overflow: hidden;
}

.box-top-access .row-top-access .left {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .box-top-access .row-top-access .left {
    margin-bottom: 0;
    float: left;
    width: 40%;
  }
}

@media print {
  .box-top-access .row-top-access .left {
    margin-bottom: 0;
    float: left;
    width: 40%;
  }
}

@media only screen and (min-width: 992px) {
  .box-top-access .row-top-access .right {
    float: left;
    width: 60%;
    padding-left: 20px;
  }
}

@media print {
  .box-top-access .row-top-access .right {
    float: left;
    width: 60%;
    padding-left: 20px;
  }
}

.box-top-access .row-top-access .right p {
  line-height: 1.55;
}

.box-top-access .btn-base {
  width: 100%;
}

#pageplugin {
  height: 640px;
  min-width: 1px;
  max-width: 500px;
  margin: 0 auto;
}

#pageplugin .fb-page {
  width: 100%;
}

#pageplugin .fb-page > span,
#pageplugin .fb-page iframe {
  width: 100% !important;
}

.wrapper-movie {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.wrapper-movie iframe,
.wrapper-movie object,
.wrapper-movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* =====================
  subpage
===================== */
.pgttl {
  background-color: #131313;
  background-image: url(../img/common/bg-pgttl.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 1480px;
  margin: 0 auto;
}

.pgttl .inner {
  position: relative;
  height: 120px;
}

@media only screen and (min-width: 768px) {
  .pgttl .inner {
    height: 280px;
  }
}

@media print {
  .pgttl .inner {
    height: 280px;
  }
}

.pgttl .inner .ttl {
  position: absolute;
  left: 15px;
  bottom: -35px;
}

.en-page .pgttl .inner .ttl,.ch-page .pgttl .inner .ttl{
  left: 15px;
    bottom: 17px;
}

@media only screen and (min-width: 768px) {
  .pgttl .inner .ttl {
    left: 60px;
    bottom: -50px;
  }
  
  .en-page .pgttl .inner .ttl,.ch-page .pgttl .inner .ttl{
  left: 15px;
  bottom: -35px;
}
}

@media print {
  .pgttl .inner .ttl {
    left: 60px;
    bottom: -50px;
  }
}

.pgttl.about {
  background-image: url(../img/common/bg-pgttl-about.jpg);
}

.pgttl.plan {
  background-image: url(../img/common/bg-pgttl-plan.jpg);
}

.pgttl.kashikiri {
  background-image: url(../img/common/bg-pgttl-kashikiri.jpg);
}

.pgttl.foods {
  background-image: url(../img/common/bg-pgttl-foods.jpg);
}

.pgttl.course {
  background-image: url(../img/common/bg-pgttl-course.jpg);
}

.pgttl.yukata {
  background-image: url(../img/common/bg-pgttl-yukata.jpg);
}

.pgttl.access {
  background-image: url(../img/common/bg-pgttl-access.jpg);
}

.pgttl.lunch {
  background-image: url(../img/common/bg-pgttl-lunch.jpg);
}

.pgttl.sightseeing {
  background-image: url(../img/common/bg-pgttl-sightseeing.jpg);
}

.pgttl.date {
  background-image: url(../img/common/bg-pgttl-date.jpg);
}

.pgttl.party {
  background-image: url(../img/common/bg-pgttl-party.jpg);
}

.pgttl.reunion {
  background-image: url(../img/common/bg-pgttl-reunion.jpg);
}

.pgttl.ceremony {
  background-image: url(../img/common/bg-pgttl-ceremony.jpg);
}

.pgttl.reception {
  background-image: url(../img/common/bg-pgttl-reception.jpg);
}

.pgttl.festival {
  background-image: url(../img/common/bg-pgttl-festival.jpg);
}

.pgttl.reservation .inner,
.pgttl.contact .inner,
.pgttl.news .inner {
  height: 100px;
}

@media only screen and (min-width: 768px) {
  .pgttl.reservation .inner,
  .pgttl.contact .inner,
  .pgttl.news .inner {
    height: 220px;
  }
}

@media print {
  .pgttl.reservation .inner,
  .pgttl.contact .inner,
  .pgttl.news .inner {
    height: 220px;
  }
}

.pgttl .ttl img {
  width: 30px;
}


.pgttl .ttl .en-img,.pgttl .ttl .ch-img{
  width: 240px;
}

@media only screen and (min-width: 768px) {
  .pgttl .ttl img {
    width: 60px;
  }

  .pgttl .ttl .en-img,.pgttl .ttl .ch-img{
  width: 360px;
}
}

@media print {
  .pgttl .ttl img {
    width: 60px;
  }

   .pgttl .ttl .en-img,.pgttl .ttl .ch-img{
  width: 360px;
}
}

.pgttl.about .ttl img,
.pgttl.scene .ttl img,
.pgttl.foods .ttl img {
  width: 50.5px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .pgttl.about .ttl img,
  .pgttl.scene .ttl img,
  .pgttl.foods .ttl img {
    width: 101px;
  }
}

@media print {
  .pgttl.about .ttl img,
  .pgttl.scene .ttl img,
  .pgttl.foods .ttl img {
    width: 101px;
  }
}

.breadcrumbs {
  position: relative;
  line-height: 1.3;
  padding: 5px 0;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 10px 0;
  }
}

@media print {
  .breadcrumbs {
    padding: 10px 0;
  }
}

.breadcrumbs ul {
  margin-bottom: 0;
  padding: 0;
  padding-left: 30px;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs ul {
    padding-left: 100px;
  }
}

@media print {
  .breadcrumbs ul {
    padding-left: 100px;
  }
}

.breadcrumbs ul li {
  padding-left: 1em;
  line-height: 1;
  position: relative;
  color: #333;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 992px) {
  .breadcrumbs ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .breadcrumbs ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.breadcrumbs ul li::after {
  position: absolute;
  font-family: FontAwesome;
  display: block;
  line-height: 1;
  content: "\f105";
  left: 0;
  top: 0;
  color: #bc9d22;
}

.breadcrumbs ul li:first-child::after {
  content: none;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.block-date {
  text-align: center;
  border-top: 1px solid #ddd;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}

.block-date .min {
  font-size: 80%;
  display: inline-block;
  margin-left: 3px;
}

.block-date .year {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 992px) {
  .block-date .year {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media print {
  .block-date .year {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.block-date .month {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .block-date .month {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .block-date .month {
    font-size: 20px;
    font-size: 2rem;
  }
}

.block-date .month .previous,
.block-date .month .center,
.block-date .month .next {
  display: table-cell;
  vertical-align: middle;
}

.block-date .month .previous > a,
.block-date .month .previous > span,
.block-date .month .center > a,
.block-date .month .center > span,
.block-date .month .next > a,
.block-date .month .next > span {
  display: block;
  padding: 3px 0;
}

.block-date .month .previous a,
.block-date .month .center a,
.block-date .month .next a {
  display: block;
  position: relative;
  text-decoration: none !important;
}

.block-date .month .previous a::before,
.block-date .month .center a::before,
.block-date .month .next a::before {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -0.5em;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: FontAwesome;
  color: #bc9d22;
}

.block-date .month .previous a:hover,
.block-date .month .center a:hover,
.block-date .month .next a:hover {
  background-color: #f3f0e7;
}

.block-date .month .previous {
  text-align: left;
}

.block-date .month .previous a {
  padding-left: 30px;
}

.block-date .month .previous a::before {
  left: 10px;
  content: "\f104";
}

.block-date .month .next {
  text-align: right;
}

.block-date .month .next a {
  padding-right: 30px;
}

.block-date .month .next a::before {
  right: 10px;
  content: "\f105";
}

.popup {
  display: none;
  background-color: #fff;
  padding: 10px;
  text-shadow: none;
}

@media only screen and (min-width: 768px) {
  .popup {
    padding: 0;
    width: 480px;
  }
}

@media print {
  .popup {
    padding: 0;
    width: 480px;
  }
}

.popup .ttl-popup {
  border-bottom: 2px solid #131313;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.popup .ttl-popup .left {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .popup .ttl-popup .left {
    padding-top: 5px;
    float: left;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media print {
  .popup .ttl-popup .left {
    padding-top: 5px;
    float: left;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.popup .ttl-popup .left .date-popup,
.popup .ttl-popup .left .time-popup {
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .popup .ttl-popup .status {
    float: right;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .popup .ttl-popup .status {
    float: right;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.popup .content-popup {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .popup .content-popup {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .popup .content-popup {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.popup .txt-num {
  font-size: 200%;
  color: #a00b24;
  font-style: italic;
  display: inline-block;
  margin: 0 0.2em;
}

.popup .row-btn > .btn-base {
  width: 48%;
  margin: 0 1%;
}

.row-btn > .btn-base {
  width: 48%;
  margin: 0 1%;
}

.table-schedule {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.3;
  table-layout: fixed;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .table-schedule {
    border-right: none;
  }
}

@media print {
  .table-schedule {
    border-right: none;
  }
}

@media only screen and (min-width: 768px) {
  .table-schedule th,
  .table-schedule td {
    border-right: 1px solid #333;
  }
}

@media print {
  .table-schedule th,
  .table-schedule td {
    border-right: 1px solid #333;
  }
}

.table-schedule thead {
  display: none;
}

@media only screen and (min-width: 768px) {
  .table-schedule thead {
    display: table-row-group;
  }
}

@media print {
  .table-schedule thead {
    display: table-row-group;
  }
}

.table-schedule thead th {
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #131313;
}

.table-schedule thead th.day-sunday {
  background-color: #a00b24;
}

.table-schedule thead th.day-saturday {
  background-color: #2a2c8d;
}

.table-schedule tbody {
  display: block;
}

@media only screen and (min-width: 768px) {
  .table-schedule tbody {
    display: table-row-group;
  }
}

@media print {
  .table-schedule tbody {
    display: table-row-group;
  }
}

.table-schedule tbody tr {
  display: block;
}

@media only screen and (min-width: 768px) {
  .table-schedule tbody tr {
    display: table-row;
    border-bottom: 1px solid #333;
  }
}

@media print {
  .table-schedule tbody tr {
    display: table-row;
    border-bottom: 1px solid #333;
  }
}

.table-schedule tbody tr td {
  display: table;
  width: 100%;
  border-bottom: 1px solid #333;
}

@media only screen and (min-width: 768px) {
  .table-schedule tbody tr td {
    display: table-cell;
    height: 60px;
    width: auto;
    vertical-align: top;
  }

  .table-schedule tbody tr td:hover {
    background-color: #fffdf1;
  }
}

@media print {
  .table-schedule tbody tr td {
    display: table-cell;
    height: 60px;
    width: auto;
    vertical-align: top;
  }

  .table-schedule tbody tr td:hover {
    background-color: #fffdf1;
  }
}

.table-schedule tbody tr td.past {
  opacity: 0.35;
  pointer-events: none;
}

.table-schedule tbody tr td .day,
.table-schedule tbody tr td .date,
.table-schedule tbody tr td .blocks-time {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .table-schedule tbody tr td .day,
  .table-schedule tbody tr td .date,
  .table-schedule tbody tr td .blocks-time {
    display: block;
    height: auto;
  }
}

@media print {
  .table-schedule tbody tr td .day,
  .table-schedule tbody tr td .date,
  .table-schedule tbody tr td .blocks-time {
    display: block;
    height: auto;
  }
}

.table-schedule tbody tr td .day {
  text-align: center;
  font-weight: bold;
  width: 25px;
  background-color: #131313;
  color: #fff;
}

.table-schedule tbody tr td .day.day-sunday {
  background-color: #a00b24;
}

.table-schedule tbody tr td .day.day-saturday {
  background-color: #2a2c8d;
}

@media only screen and (min-width: 768px) {
  .table-schedule tbody tr td .day {
    display: none;
  }
}

@media print {
  .table-schedule tbody tr td .day {
    display: none;
  }
}

.table-schedule tbody tr td .date {
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #ddd;
  width: 25px;
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  .table-schedule tbody tr td .date {
    display: inline-block;
    border: none;
    background-color: #131313;
    color: #fff;
    border-radius: 0 0 3px 0;
    width: 40px;
    line-height: 1;
    padding: 5px;
    text-align: center;
  }
}

@media print {
  .table-schedule tbody tr td .date {
    display: inline-block;
    border: none;
    background-color: #131313;
    color: #fff;
    border-radius: 0 0 3px 0;
    width: 40px;
    line-height: 1;
    padding: 5px;
    text-align: center;
  }
}

.table-schedule tbody tr td .blocks-time {
  padding: 0;
}

.table-schedule tbody tr td .blocks-time .block-time {
  margin-top: 10px;
}

.table-schedule tbody tr td .blocks-time .block-time:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .table-schedule tbody tr td .blocks-time .block-time:first-child {
    margin-top: 10px;
  }
}

@media print {
  .table-schedule tbody tr td .blocks-time .block-time:first-child {
    margin-top: 10px;
  }
}

.table-schedule tbody tr td .blocks-time .block-time .time {
  background-color: #f3f3f3;
  padding: 3px 10px 3px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .table-schedule tbody tr td .blocks-time .block-time .time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .table-schedule tbody tr td .blocks-time .block-time .time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.box-bosyu {
  display: inline-block;
  border: 1px solid #131313;
  padding: 5px 10px;
  line-height: 1.3;
  margin-right: 5px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .box-bosyu {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .box-bosyu {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .status {
    max-width: 180px;
  }
}

@media print {
  .status {
    max-width: 180px;
  }
}

.status > a {
  text-decoration: none;
}

.status > a:hover {
  opacity: 0.8;
}

.status > a,
.status > span {
  display: table;
  width: 100%;
  border: 1px solid #aaa;
}

.status > a .ttl,
.status > a .txt,
.status > span .ttl,
.status > span .txt {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #aaa;
}

.status > a .ttl,
.status > span .ttl {
  padding: 10px 5px;
  text-align: center;
  width: 40px;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .status > a .ttl,
  .status > span .ttl {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 5px;
  }
}

@media print {
  .status > a .ttl,
  .status > span .ttl {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .status > a .ttl,
  .status > span .ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .status > a .ttl,
  .status > span .ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.status > a .txt,
.status > span .txt {
  padding: 10px 5px;
  color: #fff;
  background-color: #aaa;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .status > a .txt,
  .status > span .txt {
    padding: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media print {
  .status > a .txt,
  .status > span .txt {
    padding: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .status > a .txt,
  .status > span .txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media print {
  .status > a .txt,
  .status > span .txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.status > a.status1,
.status > span.status1 {
  border: 1px solid #44a53b;
}

.status > a.status1 .ttl,
.status > span.status1 .ttl {
  color: #44a53b;
}

.status > a.status1 .txt,
.status > span.status1 .txt {
  background-color: #44a53b;
}

.status > a.status2,
.status > span.status2 {
  border: 1px solid #3f64b8;
}

.status > a.status2 .ttl,
.status > span.status2 .ttl {
  color: #3f64b8;
}

.status > a.status2 .txt,
.status > span.status2 .txt {
  background-color: #3f64b8;
}

.status > a.status3,
.status > span.status3 {
  border: 1px solid #c76f1f;
}

.status > a.status3 .ttl,
.status > span.status3 .ttl {
  color: #c76f1f;
}

.status > a.status3 .txt,
.status > span.status3 .txt {
  background-color: #c76f1f;
}

.status > a.status4,
.status > span.status4 {
  border: 1px solid #999;
}

.status > a.status4 .ttl,
.status > span.status4 .ttl {
  color: #999;
}

.status > a.status4 .txt,
.status > span.status4 .txt {
  background-color: #999;
}

.gmap {
  position: relative;
  padding-bottom: 60%;
  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;
  }
}

.nav-order {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  display: table;
  border-collapse: collapse;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .nav-order {
    table-layout: fixed;
  }
}

@media print {
  .nav-order {
    table-layout: fixed;
  }
}

.nav-order li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #aaa;
  color: #666;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
}

.nav-order li label {
  display: block;
  padding: 10px 5px;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px), print {
  .nav-order li label {
    padding: 20px 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.nav-order li input {
  display: none;
}

.nav-order li input[type="radio"]:checked + label {
  background-color: #faf5f5;
  color: #a00b24;
}

  .nav-order li label:hover {
    color: #131313;
  }

  .nav-order li:first-child {
    border-left: none;
  }

  .block-step {
    background-color: #f3f3f3;
  }

  .block-step .ttl-step {
    border-top: 3px solid #131313;
    border-bottom: 2px solid #131313;
    padding: 5px;
    padding-bottom: 5px;
  }

  @media only screen and (min-width: 768px) {
    .block-step .ttl-step {
      padding-top: 8px;
      padding-bottom: 8px;
    }
  }

  @media print {
    .block-step .ttl-step {
      padding-top: 8px;
      padding-bottom: 8px;
    }
  }

  .block-step .ttl-step .inner-ttl {
    display: table;
    width: 100%;
  }

  .block-step .ttl-step .left {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    border-right: 1px solid #131313;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
    color: #131313;
  }

  @media only screen and (min-width: 768px) {
    .block-step .ttl-step .left {
      width: 100px;
      font-size: 34px;
      font-size: 3.4rem;
    }
  }

  @media print {
    .block-step .ttl-step .left {
      width: 100px;
      font-size: 34px;
      font-size: 3.4rem;
    }
  }

  .block-step .ttl-step .left .step,
  .block-step .ttl-step .left .number {
    display: block;
  }

  .block-step .ttl-step .ttl {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
    padding-left: 10px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
    font-size: 15px;
    font-size: 1.5rem;
  }

  @media only screen and (min-width: 768px) {
    .block-step .ttl-step .ttl {
      padding-left: 20px;
      font-size: 24px;
      font-size: 2.4rem;
    }
  }

  @media print {
    .block-step .ttl-step .ttl {
      padding-left: 20px;
      font-size: 24px;
      font-size: 2.4rem;
    }
  }

  .block-step .content {
    position: relative;
    line-height: 1.75;
    padding: 10px;
  }

  @media only screen and (min-width: 768px) {
    .block-step .content {
      padding: 30px;
    }
  }

  @media print {
    .block-step .content {
      padding: 30px;
    }
  }

  @media only screen and (min-width: 1200px) {
    .block-step .content {
      padding: 30px 50px;
    }
  }

  @media print {
    .block-step .content {
      padding: 30px 50px;
    }
  }

  .block-step .content::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(243, 243, 243, 0);
    border-top-color: #f3f3f3;
    border-width: 10px;
    margin-left: -10px;
  }

  @media only screen and (min-width: 768px) {
    .block-step .content::after {
      border-width: 20px;
      margin-left: -20px;
    }
  }

  @media print {
    .block-step .content::after {
      border-width: 20px;
      margin-left: -20px;
    }
  }

  .block-step .content.noarrow::after {
    content: none;
  }

  .list-foodnav {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  @media only screen and (min-width: 768px) {
    .list-foodnav {
      display: table;
      width: 100%;
      table-layout: fixed;
    }
  }

  @media print {
    .list-foodnav {
      display: table;
      width: 100%;
      table-layout: fixed;
    }
  }

  .list-foodnav li {
    display: block;
    float: left;
    width: 50%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  @media only screen and (min-width: 768px) {
    .list-foodnav li {
      display: table-cell;
      vertical-align: middle;
      float: none;
      width: auto;
    }
  }

  @media print {
    .list-foodnav li {
      display: table-cell;
      vertical-align: middle;
      float: none;
      width: auto;
    }
  }

  .list-foodnav li .wrapper {
    display: table;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #bc9d22;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
  }

  @media only screen and (min-width: 768px) {
    .list-foodnav li .wrapper {
      font-size: 20px;
      font-size: 2rem;
    }
  }

  @media print {
    .list-foodnav li .wrapper {
      font-size: 20px;
      font-size: 2rem;
    }
  }

  .list-foodnav li .wrapper .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
    line-height: 1.3;
  }

  .list-foodnav li a.wrapper {
    text-decoration: none;
    background-color: #f9f7f0;
    color: #bc9d22;
    transition: all 0.25s linear;
  }

  @media only screen and (min-width: 768px) {
    .list-foodnav li a.wrapper:hover {
      background-color: #d7be60;
      color: #fff;
    }
  }

  @media print {
    .list-foodnav li a.wrapper:hover {
      background-color: #d7be60;
      color: #fff;
    }
  }

  .nav-tbl {
    overflow: hidden;
    z-index: 1;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  @media only screen and (min-width: 768px) {
    .nav-tbl {
      display: table;
      width: 100%;
      table-layout: fixed;
      position: relative;
      border: none;
      border-collapse: separate;
      border-spacing: 2px;
    }
  }

  @media print {
    .nav-tbl {
      display: table;
      width: 100%;
      table-layout: fixed;
      position: relative;
      border: none;
      border-collapse: separate;
      border-spacing: 2px;
    }
  }

  .nav-tbl .tbc {
    position: relative;
    float: left;
    display: table;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 50%;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    color: #846d11;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .nav-tbl .tbc.long-xs {
    width: 100%;
  }

  @media only screen and (min-width: 768px) {
    .nav-tbl .tbc.long-xs {
      width: auto;
    }
  }

  @media print {
    .nav-tbl .tbc.long-xs {
      width: auto;
    }
  }

  @media only screen and (min-width: 768px) {
    .nav-tbl .tbc {
      float: none;
      width: auto;
      display: table-cell;
      vertical-align: middle;
      border: 1px solid #bc9d22;
      background-color: #fff;
      transition: all 0.25s linear !important;
      padding: 15px 5px;
      font-size: 15px;
      font-size: 1.5rem;
    }
  }

  @media print {
    .nav-tbl .tbc {
      float: none;
      width: auto;
      display: table-cell;
      vertical-align: middle;
      border: 1px solid #bc9d22;
      background-color: #fff;
      transition: all 0.25s linear !important;
      padding: 15px 5px;
      font-size: 15px;
      font-size: 1.5rem;
    }
  }

  .nav-tbl .tbc .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 5px;
    border: 1px solid #bc9d22;
    background-color: #fff;
    text-align: center;
  }

  @media only screen and (min-width: 768px) {
    .nav-tbl .tbc .inner {
      display: inline;
      padding: 0;
      border: none;
      background-color: transparent;
    }
  }

  @media print {
    .nav-tbl .tbc .inner {
      display: inline;
      padding: 0;
      border: none;
      background-color: transparent;
    }
  }

  .nav-tbl .tbc.active {
    background-color: #bc9d22;
    color: #fff;
  }

  .nav-tbl .tbc.active .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 5px;
    border: 1px solid #bc9d22;
    background-color: #bc9d22;
    text-align: center;
  }

  @media only screen and (min-width: 768px) {
    .nav-tbl .tbc:hover {
      background-color: #bc9d22;
      color: #fff;
    }
  }

  @media print {
    .nav-tbl .tbc:hover {
      background-color: #bc9d22;
      color: #fff;
    }
  }

  .paging {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    padding-top: 1em;
  }

  .paging > span {
    display: inline-block;
    overflow: hidden;
    margin: 2px;
    width: 40px;
    height: 40px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 600;
    background-color: #bc9d22;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    border: 2px solid #bc9d22;
  }

  .paging > span a {
    display: block;
    width: 100%;
    height: 100%;
    color: #bc9d22;
    background-color: #fff;
  }

  .paging > span a:hover {
    background-color: #bc9d22;
    color: #fff;
  }

  .paging > span.current {
    cursor: default;
    background-color: #bc9d22;
    color: #fff;
  }

  .bg-foods {
    background-image: url(../img/common/bg-pgttl-foods.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .box-foods-plan {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }

  .wrapper-faq .block-question {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }

  @media only screen and (min-width: 768px) {
    .wrapper-faq .block-question {
      font-size: 16px;
      font-size: 1.6rem;
      padding-bottom: 5px;
    }
  }

  @media print {
    .wrapper-faq .block-question {
      font-size: 16px;
      font-size: 1.6rem;
      padding-bottom: 5px;
    }
  }

  .wrapper-faq .block-question::after {
    position: absolute;
    display: block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    content: "Q";
    color: #a00b24;
    font-weight: 600;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .wrapper-faq .block-question p {
    font-weight: 600;
  }

  .wrapper-faq .block-answer {
    position: relative;
    padding-top: 10px;
    padding-left: 40px;
    margin-top: 10px;
    border-top: 1px dotted #ddd;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  @media only screen and (min-width: 768px) {
    .wrapper-faq .block-answer {
      padding-top: 15px;
      font-size: 14px;
      font-size: 1.4rem;
    }
  }

  @media print {
    .wrapper-faq .block-answer {
      padding-top: 15px;
      font-size: 14px;
      font-size: 1.4rem;
    }
  }

  .wrapper-faq .block-answer::after {
    position: absolute;
    display: block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    content: "A";
    color: #2f305c;
    font-weight: 600;
    left: 10px;
    top: 5px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .ttl-course {
    position: relative;
    padding-left: 30px;
  }

  .ttl-course .num {
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    left: 0;
    top: 0;
    background-color: #a00b24;
    color: #fff;
    border-radius: 50%;
  }

  .img-lightcase {
    position: relative;
  }

  .img-lightcase::after {
    position: absolute;
    display: block;
    content: "\f00e";
    font-size: 20px;
    font-size: 2rem;
    font-family: FontAwesome;
    background-color: #a00b24;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 0;
    bottom: 0;
  }

  #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 #ddd;
    margin-bottom: 0;
  }
  @media  (min-width: 768px) {  /*20251022修正 */
  #mail-form .table-form .style-01 {
    display: table-row;
  }
}

@media  (min-width: 1200px) and (max-width: 2000px){ /*20251022修正 */
  #mail-form .table-form .style-02 {
    width: 860px;
  }
  }
  @media  (min-width: 768px) and (max-width: 1199px){ /*20251022修正 */
  #mail-form .table-form .style-02 {
    width: 460px;
  }
  }
  #mail-form .table-form .option1{ /*20251022修正 */
    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 #ddd;
  }

  #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;
    line-height: 1.5;
  }

  @media only screen and (min-width: 768px) {
    #mail-form .table-form .form-head {
      margin-bottom: 0;
      width: 240px;
      padding: 10px 0;
    }
  }

  @media print {
    #mail-form .table-form .form-head {
      margin-bottom: 0;
      width: 240px;
      padding: 10px 0;
    }
  }

  #mail-form .table-form .form-head .mark-req {
    margin-left: 10px;
  }

  #mail-form .table-form .form-head label {
    margin-bottom: 0;
  }

  #mail-form .table-form .form-head .min {
    font-size: 85%;
    color: #666;
    font-weight: normal;
  }

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

  #mail-form .input-group .form-control {
    display: table-cell !important;
    float: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  #mail-form .input-group .input-group-addon {
    width: auto;
  }

  #mail-form .wrapper-radio {
    margin: 4px 15px 4px 0;
    margin-right: 20px;
    font-weight: normal;
  }

  #mail-form .wrapper-radio .txt {
    display: inline-block;
    vertical-align: middle;
  }

  #mail-form .wrapper-radio .radio {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
  }

  #mail-form .wrapper-input {
    margin: 4px 15px 4px 0;
    display: inline-block;
    font-weight: normal;
  }

  #mail-form .form-control {
    width: 100%;
    height: 35px;
    box-shadow: none;
    border: 1px solid #eee;
    background-color: #fff;
  }

  @media only screen and (min-width: 768px) {
    #mail-form .form-control {
      height: 40px;
    }
  }

  @media print {
    #mail-form .form-control {
      height: 40px;
    }
  }

  #mail-form .form-control.input-inline {
    width: auto;
    display: inline-block;
  }

  #mail-form .form-control.min {
    height: 25px;
  }

  @media only screen and (min-width: 768px) {
    #mail-form .form-control.min {
      height: 30px;
    }
  }

  @media print {
    #mail-form .form-control.min {
      height: 30px;
    }
  }

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

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

  #mail-form .input-group.date-group {
    margin-bottom: 5px;
  }

  @media only screen and (min-width: 768px) {
    #mail-form .input-group.date-group {
      margin-bottom: 0;
    }
  }

  @media print {
    #mail-form .input-group.date-group {
      margin-bottom: 0;
    }
  }

  #mail-form .input-group.date-group .form-control {
    display: table-cell !important;
    float: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  #mail-form .input-group.date-group .input-group-addon {
    width: auto;
  }

  #mail-form .help-block.with-errors {
    margin: 0;
    font-size: 90%;
  }

  #mail-form .help-block.with-errors ul {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    padding-left: 1.5em;
  }

  #mail-form .help-block.with-errors ul li {
    color: red;
  }

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

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

  #mail-form .datepicker-inline {
    width: 100%;
  }

  #mail-form .datepicker-inline table {
    table-layout: fixed;
    width: 100%;
  }

  #mail-form .datepicker-inline table .dow {
    font-size: 90%;
    color: #555;
    height: 30px;
  }

  #mail-form 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) {
    #mail-form select {
      min-width: 100px;
    }
  }

  @media print {
    #mail-form select {
      min-width: 100px;
    }
  }

  #mail-form select.select-lg {
    width: 100%;
  }

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

  #mail-form select::-ms-expand {
    display: none;
  }

  .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: #a00b24;
  }

  .privacy-txt {
    background-color: #ddd;
    padding: 10px;
    line-height: 1.5;
    color: #444;
  }

  .overflow-scroll {
    overflow-y: scroll;
    height: 300px;
    -webkit-overflow-scrolling: touch;
  }

  .ttl-foods {
    position: relative;
  }

  .ttl-foods .ttl {
    float: left;
  }

  .ttl-foods .price {
    float: right;
  }

  .ttl-foods .mark {
    background-color: #a00b24;
    display: inline-block;
    position: absolute;
    color: #fff;
    left: 20px;
    top: -20px;
    padding: 0 10px;
    line-height: 1.3;
  }

  .block-post img {
    max-height: 640px;
  }

  /* =====================
  editor
===================== */
  .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.4;
    margin: 30px 0 10px;
  }

  .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 {
    margin-top: 0;
  }

  .editor-content h1 {
    font-size: 18px;
    font-size: 1.8rem;
    border-left: 5px solid #bc9d22;
    padding-left: 0.8em;
    font-weight: bold;
  }

  @media only screen and (min-width: 768px) {
    .editor-content h1 {
      font-size: 24px;
      font-size: 2.4rem;
    }
  }

  @media print {
    .editor-content h1 {
      font-size: 24px;
      font-size: 2.4rem;
    }
  }

  .editor-content h2 {
    font-size: 15px;
    font-size: 1.5rem;
    border-left: 4px solid #bc9d22;
    padding-left: 0.8em;
    font-weight: bold;
  }

  @media only screen and (min-width: 768px) {
    .editor-content h2 {
      font-size: 20px;
      font-size: 2rem;
    }
  }

  @media print {
    .editor-content h2 {
      font-size: 20px;
      font-size: 2rem;
    }
  }

  .editor-content h3 {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #bc9d22;
    font-weight: bold;
  }

  @media only screen and (min-width: 768px) {
    .editor-content h3 {
      font-size: 18px;
      font-size: 1.8rem;
    }
  }

  @media print {
    .editor-content h3 {
      font-size: 18px;
      font-size: 1.8rem;
    }
  }

  .editor-content h4 {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #bc9d22;
    font-weight: bold;
  }

  @media only screen and (min-width: 768px) {
    .editor-content h4 {
      font-size: 16px;
      font-size: 1.6rem;
    }
  }

  @media print {
    .editor-content h4 {
      font-size: 16px;
      font-size: 1.6rem;
    }
  }

  .editor-content h5 {
    font-weight: bold;
  }

  .editor-content h6 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .editor-content p {
    margin: 0.5em 0 0.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-left: 1.5em;
    margin-bottom: 1.5em;
    padding: 0;
  }

  .editor-content ul {
    list-style: disc;
  }

  .editor-content ol {
    counter-reset: item;
  }

  .editor-content ol li {
    display: block;
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.4em;
  }

  .editor-content ol li:before {
    content: counter(item);
    counter-increment: item;
    font-weight: 300;
    left: 0;
    top: 0;
    color: #bc9d22;
    position: absolute;
    font-size: 100%;
  }

  .editor-content li > ul,
  .editor-content li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
  }

  .editor-content li ol {
    font-size: 90%;
  }

  .editor-content li ol li {
    margin-bottom: 0.5em;
  }

  .editor-content li ol li:before {
    content: counter(item);
    counter-increment: item;
    font-weight: 200;
    left: -0.5em;
    position: absolute;
  }

  .editor-content ul {
    list-style: none;
  }

  .editor-content ul li {
    position: relative;
    padding: 0;
    margin-bottom: 0.2em;
    padding-left: 1.2em;
  }

  .editor-content ul li:after {
    position: absolute;
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #bc9d22;
    left: 2px;
    top: 0.6em;
  }

  @media only screen and (min-width: 768px) {
    .editor-content ul li:after {
      top: 0.7em;
    }
  }

  @media print {
    .editor-content ul li:after {
      top: 0.7em;
    }
  }

  .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 img {
    background: #fff;
    box-shadow: 0 0 0 6px #fff;
  }

  .editor-content img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
  }

  .editor-content embed,
  .editor-content iframe,
  .editor-content object {
    margin-bottom: 1.5em;
    max-width: 100%;
  }

  .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;
  }

  /*20191114*/
  .winter-box {
  }

  .winter-box a {
    background: #353757;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    padding: 10px 39px;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    margin: 10px auto 0;
    width: 250px;
  }

  .winter-box a:hover {
    background: #fff;
    border: 1px solid #353757;
    color: #353757;
    transition: 0.4s;
  }

  .icon-ttl {
    display: inline-block;
    margin-right: 5px;
  }

  /*20200316*/

  .fix-footer {
    position: fixed;
    bottom: 0;
    background-color: #131313;
    background-image: url(../img/common/bg-footer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 900px auto;
    color: #fff;
    padding-bottom: 10px;
    width: 100%;
  }

  .fix-footer .fix-footer-in {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .fix-footer .row-btn {
    text-align: center;
  }

  .fix-footer .row-btn .wrapper-btn {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin: 0 1%;
  }

  .fix-footer .row-btn .wrapper-btn .btn-base {
    width: 100%;
  }

  @media only screen and (min-width: 768px) {
    .fix-footer {
      display: none;
    }
  }

  /*20200717*/
  .important-notice {
    padding: 0;
    background: #fff;
    /*背景色*/
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.32);
    /*影*/
  }

  .important-notice table {
    width: 100%;
  }

  .important-notice table th {
    background-color: #ff0000;
    padding: 1.5em 2.5em;
    font-size: 1.5em;
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  }

  .important-notice table td {
    padding: 2em;
  }

  .important-notice table td a {
    color: #000;
    display: block;
    margin-bottom: 2rem;
  }

  .important-notice table td a:last-child {
    margin-bottom: 0;
  }

  .important-notice table td a::before {
    content: "";
    border-left: 2px solid #000;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 1em 0.1em 0;
  }

  .important-notice table td a:hover {
    text-decoration: underline;
  }

  @media only screen and (max-width: 767px) {
    .important-notice table th,
    .important-notice table td {
      width: 100%;
      display: block;
    }

    .important-notice table th {
      padding: 0.5em 1em;
      font-size: 1.25em;
    }

    .important-notice table td {
      padding: 1em 2em;
    }

    .important-notice table td a {
      text-decoration: underline;
      margin-bottom: 1rem;
    }

    .important-notice table td a::before {
      display: none;
    }
  }

  .wrapper-faq .block-midashi01 {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }

  @media only screen and (min-width: 768px) {
    .wrapper-faq .block-midashi01 {
      font-size: 16px;
      font-size: 1.6rem;
      padding-bottom: 5px;
    }
  }

  @media print {
    .wrapper-faq .block-midashi01 {
      font-size: 16px;
      font-size: 1.6rem;
      padding-bottom: 5px;
    }
  }

  .wrapper-faq .block-midashi01::after {
    position: absolute;
    display: block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    content: "◆";
    color: #a00b24;
    font-weight: 600;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .wrapper-faq .block-midashi01 p {
    font-weight: 600;
  }

  .wrapper-faq .block-midashi02 {
    position: relative;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 10px;
    border-top: 1px dotted #ddd;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  @media only screen and (min-width: 768px) {
    .wrapper-faq .block-midashi02 {
      padding-top: 15px;
      border-top: 1px dotted #ddd;
      font-size: 14px;
      font-size: 1.4rem;
    }
  }

  @media print {
    .wrapper-faq .block-midashi02 {
      padding-top: 15px;
      border-top: 1px dotted #ddd;
      font-size: 14px;
      font-size: 1.4rem;
    }
  }

  .wrapper-faq .block-midashi02::after {
    position: absolute;
    display: block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    content: "";
    color: #2f305c;
    font-weight: 600;
    left: 10px;
    top: 5px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .wrapper-faq .block-midashi02 ul {
  }

  .wrapper-faq .block-midashi02 ul li {
    margin: 0 0 0.5em;
  }

  .wrapper-faq .block-midashi02 ul li:last-child {
    margin: 0;
  }

  .wrapper-faq .block-midashi02 ul li span {
    color: #757575;
    font-size: 1em;
    font-weight: bold;
  }

  .mt05 {
    margin-top: 5px !important;
  }

  .mb-2 {
    margin: 0 0 2em !important;
  }

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

  .txt-red {
    color: #a00b24;
  }

