#colophon {
}

#content{
  min-height : 50px;
}

#contenthead {
}

#masthead {
}

.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{
  border-bottom-color : initial;
  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"]{
  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;
  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.grid > ul > li{
  overflow : hidden;
}

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

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

a:active{
  color : #3c3f53;
  text-decoration : none;
}

a:focus{
  color : #3c3f53;
  text-decoration : underline;
}

a:link{
  color : #3c3f53;
  text-decoration : none;
}

a:visited{
  color : #3c3f53;
  text-decoration : none;
}

a:hover{
  color : #3c3f53;
  text-decoration : underline;
}

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 1.5rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  font-weight : bold;
  line-height : 1.5;
  color : #fa6900;
  background-color : #f7ebce;
  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 : 25px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 10px;
    margin-top : 20px;
  }

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

  #content{
    min-height : 50px;
  }

  #contenthead{
    margin-bottom : 20px;
  }

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

  #masthead{
    margin-bottom : 20px;
  }

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

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

  #sidebar2 {
  }

  .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{
    border-bottom-color : initial;
    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 : 900px;
  }
}

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

  #content{
    width : 900px;
  }

  #contenthead{
    width : 900px;
  }
}

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

  #colophon{
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
  }

  #content{
    min-height : 50px;
  }

  *{
    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{
    border-bottom-color : initial;
    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-color : initial;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    border-bottom-color : initial;
    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;
  }

  embed{
    max-width : 100%;
  }
}

.page-info#content #page-content > .large{
  font-size : 1.5em;
}

.page-info#content #page-content > .medium{
  font-size : 1em;
}

.page-info#content #page-content > .x-large{
  font-size : 2em;
}

.page-info#content #page-content > .x-small{
  font-size : 0.8em;
}

.page-info#content #page-content > .xx-large{
  font-size : 3em;
}

.page-info#content #page-content > .xx-small{
  font-size : 0.7em;
}

.page-info#content #page-content > a:link{
  color : #3e9d84;
  text-decoration : underline;
}

.page-info#content #page-content > em{
  font-style : oblique;
  color : #3e9d84;
}

.page-info#content #page-content > h1{
  color : #225e4e;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
}

.page-info#content #page-content > h2{
  color : #225e4e;
  padding-top : 11px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #225e4e;
}

.page-info#content #page-content > h3{
  font-size : 1.2em;
  font-weight : normal;
  color : #225e4e;
  padding-top : 7px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #225e4e;
  clear : both;
}

.page-info#content #page-content > h4{
  font-size : 1.1em;
  color : #225e4e;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  clear : both;
}

.page-info#content #page-content > h5{
  font-size : 1em;
  font-weight : normal;
  color : #225e4e;
  background-color : #f2f2f2;
  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;
  padding-top : 15px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 15px;
  clear : both;
}

.page-info#content #page-content > h6{
  font-size : 0.8em;
  color : #3e9d84;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #3e9d84;
}

.page-info#content #page-content > p{
  line-height : 2;
  color : #808080;
  text-align : left;
  margin-top : 1em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 1em;
}

.page-info#content #page-content > p.indent{
  padding-left : 20px;
}

.page-info#content #page-content > p.small{
  font-size : 0.9em;
}

.page-info#content #page-content > strong{
  font-weight : bold;
  color : #3e9d84;
}

.page-access#content #page-content > .large{
  font-size : 1.5em;
}

.page-access#content #page-content > .medium{
  font-size : 1em;
}

.page-access#content #page-content > .x-large{
  font-size : 2em;
}

.page-access#content #page-content > .x-small{
  font-size : 0.8em;
}

.page-access#content #page-content > .xx-large{
  font-size : 3em;
}

.page-access#content #page-content > .xx-small{
  font-size : 0.7em;
}

.page-access#content #page-content > em{
  font-style : oblique;
  color : #cc4672;
}

.page-access#content #page-content > h1{
  color : #515151;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 0px;
  padding-bottom : 11px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #eb6877;
  border-bottom-color : #eb6877;
}

.page-access#content #page-content > h2{
  color : #ffffff;
  background-color : #eb6877;
  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;
  padding-top : 6px;
  padding-left : 21px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #85474f;
}

.page-access#content #page-content > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #eea4ad;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #eb707e;
  border-bottom-color : #eb707e;
  clear : both;
}

.page-access#content #page-content > h4{
  font-size : 1.2em;
  color : #515151;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 3px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #eb6877;
  clear : both;
}

.page-access#content #page-content > h5{
  font-size : 1em;
  color : #515151;
  background-color : #eea4ad;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 7px;
  clear : both;
}

.page-access#content #page-content > h6{
  font-size : 1em;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #eb6877;
}

.page-access#content #page-content > p{
  line-height : 1.4;
  color : #515151;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.5em;
}

.page-access#content #page-content > p.indent{
  padding-left : 15px;
}

.page-access#content #page-content > p.small{
  font-size : 0.9em;
}

.page-access#content #page-content > strong{
  font-weight : bold;
  color : #515151;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #eea4ad;
}

.page-guide1#content #page-content > .large{
  font-size : 1.5em;
}

.page-guide1#content #page-content > .medium{
  font-size : 1em;
}

.page-guide1#content #page-content > .x-large{
  font-size : 2em;
}

.page-guide1#content #page-content > .x-small{
  font-size : 0.8em;
}

.page-guide1#content #page-content > .xx-large{
  font-size : 3em;
}

.page-guide1#content #page-content > .xx-small{
  font-size : 0.7em;
}

.page-guide1#content #page-content > a:link{
  color : #2761c6;
  text-decoration : underline;
}

