
html{
  font-size: 62.5%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
  display: block;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table{
  margin-top: 0;
  box-sizing: border-box;
}

ul{
  margin: 0;
  box-sizing: border-box;
}

nav{
  box-sizing: border-box;
}

/* body */

body {
  text-align: left;
  padding:0px;
  margin:0px;
  word-wrap: break-word;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.5;
}

#content {
  position: relative;
}

/* Parts */

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

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

/* copyright */

.hpb-copyright {
  display: block;
  text-align: center;
}

/* layout */

/*追加*/
#main {
   overflow: hidden;
   padding: 0;
   margin: 0 auto;
}

#main:after {
  clear: both;
  display: table;
  content: "";
}

/*追加*/
#colophon {
  padding: 0px;
  padding-top: 30px;
  width:100%;
  margin: 0 auto;
}
#sidebar1, #sidebar2 {
  float: none;
  width: auto;
  padding: 0px;
  box-sizing:border-box;
}

/*---*/

#primary
{
  margin-top:0;
}

#breadcrumb-list {
  clear: both;
}

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

/* table */
th {
  text-align: left;
}

table.sp-part-top {
  margin: 5px auto;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
table > tbody > tr > th, table > tbody > tr > td {
padding: 5px 8px;
}

/* Yahoo!ロコ-地図, Googleマップ */

div[data-hpbmap] {
  word-wrap: normal;
  max-width: 100%;
}

div[data-hpbmap] img {
  max-width: none !important;
}

/* WordPress投稿 */

.entry-content .alignleft,
.comment-content .alignleft {
  float: left;
}
.entry-content .alignright,
.comment-content .alignright {
  float: right;
}
.entry-content .aligncenter,
.comment-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content:after,
.comment-content:after {
  display: table;
  clear: both;
  content: "";
}

/* 追加 */

@media screen and (max-width: 568px){

  * {
    box-sizing: border-box;
  }
  body {
    min-width: 100%;
  }

  #masthead {
    position: static;
  }
  #primary, #main-inner, #contenthead, #content {
    float: none;
    width: 100%;
  }
  #main,#content {
    width: 100%;
    padding: 0;
  }
  #main-inner {
    padding: 10px;
  }

  #sidebar1, #sidebar2 {
    float: none;
    width: auto;
    padding: 10px;
    box-sizing:border-box;
  }

  #colophon {
    padding: 10px;
  }

  embed {
    max-width: 100%;
  }
}

#colophon {
  background-color : #58bb4d;
}

.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> .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"] {
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

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

.sp-form textarea[name="message"] {
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  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.masonry> ul> li {
  height : auto !important;
}

.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;
  line-height : 17px;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
}

.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 : #6bbb21;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:active {
  color : #6bbb21;
  text-decoration : underline;
}

a:focus {
  color : #6bbb21;
  text-decoration : underline;
}

a:hover {
  color : #6bbb21;
  text-decoration : underline;
}

a:link {
  color : #6bbb21;
}

a:visited {
  color : #6bbb21;
}

body {
  color : #5c5c5c;
  background-color : #ffffff;
  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;
}

@media not screen, screen and (min-width: 569px) {

  #colophon {
    padding-top : 35px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 35px;
    margin-top : 20px;
  }

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

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

  #masthead {
    margin-bottom : 10px;
    min-height : 133px;
  }

  #primary {
    margin-top : 0px;
  }

  .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 : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .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) {

  #primary {
    width : 745px;
    float : left;
  }

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

@media screen and (max-width: 568px) {

  #colophon {
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    width : 100%;
    box-sizing : border-box;
  }

  #colophon .inner-box {
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

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

#sp-image-3, #sp-image-37, #sp-image-38, #sp-image-39, #sp-image-4, #sp-image-40, #sp-image-41, #sp-image-5, #sp-image-6 {
  text-decoration : none;
  border-top-width : 5px;
  border-left-width : 5px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #868686;
  border-left-color : #868686;
  border-right-color : #868686;
  border-bottom-color : #868686;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  max-width : 100%;
}

#sp-image-18, #sp-image-19, #sp-image-2, #sp-image-20, #sp-image-21, #sp-image-22, #sp-image-23, #sp-image-29, #sp-image-8 {
  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 3px 4px rgba(0, 0, 0, 0.5);
  max-width : 100%;
}

#sp-image-1, #sp-image-10, #sp-image-11, #sp-image-12, #sp-image-13, #sp-image-14, #sp-image-15, #sp-image-16, #sp-image-17, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-28, #sp-image-30, #sp-image-31, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-35, #sp-image-36, #sp-image-42, #sp-image-43, #sp-image-44, #sp-image-49, #sp-image-9 {
  max-width : 100%;
}

