#content {
  min-height: 50px;
}

.screen-reader-text {
  display: none;
}

.sp-block-container {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.sp-block-container > h1 {
  font-size: 2.4rem;
}

.sp-block-container > h2 {
  font-size: 1.8rem;
}

.sp-block-container > h3 {
  font-size: 1.5rem;
}

.sp-block-container > h4 {
  font-size: 1.4rem;
}

.sp-block-container > h5 {
  font-size: 1.3rem;
}

.sp-block-container > h6 {
  font-size: 1.1rem;
}

.sp-block-container > hr {
  color: #e2e2e2;
  margin-top: 25px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  border-top-width: 1px;
  border-left-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-top-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-color: #e2e2e2;
  border-left-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  height: 1px;
}

.sp-block-container > p {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: justify;
  padding-left: 0.1em;
  padding-right: 0.1em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  text-justify: inter-ideograph;
}

.sp-block-container > p.indent {
  padding-left: 1em;
}

.sp-block-container > p.large {
  font-size: 1.2em;
}

.sp-bread-crumb div {
  padding-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
  width: auto;
  display: inline-block;
}

.sp-button {
  width: 122px;
}

.sp-button a {
  text-decoration: none;
  text-align: center;
  padding-top: 6px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #f0f0f0;
  border-left-color: #f0f0f0;
  border-right-color: #f0f0f0;
  border-bottom-color: #f0f0f0;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

.sp-button a:hover {
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}

.sp-column.accordion > .column-label h3::after {
  border-top-width: 5px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: rgba(255, 255, 255, 0.45);
  border-left-color: transparent;
  border-right-color: transparent;
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0px;
  content: "";
}

.sp-column.toggled-on > .column-label h3::after {
  display: none;
}

.sp-column.toggled-on > .column-label h3::before {
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 5px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.45);
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0px;
  content: "";
}

.sp-column > .column-body {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.sp-definition-list > dd {
  margin-left: 94px;
  margin-bottom: 25px;
}

.sp-definition-list > dt {
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.sp-form input {
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.sp-form input[type="date"] {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 90%;
}

.sp-form input[type="radio"] {
  vertical-align: middle;
  width: 20px;
}

.sp-form input[type="submit"] {
  font-size: 1.4rem;
  color: #555555;
  background-color: #dcdada;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  margin-top: 15px;
  width: auto;
  min-width: 100px;
  float: right;
  position: relative;
  cursor: pointer;
}

.sp-form input[type="text"],
.sp-form input[type="tel"],
.sp-form input[type="date"] {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.sp-form table {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #000000;
  border-left-color: #000000;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px 0px;
}

.sp-form td {
  color: #000000;
  background-color: #ffffff;
  padding-top: 5px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #000000;
  border-bottom-color: #000000;
  width: auto;
}

.sp-form textarea {
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 100%;
  height: 150px;
}

.sp-form th {
  font-weight: normal;
  color: #000000;
  background-color: #f4f4f4;
  text-align: left;
  padding-top: 5px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #000000;
  border-bottom-color: #000000;
  width: auto;
  min-width: 50px;
}

.sp-google-map {
  max-width: 100%;
  word-wrap: normal;
}

.sp-google-map img {
  max-width: none !important;
}

.sp-item-gallery.grid > ul > li {
  overflow: hidden;
}

.sp-item-gallery.masonry > ul > li {
  height: auto !important;
}

.sp-item-gallery > ul > li > div img.item-gallery-thumbnail {
  max-width: 100%;
}

.sp-list {
  padding-right: 1em;
  margin-bottom: 1.5em;
  list-style-position: inside;
}

.sp-list > li {
  text-align: justify;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-justify: inter-ideograph;
}

.sp-page-title > h1 {
  font-size: 1.8rem;
  font-weight: bold;
}

.sp-part-top {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.sp-part-top::after {
  clear: both;
  display: table;
  content: "";
}

.sp-site-branding2 .site-description {
  font-size: 1rem;
  font-weight: normal;
  color: #929292;
}

.sp-site-navigation {
  color: black;
  background-color: white;
}

.sp-site-navigation .menu-toggle {
  display: none;
  cursor: pointer;
}

.sp-site-navigation.vertical {
  font-size: 1.3rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #d2c9b8;
  border-bottom-color: #d2c9b8;
  width: 100%;
}

.sp-site-navigation.vertical ul {
  line-height: 30px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  list-style-position: outside;
}

.sp-site-navigation.vertical ul li.current-menu-ancestor > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current-menu-item > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_ancestor > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_item > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a {
  text-decoration: none;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  display: block;
}

.sp-site-navigation.vertical ul li > a:active {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul ul li > a {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
}

.sp-site-navigation.vertical > ul {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  width: 100%;
}

.sp-site-navigation.vertical > ul > li {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  width: 100%;
}

.sp-site-navigation.vertical > ul > li:hover > ul {
  display: block;
}

.sp-table {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #d8d8d8;
  border-left-color: #d8d8d8;
  width: 100%;
  display: table;
  border-collapse: collapse;
}

.sp-table > * > tr > td {
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}

.sp-table > * > tr > th {
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d8d8d8;
  border-bottom-color: #d8d8d8;
}

.sp-table > * > tr > th.col-title {
  background-color: rgba(0, 0, 0, 0.0625);
}

.sp-table > * > tr > th.row-title {
  background-color: rgba(0, 0, 0, 0.0625);
}

.sp-wp-post-list {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 2em;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
}

.sp-wp-post-list .navigation-post {
  margin-top: 0.67em;
}

.sp-wp-post-list .navigation-post .nav-next {
  margin-right: 10px;
  float: right;
}

.sp-wp-post-list .navigation-post .nav-previous {
  margin-left: 10px;
  float: left;
}

.sp-wp-post-list .navigation-post::after {
  clear: both;
  display: table;
  content: "";
}

.sp-wp-post-list .navigation-post > h1 {
  display: none;
}

.sp-wp-post-list > article {
  margin-top: 0.67em;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0.67em;
}

.sp-wp-post-list > h3 {
  background-color: #f4f4f4;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

a {
  color: #757575;
  text-decoration: none;
}

a:focus {
  color: #e3cb67;
}

a:hover {
  color: black;
}

article {
  display: block;
}

aside {
  display: block;
}

body {
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.5;
  color: black;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  text-align: left;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  word-wrap: break-word;
}

details {
  display: block;
}

dl {
  margin-top: 0px;
  box-sizing: border-box;
}

figcaption {
  display: block;
}

figure {
  display: block;
}

footer {
  display: block;
}

h1 {
  margin-top: 0px;
  box-sizing: border-box;
}

h2 {
  margin-top: 0px;
  box-sizing: border-box;
}

h3 {
  margin-top: 0px;
  box-sizing: border-box;
}

h4 {
  margin-top: 0px;
  box-sizing: border-box;
}

h5 {
  margin-top: 0px;
  box-sizing: border-box;
}

h6 {
  margin-top: 0px;
  box-sizing: border-box;
}

header {
  display: block;
}

hgroup {
  display: block;
}

html {
  font-size: 62.5%;
}

main {
  display: block;
}

nav {
  display: block;
  box-sizing: border-box;
}

ol {
  margin-top: 0px;
  box-sizing: border-box;
}

p {
  margin-top: 0px;
  box-sizing: border-box;
}

section {
  display: block;
}

summary {
  display: block;
}

table {
  margin-top: 0px;
  box-sizing: border-box;
}

ul {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
}

@media not screen, screen and (min-width: 569px) {
  #colophon {
    padding-top: 35px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 35px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: white;
  }

  #colophon-inner {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 960px;
    box-sizing: content-box;
  }

  #main {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 960px;
    box-sizing: content-box;
  }

  #main-inner {
    margin-top: 10px;
  }

  #masthead {
    margin-bottom: 0px;
    min-height: 100%;
    display: box;
    position: relative;
  }

  #masthead-inner {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 960px;
    box-sizing: content-box;
  }

  #page {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    overflow: hidden;
  }

  .sp-google-map {
    width: 400px;
    min-height: 300px;
  }

  .sp-site-branding2 {
    padding-top: 20px;
  }

  .sp-site-branding2 .extra {
    width: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .sp-site-branding2 .extra > p {
    font-size: 1.3rem;
    color: #929292;
    text-align: right;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .sp-site-branding2 .extra > p.indent {
    padding-left: 1em;
  }

  .sp-site-branding2 .extra > p.large {
    font-size: 1.5rem;
  }

  .sp-site-branding2 .site-description {
    text-align: right;
    width: 100%;
    height: auto;
    position: absolute;
    top: 15px;
  }

  .sp-site-branding2 .site-title {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height: 66px;
    float: left;
  }

  .sp-site-branding2 .site-title a {
    height: 100%;
    display: block;
  }

  .sp-site-navigation.horizontal ul {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    list-style-position: outside;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a {
    color: black;
    background-color: white;
  }

  .sp-site-navigation.horizontal ul li > a {
    text-decoration: none;
  }

  .sp-site-navigation.horizontal ul li > a:active {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul {
    background-color: #ffffff;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: medium;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-top-color: #3c3f53;
    border-left-color: #3c3f53;
    border-right-color: #3c3f53;
    border-bottom-color: initial;
    width: auto;
    min-width: 150px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 9999;
  }

  .sp-site-navigation.horizontal ul ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3c3f53;
    width: 100%;
    white-space: nowrap;
  }

  .sp-site-navigation.horizontal ul ul li > a {
    padding-top: 5px;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 5px;
    display: block;
  }

  .sp-site-navigation.horizontal > ul::after {
    clear: both;
    display: table;
    content: "";
  }

  .sp-site-navigation.horizontal > ul > li {
    float: left;
    position: relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover {
    position: relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover > ul {
    display: block;
  }

  .sp-site-navigation.horizontal > ul > li > a {
    padding-top: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0.5em;
    display: block;
  }

  .sp-site-navigation.minimal {
    text-align: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .sp-site-navigation.minimal ul {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    list-style-position: outside;
  }

  .sp-site-navigation.minimal ul li:last-child {
    margin-right: 0px;
  }

  .sp-site-navigation.minimal ul li > a:active {
    text-decoration: underline;
  }

  .sp-site-navigation.minimal ul li > a:hover {
    text-decoration: underline;
  }

  .sp-site-navigation.minimal > ul li {
    margin-right: 10px;
    display: inline;
  }

  .sp-site-navigation.minimal > ul ul {
    margin-left: 10px;
    display: inline;
  }

  .sp-yahoo-map {
    width: 400px;
    min-height: 300px;
  }

  body {
    min-width: 960px;
  }
}

@media not screen, screen and (min-width: 569px) {
  #content {
    width: 730px;
    float: left;
  }

  #contenthead {
    width: 960px;
  }

  #main-inner {
    width: 960px;
  }

  #sidebar2 {
    width: 220px;
    float: right;
  }
}

@media screen and (max-width: 568px) {
  #content {
    width: 100%;
    float: none;
  }

  #contenthead {
    width: 100%;
    float: none;
  }

  #main {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 100%;
  }

  #main-inner {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: none;
  }

  #masthead {
    position: static;
  }

  #primary {
    width: 100%;
    float: none;
  }

  #sidebar1 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: auto;
    float: none;
  }

  #sidebar2 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: auto;
    float: none;
  }

  * {
    box-sizing: border-box;
  }

  .sp-block-container {
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
  }

  .sp-bread-crumb {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sp-definition-list > dd {
    margin-left: 20px;
  }

  .sp-form input {
    width: 90%;
  }

  .sp-form input[type="submit"] {
  }

  .sp-form table {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d8d8d8;
  }

  .sp-form td {
    width: auto;
    display: block;
  }

  .sp-form textarea {
    width: 90%;
  }

  .sp-form th {
    width: auto;
    display: block;
  }

  .sp-google-map {
    width: 100%;
    min-height: 300px;
  }

  .sp-image {
    max-width: 100%;
    height: auto;
  }

  .sp-site-branding2 .extra {
    padding-top: 5px;
  }

  .sp-site-branding2 .extra > p {
    font-size: 1rem;
    color: #929292;
    text-align: left;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
  }

  .sp-site-branding2 .site-description {
    text-align: center;
  }

  .sp-site-branding2 .site-title {
    text-align: center;
  }

  .sp-site-navigation .menu-toggle {
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    cursor: pointer;
  }

  .sp-site-navigation ul {
    list-style-type: none;
    list-style-position: outside;
  }

  .sp-site-navigation.button-menu .menu-toggle {
    display: block;
  }

  .sp-site-navigation.button-menu ul ul {
    display: block;
  }

  .sp-site-navigation.button-menu ul.toggled-on {
    display: block;
  }

  .sp-site-navigation.button-menu > ul {
    display: none;
  }

  .sp-site-navigation.horizontal {
    padding-top: 0px;
    margin-top: 10px;
    position: relative;
  }

  .sp-site-navigation.horizontal ul {
    background-color: #ffffff;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: auto;
    height: auto;
  }

  .sp-site-navigation.horizontal ul li {
    padding-left: 0px;
    border-left-width: 0px;
    width: auto;
    float: none;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a {
    line-height: 24px;
    padding-top: 8px;
    padding-left: 25px;
    padding-right: 10px;
    padding-bottom: 7px;
    float: none;
    display: block;
  }

  .sp-site-navigation.horizontal ul li > a:active {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul {
    background-color: transparent;
    border-top-width: medium;
    border-left-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-color: initial;
    border-left-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    width: auto;
    min-width: 150px;
    display: block;
    position: relative;
    top: 100%;
    left: 0px;
    z-index: 9999;
  }

  .sp-site-navigation.horizontal ul ul li {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: initial;
  }

  .sp-site-navigation.horizontal ul ul li > a {
    padding-top: 8px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 8px;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: initial;
  }

  .sp-site-navigation.minimal {
    text-align: center;
    margin-bottom: 20px;
  }

  .sp-site-navigation.minimal ul {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    list-style-position: outside;
  }

  .sp-site-navigation.minimal ul li {
    display: block;
  }

  .sp-site-navigation.minimal ul li > a {
    display: block;
  }

  .sp-site-navigation.minimal ul li > a:hover {
    text-decoration: underline;
  }

  .sp-yahoo-map {
    width: 100%;
    min-height: 300px;
  }

  body {
    min-width: 100%;
  }

  embed {
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

#breadcrumb-list div {
  margin-right: 10px;
  width: auto;
  display: inline-block;
}

#breadcrumb-list div　a {
  border-bottom-style: dotted;
}

#breadcrumb-list div　a:hover {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: initial;
}

@media screen and (max-width: 568px) {
  #breadcrumb-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#sp-site-branding2-1 {
  background-image: url(img/branding_bg2.png);
  background-position: left bottom;
  padding-left: 1000px;
  padding-right: 1000px;
  margin-left: -1000px;
  margin-right: -1000px;
  width: auto;
  min-height: 130px;
}

#sp-site-branding2-1 .extra {
  width: auto;
  bottom: 35px;
  right: 34%;
}