.page-guide1#content #page-content > em{
  font-style : oblique;
  color : #2761c6;
}

.page-guide1#content #page-content > h1{
  color : #333333;
  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;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #213860;
  border-bottom-color : #cccccc;
}

.page-guide1#content #page-content > h2{
  color : #333333;
  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;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-top-width : 5px;
  border-bottom-width : 1px;
  border-top-style : double;
  border-bottom-style : dotted;
  border-top-color : #213860;
  border-bottom-color : #cccccc;
}

.page-guide1#content #page-content > h3{
  font-size : 1.3em;
  color : #333333;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #213860;
  border-bottom-color : #cccccc;
  clear : both;
}

.page-guide1#content #page-content > h4{
  font-size : 1.2em;
  color : #333333;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #213860;
  clear : both;
}

.page-guide1#content #page-content > h5{
  font-size : 1em;
  color : #333333;
  background-color : #b4d6fa;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 7px;
  clear : both;
}

.page-guide1#content #page-content > h6{
  font-size : 1em;
  color : #333333;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #213860;
}

.page-guide1#content #page-content > p{
  line-height : 1.6;
  color : #333333;
  text-align : left;
  margin-top : 0.8em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.8em;
}

.page-guide1#content #page-content > p.indent{
  padding-left : 15px;
}

.page-guide1#content #page-content > p.small{
  font-size : 0.9em;
}

.page-guide1#content #page-content > strong{
  font-weight : bold;
  color : #333333;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #b4d6fa;
}

.page-custom1#content #page-content > .large{
  font-size : 1.5em;
}

.page-custom1#content #page-content > .medium{
  font-size : 1em;
}

.page-custom1#content #page-content > .x-large{
  font-size : 2em;
}

.page-custom1#content #page-content > .x-small{
  font-size : 0.8em;
}

.page-custom1#content #page-content > .xx-large{
  font-size : 3em;
}

.page-custom1#content #page-content > .xx-small{
  font-size : 0.7em;
}

.page-custom1#content #page-content > a:link{
  color : #ed4545;
  text-decoration : underline;
}

.page-custom1#content #page-content > em{
  font-style : oblique;
  color : #ed4545;
}

.page-custom1#content #page-content > h1{
  color : #ffffff;
  background-color : #ffa1a1;
  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;
  padding-top : 11px;
  padding-left : 9px;
  padding-right : 9px;
  padding-bottom : 11px;
  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 : #ffa1a1;
  border-left-color : #ffa1a1;
  border-right-color : #ffa1a1;
  border-bottom-color : #ffa1a1;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

.page-custom1#content #page-content > h2{
  color : #ffffff;
  background-color : #ffa1a1;
  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;
  padding-top : 9px;
  padding-left : 11px;
  padding-right : 10px;
  padding-bottom : 9px;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
}

.page-custom1#content #page-content > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #ed4545;
  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;
  padding-top : 7px;
  padding-left : 11px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  clear : both;
}

.page-custom1#content #page-content > h4{
  font-size : 1.2em;
  color : #333333;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  border-bottom-width : 4px;
  border-bottom-style : double;
  border-bottom-color : #ed4545;
  clear : both;
}

.page-custom1#content #page-content > h5{
  font-size : 1em;
  color : #ffffff;
  background-color : #ffa1a1;
  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;
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 10px;
  clear : both;
}

.page-custom1#content #page-content > h6{
  font-size : 1em;
  font-weight : normal;
  color : #333333;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #ed4545;
}

.page-custom1#content #page-content > p{
  line-height : 1.4;
  color : #333333;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.5em;
}

.page-custom1#content #page-content > p.indent{
  padding-left : 20px;
}

.page-custom1#content #page-content > p.small{
  font-size : 0.9em;
}

.page-custom1#content #page-content > strong{
  font-weight : bold;
  color : #ed4545;
}

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

  #sp-site-branding2-1{
    padding-top : 20px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : auto;
  }

  #sp-site-branding2-1 .extra{
    width : 50%;
    position : absolute;
    top : 45px;
    right : 0px;
  }

  #sp-site-branding2-1 .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-1 .site-description{
    font-size : 1rem;
    font-weight : normal;
    color : #929292;
    text-align : right;
    width : 100%;
    position : absolute;
    top : 15px;
    right : 0px;
  }

  #sp-site-branding2-1 .site-title{
    background-image : url(img/site-logo.png);
    background-repeat : no-repeat;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 430px;
    height : 66px;
    float : left;
    display : block;
  }

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

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

  #sp-site-branding2-1{
    padding-top : 0px;
    width : 100%;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 5px;
    margin-bottom : 0px;
  }

  #sp-site-branding2-1 .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%;
    box-sizing : border-box;
  }

  #sp-site-branding2-1 .site-description{
    margin-top : 10px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 10px;
  }

  #sp-site-branding2-1 .site-title{
    background-image : url(img/site-logo.png);
    background-repeat : no-repeat;
    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%;
    height : 66px;
    float : none;
    overflow : hidden;
  }

  #sp-site-branding2-1 .site-title a{
    padding-top : 66px;
    padding-left : 66px;
    padding-right : 66px;
    padding-bottom : 66px;
    display : block;
  }
}

.page-concept#content #page-content, .page-custom#content #page-content, .page-custom2#content #page-content, .page-custom3#content #page-content, .page-custom4#content #page-content, .page-custom5#content #page-content, .page-custom6#content #page-content, .page-facilities#content #page-content, .page-guide#content #page-content, .page-toppage#content #page-content{
  color : #000000;
  margin-bottom : 20px;
}

