@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0!important;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

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

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

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

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

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

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: inlune-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .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 .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !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,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 52%;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro"  , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: push-button;
}

a {
  color: #005d99;
  text-decoration: none;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #007ccc;
  text-decoration: underline;
}
a:visited {
  color: #003e66;
}
a:hover {
  text-decoration: none;
}

.header {
  height: 75px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header {
    height: 215px;
  }
}
.header img {
  vertical-align: top;
  max-width: 100%;
}
.header .logo-group {
  position: absolute;
  top: 25px;
  left: 10px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .header .logo-group {
    top: 62px;
    left: 50px;
  }
}
.header .logo-group .logo {
  width: 10%;
  display: inline-block;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .header .logo-group .logo {
    width: inherit;
    margin: 0;
  }
  .header .logo-group .logo img {
    vertical-align: inherit;
  }
}
.header .logo-group .message {
  position: absolute;
  margin: 0;
  top: -17px;
}
@media screen and (max-width: 991px) {
  .header .logo-group .message {
    width: 73%;
  }
}
@media screen and (min-width: 992px) {
  .header .logo-group .message {
    top: -30px;
    left: 0;
  }
}
.header .logo-group .catchcopy {
  display: inline-block;
  width: 60%;
  line-height: 1;
  margin: 0 0 0 10px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .header .logo-group .catchcopy {
    vertical-align: top;
    width: inherit;
    margin: 46px 0 0 35px;
  }
  .header .logo-group .catchcopy img {
    vertical-align: inherit;
  }
}
.header .sp-btn {
  position: absolute;
  display: block;
  top: 22px;
  right: 15px;
}
@media screen and (min-width: 992px) {
  .header .sp-btn {
    display: none;
  }
}
.header .sp-btn ul {
  margin: 0;
  padding: 0;
}
.header .sp-btn ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .sp-btn .head-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  line-height: 1;
  color: #fff;
  background: #005d99;
  margin-left: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.header .sp-btn .head-btn:before {
  font-size: 2.4rem;
  display: block;
  padding-top: 5px;
  font-family: FontAwesome;
  content: "";
}
.header .sp-btn .head-btn__text {
  font-size: 1rem;
  display: block;
}
.header .sp-btn .head-btn.head-btn--close:before {
  font-family: FontAwesome;
  content: "";
}

