@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: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  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.428571429;
  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;
  padding-left: 15px;
  padding-right: 15px;
  /* @media (min-width: $screen-md-min) {
     width: $container-md;
   }
   @media (min-width: $screen-lg-min) {
     width: $container-lg;
   }*/ }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 990px; } }

.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, #top .bzItem, .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.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, #top .bzItem, .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.3333333333%; }

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

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

  .col-sm-4, #top .bzItem {
    width: 33.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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.3333333;
  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.3333333;
  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.3333333; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.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; } }
/* ============================
	valiable
=============================*/
/* ============================
	mixin
=============================*/
/* ============================
	init
=============================*/
@font-face {
  font-family: "utsukushi";
  src: url(/themes/main/assets/fonts/utsukushimincho-web/utsukushi.eot);
  src: url("/themes/main/assets/fonts/utsukushimincho-web/utsukushi.eot?") format("eot"), url("/themes/main/assets/fonts/utsukushimincho-web/utsukushi.woff") format("woff"), url("/themes/main/assets/fonts/utsukushimincho-web/utsukushi.otf") format("opentype"); }
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

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 UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul, li, dd {
  padding: 0;
  list-style: none; }

dd {
  margin-left: 0; }

input {
  border: 0; }

.container {
  overflow: hidden; }