.page-concept#content #page-content > h1, .page-custom#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom4#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom6#content #page-content > h1, .page-facilities#content #page-content > h1, .page-guide#content #page-content > h1, .page-toppage#content #page-content > h1{
  font-size : 2rem;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-concept#content #page-content > h2, .page-custom#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom4#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom6#content #page-content > h2, .page-facilities#content #page-content > h2, .page-guide#content #page-content > h2, .page-toppage#content #page-content > h2{
  font-size : 1.8rem;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-concept#content #page-content > h3, .page-custom#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom4#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom6#content #page-content > h3, .page-facilities#content #page-content > h3, .page-guide#content #page-content > h3, .page-toppage#content #page-content > h3{
  font-size : 1.6rem;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-concept#content #page-content > h4, .page-custom#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom4#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom6#content #page-content > h4, .page-facilities#content #page-content > h4, .page-guide#content #page-content > h4, .page-toppage#content #page-content > h4{
  font-size : 1.4rem;
  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;
}

.page-concept#content #page-content > h5, .page-custom#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom4#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom6#content #page-content > h5, .page-facilities#content #page-content > h5, .page-guide#content #page-content > h5, .page-toppage#content #page-content > 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;
}

.page-concept#content #page-content > h6, .page-custom#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom4#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom6#content #page-content > h6, .page-facilities#content #page-content > h6, .page-guide#content #page-content > h6, .page-toppage#content #page-content > h6{
  font-size : 1.2rem;
}

.page-concept#content #page-content > hr, .page-custom#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom4#content #page-content > hr, .page-custom5#content #page-content > hr, .page-custom6#content #page-content > hr, .page-facilities#content #page-content > hr, .page-guide#content #page-content > hr, .page-toppage#content #page-content > hr{
  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 : #e2e2e2;
  border-left-color : #e2e2e2;
  border-right-color : initial;
  border-bottom-color : #e2e2e2;
}

.page-concept#content #page-content > p, .page-custom#content #page-content > p, .page-custom2#content #page-content > p, .page-custom3#content #page-content > p, .page-custom4#content #page-content > p, .page-custom5#content #page-content > p, .page-custom6#content #page-content > p, .page-facilities#content #page-content > p, .page-guide#content #page-content > p, .page-toppage#content #page-content > p{
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 20px;
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  background-image : url(img/navi-w-2-2.png);
  margin-top : 26px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ababab;
}

#sp-site-navigation-1 ul ul{
  background-color : #efefef;
}

#sp-site-navigation-1 ul ul li a{
  color : #797979;
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 5px;
}

#sp-site-navigation-1 ul ul li a:hover{
  color : #ffffff;
  background-color : #3c3f53;
}

#sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : #3c3f53;
}

#sp-site-navigation-1 ul ul li.current-menu-item > a{
  color : #ffffff;
  background-color : #3c3f53;
}

#sp-site-navigation-1 ul ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : #3c3f53;
}

#sp-site-navigation-1 ul ul li.current_page_item > a{
  color : #ffffff;
  background-color : #3c3f53;
}

#sp-site-navigation-1 > ul > li{
  min-height : 38px;
}

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : #3c3f53;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  color : #ffffff;
  background-color : #3c3f53;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  color : #ffffff;
  background-color : #3c3f53;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  color : #ffffff;
  background-color : #3c3f53;
}

#sp-site-navigation-1 > ul > li > a{
  color : #222222;
  padding-top : 20px;
  padding-left : 1em;
  padding-right : 1em;
  padding-bottom : 18px;
  height : 20px;
}

#sp-site-navigation-1 > ul > li > a:hover{
  color : #ffffff;
  background-color : #3c3f53;
}

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

  #sp-site-navigation-1{
    background-color : #3c3f53;
    background-image : none;
  }

  #sp-site-navigation-1 li{
    background-repeat : repeat-x;
    background-position : left top;
  }

  #sp-site-navigation-1 li a{
    color : #ffffff;
  }

  #sp-site-navigation-1 ul{
    background-color : #ffffff;
    background-image : url(img/back-01.png);
  }

  #sp-site-navigation-1 ul li a{
    color : #3c3f53;
    background-repeat : no-repeat;
    background-position : 5px 12px;
    text-decoration : none;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    min-height : 38px;
  }

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

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

  #sp-site-navigation-1 ul li li{
    background-image : none;
  }

  #sp-site-navigation-1 ul ul li a{
    color : #3c3f53;
    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-1 ul ul li a:hover{
    background-color : rgba(0, 0, 0, 0.3);
  }

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

  .button-menu#sp-site-navigation-1 .menu-toggle{
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
  }

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

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

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

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

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

#sp-page-title-1{
  background-image : url(img/back-01.png);
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 15px;
  padding-bottom : 0px;
  margin-bottom : 20px;
}

#sp-page-title-1::before{
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #3c3f53;
  height : 60%;
  display : block;
  position : absolute;
  top : 20%;
  left : 0px;
  content : "";
}

#sp-page-title-1 > h1{
  font-size : 1.7rem;
  font-weight : bold;
  color : #3c3f53;
}

#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-left-width : 2px;
  border-left-style : solid;
  border-left-color : #eb6877;
}

#sp-definition-list-1 dt{
  background-color : #3c3c3c;
  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;
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

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

#sp-definition-list-1 > dt{
  font-weight : bold;
  color : #ffffff;
}

#sp-page-title-12{
  background-image : url(img/sp-pagetitle-7be.png),url(img/sp-pagetitle-7af.png);
  background-repeat : no-repeat,no-repeat;
  background-position : left top,right top;
  width : 100%;
  height : 44px;
}