#sp-image-45, #sp-image-46, #sp-image-47, #sp-image-48, #sp-image-7 {
  text-decoration : none;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #9d9d9d;
  border-left-color : #9d9d9d;
  border-right-color : #9d9d9d;
  border-bottom-color : #9d9d9d;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  max-width : 100%;
}

#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-14> h1, #sp-page-title-15> h1, #sp-page-title-16> 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;
  font-weight : bold;
  color : #5c5c5c;
  background-image : url(img/pagetitle1-bg.png),url(img/pagetitle1-bg2.png);
  background-repeat : no-repeat,repeat-x;
  padding-top : 18px;
  padding-left : 50px;
  padding-right : 15px;
  padding-bottom : 12px;
}

#sp-form-1 input {
  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 : 90%;
}

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

#sp-form-1 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-1 table {
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #e6e6e6;
  border-left-color : #e6e6e6;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

#sp-form-1 td {
  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 : #e6e6e6;
  border-bottom-color : #e6e6e6;
  width : auto;
}

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

#sp-form-1 textarea[name="message"] {
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  height : 150px;
}

#sp-form-1 th {
  font-weight : normal;
  background-color : #f9f9f9;
  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 : #e6e6e6;
  border-bottom-color : #e6e6e6;
  width : auto;
  min-width : 50px;
}

@media screen and (max-width: 568px) {

  #sp-form-1 input {
    width : 90%;
  }

  #sp-form-1 input[type="submit"] {
    margin-bottom : 25px;
  }

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

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

  #sp-form-1 textarea {
    width : 90%;
  }

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

#sp-site-navigation-1 {
  font-size : 1.3rem;
  color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 30px;
}

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

#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;
  list-style-type : none;
  list-style-position : outside;
}

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

#sp-site-navigation-1 ul ul {
  background-color : #ffffff;
  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 : #6bbb21;
  border-left-color : #6bbb21;
  border-right-color : #6bbb21;
  border-bottom-color : #6bbb21;
  width : auto;
  min-width : 150px;
  display : none;
  position : absolute;
  top : 100%;
  left : 0px;
  z-index : 9999;
}

#sp-site-navigation-1 ul ul li {
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 100%;
  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;
  background-color : #6bbb21;
  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 {
  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 {
  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 {
  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 {
  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> ul {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #56b54b;
  border-bottom-color : #56b54b;
  width : auto;
  list-style-type : none;
  list-style-position : outside;
}

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

#sp-site-navigation-1> ul> li {
  margin-bottom : 8px;
  float : left;
}

#sp-site-navigation-1> ul> li.current-menu-ancestor> a {
  font-weight : bold;
  border-bottom-color : #6bbb21;
}

#sp-site-navigation-1> ul> li.current-menu-item> a {
  font-weight : bold;
  border-bottom-color : #6bbb21;
}

#sp-site-navigation-1> ul> li.current_page_ancestor> a {
  font-weight : bold;
  border-bottom-color : #6bbb21;
}

#sp-site-navigation-1> ul> li.current_page_item> a {
  font-weight : bold;
  border-bottom-color : #6bbb21;
}

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

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

#sp-site-navigation-1> ul> li> a {
  font-weight : bold;
  color : #003300;
  text-decoration : none;
  padding-top : 1.2em;
  padding-left : 1em;
  padding-right : 1em;
  padding-bottom : 1em;
  border-bottom-width : 2px;
  border-bottom-style : dashed;
  border-bottom-color : transparent;
  display : block;
}

#sp-site-navigation-1> ul> li> a:hover {
  font-weight : bold;
  color : #003300;
  text-decoration : none;
  border-bottom-color : #6bbb21;
  display : block;
}

@media screen and (max-width: 568px) {

  #sp-site-navigation-1 {
    background-color : #ffffff;
    background-image : none;
    padding-top : 0px;
    position : relative;
  }

  #sp-site-navigation-1 .menu-toggle {
    background-color : #6bbb21;
    background-image : url(img/icon-menu.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 : rgba(255, 255, 255, 0.8);
    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 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 : #eeeeee;
    width : auto;
    float : none;
  }

  #sp-site-navigation-1 ul li a {
    line-height : 24px;
    background-repeat : no-repeat;
    background-position : 5px 12px;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    height : auto;
    float : none;
  }

  #sp-site-navigation-1 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-1 ul ul li {
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #eeeeee;
  }

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

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

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

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

  #sp-site-navigation-1.button-menu> 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.current-menu-ancestor> a {
    font-weight : bold;
    color : #000000;
    text-decoration : none;
    border-bottom-width : 2px;
    border-bottom-style : dashed;
    border-bottom-color : #6bbb21;
    display : block;
  }

  #sp-site-navigation-1> ul> li.current-menu-item> a {
    font-weight : bold;
    color : #000000;
    text-decoration : none;
    border-bottom-width : 2px;
    border-bottom-style : dashed;
    border-bottom-color : #6bbb21;
    display : block;
  }

  #sp-site-navigation-1> ul> li.current_page_ancestor> a {
    font-weight : bold;
    color : #000000;
    text-decoration : none;
    border-bottom-width : 2px;
    border-bottom-style : dashed;
    border-bottom-color : #6bbb21;
    display : block;
  }

  #sp-site-navigation-1> ul> li.current_page_item> a {
    font-weight : bold;
    color : #000000;
    text-decoration : none;
    border-bottom-width : 2px;
    border-bottom-style : dashed;
    border-bottom-color : #6bbb21;
    display : block;
  }

  #sp-site-navigation-1> ul> li> a {
    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 {
    font-weight : bold;
    color : #000000;
    text-decoration : none;
    border-bottom-width : 2px;
    border-bottom-style : dashed;
    border-bottom-color : #6bbb21;
    display : block;
  }
}