a {
  color: #3f7eaf;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #5190c0;
    text-decoration: underline; }
  a:visited {
    color: #366b95; }

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

.hide-sp {
  display: block; }
  @media screen and (max-width: 992px) {
    .hide-sp {
      display: none; } }

.hide-sp-inline {
  display: inline; }
  @media screen and (max-width: 992px) {
    .hide-sp-inline {
      display: none; } }

/* ============================
	header
=============================*/
.header .container {
  position: relative; }
@media screen and (max-width: 768px) {
  .header .logo {
    margin: 5px 0 10px;
    text-align: center; }
    .header .logo img {
      width: 180px; }
  .header .pcBtn {
    display: none; }
  .header .spBtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px; }
    .header .spBtn .headBtn {
      width: 40px;
      height: 40px;
      border-radius: 5px;
      background: #d88e95;
      border-bottom: 3px solid #c05d67;
      text-align: center;
      float: left;
      line-height: 1;
      color: #fff;
      margin-left: 8px; }
      .header .spBtn .headBtn a {
        color: #fff;
        text-decoration: none; }
        .header .spBtn .headBtn a:hover, .header .spBtn .headBtn a:active, .header .spBtn .headBtn a:focus {
          color: white;
          text-decoration: none; }
        .header .spBtn .headBtn a:visited {
          color: white; }
      .header .spBtn .headBtn .fa {
        color: #fff; }
    .header .spBtn .headBtn__icon {
      font-size: 2rem;
      display: block;
      padding-top: 5px; }
    .header .spBtn .headBtn__text {
      font-size: 0.9rem;
      display: block; }
  .header .gNavi {
    display: none; }
    .header .gNavi .container {
      padding: 0; }
    .header .gNavi ul {
      border-top: 1px solid #d6838b; }
    .header .gNavi a {
      border-bottom: 1px solid #d6838b;
      padding: 10px;
      display: block;
      color: #493917; } }
@media screen and (min-width: 768px) {
  .header .logo {
    margin: 15px 0 15px;
    text-align: center; }
    .header .logo img {
      width: 280px;
      height: auto; }
  .header .pcBtn {
    display: block; }
  .header .spBtn {
    display: none; }
  .header .tel {
    position: absolute;
    top: 15px;
    right: 200px;
    line-height: 1.2; }
    .header .tel .text {
      font-size: 1.2rem;
      margin: 0; }
    .header .tel .no {
      margin: 0;
      font-size: 2.8rem;
      color: #e75c52; }
    .header .tel .no span {
      font-size: 1.2rem; }
  .header .contactBtn {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.3rem;
    text-align: center; }
    .header .contactBtn a {
      background: #e75c52;
      border-bottom: 3px solid #c93a2f;
      color: #fff;
      text-decoration: none;
      border-radius: 3px;
      display: block;
      width: 170px;
      padding: 5px 0; }
      .header .contactBtn a:hover, .header .contactBtn a:active, .header .contactBtn a:focus {
        color: white;
        text-decoration: none; }
      .header .contactBtn a:visited {
        color: white; }
  .header .gNavi {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-family: "utsukushi", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
    color: #493917;
    font-size: 1.7rem; }
    .header .gNavi ul {
      border-top: none; }
    .header .gNavi li {
      display: inline-block;
      border-left: 1px solid #ebb6bb;
      padding: 0 1.2rem;
      font-weight: bold; }
      .header .gNavi li:last-child {
        border-right: 1px solid #ebb6bb; }
    .header .gNavi a {
      color: #493917;
      text-decoration: none;
      border-bottom: none;
      padding: 0; }
    .header .gNavi a:hover {
      text-decoration: none; } }

/* ============================
	aside
=============================*/
.aside .banner {
  text-align: center;
  font-family: "utsukushi", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
  font-size: 2.2rem;
  font-weight: normal; }
  @media (min-width: 992px) {
    .aside .banner {
      margin: 20px 0; } }
  .aside .banner a {
    color: #36342f; }
    .aside .banner a:hover {
      text-decoration: none; }
  .aside .banner .bnItem li {
    padding: 20px 0;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .aside .banner .bnItem li {
        margin-bottom: 20px; } }
  .aside .banner .bnItem .flickity-viewport li {
    width: 100%;
    margin: 0 10px; }
  .aside .banner .bnItem .flickity-page-dots .dot {
    padding: 0; }
  .aside .banner .bnImg {
    display: block; }
  .aside .banner .bnBlog {
    border: 2px solid #c6d4b0; }
  .aside .banner .bnFaq {
    border: 2px solid #eed393; }
  .aside .banner .bnTayori {
    border: 2px solid #ebb6bb; }
.aside .lNavi li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative; }
  .aside .lNavi li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #ebb6bb;
    font-size: 0.8rem;
    position: absolute;
    top: 1.5rem;
    left: 0;
    margin-top: -0.8rem; }
  .aside .lNavi li li:before {
    font-size: 0.6rem;
    color: #f5dcde; }
  .aside .lNavi li a {
    color: #5e5648; }
.aside .lNavi__title {
  font-family: "utsukushi", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
  color: #d6838b;
  font-size: 2.16rem;
  font-weight: normal;
  border-bottom: 1px solid #d6838b;
  padding: 5px 0; }

/* ============================
	footer
=============================*/
.footer {
  font-size: 1.2rem;
  margin-top: 30px;
  /* ご祈願の申し込み・予約 */ }
  .footer a {
    color: #000;
    text-decoration: none; }
    .footer a:hover, .footer a:active, .footer a:focus {
      color: black;
      text-decoration: underline; }
    .footer a:visited {
      color: black; }
  .footer .navi {
    padding: 20px 0; }
    .footer .navi:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    @media screen and (max-width: 992px) {
      .footer .navi .navCol {
        display: inline; }
      .footer .navi .fNavi {
        margin: 0;
        display: inline; }
      .footer .navi .fNavi li {
        display: inline-block;
        width: 49%;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding: 10px 5px; }
      .footer .navi .fNavi li ul {
        display: none; }
      .footer .navi .fNavi .nolink {
        display: none; } }
    @media screen and (min-width: 992px) {
      .footer .navi {
        font-size: 1.4rem; }
        .footer .navi .navCol {
          width: 16.6%;
          float: left; }
        .footer .navi .fNavi li {
          padding-bottom: 5px;
          padding-top: 5px; }
        .footer .navi .fNavi .nolink {
          margin-left: 10px; }
        .footer .navi .fNavi li ul {
          font-size: 1.2rem; }
          .footer .navi .fNavi li ul ul {
            padding-left: 5px; }
          .footer .navi .fNavi li ul a {
            color: #666; } }
  .footer .fContact {
    background: url(/themes/main/assets/img/contact_bg.jpg) repeat-x 50% 0;
    background-size: cover;
    padding-bottom: 25px; }
    @media screen and (max-width: 992px) {
      .footer .fContact {
        padding-bottom: 15px; } }
    .footer .fContact h2 {
      font-family: "utsukushi",serif;
      text-align: center;
      color: #472a10;
      font-size: 3.1rem;
      font-weight: normal;
      margin-bottom: 12px; }
      @media screen and (max-width: 992px) {
        .footer .fContact h2 {
          font-size: 2.4rem; } }
    .footer .fContact p {
      color: #473615;
      text-align: left;
      font-size: 1.6rem;
      line-height: 1.2;
      margin: 0; }
    .footer .fContact .fContact__tel {
      font-size: 5.38rem;
      text-align: center;
      line-height: 1.2;
      margin: 10px 0; }
      @media screen and (max-width: 992px) {
        .footer .fContact .fContact__tel {
          font-size: 4rem; } }
      .footer .fContact .fContact__tel span {
        display: block;
        font-size: 1.6rem; }
    .footer .fContact .fContact__btn {
      text-align: center;
      font-size: 2.3rem;
      margin: 16px 0; }
      @media screen and (max-width: 992px) {
        .footer .fContact .fContact__btn {
          font-size: 1.8rem; } }
      .footer .fContact .fContact__btn a {
        color: #fff;
        background: #df99a0;
        display: block;
        padding: 1rem;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        transition: 0.5s; }
        .footer .fContact .fContact__btn a:link, .footer .fContact .fContact__btn a:visited, .footer .fContact .fContact__btn a:active {
          color: #fff;
          text-decoration: none; }
        .footer .fContact .fContact__btn a:hover {
          color: #fff;
          background: #d8737d; }
  .footer .address {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .footer .address {
        text-align: left; } }
  .footer .copyright {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .footer .copyright {
        text-align: left; } }
  .footer .fSns {
    text-align: center;
    font-size: 3.4rem; }
    @media screen and (min-width: 992px) {
      .footer .fSns {
        width: 30%;
        float: right; } }
    .footer .fSns ul {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: -webkit-inline-flex;
      display: inline-flex;
      align-items: center;
      -webkit-justify-content: center; }
    .footer .fSns li {
      margin: 0 5px; }
    .footer .fSns .fSns__t a .fa {
      color: #7eb2de !important; }
    .footer .fSns .fSns__f a .fa {
      color: #6386d6 !important; }
    .footer .fSns .fSns__g a .fa {
      color: #d66363 !important; }
    .footer .fSns .fSns__i a .fa {
      color: #7c7575 !important; }

/*
_::-webkit-full-page-media, _:future, :root .fSns__g {
	margin-top:0!important;
	padding-top:0.5rem;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-color-index:0) {
	.footer .fSns .fSns__g {
		(; margin-top:0 ;)
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .footer .fSns .fSns__g {
		margin-top:0!important;
		padding-top:0.5rem;
	}
}

*/
/* ===========================*/
/* ---------------------------------------------
　responsive 
------------------------------------------------ */
.pcShow {
  display: block; }

.spShow {
  display: none; }

@media (max-width: 768px) {
  .pcShow {
    display: none; }

  .spShow {
    display: block; } }
/* ============================
	layout
=============================*/
.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

@media screen and (max-width: 768px) {
  .imgR, imgL {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto; } }
@media screen and (min-width: 768px) {
  .imgR {
    float: right;
    margin: 0 0 10px 10px; }

  .imgL {
    float: left;
    margin: 0 10px 10px 0; } }
/* ============================
	typography
=============================*/
.large {
  font-size: 1.8rem; }

.x-large {
  font-size: 2.4rem; }

.small {
  font-size: 1.4rem; }

.x-small {
  font-size: 1.2rem; }

.margin--0 {
  margin-top: 0; }

.margin--2x {
  margin-top: 40px; }

.margin--3x {
  margin-top: 60px; }

.margin--4x {
  margin-top: 80px; }

.fileicon {
  padding-left: 10px;
  padding-right: 10px; }

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px; }

.fileicon--docx:before {
  content: "\f1c2"; }

.fileicon--xlsx:before {
  content: "\f1c3"; }

.fileicon--pptx:before {
  content: "\f1c4"; }

.fileicon--pdf:before {
  content: "\f1c1"; }

.fileicon--zip:before {
  content: "\f1c6"; }

/* ============================
	topicpath
=============================*/
.topicPath {
  color: #685c44;
  font-size: 1.2rem; }
  @media screen and (max-width: 992px) {
    .topicPath {
      display: none; } }
  .topicPath a {
    color: #685c44; }

/* ============================
	title
=============================*/
/* ページタイトル */
.pageTitle {
  text-align: left;
  background: url(/themes/main/assets/img/bg01.jpg) no-repeat 50% 0; }
  .pageTitle h1 {
    font-weight: normal;
    font-family: "utsukushi", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
    color: #d6838b;
    font-size: 3.45rem; }
  @media screen and (min-width: 992px) {
    .pageTitle h1 {
      margin: 46px auto; } }

.content h2 {
  clear: both;
  background: url(/themes/main/assets/img/zakuro.png) no-repeat 0 50%;
  background-size: auto 4rem;
  font-family: "utsukushi", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
  font-weight: normal;
  color: #36342f;
  text-align: left;
  font-size: 3rem;
  padding: 0 0 0 6rem;
  margin: 40px 0 30px; }
  @media screen and (max-width: 992px) {
    .content h2 {
      font-size: 2.6rem;
      background-size: auto 3.6rem;
      padding: 0 0 0 5.2rem; } }
  .content h2:first-child {
    margin-top: 20px; }
  .content h2.deco {
    background: none;
    text-align: center;
    font-size: 34px;
    font-size: 3.4rem;
    color: #493917;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .content h2.deco {
        font-size: 30px;
        font-size: 3rem; } }
    .content h2.deco .deco-small {
      font-size: 70%; }
.content h3 {
  clear: both;
  margin: 20px 0 0;
  color: #36342f;
  font-weight: bold;
  padding: 0.3em;
  font-size: 2rem; }
  .content h3:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #edc7cb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 -0.3em; }
    @media screen and (max-width: 480px) {
      .content h3:after {
        margin: 5px -5% 0;
        width: 110%;
        height: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; } }
.content h4 {
  clear: both;
  font-weight: bold;
  margin: 20px 0 0;
  font-size: 1.8rem;
  color: #36342f; }

/* ============================
	note
=============================*/
.note {
  padding: 25px;
  background: url(/themes/main/assets/img/bg01.jpg) no-repeat 50% 0; }
  .note .noteTitle {
    background: none;
    padding: 0;
    font-family: inherit;
    border: none;
    color: #d37c88;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0; }
  .note .noteSummary {
    color: #444;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 10px 0 0; }

/* ============================
	label
=============================*/
.label {
  margin-left: 3px;
  line-height: 1; }

/* ============================
	btn
=============================*/
.btn,
.btn_back {
  display: inline-block;
  background: #d88e95;
  border: none;
  border-bottom: 4px solid #c05d67;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: 0.5s;
  font-size: 1.6rem;
  font-weight: bold; }
  .btn:link, .btn:visited, .btn:active,
  .btn_back:link,
  .btn_back:visited,
  .btn_back:active {
    color: #fff;
    text-decoration: none; }
  .btn:hover,
  .btn_back:hover {
    color: #fff;
    background: #d8737d; }
  @media screen and (max-width: 768px) {
    .btn,
    .btn_back {
      width: 90%;
      padding: 10px; } }
  @media screen and (min-width: 768px) {
    .btn,
    .btn_back {
      padding: 10px 130px; } }

.btn_back {
  background: #bcbcbc;
  border-bottom: 4px solid #8d8d8d; }
  .btn_back:hover {
    color: #fff;
    background: #a1a1a1; }

.btn_add {
  text-align: center; }
  .btn_add:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 992px) {
    .btn_add {
      text-align: center; } }
  .btn_add ul li {
    display: inline;
    margin-right: 10px;
    line-height: 1;
    font-size: 1.8rem; }
    .btn_add ul li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .btn_add ul li {
        font-size: 1.4rem; } }
    .btn_add ul li a {
      background: #f7eced;
      text-decoration: none;
      color: #2a2a2a;
      line-height: 1;
      padding: 0.5em 0.7em;
      position: relative;
      -webkit-border-radius: 0.3em;
      -moz-border-radius: 0.3em;
      border-radius: 0.3em; }
      .btn_add ul li a:hover, .btn_add ul li a:active {
        background: #edd5d7;
        transition: 0.5s; }

/* ============================
	icon
=============================*/
.fa {
  color: #ebb6bb; }

.requiredIcon {
  display: inline-block;
  padding: .4em .6em .2em;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background: #e45e6b;
  margin: 0 5px; }

/* ============================
	table
=============================*/
.table {
  border-collapse: collapse;
  border-top: 1px solid #eedbdd;
  width: 100%;
  margin-top: 20px; }
  .table th {
    background: #f7eced;
    font-weight: normal; }
  .table th, .table td {
    padding: 10px;
    border-bottom: 1px solid #eedbdd; }
  .table th {
    text-align: left; }
  @media screen and (max-width: 480px) {
    .table th, .table td {
      display: block; }
    .table th {
      border-bottom: 0;
      /*padding-bottom: 0;*/ } }

@media screen and (min-width: 768px) {
  .table--kigan th {
    width: 8em;
    white-space: nowrap; } }

/* ============================
	googlemap
=============================*/
.googlemap {
  position: relative;
  clear: both;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden; }
  .googlemap iframe, .googlemap object, .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 768px) {
    .googlemap {
      margin-top: 20px; } }

 /* ============================
	indexList
=============================*/
.indexList a {
  border: 2px solid #ebb6bb;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  color: #9b2d39;
  display: inline-block;
  width: 100%;
  position: relative; }
  .indexList a:after {
    content: "\f138";
    font-family: FontAwesome;
    color: #ebb6bb;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -13px; }

/* ============================
	form
=============================*/
.form {
  /* 確認画面ボタン */ }
  @media screen and (min-width: 992px) {
    .form th {
      width: 20%; } }
  .form textarea {
    width: 100%; }
  .form input[type=radio] {
    margin: 0 5px 0 10px; }
  .form .form__btn {
    margin-top: 20px;
    text-align: center; }
    .form .form__btn form {
      display: inline-block; }
    .form .form__btn input {
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px; }
    .form .form__btn .btn_form {
      padding-left: 50px;
      padding-right: 50px; }
    .form .form__btn .btn_back {
      background: #999;
      font-size: 1.3rem;
      padding-left: 10px;
      padding-right: 10px; }

.formFlow {
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  line-height: 2.8rem; }
  .formFlow span {
    background: #f7eced;
    padding: 0.5rem;
    display: inline-block;
    color: #2b2b2b;
    width: 28.358%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap; }
  .formFlow .formFlow__stay {
    background: #d99097;
    color: #fff; }
  .formFlow .fa {
    color: #f084a6;
    width: 7.463%;
    font-size: 1.8rem; }

.alert .fa {
  color: #a94442;
  margin-right: 5px; }

#ui-datepicker-div .ui-datepicker-title select.ui-datepicker-month {
  width: 35%;
  margin-left: 0.5rem; }

/* -----pager------- */
.pager ul li {
  float: left;
  text-align: center;
  margin-right: 10px;
  line-height: 1;
  font-size: 1.8rem; }
  .pager ul li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .pager ul li {
      font-size: 1.4rem; } }
  .pager ul li span.cur {
    background: #e8afb4;
    color: #fff;
    display: block;
    line-height: 1;
    padding: 0.5em 0.7em;
    position: relative;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em; }
  .pager ul li a {
    background: #f7eced;
    text-decoration: none;
    color: #2a2a2a;
    display: block;
    line-height: 1;
    padding: 0.5em 0.7em;
    position: relative;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em; }
    .pager ul li a:hover, .pager ul li a:active {
      background: #edd5d7;
      transition: 0.5s; }
.pager .pagerPrev {
  position: relative; }
  .pager .pagerPrev:after {
    content: "";
    font-family: FontAwesome;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 5px;
    color: #ebb6bb;
    margin-top: -0.5rem; }
  .pager .pagerPrev a {
    padding: 0.5em 0.8em 0.5em 1.5em; }
.pager .pagerNext {
  position: relative; }
  .pager .pagerNext:after {
    content: "";
    font-family: FontAwesome;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 5px;
    color: #ebb6bb;
    margin-top: -0.5rem; }
  .pager .pagerNext a {
    padding: 0.5em 1.5em 0.5em 0.8em; }

/* ---------------------------------------------
　list
------------------------------------------------ */
/* --- normal list --- */
.list li, .list dt {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative; }
  .list li:before, .list dt:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #ebb6bb;
    font-size: 0.8rem;
    position: absolute;
    top: 1.5rem;
    left: 0;
    margin-top: -0.8rem; }
  .list li li:before, .list dt li:before {
    font-size: 0.6rem;
    color: #f5dcde; }
.list dt {
  font-weight: bold;
  margin: 0; }
.list dd {
  padding-left: 1.6rem;
  margin-bottom: 20px; }

/* --- link list --- */
.link li, .link dt {
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative; }
  .link li:before, .link dt:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 1rem;
    position: absolute;
    top: 1.3rem;
    left: 0;
    color: #ebb6bb;
    margin-top: -0.8rem; }
  .link li li:before, .link dt li:before {
    font-size: 0.8rem;
    color: #ebb6bb; }
.link dt {
  font-weight: bold;
  margin: 0; }
.link dd {
  padding-left: 1rem; }

/* --- number list --- */
ol {
  margin-left: 20px;
  padding-left: 0; }
  ol li {
    list-style-type: decimal;
    margin-bottom: 15px; }

/* --- compact list --- */
.compact li {
  display: inline;
  margin-right: 10px; }
  @media (max-width: 768px) {
    .compact li {
      display: block; } }

/* --- within compact list --- */
.within {
  padding: 8px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ebb6bb; }
  .within li {
    padding-left: 15px; }
    .within li:before {
      content: "";
      top: 1rem; }

.rice li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px; }

/* --- horizonal --- */
.horizonal dt {
  clear: left;
  float: left;
  width: 10em;
  padding: 8px 8px 8px 0; }
  @media (max-width: 768px) {
    .horizonal dt {
      float: none;
      width: 100%;
      padding: 8px;
      font-weight: bold; } }
.horizonal dd {
  padding: 8px 15px 8px 11em;
  border-bottom: 1px solid #dbdbdb;
  margin: 0; }
  @media (max-width: 768px) {
    .horizonal dd {
      padding: 8px; } }

/* ============================
	icon
=============================*/
.icon-txt {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0 3px;
  background: #FBF4EE;
  font-weight: normal;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1; }
  @media (max-width: 768px) {
    .icon-txt {
      font-size: 1.2rem;
      margin: 0 1px; } }

.icon-color01 {
  background: #df99a0;
  color: #fff; }

.icon-color02 {
  background: #e2ba5b;
  color: #fff; }

.icon-color03 {
  background: #97b36a;
  color: #fff; }

.icon-color04 {
  background: #64b5df;
  color: #fff; }

.icon-color05 {
  background: #bf72cf;
  color: #fff; }

/* ============================
	decorationbox
=============================*/
.decorationbox1 {
  background: url(/themes/main/assets/../top/img/event_bg.jpg);
  padding: 15px; }
  .decorationbox1 h3 {
    margin-top: 0; }

.decorationbox2 {
  background: url(../img/bg02.jpg);
  padding: 15px 40px 30px; }
  .decorationbox2 h3 {
    margin-top: 0; }
    .decorationbox2 h3:after {
      background-color: #d6838b; }
  .decorationbox2.hoshikuyo-box {
    margin: 2em 0; }
    .decorationbox2.hoshikuyo-box .inner-wrap .img {
      padding: 10px;
      width: 200px;
      margin: 0 auto; }
      .decorationbox2.hoshikuyo-box .inner-wrap .img p {
        margin: 1em auto; }
    .decorationbox2.hoshikuyo-box .inner-wrap .text {
      padding: 10px; }
      .decorationbox2.hoshikuyo-box .inner-wrap .text h3 {
        font-size: 1.9rem; }
    @media screen and (min-width: 768px) {
      .decorationbox2.hoshikuyo-box .inner-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px; }
        .decorationbox2.hoshikuyo-box .inner-wrap .img {
          padding: 15px;
          max-width: 360px;
          width: 25%; }
          .decorationbox2.hoshikuyo-box .inner-wrap .img p {
            margin: 0; }
        .decorationbox2.hoshikuyo-box .inner-wrap .text {
          padding: 15px;
          width: 75%; } }

.result {
  background: url(../img/bg02.jpg);
  padding: 15px;
  margin-top: 0;
  display: none; }

.result__btn .btn {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .result__btn .btn {
      padding: 10px;
      display: block; } }

.inputbox {
  margin-bottom: 0; }
  .inputbox label {
    margin-bottom: 0; }

.attention-box {
  border: 1px solid red;
  padding: 20px;
  color: #D10609; }
  .attention-box p {
    margin: 0; }

/* ======================================================

  pagetop

====================================================== */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 10px;
  opacity: 0.8;
  display: block;
  padding: 0.6rem 1.1rem 0.8rem;
  border-radius: 5px;
  background: #df99a0;
  cursor: pointer; }
  .pagetop .fa {
    color: #fff; }

/* ======================================================

  calendar

====================================================== */
.calendar__container {
  background: #F8F5F0;
  padding: 26px 40px 39px; }
  @media screen and (max-width: 992px) {
    .calendar__container {
      margin-top: 2rem; } }
  @media screen and (max-width: 768px) {
    .calendar__container {
      margin-top: 1.8rem;
      padding: 2rem 1.5rem; } }
  .calendar__container .title {
    border-bottom: 1px solid #cecece;
    margin-bottom: 29px;
    padding-bottom: 17px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .calendar__container .title {
        margin-bottom: 1.2rem;
        padding-bottom: 1rem; } }
    .calendar__container .title ul {
      margin: 0; }
    .calendar__container .title p {
      text-align: center;
      font-size: 2.3rem;
      margin: 0; }
    .calendar__container .title .fa {
      margin: 0 5px;
      color: #fff; }
    .calendar__container .title .prev {
      left: 0;
      position: absolute;
      top: 0; }
      .calendar__container .title .prev a {
        color: #fff;
        background: #df99a0;
        padding: 5px 10px 5px 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
    .calendar__container .title .next {
      background: rgba(0, 0, 0, 0) url("../images/next.gif") no-repeat scroll left top;
      position: absolute;
      right: 0;
      top: 0; }
      .calendar__container .title .next a {
        color: #fff;
        background: #df99a0;
        padding: 5px 5px 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
  .calendar__container .calendar table {
    width: 100%; }
  .calendar__container .calendar .col1 {
    width: 14.285%; }
  .calendar__container .calendar td,
  .calendar__container .calendar th {
    border: 1px solid #F8EEEF; }
  .calendar__container .calendar th {
    background: #df99a0 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
    text-align: center; }
  .calendar__container .calendar .inuDay {
    background: #FCF7F3; }
    .calendar__container .calendar .inuDay .pcShow {
      display: inline-block; }
    .calendar__container .calendar .inuDay .spShow {
      display: none; }
    @media (max-width: 768px) {
      .calendar__container .calendar .inuDay .pcShow {
        display: none; }
      .calendar__container .calendar .inuDay .spShow {
        display: inline-block; } }
  .calendar__container .calendar .day {
    float: right;
    font-size: 14px;
    margin-bottom: 5px; }
  .calendar__container .calendar .inuIcon {
    margin-right: 1rem;
    padding: 2px 10px;
    color: #fff;
    background: #df99a0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    float: left; }
    @media screen and (max-width: 768px) {
      .calendar__container .calendar .inuIcon {
        font-size: 12px;
        padding: 2px 5px;
        margin-top: 5px; } }
    @media screen and (max-width: 480px) {
      .calendar__container .calendar .inuIcon {
        font-size: 10px;
        padding: 0 2px;
        margin: 5px 2px 5px 0; } }
  .calendar__container .calendar .saturday {
    background: #f6feff; }
  .calendar__container .calendar .sunday {
    background: #fff7fb; }
  .calendar__container .calendar td {
    padding: 10px 8px;
    background: #fff;
    vertical-align: top; }
    @media screen and (max-width: 480px) {
      .calendar__container .calendar td {
        padding: 0 3px; } }
  .calendar__container .calendar td p {
    clear: both;
    padding: 6px 0; }
  .calendar__container .calendar .app::after,
  .calendar__container .calendar .appL::after,
  .calendar__container .calendar .noapp::after {
    clear: both;
    content: "";
    display: block; }
  .calendar__container .calendar .app,
  .calendar__container .calendar .appL {
    text-align: center;
    color: #fe4372;
    font-weight: bold;
    font-size: 1.8rem; }
    @media screen and (max-width: 480px) {
      .calendar__container .calendar .app,
      .calendar__container .calendar .appL {
        font-size: 1.4rem; } }
  .calendar__container .calendar .noapp {
    text-align: center;
    color: #000; }
    @media screen and (max-width: 480px) {
      .calendar__container .calendar .noapp {
        font-size: 1.4rem; } }
  .calendar__container .calendar a {
    color: #fff; }

.gokinenAdd {
  margin: 0 !important; }

.gokinenComment {
  font-size: 1.2rem;
  background: #FAF4F4;
  padding: 0.5rem;
  margin: 0.5rem 0; }

.gokinenComment__title {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #473615; }

.gokinenContact {
  background: url("/themes/main/top/img/about_bg.jpg") no-repeat 50% 50%;
  text-align: center;
  padding: 2rem;
  margin: 3rem 0 0; }

.gokinenContact__shop {
  display: table;
  vertical-align: middle;
  width: 100%; }

.gokinenContact__tel {
  color: #472a10;
  font-weight: bold;
  font-size: 5rem;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
  .gokinenContact__tel span {
    font-weight: normal;
    font-size: 1.5rem;
    margin-right: 2rem;
    background: #c1d5b4;
    padding: 1rem 2rem;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 3rem; }

/* ======================================================
faq
====================================================== */
.content .faq__q {
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3f7eaf;
  cursor: pointer; }
  .content .faq__q:after {
    background: none; }

/* ======================================================
yujなど
====================================================== */
.pdfnews a {
  cursor: pointer; }

@media screen and (max-width: 480px) {
  .hoshikuyo .content h3 {
    font-size: 18px;
    font-size: 1.8rem; } }
.hoshikuyo img {
  max-width: 100%; }
@media screen and (max-width: 768px) {
  .hoshikuyo .img-hoshi {
    width: 70%;
    margin: 1em auto; } }
.hoshikuyo .copy {
  color: #c05d67;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .hoshikuyo .copy {
      font-size: 22px;
      font-size: 2.2rem; } }

@media screen and (min-width: 768px) {
  .tel-link2 a[href*="tel:"] {
    color: #333;
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

#top {
  /* ============================
  	keyvisual
  =============================*/
  /* ============================
  	okaruten
  =============================*/
  /* ============================
  	event
  =============================*/
  /* ============================
  	about
  =============================*/
  /* ============================
  	business
  =============================*/
  /* ============================
  	calendar
  =============================*/
  /* ===========================*/ }
  #top h2 {
    font-family: "utsukushi", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
    font-size: 3.1rem; }
  #top .btn_more a {
    padding: 1rem;
    display: block;
    width: 308px;
    margin: auto;
    background: #d6838b;
    text-align: center;
    font-size: 1.6rem;
    transition: 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #473615;
    text-decoration: none; }
    #top .btn_more a:hover, #top .btn_more a:active, #top .btn_more a:focus {
      color: #96722c;
      text-decoration: none; }
    #top .btn_more a:visited {
      color: black; }
  @media screen and (min-width: 768px) {
    #top .header .gNavi {
      margin-top: 440px; }
    #top .header .logo {
      margin: 53px 0 0; } }
  #top .keyvisual {
    position: relative;
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 768px) {
      #top .keyvisual {
        margin: -540px 0 154px; } }
    @media screen and (min-width: 992px) {
      #top .keyvisual {
        margin: -463px 0 100px; } }
    #top .keyvisual p {
      margin: 0 !important; }
    #top .keyvisual .keyv_main {
      text-align: left;
      padding-left: 40px; }
      @media screen and (min-width: 992px) {
        #top .keyvisual .keyv_main img {
          width: 700px; } }
      @media screen and (max-width: 992px) {
        #top .keyvisual .keyv_main {
          padding: 20px 0 0; }
          #top .keyvisual .keyv_main img {
            width: 82%; } }
    #top .keyvisual .keyv_parts_left,
    #top .keyvisual .keyv_parts_right {
      width: auto;
      position: absolute;
      top: -170px; }
      #top .keyvisual .keyv_parts_left img,
      #top .keyvisual .keyv_parts_right img {
        width: 100%; }
      @media screen and (max-width: 1200px) {
        #top .keyvisual .keyv_parts_left,
        #top .keyvisual .keyv_parts_right {
          width: 20%; } }
      @media screen and (max-width: 768px) {
        #top .keyvisual .keyv_parts_left,
        #top .keyvisual .keyv_parts_right {
          display: none; } }
    #top .keyvisual .keyv_parts_left {
      left: 12.2%; }
      @media screen and (max-width: 992px) {
        #top .keyvisual .keyv_parts_left {
          left: 0;
          width: 30%; } }
      @media screen and (min-width: 1200px) and (max-width: 1459px) {
        #top .keyvisual .keyv_parts_left {
          left: 0; } }
    #top .keyvisual .keyv_parts_right {
      right: 9.8%; }
      @media screen and (max-width: 992px) {
        #top .keyvisual .keyv_parts_right {
          right: 0;
          width: 30%; } }
      @media screen and (min-width: 1200px) and (max-width: 1459px) {
        #top .keyvisual .keyv_parts_right {
          right: 0; } }
    #top .keyvisual .keyv_copy {
      width: 14%;
      position: absolute; }
      #top .keyvisual .keyv_copy img {
        width: 100%; }
      @media screen and (min-width: 992px) {
        #top .keyvisual .keyv_copy {
          width: auto;
          right: 143px;
          top: 41px; } }
      @media screen and (max-width: 992px) {
        #top .keyvisual .keyv_copy {
          top: 35px;
          right: 5%; } }
      @media screen and (min-width: 1460px) {
        #top .keyvisual .keyv_copy {
          right: 25.8%; } }
      @media screen and (min-width: 1200px) and (max-width: 1459px) {
        #top .keyvisual .keyv_copy {
          right: 20%; } }
    #top .keyvisual .keyv_btn {
      width: 12%;
      position: absolute;
      top: -50px;
      left: 50px; }
      #top .keyvisual .keyv_btn img {
        max-width: 100%; }
      @media screen and (max-width: 768px) {
        #top .keyvisual .keyv_btn {
          width: 18%;
          top: 0;
          left: 10px; } }
      @media screen and (min-width: 992px) {
        #top .keyvisual .keyv_btn {
          position: absolute;
          top: -60px;
          left: 100px; } }
      @media screen and (min-width: 1200px) {
        #top .keyvisual .keyv_btn {
          position: absolute;
          top: -60px;
          left: 300px; } }
  @media screen and (min-width: 768px) {
    #top section {
      padding: 50px 0; } }
  #top .okaruten .okaruAbout {
    background: url(/themes/main/top/img/okaru_about_bg.jpg) no-repeat 50% 50%;
    background-size: contain;
    padding: 30px 0; }
    @media screen and (max-width: 992px) {
      #top .okaruten .okaruAbout {
        background: #FAF2EF;
        margin-top: 2rem; } }
    #top .okaruten .okaruAbout .okarutenImg {
      text-align: center; }
      #top .okaruten .okaruAbout .okarutenImg img {
        width: 100%; }
        @media screen and (max-width: 992px) {
          #top .okaruten .okaruAbout .okarutenImg img {
            width: 50%; } }
        @media screen and (max-width: 768px) {
          #top .okaruten .okaruAbout .okarutenImg img {
            width: 70%; } }
    #top .okaruten .okaruAbout h2 {
      color: #dc8e8e;
      text-align: center;
      font-size: 3.1rem; }
    #top .okaruten .okaruAbout .btn_more a {
      background: #ebb6bb; }
  #top .okaruten .okaruPoint .okaruItem {
    text-align: center;
    margin: 2.2rem auto 3rem; }
    #top .okaruten .okaruPoint .okaruItem a:hover {
      text-decoration: none; }
    @media screen and (min-width: 992px) {
      #top .okaruten .okaruPoint .okaruItem {
        width: calc(100% / 3);
        float: left; } }
    @media screen and (max-width: 992px) {
      #top .okaruten .okaruPoint .okaruItem {
        width: 50%;
        float: left;
        margin: 1rem auto; } }
    #top .okaruten .okaruPoint .okaruItem .thumb {
      text-align: center;
      margin-bottom: 10px;
      height: 100px; }
      #top .okaruten .okaruPoint .okaruItem .thumb img {
        height: 100%;
        width: auto; }
      @media screen and (min-width: 992px) {
        #top .okaruten .okaruPoint .okaruItem .thumb {
          margin-bottom: 30px;
          height: 160px; }
          #top .okaruten .okaruPoint .okaruItem .thumb img {
            height: 100%;
            width: auto; } }
    #top .okaruten .okaruPoint .okaruItem .copy {
      font-size: 1.3rem;
      margin: 0;
      color: #473615;
      text-decoration: none; }
      #top .okaruten .okaruPoint .okaruItem .copy:hover, #top .okaruten .okaruPoint .okaruItem .copy:active, #top .okaruten .okaruPoint .okaruItem .copy:focus {
        color: #96722c;
        text-decoration: none; }
      #top .okaruten .okaruPoint .okaruItem .copy:visited {
        color: black; }
    #top .okaruten .okaruPoint .okaruItem .title {
      margin: 0 auto;
      color: #d6838b;
      text-decoration: none;
      font-size: 2.4rem;
      font-family: "utsukushi", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
      width: 44%;
      position: relative; }
      #top .okaruten .okaruPoint .okaruItem .title:hover, #top .okaruten .okaruPoint .okaruItem .title:active, #top .okaruten .okaruPoint .okaruItem .title:focus {
        color: #efd0d3;
        text-decoration: none; }
      #top .okaruten .okaruPoint .okaruItem .title:visited {
        color: #b73c48; }
      @media screen and (min-width: 992px) {
        #top .okaruten .okaruPoint .okaruItem .title {
          width: 85%; } }
      @media screen and (max-width: 992px) {
        #top .okaruten .okaruPoint .okaruItem .title {
          width: 96%; } }
      #top .okaruten .okaruPoint .okaruItem .title:after {
        content: " ";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
        border-top: 2px solid #ebb6bb;
        border-right: 2px solid #ebb6bb;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  #top .okaruten .okaruGoods {
    border: 3px solid #f6e0e2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1rem; }
    @media screen and (min-width: 992px) {
      #top .okaruten .okaruGoods {
        padding: 2rem; } }
    #top .okaruten .okaruGoods h3 {
      color: #473615;
      font-weight: normal;
      font-size: 1.6rem;
      text-align: center; }
      #top .okaruten .okaruGoods h3 br {
        display: none; }
      @media screen and (min-width: 992px) {
        #top .okaruten .okaruGoods h3 {
          padding-top: 80px;
          text-align: left;
          padding-left: 15px; }
          #top .okaruten .okaruGoods h3 br {
            display: block; } }
    #top .okaruten .okaruGoods .okaruItem {
      padding: 5px; }
      @media screen and (min-width: 992px) {
        #top .okaruten .okaruGoods .okaruItem {
          /*padding-right:30px;*/
          width: 33%;
          float: left;
          padding: 5px; } }
      #top .okaruten .okaruGoods .okaruItem .thumb {
        text-align: center; }
        #top .okaruten .okaruGoods .okaruItem .thumb img {
          margin: 0 auto; }
          @media screen and (min-width: 992px) {
            #top .okaruten .okaruGoods .okaruItem .thumb img {
              text-align: center; } }
      #top .okaruten .okaruGoods .okaruItem dt {
        color: #d6838b;
        font-size: 1.6rem;
        margin-top: 22px; }
      #top .okaruten .okaruGoods .okaruItem dd {
        color: #473615;
        font-size: 1.3rem; }
  #top .event {
    padding-top: 0;
    margin-top: 1rem; }
    @media screen and (min-width: 992px) {
      #top .event {
        margin-top: 0;
        padding-right: 4px; } }
    #top .event h2 {
      text-align: center;
      color: #472a10; }
    #top .event h3 {
      text-align: center;
      color: #b79255;
      font-weight: normal;
      font-size: 2.45rem; }
    #top .event .eventBox {
      background: url(/themes/main/top/img/event_bg.jpg) no-repeat 50% 50%;
      background-size: cover;
      position: relative;
      padding: 0 1.5rem 1rem;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      box-shadow: #d2b990 2px 2px 0px 2px;
      -webkit-box-shadow: #d2b990 2px 2px 0px 2px;
      -moz-box-shadow: #d2b990 2px 2px 0px 2px; }
      @media screen and (min-width: 992px) {
        #top .event .eventBox {
          padding: 0 6.5rem 1rem; } }
      #top .event .eventBox:before {
        content: " ";
        background: url(/themes/main/top/img/eventParts.png) no-repeat 50% 0;
        width: 100%;
        height: 26px;
        position: absolute;
        top: -13px;
        right: 0; }
    #top .event .eventList li {
      font-size: 1.8rem;
      margin-bottom: 0.8rem; }
      #top .event .eventList li a {
        display: block;
        width: 100%;
        position: relative;
        padding: 0.5rem 3rem 1rem 1rem;
        border: 1px solid #c5a775;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #523c18;
        transition: 0.5s; }
        #top .event .eventList li a:hover {
          text-decoration: none;
          background: #e5dac9; }
        #top .event .eventList li a:after {
          content: " ";
          width: 12px;
          height: 12px;
          position: absolute;
          top: 50%;
          right: 20px;
          margin-top: -6px;
          border-top: 2px solid #d2b990;
          border-right: 2px solid #d2b990;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      #top .event .eventList li .event_date {
        color: #b79255;
        font-size: 2.7rem;
        padding-right: 10px; }
    #top .event .more a {
      display: block;
      text-align: right;
      width: 100%;
      position: relative;
      color: #8d672a;
      padding-right: 20px; }
      #top .event .more a:after {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -5px;
        border-top: 2px solid #d2b990;
        border-right: 2px solid #d2b990;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  #top .about {
    background: url(/themes/main/top/img/about_bg.jpg) no-repeat 50% 50%;
    background-size: cover; }
    @media screen and (max-width: 992px) {
      #top .about {
        padding: 3rem 0 1rem; } }
    #top .about h2 {
      color: #472a10;
      text-align: center;
      margin: 0; }
    #top .about .about_img {
      margin-top: -40px;
      text-align: center; }
      @media screen and (min-width: 992px) {
        #top .about .about_img {
          margin: 0; } }
    @media screen and (min-width: 992px) {
      #top .about .about_txt {
        padding-right: 80px;
        margin-top: 40px; } }
    #top .about .btn_more a {
      background: #c1d5b4; }
  #top .cms a {
    color: #493917; }
  #top .cms li {
    margin-bottom: 2rem; }
  #top .cms .date {
    margin-right: 10px;
    font-size: 1.3rem; }
    @media screen and (min-width: 992px) {
      #top .cms .date {
        display: block; } }
  #top .cms .news h2 {
    color: #7a9f22;
    text-align: center; }
  #top .cms .magazine h2 {
    color: #5da1a9;
    text-align: center; }
  #top .cms .calendar h2 {
    color: #bc7061;
    text-align: center; }
  #top .bzItem a:hover {
    text-decoration: none; }
  #top .bzItem .thumb img {
    width: 100%;
    height: auto; }
  #top .bzItem .text dt {
    font-weight: bold; }
  #top .bzItem .text dd {
    color: #000;
    text-decoration: none;
    font-size: 1.3rem; }
    #top .bzItem .text dd:hover, #top .bzItem .text dd:active, #top .bzItem .text dd:focus {
      color: black;
      text-decoration: none; }
    #top .bzItem .text dd:visited {
      color: black; }
  #top #inu_calendar .navi {
    background: url("/themes/main/assets/img/contact_bg.jpg");
    margin-bottom: 10px; }
    #top #inu_calendar .navi li {
      width: 20%;
      font-size: 1.4rem;
      display: inline-block;
      margin: 0;
      padding: 5px; }
    #top #inu_calendar .navi .prev {
      text-align: left; }
    #top #inu_calendar .navi .next {
      text-align: right; }
    #top #inu_calendar .navi .caption {
      text-align: center;
      width: 56%;
      font-size: 1.6rem;
      font-weight: bold; }
  #top #inu_calendar .calendar {
    width: 100%; }
    #top #inu_calendar .calendar th, #top #inu_calendar .calendar td {
      text-align: center;
      padding: 3px 0; }
    #top #inu_calendar .calendar .inu {
      background: #df99a0;
      color: #fff;
      font-weight: bold;
      border-radius: 3px; }

#contact {
  /* ============================
  	common
  =============================*/
  /* ===========================*/ }
  #contact section {
    margin-bottom: 30px; }
    @media screen and (min-width: 992px) {
      #contact section {
        margin-bottom: 50px; } }

.pageTitle .container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 80% 0; }

@media screen and (min-width: 768px) {
  #shushoe .pageTitle .container {
    background-image: url(../img/title/shushoe.png); }

  #nehan .pageTitle .container {
    background-image: url(../img/title/nehan.png); }

  #kariteimo .pageTitle .container {
    background-image: url(../img/title/kariteimo.png); }

  #nyubu .pageTitle .container {
    background-image: url(../img/title/nyubu.png); }

  #jizo .pageTitle .container {
    background-image: url(../img/title/jizo.png); }

  #tourou .pageTitle .container {
    background-image: url(../img/title/tourou.png); }

  #saitou .pageTitle .container {
    background-image: url(../img/title/enchin.png); }

  #oshoki .pageTitle .container {
    background-image: url(../img/title/oshoki.png); }

  #tendai .pageTitle .container {
    background-image: url(../img/title/tendai.png); } }