#sp-page-title-12 > h1{
  font-size : 20px;
  font-weight : bold;
  color : #666666;
  background-image : url(img/sp-pagetitle-7bg.png);
  padding-top : 15px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 33px;
  margin-right : 30px;
  margin-bottom : 0px;
  height : 44px;
  overflow : hidden;
  box-sizing : border-box;
}

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

  #sp-page-title-12{
    background-image : none;
    background-size : auto 40px;
    text-align : left;
    width : 100%;
    height : 40px;
  }

  #sp-page-title-12 > h1{
    font-size : 16px;
    font-weight : bold;
    line-height : 40px;
    color : #666666;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    height : 40px;
    box-sizing : border-box;
  }
}

#sp-page-title-10, #sp-page-title-11, #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{
  background-color : #fc7f2b;
  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;
  width : 100%;
  position : relative;
}

#sp-page-title-10 > h1, #sp-page-title-11 > 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 : 20px;
  color : #ffffff;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 0px;
  position : relative;
}

#sp-page-title-10 > h1::before, #sp-page-title-11 > h1::before, #sp-page-title-2 > h1::before, #sp-page-title-3 > h1::before, #sp-page-title-4 > h1::before, #sp-page-title-5 > h1::before, #sp-page-title-6 > h1::before, #sp-page-title-7 > h1::before, #sp-page-title-8 > h1::before, #sp-page-title-9 > h1::before{
  border-top-width : 9px;
  border-left-width : 15px;
  border-bottom-width : 9px;
  border-top-style : solid;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : transparent;
  border-left-color : rgba(255, 255, 255, 0.5);
  border-bottom-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.9em;
  left : 0px;
  content : "";
}

.page-custom1#content #page-content > .paragraph em{
  font-size : 1.5rem;
  color : #000000;
}

.page-facilities#content #page-content{
  background-color : transparent;
}

.page-guide1#content #page-content{
  font-size : 1.6rem;
  color : #000080;
}

.page-info#content #page-content{
  color : #fb230b;
}

#sp-definition-list-1{
  font-size : 1.5rem;
  border-top-left-radius : 80px 80px;
  border-top-right-radius : 80px 80px;
  border-bottom-right-radius : 80px 80px;
  border-bottom-left-radius : 80px 80px;
}

#sp-page-title-2 h1{
  font-size : 2.2rem;
  color : #000080;
}

#sp-page-title-3 h1{
  font-size : 2.2rem;
  color : #000080;
}

#sp-page-title-4 h1{
  color : #000080;
}

#sp-page-title-5 h1{
  font-size : 2.2rem;
  color : #000080;
}

#sp-page-title-6 h1{
  font-size : 2.2rem;
  color : #000080;
}

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

#sp-site-branding2-1 > .extra{
  font-size : 1.8rem;
  font-weight : bold;
  color : #000000;
}

#sp-site-branding2-1 > .site-description{
  font-size : 2.2rem;
  font-family : "Arial", "Century";
  font-weight : bold;
  color : #d10656;
  background-size : auto auto,auto auto;
}

#sp-site-branding2-1 > .site-title{
  background-position : center center;
  background-size : contain;
}