#sp-site-branding2-1 .extra > p {
  font-size: 1.3rem;
  color: black;
  text-align: right;
  width: auto;
}

#sp-site-branding2-1 .site-description {
  font-size: 1rem;
  font-weight: normal;
  color: black;
  text-align: left;
  width: auto;
  position: absolute;
  top: 15px;
}

#sp-site-branding2-1 .site-title {
  background-image: url(img/sitelogo4.png);
  background-repeat: no-repeat;
  width: 193px;
  height: 30px;
  position: absolute;
  bottom: 45px;
}

#sp-site-branding2-1 .site-title a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 568px) {
  #sp-site-branding2-1 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    min-height: 140px;
  }

  #sp-site-branding2-1 .extra {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  #sp-site-branding2-1 .extra > p {
    font-size: 1rem;
    text-align: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
  }

  #sp-site-branding2-1 .site-description {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  #sp-site-branding2-1 .site-title {
    background-position: center top;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 100%;
    float: none;
  }

  #sp-site-branding2-1 .site-title a {
    width: 100%;
    top: 40px;
  }
}

#sp-site-navigation-1 {
  font-size: 1.3rem;
  color: #ffffff;
  background-image: url(img/bg_logo-sp2.png);
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 100%;
}

#sp-site-navigation-1 #hpb-sidebar-main-nav li.current-menu-item .sub-menu a {
  line-height: 1.4;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  padding-bottom: 10px;
  border-left-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  height: auto;
  display: block;
}