#content.page-access #page-content .large, #content.page-contact #page-content .large, #content.page-custom #page-content .large, #content.page-custom1 #page-content .large, #content.page-custom2 #page-content .large, #content.page-custom3 #page-content .large, #content.page-custom4 #page-content .large, #content.page-custom5 #page-content .large, #content.page-custom6 #page-content .large, #content.page-custom7 #page-content .large, #content.page-custom8 #page-content .large, #content.page-custom9 #page-content .large, #content.page-facilities #page-content .large, #content.page-guide #page-content .large, #content.page-info #page-content .large, #content.page-policy #page-content .large, #content.page-toppage #page-content .large, #sp-block-container-1 .large, #sp-block-container-2 .large, #sp-block-container-3 .large, #sp-block-container-4 .large {
  font-size : 1.5rem;
}

#content.page-access #page-content .medium, #content.page-contact #page-content .medium, #content.page-custom #page-content .medium, #content.page-custom1 #page-content .medium, #content.page-custom2 #page-content .medium, #content.page-custom3 #page-content .medium, #content.page-custom4 #page-content .medium, #content.page-custom5 #page-content .medium, #content.page-custom6 #page-content .medium, #content.page-custom7 #page-content .medium, #content.page-custom8 #page-content .medium, #content.page-custom9 #page-content .medium, #content.page-facilities #page-content .medium, #content.page-guide #page-content .medium, #content.page-info #page-content .medium, #content.page-policy #page-content .medium, #content.page-toppage #page-content .medium, #sp-block-container-1 .medium, #sp-block-container-2 .medium, #sp-block-container-3 .medium, #sp-block-container-4 .medium {
  font-size : 1.4rem;
}

#content.page-access #page-content .small, #content.page-contact #page-content .small, #content.page-custom #page-content .small, #content.page-custom1 #page-content .small, #content.page-custom2 #page-content .small, #content.page-custom3 #page-content .small, #content.page-custom4 #page-content .small, #content.page-custom5 #page-content .small, #content.page-custom6 #page-content .small, #content.page-custom7 #page-content .small, #content.page-custom8 #page-content .small, #content.page-custom9 #page-content .small, #content.page-facilities #page-content .small, #content.page-guide #page-content .small, #content.page-info #page-content .small, #content.page-policy #page-content .small, #content.page-toppage #page-content .small, #sp-block-container-1 .small, #sp-block-container-2 .small, #sp-block-container-3 .small, #sp-block-container-4 .small {
  font-size : 1.2rem;
}

#content.page-access #page-content .x-large, #content.page-contact #page-content .x-large, #content.page-custom #page-content .x-large, #content.page-custom1 #page-content .x-large, #content.page-custom2 #page-content .x-large, #content.page-custom3 #page-content .x-large, #content.page-custom4 #page-content .x-large, #content.page-custom5 #page-content .x-large, #content.page-custom6 #page-content .x-large, #content.page-custom7 #page-content .x-large, #content.page-custom8 #page-content .x-large, #content.page-custom9 #page-content .x-large, #content.page-facilities #page-content .x-large, #content.page-guide #page-content .x-large, #content.page-info #page-content .x-large, #content.page-policy #page-content .x-large, #content.page-toppage #page-content .x-large, #sp-block-container-1 .x-large, #sp-block-container-2 .x-large, #sp-block-container-3 .x-large, #sp-block-container-4 .x-large {
  font-size : 1.8rem;
}

#content.page-access #page-content .x-small, #content.page-contact #page-content .x-small, #content.page-custom #page-content .x-small, #content.page-custom1 #page-content .x-small, #content.page-custom2 #page-content .x-small, #content.page-custom3 #page-content .x-small, #content.page-custom4 #page-content .x-small, #content.page-custom5 #page-content .x-small, #content.page-custom6 #page-content .x-small, #content.page-custom7 #page-content .x-small, #content.page-custom8 #page-content .x-small, #content.page-custom9 #page-content .x-small, #content.page-facilities #page-content .x-small, #content.page-guide #page-content .x-small, #content.page-info #page-content .x-small, #content.page-policy #page-content .x-small, #content.page-toppage #page-content .x-small, #sp-block-container-1 .x-small, #sp-block-container-2 .x-small, #sp-block-container-3 .x-small, #sp-block-container-4 .x-small {
  font-size : 1.1rem;
}