#sp-site-navigation-1{
  font-size : 1.9rem;
  font-weight : bold;
  color : #292c39;
  background-color : transparent;
}

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

  #sp-definition-list-1{
    margin-right : 5px;
    width : 900px;
    min-height : 10696px;
  }

  #sp-image-1{
    margin-bottom : 27px;
    width : 685px;
    height : 559px;
  }

  #sp-image-10{
    margin-bottom : -49px;
    width : 838px;
    height : 584px;
  }

  #sp-image-100{
    width : 830px;
    height : 554px;
  }

  #sp-image-101{
    width : 828px;
    height : 553px;
  }

  #sp-image-102{
    width : 827px;
    height : 550px;
  }

  #sp-image-103{
    width : 827px;
    height : 551px;
  }

  #sp-image-104{
    width : 825px;
    height : 549px;
  }

  #sp-image-105{
    width : 826px;
    height : 550px;
  }

  #sp-image-106{
    width : 826px;
    height : 550px;
  }

  #sp-image-107{
    width : 824px;
    height : 550px;
  }

  #sp-image-108{
    width : 822px;
    height : 548px;
  }

  #sp-image-109{
    width : 821px;
    height : 547px;
  }

  #sp-image-11{
    margin-bottom : -49px;
    width : 838px;
    height : 582px;
  }

  #sp-image-110{
    width : 819px;
    height : 546px;
  }

  #sp-image-111{
    width : 817px;
    height : 545px;
  }

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

  #sp-image-113{
    width : 815px;
    height : 543px;
  }

  #sp-image-114{
    width : 815px;
    height : 544px;
  }

  #sp-image-115{
    width : 813px;
    height : 441px;
  }

  #sp-image-116{
    width : 813px;
    height : 572px;
  }

  #sp-image-117{
    width : 813px;
    height : 585px;
  }

  #sp-image-118{
    width : 813px;
    height : 565px;
  }

  #sp-image-119{
    width : 811px;
    height : 552px;
  }

  #sp-image-12{
    margin-bottom : -49px;
    width : 840px;
    height : 584px;
  }

  #sp-image-120{
    width : 808px;
    height : 547px;
  }

  #sp-image-121{
    width : 806px;
    height : 582px;
  }

  #sp-image-122{
    width : 804px;
    height : 588px;
  }

  #sp-image-123{
    width : 802px;
    height : 601px;
  }

  #sp-image-124{
    width : 801px;
    height : 600px;
  }

  #sp-image-125{
    width : 799px;
    height : 599px;
  }

  #sp-image-126{
    width : 800px;
    height : 599px;
  }

  #sp-image-127{
    width : 798px;
    height : 598px;
  }

  #sp-image-128{
    width : 796px;
    height : 596px;
  }

  #sp-image-129{
    width : 795px;
    height : 594px;
  }

  #sp-image-13{
    margin-bottom : -49px;
    width : 843px;
    height : 577px;
  }

  #sp-image-130{
    width : 792px;
    height : 600px;
  }

  #sp-image-131{
    width : 794px;
    height : 593px;
  }

  #sp-image-132{
    width : 793px;
    height : 593px;
  }

  #sp-image-133{
    width : 793px;
    height : 593px;
  }

  #sp-image-134{
    width : 791px;
    height : 593px;
  }

  #sp-image-135{
    width : 789px;
    height : 590px;
  }

  #sp-image-136{
    width : 788px;
    height : 589px;
  }

  #sp-image-137{
    width : 789px;
    height : 527px;
  }

  #sp-image-138{
    width : 787px;
    height : 525px;
  }

  #sp-image-139{
    width : 787px;
    height : 419px;
  }

  #sp-image-14{
    margin-bottom : -49px;
    width : 844px;
    height : 586px;
  }

  #sp-image-140{
    width : 787px;
    height : 530px;
  }

  #sp-image-141{
    width : 786px;
    height : 451px;
  }

  #sp-image-142{
    width : 789px;
    height : 527px;
  }

  #sp-image-143{
    width : 789px;
    height : 452px;
  }

  #sp-image-144{
    width : 791px;
    height : 527px;
  }

  #sp-image-145{
    width : 792px;
    height : 528px;
  }

  #sp-image-146{
    width : 793px;
    height : 530px;
  }

  #sp-image-147{
    width : 791px;
    height : 528px;
  }

  #sp-image-148{
    width : 790px;
    height : 428px;
  }

  #sp-image-149{
    width : 793px;
    height : 531px;
  }

  #sp-image-15{
    margin-bottom : -49px;
    width : 845px;
    height : 598px;
  }

  #sp-image-150{
    width : 792px;
    height : 531px;
  }

  #sp-image-151{
    width : 791px;
    height : 530px;
  }

  #sp-image-152{
    width : 791px;
    height : 530px;
  }

  #sp-image-153{
    width : 791px;
    height : 512px;
  }

  #sp-image-154{
    width : 790px;
    height : 529px;
  }

  #sp-image-155{
    width : 789px;
    height : 528px;
  }

  #sp-image-156{
    width : 788px;
    height : 528px;
  }

  #sp-image-157{
    width : 788px;
    height : 527px;
  }

  #sp-image-158{
    width : 785px;
    height : 526px;
  }

  #sp-image-159{
    width : 787px;
    height : 526px;
  }

  #sp-image-16{
    margin-bottom : -49px;
    width : 845px;
    height : 559px;
  }

  #sp-image-160{
    width : 788px;
    height : 528px;
  }

  #sp-image-161{
    width : 786px;
    height : 526px;
  }

  #sp-image-162{
    width : 788px;
    height : 528px;
  }

  #sp-image-163{
    width : 786px;
    height : 524px;
  }

  #sp-image-164{
    width : 785px;
    height : 518px;
  }

  #sp-image-165{
    width : 739px;
    height : 493px;
  }

  #sp-image-166{
    width : 739px;
    height : 493px;
  }

  #sp-image-167{
    width : 538px;
    height : 587px;
  }

  #sp-image-168{
    width : 542px;
    height : 592px;
  }

  #sp-image-169{
    width : 546px;
    height : 596px;
  }

  #sp-image-17{
    margin-bottom : -49px;
    width : 846px;
    height : 630px;
  }

  #sp-image-170{
    width : 548px;
    height : 598px;
  }

  #sp-image-171{
    width : 716px;
    height : 478px;
  }

  #sp-image-172{
    width : 718px;
    height : 479px;
  }

  #sp-image-173{
    width : 515px;
    height : 570px;
  }

  #sp-image-174{
    width : 711px;
    height : 475px;
  }

  #sp-image-175{
    width : 501px;
    height : 546px;
  }

  #sp-image-176{
    width : 506px;
    height : 592px;
  }

  #sp-image-177{
    width : 710px;
    height : 474px;
  }

  #sp-image-178{
    width : 715px;
    height : 482px;
  }

  #sp-image-179{
    width : 720px;
    height : 456px;
  }

  #sp-image-18{
    margin-bottom : -49px;
    width : 585px;
    height : 634px;
  }

  #sp-image-180{
    width : 721px;
    height : 456px;
  }

  #sp-image-181{
    width : 721px;
    height : 456px;
  }

  #sp-image-182{
    width : 720px;
    height : 456px;
  }

  #sp-image-183{
    width : 721px;
    height : 456px;
  }

  #sp-image-184{
    width : 720px;
    height : 456px;
  }

  #sp-image-185{
    width : 721px;
    height : 456px;
  }

  #sp-image-186{
    width : 722px;
    height : 457px;
  }

  #sp-image-187{
    width : 723px;
    height : 458px;
  }

  #sp-image-188{
    width : 723px;
    height : 458px;
  }

  #sp-image-189{
    width : 723px;
    height : 458px;
  }

  #sp-image-19{
    margin-bottom : -49px;
    width : 583px;
    height : 716px;
  }

  #sp-image-190{
    width : 723px;
    height : 458px;
  }

  #sp-image-191{
    width : 723px;
    height : 458px;
  }

  #sp-image-192{
    width : 723px;
    height : 482px;
  }

  #sp-image-193{
    width : 723px;
    height : 483px;
  }

  #sp-image-194{
    width : 723px;
    height : 456px;
  }

  #sp-image-195{
    width : 722px;
    height : 481px;
  }

  #sp-image-196{
    width : 721px;
    height : 480px;
  }

  #sp-image-197{
    width : 719px;
    height : 479px;
  }

  #sp-image-198{
    width : 718px;
    height : 479px;
  }

  #sp-image-199{
    width : 718px;
    height : 478px;
  }

  #sp-image-2{
    margin-right : 1px;
    margin-bottom : -23px;
    width : 832px;
    height : 593px;
  }

  #sp-image-20{
    margin-bottom : -49px;
    width : 584px;
    height : 730px;
  }

  #sp-image-200{
    width : 718px;
    height : 479px;
  }

  #sp-image-201{
    width : 716px;
    height : 453px;
  }

  #sp-image-202{
    width : 715px;
    height : 452px;
  }

  #sp-image-203{
    width : 714px;
    height : 451px;
  }

  #sp-image-204{
    width : 712px;
    height : 450px;
  }

  #sp-image-205{
    width : 710px;
    height : 448px;
  }

  #sp-image-206{
    width : 702px;
    height : 994px;
  }

  #sp-image-207{
    width : 716px;
    height : 686px;
  }

  #sp-image-208{
    width : 706px;
    height : 515px;
  }

  #sp-image-209{
    width : 706px;
    height : 507px;
  }

  #sp-image-21{
    margin-bottom : -49px;
    width : 836px;
    height : 527px;
  }

  #sp-image-210{
    width : 706px;
    height : 462px;
  }

  #sp-image-211{
    width : 706px;
    height : 461px;
  }

  #sp-image-212{
    width : 707px;
    height : 507px;
  }

  #sp-image-213{
    width : 705px;
    height : 507px;
  }

  #sp-image-214{
    width : 704px;
    height : 506px;
  }

  #sp-image-215{
    width : 703px;
    height : 506px;
  }

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

  #sp-image-217{
    width : 703px;
    height : 506px;
  }

  #sp-image-218{
    width : 702px;
    height : 505px;
  }

  #sp-image-219{
    width : 700px;
    height : 504px;
  }

  #sp-image-22{
    margin-bottom : -49px;
    width : 560px;
    height : 700px;
  }

  #sp-image-220{
    width : 699px;
    height : 503px;
  }

  #sp-image-221{
    width : 534px;
    height : 673px;
  }

  #sp-image-222{
    width : 536px;
    height : 599px;
  }

  #sp-image-223{
    width : 715px;
    height : 521px;
  }

  #sp-image-224{
    width : 717px;
    height : 522px;
  }

  #sp-image-225{
    width : 719px;
    height : 523px;
  }

  #sp-image-226{
    width : 503px;
    height : 591px;
  }

  #sp-image-227{
    width : 502px;
    height : 587px;
  }

  #sp-image-228{
    width : 503px;
    height : 581px;
  }

  #sp-image-229{
    width : 501px;
    height : 582px;
  }

  #sp-image-23{
    margin-bottom : -49px;
    width : 841px;
    height : 595px;
  }

  #sp-image-230{
    width : 499px;
    height : 576px;
  }

  #sp-image-231{
    width : 500px;
    height : 579px;
  }

  #sp-image-232{
    width : 501px;
    height : 580px;
  }

  #sp-image-233{
    width : 499px;
    height : 582px;
  }

  #sp-image-234{
    width : 714px;
    height : 490px;
  }

  #sp-image-235{
    width : 501px;
    height : 605px;
  }

  #sp-image-236{
    width : 500px;
    height : 604px;
  }

  #sp-image-237{
    width : 498px;
    height : 603px;
  }

  #sp-image-238{
    width : 498px;
    height : 737px;
  }

  #sp-image-239{
    width : 711px;
    height : 488px;
  }

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

  #sp-image-240{
    width : 503px;
    height : 625px;
  }

  #sp-image-241{
    width : 717px;
    height : 492px;
  }

  #sp-image-242{
    width : 508px;
    height : 641px;
  }

  #sp-image-243{
    width : 507px;
    height : 639px;
  }

  #sp-image-244{
    width : 715px;
    height : 490px;
  }

  #sp-image-245{
    width : 714px;
    height : 490px;
  }

  #sp-image-246{
    width : 511px;
    height : 644px;
  }

  #sp-image-247{
    width : 511px;
    height : 644px;
  }

  #sp-image-248{
    width : 710px;
    height : 487px;
  }

  #sp-image-249{
    width : 708px;
    height : 486px;
  }

  #sp-image-25{
    width : 842px;
    height : 623px;
  }

  #sp-image-250{
    width : 709px;
    height : 486px;
  }

  #sp-image-251{
    width : 707px;
    height : 485px;
  }

  #sp-image-252{
    margin-bottom : 4px;
    width : 849px;
    height : 563px;
  }

  #sp-image-253{
    margin-bottom : 4px;
    width : 849px;
    height : 562px;
  }

  #sp-image-254{
    margin-bottom : 4px;
    width : 849px;
    height : 564px;
  }

  #sp-image-255{
    margin-bottom : 4px;
    width : 849px;
    height : 565px;
  }

  #sp-image-256{
    margin-bottom : 4px;
    width : 849px;
    height : 554px;
  }

  #sp-image-257{
    margin-bottom : 4px;
    width : 849px;
    height : 554px;
  }

  #sp-image-258{
    margin-bottom : 4px;
    width : 849px;
    height : 554px;
  }

  #sp-image-259{
    margin-bottom : 4px;
    width : 853px;
    height : 557px;
  }

  #sp-image-26{
    width : 843px;
    height : 624px;
  }

  #sp-image-260{
    margin-bottom : 4px;
    width : 853px;
    height : 544px;
  }

  #sp-image-261{
    margin-bottom : 4px;
    width : 853px;
    height : 548px;
  }

  #sp-image-262{
    margin-bottom : 4px;
    width : 856px;
    height : 567px;
  }

  #sp-image-263{
    margin-bottom : 4px;
    width : 855px;
    height : 645px;
  }

  #sp-image-264{
    margin-bottom : 4px;
    width : 857px;
    height : 558px;
  }

  #sp-image-265{
    margin-bottom : 4px;
    width : 855px;
    height : 610px;
  }

  #sp-image-266{
    margin-top : -1px;
    margin-bottom : 4px;
    width : 854px;
    height : 574px;
  }

  #sp-image-267{
    margin-bottom : 4px;
    width : 854px;
    height : 578px;
  }

  #sp-image-268{
    margin-bottom : 4px;
    width : 853px;
    height : 616px;
  }

  #sp-image-269{
    margin-bottom : 4px;
    width : 858px;
    height : 559px;
  }

  #sp-image-27{
    width : 843px;
    height : 624px;
  }

  #sp-image-270{
    margin-bottom : 4px;
    width : 856px;
    height : 632px;
  }

  #sp-image-271{
    margin-bottom : 4px;
    width : 714px;
    height : 525px;
  }

  #sp-image-272{
    margin-bottom : 4px;
    width : 855px;
    height : 617px;
  }

  #sp-image-273{
    margin-bottom : 4px;
    width : 855px;
    height : 618px;
  }

  #sp-image-274{
    margin-bottom : 4px;
    width : 857px;
    height : 593px;
  }

  #sp-image-275{
    margin-bottom : 4px;
    width : 858px;
    height : 558px;
  }

  #sp-image-276{
    margin-bottom : 4px;
    width : 858px;
    height : 480px;
  }

  #sp-image-277{
    margin-bottom : 4px;
    width : 859px;
    height : 475px;
  }

  #sp-image-278{
    margin-bottom : 4px;
    width : 861px;
    height : 586px;
  }

  #sp-image-279{
    margin-bottom : 4px;
    width : 762px;
    height : 570px;
  }

  #sp-image-28{
    width : 845px;
    height : 625px;
  }

  #sp-image-280{
    margin-bottom : 4px;
    width : 856px;
    height : 600px;
  }

  #sp-image-29{
    width : 844px;
    height : 621px;
  }

  #sp-image-3{
    margin-right : 1px;
    margin-bottom : -23px;
    width : 830px;
    height : 513px;
  }

  #sp-image-30{
    width : 824px;
    height : 548px;
  }

  #sp-image-31{
    width : 825px;
    height : 539px;
  }

  #sp-image-32{
    width : 822px;
    height : 531px;
  }

  #sp-image-33{
    width : 822px;
    height : 544px;
  }

  #sp-image-34{
    width : 825px;
    height : 532px;
  }

  #sp-image-35{
    width : 828px;
    height : 527px;
  }

  #sp-image-36{
    width : 827px;
    height : 532px;
  }

  #sp-image-37{
    width : 829px;
    height : 544px;
  }

  #sp-image-38{
    width : 826px;
    height : 540px;
  }

  #sp-image-39{
    width : 824px;
    height : 560px;
  }

  #sp-image-4{
    margin-right : 1px;
    margin-bottom : -23px;
    width : 830px;
    height : 513px;
  }

  #sp-image-40{
    width : 826px;
    height : 549px;
  }

  #sp-image-41{
    width : 826px;
    height : 535px;
  }

  #sp-image-42{
    width : 828px;
    height : 553px;
  }

  #sp-image-43{
    width : 831px;
    height : 519px;
  }

  #sp-image-44{
    width : 833px;
    height : 564px;
  }

  #sp-image-45{
    width : 831px;
    height : 558px;
  }

  #sp-image-46{
    width : 833px;
    height : 504px;
  }

  #sp-image-47{
    width : 833px;
    height : 546px;
  }

  #sp-image-48{
    width : 832px;
    height : 517px;
  }

  #sp-image-49{
    margin-bottom : 21px;
    width : 897px;
    height : 599px;
  }

  #sp-image-5{
    margin-right : 1px;
    margin-bottom : 0px;
    width : 831px;
    height : 554px;
  }

  #sp-image-50{
    width : 847px;
    height : 573px;
  }

  #sp-image-51{
    width : 847px;
    height : 584px;
  }

  #sp-image-52{
    width : 847px;
    height : 591px;
  }

  #sp-image-53{
    width : 847px;
    height : 596px;
  }

  #sp-image-54{
    width : 847px;
    height : 592px;
  }

  #sp-image-55{
    width : 847px;
    height : 576px;
  }

  #sp-image-56{
    width : 847px;
    height : 575px;
  }

  #sp-image-57{
    width : 847px;
    height : 576px;
  }

  #sp-image-58{
    width : 847px;
    height : 572px;
  }

  #sp-image-59{
    width : 847px;
    height : 571px;
  }

  #sp-image-6{
    margin-right : -6px;
    margin-bottom : -57px;
    width : 831px;
    height : 482px;
  }

  #sp-image-60{
    width : 847px;
    height : 580px;
  }

  #sp-image-61{
    width : 847px;
    height : 575px;
  }

  #sp-image-62{
    width : 847px;
    height : 577px;
  }

  #sp-image-63{
    width : 847px;
    height : 571px;
  }

  #sp-image-64{
    width : 847px;
    height : 572px;
  }

  #sp-image-65{
    width : 847px;
    height : 577px;
  }

  #sp-image-66{
    width : 847px;
    height : 615px;
  }

  #sp-image-67{
    width : 847px;
    height : 574px;
  }

  #sp-image-68{
    width : 847px;
    height : 579px;
  }

  #sp-image-69{
    width : 847px;
    height : 568px;
  }

  #sp-image-7{
    margin-bottom : -49px;
    width : 832px;
    height : 540px;
  }

  #sp-image-70{
    width : 847px;
    height : 592px;
  }

  #sp-image-71{
    width : 847px;
    height : 563px;
  }

  #sp-image-72{
    width : 847px;
    height : 553px;
  }

  #sp-image-73{
    width : 847px;
    height : 581px;
  }

  #sp-image-74{
    width : 847px;
    height : 582px;
  }

  #sp-image-75{
    width : 847px;
    height : 574px;
  }

  #sp-image-76{
    width : 847px;
    height : 567px;
  }

  #sp-image-77{
    width : 847px;
    height : 571px;
  }

  #sp-image-78{
    width : 847px;
    height : 571px;
  }

  #sp-image-79{
    width : 847px;
    height : 573px;
  }

  #sp-image-8{
    margin-bottom : -49px;
    width : 833px;
    height : 579px;
  }

  #sp-image-80{
    width : 847px;
    height : 569px;
  }

  #sp-image-81{
    width : 847px;
    height : 572px;
  }

  #sp-image-82{
    width : 847px;
    height : 574px;
  }

  #sp-image-83{
    width : 847px;
    height : 574px;
  }

  #sp-image-84{
    width : 847px;
    height : 574px;
  }

  #sp-image-85{
    width : 847px;
    height : 574px;
  }

  #sp-image-86{
    width : 847px;
    height : 552px;
  }

  #sp-image-87{
    width : 847px;
    height : 564px;
  }

  #sp-image-88{
    width : 845px;
    height : 563px;
  }

  #sp-image-89{
    width : 844px;
    height : 563px;
  }

  #sp-image-9{
    margin-bottom : -49px;
    width : 834px;
    height : 551px;
  }

  #sp-image-90{
    width : 841px;
    height : 560px;
  }

  #sp-image-91{
    width : 839px;
    height : 559px;
  }

  #sp-image-92{
    width : 838px;
    height : 558px;
  }

  #sp-image-93{
    width : 838px;
    height : 557px;
  }

  #sp-image-94{
    width : 836px;
    height : 558px;
  }

  #sp-image-95{
    width : 837px;
    height : 558px;
  }

  #sp-image-96{
    width : 837px;
    height : 557px;
  }

  #sp-image-97{
    width : 835px;
    height : 555px;
  }

  #sp-image-98{
    width : 833px;
    height : 555px;
  }

  #sp-image-99{
    width : 832px;
    height : 554px;
  }

  #sp-page-title-1{
    width : 667px;
    min-height : 51px;
  }

  #sp-page-title-2{
    margin-bottom : 43px;
    width : 670px;
  }

  #sp-page-title-3{
    margin-bottom : 26px;
  }

  #sp-page-title-5{
    margin-bottom : 29px;
  }

  #sp-page-title-6{
    margin-bottom : 32px;
  }

  #sp-photo-motion-1{
    width : 900px;
    height : 603px;
  }

  #sp-site-branding2-1{
    margin-left : -21px;
    margin-bottom : 42px;
    min-height : 111px;
  }

  #sp-site-branding2-1 > .extra{
    margin-top : 25px;
    margin-left : 27px;
    margin-right : 23px;
    margin-bottom : 30px;
    width : 329px;
    min-height : 149px;
    top : 234px;
    bottom : auto;
    right : 40px;
    left : auto;
  }

  #sp-site-branding2-1 > .site-description{
    margin-top : 9px;
    margin-left : 5px;
    margin-right : 57px;
    margin-bottom : 23px;
    width : 787px;
    height : 36px;
    top : 213px;
    bottom : auto;
    right : auto;
    left : 29px;
  }

  #sp-site-branding2-1 > .site-title{
    margin-top : -4px;
    margin-left : 11px;
    margin-right : 23px;
    margin-bottom : 135px;
    width : 906px;
    height : 205px;
    float : none;
    position : relative;
    top : 0px;
    bottom : auto;
    right : auto;
    left : 0px;
  }

  #sp-site-navigation-1{
    margin-top : 16px;
    margin-left : 0px;
    margin-bottom : 0px;
    width : 902px;
    min-height : 58px;
  }

  #spb-image-1{
    width : 254px;
    height : 322px;
  }

  #spb-image-2{
    margin-bottom : 6px;
    width : 900px;
    height : 1298px;
  }
}

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

  #sp-definition-list-1{
    width : 1476px;
    min-height : 55528px;
  }

  #sp-site-branding2-1 > .extra{
    margin-bottom : -10px;
    width : 317px;
  }

  #sp-site-branding2-1 > .site-description{
    width : 300px;
    height : 85px;
  }

  #sp-site-branding2-1 > .site-title{
    margin-left : -14px;
    margin-right : -4px;
    width : 349px;
    height : 72px;
  }

  #sp-site-navigation-1{
    min-height : 289px;
  }
}