#sp-site-navigation-1 #hpb-sidebar-main-nav ul .sub-menu li a {
  line-height: 1.4;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  padding-bottom: 10px;
  border-left-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  height: auto;
  display: block;
}

#sp-site-navigation-1 .menu-toggle {
  display: none;
}

#sp-site-navigation-1 .screen-reader-text {
  display: none;
}

#sp-site-navigation-1 a:active {
  color: #ffffff;
  background-color: #9e6a05;
  background-image: url(img/bg_hpb-main-nav-hover2.png);
  background-repeat: repeat-x;
  text-decoration: underline;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: #c8a74a;
  border-right-color: #1e1504;
  border-bottom-color: #996903;
}

#sp-site-navigation-1 a:link {
  color: black;
  text-decoration: none;
}

#sp-site-navigation-1 a:visited {
  color: #b68a33;
  text-decoration: none;
}

#sp-site-navigation-1 a:hover {
  color: #ffffff;
  background-color: #9e6a05;
  background-image: url(img/bg_hpb-main-nav-hover2.png);
  background-repeat: repeat-x;
  text-decoration: underline;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: #c8a74a;
  border-right-color: #1e1504;
  border-bottom-color: #996903;
}

#sp-site-navigation-1 a:focus {
  color: #ffffff; /* フォーカス時もホバー時と同じ色にする */
  background-color: #9e6a05;
  background-image: url(img/bg_hpb-main-nav-hover2.png);
  background-repeat: repeat-x;
  text-decoration: underline;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: #c8a74a;
  border-right-color: #1e1504;
  border-bottom-color: #996903;
}
#sp-site-navigation-1 li {
  float: left;
  position: relative;
}

#sp-site-navigation-1 li a {
  font-size: 0.9em;
  line-height: 38px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  border-top-width: medium;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: none;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: initial;
  border-left-color: #3d3e40;
  border-right-color: #070707;
  border-bottom-color: white;
  height: 48px;
  float: left;
  display: block;
}

#sp-site-navigation-1 li.current-menu-item .sub-menu a {
  line-height: 1.4;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  padding-bottom: 10px;
  border-left-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  height: auto;
  display: block;
}

#sp-site-navigation-1 ul {
  text-align: left;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  height: 64px;
  display: block;
  list-style-type: none;
  list-style-position: outside;
}

#sp-site-navigation-1 ul .sub-menu {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  margin-top: 64px;
  margin-left: 0px;
  border-top-left-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
  border-bottom-right-radius: 3px 3px;
  border-bottom-left-radius: 3px 3px;
  width: 250px;
  height: auto;
  display: none;
  position: absolute;
  z-index: 200;
}

#sp-site-navigation-1 ul .sub-menu .current-menu-item a {
  color: #000000;
}

#sp-site-navigation-1 ul .sub-menu a:hover {
  color: #000000;
}

#sp-site-navigation-1 ul .sub-menu li a {
  line-height: 1.4;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  padding-bottom: 10px;
  border-left-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  height: auto;
  display: block;
}

#sp-site-navigation-1 ul .sub-menu ul {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

#sp-site-navigation-1 ul a {
  text-decoration: none;
}

#sp-site-navigation-1 ul li a:hover {
  color: #000000;
  background-color: #9e6a05;
  background-image: url(img/bg_hpb-main-nav-hover2.png);
  background-repeat: repeat-x;
  text-decoration: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: #c8a74a;
  border-right-color: #1e1504;
  border-bottom-color: #996903;
}

#sp-site-navigation-1 ul li.current-menu-item a {
  color: #000000;
  background-color: #9e6a05;
  background-image: url(img/bg_hpb-main-nav-hover2.png);
  background-repeat: repeat-x;
  text-decoration: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: #c8a74a;
  border-right-color: #1e1504;
  border-bottom-color: #996903;
}