#content.page-access #page-content .xx-large, #content.page-contact #page-content .xx-large, #content.page-custom #page-content .xx-large, #content.page-custom1 #page-content .xx-large, #content.page-custom2 #page-content .xx-large, #content.page-custom3 #page-content .xx-large, #content.page-custom4 #page-content .xx-large, #content.page-custom5 #page-content .xx-large, #content.page-custom6 #page-content .xx-large, #content.page-custom7 #page-content .xx-large, #content.page-custom8 #page-content .xx-large, #content.page-custom9 #page-content .xx-large, #content.page-facilities #page-content .xx-large, #content.page-guide #page-content .xx-large, #content.page-info #page-content .xx-large, #content.page-policy #page-content .xx-large, #content.page-toppage #page-content .xx-large, #sp-block-container-1 .xx-large, #sp-block-container-2 .xx-large, #sp-block-container-3 .xx-large, #sp-block-container-4 .xx-large {
  font-size : 2rem;
}

#content.page-access #page-content .xx-small, #content.page-contact #page-content .xx-small, #content.page-custom #page-content .xx-small, #content.page-custom1 #page-content .xx-small, #content.page-custom2 #page-content .xx-small, #content.page-custom3 #page-content .xx-small, #content.page-custom4 #page-content .xx-small, #content.page-custom5 #page-content .xx-small, #content.page-custom6 #page-content .xx-small, #content.page-custom7 #page-content .xx-small, #content.page-custom8 #page-content .xx-small, #content.page-custom9 #page-content .xx-small, #content.page-facilities #page-content .xx-small, #content.page-guide #page-content .xx-small, #content.page-info #page-content .xx-small, #content.page-policy #page-content .xx-small, #content.page-toppage #page-content .xx-small, #sp-block-container-1 .xx-small, #sp-block-container-2 .xx-small, #sp-block-container-3 .xx-small, #sp-block-container-4 .xx-small {
  font-size : 1rem;
}

#content.page-access #page-content em, #content.page-contact #page-content em, #content.page-custom #page-content em, #content.page-custom1 #page-content em, #content.page-custom2 #page-content em, #content.page-custom3 #page-content em, #content.page-custom4 #page-content em, #content.page-custom5 #page-content em, #content.page-custom6 #page-content em, #content.page-custom7 #page-content em, #content.page-custom8 #page-content em, #content.page-custom9 #page-content em, #content.page-facilities #page-content em, #content.page-guide #page-content em, #content.page-info #page-content em, #content.page-policy #page-content em, #content.page-toppage #page-content em, #sp-block-container-1 em, #sp-block-container-2 em, #sp-block-container-3 em, #sp-block-container-4 em {
  font-style : oblique;
  color : #5c5c5c;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #5c5c5c;
}

#content.page-access #page-content h1, #content.page-contact #page-content h1, #content.page-custom #page-content h1, #content.page-custom1 #page-content h1, #content.page-custom2 #page-content h1, #content.page-custom3 #page-content h1, #content.page-custom4 #page-content h1, #content.page-custom5 #page-content h1, #content.page-custom6 #page-content h1, #content.page-custom7 #page-content h1, #content.page-custom8 #page-content h1, #content.page-custom9 #page-content h1, #content.page-facilities #page-content h1, #content.page-guide #page-content h1, #content.page-info #page-content h1, #content.page-policy #page-content h1, #content.page-toppage #page-content h1, #sp-block-container-1 h1, #sp-block-container-2 h1, #sp-block-container-3 h1, #sp-block-container-4 h1 {
  font-size : 2.4rem;
  text-align : left;
}

#content.page-access #page-content h2, #content.page-contact #page-content h2, #content.page-custom #page-content h2, #content.page-custom1 #page-content h2, #content.page-custom2 #page-content h2, #content.page-custom3 #page-content h2, #content.page-custom4 #page-content h2, #content.page-custom5 #page-content h2, #content.page-custom6 #page-content h2, #content.page-custom7 #page-content h2, #content.page-custom8 #page-content h2, #content.page-custom9 #page-content h2, #content.page-facilities #page-content h2, #content.page-guide #page-content h2, #content.page-info #page-content h2, #content.page-policy #page-content h2, #content.page-toppage #page-content h2, #sp-block-container-1 h2, #sp-block-container-2 h2, #sp-block-container-3 h2, #sp-block-container-4 h2 {
  font-size : 2.1rem;
}