.head-navi {
  display: none;
  z-index: 1000;
  width: 100%;
  background: #005d99;
  position: absolute;
  top: 75px;
}
@media screen and (min-width: 992px) {
  .head-navi {
    width: inherit;
    position: absolute;
    display: block;
    top: auto;
    bottom: 20px;
    right: 10px;
    background: none;
  }
}
.head-navi .gnav {
  -webkit-padding-start: 0;
  margin: 0;
}
.head-navi .gnav:before, .head-navi .gnav:after {
  content: " ";
  display: table;
}
.head-navi .gnav:after {
  clear: both;
}
.head-navi .gnav li {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .head-navi .gnav li {
    width: inherit;
    display: inline-block;
  }
}
.head-navi .gnav li :after {
  content: "|";
  display: inline-block;
  color: #005d99;
  margin-left: 20px;
}
.head-navi .gnav li a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .head-navi .gnav li a {
    color: #fff;
  }
  .head-navi .gnav li a:after {
    font-family: FontAwesome;
    content: "\f054";
    color: #fff;
    display: inline-block;
    float: right;
  }
}
@media screen and (min-width: 992px) {
  .head-navi .gnav li a {
    padding: 0 0 0 20px;
    color: #005d99;
    font-size: 16px;
    font-size: 1.6rem;
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 992px) {
  .head-navi .gnav li a:hover, .head-navi .gnav li a.stay {
    border-bottom: 1px solid #005d9a;
    border-top: 1px solid #005d9a;
  }
}
@media screen and (min-width: 992px) {
  .head-navi .gnav li.last-child a {
    padding-right: 20px;
  }
  .head-navi .gnav li.last-child :after {
    content: none;
  }
}

.keyvisual {
  padding-bottom: 36.6666%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .keyvisual {
    height: 550px;
    padding-bottom: 0;
  }
}
/* plusi add 2020/5/1 スマホでショップ画像が表示されない対応 */
/* 店内写真との整合性を確認してから更新 */
/* 20201013 .topmdfy追加 */
@media screen and (max-width: 993px) {
  .keyvisual.topmdfy{   /* topページのみ */
    height: auto!important;
  }

  .keyvisual {
    height: 240px!important;
  }
}
/* --  */
.keyvisual.takamatsu {
  background: url(../../top/img/bg_keyvisual_002.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.keyvisual.marugame {
  background: url(../../top/img/bg_keyvisual_003.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.keyvisual.kochi {
  background: url(../../top/img/bg_keyvisual_004.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.keyvisual.jowpla {
  background: url(../../top/img/bg_keyvisual_005.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.keyvisual.kinuyama {
  background: url(../../top/img/bg_keyvisual_007.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.keyvisual.products {
  background: url(../../top/img/bg_slj.jpg) 50% 50% no-repeat;
  background-size: cover;
}
/*
.keyvisual.freiburg {
  background: url(../../top/img/bg_keyvisual_006.jpg) 50% 50% no-repeat;
  background-size: cover;
}
*/
.keyvisual .shop-name {
  position: absolute;
  width: 40%;
  bottom: 0;
  left: 50%;
  padding: 7px 10px;
  margin-left: -20%;
  background: rgba(0, 65, 153, 0.7);
}
@media screen and (min-width: 992px) {
  .keyvisual .shop-name {
    width: 480px;
    padding: 15px 0;
    text-align: center;
    margin-left: -240px;
  }
}
.keyvisual .shop-name img {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}

.content {
  overflow: hidden;
  /*margin-top: 40px; plusi comment out */
  padding: 0;
}
/* ---
 レスポンシブの指定が複雑になりすぎていて煩雑。表示調整のため、突貫工事（plusi）
-- */
@media screen and (max-width: 599px) { /* plusi add */
  .content {
    margin-top: 0px!important;
  }
}
@media screen and (min-width: 600px) { /* plusi add  (min-width: 768px) 20200918*/
  .content {
    margin-top: 80px;
  }
}
/* --ここまで突貫工事 --*/

@media screen and (min-width: 992px) {
  .content {
    margin-top: 85px;
  }
}
.content .mention {
  margin-top: 30px;
}
.content .mention .banner {
  width: 240px;
  margin: 0 auto 20px;
}
.content .mention h2 {
  margin: 0 0 15px;
  text-align: center;
  line-height: 1;
}
.content .mention .icon-list {
  margin: 15px 0 0;
  text-align: center;
}
.content .mention li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .content .mention {
    margin-top: 110px;
  }
  .content .mention:before, .content .mention:after {
    content: " ";
    display: table;
  }
  .content .mention:after {
    clear: both;
  }
  .content .mention .banner {
    width: 240px;
    margin: 0 auto;
  }
  .content .mention .inner {
    float: right;
    margin: 44px 0 0 0;
  }
  .content .mention h2 {
    margin: 0;
    padding: 12px 0 0 0;
    text-align: left;
    line-height: 1;
    float: left;
  }
  .content .mention .icon-list {
    float: left;
    margin: 0 0 0 18px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .content .mention .banner {
    float: left;
    width: 240px;
    margin: 0;
  }
}

.footer {
  background: #005d99;
  color: #616161;
  margin-top: 60px;
}
.footer .inner {
  position: relative;
}
@media screen and (min-width: 992px) {
  .footer .inner {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.footer .inner .footer-nav {
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .footer .inner .footer-nav {
    margin-left: 35px;
    padding: 45px 0;
  }
}
.footer .inner ul {
  margin: 0;
}
.footer .inner li {
  display: inline-block;
}
.footer .inner li a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  color: #fff;
}
.footer .inner li a:hover {
  text-decoration: underline;
}
.footer .inner .pagetop {
  width: 60px;
  height: 60px;
  background: #005d99;
  position: absolute;
  text-indent: -9999px;
  top: -30px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .footer .inner .pagetop {
    width: 44px;
    height: 44px;
    right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .footer .inner .pagetop {
    top: 35px;
    right: 30px;
    background: #005d99;
  }
}
.footer .inner .pagetop p {
  width: 60px;
  height: 60px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .inner .pagetop p {
    width: 44px;
    height: 44px;
  }
}
.footer .inner .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon_pagetop.png) 50% 50% no-repeat;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .inner .pagetop a {
    width: 44px;
    height: 44px;
    background-size: 40%;
  }
}
.footer .copyright {
  height: 125px;
  background: #fff;
}
@media screen and (max-width: 479px) {
  .footer .copyright {
    height: inherit;
    padding: 0 0 15px;
  }
}
.footer .copyright p {
  position: absolute;
  margin: 0;
}
@media screen and (max-width: 479px) {
  .footer .copyright p {
    position: static;
    padding: 10px 0 0 0;
    text-align: center;
  }
}
.footer .copyright .copy {
  top: 68px;
  right: 200px;
  color: #005d99;
}
.footer .copyright .logo-f {
  top: 46px;
  right: 23px;
}
@media screen and (max-width: 479px) {
  .footer .copyright .logo-f img {
    width: 30%;
  }
}

.switch {
  visibility: hidden;
}

.sp-show {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}

.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 1.6em;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  p img {
    max-width: 100%;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.img-r {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-r {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .img-r {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.img-l {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .img-l {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.separate {
  border-top: 1px solid #005d9a;
  margin: 3.2em 0;
}

.margin--2x {
  margin-top: 3.2em;
}

.large {
  font-size: 110%;
}

.x-large {
  font-size: 140%;
}

.small {
  font-size: 84%;
}

.x-small {
  font-size: 70%;
}

.catch {
  font-size: 105%;
  font-weight: bold;
}

.attention {
  color: #EF4245;
}

.bold {
  font-weight: bold;
}

.tel-link {
  color: #005d99;
}

.keyvisual p {
  margin-top: 0;
}
.keyvisual p img {
  max-width: 100%;
}

.content h1 {
  background-color: #005d99;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 11px 14px;
}
@media screen and (max-width: 767px) {
  .content h1 {
    font-weight: bold;
  }
}

.content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 1px solid #005d99;
}

.content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #005d99;
  border-bottom: 1px solid #c2bfbf;
}

.content ul {
  margin-top: 0;
  padding: 0;
}
.content ul li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

/* ---
 レスポンシブの指定が複雑になりすぎていて煩雑。表示調整のため、突貫工事２（plusi）
-- */
@media screen and (max-width: 599px) { /* plusi add */
  .content .image-area .row {
    margin-top: 50px!important;
  }
}
/* --ここまで突貫工事 --*/

@media screen and (min-width: 992px) {
  .content .image-area .row {
    text-align: left;
    margin-left: -23px;
    margin-right: -23px;
  }
}
.content .image-area .col-sm-4 {
  margin-bottom: 20px;
}
.content .image-area .col-sm-4 img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .content .image-area .col-sm-4 {
    margin-bottom: 0;
    padding-left: 23px;
    padding-right: 23px;
  }
}
.content .image-area .caption {
  margin-top: 5px;
  text-align: center;
}
.content .image-area .shop-image {
  margin-top: 25px;
}
.content .image-area .shop-image ul {
  text-align: center;
  letter-spacing: -0.4em;
}
@media screen and (min-width: 992px) {
  .content .image-area .shop-image ul {
    margin-left: -35.5px;
    letter-spacing: normal;
  }
  .content .image-area .shop-image ul:before, .content .image-area .shop-image ul:after {
    content: " ";
    display: table;
  }
  .content .image-area .shop-image ul:after {
    clear: both;
  }
}
.content .image-area .shop-image li {
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  margin-bottom: 14px;
  padding: 0 7px;
}
.content .image-area .shop-image li img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .content .image-area .shop-image li {
    width: 141px;
    float: left;
    margin: 0 0 0 35.5px;
    padding: 0;
  }
  .content .image-area .shop-image li img {
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
  }
  .content .image-area .shop-image li img:hover {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
  }
}
.content .image-area .icon-area {
  margin: 30px 0 0 0;
}


@media screen and (min-width: 992px) {
  .content .image-area .icon-area {
    margin: 50px 0 0 0;
  }
}
.content .image-area .icon-area ul {
  text-align: center;
}
.content .image-area .icon-area li {
  display: inline-block;
  margin: 0 4px;
}
.content h2.img {
  margin: 0;
  line-height: 1;
}
.content .fb-wrap {
  max-width: 500px;
  margin: 30px auto;
}
.content .fb-wrap > .fb-page {
  width: 100%;
}
.content .fb-wrap > .fb-page > span,
.content .fb-wrap iframe {
  width: 100% !important;
}
.content .twitter-wrap {
  max-width: 500px;
  margin: 0 auto;
  height: 450px;
  overflow-y: scroll;
  border: 1px solid #eee;
}
.content .sns-icon {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .content .sns-icon {
    position: static;
    margin: 15px 0 0;
  }
}
.content .sns-icon li {
  margin: 0;
  display: inline-block;
}
.content .gmap {
  float: right;
  padding-top: 20px;
}
.content .text p {
  margin-top: 10px;
}
.content .ggmap {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  margin-top: 25px;
  height: 0;
  overflow: hidden;
}
.content .ggmap iframe,
.content .ggmap object,
.content .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .keyvisual {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
/*@media screen and (max-width: 767px) {*/
  #top .keyvisual {
    height: auto;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  #top .keyvisual {
    height: 550px;
  }
}
#top .keyvisual .slider {
  height: auto;
  margin: 0;
  padding: 0;

}
/* plusi add start */
@media screen and (max-width: 991px) {
  #top .keyvisual .slider { /* topの感覚調整 */
    height: auto!important;
    padding-bottom: 0px!important;
  }
}
/* plusi end */



#top .keyvisual .slider li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #top .keyvisual .slider li {
    height: 550px;
  }
}
#top .keyvisual .slider li .inner {
  width: 100%;
  padding: 0 20px;
  padding-bottom: 36.6666%;
  position: relative;
}
@media screen and (min-width: 992px) {
  #top .keyvisual .slider li .inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
#top .keyvisual .slider li .inner p {
  position: absolute;
}
#top .keyvisual .slider li .inner .shop-name {
  width: 40%;
  bottom: 0;
  left: 50%;
  padding: 10px;
  margin-left: -20%;
  background: rgba(0, 65, 153, 0.7);
}
@media screen and (min-width: 992px) {
  #top .keyvisual .slider li .inner .shop-name {
    width: 480px;
    padding: 15px 0;
    text-align: center;
    margin-left: -240px;
  }
}
#top .keyvisual .slider li .inner .shop-name img {
  max-width: 100%;
  margin: 0 auto;
}
#top .keyvisual .slider .image-001 {
  background: url(../../top/img/bg_keyvisual_001.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-001 .copy {
  width: 50%;
  top: 30%;
}
@media screen and (min-width: 992px) {
  #top .keyvisual .slider .image-001 .copy {
    width: inherit;
    top: 125px;
  }
}
#top .keyvisual .slider .image-001 .logo-img {
  width: 40%;
  top: 70%;
}
@media screen and (min-width: 992px) {
  #top .keyvisual .slider .image-001 .logo-img {
    width: inherit;
    top: 400px;
  }
}
#top .keyvisual .slider .image-002 {
  background: url(../../top/img/bg_keyvisual_002.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-003 {
  background: url(../../top/img/bg_keyvisual_003.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-004 {
  background: url(../../top/img/bg_keyvisual_004.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-005 {
  background: url(../../top/img/bg_keyvisual_005.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-006 {
  background: url(../../top/img/bg_keyvisual_007.jpg) 50% 50% no-repeat;
  background-size: cover;
}
/* フライブルグ店
#top .keyvisual .slider .image-006 {
  background: url(../../top/img/bg_keyvisual_006.jpg) 50% 50% no-repeat;
  background-size: cover;
}
*/
/* WEB */
#top .keyvisual .slider .image-012 {
  background: url(../../top/img/img_bungutaisyo2026.jpg) 50% 50% no-repeat;
  background-size: contain;
}
#top .keyvisual .slider .image-011 {
  background: url(../../top/img/vol52-top-slide.jpg) 50% 50% no-repeat;
  background-size: contain;
}
#top .keyvisual .slider .image-013 {
  background: url(../../top/img/bg_keyvisual_nurie2025_2.jpg) 50% 50% no-repeat;
  background-size: contain;
}
#top .keyvisual .slider .image-014 {
  background: url(../../top/img/paypay-top-slide.jpg) 50% 50% no-repeat;
  background-size: contain;
}
#top .keyvisual .slider .image-015 {
  background: url(../../top/img/top-slide-shop.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-016 {
  background: url('../../top/img/top-slide-bonsai.jpg') 50% 50% no-repeat;
  background-size: contain;
}
/**/

#top .content ul {
  margin-top: 0;
}
#top img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  #top .image-area .icon-area {
    margin: 105px 0 0 0;
  }
}
#top .shop-list {
  margin-top: 35px;
}
#top .shop-list .row {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #top .shop-list .row .col-sm-4 p {
    margin: 0;
  }
}
#top .shop-list .row .col-sm-8 {
  position: relative;
}
#top .shop-list .head {
  position: relative;
}
#top .shop-list .head:before, #top .shop-list .head:after {
  content: " ";
  display: table;
}
#top .shop-list .head:after {
  clear: both;
}
#top .shop-list h2.img {
  margin: 0;
  line-height: 1;
}
#top .shop-list h4 a {
  text-decoration: none;
}
#top .shop-list .sns-icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #top .shop-list .sns-icon {
    position: static;
    margin: 15px 0 0;
  }
}
#top .shop-list .sns-icon ul {
  margin: 0;
  padding: 0;
}
#top .shop-list .sns-icon li {
  margin: 0;
  display: inline-block;
}
#top .shop-list p {
  line-height: 1.5;
}
#top .shop-list .gmap {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #top .shop-list .gmap {
    position: static;
  }
}
#top .shop-list .contact {
  margin-top: 70px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #top .shop-list .contact {
    margin-top: 30px;
  }
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  z-index: 10000;
  left: 25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  width: 100%;
  margin: 0;
  height: 40px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 24px;
  margin: 0 6px;
  padding: 0 6px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #005d99;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #005d99;
  opacity: 0.75;
}








/* plusi */
.ban_plusi{
  clear: left;
  display: block;
  padding: 10px 0;
  text-align: center;
  margin: auto!important;
}
.ban_plusi img.to_products{
  border: 1px solid #ccc;
}
.ban_plusi a:hover img.to_products{
  border: 1px solid #AB2317;
}
.ban_plusi img.to_flyer{
  width: 96%;
  margin: 0 2% auto;
  border: 1px solid #ddd;
	border-radius :8px;
}
.ban_plusi.thin{ width: 90%; margin: 0 5%;}

.youtube_area{
  width: 90%;
  margin: 0 5% auto;
}

.youtube_wrap{
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
 
.youtube_wrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.strong_plusi {
  /*color: #005d99;*/
  color: red;
  font-weight: bold;
}