#sp-site-navigation-1 ul li:hover .sub-menu {
  display: block;
}

#sp-site-navigation-1 ul ul {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #666666;
  border-left-color: #666666;
  border-right-color: #666666;
  border-bottom-color: #666666;
  width: auto;
  min-width: 150px;
  display: none;
  position: absolute;
  top: 0%;
  left: 0px;
  z-index: 9999;
  text-shadow: none;
}

#sp-site-navigation-1 ul ul a {
  border-top-width: medium;
  border-left-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-color: initial;
  border-left-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  float: none;
}

#sp-site-navigation-1 ul ul li {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-top-left-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
  border-bottom-right-radius: 3px 3px;
  border-bottom-left-radius: 3px 3px;
  width: 100%;
  float: none;
  white-space: nowrap;
}

#sp-site-navigation-1 ul ul li a {
  color: #000000;
  text-decoration: none;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  display: block;
}

#sp-site-navigation-1 ul ul li a:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}

#sp-site-navigation-1 ul ul li.current-menu-ancestor > a {
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}

#sp-site-navigation-1 ul ul li.current-menu-item > a {
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}

#sp-site-navigation-1 ul ul li.current_page_ancestor > a {
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}

#sp-site-navigation-1 ul ul li.current_page_item > a {
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}

#sp-site-navigation-1 ul ul li:hover {
  display: block;
  position: relative;
}

#sp-site-navigation-1 ul ul li:hover > ul {
  background-color: #000000;
  border-bottom-width: 1px;
  width: 100%;
  display: block;
  top: 0px;
  left: 100%;
}

#sp-site-navigation-1#ie6 #sp-site-navigation-1 li {
  position: relative;
}

#sp-site-navigation-1#ie7 #sp-site-navigation-1 li {
  position: relative;
}

#sp-site-navigation-1 > ul::after {
  clear: both;
  display: table;
  content: "";
}

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a {
  color: #000000;
  background-color: #9e6a05;
  background-image: url(img/bg_hpb-main-nav-hover2.png);
  background-repeat: repeat-x;
  text-decoration: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: #c8a74a;
  border-right-color: #1e1504;
  border-bottom-color: #996903;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a {
  color: #000000;
  background-color: #9e6a05;
  background-image: url(img/bg_hpb-main-nav-hover2.png);
  background-repeat: repeat-x;
  text-decoration: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: #c8a74a;
  border-right-color: #1e1504;
  border-bottom-color: #996903;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a {
  color: #000000;
  background-color: #9e6a05;
  background-image: url(img/bg_hpb-main-nav-hover2.png);
  background-repeat: repeat-x;
  text-decoration: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: #c8a74a;
  border-right-color: #1e1504;
  border-bottom-color: #996903;
}

#sp-site-navigation-1 > ul > li.current_page_item > a {
  color: black;
  background-color: black;
  background-image: url(img/bg_hpb-main-nav-hover2.png);
  background-repeat: repeat-x;
  text-decoration: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-color: gray;
  border-right-color: #1e1504;
  border-bottom-color: gray;
}

#sp-site-navigation-1 > ul > li:hover {
  position: relative;
}

#sp-site-navigation-1 > ul > li:hover > ul {
  display: block;
}

@media screen and (max-width: 568px) {
  #sp-site-navigation-1 {
    background-color: #000000;
    background-image: none;
    padding-top: 0px;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: initial;
    position: relative;
  }

  #sp-site-navigation-1 .menu-toggle {
    background-color: #111111;
    background-image: url(img/icon-menu2.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999em;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    display: none;
    cursor: pointer;
  }

  #sp-site-navigation-1 .screen-reader-text {
    display: none;
  }

  #sp-site-navigation-1 ul {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: auto;
    height: auto;
    display: block;
    list-style-type: none;
    list-style-position: outside;
  }

  #sp-site-navigation-1 ul .sub-menu {
    color: #000000;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-top-width: medium;
    border-left-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-color: initial;
    border-left-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    width: auto;
    min-width: 150px;
    display: block;
    position: relative;
    top: 100%;
    left: 0px;
    z-index: 9999;
  }

  #sp-site-navigation-1 ul .sub-menu li a {
    line-height: 24px;
    color: #b68a33;
    background-color: #000000;
    background-position: 0px 0px;
    padding-top: 8px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 8px;
    float: none;
    text-shadow: none;
  }

  #sp-site-navigation-1 ul .sub-menu li a:hover {
    color: #000000;
    background-color: transparent;
    background-image: url(img/bg_hpb-main-nav-hover2.png);
    background-position: 0px 0px;
  }

  #sp-site-navigation-1 ul li {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    width: auto;
    float: none;
  }

  #sp-site-navigation-1 ul li a {
    line-height: 24px;
    color: #e3cb67 !important; /* モバイル表示で黄色に固定 */
    background-color: #000000;
    background-position: 0px 0px;
    padding-top: 8px;
    padding-left: 25px;
    padding-right: 10px;
    padding-bottom: 7px;
    height: auto;
    float: none;
  }

  #sp-site-navigation-1 ul ul {
    color: #000000;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-top-width: medium;
    border-left-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-color: initial;
    border-left-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    width: auto;
    min-width: 150px;
    display: block;
    position: relative;
    top: 100%;
    left: 0px;
    z-index: 9999;
  }

  #sp-site-navigation-1 ul ul li {
  }

  #sp-site-navigation-1 ul ul li a {
    color: #b68a33;
    padding-top: 8px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 8px;
    text-shadow: none;
  }

  #sp-site-navigation-1 ul ul li a:hover {
    color: #816d4e;
    background-color: #eeeeee;
    background-image: url(img/bg_hpb-main-nav-hover2.png);
    background-position: 0px 0px;
    text-decoration: none;
  }

  #sp-site-navigation-1 ul ul li.current-menu-ancestor > a {
    color: #816d4e;
    background-color: #eeeeee;
    background-position: 0px 0px;
    text-decoration: none;
  }

  #sp-site-navigation-1 ul ul li.current-menu-item > a {
    color: #816d4e;
    background-color: #eeeeee;
    background-position: 0px 0px;
    text-decoration: none;
  }

  #sp-site-navigation-1 ul ul li.current_page_ancestor > a {
    color: #816d4e;
    background-color: #eeeeee;
    background-position: 0px 0px;
    text-decoration: none;
  }

  #sp-site-navigation-1 ul ul li.current_page_item > a {
    color: #816d4e;
    background-color: #eeeeee;
    background-position: 0px 0px;
    text-decoration: none;
  }

  .button-menu#sp-site-navigation-1 .menu-toggle {
    display: block;
  }

  .button-menu#sp-site-navigation-1 ul.toggled-on {
    display: block;
  }

  .button-menu#sp-site-navigation-1 > ul {
    display: none;
  }

  .button-menu#sp-site-navigation-1 > ul > ul {
    display: block;
  }

  #sp-site-navigation-1 > ul {
    border-top-width: medium;
    border-bottom-width: medium;
    border-top-style: none;
    border-bottom-style: none;
    border-top-color: initial;
    border-bottom-color: initial;
  }

  #sp-site-navigation-1 > ul > li {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a {
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a {
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a {
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a {
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
  }

  #sp-site-navigation-1 > ul > li:hover {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-top-left-radius: 0px 0px;
    border-top-right-radius: 0px 0px;
    border-bottom-right-radius: 0px 0px;
    border-bottom-left-radius: 0px 0px;
  }

  #sp-site-navigation-1 > ul > li > a {
    font-weight: bold;
    text-decoration: none;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    display: block;
  }

  #sp-site-navigation-1 > ul > li > a:hover {
    color: #000000;
    background-image: url(img/bg_hpb-main-nav-hover2.png);
    background-position: 0px 0px;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    display: block;
  }
}