#content.page-access #page-content h3, #content.page-contact #page-content h3, #content.page-custom #page-content h3, #content.page-custom1 #page-content h3, #content.page-custom2 #page-content h3, #content.page-custom3 #page-content h3, #content.page-custom4 #page-content h3, #content.page-custom5 #page-content h3, #content.page-custom6 #page-content h3, #content.page-custom7 #page-content h3, #content.page-custom8 #page-content h3, #content.page-custom9 #page-content h3, #content.page-facilities #page-content h3, #content.page-guide #page-content h3, #content.page-info #page-content h3, #content.page-policy #page-content h3, #content.page-toppage #page-content h3, #sp-block-container-1 h3, #sp-block-container-2 h3, #sp-block-container-3 h3, #sp-block-container-4 h3 {
  font-size : 1.8rem;
  text-align : left;
  margin-top : 10px;
  margin-bottom : 1em;
  clear : both;
}

#content.page-access #page-content h4, #content.page-contact #page-content h4, #content.page-custom #page-content h4, #content.page-custom1 #page-content h4, #content.page-custom2 #page-content h4, #content.page-custom3 #page-content h4, #content.page-custom4 #page-content h4, #content.page-custom5 #page-content h4, #content.page-custom6 #page-content h4, #content.page-custom7 #page-content h4, #content.page-custom8 #page-content h4, #content.page-custom9 #page-content h4, #content.page-facilities #page-content h4, #content.page-guide #page-content h4, #content.page-info #page-content h4, #content.page-policy #page-content h4, #content.page-toppage #page-content h4, #sp-block-container-1 h4, #sp-block-container-2 h4, #sp-block-container-3 h4, #sp-block-container-4 h4 {
  font-size : 1.5rem;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  clear : both;
}

#content.page-access #page-content h5, #content.page-contact #page-content h5, #content.page-custom #page-content h5, #content.page-custom1 #page-content h5, #content.page-custom2 #page-content h5, #content.page-custom3 #page-content h5, #content.page-custom4 #page-content h5, #content.page-custom5 #page-content h5, #content.page-custom6 #page-content h5, #content.page-custom7 #page-content h5, #content.page-custom8 #page-content h5, #content.page-custom9 #page-content h5, #content.page-facilities #page-content h5, #content.page-guide #page-content h5, #content.page-info #page-content h5, #content.page-policy #page-content h5, #content.page-toppage #page-content h5, #sp-block-container-1 h5, #sp-block-container-2 h5, #sp-block-container-3 h5, #sp-block-container-4 h5 {
  font-size : 1.3rem;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

#content.page-access #page-content h6, #content.page-contact #page-content h6, #content.page-custom #page-content h6, #content.page-custom1 #page-content h6, #content.page-custom2 #page-content h6, #content.page-custom3 #page-content h6, #content.page-custom4 #page-content h6, #content.page-custom5 #page-content h6, #content.page-custom6 #page-content h6, #content.page-custom7 #page-content h6, #content.page-custom8 #page-content h6, #content.page-custom9 #page-content h6, #content.page-facilities #page-content h6, #content.page-guide #page-content h6, #content.page-info #page-content h6, #content.page-policy #page-content h6, #content.page-toppage #page-content h6, #sp-block-container-1 h6, #sp-block-container-2 h6, #sp-block-container-3 h6, #sp-block-container-4 h6 {
  font-size : 1.2rem;
}

#content.page-access #page-content hr, #content.page-contact #page-content hr, #content.page-custom #page-content hr, #content.page-custom1 #page-content hr, #content.page-custom2 #page-content hr, #content.page-custom3 #page-content hr, #content.page-custom4 #page-content hr, #content.page-custom5 #page-content hr, #content.page-custom6 #page-content hr, #content.page-custom7 #page-content hr, #content.page-custom8 #page-content hr, #content.page-custom9 #page-content hr, #content.page-facilities #page-content hr, #content.page-guide #page-content hr, #content.page-info #page-content hr, #content.page-policy #page-content hr, #content.page-toppage #page-content hr, #sp-block-container-1 hr, #sp-block-container-2 hr, #sp-block-container-3 hr, #sp-block-container-4 hr {
  color : #a0a0a0;
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  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 : #a0a0a0;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

#content.page-access #page-content p, #content.page-contact #page-content p, #content.page-custom #page-content p, #content.page-custom1 #page-content p, #content.page-custom2 #page-content p, #content.page-custom3 #page-content p, #content.page-custom4 #page-content p, #content.page-custom5 #page-content p, #content.page-custom6 #page-content p, #content.page-custom7 #page-content p, #content.page-custom8 #page-content p, #content.page-custom9 #page-content p, #content.page-facilities #page-content p, #content.page-guide #page-content p, #content.page-info #page-content p, #content.page-policy #page-content p, #content.page-toppage #page-content p, #sp-block-container-1 p, #sp-block-container-2 p, #sp-block-container-3 p, #sp-block-container-4 p {
  font-size : 1.3rem;
  line-height : 1.4;
  color : #5c5c5c;
  text-align : left;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