#sp-site-navigation-2 {
  background-color: #000000;
  text-align: center;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 100%;
  box-sizing: border-box;
}

#sp-site-navigation-2 .menu-toggle {
  display: none;
}

#sp-site-navigation-2 .screen-reader-text {
  display: none;
}

#sp-site-navigation-2 a {
  color: #777777;
  text-decoration: none;
}

#sp-site-navigation-2 a:focus {
  color: #777777;
  text-decoration: underline;
}

#sp-site-navigation-2 a:hover {
  color: #777777;
  text-decoration: underline;
}

#sp-site-navigation-2 ul {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  list-style-position: outside;
}

#sp-site-navigation-2 ul li {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  display: inline;
}

#sp-site-navigation-2 ul li::after {
  color: #777777;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  content: "|";
}

#sp-site-navigation-2 ul li:last-child::after {
  content: none;
}

#sp-site-navigation-2 ul ul::before {
  color: #777777;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  content: "|";
}

@media screen and (max-width: 568px) {
  #sp-site-navigation-2 {
    width: 100%;
  }

  #sp-site-navigation-2 .menu-toggle {
    display: none;
    cursor: pointer;
  }

  #sp-site-navigation-2 .screen-reader-text {
    display: none;
  }

  #sp-site-navigation-2 ul {
    display: block;
    list-style-type: none;
    list-style-position: outside;
  }

  #sp-site-navigation-2 ul li {
    display: block;
  }

  #sp-site-navigation-2 ul li::after {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    content: "";
  }

  #sp-site-navigation-2 ul ul::before {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    content: "";
  }

  .button-menu#sp-site-navigation-2 {
    background-image: none;
    padding-top: 0px;
    margin-top: 0px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    position: relative;
  }

  .button-menu#sp-site-navigation-2 .menu-toggle {
    background-image: url(img/icon-menu2.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999em;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
    cursor: pointer;
  }

  .button-menu#sp-site-navigation-2 ul.toggled-on {
    display: block;
  }

  .button-menu#sp-site-navigation-2 > ul {
    display: none;
  }
}

#sp-table-1,
#sp-table-2 {
  color: #ffffff;
  background-color: #000000;
}

#sp-table-1 > tbody > tr > .col-title,
#sp-table-2 > tbody > tr > .col-title {
  color: #ffffff;
  background-color: #222222;
}

#sp-table-1 > tbody > tr > .row-title,
#sp-table-2 > tbody > tr > .row-title {
  color: #996600;
  background-color: #050505;
  background-image: url(img/bg_aside-h3.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

#sp-table-1 > tbody > tr > td,
#sp-table-2 > tbody > tr > td {
  background-color: #222222;
}

#sp-table-1 > tbody > tr > th,
#sp-table-2 > tbody > tr > th {
  color: #996600;
}

@media screen and (max-width: 568px) {
  #sp-table-1,
  #sp-table-2 {
    width: 100%;
  }

  #sp-table-1 > tbody > tr > td,
  #sp-table-2 > tbody > tr > td {
    display: block;
  }

  #sp-table-1 > tbody > tr > th,
  #sp-table-2 > tbody > tr > th {
    display: block;
  }
}

#sp-page-title-1,
#sp-page-title-10,
#sp-page-title-11,
#sp-page-title-12,
#sp-page-title-13,
#sp-page-title-2,
#sp-page-title-3,
#sp-page-title-4,
#sp-page-title-5,
#sp-page-title-6,
#sp-page-title-7,
#sp-page-title-8,
#sp-page-title-9 {
  font-weight: normal;
  color: black;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0.5em;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: initial;
  width: 100%;
  overflow: hidden;
}

#sp-page-title-1 > h1,
#sp-page-title-10 > h1,
#sp-page-title-11 > h1,
#sp-page-title-12 > h1,
#sp-page-title-13 > h1,
#sp-page-title-2 > h1,
#sp-page-title-3 > h1,
#sp-page-title-4 > h1,
#sp-page-title-5 > h1,
#sp-page-title-6 > h1,
#sp-page-title-7 > h1,
#sp-page-title-8 > h1,
#sp-page-title-9 > h1 {
  font-size: 1.6rem;
  line-height: 10px;
  text-align: center;
}

@media screen and (max-width: 568px) {
  #sp-page-title-1,
  #sp-page-title-10,
  #sp-page-title-11,
  #sp-page-title-12,
  #sp-page-title-13,
  #sp-page-title-2,
  #sp-page-title-3,
  #sp-page-title-4,
  #sp-page-title-5,
  #sp-page-title-6,
  #sp-page-title-7,
  #sp-page-title-8,
  #sp-page-title-9 {
    width: 100%;
  }
}

#post-list,
#sp-wp-post-list-1,
#sp-wp-post-list-2,
#sp-wp-post-list-3,
#sp-wp-post-list-4,
#sp-wp-post-list-5 {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}

#post-list .hpb-more-entry,
#sp-wp-post-list-1 .hpb-more-entry,
#sp-wp-post-list-2 .hpb-more-entry,
#sp-wp-post-list-3 .hpb-more-entry,
#sp-wp-post-list-4 .hpb-more-entry,
#sp-wp-post-list-5 .hpb-more-entry {
  text-align: right;
  margin-right: 10px;
}

#post-list .hpb-more-entry > a,
#sp-wp-post-list-1 .hpb-more-entry > a,
#sp-wp-post-list-2 .hpb-more-entry > a,
#sp-wp-post-list-3 .hpb-more-entry > a,
#sp-wp-post-list-4 .hpb-more-entry > a,
#sp-wp-post-list-5 .hpb-more-entry > a {
  font-size: 1.3rem;
  font-weight: normal;
  color: #757575;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
}