#content.page-access #page-content p.indent, #content.page-contact #page-content p.indent, #content.page-custom #page-content p.indent, #content.page-custom1 #page-content p.indent, #content.page-custom2 #page-content p.indent, #content.page-custom3 #page-content p.indent, #content.page-custom4 #page-content p.indent, #content.page-custom5 #page-content p.indent, #content.page-custom6 #page-content p.indent, #content.page-custom7 #page-content p.indent, #content.page-custom8 #page-content p.indent, #content.page-custom9 #page-content p.indent, #content.page-facilities #page-content p.indent, #content.page-guide #page-content p.indent, #content.page-info #page-content p.indent, #content.page-policy #page-content p.indent, #content.page-toppage #page-content p.indent, #sp-block-container-1 p.indent, #sp-block-container-2 p.indent, #sp-block-container-3 p.indent, #sp-block-container-4 p.indent {
  padding-left : 5px;
}

#content.page-access #page-content strong, #content.page-contact #page-content strong, #content.page-custom #page-content strong, #content.page-custom1 #page-content strong, #content.page-custom2 #page-content strong, #content.page-custom3 #page-content strong, #content.page-custom4 #page-content strong, #content.page-custom5 #page-content strong, #content.page-custom6 #page-content strong, #content.page-custom7 #page-content strong, #content.page-custom8 #page-content strong, #content.page-custom9 #page-content strong, #content.page-facilities #page-content strong, #content.page-guide #page-content strong, #content.page-info #page-content strong, #content.page-policy #page-content strong, #content.page-toppage #page-content strong, #sp-block-container-1 strong, #sp-block-container-2 strong, #sp-block-container-3 strong, #sp-block-container-4 strong {
  font-weight : bold;
  color : #5c5c5c;
}

@media screen and (max-width: 568px) {

  #content.page-access #page-content, #content.page-contact #page-content, #content.page-custom #page-content, #content.page-custom1 #page-content, #content.page-custom2 #page-content, #content.page-custom3 #page-content, #content.page-custom4 #page-content, #content.page-custom5 #page-content, #content.page-custom6 #page-content, #content.page-custom7 #page-content, #content.page-custom8 #page-content, #content.page-custom9 #page-content, #content.page-facilities #page-content, #content.page-guide #page-content, #content.page-info #page-content, #content.page-policy #page-content, #content.page-toppage #page-content, #sp-block-container-1, #sp-block-container-2, #sp-block-container-3, #sp-block-container-4 {
  }
}

#sp-site-navigation-2 {
  color : #ffffff;
  background-color : #58bb4d;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 30px;
  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> 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 {
  display : inline;
}

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

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

#sp-site-navigation-2> ul> li> a {
  color : #ffffff;
  text-decoration : none;
}

#sp-site-navigation-2> ul> li> a:hover {
  color : #ffffff;
  text-decoration : underline;
}

@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 {
    display : none;
  }

  #sp-site-navigation-2.button-menu {
    background-color : #58bb4d;
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    position : relative;
  }

  #sp-site-navigation-2.button-menu .menu-toggle {
    background-image : url(img/icon-menu.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;
  }

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

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

#sp-site-branding-1 {
  background-color : #6bbb21;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
  min-height : 133px;
}

#sp-site-branding-1 .inner-box {
  padding-top : 16px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 960px;
}

#sp-site-branding-1 .site-description {
  font-size : 1rem;
  font-weight : normal;
  color : #949494;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 960px;
  height : 3rem;
  float : right;
  display : block;
  position : absolute;
  top : 3rem;
}

#sp-site-branding-1 .site-title {
  margin-top : 10px;
  margin-left : 4px;
  margin-right : 0px;
  margin-bottom : 0px;
  float : left;
  display : block;
  overflow : hidden;
}

#sp-site-branding-1 .site-title a {
  background-image : url(img/header-logo2.png);
  background-repeat : no-repeat;
  text-indent : -9999px;
  width : 470px;
  height : 70px;
  display : block;
}

@media screen and (max-width: 568px) {

  #sp-site-branding-1 {
    margin-bottom : 0px;
    width : 100%;
    overflow : hidden;
  }

  #sp-site-branding-1 .site-description {
    color : #ffffff;
    text-align : center;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    width : 100%;
    float : left;
    position : absolute;
    top : 1rem;
  }

  #sp-site-branding-1 .site-title {
    margin-top : 2rem;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
  }

  #sp-site-branding-1 .site-title a {
    background-image : url(img/header-logo2.png);
    background-size : 300px auto;
  }
}