#post-list .hpb-more-entry > a:active,
#sp-wp-post-list-1 .hpb-more-entry > a:active,
#sp-wp-post-list-2 .hpb-more-entry > a:active,
#sp-wp-post-list-3 .hpb-more-entry > a:active,
#sp-wp-post-list-4 .hpb-more-entry > a:active,
#sp-wp-post-list-5 .hpb-more-entry > a:active {
  color: #e3cb67;
}

#post-list .hpb-more-entry > a:hover,
#sp-wp-post-list-1 .hpb-more-entry > a:hover,
#sp-wp-post-list-2 .hpb-more-entry > a:hover,
#sp-wp-post-list-3 .hpb-more-entry > a:hover,
#sp-wp-post-list-4 .hpb-more-entry > a:hover,
#sp-wp-post-list-5 .hpb-more-entry > a:hover {
  color: #e3cb67;
}

#post-list .nav-next,
#sp-wp-post-list-1 .nav-next,
#sp-wp-post-list-2 .nav-next,
#sp-wp-post-list-3 .nav-next,
#sp-wp-post-list-4 .nav-next,
#sp-wp-post-list-5 .nav-next {
  margin-right: 25px;
  float: right;
}

#post-list .nav-previous,
#sp-wp-post-list-1 .nav-previous,
#sp-wp-post-list-2 .nav-previous,
#sp-wp-post-list-3 .nav-previous,
#sp-wp-post-list-4 .nav-previous,
#sp-wp-post-list-5 .nav-previous {
  margin-left: 25px;
  float: left;
}

#post-list article,
#sp-wp-post-list-1 article,
#sp-wp-post-list-2 article,
#sp-wp-post-list-3 article,
#sp-wp-post-list-4 article,
#sp-wp-post-list-5 article {
  margin-top: 0px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
}

#post-list article > div,
#sp-wp-post-list-1 article > div,
#sp-wp-post-list-2 article > div,
#sp-wp-post-list-3 article > div,
#sp-wp-post-list-4 article > div,
#sp-wp-post-list-5 article > div {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
}

#post-list dl,
#sp-wp-post-list-1 dl,
#sp-wp-post-list-2 dl,
#sp-wp-post-list-3 dl,
#sp-wp-post-list-4 dl,
#sp-wp-post-list-5 dl {
  margin-top: 0px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 15px;
}

#post-list li,
#sp-wp-post-list-1 li,
#sp-wp-post-list-2 li,
#sp-wp-post-list-3 li,
#sp-wp-post-list-4 li,
#sp-wp-post-list-5 li {
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  list-style-type: none;
  list-style-position: outside;
}

#post-list p,
#sp-wp-post-list-1 p,
#sp-wp-post-list-2 p,
#sp-wp-post-list-3 p,
#sp-wp-post-list-4 p,
#sp-wp-post-list-5 p {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#post-list p > img,
#sp-wp-post-list-1 p > img,
#sp-wp-post-list-2 p > img,
#sp-wp-post-list-3 p > img,
#sp-wp-post-list-4 p > img,
#sp-wp-post-list-5 p > img {
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}

#post-list ul,
#sp-wp-post-list-1 ul,
#sp-wp-post-list-2 ul,
#sp-wp-post-list-3 ul,
#sp-wp-post-list-4 ul,
#sp-wp-post-list-5 ul {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  list-style-type: none;
  list-style-position: outside;
}

.hpb-viewtype-content#post-list dd,
.hpb-viewtype-content#sp-wp-post-list-1 dd,
.hpb-viewtype-content#sp-wp-post-list-2 dd,
.hpb-viewtype-content#sp-wp-post-list-3 dd,
.hpb-viewtype-content#sp-wp-post-list-4 dd,
.hpb-viewtype-content#sp-wp-post-list-5 dd {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
}

.hpb-viewtype-content#post-list dl,
.hpb-viewtype-content#sp-wp-post-list-1 dl,
.hpb-viewtype-content#sp-wp-post-list-2 dl,
.hpb-viewtype-content#sp-wp-post-list-3 dl,
.hpb-viewtype-content#sp-wp-post-list-4 dl,
.hpb-viewtype-content#sp-wp-post-list-5 dl {
  padding-top: 0px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}

.hpb-viewtype-content#post-list dt,
.hpb-viewtype-content#sp-wp-post-list-1 dt,
.hpb-viewtype-content#sp-wp-post-list-2 dt,
.hpb-viewtype-content#sp-wp-post-list-3 dt,
.hpb-viewtype-content#sp-wp-post-list-4 dt,
.hpb-viewtype-content#sp-wp-post-list-5 dt {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}

.hpb-viewtype-date#post-list dd,
.hpb-viewtype-date#sp-wp-post-list-1 dd,
.hpb-viewtype-date#sp-wp-post-list-2 dd,
.hpb-viewtype-date#sp-wp-post-list-3 dd,
.hpb-viewtype-date#sp-wp-post-list-4 dd,
.hpb-viewtype-date#sp-wp-post-list-5 dd {
  padding-top: 0px;
  padding-left: 120px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin-left: 0px;
  margin-bottom: 5px;
}

.hpb-viewtype-date#post-list dl,
.hpb-viewtype-date#sp-wp-post-list-1 dl,
.hpb-viewtype-date#sp-wp-post-list-2 dl,
.hpb-viewtype-date#sp-wp-post-list-3 dl,
.hpb-viewtype-date#sp-wp-post-list-4 dl,
.hpb-viewtype-date#sp-wp-post-list-5 dl {
  overflow: hidden;
}

.hpb-viewtype-date#post-list dt,
.hpb-viewtype-date#sp-wp-post-list-1 dt,
.hpb-viewtype-date#sp-wp-post-list-2 dt,
.hpb-viewtype-date#sp-wp-post-list-3 dt,
.hpb-viewtype-date#sp-wp-post-list-4 dt,
.hpb-viewtype-date#sp-wp-post-list-5 dt {
  font-weight: bold;
  padding-bottom: 5px;
  width: 120px;
  float: left;
  clear: both;
}

#post-list > h3,
#sp-wp-post-list-1 > h3,
#sp-wp-post-list-2 > h3,
#sp-wp-post-list-3 > h3,
#sp-wp-post-list-4 > h3,
#sp-wp-post-list-5 > h3 {
  font-weight: normal;
  line-height: 24px;
  color: #dec753;
  background-color: transparent;
  background-image: url(img/icon_h2.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  text-align: left;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 10px;
  margin-top: 0.5em;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #8f6101;
  overflow: hidden;
}

#sp-form-1 input,
#sp-form-2 input {
  font-size: medium;
  color: #6d6d6d;
}

#sp-form-1 input[type="submit"],
#sp-form-2 input[type="submit"] {
  font-size: 1.3rem;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  width: 80px;
  height: 30px;
}

#sp-form-1 table,
#sp-form-2 table {
  font-size: 1.4rem;
  background-color: #000000;
  width: 100%;
  border-collapse: separate;
}

#sp-form-1 td,
#sp-form-2 td {
  background-color: #333333;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  width: auto;
}

#sp-form-1 textarea[name="message"],
#sp-form-2 textarea[name="message"] {
  font-size: medium;
  color: #6d6d6d;
}

#sp-form-1 th,
#sp-form-2 th {
  color: #996600;
  background-color: #050505;
  background-image: url(img/bg_aside-h3.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  min-width: 50px;
}

@media screen and (max-width: 568px) {
  #sp-form-1 input[type="submit"],
  #sp-form-2 input[type="submit"] {
    margin-bottom: 25px;
  }

  #sp-form-1 table,
  #sp-form-2 table {
    border-top-width: medium;
    border-top-style: none;
    border-top-color: initial;
  }

  #sp-form-1 td,
  #sp-form-2 td {
    border-top-width: medium;
    border-left-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-color: initial;
    border-left-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    width: auto;
    display: block;
  }

  #sp-form-1 th,
  #sp-form-2 th {
    border-top-width: medium;
    border-left-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-color: initial;
    border-left-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    width: auto;
    display: block;
  }
}

#sp-block-container-2 > .large {
  font-size: 1.5em;
}

#sp-block-container-2 > .medium {
  font-size: 1em;
}

#sp-block-container-2 > .x-large {
  font-size: 2em;
}

#sp-block-container-2 > .x-small {
  font-size: 0.8em;
}

#sp-block-container-2 > .xx-large {
  font-size: 3em;
}

#sp-block-container-2 > .xx-small {
  font-size: 0.7em;
}

#sp-block-container-2 > em {
  font-style: oblique;
  color: #2c7af5;
}

#sp-block-container-2 > h1 {
  color: #515151;
  border-left-width: 15px;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-left-color: #2c7af5;
  border-bottom-color: #2c7af5;
}

#sp-block-container-2 > h2 {
  color: #515151;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  border-bottom-color: #2c7af5;
}

#sp-block-container-2 > h3 {
  font-size: 1.3em;
  color: #515151;
  border-top-width: 1px;
  border-left-width: 10px;
  border-bottom-width: 1px;
  border-top-style: dashed;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-color: #2c7af5;
  border-left-color: #2c7af5;
  border-bottom-color: #2c7af5;
  clear: both;
}

#sp-block-container-2 > h4 {
  font-size: 1.2em;
  color: #515151;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-left-color: #2c7af5;
  border-bottom-color: #2c7af5;
  clear: both;
}

#sp-block-container-2 > h5 {
  font-size: 1em;
  color: #515151;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #2c7af5;
  clear: both;
}

#sp-block-container-2 > h6 {
  font-size: 1em;
  color: #515151;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #2c7af5;
}

#sp-block-container-2 > p {
  line-height: 1.4;
  color: #515151;
  text-align: left;
  text-indent: 1em;
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

#sp-block-container-2 > p.indent {
  padding-left: 15px;
}

#sp-block-container-2 > p.small {
  font-size: 0.9em;
}

#sp-block-container-2 > strong {
  font-weight: bold;
  color: #515151;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #2c7af5;
}

.page-access#content #page-content > .paragraph em,
.page-blog#content #page-content > .paragraph em,
.page-contact#content #page-content > .paragraph em,
.page-custom#content #page-content > .paragraph em,
.page-custom1#content #page-content > .paragraph em,
.page-dish#content #page-content > .paragraph em,
.page-facilities#content #page-content > .paragraph em,
.page-plan#content #page-content > .paragraph em,
.page-privacy#content #page-content > .paragraph em,
.page-reserve#content #page-content > .paragraph em,
.page-toppage#content #page-content > .paragraph em,
#sp-block-container-1 > .paragraph em {
  font-style: oblique;
  color: #ca9b33;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ca9b33;
}

.page-access#content #page-content > .paragraph strong,
.page-blog#content #page-content > .paragraph strong,
.page-contact#content #page-content > .paragraph strong,
.page-custom#content #page-content > .paragraph strong,
.page-custom1#content #page-content > .paragraph strong,
.page-dish#content #page-content > .paragraph strong,
.page-facilities#content #page-content > .paragraph strong,
.page-plan#content #page-content > .paragraph strong,
.page-privacy#content #page-content > .paragraph strong,
.page-reserve#content #page-content > .paragraph strong,
.page-toppage#content #page-content > .paragraph strong,
#sp-block-container-1 > .paragraph strong {
  font-weight: bold;
  color: #ca9b33;
}

.page-access#content #page-content > h1,
.page-blog#content #page-content > h1,
.page-contact#content #page-content > h1,
.page-custom#content #page-content > h1,
.page-custom1#content #page-content > h1,
.page-dish#content #page-content > h1,
.page-facilities#content #page-content > h1,
.page-plan#content #page-content > h1,
.page-privacy#content #page-content > h1,
.page-reserve#content #page-content > h1,
.page-toppage#content #page-content > h1,
#sp-block-container-1 > h1 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 24px;
  color: #dec753;
  text-align: left;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 10px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}

.page-access#content #page-content > h2,
.page-blog#content #page-content > h2,
.page-contact#content #page-content > h2,
.page-custom#content #page-content > h2,
.page-custom1#content #page-content > h2,
.page-dish#content #page-content > h2,
.page-facilities#content #page-content > h2,
.page-plan#content #page-content > h2,
.page-privacy#content #page-content > h2,
.page-reserve#content #page-content > h2,
.page-toppage#content #page-content > h2,
#sp-block-container-1 > h2 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 24px;
  color: #dec753;
  text-align: left;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 10px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}

.page-access#content #page-content > h3,
.page-blog#content #page-content > h3,
.page-contact#content #page-content > h3,
.page-custom#content #page-content > h3,
.page-custom1#content #page-content > h3,
.page-dish#content #page-content > h3,
.page-facilities#content #page-content > h3,
.page-plan#content #page-content > h3,
.page-privacy#content #page-content > h3,
.page-reserve#content #page-content > h3,
.page-toppage#content #page-content > h3,
#sp-block-container-1 > h3 {
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 24px;
  color: #dec753;
  background-image: url(img/icon_h2.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  text-align: left;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 10px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #8f6101;
  overflow: hidden;
}

.page-access#content #page-content > h4,
.page-blog#content #page-content > h4,
.page-contact#content #page-content > h4,
.page-custom#content #page-content > h4,
.page-custom1#content #page-content > h4,
.page-dish#content #page-content > h4,
.page-facilities#content #page-content > h4,
.page-plan#content #page-content > h4,
.page-privacy#content #page-content > h4,
.page-reserve#content #page-content > h4,
.page-toppage#content #page-content > h4,
#sp-block-container-1 > h4 {
  font-size: 1.5rem;
  color: #dec753;
  margin-bottom: 15px;
}