#sp-table-1 {
  color : #a0a0a0;
}

#sp-table-1 td {
  background-color : #ffffff;
  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 : #a0a0a0;
  border-left-color : #a0a0a0;
  border-right-color : #a0a0a0;
  border-bottom-color : #a0a0a0;
}

#sp-table-1 th {
  color : #ffffff;
  background-color : #000000;
  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 : #a0a0a0;
  border-left-color : #a0a0a0;
  border-right-color : #a0a0a0;
  border-bottom-color : #a0a0a0;
}

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

#sp-table-1> tbody> tr .row-title {
  color : #ffffff;
  background-color : #78cb32;
  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 : #78cb32;
  border-left-color : #78cb32;
  border-right-color : #78cb32;
  border-bottom-color : #78cb32;
}

@media screen and (max-width: 568px) {

  #sp-table-1 {
    width : 100%;
  }
}

#breadcrumb-list {
  margin-bottom : 10px;
}

#breadcrumb-list a {
  color : #6bbb21;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

#breadcrumb-list a:active {
  color : #6bbb21;
  text-decoration : underline;
}

#breadcrumb-list a:focus {
  color : #6bbb21;
  text-decoration : underline;
}

#breadcrumb-list a:hover {
  color : #6bbb21;
  text-decoration : underline;
}

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

@media screen and (max-width: 568px) {

  #breadcrumb-list {
    padding-left : 10px;
    padding-right : 10px;
  }
}

#sp-table-4 {
  font-size : 1.4rem;
  color : #3f3f3f;
  background-color : #ffffff;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-4 td {
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  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 : #02c10f;
  border-left-color : #02c10f;
  border-right-color : #02c10f;
  border-bottom-color : #02c10f;
  display : table-cell;
}

#sp-table-4 th {
  color : #666666;
  background-color : #d5efcb;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  min-width : 40px;
  display : table-cell;
}

#sp-table-4> tbody> tr .col-title {
  color : #666666;
  background-color : #d5efcb;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  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 : #02c10f;
  border-left-color : #02c10f;
  border-right-color : #02c10f;
  border-bottom-color : #02c10f;
}

#sp-table-4> tbody> tr .row-title {
  color : #666666;
  background-color : #d5efcb;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  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 : #02c10f;
  border-left-color : #02c10f;
  border-right-color : #02c10f;
  border-bottom-color : #02c10f;
}

@media screen and (max-width: 568px) {

  #sp-table-4 {
    width : 100%;
  }
}

#sp-table-2, #sp-table-3, #sp-table-5, #sp-table-6 {
  font-size : 1.4rem;
  color : #333333;
  border-collapse : collapse;
}

#sp-table-2 td, #sp-table-3 td, #sp-table-5 td, #sp-table-6 td {
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  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 : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

#sp-table-2 th, #sp-table-3 th, #sp-table-5 th, #sp-table-6 th {
  color : #666666;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  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 : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
  min-width : 60px;
}

#sp-table-2> tbody> tr .col-title, #sp-table-3> tbody> tr .col-title, #sp-table-5> tbody> tr .col-title, #sp-table-6> tbody> tr .col-title {
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
}

#sp-table-2> tbody> tr .row-title, #sp-table-3> tbody> tr .row-title, #sp-table-5> tbody> tr .row-title, #sp-table-6> tbody> tr .row-title {
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  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 : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

@media screen and (max-width: 568px) {

  #sp-table-2, #sp-table-3, #sp-table-5, #sp-table-6 {
    width : 100%;
  }
}

#sp-definition-list-2 {
  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%;
  list-style-type : none;
}

#sp-definition-list-2 dd {
  padding-top : 1px;
  padding-left : 16px;
  padding-right : 0px;
  padding-bottom : 7px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-definition-list-2 dt {
  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-definition-list-2> dd {
  color : #333333;
}

#sp-definition-list-2> dt {
  font-weight : bold;
  color : #333333;
}

#sp-definition-list-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;
  width : 100%;
  list-style-type : none;
}

#sp-definition-list-1 dd {
  padding-top : 0px;
  padding-left : 4px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 16px;
  margin-right : 0px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #f09654;
}

#sp-definition-list-1 dt {
  font-weight : bold;
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-left-width : 20px;
  border-left-style : solid;
  border-left-color : #f09654;
}

#sp-definition-list-1> dd {
  color : #333333;
}

#sp-definition-list-1> dt {
  color : #333333;
}

#content.page-toppage #page-content {
  border-top-left-radius : 100px 100px;
  border-top-right-radius : 100px 100px;
  border-bottom-right-radius : 100px 100px;
  border-bottom-left-radius : 100px 100px;
}

#sp-site-branding-1> .inner-box> .site-title> a {
  background-image : url(img/header-logo28.png);
}

#sp-site-navigation-1> ul> li> a {
  font-size : 1.8rem;
}

@media not screen, screen and (min-width: 569px) {

  #sp-block-container-1 {
    margin-top : -2px;
    margin-left : auto;
    margin-right : auto;
    width : 744px;
    min-height : 2910px;
  }

  #sp-block-container-4 {
    width : 960px;
    min-height : 663px;
  }

  #sp-google-map-1 {
    width : 400px;
    min-height : 350px;
  }

  #sp-google-map-2 {
    width : 400px;
    min-height : 350px;
  }

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

  #sp-image-1 {
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 10px;
    width : 745px;
    height : 488px;
  }

  #sp-image-10 {
    width : 289px;
    height : 79px;
  }

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

  #sp-image-12 {
    width : 288px;
    height : 74px;
  }

  #sp-image-13 {
    width : 289px;
    height : 77px;
  }

  #sp-image-14 {
    width : 288px;
    height : 78px;
  }

  #sp-image-15 {
    width : 445px;
    height : 139px;
  }

  #sp-image-16 {
    width : 943px;
    height : 38px;
  }

  #sp-image-18 {
    width : 192px;
    height : 256px;
  }

  #sp-image-19 {
    width : 255px;
    height : 191px;
  }

  #sp-image-2 {
    width : 311px;
    height : 189px;
  }

  #sp-image-20 {
    margin-bottom : 3px;
    width : 240px;
    height : 180px;
  }

  #sp-image-21 {
    width : 197px;
    height : 147px;
  }

  #sp-image-22 {
    width : 195px;
    height : 146px;
  }

  #sp-image-23 {
    width : 195px;
    height : 146px;
  }

  #sp-image-24 {
    width : 112px;
    height : 112px;
  }

  #sp-image-25 {
    width : 300px;
    height : 222px;
  }

  #sp-image-26 {
    width : 300px;
    height : 180px;
  }

  #sp-image-27 {
    width : 952px;
    height : 38px;
  }

  #sp-image-29 {
    width : 444px;
    height : 613px;
  }

  #sp-image-3 {
    width : 180px;
    height : 166px;
  }

  #sp-image-30 {
    width : 973px;
    height : 39px;
  }

  #sp-image-31 {
    width : 953px;
    height : 38px;
  }

  #sp-image-32 {
    width : 231px;
    height : 180px;
  }

  #sp-image-33 {
    width : 957px;
    height : 38px;
  }

  #sp-image-34 {
    width : 144px;
    height : 203px;
  }

  #sp-image-35 {
    width : 203px;
    height : 138px;
  }

  #sp-image-36 {
    width : 184px;
    height : 142px;
  }

  #sp-image-37 {
    margin-top : 1px;
    margin-right : 7px;
    margin-bottom : 5px;
    width : 165px;
    height : 149px;
  }

  #sp-image-38 {
    width : 165px;
    height : 146px;
  }

  #sp-image-39 {
    width : 170px;
    height : 159px;
  }

  #sp-image-4 {
    width : 180px;
    height : 156px;
  }

  #sp-image-40 {
    width : 163px;
    height : 155px;
  }

  #sp-image-41 {
    width : 161px;
    height : 146px;
  }

  #sp-image-42 {
    width : 962px;
    height : 38px;
  }

  #sp-image-43 {
    width : 959px;
    height : 38px;
  }

  #sp-image-44 {
    width : 958px;
    height : 38px;
  }

  #sp-image-45 {
    width : 96px;
    height : 127px;
  }

  #sp-image-46 {
    width : 166px;
    height : 127px;
  }

  #sp-image-47 {
    width : 193px;
    height : 147px;
  }

  #sp-image-48 {
    width : 205px;
    height : 158px;
  }

  #sp-image-49 {
    width : 203px;
    height : 187px;
  }

  #sp-image-5 {
    width : 169px;
    height : 157px;
  }

  #sp-image-6 {
    width : 179px;
    height : 162px;
  }

  #sp-image-7 {
    width : 462px;
    height : 653px;
  }

  #sp-image-8 {
    width : 433px;
    height : 433px;
  }

  #sp-image-9 {
    width : 291px;
    height : 78px;
  }

  #sp-page-title-7 {
    width : 959px;
    min-height : 63px;
  }

  #sp-site-navigation-1 {
    margin-bottom : 71px;
    width : 964px;
    min-height : 59px;
  }

  #sp-site-navigation-2 {
    width : 937px;
    min-height : 37px;
  }

  #sp-table-3 {
    width : 766px;
  }

  #sp-table-5 {
    width : 718px;
  }

  #sp-table-6 {
    width : 718px;
  }
}

@media screen and (max-width: 568px) {

  #sp-google-map-1 {
    width : 400px;
    min-height : 350px;
  }

  #sp-google-map-2 {
    width : 400px;
    min-height : 350px;
  }

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

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