.page-access#content #page-content > h5,
.page-blog#content #page-content > h5,
.page-contact#content #page-content > h5,
.page-custom#content #page-content > h5,
.page-custom1#content #page-content > h5,
.page-dish#content #page-content > h5,
.page-facilities#content #page-content > h5,
.page-plan#content #page-content > h5,
.page-privacy#content #page-content > h5,
.page-reserve#content #page-content > h5,
.page-toppage#content #page-content > h5,
#sp-block-container-1 > h5 {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #dec753;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 1em;
  clear: both;
}

.page-access#content #page-content > h6,
.page-blog#content #page-content > h6,
.page-contact#content #page-content > h6,
.page-custom#content #page-content > h6,
.page-custom1#content #page-content > h6,
.page-dish#content #page-content > h6,
.page-facilities#content #page-content > h6,
.page-plan#content #page-content > h6,
.page-privacy#content #page-content > h6,
.page-reserve#content #page-content > h6,
.page-toppage#content #page-content > h6,
#sp-block-container-1 > h6 {
  font-size: 1.1rem;
  color: #dec753;
}

.page-access#content #page-content > hr,
.page-blog#content #page-content > hr,
.page-contact#content #page-content > hr,
.page-custom#content #page-content > hr,
.page-custom1#content #page-content > hr,
.page-dish#content #page-content > hr,
.page-facilities#content #page-content > hr,
.page-plan#content #page-content > hr,
.page-privacy#content #page-content > hr,
.page-reserve#content #page-content > hr,
.page-toppage#content #page-content > hr,
#sp-block-container-1 > hr {
  color: #444444;
  margin-top: 35px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
  border-top-width: 1px;
  border-left-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-top-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-top-color: #444444;
  border-left-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  height: 1px;
}

.page-access#content #page-content > p,
.page-blog#content #page-content > p,
.page-contact#content #page-content > p,
.page-custom#content #page-content > p,
.page-custom1#content #page-content > p,
.page-dish#content #page-content > p,
.page-facilities#content #page-content > p,
.page-plan#content #page-content > p,
.page-privacy#content #page-content > p,
.page-reserve#content #page-content > p,
.page-toppage#content #page-content > p,
#sp-block-container-1 > p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: black;
  text-align: left;
  padding-left: 0.1em;
  padding-right: 0.1em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

.page-access#content #page-content > p.indent,
.page-blog#content #page-content > p.indent,
.page-contact#content #page-content > p.indent,
.page-custom#content #page-content > p.indent,
.page-custom1#content #page-content > p.indent,
.page-dish#content #page-content > p.indent,
.page-facilities#content #page-content > p.indent,
.page-plan#content #page-content > p.indent,
.page-privacy#content #page-content > p.indent,
.page-reserve#content #page-content > p.indent,
.page-toppage#content #page-content > p.indent,
#sp-block-container-1 > p.indent {
  padding-left: 5px;
}

.page-access#content #page-content > p.large,
.page-blog#content #page-content > p.large,
.page-contact#content #page-content > p.large,
.page-custom#content #page-content > p.large,
.page-custom1#content #page-content > p.large,
.page-dish#content #page-content > p.large,
.page-facilities#content #page-content > p.large,
.page-plan#content #page-content > p.large,
.page-privacy#content #page-content > p.large,
.page-reserve#content #page-content > p.large,
.page-toppage#content #page-content > p.large,
#sp-block-container-1 > p.large {
  font-size: 1.5rem;
}

@media screen and (max-width: 568px) {
  .page-access#content #page-content,
  .page-blog#content #page-content,
  .page-contact#content #page-content,
  .page-custom#content #page-content,
  .page-custom1#content #page-content,
  .page-dish#content #page-content,
  .page-facilities#content #page-content,
  .page-plan#content #page-content,
  .page-privacy#content #page-content,
  .page-reserve#content #page-content,
  .page-toppage#content #page-content,
  #sp-block-container-1 {
    width: 100%;
  }
}

#sp-list-1,
#sp-list-2,
#sp-list-3,
#sp-list-4 {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 22px;
  margin-bottom: 1.5em;
  list-style-type: disc;
}

#sp-list-1 > li,
#sp-list-2 > li,
#sp-list-3 > li,
#sp-list-4 > li {
  padding-top: 0.5em;
  padding-left: 0px;
}

#sp-definition-list-1 > dd,
#sp-definition-list-2 > dd {
  margin-left: 94px;
  margin-bottom: 25px;
}

#sp-definition-list-1 > dt,
#sp-definition-list-2 > dt {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #996600;
}

@media screen and (max-width: 568px) {
  #sp-definition-list-1 > dd,
  #sp-definition-list-2 > dd {
    margin-left: 20px;
  }
}

#sp-image-4,
#sp-image-5,
#sp-image-6,
#sp-image-7,
#sp-image-8,
#sp-image-9 {
  text-decoration: none;
  border-top-left-radius: 6px 6px;
  border-top-right-radius: 6px 6px;
  border-bottom-right-radius: 6px 6px;
  border-bottom-left-radius: 6px 6px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5) inset;
}

#sp-block-container-1 > p.copyright {
  text-align: center;
}

#sp-site-branding2-1 .site-title {
  background-image: url(img/sitelogo5.png);
}

#sp-table-1 {
  font-size: 1.1rem;
  color: #e3c259;
}

@media not screen, screen and (min-width: 569px) {
  #sp-google-map-1 {
    width: 600px;
    min-height: 350px;
  }

  #sp-image-1 {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 100%;
  }

  #sp-image-11 {
    width: 216px;
    height: 216px;
  }

  #sp-image-12 {
    width: 218px;
    height: 158px;
  }

  #sp-image-13 {
    width: 230px;
    height: 146px;
  }

  #sp-image-2 {
    width: auto;
    height: 200px;
  }

  #sp-image-5 {
    width: auto;
    height: 200px;
  }

  #sp-image-9 {
    width: auto;
    height: 200px;
  }

  #sp-page-title-6 {
    width: 727px;
  }

  #sp-photo-motion-1 {
  }

  #sp-site-branding2-1 > .site-title {
    width: 306px;
    height: 59px;
    top: auto;
    bottom: 45px;
    right: auto;
    left: 999px;
  }

  #sp-table-1 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 568px) {
  #sp-google-map-1 {
    width: 400px;
    min-height: 350px;
  }

  #sp-image-1 {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 100%;
  }

  #sp-site-branding2-1 > .site-title {
    width: 314px;
    height: 52px;
  }

  #sp-table-1 {
    margin-top: 5px;
    width: auto;
  }

  #sp-table-2 {
    width: auto;
  }
}
